Inital Commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"pagination": {
|
||||
"ListSigningJobs": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "jobs"
|
||||
},
|
||||
"ListSigningPlatforms": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "platforms"
|
||||
},
|
||||
"ListSigningProfiles": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"output_token": "nextToken",
|
||||
"result_key": "profiles"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"SuccessfulSigningJob": {
|
||||
"delay": 20,
|
||||
"operation": "DescribeSigningJob",
|
||||
"maxAttempts": 25,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "Succeeded",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "status"
|
||||
},
|
||||
{
|
||||
"expected": "Failed",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "status"
|
||||
},
|
||||
{
|
||||
"expected": "ResourceNotFoundException",
|
||||
"matcher": "error",
|
||||
"state": "failure"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user