{ "version":"2.0", "metadata":{ "apiVersion":"2022-02-10", "endpointPrefix":"cassandra", "jsonVersion":"1.0", "protocol":"json", "serviceFullName":"Amazon Keyspaces", "serviceId":"Keyspaces", "signatureVersion":"v4", "signingName":"cassandra", "targetPrefix":"KeyspacesService", "uid":"keyspaces-2022-02-10" }, "operations":{ "CreateKeyspace":{ "name":"CreateKeyspace", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateKeyspaceRequest"}, "output":{"shape":"CreateKeyspaceResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"} ], "documentation":"

The CreateKeyspace operation adds a new keyspace to your account. In an Amazon Web Services account, keyspace names must be unique within each Region.

CreateKeyspace is an asynchronous operation. You can monitor the creation status of the new keyspace by using the GetKeyspace operation.

For more information, see Creating keyspaces in the Amazon Keyspaces Developer Guide.

" }, "CreateTable":{ "name":"CreateTable", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateTableRequest"}, "output":{"shape":"CreateTableResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

The CreateTable operation adds a new table to the specified keyspace. Within a keyspace, table names must be unique.

CreateTable is an asynchronous operation. When the request is received, the status of the table is set to CREATING. You can monitor the creation status of the new table by using the GetTable operation, which returns the current status of the table. You can start using a table when the status is ACTIVE.

For more information, see Creating tables in the Amazon Keyspaces Developer Guide.

" }, "DeleteKeyspace":{ "name":"DeleteKeyspace", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteKeyspaceRequest"}, "output":{"shape":"DeleteKeyspaceResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

The DeleteKeyspace operation deletes a keyspace and all of its tables.

" }, "DeleteTable":{ "name":"DeleteTable", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteTableRequest"}, "output":{"shape":"DeleteTableResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

The DeleteTable operation deletes a table and all of its data. After a DeleteTable request is received, the specified table is in the DELETING state until Amazon Keyspaces completes the deletion. If the table is in the ACTIVE state, you can delete it. If a table is either in the CREATING or UPDATING states, then Amazon Keyspaces returns a ResourceInUseException. If the specified table does not exist, Amazon Keyspaces returns a ResourceNotFoundException. If the table is already in the DELETING state, no error is returned.

" }, "GetKeyspace":{ "name":"GetKeyspace", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetKeyspaceRequest"}, "output":{"shape":"GetKeyspaceResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Returns the name and the Amazon Resource Name (ARN) of the specified table.

" }, "GetTable":{ "name":"GetTable", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetTableRequest"}, "output":{"shape":"GetTableResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Returns information about the table, including the table's name and current status, the keyspace name, configuration settings, and metadata.

To read table metadata using GetTable, Select action permissions for the table and system tables are required to complete the operation.

" }, "GetTableAutoScalingSettings":{ "name":"GetTableAutoScalingSettings", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetTableAutoScalingSettingsRequest"}, "output":{"shape":"GetTableAutoScalingSettingsResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Returns auto scaling related settings of the specified table in JSON format. If the table is a multi-Region table, the Amazon Web Services Region specific auto scaling settings of the table are included.

Amazon Keyspaces auto scaling helps you provision throughput capacity for variable workloads efficiently by increasing and decreasing your table's read and write capacity automatically in response to application traffic. For more information, see Managing throughput capacity automatically with Amazon Keyspaces auto scaling in the Amazon Keyspaces Developer Guide.

" }, "ListKeyspaces":{ "name":"ListKeyspaces", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListKeyspacesRequest"}, "output":{"shape":"ListKeyspacesResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Returns a list of keyspaces.

" }, "ListTables":{ "name":"ListTables", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListTablesRequest"}, "output":{"shape":"ListTablesResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Returns a list of tables for a specified keyspace.

" }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Returns a list of all tags associated with the specified Amazon Keyspaces resource.

" }, "RestoreTable":{ "name":"RestoreTable", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RestoreTableRequest"}, "output":{"shape":"RestoreTableResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Restores the table to the specified point in time within the earliest_restorable_timestamp and the current time. For more information about restore points, see Time window for PITR continuous backups in the Amazon Keyspaces Developer Guide.

Any number of users can execute up to 4 concurrent restores (any type of restore) in a given account.

When you restore using point in time recovery, Amazon Keyspaces restores your source table's schema and data to the state based on the selected timestamp (day:hour:minute:second) to a new table. The Time to Live (TTL) settings are also restored to the state based on the selected timestamp.

In addition to the table's schema, data, and TTL settings, RestoreTable restores the capacity mode, auto scaling settings, encryption settings, and point-in-time recovery settings from the source table. Unlike the table's schema data and TTL settings, which are restored based on the selected timestamp, these settings are always restored based on the table's settings as of the current time or when the table was deleted.

You can also overwrite these settings during restore:

For more information, see PITR restore settings in the Amazon Keyspaces Developer Guide.

Note that the following settings are not restored, and you must configure them manually for the new table:

" }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Associates a set of tags with a Amazon Keyspaces resource. You can then activate these user-defined tags so that they appear on the Cost Management Console for cost allocation tracking. For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.

For IAM policy examples that show how to control access to Amazon Keyspaces resources based on tags, see Amazon Keyspaces resource access based on tags in the Amazon Keyspaces Developer Guide.

" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Removes the association of tags from a Amazon Keyspaces resource.

" }, "UpdateTable":{ "name":"UpdateTable", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateTableRequest"}, "output":{"shape":"UpdateTableResponse"}, "errors":[ {"shape":"ValidationException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServerException"}, {"shape":"ConflictException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Adds new columns to the table or updates one of the table's settings, for example capacity mode, auto scaling, encryption, point-in-time recovery, or ttl settings. Note that you can only update one specific table setting per update operation.

" } }, "shapes":{ "ARN":{ "type":"string", "max":1000, "min":20, "pattern":"arn:(aws[a-zA-Z0-9-]*):cassandra:.+.*" }, "AccessDeniedException":{ "type":"structure", "members":{ "message":{ "shape":"String", "documentation":"

Description of the error.

" } }, "documentation":"

You don't have sufficient access permissions to perform this action.

", "exception":true }, "AutoScalingPolicy":{ "type":"structure", "members":{ "targetTrackingScalingPolicyConfiguration":{ "shape":"TargetTrackingScalingPolicyConfiguration", "documentation":"

Auto scaling scales up capacity automatically when traffic exceeds this target utilization rate, and then back down when it falls below the target. A double between 20 and 90.

" } }, "documentation":"

Amazon Keyspaces supports the target tracking auto scaling policy. With this policy, Amazon Keyspaces auto scaling ensures that the table's ratio of consumed to provisioned capacity stays at or near the target value that you specify. You define the target value as a percentage between 20 and 90.

" }, "AutoScalingSettings":{ "type":"structure", "members":{ "autoScalingDisabled":{ "shape":"BooleanObject", "documentation":"

This optional parameter enables auto scaling for the table if set to false.

" }, "minimumUnits":{ "shape":"CapacityUnits", "documentation":"

The minimum level of throughput the table should always be ready to support. The value must be between 1 and the max throughput per second quota for your account (40,000 by default).

" }, "maximumUnits":{ "shape":"CapacityUnits", "documentation":"

Manage costs by specifying the maximum amount of throughput to provision. The value must be between 1 and the max throughput per second quota for your account (40,000 by default).

" }, "scalingPolicy":{ "shape":"AutoScalingPolicy", "documentation":"

Amazon Keyspaces supports the target tracking auto scaling policy. With this policy, Amazon Keyspaces auto scaling ensures that the table's ratio of consumed to provisioned capacity stays at or near the target value that you specify. You define the target value as a percentage between 20 and 90.

" } }, "documentation":"

The optional auto scaling settings for a table with provisioned throughput capacity.

To turn on auto scaling for a table in throughputMode:PROVISIONED, you must specify the following parameters.

Configure the minimum and maximum units for write and read capacity. The auto scaling policy ensures that capacity never goes below the minimum or above the maximum range.

For more information, see Managing throughput capacity automatically with Amazon Keyspaces auto scaling in the Amazon Keyspaces Developer Guide.

" }, "AutoScalingSpecification":{ "type":"structure", "members":{ "writeCapacityAutoScaling":{ "shape":"AutoScalingSettings", "documentation":"

The auto scaling settings for the table's write capacity.

" }, "readCapacityAutoScaling":{ "shape":"AutoScalingSettings", "documentation":"

The auto scaling settings for the table's read capacity.

" } }, "documentation":"

The optional auto scaling settings for read and write capacity of a table in provisioned capacity mode.

" }, "BooleanObject":{"type":"boolean"}, "CapacitySpecification":{ "type":"structure", "required":["throughputMode"], "members":{ "throughputMode":{ "shape":"ThroughputMode", "documentation":"

The read/write throughput capacity mode for a table. The options are:

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

" }, "readCapacityUnits":{ "shape":"CapacityUnits", "documentation":"

The throughput capacity specified for read operations defined in read capacity units (RCUs).

" }, "writeCapacityUnits":{ "shape":"CapacityUnits", "documentation":"

The throughput capacity specified for write operations defined in write capacity units (WCUs).

" } }, "documentation":"

Amazon Keyspaces has two read/write capacity modes for processing reads and writes on your tables:

The read/write capacity mode that you choose controls how you are charged for read and write throughput and how table throughput capacity is managed.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

" }, "CapacitySpecificationSummary":{ "type":"structure", "required":["throughputMode"], "members":{ "throughputMode":{ "shape":"ThroughputMode", "documentation":"

The read/write throughput capacity mode for a table. The options are:

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

" }, "readCapacityUnits":{ "shape":"CapacityUnits", "documentation":"

The throughput capacity specified for read operations defined in read capacity units (RCUs).

" }, "writeCapacityUnits":{ "shape":"CapacityUnits", "documentation":"

The throughput capacity specified for write operations defined in write capacity units (WCUs).

" }, "lastUpdateToPayPerRequestTimestamp":{ "shape":"Timestamp", "documentation":"

The timestamp of the last operation that changed the provisioned throughput capacity of a table.

" } }, "documentation":"

The read/write throughput capacity mode for a table. The options are:

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

" }, "CapacityUnits":{ "type":"long", "box":true, "min":1 }, "ClientSideTimestamps":{ "type":"structure", "required":["status"], "members":{ "status":{ "shape":"ClientSideTimestampsStatus", "documentation":"

Shows how to enable client-side timestamps settings for the specified table.

" } }, "documentation":"

The client-side timestamp setting of the table.

For more information, see How it works: Amazon Keyspaces client-side timestamps in the Amazon Keyspaces Developer Guide.

" }, "ClientSideTimestampsStatus":{ "type":"string", "enum":["ENABLED"] }, "ClusteringKey":{ "type":"structure", "required":[ "name", "orderBy" ], "members":{ "name":{ "shape":"GenericString", "documentation":"

The name(s) of the clustering column(s).

" }, "orderBy":{ "shape":"SortOrder", "documentation":"

Sets the ascendant (ASC) or descendant (DESC) order modifier.

" } }, "documentation":"

The optional clustering column portion of your primary key determines how the data is clustered and sorted within each partition.

" }, "ClusteringKeyList":{ "type":"list", "member":{"shape":"ClusteringKey"} }, "ColumnDefinition":{ "type":"structure", "required":[ "name", "type" ], "members":{ "name":{ "shape":"GenericString", "documentation":"

The name of the column.

" }, "type":{ "shape":"GenericString", "documentation":"

The data type of the column. For a list of available data types, see Data types in the Amazon Keyspaces Developer Guide.

" } }, "documentation":"

The names and data types of regular columns.

" }, "ColumnDefinitionList":{ "type":"list", "member":{"shape":"ColumnDefinition"}, "min":1 }, "Comment":{ "type":"structure", "required":["message"], "members":{ "message":{ "shape":"String", "documentation":"

An optional description of the table.

" } }, "documentation":"

An optional comment that describes the table.

" }, "ConflictException":{ "type":"structure", "members":{ "message":{ "shape":"String", "documentation":"

Description of the error.

" } }, "documentation":"

Amazon Keyspaces couldn't complete the requested action. This error may occur if you try to perform an action and the same or a different action is already in progress, or if you try to create a resource that already exists.

", "exception":true }, "CreateKeyspaceRequest":{ "type":"structure", "required":["keyspaceName"], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace to be created.

" }, "tags":{ "shape":"TagList", "documentation":"

A list of key-value pair tags to be attached to the keyspace.

For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.

" }, "replicationSpecification":{ "shape":"ReplicationSpecification", "documentation":"

The replication specification of the keyspace includes:

" } } }, "CreateKeyspaceResponse":{ "type":"structure", "required":["resourceArn"], "members":{ "resourceArn":{ "shape":"ARN", "documentation":"

The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).

" } } }, "CreateTableRequest":{ "type":"structure", "required":[ "keyspaceName", "tableName", "schemaDefinition" ], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace that the table is going to be created in.

" }, "tableName":{ "shape":"TableName", "documentation":"

The name of the table.

" }, "schemaDefinition":{ "shape":"SchemaDefinition", "documentation":"

The schemaDefinition consists of the following parameters.

For each column to be created:

The primary key of the table consists of the following columns:

" }, "comment":{ "shape":"Comment", "documentation":"

This parameter allows to enter a description of the table.

" }, "capacitySpecification":{ "shape":"CapacitySpecification", "documentation":"

Specifies the read/write throughput capacity mode for the table. The options are:

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

" }, "encryptionSpecification":{ "shape":"EncryptionSpecification", "documentation":"

Specifies how the encryption key for encryption at rest is managed for the table. You can choose one of the following KMS key (KMS key):

The default is type:AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

" }, "pointInTimeRecovery":{ "shape":"PointInTimeRecovery", "documentation":"

Specifies if pointInTimeRecovery is enabled or disabled for the table. The options are:

If it's not specified, the default is status=DISABLED.

For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.

" }, "ttl":{ "shape":"TimeToLive", "documentation":"

Enables Time to Live custom settings for the table. The options are:

The default is status:disabled. After ttl is enabled, you can't disable it for the table.

For more information, see Expiring data by using Amazon Keyspaces Time to Live (TTL) in the Amazon Keyspaces Developer Guide.

" }, "defaultTimeToLive":{ "shape":"DefaultTimeToLive", "documentation":"

The default Time to Live setting in seconds for the table.

For more information, see Setting the default TTL value for a table in the Amazon Keyspaces Developer Guide.

" }, "tags":{ "shape":"TagList", "documentation":"

A list of key-value pair tags to be attached to the resource.

For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.

" }, "clientSideTimestamps":{ "shape":"ClientSideTimestamps", "documentation":"

Enables client-side timestamps for the table. By default, the setting is disabled. You can enable client-side timestamps with the following option:

Once client-side timestamps are enabled for a table, this setting cannot be disabled.

" }, "autoScalingSpecification":{ "shape":"AutoScalingSpecification", "documentation":"

The optional auto scaling settings for a table in provisioned capacity mode. Specifies if the service can manage throughput capacity automatically on your behalf.

Auto scaling helps you provision throughput capacity for variable workloads efficiently by increasing and decreasing your table's read and write capacity automatically in response to application traffic. For more information, see Managing throughput capacity automatically with Amazon Keyspaces auto scaling in the Amazon Keyspaces Developer Guide.

By default, auto scaling is disabled for a table.

" }, "replicaSpecifications":{ "shape":"ReplicaSpecificationList", "documentation":"

The optional Amazon Web Services Region specific settings of a multi-Region table. These settings overwrite the general settings of the table for the specified Region.

For a multi-Region table in provisioned capacity mode, you can configure the table's read capacity differently for each Region's replica. The write capacity, however, remains synchronized between all replicas to ensure that there's enough capacity to replicate writes across all Regions. To define the read capacity for a table replica in a specific Region, you can do so by configuring the following parameters.

" } } }, "CreateTableResponse":{ "type":"structure", "required":["resourceArn"], "members":{ "resourceArn":{ "shape":"ARN", "documentation":"

The unique identifier of the table in the format of an Amazon Resource Name (ARN).

" } } }, "DefaultTimeToLive":{ "type":"integer", "box":true, "max":630720000, "min":0 }, "DeleteKeyspaceRequest":{ "type":"structure", "required":["keyspaceName"], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace to be deleted.

" } } }, "DeleteKeyspaceResponse":{ "type":"structure", "members":{ } }, "DeleteTableRequest":{ "type":"structure", "required":[ "keyspaceName", "tableName" ], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace of the to be deleted table.

" }, "tableName":{ "shape":"TableName", "documentation":"

The name of the table to be deleted.

" } } }, "DeleteTableResponse":{ "type":"structure", "members":{ } }, "DoubleObject":{"type":"double"}, "EncryptionSpecification":{ "type":"structure", "required":["type"], "members":{ "type":{ "shape":"EncryptionType", "documentation":"

The encryption option specified for the table. You can choose one of the following KMS keys (KMS keys):

The default is type:AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

" }, "kmsKeyIdentifier":{ "shape":"kmsKeyARN", "documentation":"

The Amazon Resource Name (ARN) of the customer managed KMS key, for example kms_key_identifier:ARN.

" } }, "documentation":"

Amazon Keyspaces encrypts and decrypts the table data at rest transparently and integrates with Key Management Service for storing and managing the encryption key. You can choose one of the following KMS keys (KMS keys):

For more information about encryption at rest in Amazon Keyspaces, see Encryption at rest in the Amazon Keyspaces Developer Guide.

For more information about KMS, see KMS management service concepts in the Key Management Service Developer Guide.

" }, "EncryptionType":{ "type":"string", "enum":[ "CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY" ] }, "GenericString":{"type":"string"}, "GetKeyspaceRequest":{ "type":"structure", "required":["keyspaceName"], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace.

" } } }, "GetKeyspaceResponse":{ "type":"structure", "required":[ "keyspaceName", "resourceArn", "replicationStrategy" ], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace.

" }, "resourceArn":{ "shape":"ARN", "documentation":"

Returns the ARN of the keyspace.

" }, "replicationStrategy":{ "shape":"rs", "documentation":"

Returns the replication strategy of the keyspace. The options are SINGLE_REGION or MULTI_REGION.

" }, "replicationRegions":{ "shape":"RegionList", "documentation":"

If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication Regions is returned.

" } } }, "GetTableAutoScalingSettingsRequest":{ "type":"structure", "required":[ "keyspaceName", "tableName" ], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace.

" }, "tableName":{ "shape":"TableName", "documentation":"

The name of the table.

" } } }, "GetTableAutoScalingSettingsResponse":{ "type":"structure", "required":[ "keyspaceName", "tableName", "resourceArn" ], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace.

" }, "tableName":{ "shape":"TableName", "documentation":"

The name of the table.

" }, "resourceArn":{ "shape":"ARN", "documentation":"

The Amazon Resource Name (ARN) of the table.

" }, "autoScalingSpecification":{ "shape":"AutoScalingSpecification", "documentation":"

The auto scaling settings of the table.

" }, "replicaSpecifications":{ "shape":"ReplicaAutoScalingSpecificationList", "documentation":"

The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.

" } } }, "GetTableRequest":{ "type":"structure", "required":[ "keyspaceName", "tableName" ], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace that the table is stored in.

" }, "tableName":{ "shape":"TableName", "documentation":"

The name of the table.

" } } }, "GetTableResponse":{ "type":"structure", "required":[ "keyspaceName", "tableName", "resourceArn" ], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace that the specified table is stored in.

" }, "tableName":{ "shape":"TableName", "documentation":"

The name of the specified table.

" }, "resourceArn":{ "shape":"ARN", "documentation":"

The Amazon Resource Name (ARN) of the specified table.

" }, "creationTimestamp":{ "shape":"Timestamp", "documentation":"

The creation timestamp of the specified table.

" }, "status":{ "shape":"TableStatus", "documentation":"

The current status of the specified table.

" }, "schemaDefinition":{ "shape":"SchemaDefinition", "documentation":"

The schema definition of the specified table.

" }, "capacitySpecification":{ "shape":"CapacitySpecificationSummary", "documentation":"

The read/write throughput capacity mode for a table. The options are:

" }, "encryptionSpecification":{ "shape":"EncryptionSpecification", "documentation":"

The encryption settings of the specified table.

" }, "pointInTimeRecovery":{ "shape":"PointInTimeRecoverySummary", "documentation":"

The point-in-time recovery status of the specified table.

" }, "ttl":{ "shape":"TimeToLive", "documentation":"

The custom Time to Live settings of the specified table.

" }, "defaultTimeToLive":{ "shape":"DefaultTimeToLive", "documentation":"

The default Time to Live settings in seconds of the specified table.

" }, "comment":{ "shape":"Comment", "documentation":"

The the description of the specified table.

" }, "clientSideTimestamps":{ "shape":"ClientSideTimestamps", "documentation":"

The client-side timestamps setting of the table.

" }, "replicaSpecifications":{ "shape":"ReplicaSpecificationSummaryList", "documentation":"

Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.

" } } }, "IntegerObject":{"type":"integer"}, "InternalServerException":{ "type":"structure", "members":{ "message":{ "shape":"String", "documentation":"

Description of the error.

" } }, "documentation":"

Amazon Keyspaces was unable to fully process this request because of an internal server error.

", "exception":true, "fault":true }, "KeyspaceName":{ "type":"string", "max":48, "min":1, "pattern":"[a-zA-Z0-9][a-zA-Z0-9_]{0,47}" }, "KeyspaceSummary":{ "type":"structure", "required":[ "keyspaceName", "resourceArn", "replicationStrategy" ], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace.

" }, "resourceArn":{ "shape":"ARN", "documentation":"

The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).

" }, "replicationStrategy":{ "shape":"rs", "documentation":"

This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values are SINGLE_REGION or MULTI_REGION.

" }, "replicationRegions":{ "shape":"RegionList", "documentation":"

If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication Regions is returned.

" } }, "documentation":"

Represents the properties of a keyspace.

" }, "KeyspaceSummaryList":{ "type":"list", "member":{"shape":"KeyspaceSummary"} }, "ListKeyspacesRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The total number of keyspaces to return in the output. If the total number of keyspaces available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

" } } }, "ListKeyspacesResponse":{ "type":"structure", "required":["keyspaces"], "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

" }, "keyspaces":{ "shape":"KeyspaceSummaryList", "documentation":"

A list of keyspaces.

" } } }, "ListTablesRequest":{ "type":"structure", "required":["keyspaceName"], "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

The pagination token. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The total number of tables to return in the output. If the total number of tables available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

" }, "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace.

" } } }, "ListTablesResponse":{ "type":"structure", "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

" }, "tables":{ "shape":"TableSummaryList", "documentation":"

A list of tables.

" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["resourceArn"], "members":{ "resourceArn":{ "shape":"ARN", "documentation":"

The Amazon Resource Name (ARN) of the Amazon Keyspaces resource.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The total number of tags to return in the output. If the total number of tags available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

" }, "tags":{ "shape":"TagList", "documentation":"

A list of tags.

" } } }, "MaxResults":{ "type":"integer", "box":true, "max":1000, "min":1 }, "NextToken":{ "type":"string", "max":2048, "min":1 }, "PartitionKey":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"GenericString", "documentation":"

The name(s) of the partition key column(s).

" } }, "documentation":"

The partition key portion of the primary key is required and determines how Amazon Keyspaces stores the data. The partition key can be a single column, or it can be a compound value composed of two or more columns.

" }, "PartitionKeyList":{ "type":"list", "member":{"shape":"PartitionKey"}, "min":1 }, "PointInTimeRecovery":{ "type":"structure", "required":["status"], "members":{ "status":{ "shape":"PointInTimeRecoveryStatus", "documentation":"

The options are:

" } }, "documentation":"

Point-in-time recovery (PITR) helps protect your Amazon Keyspaces tables from accidental write or delete operations by providing you continuous backups of your table data.

For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.

" }, "PointInTimeRecoveryStatus":{ "type":"string", "enum":[ "ENABLED", "DISABLED" ] }, "PointInTimeRecoverySummary":{ "type":"structure", "required":["status"], "members":{ "status":{ "shape":"PointInTimeRecoveryStatus", "documentation":"

Shows if point-in-time recovery is enabled or disabled for the specified table.

" }, "earliestRestorableTimestamp":{ "shape":"Timestamp", "documentation":"

Specifies the earliest possible restore point of the table in ISO 8601 format.

" } }, "documentation":"

The point-in-time recovery status of the specified table.

" }, "RegionList":{ "type":"list", "member":{"shape":"region"}, "max":6, "min":2 }, "ReplicaAutoScalingSpecification":{ "type":"structure", "members":{ "region":{ "shape":"region", "documentation":"

The Amazon Web Services Region.

" }, "autoScalingSpecification":{ "shape":"AutoScalingSpecification", "documentation":"

The auto scaling settings for a multi-Region table in the specified Amazon Web Services Region.

" } }, "documentation":"

The auto scaling settings of a multi-Region table in the specified Amazon Web Services Region.

" }, "ReplicaAutoScalingSpecificationList":{ "type":"list", "member":{"shape":"ReplicaAutoScalingSpecification"}, "min":0 }, "ReplicaSpecification":{ "type":"structure", "required":["region"], "members":{ "region":{ "shape":"region", "documentation":"

The Amazon Web Services Region.

" }, "readCapacityUnits":{ "shape":"CapacityUnits", "documentation":"

The provisioned read capacity units for the multi-Region table in the specified Amazon Web Services Region.

" }, "readCapacityAutoScaling":{ "shape":"AutoScalingSettings", "documentation":"

The read capacity auto scaling settings for the multi-Region table in the specified Amazon Web Services Region.

" } }, "documentation":"

The Amazon Web Services Region specific settings of a multi-Region table.

For a multi-Region table, you can configure the table's read capacity differently per Amazon Web Services Region. You can do this by configuring the following parameters.

" }, "ReplicaSpecificationList":{ "type":"list", "member":{"shape":"ReplicaSpecification"}, "min":1 }, "ReplicaSpecificationSummary":{ "type":"structure", "members":{ "region":{ "shape":"region", "documentation":"

The Amazon Web Services Region.

" }, "status":{ "shape":"TableStatus", "documentation":"

The status of the multi-Region table in the specified Amazon Web Services Region.

" }, "capacitySpecification":{"shape":"CapacitySpecificationSummary"} }, "documentation":"

The Region-specific settings of a multi-Region table in the specified Amazon Web Services Region.

If the multi-Region table is using provisioned capacity and has optional auto scaling policies configured, note that the Region specific summary returns both read and write capacity settings. But only Region specific read capacity settings can be configured for a multi-Region table. In a multi-Region table, your write capacity units will be synced across all Amazon Web Services Regions to ensure that there is enough capacity to replicate write events across Regions.

" }, "ReplicaSpecificationSummaryList":{ "type":"list", "member":{"shape":"ReplicaSpecificationSummary"}, "min":0 }, "ReplicationSpecification":{ "type":"structure", "required":["replicationStrategy"], "members":{ "replicationStrategy":{ "shape":"rs", "documentation":"

The replicationStrategy of a keyspace, the required value is SINGLE_REGION or MULTI_REGION.

" }, "regionList":{ "shape":"RegionList", "documentation":"

The regionList can contain up to six Amazon Web Services Regions where the keyspace is replicated in.

" } }, "documentation":"

The replication specification of the keyspace includes:

" }, "ResourceNotFoundException":{ "type":"structure", "members":{ "message":{ "shape":"String", "documentation":"

Description of the error.

" }, "resourceArn":{ "shape":"ARN", "documentation":"

The unique identifier in the format of Amazon Resource Name (ARN), for the resource not found.

" } }, "documentation":"

The operation tried to access a keyspace or table that doesn't exist. The resource might not be specified correctly, or its status might not be ACTIVE.

", "exception":true }, "RestoreTableRequest":{ "type":"structure", "required":[ "sourceKeyspaceName", "sourceTableName", "targetKeyspaceName", "targetTableName" ], "members":{ "sourceKeyspaceName":{ "shape":"KeyspaceName", "documentation":"

The keyspace name of the source table.

" }, "sourceTableName":{ "shape":"TableName", "documentation":"

The name of the source table.

" }, "targetKeyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the target keyspace.

" }, "targetTableName":{ "shape":"TableName", "documentation":"

The name of the target table.

" }, "restoreTimestamp":{ "shape":"Timestamp", "documentation":"

The restore timestamp in ISO 8601 format.

" }, "capacitySpecificationOverride":{ "shape":"CapacitySpecification", "documentation":"

Specifies the read/write throughput capacity mode for the target table. The options are:

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

" }, "encryptionSpecificationOverride":{ "shape":"EncryptionSpecification", "documentation":"

Specifies the encryption settings for the target table. You can choose one of the following KMS key (KMS key):

The default is type:AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

" }, "pointInTimeRecoveryOverride":{ "shape":"PointInTimeRecovery", "documentation":"

Specifies the pointInTimeRecovery settings for the target table. The options are:

If it's not specified, the default is status=DISABLED.

For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.

" }, "tagsOverride":{ "shape":"TagList", "documentation":"

A list of key-value pair tags to be attached to the restored table.

For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.

" }, "autoScalingSpecification":{ "shape":"AutoScalingSpecification", "documentation":"

The optional auto scaling settings for the restored table in provisioned capacity mode. Specifies if the service can manage throughput capacity of a provisioned table automatically on your behalf. Amazon Keyspaces auto scaling helps you provision throughput capacity for variable workloads efficiently by increasing and decreasing your table's read and write capacity automatically in response to application traffic.

For more information, see Managing throughput capacity automatically with Amazon Keyspaces auto scaling in the Amazon Keyspaces Developer Guide.

" }, "replicaSpecifications":{ "shape":"ReplicaSpecificationList", "documentation":"

The optional Region specific settings of a multi-Regional table.

" } } }, "RestoreTableResponse":{ "type":"structure", "required":["restoredTableARN"], "members":{ "restoredTableARN":{ "shape":"ARN", "documentation":"

The Amazon Resource Name (ARN) of the restored table.

" } } }, "SchemaDefinition":{ "type":"structure", "required":[ "allColumns", "partitionKeys" ], "members":{ "allColumns":{ "shape":"ColumnDefinitionList", "documentation":"

The regular columns of the table.

" }, "partitionKeys":{ "shape":"PartitionKeyList", "documentation":"

The columns that are part of the partition key of the table .

" }, "clusteringKeys":{ "shape":"ClusteringKeyList", "documentation":"

The columns that are part of the clustering key of the table.

" }, "staticColumns":{ "shape":"StaticColumnList", "documentation":"

The columns that have been defined as STATIC. Static columns store values that are shared by all rows in the same partition.

" } }, "documentation":"

Describes the schema of the table.

" }, "ServiceQuotaExceededException":{ "type":"structure", "members":{ "message":{ "shape":"String", "documentation":"

Description of the error.

" } }, "documentation":"

The operation exceeded the service quota for this resource. For more information on service quotas, see Quotas in the Amazon Keyspaces Developer Guide.

", "exception":true }, "SortOrder":{ "type":"string", "enum":[ "ASC", "DESC" ] }, "StaticColumn":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"GenericString", "documentation":"

The name of the static column.

" } }, "documentation":"

The static columns of the table. Static columns store values that are shared by all rows in the same partition.

" }, "StaticColumnList":{ "type":"list", "member":{"shape":"StaticColumn"} }, "String":{"type":"string"}, "TableName":{ "type":"string", "max":48, "min":1, "pattern":"[a-zA-Z0-9][a-zA-Z0-9_]{0,47}" }, "TableStatus":{ "type":"string", "enum":[ "ACTIVE", "CREATING", "UPDATING", "DELETING", "DELETED", "RESTORING", "INACCESSIBLE_ENCRYPTION_CREDENTIALS" ] }, "TableSummary":{ "type":"structure", "required":[ "keyspaceName", "tableName", "resourceArn" ], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace that the table is stored in.

" }, "tableName":{ "shape":"TableName", "documentation":"

The name of the table.

" }, "resourceArn":{ "shape":"ARN", "documentation":"

The unique identifier of the table in the format of an Amazon Resource Name (ARN).

" } }, "documentation":"

Returns the name of the specified table, the keyspace it is stored in, and the unique identifier in the format of an Amazon Resource Name (ARN).

" }, "TableSummaryList":{ "type":"list", "member":{"shape":"TableSummary"} }, "Tag":{ "type":"structure", "required":[ "key", "value" ], "members":{ "key":{ "shape":"TagKey", "documentation":"

The key of the tag. Tag keys are case sensitive. Each Amazon Keyspaces resource can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.

" }, "value":{ "shape":"TagValue", "documentation":"

The value of the tag. Tag values are case-sensitive and can be null.

" } }, "documentation":"

Describes a tag. A tag is a key-value pair. You can add up to 50 tags to a single Amazon Keyspaces resource.

Amazon Web Services-assigned tag names and values are automatically assigned the aws: prefix, which the user cannot assign. Amazon Web Services-assigned tag names do not count towards the tag limit of 50. User-assigned tag names have the prefix user: in the Cost Allocation Report. You cannot backdate the application of a tag.

For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.

" }, "TagKey":{ "type":"string", "max":128, "min":1 }, "TagList":{ "type":"list", "member":{"shape":"Tag"}, "max":60, "min":1 }, "TagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tags" ], "members":{ "resourceArn":{ "shape":"ARN", "documentation":"

The Amazon Resource Name (ARN) of the Amazon Keyspaces resource to which to add tags.

" }, "tags":{ "shape":"TagList", "documentation":"

The tags to be assigned to the Amazon Keyspaces resource.

" } } }, "TagResourceResponse":{ "type":"structure", "members":{ } }, "TagValue":{ "type":"string", "max":256, "min":1 }, "TargetTrackingScalingPolicyConfiguration":{ "type":"structure", "required":["targetValue"], "members":{ "disableScaleIn":{ "shape":"BooleanObject", "documentation":"

Specifies if scale-in is enabled.

When auto scaling automatically decreases capacity for a table, the table scales in. When scaling policies are set, they can't scale in the table lower than its minimum capacity.

" }, "scaleInCooldown":{ "shape":"IntegerObject", "documentation":"

Specifies a scale-in cool down period.

A cooldown period in seconds between scaling activities that lets the table stabilize before another scaling activity starts.

" }, "scaleOutCooldown":{ "shape":"IntegerObject", "documentation":"

Specifies a scale out cool down period.

A cooldown period in seconds between scaling activities that lets the table stabilize before another scaling activity starts.

" }, "targetValue":{ "shape":"DoubleObject", "documentation":"

Specifies the target value for the target tracking auto scaling policy.

Amazon Keyspaces auto scaling scales up capacity automatically when traffic exceeds this target utilization rate, and then back down when it falls below the target. This ensures that the ratio of consumed capacity to provisioned capacity stays at or near this value. You define targetValue as a percentage. A double between 20 and 90.

" } }, "documentation":"

The auto scaling policy that scales a table based on the ratio of consumed to provisioned capacity.

" }, "ThroughputMode":{ "type":"string", "enum":[ "PAY_PER_REQUEST", "PROVISIONED" ] }, "TimeToLive":{ "type":"structure", "required":["status"], "members":{ "status":{ "shape":"TimeToLiveStatus", "documentation":"

Shows how to enable custom Time to Live (TTL) settings for the specified table.

" } }, "documentation":"

Enable custom Time to Live (TTL) settings for rows and columns without setting a TTL default for the specified table.

For more information, see Enabling TTL on tables in the Amazon Keyspaces Developer Guide.

" }, "TimeToLiveStatus":{ "type":"string", "enum":["ENABLED"] }, "Timestamp":{"type":"timestamp"}, "UntagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tags" ], "members":{ "resourceArn":{ "shape":"ARN", "documentation":"

The Amazon Keyspaces resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).

" }, "tags":{ "shape":"TagList", "documentation":"

A list of existing tags to be removed from the Amazon Keyspaces resource.

" } } }, "UntagResourceResponse":{ "type":"structure", "members":{ } }, "UpdateTableRequest":{ "type":"structure", "required":[ "keyspaceName", "tableName" ], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace the specified table is stored in.

" }, "tableName":{ "shape":"TableName", "documentation":"

The name of the table.

" }, "addColumns":{ "shape":"ColumnDefinitionList", "documentation":"

For each column to be added to the specified table:

" }, "capacitySpecification":{ "shape":"CapacitySpecification", "documentation":"

Modifies the read/write throughput capacity mode for the table. The options are:

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

" }, "encryptionSpecification":{ "shape":"EncryptionSpecification", "documentation":"

Modifies the encryption settings of the table. You can choose one of the following KMS key (KMS key):

The default is AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

" }, "pointInTimeRecovery":{ "shape":"PointInTimeRecovery", "documentation":"

Modifies the pointInTimeRecovery settings of the table. The options are:

If it's not specified, the default is status=DISABLED.

For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.

" }, "ttl":{ "shape":"TimeToLive", "documentation":"

Modifies Time to Live custom settings for the table. The options are:

The default is status:disabled. After ttl is enabled, you can't disable it for the table.

For more information, see Expiring data by using Amazon Keyspaces Time to Live (TTL) in the Amazon Keyspaces Developer Guide.

" }, "defaultTimeToLive":{ "shape":"DefaultTimeToLive", "documentation":"

The default Time to Live setting in seconds for the table.

For more information, see Setting the default TTL value for a table in the Amazon Keyspaces Developer Guide.

" }, "clientSideTimestamps":{ "shape":"ClientSideTimestamps", "documentation":"

Enables client-side timestamps for the table. By default, the setting is disabled. You can enable client-side timestamps with the following option:

Once client-side timestamps are enabled for a table, this setting cannot be disabled.

" }, "autoScalingSpecification":{ "shape":"AutoScalingSpecification", "documentation":"

The optional auto scaling settings to update for a table in provisioned capacity mode. Specifies if the service can manage throughput capacity of a provisioned table automatically on your behalf. Amazon Keyspaces auto scaling helps you provision throughput capacity for variable workloads efficiently by increasing and decreasing your table's read and write capacity automatically in response to application traffic.

If auto scaling is already enabled for the table, you can use UpdateTable to update the minimum and maximum values or the auto scaling policy settings independently.

For more information, see Managing throughput capacity automatically with Amazon Keyspaces auto scaling in the Amazon Keyspaces Developer Guide.

" }, "replicaSpecifications":{ "shape":"ReplicaSpecificationList", "documentation":"

The Region specific settings of a multi-Regional table.

" } } }, "UpdateTableResponse":{ "type":"structure", "required":["resourceArn"], "members":{ "resourceArn":{ "shape":"ARN", "documentation":"

The Amazon Resource Name (ARN) of the modified table.

" } } }, "ValidationException":{ "type":"structure", "members":{ "message":{ "shape":"String", "documentation":"

Description of the error.

" } }, "documentation":"

The operation failed due to an invalid or malformed request.

", "exception":true }, "kmsKeyARN":{ "type":"string", "max":5096, "min":1 }, "region":{ "type":"string", "max":25, "min":2 }, "rs":{ "type":"string", "enum":[ "SINGLE_REGION", "MULTI_REGION" ], "max":20, "min":1 } }, "documentation":"

Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service. Amazon Keyspaces makes it easy to migrate, run, and scale Cassandra workloads in the Amazon Web Services Cloud. With just a few clicks on the Amazon Web Services Management Console or a few lines of code, you can create keyspaces and tables in Amazon Keyspaces, without deploying any infrastructure or installing software.

In addition to supporting Cassandra Query Language (CQL) requests via open-source Cassandra drivers, Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI, as well as infrastructure as code (IaC) services and tools such as CloudFormation and Terraform. This API reference describes the supported DDL operations in detail.

For the list of all supported CQL APIs, see Supported Cassandra APIs, operations, and data types in Amazon Keyspaces in the Amazon Keyspaces Developer Guide.

To learn how Amazon Keyspaces API actions are recorded with CloudTrail, see Amazon Keyspaces information in CloudTrail in the Amazon Keyspaces Developer Guide.

For more information about Amazon Web Services APIs, for example how to implement retry logic or how to sign Amazon Web Services API requests, see Amazon Web Services APIs in the General Reference.

" }