mirror of
https://github.com/rclone/rclone.git
synced 2025-08-08 21:44:47 +02:00
Switch to using the dep tool and update all the dependencies
This commit is contained in:
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user