Inital Commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"pagination": {
|
||||
"DescribeDBEngineVersions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBEngineVersions"
|
||||
},
|
||||
"DescribeDBInstances": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBInstances"
|
||||
},
|
||||
"DescribeDBParameterGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBParameterGroups"
|
||||
},
|
||||
"DescribeDBParameters": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "Parameters"
|
||||
},
|
||||
"DescribeDBSubnetGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBSubnetGroups"
|
||||
},
|
||||
"DescribeEngineDefaultParameters": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "EngineDefaults.Marker",
|
||||
"result_key": "EngineDefaults.Parameters"
|
||||
},
|
||||
"DescribeEventSubscriptions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "EventSubscriptionsList"
|
||||
},
|
||||
"DescribeEvents": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "Events"
|
||||
},
|
||||
"DescribeOrderableDBInstanceOptions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "OrderableDBInstanceOptions"
|
||||
},
|
||||
"DescribeDBClusterParameterGroups": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBClusterParameterGroups"
|
||||
},
|
||||
"DescribeDBClusterParameters": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "Parameters"
|
||||
},
|
||||
"DescribeDBClusterSnapshots": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBClusterSnapshots"
|
||||
},
|
||||
"DescribeDBClusters": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBClusters"
|
||||
},
|
||||
"DescribePendingMaintenanceActions": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "PendingMaintenanceActions"
|
||||
},
|
||||
"DescribeDBClusterEndpoints": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "DBClusterEndpoints"
|
||||
},
|
||||
"DescribeGlobalClusters": {
|
||||
"input_token": "Marker",
|
||||
"limit_key": "MaxRecords",
|
||||
"output_token": "Marker",
|
||||
"result_key": "GlobalClusters"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": 1.0,
|
||||
"merge": {
|
||||
"shapes": {
|
||||
"CopyDBClusterSnapshotMessage": {
|
||||
"members": {
|
||||
"SourceRegion": {
|
||||
"shape": "String",
|
||||
"documentation": "<p>The ID of the region that contains the snapshot to be copied.</p>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CreateDBClusterMessage": {
|
||||
"members": {
|
||||
"SourceRegion": {
|
||||
"shape": "String",
|
||||
"documentation": "<p>The ID of the region that contains the source for the db cluster.</p>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"DBInstanceAvailable": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeDBInstances",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "deleting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "failed",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "incompatible-restore",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "incompatible-parameters",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
}
|
||||
]
|
||||
},
|
||||
"DBInstanceDeleted": {
|
||||
"delay": 30,
|
||||
"operation": "DescribeDBInstances",
|
||||
"maxAttempts": 60,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "DBInstanceNotFound",
|
||||
"matcher": "error",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"expected": "creating",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "modifying",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "rebooting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
},
|
||||
{
|
||||
"expected": "resetting-master-credentials",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "DBInstances[].DBInstanceStatus"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user