Inital Commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"pagination": {
|
||||
"ListApplicationVersions": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "applicationVersions"
|
||||
},
|
||||
"ListApplications": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "applications"
|
||||
},
|
||||
"ListBatchJobDefinitions": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "batchJobDefinitions"
|
||||
},
|
||||
"ListBatchJobExecutions": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "batchJobExecutions"
|
||||
},
|
||||
"ListDataSetImportHistory": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "dataSetImportTasks"
|
||||
},
|
||||
"ListDataSets": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "dataSets"
|
||||
},
|
||||
"ListDeployments": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "deployments"
|
||||
},
|
||||
"ListEngineVersions": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "engineVersions"
|
||||
},
|
||||
"ListEnvironments": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"result_key": "environments"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user