forked from TrueCloudLab/rclone
vendor: update all dependencies
This commit is contained in:
parent
940df88eb2
commit
d64789528d
4309 changed files with 1327278 additions and 1001118 deletions
99
vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/api-2.json
generated
vendored
99
vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/api-2.json
generated
vendored
|
@ -898,6 +898,15 @@
|
|||
"input":{"shape":"DescribeAddressesRequest"},
|
||||
"output":{"shape":"DescribeAddressesResult"}
|
||||
},
|
||||
"DescribeAggregateIdFormat":{
|
||||
"name":"DescribeAggregateIdFormat",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"DescribeAggregateIdFormatRequest"},
|
||||
"output":{"shape":"DescribeAggregateIdFormatResult"}
|
||||
},
|
||||
"DescribeAvailabilityZones":{
|
||||
"name":"DescribeAvailabilityZones",
|
||||
"http":{
|
||||
|
@ -1240,6 +1249,15 @@
|
|||
"input":{"shape":"DescribePrefixListsRequest"},
|
||||
"output":{"shape":"DescribePrefixListsResult"}
|
||||
},
|
||||
"DescribePrincipalIdFormat":{
|
||||
"name":"DescribePrincipalIdFormat",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"DescribePrincipalIdFormatRequest"},
|
||||
"output":{"shape":"DescribePrincipalIdFormatResult"}
|
||||
},
|
||||
"DescribeRegions":{
|
||||
"name":"DescribeRegions",
|
||||
"http":{
|
||||
|
@ -4617,6 +4635,10 @@
|
|||
"members":{
|
||||
"Description":{"shape":"String"},
|
||||
"VolumeId":{"shape":"String"},
|
||||
"TagSpecifications":{
|
||||
"shape":"TagSpecificationList",
|
||||
"locationName":"TagSpecification"
|
||||
},
|
||||
"DryRun":{
|
||||
"shape":"Boolean",
|
||||
"locationName":"dryRun"
|
||||
|
@ -5630,6 +5652,25 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"DescribeAggregateIdFormatRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"DryRun":{"shape":"Boolean"}
|
||||
}
|
||||
},
|
||||
"DescribeAggregateIdFormatResult":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"UseLongIdsAggregated":{
|
||||
"shape":"Boolean",
|
||||
"locationName":"useLongIdsAggregated"
|
||||
},
|
||||
"Statuses":{
|
||||
"shape":"IdFormatList",
|
||||
"locationName":"statusSet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DescribeAvailabilityZonesRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -6686,6 +6727,31 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"DescribePrincipalIdFormatRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"DryRun":{"shape":"Boolean"},
|
||||
"Resources":{
|
||||
"shape":"ResourceList",
|
||||
"locationName":"Resource"
|
||||
},
|
||||
"MaxResults":{"shape":"Integer"},
|
||||
"NextToken":{"shape":"String"}
|
||||
}
|
||||
},
|
||||
"DescribePrincipalIdFormatResult":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Principals":{
|
||||
"shape":"PrincipalIdFormatList",
|
||||
"locationName":"principalSet"
|
||||
},
|
||||
"NextToken":{
|
||||
"shape":"String",
|
||||
"locationName":"nextToken"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DescribeRegionsRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -12242,6 +12308,7 @@
|
|||
"shape":"Affinity",
|
||||
"locationName":"affinity"
|
||||
},
|
||||
"GroupName":{"shape":"String"},
|
||||
"HostId":{
|
||||
"shape":"String",
|
||||
"locationName":"hostId"
|
||||
|
@ -12524,11 +12591,11 @@
|
|||
"AcceptanceRequired":{"shape":"Boolean"},
|
||||
"AddNetworkLoadBalancerArns":{
|
||||
"shape":"ValueStringList",
|
||||
"locationName":"addNetworkLoadBalancerArn"
|
||||
"locationName":"AddNetworkLoadBalancerArn"
|
||||
},
|
||||
"RemoveNetworkLoadBalancerArns":{
|
||||
"shape":"ValueStringList",
|
||||
"locationName":"removeNetworkLoadBalancerArn"
|
||||
"locationName":"RemoveNetworkLoadBalancerArn"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -13186,6 +13253,7 @@
|
|||
"type":"string",
|
||||
"enum":[
|
||||
"available",
|
||||
"associated",
|
||||
"attaching",
|
||||
"in-use",
|
||||
"detaching"
|
||||
|
@ -13528,6 +13596,26 @@
|
|||
"locationName":"item"
|
||||
}
|
||||
},
|
||||
"PrincipalIdFormat":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Arn":{
|
||||
"shape":"String",
|
||||
"locationName":"arn"
|
||||
},
|
||||
"Statuses":{
|
||||
"shape":"IdFormatList",
|
||||
"locationName":"statusSet"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrincipalIdFormatList":{
|
||||
"type":"list",
|
||||
"member":{
|
||||
"shape":"PrincipalIdFormat",
|
||||
"locationName":"item"
|
||||
}
|
||||
},
|
||||
"PrincipalType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
|
@ -15038,6 +15126,13 @@
|
|||
"type":"list",
|
||||
"member":{"shape":"String"}
|
||||
},
|
||||
"ResourceList":{
|
||||
"type":"list",
|
||||
"member":{
|
||||
"shape":"String",
|
||||
"locationName":"item"
|
||||
}
|
||||
},
|
||||
"ResourceType":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
|
|
152
vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/docs-2.json
generated
vendored
152
vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/docs-2.json
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue