UNPKG

aws-sdk

Version:
2,090 lines • 77.6 kB
{ "version": "2.0", "metadata": { "apiVersion": "2012-08-10", "endpointPrefix": "dynamodb", "jsonVersion": "1.0", "protocol": "json", "protocols": [ "json" ], "serviceAbbreviation": "DynamoDB", "serviceFullName": "Amazon DynamoDB", "serviceId": "DynamoDB", "signatureVersion": "v4", "targetPrefix": "DynamoDB_20120810", "uid": "dynamodb-2012-08-10", "auth": [ "aws.auth#sigv4" ] }, "operations": { "BatchExecuteStatement": { "input": { "type": "structure", "required": [ "Statements" ], "members": { "Statements": { "type": "list", "member": { "type": "structure", "required": [ "Statement" ], "members": { "Statement": {}, "Parameters": { "shape": "S5" }, "ConsistentRead": { "type": "boolean" }, "ReturnValuesOnConditionCheckFailure": {} } } }, "ReturnConsumedCapacity": {} } }, "output": { "type": "structure", "members": { "Responses": { "type": "list", "member": { "type": "structure", "members": { "Error": { "type": "structure", "members": { "Code": {}, "Message": {}, "Item": { "shape": "Sr" } } }, "TableName": {}, "Item": { "shape": "Sr" } } } }, "ConsumedCapacity": { "shape": "St" } } } }, "BatchGetItem": { "input": { "type": "structure", "required": [ "RequestItems" ], "members": { "RequestItems": { "shape": "S11" }, "ReturnConsumedCapacity": {} } }, "output": { "type": "structure", "members": { "Responses": { "type": "map", "key": {}, "value": { "shape": "S1b" } }, "UnprocessedKeys": { "shape": "S11" }, "ConsumedCapacity": { "shape": "St" } } }, "endpointdiscovery": {} }, "BatchWriteItem": { "input": { "type": "structure", "required": [ "RequestItems" ], "members": { "RequestItems": { "shape": "S1d" }, "ReturnConsumedCapacity": {}, "ReturnItemCollectionMetrics": {} } }, "output": { "type": "structure", "members": { "UnprocessedItems": { "shape": "S1d" }, "ItemCollectionMetrics": { "shape": "S1l" }, "ConsumedCapacity": { "shape": "St" } } }, "endpointdiscovery": {} }, "CreateBackup": { "input": { "type": "structure", "required": [ "TableName", "BackupName" ], "members": { "TableName": {}, "BackupName": {} } }, "output": { "type": "structure", "members": { "BackupDetails": { "shape": "S1u" } } }, "endpointdiscovery": {} }, "CreateGlobalTable": { "input": { "type": "structure", "required": [ "GlobalTableName", "ReplicationGroup" ], "members": { "GlobalTableName": {}, "ReplicationGroup": { "shape": "S22" } } }, "output": { "type": "structure", "members": { "GlobalTableDescription": { "shape": "S26" } } }, "endpointdiscovery": {} }, "CreateTable": { "input": { "type": "structure", "required": [ "AttributeDefinitions", "TableName", "KeySchema" ], "members": { "AttributeDefinitions": { "shape": "S2o" }, "TableName": {}, "KeySchema": { "shape": "S2s" }, "LocalSecondaryIndexes": { "shape": "S2v" }, "GlobalSecondaryIndexes": { "shape": "S31" }, "BillingMode": {}, "ProvisionedThroughput": { "shape": "S33" }, "StreamSpecification": { "shape": "S36" }, "SSESpecification": { "shape": "S39" }, "Tags": { "shape": "S3c" }, "TableClass": {}, "DeletionProtectionEnabled": { "type": "boolean" }, "ResourcePolicy": {}, "OnDemandThroughput": { "shape": "S34" } } }, "output": { "type": "structure", "members": { "TableDescription": { "shape": "S3j" } } }, "endpointdiscovery": {} }, "DeleteBackup": { "input": { "type": "structure", "required": [ "BackupArn" ], "members": { "BackupArn": {} } }, "output": { "type": "structure", "members": { "BackupDescription": { "shape": "S45" } } }, "endpointdiscovery": {} }, "DeleteItem": { "input": { "type": "structure", "required": [ "TableName", "Key" ], "members": { "TableName": {}, "Key": { "shape": "S14" }, "Expected": { "shape": "S4i" }, "ConditionalOperator": {}, "ReturnValues": {}, "ReturnConsumedCapacity": {}, "ReturnItemCollectionMetrics": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "S17" }, "ExpressionAttributeValues": { "shape": "S4q" }, "ReturnValuesOnConditionCheckFailure": {} } }, "output": { "type": "structure", "members": { "Attributes": { "shape": "Sr" }, "ConsumedCapacity": { "shape": "Su" }, "ItemCollectionMetrics": { "shape": "S1n" } } }, "endpointdiscovery": {} }, "DeleteResourcePolicy": { "input": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": {}, "ExpectedRevisionId": {} } }, "output": { "type": "structure", "members": { "RevisionId": {} } }, "endpointdiscovery": {} }, "DeleteTable": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {} } }, "output": { "type": "structure", "members": { "TableDescription": { "shape": "S3j" } } }, "endpointdiscovery": {} }, "DescribeBackup": { "input": { "type": "structure", "required": [ "BackupArn" ], "members": { "BackupArn": {} } }, "output": { "type": "structure", "members": { "BackupDescription": { "shape": "S45" } } }, "endpointdiscovery": {} }, "DescribeContinuousBackups": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {} } }, "output": { "type": "structure", "members": { "ContinuousBackupsDescription": { "shape": "S53" } } }, "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 }, "DescribeExport": { "input": { "type": "structure", "required": [ "ExportArn" ], "members": { "ExportArn": {} } }, "output": { "type": "structure", "members": { "ExportDescription": { "shape": "S5o" } } } }, "DescribeGlobalTable": { "input": { "type": "structure", "required": [ "GlobalTableName" ], "members": { "GlobalTableName": {} } }, "output": { "type": "structure", "members": { "GlobalTableDescription": { "shape": "S26" } } }, "endpointdiscovery": {} }, "DescribeGlobalTableSettings": { "input": { "type": "structure", "required": [ "GlobalTableName" ], "members": { "GlobalTableName": {} } }, "output": { "type": "structure", "members": { "GlobalTableName": {}, "ReplicaSettings": { "shape": "S6d" } } }, "endpointdiscovery": {} }, "DescribeImport": { "input": { "type": "structure", "required": [ "ImportArn" ], "members": { "ImportArn": {} } }, "output": { "type": "structure", "required": [ "ImportTableDescription" ], "members": { "ImportTableDescription": { "shape": "S6r" } } } }, "DescribeKinesisStreamingDestination": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {} } }, "output": { "type": "structure", "members": { "TableName": {}, "KinesisDataStreamDestinations": { "type": "list", "member": { "type": "structure", "members": { "StreamArn": {}, "DestinationStatus": {}, "DestinationStatusDescription": {}, "ApproximateCreationDateTimePrecision": {} } } } } }, "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": "S3j" } } }, "endpointdiscovery": {} }, "DescribeTableReplicaAutoScaling": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {} } }, "output": { "type": "structure", "members": { "TableAutoScalingDescription": { "shape": "S7k" } } } }, "DescribeTimeToLive": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {} } }, "output": { "type": "structure", "members": { "TimeToLiveDescription": { "shape": "S4e" } } }, "endpointdiscovery": {} }, "DisableKinesisStreamingDestination": { "input": { "shape": "S7r" }, "output": { "shape": "S7t" }, "endpointdiscovery": {} }, "EnableKinesisStreamingDestination": { "input": { "shape": "S7r" }, "output": { "shape": "S7t" }, "endpointdiscovery": {} }, "ExecuteStatement": { "input": { "type": "structure", "required": [ "Statement" ], "members": { "Statement": {}, "Parameters": { "shape": "S5" }, "ConsistentRead": { "type": "boolean" }, "NextToken": {}, "ReturnConsumedCapacity": {}, "Limit": { "type": "integer" }, "ReturnValuesOnConditionCheckFailure": {} } }, "output": { "type": "structure", "members": { "Items": { "shape": "S1b" }, "NextToken": {}, "ConsumedCapacity": { "shape": "Su" }, "LastEvaluatedKey": { "shape": "S14" } } } }, "ExecuteTransaction": { "input": { "type": "structure", "required": [ "TransactStatements" ], "members": { "TransactStatements": { "type": "list", "member": { "type": "structure", "required": [ "Statement" ], "members": { "Statement": {}, "Parameters": { "shape": "S5" }, "ReturnValuesOnConditionCheckFailure": {} } } }, "ClientRequestToken": { "idempotencyToken": true }, "ReturnConsumedCapacity": {} } }, "output": { "type": "structure", "members": { "Responses": { "shape": "S83" }, "ConsumedCapacity": { "shape": "St" } } } }, "ExportTableToPointInTime": { "input": { "type": "structure", "required": [ "TableArn", "S3Bucket" ], "members": { "TableArn": {}, "ExportTime": { "type": "timestamp" }, "ClientToken": { "idempotencyToken": true }, "S3Bucket": {}, "S3BucketOwner": {}, "S3Prefix": {}, "S3SseAlgorithm": {}, "S3SseKmsKeyId": {}, "ExportFormat": {}, "ExportType": {}, "IncrementalExportSpecification": { "shape": "S65" } } }, "output": { "type": "structure", "members": { "ExportDescription": { "shape": "S5o" } } } }, "GetItem": { "input": { "type": "structure", "required": [ "TableName", "Key" ], "members": { "TableName": {}, "Key": { "shape": "S14" }, "AttributesToGet": { "shape": "S15" }, "ConsistentRead": { "type": "boolean" }, "ReturnConsumedCapacity": {}, "ProjectionExpression": {}, "ExpressionAttributeNames": { "shape": "S17" } } }, "output": { "type": "structure", "members": { "Item": { "shape": "Sr" }, "ConsumedCapacity": { "shape": "Su" } } }, "endpointdiscovery": {} }, "GetResourcePolicy": { "input": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": {} } }, "output": { "type": "structure", "members": { "Policy": {}, "RevisionId": {} } }, "endpointdiscovery": {} }, "ImportTable": { "input": { "type": "structure", "required": [ "S3BucketSource", "InputFormat", "TableCreationParameters" ], "members": { "ClientToken": { "idempotencyToken": true }, "S3BucketSource": { "shape": "S6t" }, "InputFormat": {}, "InputFormatOptions": { "shape": "S6x" }, "InputCompressionType": {}, "TableCreationParameters": { "shape": "S73" } } }, "output": { "type": "structure", "required": [ "ImportTableDescription" ], "members": { "ImportTableDescription": { "shape": "S6r" } } } }, "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": {} } } }, "ListExports": { "input": { "type": "structure", "members": { "TableArn": {}, "MaxResults": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "ExportSummaries": { "type": "list", "member": { "type": "structure", "members": { "ExportArn": {}, "ExportStatus": {}, "ExportType": {} } } }, "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": "S22" } } } }, "LastEvaluatedGlobalTableName": {} } }, "endpointdiscovery": {} }, "ListImports": { "input": { "type": "structure", "members": { "TableArn": {}, "PageSize": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "ImportSummaryList": { "type": "list", "member": { "type": "structure", "members": { "ImportArn": {}, "ImportStatus": {}, "TableArn": {}, "S3BucketSource": { "shape": "S6t" }, "CloudWatchLogGroupArn": {}, "InputFormat": {}, "StartTime": { "type": "timestamp" }, "EndTime": { "type": "timestamp" } } } }, "NextToken": {} } } }, "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": "S3c" }, "NextToken": {} } }, "endpointdiscovery": {} }, "PutItem": { "input": { "type": "structure", "required": [ "TableName", "Item" ], "members": { "TableName": {}, "Item": { "shape": "S1h" }, "Expected": { "shape": "S4i" }, "ReturnValues": {}, "ReturnConsumedCapacity": {}, "ReturnItemCollectionMetrics": {}, "ConditionalOperator": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "S17" }, "ExpressionAttributeValues": { "shape": "S4q" }, "ReturnValuesOnConditionCheckFailure": {} } }, "output": { "type": "structure", "members": { "Attributes": { "shape": "Sr" }, "ConsumedCapacity": { "shape": "Su" }, "ItemCollectionMetrics": { "shape": "S1n" } } }, "endpointdiscovery": {} }, "PutResourcePolicy": { "input": { "type": "structure", "required": [ "ResourceArn", "Policy" ], "members": { "ResourceArn": {}, "Policy": {}, "ExpectedRevisionId": {}, "ConfirmRemoveSelfResourceAccess": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "RevisionId": {} } }, "endpointdiscovery": {} }, "Query": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {}, "IndexName": {}, "Select": {}, "AttributesToGet": { "shape": "S15" }, "Limit": { "type": "integer" }, "ConsistentRead": { "type": "boolean" }, "KeyConditions": { "type": "map", "key": {}, "value": { "shape": "S9l" } }, "QueryFilter": { "shape": "S9m" }, "ConditionalOperator": {}, "ScanIndexForward": { "type": "boolean" }, "ExclusiveStartKey": { "shape": "S14" }, "ReturnConsumedCapacity": {}, "ProjectionExpression": {}, "FilterExpression": {}, "KeyConditionExpression": {}, "ExpressionAttributeNames": { "shape": "S17" }, "ExpressionAttributeValues": { "shape": "S4q" } } }, "output": { "type": "structure", "members": { "Items": { "shape": "S1b" }, "Count": { "type": "integer" }, "ScannedCount": { "type": "integer" }, "LastEvaluatedKey": { "shape": "S14" }, "ConsumedCapacity": { "shape": "Su" } } }, "endpointdiscovery": {} }, "RestoreTableFromBackup": { "input": { "type": "structure", "required": [ "TargetTableName", "BackupArn" ], "members": { "TargetTableName": {}, "BackupArn": {}, "BillingModeOverride": {}, "GlobalSecondaryIndexOverride": { "shape": "S31" }, "LocalSecondaryIndexOverride": { "shape": "S2v" }, "ProvisionedThroughputOverride": { "shape": "S33" }, "OnDemandThroughputOverride": { "shape": "S34" }, "SSESpecificationOverride": { "shape": "S39" } } }, "output": { "type": "structure", "members": { "TableDescription": { "shape": "S3j" } } }, "endpointdiscovery": {} }, "RestoreTableToPointInTime": { "input": { "type": "structure", "required": [ "TargetTableName" ], "members": { "SourceTableArn": {}, "SourceTableName": {}, "TargetTableName": {}, "UseLatestRestorableTime": { "type": "boolean" }, "RestoreDateTime": { "type": "timestamp" }, "BillingModeOverride": {}, "GlobalSecondaryIndexOverride": { "shape": "S31" }, "LocalSecondaryIndexOverride": { "shape": "S2v" }, "ProvisionedThroughputOverride": { "shape": "S33" }, "OnDemandThroughputOverride": { "shape": "S34" }, "SSESpecificationOverride": { "shape": "S39" } } }, "output": { "type": "structure", "members": { "TableDescription": { "shape": "S3j" } } }, "endpointdiscovery": {} }, "Scan": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "TableName": {}, "IndexName": {}, "AttributesToGet": { "shape": "S15" }, "Limit": { "type": "integer" }, "Select": {}, "ScanFilter": { "shape": "S9m" }, "ConditionalOperator": {}, "ExclusiveStartKey": { "shape": "S14" }, "ReturnConsumedCapacity": {}, "TotalSegments": { "type": "integer" }, "Segment": { "type": "integer" }, "ProjectionExpression": {}, "FilterExpression": {}, "ExpressionAttributeNames": { "shape": "S17" }, "ExpressionAttributeValues": { "shape": "S4q" }, "ConsistentRead": { "type": "boolean" } } }, "output": { "type": "structure", "members": { "Items": { "shape": "S1b" }, "Count": { "type": "integer" }, "ScannedCount": { "type": "integer" }, "LastEvaluatedKey": { "shape": "S14" }, "ConsumedCapacity": { "shape": "Su" } } }, "endpointdiscovery": {} }, "TagResource": { "input": { "type": "structure", "required": [ "ResourceArn", "Tags" ], "members": { "ResourceArn": {}, "Tags": { "shape": "S3c" } } }, "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": "S14" }, "TableName": {}, "ProjectionExpression": {}, "ExpressionAttributeNames": { "shape": "S17" } } } } } }, "ReturnConsumedCapacity": {} } }, "output": { "type": "structure", "members": { "ConsumedCapacity": { "shape": "St" }, "Responses": { "shape": "S83" } } }, "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": "S14" }, "TableName": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "S17" }, "ExpressionAttributeValues": { "shape": "S4q" }, "ReturnValuesOnConditionCheckFailure": {} } }, "Put": { "type": "structure", "required": [ "Item", "TableName" ], "members": { "Item": { "shape": "S1h" }, "TableName": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "S17" }, "ExpressionAttributeValues": { "shape": "S4q" }, "ReturnValuesOnConditionCheckFailure": {} } }, "Delete": { "type": "structure", "required": [ "Key", "TableName" ], "members": { "Key": { "shape": "S14" }, "TableName": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "S17" }, "ExpressionAttributeValues": { "shape": "S4q" }, "ReturnValuesOnConditionCheckFailure": {} } }, "Update": { "type": "structure", "required": [ "Key", "UpdateExpression", "TableName" ], "members": { "Key": { "shape": "S14" }, "UpdateExpression": {}, "TableName": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "S17" }, "ExpressionAttributeValues": { "shape": "S4q" }, "ReturnValuesOnConditionCheckFailure": {} } } } } }, "ReturnConsumedCapacity": {}, "ReturnItemCollectionMetrics": {}, "ClientRequestToken": { "idempotencyToken": true } } }, "output": { "type": "structure", "members": { "ConsumedCapacity": { "shape": "St" }, "ItemCollectionMetrics": { "shape": "S1l" } } }, "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": "S53" } } }, "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": "S26" } } }, "endpointdiscovery": {} }, "UpdateGlobalTableSettings": { "input": { "type": "structure", "required": [ "GlobalTableName" ], "members": { "GlobalTableName": {}, "GlobalTableBillingMode": {}, "GlobalTableProvisionedWriteCapacityUnits": { "type": "long" }, "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate": { "shape": "Sas" }, "GlobalTableGlobalSecondaryIndexSettingsUpdate": { "type": "list", "member": { "type": "structure", "required": [ "IndexName" ], "members": { "IndexName": {}, "ProvisionedWriteCapacityUnits": { "type": "long" }, "ProvisionedWriteCapacityAutoScalingSettingsUpdate": { "shape": "Sas" } } } }, "ReplicaSettingsUpdate": { "type": "list", "member": { "type": "structure", "required": [ "RegionName" ], "members": { "RegionName": {}, "ReplicaProvisionedReadCapacityUnits": { "type": "long" }, "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate": { "shape": "Sas" }, "ReplicaGlobalSecondaryIndexSettingsUpdate": { "type": "list", "member": { "type": "structure", "required": [ "IndexName" ], "members": { "IndexName": {}, "ProvisionedReadCapacityUnits": { "type": "long" }, "ProvisionedReadCapacityAutoScalingSettingsUpdate": { "shape": "Sas" } } } }, "ReplicaTableClass": {} } } } } }, "output": { "type": "structure", "members": { "GlobalTableName": {}, "ReplicaSettings": { "shape": "S6d" } } }, "endpointdiscovery": {} }, "UpdateItem": { "input": { "type": "structure", "required": [ "TableName", "Key" ], "members": { "TableName": {}, "Key": { "shape": "S14" }, "AttributeUpdates": { "type": "map", "key": {}, "value": { "type": "structure", "members": { "Value": { "shape": "S6" }, "Action": {} } } }, "Expected": { "shape": "S4i" }, "ConditionalOperator": {}, "ReturnValues": {}, "ReturnConsumedCapacity": {}, "ReturnItemCollectionMetrics": {}, "UpdateExpression": {}, "ConditionExpression": {}, "ExpressionAttributeNames": { "shape": "S17" }, "ExpressionAttributeValues": { "shape": "S4q" }, "ReturnValuesOnConditionCheckFailure": {} } }, "output": { "type": "structure", "members": { "Attributes": { "shape": "Sr" }, "ConsumedCapacity": { "shape": "Su" }, "ItemCollectionMetrics": { "shape": "S1n" } } }, "endpointdiscovery": {} }, "UpdateKinesisStreamingDestination": { "input": { "type": "structure", "required": [ "TableName", "StreamArn" ], "members": { "TableName": {}, "StreamArn": {}, "UpdateKinesisStreamingConfiguration": { "shape": "Sb9" } } }, "output": { "type": "structure", "members": { "TableName": {}, "StreamArn": {}, "DestinationStatus": {}, "UpdateKinesisStreamingConfiguration": { "shape": "Sb9" } } }, "endpointdiscovery": {} }, "UpdateTable": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "AttributeDefinitions": { "shape": "S2o" }, "TableName": {}, "BillingMode": {}, "ProvisionedThroughput": { "shape": "S33" }, "GlobalSecondaryIndexUpdates": { "type": "list", "member": { "type": "structure", "members": { "Update": { "type": "structure", "required": [ "IndexName" ], "members": { "IndexName": {}, "ProvisionedThroughput": { "shape": "S33" }, "OnDemandThroughput": { "shape": "S34" } } }, "Create": { "type": "structure", "required": [ "IndexName", "KeySchema", "Projection" ], "members": { "IndexName": {}, "KeySchema": { "shape": "S2s" }, "Projection": { "shape": "S2x" }, "ProvisionedThroughput": { "shape": "S33" }, "OnDemandThroughput": { "shape": "S34" } } }, "Delete": { "type": "structure", "required": [ "IndexName" ], "members": { "IndexName": {} } } } } }, "StreamSpecification": { "shape": "S36" }, "SSESpecification": { "shape": "S39" }, "ReplicaUpdates": { "type": "list", "member": { "type": "structure", "members": { "Create": { "type": "structure", "required": [ "RegionName" ], "members": { "RegionName": {}, "KMSMasterKeyId": {}, "ProvisionedThroughputOverride": { "shape": "S2d" }, "OnDemandThroughputOverride": { "shape": "S2f" }, "GlobalSecondaryIndexes": { "shape": "Sbk" }, "TableClassOverride": {} } }, "Update": { "type": "structure", "required": [ "RegionName" ], "members": { "RegionName": {}, "KMSMasterKeyId": {}, "ProvisionedThroughputOverride": { "shape": "S2d" }, "OnDemandThroughputOverride": { "shape": "S2f" }, "GlobalSecondaryIndexes": { "shape": "Sbk" }, "TableClassOverride": {} } }, "Delete": { "type": "structure", "required": [ "RegionName" ], "members": { "RegionName": {} } } } } }, "TableClass": {}, "DeletionProtectionEnabled": { "type": "boolean" }, "OnDemandThroughput": { "shape": "S34" } } }, "output": { "type": "structure", "members": { "TableDescription": { "shape": "S3j" } } }, "endpointdiscovery": {} }, "UpdateTableReplicaAutoScaling": { "input": { "type": "structure", "required": [ "TableName" ], "members": { "GlobalSecondaryIndexUpdates": { "type": "list", "member": { "type": "structure", "members": { "IndexName": {}, "ProvisionedWriteCapacityAutoScalingUpdate": { "shape": "Sas" } } } }, "TableName": {}, "ProvisionedWriteCapacityAutoScalingUpdate": { "shape": "Sas" }, "ReplicaUpdates": { "type": "list", "member": { "type": "structure", "required": [ "RegionName" ], "members": { "RegionName": {}, "ReplicaGlobalSecondaryIndexUpdates": { "type": "list", "member": { "type": "structure", "members": { "IndexName": {}, "ProvisionedReadCapacityAutoScalingUpdate": { "shape": "Sas" } } } }, "ReplicaProvisionedReadCapacityAutoScalingUpdate": { "shape": "Sas" } } } } } }, "output": { "type": "structure", "members": { "TableAutoScalingDescription": { "shape": "S7k" } } } }, "UpdateTimeToLive": { "input": { "type": "structure", "required": [ "TableName", "TimeToLiveSpecification" ], "members": { "TableName": {}, "TimeToLiveSpecification": { "shape": "Sby" } } }, "output": {