mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
-12049
File diff suppressed because it is too large
Load Diff
-5495
File diff suppressed because one or more lines are too long
-125
@@ -1,125 +0,0 @@
|
||||
{
|
||||
"pagination": {
|
||||
"DescribeAccountAttributes": {
|
||||
"result_key": "AccountAttributes"
|
||||
},
|
||||
"DescribeAddresses": {
|
||||
"result_key": "Addresses"
|
||||
},
|
||||
"DescribeAvailabilityZones": {
|
||||
"result_key": "AvailabilityZones"
|
||||
},
|
||||
"DescribeBundleTasks": {
|
||||
"result_key": "BundleTasks"
|
||||
},
|
||||
"DescribeConversionTasks": {
|
||||
"result_key": "ConversionTasks"
|
||||
},
|
||||
"DescribeCustomerGateways": {
|
||||
"result_key": "CustomerGateways"
|
||||
},
|
||||
"DescribeDhcpOptions": {
|
||||
"result_key": "DhcpOptions"
|
||||
},
|
||||
"DescribeExportTasks": {
|
||||
"result_key": "ExportTasks"
|
||||
},
|
||||
"DescribeImages": {
|
||||
"result_key": "Images"
|
||||
},
|
||||
"DescribeInstanceStatus": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "InstanceStatuses"
|
||||
},
|
||||
"DescribeInstances": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Reservations"
|
||||
},
|
||||
"DescribeInternetGateways": {
|
||||
"result_key": "InternetGateways"
|
||||
},
|
||||
"DescribeKeyPairs": {
|
||||
"result_key": "KeyPairs"
|
||||
},
|
||||
"DescribeNetworkAcls": {
|
||||
"result_key": "NetworkAcls"
|
||||
},
|
||||
"DescribeNetworkInterfaces": {
|
||||
"result_key": "NetworkInterfaces"
|
||||
},
|
||||
"DescribePlacementGroups": {
|
||||
"result_key": "PlacementGroups"
|
||||
},
|
||||
"DescribeRegions": {
|
||||
"result_key": "Regions"
|
||||
},
|
||||
"DescribeReservedInstances": {
|
||||
"result_key": "ReservedInstances"
|
||||
},
|
||||
"DescribeReservedInstancesListings": {
|
||||
"result_key": "ReservedInstancesListings"
|
||||
},
|
||||
"DescribeReservedInstancesOfferings": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "ReservedInstancesOfferings"
|
||||
},
|
||||
"DescribeReservedInstancesModifications": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ReservedInstancesModifications"
|
||||
},
|
||||
"DescribeRouteTables": {
|
||||
"result_key": "RouteTables"
|
||||
},
|
||||
"DescribeSecurityGroups": {
|
||||
"result_key": "SecurityGroups"
|
||||
},
|
||||
"DescribeSnapshots": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Snapshots"
|
||||
},
|
||||
"DescribeSpotInstanceRequests": {
|
||||
"result_key": "SpotInstanceRequests"
|
||||
},
|
||||
"DescribeSpotPriceHistory": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "SpotPriceHistory"
|
||||
},
|
||||
"DescribeSubnets": {
|
||||
"result_key": "Subnets"
|
||||
},
|
||||
"DescribeTags": {
|
||||
"result_key": "Tags"
|
||||
},
|
||||
"DescribeVolumeStatus": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "VolumeStatuses"
|
||||
},
|
||||
"DescribeVolumes": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Volumes"
|
||||
},
|
||||
"DescribeVpcs": {
|
||||
"result_key": "Vpcs"
|
||||
},
|
||||
"DescribeVpnConnections": {
|
||||
"result_key": "VpnConnections"
|
||||
},
|
||||
"DescribeVpnGateways": {
|
||||
"result_key": "VpnGateways"
|
||||
}
|
||||
}
|
||||
}
|
||||
-494
@@ -1,494 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"InstanceExists": {
|
||||
"delay": 5,
|
||||
"maxAttempts": 40,
|
||||
"operation": "DescribeInstances",
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "status",
|
||||
"expected": 200,
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidInstanceIDNotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BundleTaskComplete": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeBundleTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "complete",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "BundleTasks[].State"
|
||||
},
|
||||
{
|
||||
"expected": "failed",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "BundleTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ConversionTaskCancelled": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeConversionTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "cancelled",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ConversionTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ConversionTaskCompleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeConversionTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "completed",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ConversionTasks[].State"
|
||||
},
|
||||
{
|
||||
"expected": "cancelled",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "ConversionTasks[].State"
|
||||
},
|
||||
{
|
||||
"expected": "cancelling",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "ConversionTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ConversionTaskDeleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeConversionTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ConversionTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"CustomerGatewayAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeCustomerGateways",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "CustomerGateways[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "CustomerGateways[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "CustomerGateways[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ExportTaskCancelled": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeExportTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "cancelled",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ExportTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ExportTaskCompleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeExportTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "completed",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ExportTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ImageAvailable": {
|
||||
"operation": "DescribeImages",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "Images[].State",
|
||||
"expected": "available"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "Images[].State",
|
||||
"expected": "failed"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceRunning": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeInstances",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "running",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "shutting-down",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "terminated",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "stopping",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceStatusOk": {
|
||||
"operation": "DescribeInstanceStatus",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "InstanceStatuses[].InstanceStatus.Status",
|
||||
"expected": "ok"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceStopped": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeInstances",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "stopped",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "pending",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "terminated",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceTerminated": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeInstances",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "terminated",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "pending",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "stopping",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"KeyPairExists": {
|
||||
"operation": "DescribeKeyPairs",
|
||||
"delay": 5,
|
||||
"maxAttempts": 6,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": true,
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "length(KeyPairs[].KeyName) > `0`"
|
||||
},
|
||||
{
|
||||
"expected": "InvalidKeyPairNotFound",
|
||||
"matcher": "error",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"NetworkInterfaceAvailable": {
|
||||
"operation": "DescribeNetworkInterfaces",
|
||||
"delay": 20,
|
||||
"maxAttempts": 10,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "NetworkInterfaces[].Status"
|
||||
},
|
||||
{
|
||||
"expected": "InvalidNetworkInterfaceIDNotFound",
|
||||
"matcher": "error",
|
||||
"state": "failure"
|
||||
}
|
||||
]
|
||||
},
|
||||
"PasswordDataAvailable": {
|
||||
"operation": "GetPasswordData",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "path",
|
||||
"argument": "length(PasswordData) > `0`",
|
||||
"expected": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"SnapshotCompleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeSnapshots",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "completed",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Snapshots[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SpotInstanceRequestFulfilled": {
|
||||
"operation": "DescribeSpotInstanceRequests",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "fulfilled"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "schedule-expired"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "canceled-before-fulfillment"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "bad-parameters"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "system-error"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SubnetAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeSubnets",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Subnets[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SystemStatusOk": {
|
||||
"operation": "DescribeInstanceStatus",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "InstanceStatuses[].SystemStatus.Status",
|
||||
"expected": "ok"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VolumeAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVolumes",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Volumes[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Volumes[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VolumeDeleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVolumes",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Volumes[].State"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidVolumeNotFound",
|
||||
"state": "success"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VolumeInUse": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVolumes",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "in-use",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Volumes[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Volumes[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpcAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpcs",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Vpcs[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpnConnectionAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpnConnections",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "VpnConnections[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "VpnConnections[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "VpnConnections[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpnConnectionDeleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpnConnections",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "VpnConnections[].State"
|
||||
},
|
||||
{
|
||||
"expected": "pending",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "VpnConnections[].State"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
-13760
File diff suppressed because it is too large
Load Diff
-6382
File diff suppressed because one or more lines are too long
-5
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"examples": {
|
||||
}
|
||||
}
|
||||
-138
@@ -1,138 +0,0 @@
|
||||
{
|
||||
"pagination": {
|
||||
"DescribeAccountAttributes": {
|
||||
"result_key": "AccountAttributes"
|
||||
},
|
||||
"DescribeAddresses": {
|
||||
"result_key": "Addresses"
|
||||
},
|
||||
"DescribeAvailabilityZones": {
|
||||
"result_key": "AvailabilityZones"
|
||||
},
|
||||
"DescribeBundleTasks": {
|
||||
"result_key": "BundleTasks"
|
||||
},
|
||||
"DescribeConversionTasks": {
|
||||
"result_key": "ConversionTasks"
|
||||
},
|
||||
"DescribeCustomerGateways": {
|
||||
"result_key": "CustomerGateways"
|
||||
},
|
||||
"DescribeDhcpOptions": {
|
||||
"result_key": "DhcpOptions"
|
||||
},
|
||||
"DescribeExportTasks": {
|
||||
"result_key": "ExportTasks"
|
||||
},
|
||||
"DescribeImages": {
|
||||
"result_key": "Images"
|
||||
},
|
||||
"DescribeInstanceStatus": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "InstanceStatuses"
|
||||
},
|
||||
"DescribeInstances": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Reservations"
|
||||
},
|
||||
"DescribeInternetGateways": {
|
||||
"result_key": "InternetGateways"
|
||||
},
|
||||
"DescribeKeyPairs": {
|
||||
"result_key": "KeyPairs"
|
||||
},
|
||||
"DescribeNetworkAcls": {
|
||||
"result_key": "NetworkAcls"
|
||||
},
|
||||
"DescribeNetworkInterfaces": {
|
||||
"result_key": "NetworkInterfaces"
|
||||
},
|
||||
"DescribePlacementGroups": {
|
||||
"result_key": "PlacementGroups"
|
||||
},
|
||||
"DescribeRegions": {
|
||||
"result_key": "Regions"
|
||||
},
|
||||
"DescribeReservedInstances": {
|
||||
"result_key": "ReservedInstances"
|
||||
},
|
||||
"DescribeReservedInstancesListings": {
|
||||
"result_key": "ReservedInstancesListings"
|
||||
},
|
||||
"DescribeReservedInstancesOfferings": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "ReservedInstancesOfferings"
|
||||
},
|
||||
"DescribeReservedInstancesModifications": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ReservedInstancesModifications"
|
||||
},
|
||||
"DescribeRouteTables": {
|
||||
"result_key": "RouteTables"
|
||||
},
|
||||
"DescribeSecurityGroups": {
|
||||
"result_key": "SecurityGroups"
|
||||
},
|
||||
"DescribeSnapshots": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Snapshots"
|
||||
},
|
||||
"DescribeSpotInstanceRequests": {
|
||||
"result_key": "SpotInstanceRequests"
|
||||
},
|
||||
"DescribeSpotFleetRequests": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "SpotFleetRequestConfigs"
|
||||
},
|
||||
"DescribeSpotPriceHistory": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "SpotPriceHistory"
|
||||
},
|
||||
"DescribeSubnets": {
|
||||
"result_key": "Subnets"
|
||||
},
|
||||
"DescribeTags": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Tags"
|
||||
},
|
||||
"DescribeVolumeStatus": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "VolumeStatuses"
|
||||
},
|
||||
"DescribeVolumes": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Volumes"
|
||||
},
|
||||
"DescribeVpcs": {
|
||||
"result_key": "Vpcs"
|
||||
},
|
||||
"DescribeVpcPeeringConnections": {
|
||||
"result_key": "VpcPeeringConnections"
|
||||
},
|
||||
"DescribeVpnConnections": {
|
||||
"result_key": "VpnConnections"
|
||||
},
|
||||
"DescribeVpnGateways": {
|
||||
"result_key": "VpnGateways"
|
||||
}
|
||||
}
|
||||
}
|
||||
-593
@@ -1,593 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"InstanceExists": {
|
||||
"delay": 5,
|
||||
"maxAttempts": 40,
|
||||
"operation": "DescribeInstances",
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "path",
|
||||
"expected": true,
|
||||
"argument": "length(Reservations[]) > `0`",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidInstanceID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BundleTaskComplete": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeBundleTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "complete",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "BundleTasks[].State"
|
||||
},
|
||||
{
|
||||
"expected": "failed",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "BundleTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ConversionTaskCancelled": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeConversionTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "cancelled",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ConversionTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ConversionTaskCompleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeConversionTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "completed",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ConversionTasks[].State"
|
||||
},
|
||||
{
|
||||
"expected": "cancelled",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "ConversionTasks[].State"
|
||||
},
|
||||
{
|
||||
"expected": "cancelling",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "ConversionTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ConversionTaskDeleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeConversionTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ConversionTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"CustomerGatewayAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeCustomerGateways",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "CustomerGateways[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "CustomerGateways[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "CustomerGateways[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ExportTaskCancelled": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeExportTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "cancelled",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ExportTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ExportTaskCompleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeExportTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "completed",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ExportTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ImageExists": {
|
||||
"operation": "DescribeImages",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "path",
|
||||
"expected": true,
|
||||
"argument": "length(Images[]) > `0`",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidAMIID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ImageAvailable": {
|
||||
"operation": "DescribeImages",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "Images[].State",
|
||||
"expected": "available"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "Images[].State",
|
||||
"expected": "failed"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceRunning": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeInstances",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "running",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "shutting-down",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "terminated",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "stopping",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidInstanceID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceStatusOk": {
|
||||
"operation": "DescribeInstanceStatus",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "InstanceStatuses[].InstanceStatus.Status",
|
||||
"expected": "ok"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidInstanceID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceStopped": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeInstances",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "stopped",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "pending",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "terminated",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceTerminated": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeInstances",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "terminated",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "pending",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "stopping",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"KeyPairExists": {
|
||||
"operation": "DescribeKeyPairs",
|
||||
"delay": 5,
|
||||
"maxAttempts": 6,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": true,
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "length(KeyPairs[].KeyName) > `0`"
|
||||
},
|
||||
{
|
||||
"expected": "InvalidKeyPair.NotFound",
|
||||
"matcher": "error",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"NatGatewayAvailable": {
|
||||
"operation": "DescribeNatGateways",
|
||||
"delay": 15,
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "NatGateways[].State",
|
||||
"expected": "available"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "NatGateways[].State",
|
||||
"expected": "failed"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "NatGateways[].State",
|
||||
"expected": "deleting"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "NatGateways[].State",
|
||||
"expected": "deleted"
|
||||
},
|
||||
{
|
||||
"state": "retry",
|
||||
"matcher": "error",
|
||||
"expected": "NatGatewayNotFound"
|
||||
}
|
||||
]
|
||||
},
|
||||
"NetworkInterfaceAvailable": {
|
||||
"operation": "DescribeNetworkInterfaces",
|
||||
"delay": 20,
|
||||
"maxAttempts": 10,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "NetworkInterfaces[].Status"
|
||||
},
|
||||
{
|
||||
"expected": "InvalidNetworkInterfaceID.NotFound",
|
||||
"matcher": "error",
|
||||
"state": "failure"
|
||||
}
|
||||
]
|
||||
},
|
||||
"PasswordDataAvailable": {
|
||||
"operation": "GetPasswordData",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "path",
|
||||
"argument": "length(PasswordData) > `0`",
|
||||
"expected": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"SnapshotCompleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeSnapshots",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "completed",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Snapshots[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SpotInstanceRequestFulfilled": {
|
||||
"operation": "DescribeSpotInstanceRequests",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "fulfilled"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "schedule-expired"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "canceled-before-fulfillment"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "bad-parameters"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "system-error"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SubnetAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeSubnets",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Subnets[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SystemStatusOk": {
|
||||
"operation": "DescribeInstanceStatus",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "InstanceStatuses[].SystemStatus.Status",
|
||||
"expected": "ok"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VolumeAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVolumes",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Volumes[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Volumes[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VolumeDeleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVolumes",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Volumes[].State"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidVolume.NotFound",
|
||||
"state": "success"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VolumeInUse": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVolumes",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "in-use",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Volumes[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Volumes[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpcAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpcs",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Vpcs[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpcExists": {
|
||||
"operation": "DescribeVpcs",
|
||||
"delay": 1,
|
||||
"maxAttempts": 5,
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "status",
|
||||
"expected": 200,
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidVpcID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpnConnectionAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpnConnections",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "VpnConnections[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "VpnConnections[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "VpnConnections[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpnConnectionDeleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpnConnections",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "VpnConnections[].State"
|
||||
},
|
||||
{
|
||||
"expected": "pending",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "VpnConnections[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpcPeeringConnectionExists": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpcPeeringConnections",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "status",
|
||||
"expected": 200,
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidVpcPeeringConnectionID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
-14191
File diff suppressed because it is too large
Load Diff
-6582
File diff suppressed because one or more lines are too long
-3729
File diff suppressed because it is too large
Load Diff
-138
@@ -1,138 +0,0 @@
|
||||
{
|
||||
"pagination": {
|
||||
"DescribeAccountAttributes": {
|
||||
"result_key": "AccountAttributes"
|
||||
},
|
||||
"DescribeAddresses": {
|
||||
"result_key": "Addresses"
|
||||
},
|
||||
"DescribeAvailabilityZones": {
|
||||
"result_key": "AvailabilityZones"
|
||||
},
|
||||
"DescribeBundleTasks": {
|
||||
"result_key": "BundleTasks"
|
||||
},
|
||||
"DescribeConversionTasks": {
|
||||
"result_key": "ConversionTasks"
|
||||
},
|
||||
"DescribeCustomerGateways": {
|
||||
"result_key": "CustomerGateways"
|
||||
},
|
||||
"DescribeDhcpOptions": {
|
||||
"result_key": "DhcpOptions"
|
||||
},
|
||||
"DescribeExportTasks": {
|
||||
"result_key": "ExportTasks"
|
||||
},
|
||||
"DescribeImages": {
|
||||
"result_key": "Images"
|
||||
},
|
||||
"DescribeInstanceStatus": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "InstanceStatuses"
|
||||
},
|
||||
"DescribeInstances": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Reservations"
|
||||
},
|
||||
"DescribeInternetGateways": {
|
||||
"result_key": "InternetGateways"
|
||||
},
|
||||
"DescribeKeyPairs": {
|
||||
"result_key": "KeyPairs"
|
||||
},
|
||||
"DescribeNetworkAcls": {
|
||||
"result_key": "NetworkAcls"
|
||||
},
|
||||
"DescribeNetworkInterfaces": {
|
||||
"result_key": "NetworkInterfaces"
|
||||
},
|
||||
"DescribePlacementGroups": {
|
||||
"result_key": "PlacementGroups"
|
||||
},
|
||||
"DescribeRegions": {
|
||||
"result_key": "Regions"
|
||||
},
|
||||
"DescribeReservedInstances": {
|
||||
"result_key": "ReservedInstances"
|
||||
},
|
||||
"DescribeReservedInstancesListings": {
|
||||
"result_key": "ReservedInstancesListings"
|
||||
},
|
||||
"DescribeReservedInstancesOfferings": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "ReservedInstancesOfferings"
|
||||
},
|
||||
"DescribeReservedInstancesModifications": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ReservedInstancesModifications"
|
||||
},
|
||||
"DescribeRouteTables": {
|
||||
"result_key": "RouteTables"
|
||||
},
|
||||
"DescribeSecurityGroups": {
|
||||
"result_key": "SecurityGroups"
|
||||
},
|
||||
"DescribeSnapshots": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Snapshots"
|
||||
},
|
||||
"DescribeSpotInstanceRequests": {
|
||||
"result_key": "SpotInstanceRequests"
|
||||
},
|
||||
"DescribeSpotFleetRequests": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "SpotFleetRequestConfigs"
|
||||
},
|
||||
"DescribeSpotPriceHistory": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "SpotPriceHistory"
|
||||
},
|
||||
"DescribeSubnets": {
|
||||
"result_key": "Subnets"
|
||||
},
|
||||
"DescribeTags": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Tags"
|
||||
},
|
||||
"DescribeVolumeStatus": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "VolumeStatuses"
|
||||
},
|
||||
"DescribeVolumes": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Volumes"
|
||||
},
|
||||
"DescribeVpcs": {
|
||||
"result_key": "Vpcs"
|
||||
},
|
||||
"DescribeVpcPeeringConnections": {
|
||||
"result_key": "VpcPeeringConnections"
|
||||
},
|
||||
"DescribeVpnConnections": {
|
||||
"result_key": "VpnConnections"
|
||||
},
|
||||
"DescribeVpnGateways": {
|
||||
"result_key": "VpnGateways"
|
||||
}
|
||||
}
|
||||
}
|
||||
-593
@@ -1,593 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"InstanceExists": {
|
||||
"delay": 5,
|
||||
"maxAttempts": 40,
|
||||
"operation": "DescribeInstances",
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "path",
|
||||
"expected": true,
|
||||
"argument": "length(Reservations[]) > `0`",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidInstanceID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BundleTaskComplete": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeBundleTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "complete",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "BundleTasks[].State"
|
||||
},
|
||||
{
|
||||
"expected": "failed",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "BundleTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ConversionTaskCancelled": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeConversionTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "cancelled",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ConversionTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ConversionTaskCompleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeConversionTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "completed",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ConversionTasks[].State"
|
||||
},
|
||||
{
|
||||
"expected": "cancelled",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "ConversionTasks[].State"
|
||||
},
|
||||
{
|
||||
"expected": "cancelling",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "ConversionTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ConversionTaskDeleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeConversionTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ConversionTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"CustomerGatewayAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeCustomerGateways",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "CustomerGateways[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "CustomerGateways[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "CustomerGateways[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ExportTaskCancelled": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeExportTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "cancelled",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ExportTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ExportTaskCompleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeExportTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "completed",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ExportTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ImageExists": {
|
||||
"operation": "DescribeImages",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "path",
|
||||
"expected": true,
|
||||
"argument": "length(Images[]) > `0`",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidAMIID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ImageAvailable": {
|
||||
"operation": "DescribeImages",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "Images[].State",
|
||||
"expected": "available"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "Images[].State",
|
||||
"expected": "failed"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceRunning": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeInstances",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "running",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "shutting-down",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "terminated",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "stopping",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidInstanceID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceStatusOk": {
|
||||
"operation": "DescribeInstanceStatus",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "InstanceStatuses[].InstanceStatus.Status",
|
||||
"expected": "ok"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidInstanceID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceStopped": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeInstances",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "stopped",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "pending",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "terminated",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceTerminated": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeInstances",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "terminated",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "pending",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "stopping",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"KeyPairExists": {
|
||||
"operation": "DescribeKeyPairs",
|
||||
"delay": 5,
|
||||
"maxAttempts": 6,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": true,
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "length(KeyPairs[].KeyName) > `0`"
|
||||
},
|
||||
{
|
||||
"expected": "InvalidKeyPair.NotFound",
|
||||
"matcher": "error",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"NatGatewayAvailable": {
|
||||
"operation": "DescribeNatGateways",
|
||||
"delay": 15,
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "NatGateways[].State",
|
||||
"expected": "available"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "NatGateways[].State",
|
||||
"expected": "failed"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "NatGateways[].State",
|
||||
"expected": "deleting"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "NatGateways[].State",
|
||||
"expected": "deleted"
|
||||
},
|
||||
{
|
||||
"state": "retry",
|
||||
"matcher": "error",
|
||||
"expected": "NatGatewayNotFound"
|
||||
}
|
||||
]
|
||||
},
|
||||
"NetworkInterfaceAvailable": {
|
||||
"operation": "DescribeNetworkInterfaces",
|
||||
"delay": 20,
|
||||
"maxAttempts": 10,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "NetworkInterfaces[].Status"
|
||||
},
|
||||
{
|
||||
"expected": "InvalidNetworkInterfaceID.NotFound",
|
||||
"matcher": "error",
|
||||
"state": "failure"
|
||||
}
|
||||
]
|
||||
},
|
||||
"PasswordDataAvailable": {
|
||||
"operation": "GetPasswordData",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "path",
|
||||
"argument": "length(PasswordData) > `0`",
|
||||
"expected": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"SnapshotCompleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeSnapshots",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "completed",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Snapshots[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SpotInstanceRequestFulfilled": {
|
||||
"operation": "DescribeSpotInstanceRequests",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "fulfilled"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "schedule-expired"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "canceled-before-fulfillment"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "bad-parameters"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "system-error"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SubnetAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeSubnets",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Subnets[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SystemStatusOk": {
|
||||
"operation": "DescribeInstanceStatus",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "InstanceStatuses[].SystemStatus.Status",
|
||||
"expected": "ok"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VolumeAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVolumes",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Volumes[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Volumes[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VolumeDeleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVolumes",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Volumes[].State"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidVolume.NotFound",
|
||||
"state": "success"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VolumeInUse": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVolumes",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "in-use",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Volumes[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Volumes[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpcAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpcs",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Vpcs[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpcExists": {
|
||||
"operation": "DescribeVpcs",
|
||||
"delay": 1,
|
||||
"maxAttempts": 5,
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "status",
|
||||
"expected": 200,
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidVpcID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpnConnectionAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpnConnections",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "VpnConnections[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "VpnConnections[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "VpnConnections[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpnConnectionDeleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpnConnections",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "VpnConnections[].State"
|
||||
},
|
||||
{
|
||||
"expected": "pending",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "VpnConnections[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpcPeeringConnectionExists": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpcPeeringConnections",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "status",
|
||||
"expected": 200,
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidVpcPeeringConnectionID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
-14415
File diff suppressed because it is too large
Load Diff
-6696
File diff suppressed because one or more lines are too long
-3740
File diff suppressed because it is too large
Load Diff
-138
@@ -1,138 +0,0 @@
|
||||
{
|
||||
"pagination": {
|
||||
"DescribeAccountAttributes": {
|
||||
"result_key": "AccountAttributes"
|
||||
},
|
||||
"DescribeAddresses": {
|
||||
"result_key": "Addresses"
|
||||
},
|
||||
"DescribeAvailabilityZones": {
|
||||
"result_key": "AvailabilityZones"
|
||||
},
|
||||
"DescribeBundleTasks": {
|
||||
"result_key": "BundleTasks"
|
||||
},
|
||||
"DescribeConversionTasks": {
|
||||
"result_key": "ConversionTasks"
|
||||
},
|
||||
"DescribeCustomerGateways": {
|
||||
"result_key": "CustomerGateways"
|
||||
},
|
||||
"DescribeDhcpOptions": {
|
||||
"result_key": "DhcpOptions"
|
||||
},
|
||||
"DescribeExportTasks": {
|
||||
"result_key": "ExportTasks"
|
||||
},
|
||||
"DescribeImages": {
|
||||
"result_key": "Images"
|
||||
},
|
||||
"DescribeInstanceStatus": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "InstanceStatuses"
|
||||
},
|
||||
"DescribeInstances": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Reservations"
|
||||
},
|
||||
"DescribeInternetGateways": {
|
||||
"result_key": "InternetGateways"
|
||||
},
|
||||
"DescribeKeyPairs": {
|
||||
"result_key": "KeyPairs"
|
||||
},
|
||||
"DescribeNetworkAcls": {
|
||||
"result_key": "NetworkAcls"
|
||||
},
|
||||
"DescribeNetworkInterfaces": {
|
||||
"result_key": "NetworkInterfaces"
|
||||
},
|
||||
"DescribePlacementGroups": {
|
||||
"result_key": "PlacementGroups"
|
||||
},
|
||||
"DescribeRegions": {
|
||||
"result_key": "Regions"
|
||||
},
|
||||
"DescribeReservedInstances": {
|
||||
"result_key": "ReservedInstances"
|
||||
},
|
||||
"DescribeReservedInstancesListings": {
|
||||
"result_key": "ReservedInstancesListings"
|
||||
},
|
||||
"DescribeReservedInstancesOfferings": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "ReservedInstancesOfferings"
|
||||
},
|
||||
"DescribeReservedInstancesModifications": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ReservedInstancesModifications"
|
||||
},
|
||||
"DescribeRouteTables": {
|
||||
"result_key": "RouteTables"
|
||||
},
|
||||
"DescribeSecurityGroups": {
|
||||
"result_key": "SecurityGroups"
|
||||
},
|
||||
"DescribeSnapshots": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Snapshots"
|
||||
},
|
||||
"DescribeSpotInstanceRequests": {
|
||||
"result_key": "SpotInstanceRequests"
|
||||
},
|
||||
"DescribeSpotFleetRequests": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "SpotFleetRequestConfigs"
|
||||
},
|
||||
"DescribeSpotPriceHistory": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "SpotPriceHistory"
|
||||
},
|
||||
"DescribeSubnets": {
|
||||
"result_key": "Subnets"
|
||||
},
|
||||
"DescribeTags": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Tags"
|
||||
},
|
||||
"DescribeVolumeStatus": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "VolumeStatuses"
|
||||
},
|
||||
"DescribeVolumes": {
|
||||
"input_token": "NextToken",
|
||||
"output_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"result_key": "Volumes"
|
||||
},
|
||||
"DescribeVpcs": {
|
||||
"result_key": "Vpcs"
|
||||
},
|
||||
"DescribeVpcPeeringConnections": {
|
||||
"result_key": "VpcPeeringConnections"
|
||||
},
|
||||
"DescribeVpnConnections": {
|
||||
"result_key": "VpnConnections"
|
||||
},
|
||||
"DescribeVpnGateways": {
|
||||
"result_key": "VpnGateways"
|
||||
}
|
||||
}
|
||||
}
|
||||
-593
@@ -1,593 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"InstanceExists": {
|
||||
"delay": 5,
|
||||
"maxAttempts": 40,
|
||||
"operation": "DescribeInstances",
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "path",
|
||||
"expected": true,
|
||||
"argument": "length(Reservations[]) > `0`",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidInstanceID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"BundleTaskComplete": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeBundleTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "complete",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "BundleTasks[].State"
|
||||
},
|
||||
{
|
||||
"expected": "failed",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "BundleTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ConversionTaskCancelled": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeConversionTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "cancelled",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ConversionTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ConversionTaskCompleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeConversionTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "completed",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ConversionTasks[].State"
|
||||
},
|
||||
{
|
||||
"expected": "cancelled",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "ConversionTasks[].State"
|
||||
},
|
||||
{
|
||||
"expected": "cancelling",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "ConversionTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ConversionTaskDeleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeConversionTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ConversionTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"CustomerGatewayAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeCustomerGateways",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "CustomerGateways[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "CustomerGateways[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "CustomerGateways[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ExportTaskCancelled": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeExportTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "cancelled",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ExportTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ExportTaskCompleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeExportTasks",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "completed",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "ExportTasks[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ImageExists": {
|
||||
"operation": "DescribeImages",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "path",
|
||||
"expected": true,
|
||||
"argument": "length(Images[]) > `0`",
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidAMIID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ImageAvailable": {
|
||||
"operation": "DescribeImages",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "Images[].State",
|
||||
"expected": "available"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "Images[].State",
|
||||
"expected": "failed"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceRunning": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeInstances",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "running",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "shutting-down",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "terminated",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "stopping",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidInstanceID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceStatusOk": {
|
||||
"operation": "DescribeInstanceStatus",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "InstanceStatuses[].InstanceStatus.Status",
|
||||
"expected": "ok"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidInstanceID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceStopped": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeInstances",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "stopped",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "pending",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "terminated",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"InstanceTerminated": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeInstances",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "terminated",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "pending",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
},
|
||||
{
|
||||
"expected": "stopping",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Reservations[].Instances[].State.Name"
|
||||
}
|
||||
]
|
||||
},
|
||||
"KeyPairExists": {
|
||||
"operation": "DescribeKeyPairs",
|
||||
"delay": 5,
|
||||
"maxAttempts": 6,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": true,
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "length(KeyPairs[].KeyName) > `0`"
|
||||
},
|
||||
{
|
||||
"expected": "InvalidKeyPair.NotFound",
|
||||
"matcher": "error",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"NatGatewayAvailable": {
|
||||
"operation": "DescribeNatGateways",
|
||||
"delay": 15,
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "NatGateways[].State",
|
||||
"expected": "available"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "NatGateways[].State",
|
||||
"expected": "failed"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "NatGateways[].State",
|
||||
"expected": "deleting"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "NatGateways[].State",
|
||||
"expected": "deleted"
|
||||
},
|
||||
{
|
||||
"state": "retry",
|
||||
"matcher": "error",
|
||||
"expected": "NatGatewayNotFound"
|
||||
}
|
||||
]
|
||||
},
|
||||
"NetworkInterfaceAvailable": {
|
||||
"operation": "DescribeNetworkInterfaces",
|
||||
"delay": 20,
|
||||
"maxAttempts": 10,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "NetworkInterfaces[].Status"
|
||||
},
|
||||
{
|
||||
"expected": "InvalidNetworkInterfaceID.NotFound",
|
||||
"matcher": "error",
|
||||
"state": "failure"
|
||||
}
|
||||
]
|
||||
},
|
||||
"PasswordDataAvailable": {
|
||||
"operation": "GetPasswordData",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "path",
|
||||
"argument": "length(PasswordData) > `0`",
|
||||
"expected": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"SnapshotCompleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeSnapshots",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "completed",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Snapshots[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SpotInstanceRequestFulfilled": {
|
||||
"operation": "DescribeSpotInstanceRequests",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "fulfilled"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "schedule-expired"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "canceled-before-fulfillment"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "bad-parameters"
|
||||
},
|
||||
{
|
||||
"state": "failure",
|
||||
"matcher": "pathAny",
|
||||
"argument": "SpotInstanceRequests[].Status.Code",
|
||||
"expected": "system-error"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SubnetAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeSubnets",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Subnets[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"SystemStatusOk": {
|
||||
"operation": "DescribeInstanceStatus",
|
||||
"maxAttempts": 40,
|
||||
"delay": 15,
|
||||
"acceptors": [
|
||||
{
|
||||
"state": "success",
|
||||
"matcher": "pathAll",
|
||||
"argument": "InstanceStatuses[].SystemStatus.Status",
|
||||
"expected": "ok"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VolumeAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVolumes",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Volumes[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Volumes[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VolumeDeleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVolumes",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Volumes[].State"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidVolume.NotFound",
|
||||
"state": "success"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VolumeInUse": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVolumes",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "in-use",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Volumes[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "Volumes[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpcAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpcs",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "Vpcs[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpcExists": {
|
||||
"operation": "DescribeVpcs",
|
||||
"delay": 1,
|
||||
"maxAttempts": 5,
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "status",
|
||||
"expected": 200,
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidVpcID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpnConnectionAvailable": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpnConnections",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "available",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "VpnConnections[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleting",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "VpnConnections[].State"
|
||||
},
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "VpnConnections[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpnConnectionDeleted": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpnConnections",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "deleted",
|
||||
"matcher": "pathAll",
|
||||
"state": "success",
|
||||
"argument": "VpnConnections[].State"
|
||||
},
|
||||
{
|
||||
"expected": "pending",
|
||||
"matcher": "pathAny",
|
||||
"state": "failure",
|
||||
"argument": "VpnConnections[].State"
|
||||
}
|
||||
]
|
||||
},
|
||||
"VpcPeeringConnectionExists": {
|
||||
"delay": 15,
|
||||
"operation": "DescribeVpcPeeringConnections",
|
||||
"maxAttempts": 40,
|
||||
"acceptors": [
|
||||
{
|
||||
"matcher": "status",
|
||||
"expected": 200,
|
||||
"state": "success"
|
||||
},
|
||||
{
|
||||
"matcher": "error",
|
||||
"expected": "InvalidVpcPeeringConnectionID.NotFound",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
+6155
-155
File diff suppressed because it is too large
Load Diff
+4125
-894
File diff suppressed because one or more lines are too long
+1310
-2
File diff suppressed because it is too large
Load Diff
+306
@@ -12,6 +12,54 @@
|
||||
"DescribeBundleTasks": {
|
||||
"result_key": "BundleTasks"
|
||||
},
|
||||
"DescribeByoipCidrs": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ByoipCidrs"
|
||||
},
|
||||
"DescribeCapacityReservations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "CapacityReservations"
|
||||
},
|
||||
"DescribeClassicLinkInstances": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Instances"
|
||||
},
|
||||
"DescribeClientVpnAuthorizationRules": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "AuthorizationRules"
|
||||
},
|
||||
"DescribeClientVpnConnections": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Connections"
|
||||
},
|
||||
"DescribeClientVpnEndpoints": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ClientVpnEndpoints"
|
||||
},
|
||||
"DescribeClientVpnRoutes": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Routes"
|
||||
},
|
||||
"DescribeClientVpnTargetNetworks": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ClientVpnTargetNetworks"
|
||||
},
|
||||
"DescribeConversionTasks": {
|
||||
"result_key": "ConversionTasks"
|
||||
},
|
||||
@@ -19,14 +67,83 @@
|
||||
"result_key": "CustomerGateways"
|
||||
},
|
||||
"DescribeDhcpOptions": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "DhcpOptions"
|
||||
},
|
||||
"DescribeEgressOnlyInternetGateways": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "EgressOnlyInternetGateways"
|
||||
},
|
||||
"DescribeExportTasks": {
|
||||
"result_key": "ExportTasks"
|
||||
},
|
||||
"DescribeFleets": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Fleets"
|
||||
},
|
||||
"DescribeFlowLogs": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "FlowLogs"
|
||||
},
|
||||
"DescribeFpgaImages": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "FpgaImages"
|
||||
},
|
||||
"DescribeHostReservationOfferings": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "OfferingSet"
|
||||
},
|
||||
"DescribeHostReservations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "HostReservationSet"
|
||||
},
|
||||
"DescribeHosts": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Hosts"
|
||||
},
|
||||
"DescribeIamInstanceProfileAssociations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "IamInstanceProfileAssociations"
|
||||
},
|
||||
"DescribeImages": {
|
||||
"result_key": "Images"
|
||||
},
|
||||
"DescribeImportImageTasks": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ImportImageTasks"
|
||||
},
|
||||
"DescribeImportSnapshotTasks": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ImportSnapshotTasks"
|
||||
},
|
||||
"DescribeInstanceCreditSpecifications": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "InstanceCreditSpecifications"
|
||||
},
|
||||
"DescribeInstanceStatus": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
@@ -40,11 +157,32 @@
|
||||
"result_key": "Reservations"
|
||||
},
|
||||
"DescribeInternetGateways": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "InternetGateways"
|
||||
},
|
||||
"DescribeKeyPairs": {
|
||||
"result_key": "KeyPairs"
|
||||
},
|
||||
"DescribeLaunchTemplateVersions": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "LaunchTemplateVersions"
|
||||
},
|
||||
"DescribeLaunchTemplates": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "LaunchTemplates"
|
||||
},
|
||||
"DescribeMovingAddresses": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "MovingAddressStatuses"
|
||||
},
|
||||
"DescribeNatGateways": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
@@ -52,14 +190,44 @@
|
||||
"result_key": "NatGateways"
|
||||
},
|
||||
"DescribeNetworkAcls": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "NetworkAcls"
|
||||
},
|
||||
"DescribeNetworkInterfacePermissions": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "NetworkInterfacePermissions"
|
||||
},
|
||||
"DescribeNetworkInterfaces": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "NetworkInterfaces"
|
||||
},
|
||||
"DescribePlacementGroups": {
|
||||
"result_key": "PlacementGroups"
|
||||
},
|
||||
"DescribePrefixLists": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "PrefixLists"
|
||||
},
|
||||
"DescribePrincipalIdFormat": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Principals"
|
||||
},
|
||||
"DescribePublicIpv4Pools": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "PublicIpv4Pools"
|
||||
},
|
||||
"DescribeRegions": {
|
||||
"result_key": "Regions"
|
||||
},
|
||||
@@ -81,9 +249,27 @@
|
||||
"result_key": "ReservedInstancesOfferings"
|
||||
},
|
||||
"DescribeRouteTables": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "RouteTables"
|
||||
},
|
||||
"DescribeScheduledInstanceAvailability": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ScheduledInstanceAvailabilitySet"
|
||||
},
|
||||
"DescribeScheduledInstances": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ScheduledInstanceSet"
|
||||
},
|
||||
"DescribeSecurityGroups": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "SecurityGroups"
|
||||
},
|
||||
"DescribeSnapshots": {
|
||||
@@ -99,6 +285,9 @@
|
||||
"result_key": "SpotFleetRequestConfigs"
|
||||
},
|
||||
"DescribeSpotInstanceRequests": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "SpotInstanceRequests"
|
||||
},
|
||||
"DescribeSpotPriceHistory": {
|
||||
@@ -107,7 +296,16 @@
|
||||
"output_token": "NextToken",
|
||||
"result_key": "SpotPriceHistory"
|
||||
},
|
||||
"DescribeStaleSecurityGroups": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "StaleSecurityGroupSet"
|
||||
},
|
||||
"DescribeSubnets": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Subnets"
|
||||
},
|
||||
"DescribeTags": {
|
||||
@@ -116,6 +314,48 @@
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Tags"
|
||||
},
|
||||
"DescribeTrafficMirrorFilters": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TrafficMirrorFilters"
|
||||
},
|
||||
"DescribeTrafficMirrorSessions": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TrafficMirrorSessions"
|
||||
},
|
||||
"DescribeTrafficMirrorTargets": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TrafficMirrorTargets"
|
||||
},
|
||||
"DescribeTransitGatewayAttachments": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TransitGatewayAttachments"
|
||||
},
|
||||
"DescribeTransitGatewayRouteTables": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TransitGatewayRouteTables"
|
||||
},
|
||||
"DescribeTransitGatewayVpcAttachments": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TransitGatewayVpcAttachments"
|
||||
},
|
||||
"DescribeTransitGateways": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TransitGateways"
|
||||
},
|
||||
"DescribeVolumeStatus": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
@@ -128,10 +368,58 @@
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Volumes"
|
||||
},
|
||||
"DescribeVolumesModifications": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "VolumesModifications"
|
||||
},
|
||||
"DescribeVpcClassicLinkDnsSupport": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Vpcs"
|
||||
},
|
||||
"DescribeVpcEndpointConnectionNotifications": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ConnectionNotificationSet"
|
||||
},
|
||||
"DescribeVpcEndpointConnections": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "VpcEndpointConnections"
|
||||
},
|
||||
"DescribeVpcEndpointServiceConfigurations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "ServiceConfigurations"
|
||||
},
|
||||
"DescribeVpcEndpointServicePermissions": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "AllowedPrincipals"
|
||||
},
|
||||
"DescribeVpcEndpoints": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "VpcEndpoints"
|
||||
},
|
||||
"DescribeVpcPeeringConnections": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "VpcPeeringConnections"
|
||||
},
|
||||
"DescribeVpcs": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Vpcs"
|
||||
},
|
||||
"DescribeVpnConnections": {
|
||||
@@ -139,6 +427,24 @@
|
||||
},
|
||||
"DescribeVpnGateways": {
|
||||
"result_key": "VpnGateways"
|
||||
},
|
||||
"GetTransitGatewayAttachmentPropagations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TransitGatewayAttachmentPropagations"
|
||||
},
|
||||
"GetTransitGatewayRouteTableAssociations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "Associations"
|
||||
},
|
||||
"GetTransitGatewayRouteTablePropagations": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
"output_token": "NextToken",
|
||||
"result_key": "TransitGatewayRouteTablePropagations"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user