mirror of
https://github.com/rclone/rclone.git
synced 2025-12-23 19:53:53 +00:00
vendor: update all dependencies
This commit is contained in:
7
vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/api-2.json
generated
vendored
7
vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/api-2.json
generated
vendored
@@ -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"
|
||||
@@ -1784,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",
|
||||
@@ -1892,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",
|
||||
@@ -2096,7 +2097,7 @@
|
||||
},
|
||||
"VpcId":{
|
||||
"type":"string",
|
||||
"pattern":"^(vpc-[0-9a-f]{8})$"
|
||||
"pattern":"^(vpc-[0-9a-f]{8}|vpc-[0-9a-f]{17})$"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
20
vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/smoke.json
generated
vendored
Normal file
20
vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/smoke.json
generated
vendored
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user