Inital Commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"pagination": {
|
||||
"ListDiscoverers": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "Limit",
|
||||
"result_key": "Discoverers"
|
||||
},
|
||||
"ListRegistries": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "Limit",
|
||||
"result_key": "Registries"
|
||||
},
|
||||
"ListSchemaVersions": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "Limit",
|
||||
"result_key": "SchemaVersions"
|
||||
},
|
||||
"ListSchemas": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "Limit",
|
||||
"result_key": "Schemas"
|
||||
},
|
||||
"SearchSchemas": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "Limit",
|
||||
"result_key": "Schemas"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"CodeBindingExists": {
|
||||
"description": "Wait until code binding is generated",
|
||||
"delay": 2,
|
||||
"operation": "DescribeCodeBinding",
|
||||
"maxAttempts": 30,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "CREATE_COMPLETE",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"expected": "CREATE_IN_PROGRESS",
|
||||
"matcher": "path",
|
||||
"state": "retry",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"expected": "CREATE_FAILED",
|
||||
"matcher": "path",
|
||||
"state": "failure",
|
||||
"argument": "Status"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "NotFoundException",
|
||||
"state": "failure"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user