vendor: update all dependencies to latest versions

This commit is contained in:
Nick Craig-Wood
2018-01-16 13:20:59 +00:00
parent 8e83fb6fb9
commit 7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions

View File

@@ -910,7 +910,8 @@
"ShortName":{"shape":"DirectoryShortName"},
"Password":{"shape":"Password"},
"Description":{"shape":"Description"},
"VpcSettings":{"shape":"DirectoryVpcSettings"}
"VpcSettings":{"shape":"DirectoryVpcSettings"},
"Edition":{"shape":"DirectoryEdition"}
}
},
"CreateMicrosoftADResult":{
@@ -1165,6 +1166,7 @@
"Name":{"shape":"DirectoryName"},
"ShortName":{"shape":"DirectoryShortName"},
"Size":{"shape":"DirectorySize"},
"Edition":{"shape":"DirectoryEdition"},
"Alias":{"shape":"AliasName"},
"AccessUrl":{"shape":"AccessUrl"},
"Description":{"shape":"Description"},
@@ -1186,6 +1188,13 @@
"type":"list",
"member":{"shape":"DirectoryDescription"}
},
"DirectoryEdition":{
"type":"string",
"enum":[
"Enterprise",
"Standard"
]
},
"DirectoryId":{
"type":"string",
"pattern":"^d-[0-9a-f]{10}$"

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": {