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
2056
vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/api-2.json
generated
vendored
Normal file
2056
vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/api-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
1586
vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/docs-2.json
generated
vendored
Normal file
1586
vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/docs-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
5
vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/examples-1.json
generated
vendored
Normal file
5
vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/examples-1.json
generated
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
37
vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/paginators-1.json
generated
vendored
Normal file
37
vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/paginators-1.json
generated
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"pagination": {
|
||||
"DescribeJobFlows": {
|
||||
"result_key": "JobFlows"
|
||||
},
|
||||
"ListBootstrapActions": {
|
||||
"input_token": "Marker",
|
||||
"output_token": "Marker",
|
||||
"result_key": "BootstrapActions"
|
||||
},
|
||||
"ListClusters": {
|
||||
"input_token": "Marker",
|
||||
"output_token": "Marker",
|
||||
"result_key": "Clusters"
|
||||
},
|
||||
"ListInstanceFleets": {
|
||||
"input_token": "Marker",
|
||||
"output_token": "Marker",
|
||||
"result_key": "InstanceFleets"
|
||||
},
|
||||
"ListInstanceGroups": {
|
||||
"input_token": "Marker",
|
||||
"output_token": "Marker",
|
||||
"result_key": "InstanceGroups"
|
||||
},
|
||||
"ListInstances": {
|
||||
"input_token": "Marker",
|
||||
"output_token": "Marker",
|
||||
"result_key": "Instances"
|
||||
},
|
||||
"ListSteps": {
|
||||
"input_token": "Marker",
|
||||
"output_token": "Marker",
|
||||
"result_key": "Steps"
|
||||
}
|
||||
}
|
||||
}
|
86
vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/waiters-2.json
generated
vendored
Normal file
86
vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/waiters-2.json
generated
vendored
Normal file
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"ClusterRunning": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeCluster",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "path",
|
||||
"argument": "Cluster.Status.State",
|
||||
"expected": "RUNNING"
|
||||
},
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "path",
|
||||
"argument": "Cluster.Status.State",
|
||||
"expected": "WAITING"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "path",
|
||||
"argument": "Cluster.Status.State",
|
||||
"expected": "TERMINATING"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "path",
|
||||
"argument": "Cluster.Status.State",
|
||||
"expected": "TERMINATED"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "path",
|
||||
"argument": "Cluster.Status.State",
|
||||
"expected": "TERMINATED_WITH_ERRORS"
|
||||
}
|
||||
]
|
||||
},
|
||||
"StepComplete": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeStep",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "path",
|
||||
"argument": "Step.Status.State",
|
||||
"expected": "COMPLETED"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "path",
|
||||
"argument": "Step.Status.State",
|
||||
"expected": "FAILED"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "path",
|
||||
"argument": "Step.Status.State",
|
||||
"expected": "CANCELLED"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ClusterTerminated": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeCluster",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "path",
|
||||
"argument": "Cluster.Status.State",
|
||||
"expected": "TERMINATED"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "path",
|
||||
"argument": "Cluster.Status.State",
|
||||
"expected": "TERMINATED_WITH_ERRORS"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue