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
2839
vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/api-2.json
generated
vendored
Normal file
2839
vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/api-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
1695
vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/docs-2.json
generated
vendored
Normal file
1695
vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/docs-2.json
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
46
vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/paginators-1.json
generated
vendored
Normal file
46
vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/paginators-1.json
generated
vendored
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"pagination": {
|
||||
"GetWorkflowExecutionHistory": {
|
||||
"limit_key": "maximumPageSize",
|
||||
"input_token": "nextPageToken",
|
||||
"output_token": "nextPageToken",
|
||||
"result_key": "events"
|
||||
},
|
||||
"ListActivityTypes": {
|
||||
"limit_key": "maximumPageSize",
|
||||
"input_token": "nextPageToken",
|
||||
"output_token": "nextPageToken",
|
||||
"result_key": "typeInfos"
|
||||
},
|
||||
"ListClosedWorkflowExecutions": {
|
||||
"limit_key": "maximumPageSize",
|
||||
"input_token": "nextPageToken",
|
||||
"output_token": "nextPageToken",
|
||||
"result_key": "executionInfos"
|
||||
},
|
||||
"ListDomains": {
|
||||
"limit_key": "maximumPageSize",
|
||||
"input_token": "nextPageToken",
|
||||
"output_token": "nextPageToken",
|
||||
"result_key": "domainInfos"
|
||||
},
|
||||
"ListOpenWorkflowExecutions": {
|
||||
"limit_key": "maximumPageSize",
|
||||
"input_token": "nextPageToken",
|
||||
"output_token": "nextPageToken",
|
||||
"result_key": "executionInfos"
|
||||
},
|
||||
"ListWorkflowTypes": {
|
||||
"limit_key": "maximumPageSize",
|
||||
"input_token": "nextPageToken",
|
||||
"output_token": "nextPageToken",
|
||||
"result_key": "typeInfos"
|
||||
},
|
||||
"PollForDecisionTask": {
|
||||
"limit_key": "maximumPageSize",
|
||||
"input_token": "nextPageToken",
|
||||
"output_token": "nextPageToken",
|
||||
"result_key": "events"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue