forked from TrueCloudLab/rclone
Switch to using the dep tool and update all the dependencies
This commit is contained in:
parent
5135ff73cb
commit
98c2d2c41b
5321 changed files with 4483201 additions and 5922 deletions
1823
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/api-2.json
generated
vendored
Normal file
1823
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/api-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
1212
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/docs-2.json
generated
vendored
Normal file
1212
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/docs-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
1384
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/examples-1.json
generated
vendored
Normal file
1384
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/examples-1.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
19
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json
generated
vendored
Normal file
19
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json
generated
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"pagination": {
|
||||
"DescribeListeners": {
|
||||
"input_token": "Marker",
|
||||
"output_token": "NextMarker",
|
||||
"result_key": "Listeners"
|
||||
},
|
||||
"DescribeLoadBalancers": {
|
||||
"input_token": "Marker",
|
||||
"output_token": "NextMarker",
|
||||
"result_key": "LoadBalancers"
|
||||
},
|
||||
"DescribeTargetGroups": {
|
||||
"input_token": "Marker",
|
||||
"output_token": "NextMarker",
|
||||
"result_key": "TargetGroups"
|
||||
}
|
||||
}
|
||||
}
|
64
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json
generated
vendored
Normal file
64
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json
generated
vendored
Normal file
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"LoadBalancerExists": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeLoadBalancers",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "status",
|
||||
"expected": 200,
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "LoadBalancerNotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"LoadBalancerAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeLoadBalancers",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "LoadBalancers[].State.Code",
|
||||
"expected": "active"
|
||||
},
|
||||
{
|
||||
"state": "retry",
|
||||
"matcher": "pathAny",
|
||||
"argument": "LoadBalancers[].State.Code",
|
||||
"expected": "provisioning"
|
||||
},
|
||||
{
|
||||
"state": "retry",
|
||||
"matcher": "error",
|
||||
"expected": "LoadBalancerNotFound"
|
||||
}
|
||||
]
|
||||
},
|
||||
"LoadBalancersDeleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeLoadBalancers",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "retry",
|
||||
"matcher": "pathAll",
|
||||
"argument": "LoadBalancers[].State.Code",
|
||||
"expected": "active"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "LoadBalancerNotFound",
|
||||
"state": "success"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue