Inital Commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"pagination": {
|
||||
"ListApplicationRevisions": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "revisions"
|
||||
},
|
||||
"ListApplications": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "applications"
|
||||
},
|
||||
"ListDeploymentConfigs": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "deploymentConfigsList"
|
||||
},
|
||||
"ListDeploymentGroups": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "deploymentGroups"
|
||||
},
|
||||
"ListDeploymentInstances": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "instancesList"
|
||||
},
|
||||
"ListDeployments": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "deployments"
|
||||
},
|
||||
"ListDeploymentTargets": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "targetIds"
|
||||
},
|
||||
"ListGitHubAccountTokenNames": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "tokenNameList"
|
||||
},
|
||||
"ListOnPremisesInstances": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "instanceNames"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"DeploymentSuccessful": {
|
||||
"delay": 15,
|
||||
"operation": "GetDeployment",
|
||||
"maxAttempts": 120,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "Succeeded",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "deploymentInfo.status"
|
||||
},
|
||||
{
|
||||
"expected": "Failed",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "deploymentInfo.status"
|
||||
},
|
||||
{
|
||||
"expected": "Stopped",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "deploymentInfo.status"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user