Update vendored deps, including AWS SDK, openpgp, ftp, ...

This commit is contained in:
Andrey Smirnov
2018-04-05 17:46:45 +03:00
parent cef4fefc40
commit 0e6ee35942
1497 changed files with 450721 additions and 68034 deletions
+14 -4
View File
@@ -7,6 +7,7 @@
"protocol":"json",
"serviceAbbreviation":"Directory Service",
"serviceFullName":"AWS Directory Service",
"serviceId":"Directory Service",
"signatureVersion":"v4",
"targetPrefix":"DirectoryService_20150416",
"uid":"ds-2015-04-16"
@@ -910,7 +911,8 @@
"ShortName":{"shape":"DirectoryShortName"},
"Password":{"shape":"Password"},
"Description":{"shape":"Description"},
"VpcSettings":{"shape":"DirectoryVpcSettings"}
"VpcSettings":{"shape":"DirectoryVpcSettings"},
"Edition":{"shape":"DirectoryEdition"}
}
},
"CreateMicrosoftADResult":{
@@ -1165,6 +1167,7 @@
"Name":{"shape":"DirectoryName"},
"ShortName":{"shape":"DirectoryShortName"},
"Size":{"shape":"DirectorySize"},
"Edition":{"shape":"DirectoryEdition"},
"Alias":{"shape":"AliasName"},
"AccessUrl":{"shape":"AccessUrl"},
"Description":{"shape":"Description"},
@@ -1186,6 +1189,13 @@
"type":"list",
"member":{"shape":"DirectoryDescription"}
},
"DirectoryEdition":{
"type":"string",
"enum":[
"Enterprise",
"Standard"
]
},
"DirectoryId":{
"type":"string",
"pattern":"^d-[0-9a-f]{10}$"
@@ -1775,7 +1785,7 @@
},
"SecurityGroupId":{
"type":"string",
"pattern":"^(sg-[0-9a-f]{8})$"
"pattern":"^(sg-[0-9a-f]{8}|sg-[0-9a-f]{17})$"
},
"Server":{
"type":"string",
@@ -1883,7 +1893,7 @@
"StateLastUpdatedDateTime":{"type":"timestamp"},
"SubnetId":{
"type":"string",
"pattern":"^(subnet-[0-9a-f]{8})$"
"pattern":"^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$"
},
"SubnetIds":{
"type":"list",
@@ -2087,7 +2097,7 @@
},
"VpcId":{
"type":"string",
"pattern":"^(vpc-[0-9a-f]{8})$"
"pattern":"^(vpc-[0-9a-f]{8}|vpc-[0-9a-f]{17})$"
}
}
}
+8 -1
View File
@@ -462,6 +462,13 @@
"DescribeDirectoriesResult$DirectoryDescriptions": "<p>The list of <a>DirectoryDescription</a> objects that were retrieved.</p> <p>It is possible that this list contains less than the number of items specified in the <i>Limit</i> member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.</p>"
}
},
"DirectoryEdition": {
"base": null,
"refs": {
"CreateMicrosoftADRequest$Edition": "<p>AWS Microsoft AD is available in two editions: Standard and Enterprise. Enterprise is the default.</p>",
"DirectoryDescription$Edition": "<p>The edition associated with this directory.</p>"
}
},
"DirectoryId": {
"base": null,
"refs": {
@@ -1105,7 +1112,7 @@
"base": null,
"refs": {
"DirectoryConnectSettingsDescription$SecurityGroupId": "<p>The security group identifier for the AD Connector directory.</p>",
"DirectoryVpcSettingsDescription$SecurityGroupId": "<p>The security group identifier for the directory. If the directory was created before 8/1/2014, this is the identifier of the directory members security group that was created when the directory was created. If the directory was created after this date, this value is null.</p>"
"DirectoryVpcSettingsDescription$SecurityGroupId": "<p>The domain controller security group identifier for the directory.</p>"
}
},
"Server": {
+20
View File
@@ -0,0 +1,20 @@
{
"version": 1,
"defaultRegion": "us-west-2",
"testCases": [
{
"operationName": "DescribeDirectories",
"input": {},
"errorExpectedFromService": false
},
{
"operationName": "CreateDirectory",
"input": {
"Name": "",
"Password": "",
"Size": ""
},
"errorExpectedFromService": true
}
]
}