{ "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.

" }, "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 specified 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, encryption, 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:

• Read/write capacity mode

• Provisioned throughput capacity settings

• Point-in-time (PITR) settings

• Tags

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:

• Automatic scaling policies (for tables that use provisioned capacity mode)

• Identity and Access Management (IAM) policies

• Amazon CloudWatch metrics and alarms

" }, "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, 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":"

You do not have sufficient access to perform this action.

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

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

throughputMode:PAY_PER_REQUEST and

throughputMode:PROVISIONED - Provisioned capacity mode requires readCapacityUnits and writeCapacityUnits as input.

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:

• On-demand (default)

• Provisioned

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:

throughputMode:PAY_PER_REQUEST and

throughputMode:PROVISIONED - Provisioned capacity mode requires readCapacityUnits and writeCapacityUnits as input.

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:

throughputMode:PAY_PER_REQUEST and

throughputMode:PROVISIONED.

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

" }, "CapacityUnits":{ "type":"long", "box":true, "min":1 }, "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":"

Amazon Keyspaces could not 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.

" } } }, "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:

name - The name of the column.

type - An Amazon Keyspaces data type. For more information, see Data types in the Amazon Keyspaces Developer Guide.

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

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

name - The name of each partition key column.

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

name - The name of the clustering column.

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

To define a column as static use staticColumns - Static columns store values that are shared by all rows in the same partition:

name - The name of the column.

type - An Amazon Keyspaces data type.

" }, "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:

throughputMode:PAY_PER_REQUEST and

throughputMode:PROVISIONED - Provisioned capacity mode requires readCapacityUnits and writeCapacityUnits as input.

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):

type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

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:

ENABLED

DISABLED

If it's not specified, the default is 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:

status:enabled

status:disabled

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.

" } } }, "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":1 }, "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":{ } }, "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):

type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

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):

• Amazon Web Services owned key - This is the default encryption type. The key is owned by Amazon Keyspaces (no additional charge).

• Customer managed key - This key is stored in your account and is created, owned, and managed by you. You have full control over the customer managed key (KMS charges apply).

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" ], "members":{ "keyspaceName":{ "shape":"KeyspaceName", "documentation":"

The name of the keyspace.

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

The ARN of the keyspace.

" } } }, "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:

throughputMode:PAY_PER_REQUEST

throughputMode:PROVISIONED

" }, "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 of the specified table.

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

The the description of the specified table.

" } } }, "InternalServerException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "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_]{1,47}" }, "KeyspaceSummary":{ "type":"structure", "required":[ "keyspaceName", "resourceArn" ], "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).

" } }, "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:

ENABLED

DISABLED

" } }, "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.

" }, "ResourceNotFoundException":{ "type":"structure", "members":{ "message":{"shape":"String"}, "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:

throughputMode:PAY_PER_REQUEST

throughputMode:PROVISIONED - Provisioned capacity mode requires readCapacityUnits and writeCapacityUnits as input.

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):

type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

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:

ENABLED

DISABLED

If it's not specified, the default is 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.

" } } }, "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":"

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_]{1,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 }, "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:

name - The name of the column.

type - An Amazon Keyspaces data type. For more information, see Data types in the Amazon Keyspaces Developer Guide.

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

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

throughputMode:PAY_PER_REQUEST and

throughputMode:PROVISIONED - Provisioned capacity mode requires readCapacityUnits and writeCapacityUnits as input.

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):

type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

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:

ENABLED

DISABLED

If it's not specified, the default is 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:

status:enabled

status:disabled

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.

" } } }, "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":"

The operation failed due to an invalid or malformed request.

", "exception":true }, "kmsKeyARN":{ "type":"string", "max":5096, "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. 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.

" }