Vendor aws-sdk-go (dep ensure) (#178)
This commit is contained in:
2046
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/api-2.json
generated
vendored
Normal file
2046
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
1360
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/docs-2.json
generated
vendored
Normal file
1360
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
20
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/smoke.json
generated
vendored
Normal file
20
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/smoke.json
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "DescribeLoadBalancers",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "DescribeLoadBalancers",
|
||||
"input": {
|
||||
"LoadBalancerArns": [
|
||||
"fake_load_balancer"
|
||||
]
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
||||
100
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json
generated
vendored
Normal file
100
vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json
generated
vendored
Normal file
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"TargetInService":{
|
||||
"delay":15,
|
||||
"maxAttempts":40,
|
||||
"operation":"DescribeTargetHealth",
|
||||
"acceptors":[
|
||||
{
|
||||
"argument":"TargetHealthDescriptions[].TargetHealth.State",
|
||||
"expected":"healthy",
|
||||
"matcher":"pathAll",
|
||||
"state":"success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidInstance",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"TargetDeregistered": {
|
||||
"delay": 15,
|
||||
"maxAttempts": 40,
|
||||
"operation": "DescribeTargetHealth",
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidTarget",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"argument":"TargetHealthDescriptions[].TargetHealth.State",
|
||||
"expected":"unused",
|
||||
"matcher":"pathAll",
|
||||
"state":"success"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user