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