Vendor aws-sdk-go (dep ensure) (#178)
This commit is contained in:
2475
vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/api-2.json
generated
vendored
Normal file
2475
vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/api-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2027
vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/docs-2.json
generated
vendored
Normal file
2027
vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/docs-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1109
vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/examples-1.json
generated
vendored
Normal file
1109
vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/examples-1.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
25
vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/paginators-1.json
generated
vendored
Normal file
25
vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/paginators-1.json
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"pagination": {
|
||||
"DescribeApplicationVersions": {
|
||||
"result_key": "ApplicationVersions"
|
||||
},
|
||||
"DescribeApplications": {
|
||||
"result_key": "Applications"
|
||||
},
|
||||
"DescribeConfigurationOptions": {
|
||||
"result_key": "Options"
|
||||
},
|
||||
"DescribeEnvironments": {
|
||||
"result_key": "Environments"
|
||||
},
|
||||
"DescribeEvents": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Events"
|
||||
},
|
||||
"ListAvailableSolutionStacks": {
|
||||
"result_key": "SolutionStacks"
|
||||
}
|
||||
}
|
||||
}
|
||||
18
vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/smoke.json
generated
vendored
Normal file
18
vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/smoke.json
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "ListAvailableSolutionStacks",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "DescribeEnvironmentResources",
|
||||
"input": {
|
||||
"EnvironmentId": "fake_environment"
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user