{
  "version": "2.0",
  "service": "<p>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. </p> <p>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.</p> <p>For the list of all supported CQL APIs, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/cassandra-apis.html\">Supported Cassandra APIs, operations, and data types in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>To learn how Amazon Keyspaces API actions are recorded with CloudTrail, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail\">Amazon Keyspaces information in CloudTrail</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-apis.html\">Amazon Web Services APIs</a> in the <i>General Reference</i>.</p>",
  "operations": {
    "CreateKeyspace": "<p>The <code>CreateKeyspace</code> operation adds a new keyspace to your account. In an Amazon Web Services account, keyspace names must be unique within each Region.</p> <p> <code>CreateKeyspace</code> is an asynchronous operation. You can monitor the creation status of the new keyspace by using the <code>GetKeyspace</code> operation.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-keyspaces.html#keyspaces-create\">Creating keyspaces</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
    "CreateTable": "<p>The <code>CreateTable</code> operation adds a new table to the specified keyspace. Within a keyspace, table names must be unique.</p> <p> <code>CreateTable</code> is an asynchronous operation. When the request is received, the status of the table is set to <code>CREATING</code>. You can monitor the creation status of the new table by using the <code>GetTable</code> operation, which returns the current <code>status</code> of the table. You can start using a table when the status is <code>ACTIVE</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-tables.html#tables-create\">Creating tables</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
    "DeleteKeyspace": "<p>The <code>DeleteKeyspace</code> operation deletes a keyspace and all of its tables. </p>",
    "DeleteTable": "<p>The <code>DeleteTable</code> operation deletes a table and all of its data. After a <code>DeleteTable</code> request is received, the specified table is in the <code>DELETING</code> state until Amazon Keyspaces completes the deletion. If the table is in the <code>ACTIVE</code> state, you can delete it. If a table is either in the <code>CREATING</code> or <code>UPDATING</code> states, then Amazon Keyspaces returns a <code>ResourceInUseException</code>. If the specified table does not exist, Amazon Keyspaces returns a <code>ResourceNotFoundException</code>. If the table is already in the <code>DELETING</code> state, no error is returned.</p>",
    "GetKeyspace": "<p>Returns the name and the Amazon Resource Name (ARN) of the specified table.</p>",
    "GetTable": "<p>Returns information about the table, including the table's name and current status, the keyspace name, configuration settings, and metadata.</p> <p>To read table metadata using <code>GetTable</code>, <code>Select</code> action permissions for the table and system tables are required to complete the operation.</p>",
    "GetTableAutoScalingSettings": "<p>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.</p> <p>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 <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/autoscaling.html\">Managing throughput capacity automatically with Amazon Keyspaces auto scaling</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
    "ListKeyspaces": "<p>Returns a list of keyspaces.</p>",
    "ListTables": "<p>Returns a list of tables for a specified keyspace.</p>",
    "ListTagsForResource": "<p>Returns a list of all tags associated with the specified Amazon Keyspaces resource.</p>",
    "RestoreTable": "<p>Restores the table to the specified point in time within the <code>earliest_restorable_timestamp</code> and the current time. For more information about restore points, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/PointInTimeRecovery_HowItWorks.html#howitworks_backup_window\"> Time window for PITR continuous backups</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>Any number of users can execute up to 4 concurrent restores (any type of restore) in a given account.</p> <p>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 <code>(day:hour:minute:second)</code> to a new table. The Time to Live (TTL) settings are also restored to the state based on the selected timestamp.</p> <p>In addition to the table's schema, data, and TTL settings, <code>RestoreTable</code> 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.</p> <p>You can also overwrite these settings during restore:</p> <ul> <li> <p>Read/write capacity mode</p> </li> <li> <p>Provisioned throughput capacity units</p> </li> <li> <p>Auto scaling settings</p> </li> <li> <p>Point-in-time (PITR) settings</p> </li> <li> <p>Tags</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/PointInTimeRecovery_HowItWorks.html#howitworks_backup_settings\">PITR restore settings</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>Note that the following settings are not restored, and you must configure them manually for the new table:</p> <ul> <li> <p>Identity and Access Management (IAM) policies</p> </li> <li> <p>Amazon CloudWatch metrics and alarms</p> </li> </ul>",
    "TagResource": "<p>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 <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/tagging-keyspaces.html\">Adding tags and labels to Amazon Keyspaces resources</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>For IAM policy examples that show how to control access to Amazon Keyspaces resources based on tags, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-tags\">Amazon Keyspaces resource access based on tags</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
    "UntagResource": "<p>Removes the association of tags from a Amazon Keyspaces resource.</p>",
    "UpdateTable": "<p>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.</p>"
  },
  "shapes": {
    "ARN": {
      "base": null,
      "refs": {
        "CreateKeyspaceResponse$resourceArn": "<p>The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).</p>",
        "CreateTableResponse$resourceArn": "<p>The unique identifier of the table in the format of an Amazon Resource Name (ARN).</p>",
        "GetKeyspaceResponse$resourceArn": "<p>Returns the ARN of the keyspace.</p>",
        "GetTableAutoScalingSettingsResponse$resourceArn": "<p>The Amazon Resource Name (ARN) of the table.</p>",
        "GetTableResponse$resourceArn": "<p>The Amazon Resource Name (ARN) of the specified table.</p>",
        "KeyspaceSummary$resourceArn": "<p>The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).</p>",
        "ListTagsForResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the Amazon Keyspaces resource.</p>",
        "ResourceNotFoundException$resourceArn": "<p>The unique identifier in the format of Amazon Resource Name (ARN), for the resource not found.</p>",
        "RestoreTableResponse$restoredTableARN": "<p>The Amazon Resource Name (ARN) of the restored table.</p>",
        "TableSummary$resourceArn": "<p>The unique identifier of the table in the format of an Amazon Resource Name (ARN).</p>",
        "TagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the Amazon Keyspaces resource to which to add tags.</p>",
        "UntagResourceRequest$resourceArn": "<p>The Amazon Keyspaces resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).</p>",
        "UpdateTableResponse$resourceArn": "<p>The Amazon Resource Name (ARN) of the modified table.</p>"
      }
    },
    "AccessDeniedException": {
      "base": "<p>You don't have sufficient access permissions to perform this action. </p>",
      "refs": {
      }
    },
    "AutoScalingPolicy": {
      "base": "<p>Amazon Keyspaces supports the <code>target tracking</code> 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.</p>",
      "refs": {
        "AutoScalingSettings$scalingPolicy": "<p>Amazon Keyspaces supports the <code>target tracking</code> 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.</p>"
      }
    },
    "AutoScalingSettings": {
      "base": "<p>The optional auto scaling settings for a table with provisioned throughput capacity.</p> <p>To turn on auto scaling for a table in <code>throughputMode:PROVISIONED</code>, you must specify the following parameters. </p> <p>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.</p> <ul> <li> <p> <code>minimumUnits</code>: 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).</p> </li> <li> <p> <code>maximumUnits</code>: The maximum 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).</p> </li> <li> <p> <code>scalingPolicy</code>: Amazon Keyspaces supports the <code>target tracking</code> scaling policy. The auto scaling target is the provisioned read and write capacity of the table. </p> <ul> <li> <p> <code>targetTrackingScalingPolicyConfiguration</code>: To define the target tracking policy, you must define the target value. </p> <ul> <li> <p> <code>targetValue</code>: The target utilization rate of the table. Amazon Keyspaces auto scaling ensures that the ratio of consumed capacity to provisioned capacity stays at or near this value. You define <code>targetValue</code> as a percentage. A <code>double</code> between 20 and 90. (Required)</p> </li> <li> <p> <code>disableScaleIn</code>: A <code>boolean</code> that specifies if <code>scale-in</code> is disabled or enabled for the table. This parameter is disabled by default. To turn on <code>scale-in</code>, set the <code>boolean</code> value to <code>FALSE</code>. This means that capacity for a table can be automatically scaled down on your behalf. (Optional) </p> </li> <li> <p> <code>scaleInCooldown</code>: A cooldown period in seconds between scaling activities that lets the table stabilize before another scale in activity starts. If no value is provided, the default is 0. (Optional) </p> </li> <li> <p> <code>scaleOutCooldown</code>: A cooldown period in seconds between scaling activities that lets the table stabilize before another scale out activity starts. If no value is provided, the default is 0. (Optional) </p> </li> </ul> </li> </ul> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/autoscaling.html\">Managing throughput capacity automatically with Amazon Keyspaces auto scaling</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
      "refs": {
        "AutoScalingSpecification$writeCapacityAutoScaling": "<p>The auto scaling settings for the table's write capacity.</p>",
        "AutoScalingSpecification$readCapacityAutoScaling": "<p>The auto scaling settings for the table's read capacity.</p>",
        "ReplicaSpecification$readCapacityAutoScaling": "<p>The read capacity auto scaling settings for the multi-Region table in the specified Amazon Web Services Region.</p>"
      }
    },
    "AutoScalingSpecification": {
      "base": "<p>The optional auto scaling settings for read and write capacity of a table in provisioned capacity mode.</p>",
      "refs": {
        "CreateTableRequest$autoScalingSpecification": "<p>The optional auto scaling settings for a table in provisioned capacity mode. Specifies if the service can manage throughput capacity automatically on your behalf.</p> <p>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 <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/autoscaling.html\">Managing throughput capacity automatically with Amazon Keyspaces auto scaling</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>By default, auto scaling is disabled for a table. </p>",
        "GetTableAutoScalingSettingsResponse$autoScalingSpecification": "<p>The auto scaling settings of the table.</p>",
        "ReplicaAutoScalingSpecification$autoScalingSpecification": "<p>The auto scaling settings for a multi-Region table in the specified Amazon Web Services Region.</p>",
        "RestoreTableRequest$autoScalingSpecification": "<p>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.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/autoscaling.html\">Managing throughput capacity automatically with Amazon Keyspaces auto scaling</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "UpdateTableRequest$autoScalingSpecification": "<p>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.</p> <p>If auto scaling is already enabled for the table, you can use <code>UpdateTable</code> to update the minimum and maximum values or the auto scaling policy settings independently.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/autoscaling.html\">Managing throughput capacity automatically with Amazon Keyspaces auto scaling</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>"
      }
    },
    "BooleanObject": {
      "base": null,
      "refs": {
        "AutoScalingSettings$autoScalingDisabled": "<p>This optional parameter enables auto scaling for the table if set to <code>false</code>.</p>",
        "TargetTrackingScalingPolicyConfiguration$disableScaleIn": "<p>Specifies if <code>scale-in</code> is enabled.</p> <p>When auto scaling automatically decreases capacity for a table, the table <i>scales in</i>. When scaling policies are set, they can't scale in the table lower than its minimum capacity.</p>"
      }
    },
    "CapacitySpecification": {
      "base": "<p>Amazon Keyspaces has two read/write capacity modes for processing reads and writes on your tables: </p> <ul> <li> <p>On-demand (default)</p> </li> <li> <p>Provisioned</p> </li> </ul> <p>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.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/ReadWriteCapacityMode.html\">Read/write capacity modes</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
      "refs": {
        "CreateTableRequest$capacitySpecification": "<p>Specifies the read/write throughput capacity mode for the table. The options are:</p> <ul> <li> <p> <code>throughputMode:PAY_PER_REQUEST</code> and </p> </li> <li> <p> <code>throughputMode:PROVISIONED</code> - Provisioned capacity mode requires <code>readCapacityUnits</code> and <code>writeCapacityUnits</code> as input.</p> </li> </ul> <p>The default is <code>throughput_mode:PAY_PER_REQUEST</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/ReadWriteCapacityMode.html\">Read/write capacity modes</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "RestoreTableRequest$capacitySpecificationOverride": "<p>Specifies the read/write throughput capacity mode for the target table. The options are:</p> <ul> <li> <p> <code>throughputMode:PAY_PER_REQUEST</code> </p> </li> <li> <p> <code>throughputMode:PROVISIONED</code> - Provisioned capacity mode requires <code>readCapacityUnits</code> and <code>writeCapacityUnits</code> as input.</p> </li> </ul> <p>The default is <code>throughput_mode:PAY_PER_REQUEST</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/ReadWriteCapacityMode.html\">Read/write capacity modes</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "UpdateTableRequest$capacitySpecification": "<p>Modifies the read/write throughput capacity mode for the table. The options are:</p> <ul> <li> <p> <code>throughputMode:PAY_PER_REQUEST</code> and </p> </li> <li> <p> <code>throughputMode:PROVISIONED</code> - Provisioned capacity mode requires <code>readCapacityUnits</code> and <code>writeCapacityUnits</code> as input.</p> </li> </ul> <p>The default is <code>throughput_mode:PAY_PER_REQUEST</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/ReadWriteCapacityMode.html\">Read/write capacity modes</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>"
      }
    },
    "CapacitySpecificationSummary": {
      "base": "<p>The read/write throughput capacity mode for a table. The options are:</p> <ul> <li> <p> <code>throughputMode:PAY_PER_REQUEST</code> and </p> </li> <li> <p> <code>throughputMode:PROVISIONED</code>.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/ReadWriteCapacityMode.html\">Read/write capacity modes</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
      "refs": {
        "GetTableResponse$capacitySpecification": "<p>The read/write throughput capacity mode for a table. The options are:</p> <ul> <li> <p> <code>throughputMode:PAY_PER_REQUEST</code> </p> </li> <li> <p> <code>throughputMode:PROVISIONED</code> </p> </li> </ul>",
        "ReplicaSpecificationSummary$capacitySpecification": null
      }
    },
    "CapacityUnits": {
      "base": null,
      "refs": {
        "AutoScalingSettings$minimumUnits": "<p>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).</p>",
        "AutoScalingSettings$maximumUnits": "<p>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).</p>",
        "CapacitySpecification$readCapacityUnits": "<p>The throughput capacity specified for <code>read</code> operations defined in <code>read capacity units</code> <code>(RCUs)</code>.</p>",
        "CapacitySpecification$writeCapacityUnits": "<p>The throughput capacity specified for <code>write</code> operations defined in <code>write capacity units</code> <code>(WCUs)</code>.</p>",
        "CapacitySpecificationSummary$readCapacityUnits": "<p>The throughput capacity specified for <code>read</code> operations defined in <code>read capacity units</code> <code>(RCUs)</code>.</p>",
        "CapacitySpecificationSummary$writeCapacityUnits": "<p>The throughput capacity specified for <code>write</code> operations defined in <code>write capacity units</code> <code>(WCUs)</code>.</p>",
        "ReplicaSpecification$readCapacityUnits": "<p>The provisioned read capacity units for the multi-Region table in the specified Amazon Web Services Region.</p>"
      }
    },
    "ClientSideTimestamps": {
      "base": "<p>The client-side timestamp setting of the table.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/client-side-timestamps-how-it-works.html\">How it works: Amazon Keyspaces client-side timestamps</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
      "refs": {
        "CreateTableRequest$clientSideTimestamps": "<p> Enables client-side timestamps for the table. By default, the setting is disabled. You can enable client-side timestamps with the following option:</p> <ul> <li> <p> <code>status: \"enabled\"</code> </p> </li> </ul> <p>Once client-side timestamps are enabled for a table, this setting cannot be disabled.</p>",
        "GetTableResponse$clientSideTimestamps": "<p> The client-side timestamps setting of the table.</p>",
        "UpdateTableRequest$clientSideTimestamps": "<p>Enables client-side timestamps for the table. By default, the setting is disabled. You can enable client-side timestamps with the following option:</p> <ul> <li> <p> <code>status: \"enabled\"</code> </p> </li> </ul> <p>Once client-side timestamps are enabled for a table, this setting cannot be disabled.</p>"
      }
    },
    "ClientSideTimestampsStatus": {
      "base": null,
      "refs": {
        "ClientSideTimestamps$status": "<p>Shows how to enable client-side timestamps settings for the specified table.</p>"
      }
    },
    "ClusteringKey": {
      "base": "<p>The optional clustering column portion of your primary key determines how the data is clustered and sorted within each partition.</p>",
      "refs": {
        "ClusteringKeyList$member": null
      }
    },
    "ClusteringKeyList": {
      "base": null,
      "refs": {
        "SchemaDefinition$clusteringKeys": "<p>The columns that are part of the clustering key of the table.</p>"
      }
    },
    "ColumnDefinition": {
      "base": "<p>The names and data types of regular columns.</p>",
      "refs": {
        "ColumnDefinitionList$member": null
      }
    },
    "ColumnDefinitionList": {
      "base": null,
      "refs": {
        "SchemaDefinition$allColumns": "<p>The regular columns of the table.</p>",
        "UpdateTableRequest$addColumns": "<p>For each column to be added to the specified table:</p> <ul> <li> <p> <code>name</code> - The name of the column.</p> </li> <li> <p> <code>type</code> - An Amazon Keyspaces data type. For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/cql.elements.html#cql.data-types\">Data types</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> </li> </ul>"
      }
    },
    "Comment": {
      "base": "<p>An optional comment that describes the table.</p>",
      "refs": {
        "CreateTableRequest$comment": "<p>This parameter allows to enter a description of the table.</p>",
        "GetTableResponse$comment": "<p>The the description of the specified table.</p>"
      }
    },
    "ConflictException": {
      "base": "<p>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. </p>",
      "refs": {
      }
    },
    "CreateKeyspaceRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateKeyspaceResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateTableRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateTableResponse": {
      "base": null,
      "refs": {
      }
    },
    "DefaultTimeToLive": {
      "base": null,
      "refs": {
        "CreateTableRequest$defaultTimeToLive": "<p>The default Time to Live setting in seconds for the table.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/TTL-how-it-works.html#ttl-howitworks_default_ttl\">Setting the default TTL value for a table</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "GetTableResponse$defaultTimeToLive": "<p>The default Time to Live settings in seconds of the specified table.</p>",
        "UpdateTableRequest$defaultTimeToLive": "<p>The default Time to Live setting in seconds for the table.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/TTL-how-it-works.html#ttl-howitworks_default_ttl\">Setting the default TTL value for a table</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>"
      }
    },
    "DeleteKeyspaceRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteKeyspaceResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteTableRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteTableResponse": {
      "base": null,
      "refs": {
      }
    },
    "DoubleObject": {
      "base": null,
      "refs": {
        "TargetTrackingScalingPolicyConfiguration$targetValue": "<p>Specifies the target value for the target tracking auto scaling policy.</p> <p>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 <code>targetValue</code> as a percentage. A <code>double</code> between 20 and 90.</p>"
      }
    },
    "EncryptionSpecification": {
      "base": "<p>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):</p> <ul> <li> <p>Amazon Web Services owned key - This is the default encryption type. The key is owned by Amazon Keyspaces (no additional charge). </p> </li> <li> <p>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).</p> </li> </ul> <p>For more information about encryption at rest in Amazon Keyspaces, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html\">Encryption at rest</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>For more information about KMS, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html\">KMS management service concepts</a> in the <i>Key Management Service Developer Guide</i>.</p>",
      "refs": {
        "CreateTableRequest$encryptionSpecification": "<p>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):</p> <ul> <li> <p> <code>type:AWS_OWNED_KMS_KEY</code> - This key is owned by Amazon Keyspaces. </p> </li> <li> <p> <code>type:CUSTOMER_MANAGED_KMS_KEY</code> - This key is stored in your account and is created, owned, and managed by you. This option requires the <code>kms_key_identifier</code> of the KMS key in Amazon Resource Name (ARN) format as input.</p> </li> </ul> <p>The default is <code>type:AWS_OWNED_KMS_KEY</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html\">Encryption at rest</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "GetTableResponse$encryptionSpecification": "<p>The encryption settings of the specified table.</p>",
        "RestoreTableRequest$encryptionSpecificationOverride": "<p>Specifies the encryption settings for the target table. You can choose one of the following KMS key (KMS key):</p> <ul> <li> <p> <code>type:AWS_OWNED_KMS_KEY</code> - This key is owned by Amazon Keyspaces. </p> </li> <li> <p> <code>type:CUSTOMER_MANAGED_KMS_KEY</code> - This key is stored in your account and is created, owned, and managed by you. This option requires the <code>kms_key_identifier</code> of the KMS key in Amazon Resource Name (ARN) format as input. </p> </li> </ul> <p>The default is <code>type:AWS_OWNED_KMS_KEY</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html\">Encryption at rest</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "UpdateTableRequest$encryptionSpecification": "<p>Modifies the encryption settings of the table. You can choose one of the following KMS key (KMS key):</p> <ul> <li> <p> <code>type:AWS_OWNED_KMS_KEY</code> - This key is owned by Amazon Keyspaces. </p> </li> <li> <p> <code>type:CUSTOMER_MANAGED_KMS_KEY</code> - This key is stored in your account and is created, owned, and managed by you. This option requires the <code>kms_key_identifier</code> of the KMS key in Amazon Resource Name (ARN) format as input. </p> </li> </ul> <p>The default is <code>AWS_OWNED_KMS_KEY</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html\">Encryption at rest</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>"
      }
    },
    "EncryptionType": {
      "base": null,
      "refs": {
        "EncryptionSpecification$type": "<p>The encryption option specified for the table. You can choose one of the following KMS keys (KMS keys):</p> <ul> <li> <p> <code>type:AWS_OWNED_KMS_KEY</code> - This key is owned by Amazon Keyspaces. </p> </li> <li> <p> <code>type:CUSTOMER_MANAGED_KMS_KEY</code> - This key is stored in your account and is created, owned, and managed by you. This option requires the <code>kms_key_identifier</code> of the KMS key in Amazon Resource Name (ARN) format as input. </p> </li> </ul> <p>The default is <code>type:AWS_OWNED_KMS_KEY</code>. </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html\">Encryption at rest</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>"
      }
    },
    "GenericString": {
      "base": null,
      "refs": {
        "ClusteringKey$name": "<p>The name(s) of the clustering column(s).</p>",
        "ColumnDefinition$name": "<p>The name of the column.</p>",
        "ColumnDefinition$type": "<p>The data type of the column. For a list of available data types, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/cql.elements.html#cql.data-types\">Data types</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "PartitionKey$name": "<p>The name(s) of the partition key column(s).</p>",
        "StaticColumn$name": "<p>The name of the static column.</p>"
      }
    },
    "GetKeyspaceRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetKeyspaceResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetTableAutoScalingSettingsRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetTableAutoScalingSettingsResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetTableRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetTableResponse": {
      "base": null,
      "refs": {
      }
    },
    "IntegerObject": {
      "base": null,
      "refs": {
        "TargetTrackingScalingPolicyConfiguration$scaleInCooldown": "<p>Specifies a <code>scale-in</code> cool down period.</p> <p>A cooldown period in seconds between scaling activities that lets the table stabilize before another scaling activity starts. </p>",
        "TargetTrackingScalingPolicyConfiguration$scaleOutCooldown": "<p>Specifies a scale out cool down period.</p> <p>A cooldown period in seconds between scaling activities that lets the table stabilize before another scaling activity starts. </p>"
      }
    },
    "InternalServerException": {
      "base": "<p>Amazon Keyspaces was unable to fully process this request because of an internal server error.</p>",
      "refs": {
      }
    },
    "KeyspaceName": {
      "base": null,
      "refs": {
        "CreateKeyspaceRequest$keyspaceName": "<p>The name of the keyspace to be created.</p>",
        "CreateTableRequest$keyspaceName": "<p>The name of the keyspace that the table is going to be created in.</p>",
        "DeleteKeyspaceRequest$keyspaceName": "<p>The name of the keyspace to be deleted.</p>",
        "DeleteTableRequest$keyspaceName": "<p>The name of the keyspace of the to be deleted table.</p>",
        "GetKeyspaceRequest$keyspaceName": "<p>The name of the keyspace.</p>",
        "GetKeyspaceResponse$keyspaceName": "<p>The name of the keyspace.</p>",
        "GetTableAutoScalingSettingsRequest$keyspaceName": "<p>The name of the keyspace.</p>",
        "GetTableAutoScalingSettingsResponse$keyspaceName": "<p>The name of the keyspace.</p>",
        "GetTableRequest$keyspaceName": "<p>The name of the keyspace that the table is stored in.</p>",
        "GetTableResponse$keyspaceName": "<p>The name of the keyspace that the specified table is stored in.</p>",
        "KeyspaceSummary$keyspaceName": "<p>The name of the keyspace.</p>",
        "ListTablesRequest$keyspaceName": "<p>The name of the keyspace.</p>",
        "RestoreTableRequest$sourceKeyspaceName": "<p>The keyspace name of the source table.</p>",
        "RestoreTableRequest$targetKeyspaceName": "<p>The name of the target keyspace.</p>",
        "TableSummary$keyspaceName": "<p>The name of the keyspace that the table is stored in.</p>",
        "UpdateTableRequest$keyspaceName": "<p>The name of the keyspace the specified table is stored in.</p>"
      }
    },
    "KeyspaceSummary": {
      "base": "<p>Represents the properties of a keyspace.</p>",
      "refs": {
        "KeyspaceSummaryList$member": null
      }
    },
    "KeyspaceSummaryList": {
      "base": null,
      "refs": {
        "ListKeyspacesResponse$keyspaces": "<p>A list of keyspaces.</p>"
      }
    },
    "ListKeyspacesRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListKeyspacesResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListTablesRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListTablesResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "MaxResults": {
      "base": null,
      "refs": {
        "ListKeyspacesRequest$maxResults": "<p>The total number of keyspaces to return in the output. If the total number of keyspaces available is more than the value specified, a <code>NextToken</code> is provided in the output. To resume pagination, provide the <code>NextToken</code> value as an argument of a subsequent API invocation.</p>",
        "ListTablesRequest$maxResults": "<p>The total number of tables to return in the output. If the total number of tables available is more than the value specified, a <code>NextToken</code> is provided in the output. To resume pagination, provide the <code>NextToken</code> value as an argument of a subsequent API invocation.</p>",
        "ListTagsForResourceRequest$maxResults": "<p>The total number of tags to return in the output. If the total number of tags available is more than the value specified, a <code>NextToken</code> is provided in the output. To resume pagination, provide the <code>NextToken</code> value as an argument of a subsequent API invocation.</p>"
      }
    },
    "NextToken": {
      "base": null,
      "refs": {
        "ListKeyspacesRequest$nextToken": "<p>The pagination token. To resume pagination, provide the <code>NextToken</code> value as argument of a subsequent API invocation.</p>",
        "ListKeyspacesResponse$nextToken": "<p>A token to specify where to start paginating. This is the <code>NextToken</code> from a previously truncated response.</p>",
        "ListTablesRequest$nextToken": "<p>The pagination token. To resume pagination, provide the <code>NextToken</code> value as an argument of a subsequent API invocation.</p>",
        "ListTablesResponse$nextToken": "<p>A token to specify where to start paginating. This is the <code>NextToken</code> from a previously truncated response.</p>",
        "ListTagsForResourceRequest$nextToken": "<p>The pagination token. To resume pagination, provide the <code>NextToken</code> value as argument of a subsequent API invocation.</p>",
        "ListTagsForResourceResponse$nextToken": "<p>A token to specify where to start paginating. This is the <code>NextToken</code> from a previously truncated response.</p>"
      }
    },
    "PartitionKey": {
      "base": "<p>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.</p>",
      "refs": {
        "PartitionKeyList$member": null
      }
    },
    "PartitionKeyList": {
      "base": null,
      "refs": {
        "SchemaDefinition$partitionKeys": "<p>The columns that are part of the partition key of the table .</p>"
      }
    },
    "PointInTimeRecovery": {
      "base": "<p>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.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/PointInTimeRecovery.html\">Point-in-time recovery</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
      "refs": {
        "CreateTableRequest$pointInTimeRecovery": "<p>Specifies if <code>pointInTimeRecovery</code> is enabled or disabled for the table. The options are:</p> <ul> <li> <p> <code>status=ENABLED</code> </p> </li> <li> <p> <code>status=DISABLED</code> </p> </li> </ul> <p>If it's not specified, the default is <code>status=DISABLED</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/PointInTimeRecovery.html\">Point-in-time recovery</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "RestoreTableRequest$pointInTimeRecoveryOverride": "<p>Specifies the <code>pointInTimeRecovery</code> settings for the target table. The options are:</p> <ul> <li> <p> <code>status=ENABLED</code> </p> </li> <li> <p> <code>status=DISABLED</code> </p> </li> </ul> <p>If it's not specified, the default is <code>status=DISABLED</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/PointInTimeRecovery.html\">Point-in-time recovery</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "UpdateTableRequest$pointInTimeRecovery": "<p>Modifies the <code>pointInTimeRecovery</code> settings of the table. The options are:</p> <ul> <li> <p> <code>status=ENABLED</code> </p> </li> <li> <p> <code>status=DISABLED</code> </p> </li> </ul> <p>If it's not specified, the default is <code>status=DISABLED</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/PointInTimeRecovery.html\">Point-in-time recovery</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>"
      }
    },
    "PointInTimeRecoveryStatus": {
      "base": null,
      "refs": {
        "PointInTimeRecovery$status": "<p>The options are:</p> <ul> <li> <p> <code>status=ENABLED</code> </p> </li> <li> <p> <code>status=DISABLED</code> </p> </li> </ul>",
        "PointInTimeRecoverySummary$status": "<p>Shows if point-in-time recovery is enabled or disabled for the specified table.</p>"
      }
    },
    "PointInTimeRecoverySummary": {
      "base": "<p>The point-in-time recovery status of the specified table.</p>",
      "refs": {
        "GetTableResponse$pointInTimeRecovery": "<p>The point-in-time recovery status of the specified table.</p>"
      }
    },
    "RegionList": {
      "base": null,
      "refs": {
        "GetKeyspaceResponse$replicationRegions": "<p> If the <code>replicationStrategy</code> of the keyspace is <code>MULTI_REGION</code>, a list of replication Regions is returned. </p>",
        "KeyspaceSummary$replicationRegions": "<p> If the <code>replicationStrategy</code> of the keyspace is <code>MULTI_REGION</code>, a list of replication Regions is returned. </p>",
        "ReplicationSpecification$regionList": "<p> The <code>regionList</code> can contain up to six Amazon Web Services Regions where the keyspace is replicated in. </p>"
      }
    },
    "ReplicaAutoScalingSpecification": {
      "base": "<p>The auto scaling settings of a multi-Region table in the specified Amazon Web Services Region.</p>",
      "refs": {
        "ReplicaAutoScalingSpecificationList$member": null
      }
    },
    "ReplicaAutoScalingSpecificationList": {
      "base": null,
      "refs": {
        "GetTableAutoScalingSettingsResponse$replicaSpecifications": "<p>The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.</p>"
      }
    },
    "ReplicaSpecification": {
      "base": "<p>The Amazon Web Services Region specific settings of a multi-Region table.</p> <p>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.</p> <ul> <li> <p> <code>region</code>: The Region where these settings are applied. (Required)</p> </li> <li> <p> <code>readCapacityUnits</code>: The provisioned read capacity units. (Optional)</p> </li> <li> <p> <code>readCapacityAutoScaling</code>: The read capacity auto scaling settings for the table. (Optional)</p> </li> </ul>",
      "refs": {
        "ReplicaSpecificationList$member": null
      }
    },
    "ReplicaSpecificationList": {
      "base": null,
      "refs": {
        "CreateTableRequest$replicaSpecifications": "<p>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. </p> <p>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.</p> <ul> <li> <p> <code>region</code>: The Region where these settings are applied. (Required)</p> </li> <li> <p> <code>readCapacityUnits</code>: The provisioned read capacity units. (Optional)</p> </li> <li> <p> <code>readCapacityAutoScaling</code>: The read capacity auto scaling settings for the table. (Optional) </p> </li> </ul>",
        "RestoreTableRequest$replicaSpecifications": "<p>The optional Region specific settings of a multi-Regional table.</p>",
        "UpdateTableRequest$replicaSpecifications": "<p>The Region specific settings of a multi-Regional table.</p>"
      }
    },
    "ReplicaSpecificationSummary": {
      "base": "<p>The Region-specific settings of a multi-Region table in the specified Amazon Web Services Region.</p> <p>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.</p>",
      "refs": {
        "ReplicaSpecificationSummaryList$member": null
      }
    },
    "ReplicaSpecificationSummaryList": {
      "base": null,
      "refs": {
        "GetTableResponse$replicaSpecifications": "<p>Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.</p>"
      }
    },
    "ReplicationSpecification": {
      "base": "<p> The replication specification of the keyspace includes:</p> <ul> <li> <p> <code>regionList</code> - up to six Amazon Web Services Regions where the keyspace is replicated in.</p> </li> <li> <p> <code>replicationStrategy</code> - the required value is <code>SINGLE_REGION</code> or <code>MULTI_REGION</code>.</p> </li> </ul>",
      "refs": {
        "CreateKeyspaceRequest$replicationSpecification": "<p> The replication specification of the keyspace includes:</p> <ul> <li> <p> <code>replicationStrategy</code> - the required value is <code>SINGLE_REGION</code> or <code>MULTI_REGION</code>.</p> </li> <li> <p> <code>regionList</code> - if the <code>replicationStrategy</code> is <code>MULTI_REGION</code>, the <code>regionList</code> requires the current Region and at least one additional Amazon Web Services Region where the keyspace is going to be replicated in. The maximum number of supported replication Regions including the current Region is six.</p> </li> </ul>"
      }
    },
    "ResourceNotFoundException": {
      "base": "<p>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 <code>ACTIVE</code>.</p>",
      "refs": {
      }
    },
    "RestoreTableRequest": {
      "base": null,
      "refs": {
      }
    },
    "RestoreTableResponse": {
      "base": null,
      "refs": {
      }
    },
    "SchemaDefinition": {
      "base": "<p>Describes the schema of the table.</p>",
      "refs": {
        "CreateTableRequest$schemaDefinition": "<p>The <code>schemaDefinition</code> consists of the following parameters.</p> <p>For each column to be created:</p> <ul> <li> <p> <code>name</code> - The name of the column.</p> </li> <li> <p> <code>type</code> - An Amazon Keyspaces data type. For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/cql.elements.html#cql.data-types\">Data types</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> </li> </ul> <p>The primary key of the table consists of the following columns:</p> <ul> <li> <p> <code>partitionKeys</code> - 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.</p> </li> <li> <p> <code>name</code> - The name of each partition key column.</p> </li> <li> <p> <code>clusteringKeys</code> - The optional clustering column portion of your primary key determines how the data is clustered and sorted within each partition.</p> </li> <li> <p> <code>name</code> - The name of the clustering column. </p> </li> <li> <p> <code>orderBy</code> - Sets the ascendant (<code>ASC</code>) or descendant (<code>DESC</code>) order modifier.</p> <p>To define a column as static use <code>staticColumns</code> - Static columns store values that are shared by all rows in the same partition:</p> </li> <li> <p> <code>name</code> - The name of the column.</p> </li> <li> <p> <code>type</code> - An Amazon Keyspaces data type.</p> </li> </ul>",
        "GetTableResponse$schemaDefinition": "<p>The schema definition of the specified table.</p>"
      }
    },
    "ServiceQuotaExceededException": {
      "base": "<p>The operation exceeded the service quota for this resource. For more information on service quotas, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/quotas.html\">Quotas</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
      "refs": {
      }
    },
    "SortOrder": {
      "base": null,
      "refs": {
        "ClusteringKey$orderBy": "<p>Sets the ascendant (<code>ASC</code>) or descendant (<code>DESC</code>) order modifier.</p>"
      }
    },
    "StaticColumn": {
      "base": "<p>The static columns of the table. Static columns store values that are shared by all rows in the same partition.</p>",
      "refs": {
        "StaticColumnList$member": null
      }
    },
    "StaticColumnList": {
      "base": null,
      "refs": {
        "SchemaDefinition$staticColumns": "<p>The columns that have been defined as <code>STATIC</code>. Static columns store values that are shared by all rows in the same partition.</p>"
      }
    },
    "String": {
      "base": null,
      "refs": {
        "AccessDeniedException$message": "<p>Description of the error.</p>",
        "Comment$message": "<p>An optional description of the table.</p>",
        "ConflictException$message": "<p>Description of the error.</p>",
        "InternalServerException$message": "<p>Description of the error.</p>",
        "ResourceNotFoundException$message": "<p>Description of the error.</p>",
        "ServiceQuotaExceededException$message": "<p>Description of the error.</p>",
        "ValidationException$message": "<p>Description of the error.</p>"
      }
    },
    "TableName": {
      "base": null,
      "refs": {
        "CreateTableRequest$tableName": "<p>The name of the table.</p>",
        "DeleteTableRequest$tableName": "<p>The name of the table to be deleted.</p>",
        "GetTableAutoScalingSettingsRequest$tableName": "<p>The name of the table.</p>",
        "GetTableAutoScalingSettingsResponse$tableName": "<p>The name of the table.</p>",
        "GetTableRequest$tableName": "<p>The name of the table.</p>",
        "GetTableResponse$tableName": "<p>The name of the specified table.</p>",
        "RestoreTableRequest$sourceTableName": "<p>The name of the source table.</p>",
        "RestoreTableRequest$targetTableName": "<p>The name of the target table.</p>",
        "TableSummary$tableName": "<p>The name of the table.</p>",
        "UpdateTableRequest$tableName": "<p>The name of the table.</p>"
      }
    },
    "TableStatus": {
      "base": null,
      "refs": {
        "GetTableResponse$status": "<p>The current status of the specified table.</p>",
        "ReplicaSpecificationSummary$status": "<p>The status of the multi-Region table in the specified Amazon Web Services Region.</p>"
      }
    },
    "TableSummary": {
      "base": "<p>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).</p>",
      "refs": {
        "TableSummaryList$member": null
      }
    },
    "TableSummaryList": {
      "base": null,
      "refs": {
        "ListTablesResponse$tables": "<p>A list of tables.</p>"
      }
    },
    "Tag": {
      "base": "<p>Describes a tag. A tag is a key-value pair. You can add up to 50 tags to a single Amazon Keyspaces resource.</p> <p>Amazon Web Services-assigned tag names and values are automatically assigned the <code>aws:</code> 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 <code>user:</code> in the Cost Allocation Report. You cannot backdate the application of a tag.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/tagging-keyspaces.html\">Adding tags and labels to Amazon Keyspaces resources</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
      "refs": {
        "TagList$member": null
      }
    },
    "TagKey": {
      "base": null,
      "refs": {
        "Tag$key": "<p>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.</p>"
      }
    },
    "TagList": {
      "base": null,
      "refs": {
        "CreateKeyspaceRequest$tags": "<p>A list of key-value pair tags to be attached to the keyspace.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/tagging-keyspaces.html\">Adding tags and labels to Amazon Keyspaces resources</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "CreateTableRequest$tags": "<p>A list of key-value pair tags to be attached to the resource. </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/tagging-keyspaces.html\">Adding tags and labels to Amazon Keyspaces resources</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "ListTagsForResourceResponse$tags": "<p>A list of tags.</p>",
        "RestoreTableRequest$tagsOverride": "<p>A list of key-value pair tags to be attached to the restored table. </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/tagging-keyspaces.html\">Adding tags and labels to Amazon Keyspaces resources</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "TagResourceRequest$tags": "<p>The tags to be assigned to the Amazon Keyspaces resource.</p>",
        "UntagResourceRequest$tags": "<p>A list of existing tags to be removed from the Amazon Keyspaces resource.</p>"
      }
    },
    "TagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "TagResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "TagValue": {
      "base": null,
      "refs": {
        "Tag$value": "<p>The value of the tag. Tag values are case-sensitive and can be null.</p>"
      }
    },
    "TargetTrackingScalingPolicyConfiguration": {
      "base": "<p>The auto scaling policy that scales a table based on the ratio of consumed to provisioned capacity.</p>",
      "refs": {
        "AutoScalingPolicy$targetTrackingScalingPolicyConfiguration": "<p>Auto scaling scales up capacity automatically when traffic exceeds this target utilization rate, and then back down when it falls below the target. A <code>double</code> between 20 and 90.</p>"
      }
    },
    "ThroughputMode": {
      "base": null,
      "refs": {
        "CapacitySpecification$throughputMode": "<p>The read/write throughput capacity mode for a table. The options are:</p> <ul> <li> <p> <code>throughputMode:PAY_PER_REQUEST</code> and </p> </li> <li> <p> <code>throughputMode:PROVISIONED</code> - Provisioned capacity mode requires <code>readCapacityUnits</code> and <code>writeCapacityUnits</code> as input.</p> </li> </ul> <p>The default is <code>throughput_mode:PAY_PER_REQUEST</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/ReadWriteCapacityMode.html\">Read/write capacity modes</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "CapacitySpecificationSummary$throughputMode": "<p>The read/write throughput capacity mode for a table. The options are:</p> <ul> <li> <p> <code>throughputMode:PAY_PER_REQUEST</code> and </p> </li> <li> <p> <code>throughputMode:PROVISIONED</code> - Provisioned capacity mode requires <code>readCapacityUnits</code> and <code>writeCapacityUnits</code> as input. </p> </li> </ul> <p>The default is <code>throughput_mode:PAY_PER_REQUEST</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/ReadWriteCapacityMode.html\">Read/write capacity modes</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>"
      }
    },
    "TimeToLive": {
      "base": "<p>Enable custom Time to Live (TTL) settings for rows and columns without setting a TTL default for the specified table.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/TTL-how-it-works.html#ttl-howitworks_enabling\">Enabling TTL on tables</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
      "refs": {
        "CreateTableRequest$ttl": "<p>Enables Time to Live custom settings for the table. The options are:</p> <ul> <li> <p> <code>status:enabled</code> </p> </li> <li> <p> <code>status:disabled</code> </p> </li> </ul> <p>The default is <code>status:disabled</code>. After <code>ttl</code> is enabled, you can't disable it for the table.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/TTL.html\">Expiring data by using Amazon Keyspaces Time to Live (TTL)</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>",
        "GetTableResponse$ttl": "<p>The custom Time to Live settings of the specified table.</p>",
        "UpdateTableRequest$ttl": "<p>Modifies Time to Live custom settings for the table. The options are:</p> <ul> <li> <p> <code>status:enabled</code> </p> </li> <li> <p> <code>status:disabled</code> </p> </li> </ul> <p>The default is <code>status:disabled</code>. After <code>ttl</code> is enabled, you can't disable it for the table.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/keyspaces/latest/devguide/TTL.html\">Expiring data by using Amazon Keyspaces Time to Live (TTL)</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p>"
      }
    },
    "TimeToLiveStatus": {
      "base": null,
      "refs": {
        "TimeToLive$status": "<p>Shows how to enable custom Time to Live (TTL) settings for the specified table.</p>"
      }
    },
    "Timestamp": {
      "base": null,
      "refs": {
        "CapacitySpecificationSummary$lastUpdateToPayPerRequestTimestamp": "<p>The timestamp of the last operation that changed the provisioned throughput capacity of a table.</p>",
        "GetTableResponse$creationTimestamp": "<p>The creation timestamp of the specified table.</p>",
        "PointInTimeRecoverySummary$earliestRestorableTimestamp": "<p>Specifies the earliest possible restore point of the table in ISO 8601 format.</p>",
        "RestoreTableRequest$restoreTimestamp": "<p>The restore timestamp in ISO 8601 format.</p>"
      }
    },
    "UntagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "UntagResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateTableRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateTableResponse": {
      "base": null,
      "refs": {
      }
    },
    "ValidationException": {
      "base": "<p>The operation failed due to an invalid or malformed request.</p>",
      "refs": {
      }
    },
    "kmsKeyARN": {
      "base": null,
      "refs": {
        "EncryptionSpecification$kmsKeyIdentifier": "<p>The Amazon Resource Name (ARN) of the customer managed KMS key, for example <code>kms_key_identifier:ARN</code>.</p>"
      }
    },
    "region": {
      "base": null,
      "refs": {
        "RegionList$member": null,
        "ReplicaAutoScalingSpecification$region": "<p>The Amazon Web Services Region.</p>",
        "ReplicaSpecification$region": "<p>The Amazon Web Services Region.</p>",
        "ReplicaSpecificationSummary$region": "<p>The Amazon Web Services Region.</p>"
      }
    },
    "rs": {
      "base": null,
      "refs": {
        "GetKeyspaceResponse$replicationStrategy": "<p> Returns the replication strategy of the keyspace. The options are <code>SINGLE_REGION</code> or <code>MULTI_REGION</code>. </p>",
        "KeyspaceSummary$replicationStrategy": "<p> This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values are <code>SINGLE_REGION</code> or <code>MULTI_REGION</code>. </p>",
        "ReplicationSpecification$replicationStrategy": "<p> The <code>replicationStrategy</code> of a keyspace, the required value is <code>SINGLE_REGION</code> or <code>MULTI_REGION</code>. </p>"
      }
    }
  }
}
