UNPKG

cloudworker-proxy

Version:
2,156 lines 60.2 kB
{ "version": "2.0", "metadata": { "apiVersion": "2012-08-10", "endpointPrefix": "dynamodb", "jsonVersion": "1.0", "protocol": "json", "serviceAbbreviation": "DynamoDB", "serviceFullName": "Amazon DynamoDB", "serviceId": "DynamoDB", "signatureVersion": "v4", "targetPrefix": "DynamoDB_20120810", "uid": "dynamodb-2012-08-10" }, "operations": { "BatchGetItem": { "input": { "type": "structure", "required": [ "RequestItems" ], "members": { "RequestItems": { "shape": "S2" }, "ReturnConsumedCapacity": {} } }, "output": { "type": "structure", "members": { "Responses": { "type": "map", "key": {}, "value": { "shape": "Sr" } }, "UnprocessedKeys": { "shape": "S2" }, "ConsumedCapacity": { "shape": "St" } } }, "endpointdiscovery": {} }, "BatchWriteItem": { "input": { "type": "structure", "required": [ "RequestItems" ], "members": { "RequestItems": { "shape": "S10" }, "ReturnConsumedCapacity": {}, "ReturnItemCollectionMetrics": {} } }, "output": { "type": "structure", "members": { "UnprocessedItems": { "shape": "S10" }, "ItemCollectionMetrics": { "shape": "S18" }, "ConsumedCapacity": { "shape": "St" } } }, "endpointdiscovery": {} }, "CreateBackup": { "input": { "type": "structure", "required": [ "TableName", "BackupName" ], "members": { "TableName": {}, "BackupName": {} } }, "output": { "type": "structure", "members": { "BackupDetails": { "shape": "S1h" } } }, "endpointdiscovery": {} }, "CreateGlobalTable": { "input": { "type": "structure", "required": [ "GlobalTableName", "ReplicationGroup" ], "members": { "GlobalTableName": {}, "ReplicationGroup": { "shape": "S1p" } } }, "output": { "type": "structure", "members": { "GlobalTableDescription": { "shape": "S1t" } } }, "endpointdiscovery": {} }, "CreateTable": { "input": { "type": "structure", "required": [ "AttributeDefinitions", "TableName", "KeySchema" ], "members": { "AttributeDefinitions": { "shape": "S27" }, "TableName": {}, "KeySchema": { "shape": "S2b" }, "LocalSecondaryIndexes": { "shape": "S2e" }, "GlobalSecondaryIndexes": { "shape": "S2k" }, "BillingMode": {}, "ProvisionedThroughput": { "shape": "S2m" }, "StreamSpecification": { "shape": "S2o" }, "SSESpecification": { "shape": "S2r" }, "Tags": { "shape": "S2u" } } }, "output": { "type": "structure", "members": { "TableDescription": { "shape": "S2z" } } }, "endpointdiscovery": {} }, "DeleteBackup": { "input": { "type": "structure", "required": [ "BackupArn" ], "members": { "BackupArn": {} } }, "output": { "type": "structure", "members": { "BackupDescription": { "shape": "S3o" } } }, "endpointdiscovery": {} }, "DeleteItem": { "input": { "type": "structure", "required": [ "TableName", "Key" ], "members": { "TableName": {}, "Key": { "shape": "S6" }, "Expected": { "shape": "S41" }, "ConditionalOperator": {}, "ReturnValues": {}, "ReturnConsumedCapacity": {}, "ReturnItemCollectionMetrics": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "Sm" }, "ExpressionAttributeValues": { "shape": "S49" } } }, "output": { "type": "structure", "members": { "Attributes": { "shape": "Ss" }, "ConsumedCapacity": { "shape": "Su" }, "ItemCollectionMetrics": { "shape": "S1a" } } }, "endpointdiscovery": {} }, "DeleteTable": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {} } }, "output": { "type": "structure", "members": { "TableDescription": { "shape": "S2z" } } }, "endpointdiscovery": {} }, "DescribeBackup": { "input": { "type": "structure", "required": [ "BackupArn" ], "members": { "BackupArn": {} } }, "output": { "type": "structure", "members": { "BackupDescription": { "shape": "S3o" } } }, "endpointdiscovery": {} }, "DescribeContinuousBackups": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {} } }, "output": { "type": "structure", "members": { "ContinuousBackupsDescription": { "shape": "S4i" } } }, "endpointdiscovery": {} }, "DescribeContributorInsights": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {}, "IndexName": {} } }, "output": { "type": "structure", "members": { "TableName": {}, "IndexName": {}, "ContributorInsightsRuleList": { "type": "list", "member": {} }, "ContributorInsightsStatus": {}, "LastUpdateDateTime": { "type": "timestamp" }, "FailureException": { "type": "structure", "members": { "ExceptionName": {}, "ExceptionDescription": {} } } } } }, "DescribeEndpoints": { "input": { "type": "structure", "members": {} }, "output": { "type": "structure", "required": [ "Endpoints" ], "members": { "Endpoints": { "type": "list", "member": { "type": "structure", "required": [ "Address", "CachePeriodInMinutes" ], "members": { "Address": {}, "CachePeriodInMinutes": { "type": "long" } } } } } }, "endpointoperation": true }, "DescribeGlobalTable": { "input": { "type": "structure", "required": [ "GlobalTableName" ], "members": { "GlobalTableName": {} } }, "output": { "type": "structure", "members": { "GlobalTableDescription": { "shape": "S1t" } } }, "endpointdiscovery": {} }, "DescribeGlobalTableSettings": { "input": { "type": "structure", "required": [ "GlobalTableName" ], "members": { "GlobalTableName": {} } }, "output": { "type": "structure", "members": { "GlobalTableName": {}, "ReplicaSettings": { "shape": "S53" } } }, "endpointdiscovery": {} }, "DescribeLimits": { "input": { "type": "structure", "members": {} }, "output": { "type": "structure", "members": { "AccountMaxReadCapacityUnits": { "type": "long" }, "AccountMaxWriteCapacityUnits": { "type": "long" }, "TableMaxReadCapacityUnits": { "type": "long" }, "TableMaxWriteCapacityUnits": { "type": "long" } } }, "endpointdiscovery": {} }, "DescribeTable": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {} } }, "output": { "type": "structure", "members": { "Table": { "shape": "S2z" } } }, "endpointdiscovery": {} }, "DescribeTableReplicaAutoScaling": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {} } }, "output": { "type": "structure", "members": { "TableAutoScalingDescription": { "shape": "S5k" } } } }, "DescribeTimeToLive": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {} } }, "output": { "type": "structure", "members": { "TimeToLiveDescription": { "shape": "S3x" } } }, "endpointdiscovery": {} }, "GetItem": { "input": { "type": "structure", "required": [ "TableName", "Key" ], "members": { "TableName": {}, "Key": { "shape": "S6" }, "AttributesToGet": { "shape": "Sj" }, "ConsistentRead": { "type": "boolean" }, "ReturnConsumedCapacity": {}, "ProjectionExpression": {}, "ExpressionAttributeNames": { "shape": "Sm" } } }, "output": { "type": "structure", "members": { "Item": { "shape": "Ss" }, "ConsumedCapacity": { "shape": "Su" } } }, "endpointdiscovery": {} }, "ListBackups": { "input": { "type": "structure", "members": { "TableName": {}, "Limit": { "type": "integer" }, "TimeRangeLowerBound": { "type": "timestamp" }, "TimeRangeUpperBound": { "type": "timestamp" }, "ExclusiveStartBackupArn": {}, "BackupType": {} } }, "output": { "type": "structure", "members": { "BackupSummaries": { "type": "list", "member": { "type": "structure", "members": { "TableName": {}, "TableId": {}, "TableArn": {}, "BackupArn": {}, "BackupName": {}, "BackupCreationDateTime": { "type": "timestamp" }, "BackupExpiryDateTime": { "type": "timestamp" }, "BackupStatus": {}, "BackupType": {}, "BackupSizeBytes": { "type": "long" } } } }, "LastEvaluatedBackupArn": {} } }, "endpointdiscovery": {} }, "ListContributorInsights": { "input": { "type": "structure", "members": { "TableName": {}, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "ContributorInsightsSummaries": { "type": "list", "member": { "type": "structure", "members": { "TableName": {}, "IndexName": {}, "ContributorInsightsStatus": {} } } }, "NextToken": {} } } }, "ListGlobalTables": { "input": { "type": "structure", "members": { "ExclusiveStartGlobalTableName": {}, "Limit": { "type": "integer" }, "RegionName": {} } }, "output": { "type": "structure", "members": { "GlobalTables": { "type": "list", "member": { "type": "structure", "members": { "GlobalTableName": {}, "ReplicationGroup": { "shape": "S1p" } } } }, "LastEvaluatedGlobalTableName": {} } }, "endpointdiscovery": {} }, "ListTables": { "input": { "type": "structure", "members": { "ExclusiveStartTableName": {}, "Limit": { "type": "integer" } } }, "output": { "type": "structure", "members": { "TableNames": { "type": "list", "member": {} }, "LastEvaluatedTableName": {} } }, "endpointdiscovery": {} }, "ListTagsOfResource": { "input": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": {}, "NextToken": {} } }, "output": { "type": "structure", "members": { "Tags": { "shape": "S2u" }, "NextToken": {} } }, "endpointdiscovery": {} }, "PutItem": { "input": { "type": "structure", "required": [ "TableName", "Item" ], "members": { "TableName": {}, "Item": { "shape": "S14" }, "Expected": { "shape": "S41" }, "ReturnValues": {}, "ReturnConsumedCapacity": {}, "ReturnItemCollectionMetrics": {}, "ConditionalOperator": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "Sm" }, "ExpressionAttributeValues": { "shape": "S49" } } }, "output": { "type": "structure", "members": { "Attributes": { "shape": "Ss" }, "ConsumedCapacity": { "shape": "Su" }, "ItemCollectionMetrics": { "shape": "S1a" } } }, "endpointdiscovery": {} }, "Query": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {}, "IndexName": {}, "Select": {}, "AttributesToGet": { "shape": "Sj" }, "Limit": { "type": "integer" }, "ConsistentRead": { "type": "boolean" }, "KeyConditions": { "type": "map", "key": {}, "value": { "shape": "S6o" } }, "QueryFilter": { "shape": "S6p" }, "ConditionalOperator": {}, "ScanIndexForward": { "type": "boolean" }, "ExclusiveStartKey": { "shape": "S6" }, "ReturnConsumedCapacity": {}, "ProjectionExpression": {}, "FilterExpression": {}, "KeyConditionExpression": {}, "ExpressionAttributeNames": { "shape": "Sm" }, "ExpressionAttributeValues": { "shape": "S49" } } }, "output": { "type": "structure", "members": { "Items": { "shape": "Sr" }, "Count": { "type": "integer" }, "ScannedCount": { "type": "integer" }, "LastEvaluatedKey": { "shape": "S6" }, "ConsumedCapacity": { "shape": "Su" } } }, "endpointdiscovery": {} }, "RestoreTableFromBackup": { "input": { "type": "structure", "required": [ "TargetTableName", "BackupArn" ], "members": { "TargetTableName": {}, "BackupArn": {}, "BillingModeOverride": {}, "GlobalSecondaryIndexOverride": { "shape": "S2k" }, "LocalSecondaryIndexOverride": { "shape": "S2e" }, "ProvisionedThroughputOverride": { "shape": "S2m" }, "SSESpecificationOverride": { "shape": "S2r" } } }, "output": { "type": "structure", "members": { "TableDescription": { "shape": "S2z" } } }, "endpointdiscovery": {} }, "RestoreTableToPointInTime": { "input": { "type": "structure", "required": [ "TargetTableName" ], "members": { "SourceTableArn": {}, "SourceTableName": {}, "TargetTableName": {}, "UseLatestRestorableTime": { "type": "boolean" }, "RestoreDateTime": { "type": "timestamp" }, "BillingModeOverride": {}, "GlobalSecondaryIndexOverride": { "shape": "S2k" }, "LocalSecondaryIndexOverride": { "shape": "S2e" }, "ProvisionedThroughputOverride": { "shape": "S2m" }, "SSESpecificationOverride": { "shape": "S2r" } } }, "output": { "type": "structure", "members": { "TableDescription": { "shape": "S2z" } } }, "endpointdiscovery": {} }, "Scan": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {}, "IndexName": {}, "AttributesToGet": { "shape": "Sj" }, "Limit": { "type": "integer" }, "Select": {}, "ScanFilter": { "shape": "S6p" }, "ConditionalOperator": {}, "ExclusiveStartKey": { "shape": "S6" }, "ReturnConsumedCapacity": {}, "TotalSegments": { "type": "integer" }, "Segment": { "type": "integer" }, "ProjectionExpression": {}, "FilterExpression": {}, "ExpressionAttributeNames": { "shape": "Sm" }, "ExpressionAttributeValues": { "shape": "S49" }, "ConsistentRead": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "Items": { "shape": "Sr" }, "Count": { "type": "integer" }, "ScannedCount": { "type": "integer" }, "LastEvaluatedKey": { "shape": "S6" }, "ConsumedCapacity": { "shape": "Su" } } }, "endpointdiscovery": {} }, "TagResource": { "input": { "type": "structure", "required": [ "ResourceArn", "Tags" ], "members": { "ResourceArn": {}, "Tags": { "shape": "S2u" } } }, "endpointdiscovery": {} }, "TransactGetItems": { "input": { "type": "structure", "required": [ "TransactItems" ], "members": { "TransactItems": { "type": "list", "member": { "type": "structure", "required": [ "Get" ], "members": { "Get": { "type": "structure", "required": [ "Key", "TableName" ], "members": { "Key": { "shape": "S6" }, "TableName": {}, "ProjectionExpression": {}, "ExpressionAttributeNames": { "shape": "Sm" } } } } } }, "ReturnConsumedCapacity": {} } }, "output": { "type": "structure", "members": { "ConsumedCapacity": { "shape": "St" }, "Responses": { "type": "list", "member": { "type": "structure", "members": { "Item": { "shape": "Ss" } } } } } }, "endpointdiscovery": {} }, "TransactWriteItems": { "input": { "type": "structure", "required": [ "TransactItems" ], "members": { "TransactItems": { "type": "list", "member": { "type": "structure", "members": { "ConditionCheck": { "type": "structure", "required": [ "Key", "TableName", "ConditionExpression" ], "members": { "Key": { "shape": "S6" }, "TableName": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "Sm" }, "ExpressionAttributeValues": { "shape": "S49" }, "ReturnValuesOnConditionCheckFailure": {} } }, "Put": { "type": "structure", "required": [ "Item", "TableName" ], "members": { "Item": { "shape": "S14" }, "TableName": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "Sm" }, "ExpressionAttributeValues": { "shape": "S49" }, "ReturnValuesOnConditionCheckFailure": {} } }, "Delete": { "type": "structure", "required": [ "Key", "TableName" ], "members": { "Key": { "shape": "S6" }, "TableName": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "Sm" }, "ExpressionAttributeValues": { "shape": "S49" }, "ReturnValuesOnConditionCheckFailure": {} } }, "Update": { "type": "structure", "required": [ "Key", "UpdateExpression", "TableName" ], "members": { "Key": { "shape": "S6" }, "UpdateExpression": {}, "TableName": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "Sm" }, "ExpressionAttributeValues": { "shape": "S49" }, "ReturnValuesOnConditionCheckFailure": {} } } } } }, "ReturnConsumedCapacity": {}, "ReturnItemCollectionMetrics": {}, "ClientRequestToken": { "idempotencyToken": true } } }, "output": { "type": "structure", "members": { "ConsumedCapacity": { "shape": "St" }, "ItemCollectionMetrics": { "shape": "S18" } } }, "endpointdiscovery": {} }, "UntagResource": { "input": { "type": "structure", "required": [ "ResourceArn", "TagKeys" ], "members": { "ResourceArn": {}, "TagKeys": { "type": "list", "member": {} } } }, "endpointdiscovery": {} }, "UpdateContinuousBackups": { "input": { "type": "structure", "required": [ "TableName", "PointInTimeRecoverySpecification" ], "members": { "TableName": {}, "PointInTimeRecoverySpecification": { "type": "structure", "required": [ "PointInTimeRecoveryEnabled" ], "members": { "PointInTimeRecoveryEnabled": { "type": "boolean" } } } } }, "output": { "type": "structure", "members": { "ContinuousBackupsDescription": { "shape": "S4i" } } }, "endpointdiscovery": {} }, "UpdateContributorInsights": { "input": { "type": "structure", "required": [ "TableName", "ContributorInsightsAction" ], "members": { "TableName": {}, "IndexName": {}, "ContributorInsightsAction": {} } }, "output": { "type": "structure", "members": { "TableName": {}, "IndexName": {}, "ContributorInsightsStatus": {} } } }, "UpdateGlobalTable": { "input": { "type": "structure", "required": [ "GlobalTableName", "ReplicaUpdates" ], "members": { "GlobalTableName": {}, "ReplicaUpdates": { "type": "list", "member": { "type": "structure", "members": { "Create": { "type": "structure", "required": [ "RegionName" ], "members": { "RegionName": {} } }, "Delete": { "type": "structure", "required": [ "RegionName" ], "members": { "RegionName": {} } } } } } } }, "output": { "type": "structure", "members": { "GlobalTableDescription": { "shape": "S1t" } } }, "endpointdiscovery": {} }, "UpdateGlobalTableSettings": { "input": { "type": "structure", "required": [ "GlobalTableName" ], "members": { "GlobalTableName": {}, "GlobalTableBillingMode": {}, "GlobalTableProvisionedWriteCapacityUnits": { "type": "long" }, "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate": { "shape": "S7z" }, "GlobalTableGlobalSecondaryIndexSettingsUpdate": { "type": "list", "member": { "type": "structure", "required": [ "IndexName" ], "members": { "IndexName": {}, "ProvisionedWriteCapacityUnits": { "type": "long" }, "ProvisionedWriteCapacityAutoScalingSettingsUpdate": { "shape": "S7z" } } } }, "ReplicaSettingsUpdate": { "type": "list", "member": { "type": "structure", "required": [ "RegionName" ], "members": { "RegionName": {}, "ReplicaProvisionedReadCapacityUnits": { "type": "long" }, "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate": { "shape": "S7z" }, "ReplicaGlobalSecondaryIndexSettingsUpdate": { "type": "list", "member": { "type": "structure", "required": [ "IndexName" ], "members": { "IndexName": {}, "ProvisionedReadCapacityUnits": { "type": "long" }, "ProvisionedReadCapacityAutoScalingSettingsUpdate": { "shape": "S7z" } } } } } } } } }, "output": { "type": "structure", "members": { "GlobalTableName": {}, "ReplicaSettings": { "shape": "S53" } } }, "endpointdiscovery": {} }, "UpdateItem": { "input": { "type": "structure", "required": [ "TableName", "Key" ], "members": { "TableName": {}, "Key": { "shape": "S6" }, "AttributeUpdates": { "type": "map", "key": {}, "value": { "type": "structure", "members": { "Value": { "shape": "S8" }, "Action": {} } } }, "Expected": { "shape": "S41" }, "ConditionalOperator": {}, "ReturnValues": {}, "ReturnConsumedCapacity": {}, "ReturnItemCollectionMetrics": {}, "UpdateExpression": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "Sm" }, "ExpressionAttributeValues": { "shape": "S49" } } }, "output": { "type": "structure", "members": { "Attributes": { "shape": "Ss" }, "ConsumedCapacity": { "shape": "Su" }, "ItemCollectionMetrics": { "shape": "S1a" } } }, "endpointdiscovery": {} }, "UpdateTable": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "AttributeDefinitions": { "shape": "S27" }, "TableName": {}, "BillingMode": {}, "ProvisionedThroughput": { "shape": "S2m" }, "GlobalSecondaryIndexUpdates": { "type": "list", "member": { "type": "structure", "members": { "Update": { "type": "structure", "required": [ "IndexName", "ProvisionedThroughput" ], "members": { "IndexName": {}, "ProvisionedThroughput": { "shape": "S2m" } } }, "Create": { "type": "structure", "required": [ "IndexName", "KeySchema", "Projection" ], "members": { "IndexName": {}, "KeySchema": { "shape": "S2b" }, "Projection": { "shape": "S2g" }, "ProvisionedThroughput": { "shape": "S2m" } } }, "Delete": { "type": "structure", "required": [ "IndexName" ], "members": { "IndexName": {} } } } } }, "StreamSpecification": { "shape": "S2o" }, "SSESpecification": { "shape": "S2r" }, "ReplicaUpdates": { "type": "list", "member": { "type": "structure", "members": { "Create": { "type": "structure", "required": [ "RegionName" ], "members": { "RegionName": {}, "KMSMasterKeyId": {}, "ProvisionedThroughputOverride": { "shape": "S20" }, "GlobalSecondaryIndexes": { "shape": "S8o" } } }, "Update": { "type": "structure", "required": [ "RegionName" ], "members": { "RegionName": {}, "KMSMasterKeyId": {}, "ProvisionedThroughputOverride": { "shape": "S20" }, "GlobalSecondaryIndexes": { "shape": "S8o" } } }, "Delete": { "type": "structure", "required": [ "RegionName" ], "members": { "RegionName": {} } } } } } } }, "output": { "type": "structure", "members": { "TableDescription": { "shape": "S2z" } } }, "endpointdiscovery": {} }, "UpdateTableReplicaAutoScaling": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "GlobalSecondaryIndexUpdates": { "type": "list", "member": { "type": "structure", "members": { "IndexName": {}, "ProvisionedWriteCapacityAutoScalingUpdate": { "shape": "S7z" } } } }, "TableName": {}, "ProvisionedWriteCapacityAutoScalingUpdate": { "shape": "S7z" }, "ReplicaUpdates": { "type": "list", "member": { "type": "structure", "required": [ "RegionName" ], "members": { "RegionName": {}, "ReplicaGlobalSecondaryIndexUpdates": { "type": "list", "member": { "type": "structure", "members": { "IndexName": {}, "ProvisionedReadCapacityAutoScalingUpdate": { "shape": "S7z" } } } }, "ReplicaProvisionedReadCapacityAutoScalingUpdate": { "shape": "S7z" } } } } } }, "output": { "type": "structure", "members": { "TableAutoScalingDescription": { "shape": "S5k" } } } }, "UpdateTimeToLive": { "input": { "type": "structure", "required": [ "TableName", "TimeToLiveSpecification" ], "members": { "TableName": {}, "TimeToLiveSpecification": { "shape": "S92" } } }, "output": { "type": "structure", "members": { "TimeToLiveSpecification": { "shape": "S92" } } }, "endpointdiscovery": {} } }, "shapes": { "S2": { "type": "map", "key": {}, "value": { "type": "structure", "required": [ "Keys" ], "members": { "Keys": { "type": "list", "member": { "shape": "S6" } }, "AttributesToGet": { "shape": "Sj" }, "ConsistentRead": { "type": "boolean" }, "ProjectionExpression": {}, "ExpressionAttributeNames": { "shape": "Sm" } } } }, "S6": { "type": "map", "key": {}, "value": { "shape": "S8" } }, "S8": { "type": "structure", "members": { "S": {}, "N": {}, "B": { "type": "blob" }, "SS": { "type": "list", "member": {} }, "NS": { "type": "list", "member": {} }, "BS": { "type": "list", "member": { "type": "blob" } }, "M": { "type": "map", "key": {}, "value": { "shape": "S8" } }, "L": { "type": "list", "member": { "shape": "S8" } }, "NULL": { "type": "boolean" }, "BOOL": { "type": "boolean" } } }, "Sj": { "type": "list", "member": {} }, "Sm": { "type": "map", "key": {}, "value": {} }, "Sr": { "type": "list", "member": { "shape": "Ss" } }, "Ss": { "type": "map", "key": {}, "value": { "shape": "S8" } }, "St": { "type": "list", "member": { "shape": "Su" } }, "Su": { "type": "structure", "members": { "TableName": {}, "CapacityUnits": { "type": "double" }, "ReadCapacityUnits": { "type": "double" }, "WriteCapacityUnits": { "type": "double" }, "Table": { "shape": "Sw" }, "LocalSecondaryIndexes": { "shape": "Sx" }, "GlobalSecondaryIndexes": { "shape": "Sx" } } }, "Sw": { "type": "structure", "members": { "ReadCapacityUnits": { "type": "double" }, "WriteCapacityUnits": { "type": "double" }, "CapacityUnits": { "type": "double" } } }, "Sx": { "type": "map", "key": {}, "value": { "shape": "Sw" } }, "S10": { "type": "map", "key": {}, "value": { "type": "list", "member": { "type": "structure", "members": { "PutRequest": { "type": "structure", "required": [ "Item" ], "members": { "Item": { "shape": "S14" } } }, "DeleteRequest": { "type": "structure", "required": [ "Key" ], "members": { "Key": { "shape": "S6" } } } } } } }, "S14": { "type": "map", "key": {}, "value": { "shape": "S8" } }, "S18": { "type": "map", "key": {}, "value": { "type": "list", "member": { "shape": "S1a" } } }, "S1a": { "type": "structure", "members": { "ItemCollectionKey": { "type": "map", "key": {}, "value": { "shape": "S8" } }, "SizeEstimateRangeGB": { "type": "list", "member": { "type": "double" } } } }, "S1h": { "type": "structure", "required": [ "BackupArn", "BackupName", "BackupStatus", "BackupType", "BackupCreationDateTime" ], "members": { "BackupArn": {}, "BackupName": {}, "BackupSizeBytes": { "type": "long" }, "BackupStatus": {}, "BackupType": {}, "BackupCreationDateTime": { "type": "timestamp" }, "BackupExpiryDateTime": { "type": "timestamp" } } }, "S1p": { "type": "list", "member": { "type": "structure", "members": { "RegionName": {} } } }, "S1t": { "type": "structure", "members": { "ReplicationGroup": { "shape": "S1u" }, "GlobalTableArn": {}, "CreationDateTime": { "type": "timestamp" }, "GlobalTableStatus": {}, "GlobalTableName": {} } }, "S1u": { "type": "list", "member": { "type": "structure", "members": { "RegionName": {}, "ReplicaStatus": {}, "ReplicaStatusDescription": {}, "ReplicaStatusPercentProgress": {}, "KMSMasterKeyId": {}, "ProvisionedThroughputOverride": { "shape": "S20" }, "GlobalSecondaryIndexes": { "type": "list", "member": { "type": "structure", "members": { "IndexName": {}, "ProvisionedThroughputOverride": { "shape": "S20" } } } } } } }, "S20": { "type": "structure", "members": { "ReadCapacityUnits": { "type": "long" } } }, "S27": { "type": "list", "member": { "type": "structure", "required": [ "AttributeName", "AttributeType" ], "members": { "AttributeName": {}, "AttributeType": {} } } }, "S2b": { "type": "list", "member": { "type": "structure", "required": [ "AttributeName", "KeyType" ], "members": { "AttributeName": {}, "KeyType": {} } } }, "S2e": { "type": "list", "member": { "type": "structure", "required": [ "IndexName", "KeySchema", "Projection" ], "members": { "IndexName": {}, "KeySchema": { "shape": "S2b" }, "Projection": { "shape": "S2g" } } } }, "S2g": { "type": "structure", "members": { "ProjectionType": {}, "NonKeyAttributes": { "type": "list", "member": {} } } }, "S2k": { "type": "list", "member": { "type": "structure", "required": [ "IndexName", "KeySchema", "Projection" ], "members": { "IndexName": {}, "KeySchema": { "shape": "S2b" }, "Projection": { "shape": "S2g" }, "ProvisionedThroughput": { "shape": "S2m" } } } }, "S2m": { "type": "structure", "required": [ "ReadCapacityUnits", "WriteCapacityUnits" ], "members": { "ReadCapacityUnits": { "type": "long" }, "WriteCapacityUnits": { "type": "long" } } }, "S2o": { "type": "structure", "required": [ "StreamEnabled" ], "members": { "StreamEnabled": { "type": "boolean" }, "StreamViewType": {} } }, "S2r": { "type": "structure", "members": { "Enabled": { "type": "boolean" }, "SSEType": {}, "KMSMasterKeyId": {} } }, "S2u": { "type": "list", "member": { "type": "structure", "required": [ "Key", "Value" ], "members": { "Key": {}, "Value": {} } } }, "S2z": { "type": "structure", "members": { "AttributeDefinitions": { "shape": "S27" }, "TableName": {}, "KeySchema": { "shape": "S2b" }, "TableStatus": {}, "CreationDateTime": { "type": "timestamp" }, "ProvisionedThroughput": { "shape": "S31" }, "TableSizeBytes": { "type": "long" }, "ItemCount": { "type": "long" }, "TableArn": {}, "TableId": {}, "BillingModeSummary": { "shape": "S36" }, "LocalSecondaryIndexes": { "type": "list", "member": { "type": "structure", "members": { "IndexName": {}, "KeySchema": { "shape": "S2b" }, "Projection": { "shape": "S2g" }, "IndexSizeBytes": { "type": "long" }, "ItemCount": { "type": "long" }, "IndexArn": {} } } }, "GlobalSecondaryIndexes": { "type": "list", "member": { "type": "structure", "members": { "IndexName": {}, "KeySchema": { "shape": "S2b" }, "Projection": { "shape": "S2g" }, "IndexStatus": {}, "Backfilling": { "type": "boolean" }, "ProvisionedThroughput": { "shape": "S31" }, "IndexSizeBytes": { "type": "long" }, "ItemCount": { "type": "long" }, "IndexArn": {} } } }, "StreamSpecification": { "shape": "S2o" }, "LatestStreamLabel": {}, "LatestStreamArn": {}, "GlobalTableVersion": {}, "Replicas": { "shape": "S1u" }, "RestoreSummary": { "type": "structure", "required": [ "RestoreDateTime", "RestoreInProgress" ], "members": { "SourceBackupArn": {}, "SourceTableArn": {}, "RestoreDateTime": { "type": "timestamp" }, "RestoreInProgress": { "type": "boolean" } } }, "SSEDescription": { "shape": "S3h" }, "ArchivalSummary": { "type": "structure", "members": { "ArchivalDateTime": { "type": "timestamp" }, "ArchivalReas