mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 09:52:05 +02:00
vendor: update all dependencies to latest versions
This commit is contained in:
11
vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/api-2.json
generated
vendored
11
vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/api-2.json
generated
vendored
@@ -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}$"
|
||||
|
9
vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/docs-2.json
generated
vendored
9
vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/docs-2.json
generated
vendored
@@ -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": {
|
||||
|
Reference in New Issue
Block a user