{
  "version": "2.0",
  "service": "<p>An Amazon S3 table represents a structured dataset consisting of tabular data in <a href=\"https://parquet.apache.org/docs/\">Apache Parquet</a> format and related metadata. This data is stored inside an S3 table as a subresource. All tables in a table bucket are stored in the <a href=\"https://iceberg.apache.org/docs/latest/\">Apache Iceberg</a> table format. Through integration with the <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/glue/latest/dg/catalog-and-crawler.html\">Amazon Web Services Glue Data Catalog</a> you can interact with your tables using Amazon Web Services analytics services, such as <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/athena/\">Amazon Athena</a> and <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/redshift/\">Amazon Redshift</a>. Amazon S3 manages maintenance of your tables through automatic file compaction and snapshot management. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets.html\">Amazon S3 table buckets</a>.</p>",
  "operations": {
    "CreateNamespace": "<p>Creates a namespace. A namespace is a logical grouping of tables within your table bucket, which you can use to organize tables. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace-create.html\">Create a namespace</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:CreateNamespace</code> permission to use this operation. </p> </dd> </dl>",
    "CreateTable": "<p>Creates a new table associated with the given namespace in a table bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-create.html\">Creating an Amazon S3 table</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <ul> <li> <p>You must have the <code>s3tables:CreateTable</code> permission to use this operation. </p> </li> <li> <p>If you use this operation with the optional <code>metadata</code> request parameter you must have the <code>s3tables:PutTableData</code> permission. </p> </li> <li> <p>If you use this operation with the optional <code>encryptionConfiguration</code> request parameter you must have the <code>s3tables:PutTableEncryption</code> permission. </p> </li> </ul> <note> <p>Additionally, If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-kms-permissions.html\">Permissions requirements for S3 Tables SSE-KMS encryption</a>. </p> </note> </dd> </dl>",
    "CreateTableBucket": "<p>Creates a table bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-create.html\">Creating a table bucket</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <ul> <li> <p>You must have the <code>s3tables:CreateTableBucket</code> permission to use this operation. </p> </li> <li> <p>If you use this operation with the optional <code>encryptionConfiguration</code> parameter you must have the <code>s3tables:PutTableBucketEncryption</code> permission.</p> </li> </ul> </dd> </dl>",
    "DeleteNamespace": "<p>Deletes a namespace. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace-delete.html\">Delete a namespace</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteNamespace</code> permission to use this operation. </p> </dd> </dl>",
    "DeleteTable": "<p>Deletes a table. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-delete.html\">Deleting an Amazon S3 table</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTable</code> permission to use this operation. </p> </dd> </dl>",
    "DeleteTableBucket": "<p>Deletes a table bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-delete.html\">Deleting a table bucket</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTableBucket</code> permission to use this operation. </p> </dd> </dl>",
    "DeleteTableBucketEncryption": "<p>Deletes the encryption configuration for a table bucket.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTableBucketEncryption</code> permission to use this operation.</p> </dd> </dl>",
    "DeleteTableBucketPolicy": "<p>Deletes a table bucket policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-bucket-policy.html#table-bucket-policy-delete\">Deleting a table bucket policy</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTableBucketPolicy</code> permission to use this operation. </p> </dd> </dl>",
    "DeleteTablePolicy": "<p>Deletes a table policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-delete\">Deleting a table policy</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:DeleteTablePolicy</code> permission to use this operation. </p> </dd> </dl>",
    "GetNamespace": "<p>Gets details about a namespace. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace.html\">Table namespaces</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetNamespace</code> permission to use this operation. </p> </dd> </dl>",
    "GetTable": "<p>Gets details about a table. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-tables.html\">S3 Tables</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTable</code> permission to use this operation. </p> </dd> </dl>",
    "GetTableBucket": "<p>Gets details on a table bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-details.html\">Viewing details about an Amazon S3 table bucket</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableBucket</code> permission to use this operation. </p> </dd> </dl>",
    "GetTableBucketEncryption": "<p>Gets the encryption configuration for a table bucket.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableBucketEncryption</code> permission to use this operation.</p> </dd> </dl>",
    "GetTableBucketMaintenanceConfiguration": "<p>Gets details about a maintenance configuration for a given table bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-table-buckets-maintenance.html\">Amazon S3 table bucket maintenance</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableBucketMaintenanceConfiguration</code> permission to use this operation. </p> </dd> </dl>",
    "GetTableBucketPolicy": "<p>Gets details about a table bucket policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-bucket-policy.html#table-bucket-policy-get\">Viewing a table bucket policy</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableBucketPolicy</code> permission to use this operation. </p> </dd> </dl>",
    "GetTableEncryption": "<p>Gets the encryption configuration for a table.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableEncryption</code> permission to use this operation.</p> </dd> </dl>",
    "GetTableMaintenanceConfiguration": "<p>Gets details about the maintenance configuration of a table. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-maintenance.html\">S3 Tables maintenance</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <ul> <li> <p>You must have the <code>s3tables:GetTableMaintenanceConfiguration</code> permission to use this operation. </p> </li> <li> <p>You must have the <code>s3tables:GetTableData</code> permission to use set the compaction strategy to <code>sort</code> or <code>zorder</code>.</p> </li> </ul> </dd> </dl>",
    "GetTableMaintenanceJobStatus": "<p>Gets the status of a maintenance job for a table. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-maintenance.html\">S3 Tables maintenance</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableMaintenanceJobStatus</code> permission to use this operation. </p> </dd> </dl>",
    "GetTableMetadataLocation": "<p>Gets the location of the table metadata.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTableMetadataLocation</code> permission to use this operation. </p> </dd> </dl>",
    "GetTablePolicy": "<p>Gets details about a table policy. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-get\">Viewing a table policy</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:GetTablePolicy</code> permission to use this operation. </p> </dd> </dl>",
    "ListNamespaces": "<p>Lists the namespaces within a table bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace.html\">Table namespaces</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:ListNamespaces</code> permission to use this operation. </p> </dd> </dl>",
    "ListTableBuckets": "<p>Lists table buckets for your account. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets.html\">S3 Table buckets</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:ListTableBuckets</code> permission to use this operation. </p> </dd> </dl>",
    "ListTables": "<p>List tables in the given table bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-tables.html\">S3 Tables</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:ListTables</code> permission to use this operation. </p> </dd> </dl>",
    "PutTableBucketEncryption": "<p>Sets the encryption configuration for a table bucket.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:PutTableBucketEncryption</code> permission to use this operation.</p> <note> <p>If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-kms-permissions.html\">Permissions requirements for S3 Tables SSE-KMS encryption</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> </note> </dd> </dl>",
    "PutTableBucketMaintenanceConfiguration": "<p>Creates a new maintenance configuration or replaces an existing maintenance configuration for a table bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-table-buckets-maintenance.html\">Amazon S3 table bucket maintenance</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:PutTableBucketMaintenanceConfiguration</code> permission to use this operation. </p> </dd> </dl>",
    "PutTableBucketPolicy": "<p>Creates a new maintenance configuration or replaces an existing table bucket policy for a table bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-bucket-policy.html#table-bucket-policy-add\">Adding a table bucket policy</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:PutTableBucketPolicy</code> permission to use this operation. </p> </dd> </dl>",
    "PutTableMaintenanceConfiguration": "<p>Creates a new maintenance configuration or replaces an existing maintenance configuration for a table. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-maintenance.html\">S3 Tables maintenance</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:PutTableMaintenanceConfiguration</code> permission to use this operation. </p> </dd> </dl>",
    "PutTablePolicy": "<p>Creates a new maintenance configuration or replaces an existing table policy for a table. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-add\">Adding a table policy</a> in the <i>Amazon Simple Storage Service User Guide</i>. </p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:PutTablePolicy</code> permission to use this operation. </p> </dd> </dl>",
    "RenameTable": "<p>Renames a table or a namespace. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-tables.html\">S3 Tables</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:RenameTable</code> permission to use this operation. </p> </dd> </dl>",
    "UpdateTableMetadataLocation": "<p>Updates the metadata location for a table. The metadata location of a table must be an S3 URI that begins with the table's warehouse location. The metadata location for an Apache Iceberg table must end with <code>.metadata.json</code>, or if the metadata file is Gzip-compressed, <code>.metadata.json.gz</code>.</p> <dl> <dt>Permissions</dt> <dd> <p>You must have the <code>s3tables:UpdateTableMetadataLocation</code> permission to use this operation. </p> </dd> </dl>"
  },
  "shapes": {
    "AccessDeniedException": {
      "base": "<p>The action cannot be performed because you do not have the required permission.</p>",
      "refs": {}
    },
    "AccountId": {
      "base": null,
      "refs": {
        "GetNamespaceResponse$createdBy": "<p>The ID of the account that created the namespace.</p>",
        "GetNamespaceResponse$ownerAccountId": "<p>The ID of the account that owns the namespcace.</p>",
        "GetTableBucketResponse$ownerAccountId": "<p>The ID of the account that owns the table bucket.</p>",
        "GetTableResponse$createdBy": "<p>The ID of the account that created the table.</p>",
        "GetTableResponse$modifiedBy": "<p>The ID of the account that last modified the table.</p>",
        "GetTableResponse$ownerAccountId": "<p>The ID of the account that owns the table.</p>",
        "NamespaceSummary$createdBy": "<p>The ID of the account that created the namespace.</p>",
        "NamespaceSummary$ownerAccountId": "<p>The ID of the account that owns the namespace.</p>",
        "TableBucketSummary$ownerAccountId": "<p>The ID of the account that owns the table bucket.</p>"
      }
    },
    "BadRequestException": {
      "base": "<p>The request is invalid or malformed.</p>",
      "refs": {}
    },
    "Boolean": {
      "base": null,
      "refs": {
        "SchemaField$required": "<p>A Boolean value that specifies whether values are required for each row in this field. By default, this is <code>false</code> and null values are allowed in the field. If this is <code>true</code> the field does not allow null values.</p>"
      }
    },
    "ConflictException": {
      "base": "<p>The request failed because there is a conflict with a previous write. You can retry the request.</p>",
      "refs": {}
    },
    "CreateNamespaceRequest": {
      "base": null,
      "refs": {}
    },
    "CreateNamespaceRequestNamespaceList": {
      "base": null,
      "refs": {
        "CreateNamespaceRequest$namespace": "<p>A name for the namespace.</p>"
      }
    },
    "CreateNamespaceResponse": {
      "base": null,
      "refs": {}
    },
    "CreateTableBucketRequest": {
      "base": null,
      "refs": {}
    },
    "CreateTableBucketResponse": {
      "base": null,
      "refs": {}
    },
    "CreateTableRequest": {
      "base": null,
      "refs": {}
    },
    "CreateTableResponse": {
      "base": null,
      "refs": {}
    },
    "DeleteNamespaceRequest": {
      "base": null,
      "refs": {}
    },
    "DeleteTableBucketEncryptionRequest": {
      "base": null,
      "refs": {}
    },
    "DeleteTableBucketPolicyRequest": {
      "base": null,
      "refs": {}
    },
    "DeleteTableBucketRequest": {
      "base": null,
      "refs": {}
    },
    "DeleteTablePolicyRequest": {
      "base": null,
      "refs": {}
    },
    "DeleteTableRequest": {
      "base": null,
      "refs": {}
    },
    "EncryptionConfiguration": {
      "base": "<p>Configuration specifying how data should be encrypted. This structure defines the encryption algorithm and optional KMS key to be used for server-side encryption.</p>",
      "refs": {
        "CreateTableBucketRequest$encryptionConfiguration": "<p>The encryption configuration to use for the table bucket. This configuration specifies the default encryption settings that will be applied to all tables created in this bucket unless overridden at the table level. The configuration includes the encryption algorithm and, if using SSE-KMS, the KMS key to use.</p>",
        "CreateTableRequest$encryptionConfiguration": "<p>The encryption configuration to use for the table. This configuration specifies the encryption algorithm and, if using SSE-KMS, the KMS key to use for encrypting the table. </p> <note> <p>If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-kms-permissions.html\">Permissions requirements for S3 Tables SSE-KMS encryption</a>.</p> </note>",
        "GetTableBucketEncryptionResponse$encryptionConfiguration": "<p>The encryption configuration for the table bucket.</p>",
        "GetTableEncryptionResponse$encryptionConfiguration": "<p>The encryption configuration for the table.</p>",
        "PutTableBucketEncryptionRequest$encryptionConfiguration": "<p>The encryption configuration to apply to the table bucket.</p>"
      }
    },
    "EncryptionConfigurationKmsKeyArnString": {
      "base": null,
      "refs": {
        "EncryptionConfiguration$kmsKeyArn": "<p>The Amazon Resource Name (ARN) of the KMS key to use for encryption. This field is required only when <code>sseAlgorithm</code> is set to <code>aws:kms</code>.</p>"
      }
    },
    "ErrorMessage": {
      "base": null,
      "refs": {
        "AccessDeniedException$message": null,
        "BadRequestException$message": null,
        "ConflictException$message": null,
        "ForbiddenException$message": null,
        "InternalServerErrorException$message": null,
        "NotFoundException$message": null,
        "TooManyRequestsException$message": null
      }
    },
    "ForbiddenException": {
      "base": "<p>The caller isn't authorized to make the request.</p>",
      "refs": {}
    },
    "GetNamespaceRequest": {
      "base": null,
      "refs": {}
    },
    "GetNamespaceResponse": {
      "base": null,
      "refs": {}
    },
    "GetTableBucketEncryptionRequest": {
      "base": null,
      "refs": {}
    },
    "GetTableBucketEncryptionResponse": {
      "base": null,
      "refs": {}
    },
    "GetTableBucketMaintenanceConfigurationRequest": {
      "base": null,
      "refs": {}
    },
    "GetTableBucketMaintenanceConfigurationResponse": {
      "base": null,
      "refs": {}
    },
    "GetTableBucketPolicyRequest": {
      "base": null,
      "refs": {}
    },
    "GetTableBucketPolicyResponse": {
      "base": null,
      "refs": {}
    },
    "GetTableBucketRequest": {
      "base": null,
      "refs": {}
    },
    "GetTableBucketResponse": {
      "base": null,
      "refs": {}
    },
    "GetTableEncryptionRequest": {
      "base": null,
      "refs": {}
    },
    "GetTableEncryptionResponse": {
      "base": null,
      "refs": {}
    },
    "GetTableMaintenanceConfigurationRequest": {
      "base": null,
      "refs": {}
    },
    "GetTableMaintenanceConfigurationResponse": {
      "base": null,
      "refs": {}
    },
    "GetTableMaintenanceJobStatusRequest": {
      "base": null,
      "refs": {}
    },
    "GetTableMaintenanceJobStatusResponse": {
      "base": null,
      "refs": {}
    },
    "GetTableMetadataLocationRequest": {
      "base": null,
      "refs": {}
    },
    "GetTableMetadataLocationResponse": {
      "base": null,
      "refs": {}
    },
    "GetTablePolicyRequest": {
      "base": null,
      "refs": {}
    },
    "GetTablePolicyResponse": {
      "base": null,
      "refs": {}
    },
    "GetTableRequest": {
      "base": null,
      "refs": {}
    },
    "GetTableResponse": {
      "base": null,
      "refs": {}
    },
    "IcebergCompactionSettings": {
      "base": "<p>Contains details about the compaction settings for an Iceberg table.</p>",
      "refs": {
        "TableMaintenanceSettings$icebergCompaction": "<p>Contains details about the Iceberg compaction settings for the table.</p>"
      }
    },
    "IcebergCompactionStrategy": {
      "base": null,
      "refs": {
        "IcebergCompactionSettings$strategy": "<p>The compaction strategy to use for the table. This determines how files are selected and combined during compaction operations.</p>"
      }
    },
    "IcebergMetadata": {
      "base": "<p>Contains details about the metadata for an Iceberg table.</p>",
      "refs": {
        "TableMetadata$iceberg": "<p>Contains details about the metadata of an Iceberg table.</p>"
      }
    },
    "IcebergSchema": {
      "base": "<p>Contains details about the schema for an Iceberg table.</p>",
      "refs": {
        "IcebergMetadata$schema": "<p>The schema for an Iceberg table.</p>"
      }
    },
    "IcebergSnapshotManagementSettings": {
      "base": "<p>Contains details about the snapshot management settings for an Iceberg table. The oldest snapshot expires when its age exceeds the <code>maxSnapshotAgeHours</code> and the total number of snapshots exceeds the value for the minimum number of snapshots to keep <code>minSnapshotsToKeep</code>.</p>",
      "refs": {
        "TableMaintenanceSettings$icebergSnapshotManagement": "<p>Contains details about the Iceberg snapshot management settings for the table.</p>"
      }
    },
    "IcebergUnreferencedFileRemovalSettings": {
      "base": "<p>Contains details about the unreferenced file removal settings for an Iceberg table bucket.</p>",
      "refs": {
        "TableBucketMaintenanceSettings$icebergUnreferencedFileRemoval": "<p>The unreferenced file removal settings for the table bucket.</p>"
      }
    },
    "InternalServerErrorException": {
      "base": "<p>The request failed due to an internal server error.</p>",
      "refs": {}
    },
    "JobStatus": {
      "base": null,
      "refs": {
        "TableMaintenanceJobStatusValue$status": "<p>The status of the job.</p>"
      }
    },
    "ListNamespacesLimit": {
      "base": null,
      "refs": {
        "ListNamespacesRequest$maxNamespaces": "<p>The maximum number of namespaces to return in the list.</p>"
      }
    },
    "ListNamespacesRequest": {
      "base": null,
      "refs": {}
    },
    "ListNamespacesRequestPrefixString": {
      "base": null,
      "refs": {
        "ListNamespacesRequest$prefix": "<p>The prefix of the namespaces.</p>"
      }
    },
    "ListNamespacesResponse": {
      "base": null,
      "refs": {}
    },
    "ListTableBucketsLimit": {
      "base": null,
      "refs": {
        "ListTableBucketsRequest$maxBuckets": "<p>The maximum number of table buckets to return in the list.</p>"
      }
    },
    "ListTableBucketsRequest": {
      "base": null,
      "refs": {}
    },
    "ListTableBucketsRequestPrefixString": {
      "base": null,
      "refs": {
        "ListTableBucketsRequest$prefix": "<p>The prefix of the table buckets.</p>"
      }
    },
    "ListTableBucketsResponse": {
      "base": null,
      "refs": {}
    },
    "ListTablesLimit": {
      "base": null,
      "refs": {
        "ListTablesRequest$maxTables": "<p>The maximum number of tables to return.</p>"
      }
    },
    "ListTablesRequest": {
      "base": null,
      "refs": {}
    },
    "ListTablesRequestPrefixString": {
      "base": null,
      "refs": {
        "ListTablesRequest$prefix": "<p>The prefix of the tables.</p>"
      }
    },
    "ListTablesResponse": {
      "base": null,
      "refs": {}
    },
    "MaintenanceStatus": {
      "base": null,
      "refs": {
        "TableBucketMaintenanceConfigurationValue$status": "<p>The status of the maintenance configuration.</p>",
        "TableMaintenanceConfigurationValue$status": "<p>The status of the maintenance configuration.</p>"
      }
    },
    "MetadataLocation": {
      "base": null,
      "refs": {
        "GetTableMetadataLocationResponse$metadataLocation": "<p>The metadata location.</p>",
        "GetTableResponse$metadataLocation": "<p>The metadata location of the table.</p>",
        "UpdateTableMetadataLocationRequest$metadataLocation": "<p>The new metadata location for the table. </p>",
        "UpdateTableMetadataLocationResponse$metadataLocation": "<p>The metadata location of the table.</p>"
      }
    },
    "NamespaceId": {
      "base": null,
      "refs": {
        "GetNamespaceResponse$namespaceId": "<p>The unique identifier of the namespace.</p>",
        "GetTableResponse$namespaceId": "<p>The unique identifier of the namespace containing this table.</p>",
        "NamespaceSummary$namespaceId": "<p>The system-assigned unique identifier for the namespace.</p>",
        "TableSummary$namespaceId": "<p>The unique identifier for the namespace that contains this table.</p>"
      }
    },
    "NamespaceList": {
      "base": null,
      "refs": {
        "CreateNamespaceResponse$namespace": "<p>The name of the namespace.</p>",
        "GetNamespaceResponse$namespace": "<p>The name of the namespace.</p>",
        "GetTableResponse$namespace": "<p>The namespace associated with the table.</p>",
        "NamespaceSummary$namespace": "<p>The name of the namespace.</p>",
        "TableSummary$namespace": "<p>The name of the namespace.</p>",
        "UpdateTableMetadataLocationResponse$namespace": "<p>The namespace the table is associated with.</p>"
      }
    },
    "NamespaceName": {
      "base": null,
      "refs": {
        "CreateNamespaceRequestNamespaceList$member": null,
        "CreateTableRequest$namespace": "<p>The namespace to associated with the table.</p>",
        "DeleteNamespaceRequest$namespace": "<p>The name of the namespace.</p>",
        "DeleteTablePolicyRequest$namespace": "<p>The namespace associated with the table. </p>",
        "DeleteTableRequest$namespace": "<p>The namespace associated with the table.</p>",
        "GetNamespaceRequest$namespace": "<p>The name of the namespace.</p>",
        "GetTableEncryptionRequest$namespace": "<p>The namespace associated with the table.</p>",
        "GetTableMaintenanceConfigurationRequest$namespace": "<p>The namespace associated with the table.</p>",
        "GetTableMaintenanceJobStatusRequest$namespace": "<p>The name of the namespace the table is associated with. </p>",
        "GetTableMetadataLocationRequest$namespace": "<p>The namespace of the table.</p>",
        "GetTablePolicyRequest$namespace": "<p>The namespace associated with the table.</p>",
        "GetTableRequest$namespace": "<p>The name of the namespace the table is associated with.</p>",
        "ListTablesRequest$namespace": "<p>The namespace of the tables.</p>",
        "NamespaceList$member": null,
        "PutTableMaintenanceConfigurationRequest$namespace": "<p>The namespace of the table.</p>",
        "PutTablePolicyRequest$namespace": "<p>The namespace associated with the table.</p>",
        "RenameTableRequest$namespace": "<p>The namespace associated with the table. </p>",
        "RenameTableRequest$newNamespaceName": "<p>The new name for the namespace.</p>",
        "UpdateTableMetadataLocationRequest$namespace": "<p>The namespace of the table.</p>"
      }
    },
    "NamespaceSummary": {
      "base": "<p>Contains details about a namespace.</p>",
      "refs": {
        "NamespaceSummaryList$member": null
      }
    },
    "NamespaceSummaryList": {
      "base": null,
      "refs": {
        "ListNamespacesResponse$namespaces": "<p>A list of namespaces.</p>"
      }
    },
    "NextToken": {
      "base": null,
      "refs": {
        "ListNamespacesRequest$continuationToken": "<p> <code>ContinuationToken</code> indicates to Amazon S3 that the list is being continued on this bucket with a token. <code>ContinuationToken</code> is obfuscated and is not a real key. You can use this <code>ContinuationToken</code> for pagination of the list results.</p>",
        "ListNamespacesResponse$continuationToken": "<p>The <code>ContinuationToken</code> for pagination of the list results.</p>",
        "ListTableBucketsRequest$continuationToken": "<p> <code>ContinuationToken</code> indicates to Amazon S3 that the list is being continued on this bucket with a token. <code>ContinuationToken</code> is obfuscated and is not a real key. You can use this <code>ContinuationToken</code> for pagination of the list results.</p>",
        "ListTableBucketsResponse$continuationToken": "<p>You can use this <code>ContinuationToken</code> for pagination of the list results.</p>",
        "ListTablesRequest$continuationToken": "<p> <code>ContinuationToken</code> indicates to Amazon S3 that the list is being continued on this bucket with a token. <code>ContinuationToken</code> is obfuscated and is not a real key. You can use this <code>ContinuationToken</code> for pagination of the list results.</p>",
        "ListTablesResponse$continuationToken": "<p>You can use this <code>ContinuationToken</code> for pagination of the list results.</p>"
      }
    },
    "NotFoundException": {
      "base": "<p>The request was rejected because the specified resource could not be found.</p>",
      "refs": {}
    },
    "OpenTableFormat": {
      "base": null,
      "refs": {
        "CreateTableRequest$format": "<p>The format for the table.</p>",
        "GetTableResponse$format": "<p>The format of the table.</p>"
      }
    },
    "PositiveInteger": {
      "base": null,
      "refs": {
        "IcebergCompactionSettings$targetFileSizeMB": "<p>The target file size for the table in MB.</p>",
        "IcebergSnapshotManagementSettings$minSnapshotsToKeep": "<p>The minimum number of snapshots to keep.</p>",
        "IcebergSnapshotManagementSettings$maxSnapshotAgeHours": "<p>The maximum age of a snapshot before it can be expired.</p>",
        "IcebergUnreferencedFileRemovalSettings$unreferencedDays": "<p>The number of days an object has to be unreferenced before it is marked as non-current.</p>",
        "IcebergUnreferencedFileRemovalSettings$nonCurrentDays": "<p>The number of days an object has to be non-current before it is deleted.</p>"
      }
    },
    "PutTableBucketEncryptionRequest": {
      "base": null,
      "refs": {}
    },
    "PutTableBucketMaintenanceConfigurationRequest": {
      "base": null,
      "refs": {}
    },
    "PutTableBucketPolicyRequest": {
      "base": null,
      "refs": {}
    },
    "PutTableMaintenanceConfigurationRequest": {
      "base": null,
      "refs": {}
    },
    "PutTablePolicyRequest": {
      "base": null,
      "refs": {}
    },
    "RenameTableRequest": {
      "base": null,
      "refs": {}
    },
    "ResourcePolicy": {
      "base": null,
      "refs": {
        "GetTableBucketPolicyResponse$resourcePolicy": "<p>The <code>JSON</code> that defines the policy.</p>",
        "GetTablePolicyResponse$resourcePolicy": "<p>The <code>JSON</code> that defines the policy.</p>",
        "PutTableBucketPolicyRequest$resourcePolicy": "<p>The <code>JSON</code> that defines the policy.</p>",
        "PutTablePolicyRequest$resourcePolicy": "<p>The <code>JSON</code> that defines the policy.</p>"
      }
    },
    "SSEAlgorithm": {
      "base": null,
      "refs": {
        "EncryptionConfiguration$sseAlgorithm": "<p>The server-side encryption algorithm to use. Valid values are <code>AES256</code> for S3-managed encryption keys, or <code>aws:kms</code> for Amazon Web Services KMS-managed encryption keys. If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-kms-permissions.html\">Permissions requirements for S3 Tables SSE-KMS encryption</a>.</p>"
      }
    },
    "SchemaField": {
      "base": "<p>Contains details about a schema field.</p>",
      "refs": {
        "SchemaFieldList$member": null
      }
    },
    "SchemaFieldList": {
      "base": null,
      "refs": {
        "IcebergSchema$fields": "<p>The schema fields for the table</p>"
      }
    },
    "String": {
      "base": null,
      "refs": {
        "GetTableResponse$managedByService": "<p>The service that manages the table.</p>",
        "SchemaField$name": "<p>The name of the field.</p>",
        "SchemaField$type": "<p>The field type. S3 Tables supports all Apache Iceberg primitive types. For more information, see the <a href=\"https://iceberg.apache.org/spec/#primitive-types\">Apache Iceberg documentation</a>.</p>",
        "TableMaintenanceJobStatusValue$failureMessage": "<p>The failure message of a failed job.</p>"
      }
    },
    "SyntheticTimestamp_date_time": {
      "base": null,
      "refs": {
        "GetNamespaceResponse$createdAt": "<p>The date and time the namespace was created at.</p>",
        "GetTableBucketResponse$createdAt": "<p>The date and time the table bucket was created.</p>",
        "GetTableResponse$createdAt": "<p>The date and time the table bucket was created at.</p>",
        "GetTableResponse$modifiedAt": "<p>The date and time the table was last modified on.</p>",
        "NamespaceSummary$createdAt": "<p>The date and time the namespace was created at.</p>",
        "TableBucketSummary$createdAt": "<p>The date and time the table bucket was created at.</p>",
        "TableMaintenanceJobStatusValue$lastRunTimestamp": "<p>The date and time that the maintenance job was last run.</p>",
        "TableSummary$createdAt": "<p>The date and time the table was created at.</p>",
        "TableSummary$modifiedAt": "<p>The date and time the table was last modified at.</p>"
      }
    },
    "TableARN": {
      "base": null,
      "refs": {
        "CreateTableResponse$tableARN": "<p>The Amazon Resource Name (ARN) of the table.</p>",
        "GetTableMaintenanceConfigurationResponse$tableARN": "<p>The Amazon Resource Name (ARN) of the table.</p>",
        "GetTableMaintenanceJobStatusResponse$tableARN": "<p>The Amazon Resource Name (ARN) of the table.</p>",
        "GetTableRequest$tableArn": "<p>The Amazon Resource Name (ARN) of the table.</p>",
        "GetTableResponse$tableARN": "<p>The Amazon Resource Name (ARN) of the table.</p>",
        "TableSummary$tableARN": "<p>The Amazon Resource Name (ARN) of the table.</p>",
        "UpdateTableMetadataLocationResponse$tableARN": "<p>The Amazon Resource Name (ARN) of the table.</p>"
      }
    },
    "TableBucketARN": {
      "base": null,
      "refs": {
        "CreateNamespaceRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket to create the namespace in.</p>",
        "CreateNamespaceResponse$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket the namespace was created in.</p>",
        "CreateTableBucketResponse$arn": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "CreateTableRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket to create the table in.</p>",
        "DeleteNamespaceRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket associated with the namespace.</p>",
        "DeleteTableBucketEncryptionRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "DeleteTableBucketPolicyRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "DeleteTableBucketRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "DeleteTablePolicyRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket that contains the table.</p>",
        "DeleteTableRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket that contains the table.</p>",
        "GetNamespaceRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "GetTableBucketEncryptionRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "GetTableBucketMaintenanceConfigurationRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket associated with the maintenance configuration.</p>",
        "GetTableBucketMaintenanceConfigurationResponse$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket associated with the maintenance configuration.</p>",
        "GetTableBucketPolicyRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "GetTableBucketRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "GetTableBucketResponse$arn": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "GetTableEncryptionRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket containing the table.</p>",
        "GetTableMaintenanceConfigurationRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "GetTableMaintenanceJobStatusRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "GetTableMetadataLocationRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "GetTablePolicyRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket that contains the table.</p>",
        "GetTableRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket associated with the table.</p>",
        "ListNamespacesRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "ListTablesRequest$tableBucketARN": "<p>The Amazon resource Name (ARN) of the table bucket.</p>",
        "PutTableBucketEncryptionRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "PutTableBucketMaintenanceConfigurationRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket associated with the maintenance configuration.</p>",
        "PutTableBucketPolicyRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "PutTableMaintenanceConfigurationRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table associated with the maintenance configuration.</p>",
        "PutTablePolicyRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket that contains the table.</p>",
        "RenameTableRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket. </p>",
        "TableBucketSummary$arn": "<p>The Amazon Resource Name (ARN) of the table bucket.</p>",
        "UpdateTableMetadataLocationRequest$tableBucketARN": "<p>The Amazon Resource Name (ARN) of the table bucket. </p>"
      }
    },
    "TableBucketId": {
      "base": null,
      "refs": {
        "GetNamespaceResponse$tableBucketId": "<p>The unique identifier of the table bucket containing this namespace.</p>",
        "GetTableBucketResponse$tableBucketId": "<p>The unique identifier of the table bucket.</p>",
        "GetTableResponse$tableBucketId": "<p>The unique identifier of the table bucket containing this table.</p>",
        "NamespaceSummary$tableBucketId": "<p>The system-assigned unique identifier for the table bucket that contains this namespace.</p>",
        "TableBucketSummary$tableBucketId": "<p>The system-assigned unique identifier for the table bucket.</p>",
        "TableSummary$tableBucketId": "<p>The unique identifier for the table bucket that contains this table.</p>"
      }
    },
    "TableBucketMaintenanceConfiguration": {
      "base": null,
      "refs": {
        "GetTableBucketMaintenanceConfigurationResponse$configuration": "<p>Details about the maintenance configuration for the table bucket.</p>"
      }
    },
    "TableBucketMaintenanceConfigurationValue": {
      "base": "<p>Details about the values that define the maintenance configuration for a table bucket.</p>",
      "refs": {
        "PutTableBucketMaintenanceConfigurationRequest$value": "<p>Defines the values of the maintenance configuration for the table bucket.</p>",
        "TableBucketMaintenanceConfiguration$value": null
      }
    },
    "TableBucketMaintenanceSettings": {
      "base": "<p>Contains details about the maintenance settings for the table bucket.</p>",
      "refs": {
        "TableBucketMaintenanceConfigurationValue$settings": "<p>Contains details about the settings of the maintenance configuration.</p>"
      }
    },
    "TableBucketMaintenanceType": {
      "base": null,
      "refs": {
        "PutTableBucketMaintenanceConfigurationRequest$type": "<p>The type of the maintenance configuration.</p>",
        "TableBucketMaintenanceConfiguration$key": null
      }
    },
    "TableBucketName": {
      "base": null,
      "refs": {
        "CreateTableBucketRequest$name": "<p>The name for the table bucket.</p>",
        "GetTableBucketResponse$name": "<p>The name of the table bucket</p>",
        "TableBucketSummary$name": "<p>The name of the table bucket.</p>"
      }
    },
    "TableBucketSummary": {
      "base": "<p>Contains details about a table bucket.</p>",
      "refs": {
        "TableBucketSummaryList$member": null
      }
    },
    "TableBucketSummaryList": {
      "base": null,
      "refs": {
        "ListTableBucketsResponse$tableBuckets": "<p>A list of table buckets.</p>"
      }
    },
    "TableBucketType": {
      "base": null,
      "refs": {
        "GetTableBucketResponse$type": "<p>The type of the table bucket.</p>",
        "ListTableBucketsRequest$type": "<p>The type of table buckets to filter by in the list.</p>",
        "TableBucketSummary$type": "<p>The type of the table bucket.</p>"
      }
    },
    "TableMaintenanceConfiguration": {
      "base": null,
      "refs": {
        "GetTableMaintenanceConfigurationResponse$configuration": "<p>Details about the maintenance configuration for the table bucket.</p>"
      }
    },
    "TableMaintenanceConfigurationValue": {
      "base": "<p>Contains the values that define a maintenance configuration for a table.</p>",
      "refs": {
        "PutTableMaintenanceConfigurationRequest$value": "<p>Defines the values of the maintenance configuration for the table.</p>",
        "TableMaintenanceConfiguration$value": null
      }
    },
    "TableMaintenanceJobStatus": {
      "base": null,
      "refs": {
        "GetTableMaintenanceJobStatusResponse$status": "<p>The status of the maintenance job.</p>"
      }
    },
    "TableMaintenanceJobStatusValue": {
      "base": "<p>Details about the status of a maintenance job.</p>",
      "refs": {
        "TableMaintenanceJobStatus$value": null
      }
    },
    "TableMaintenanceJobType": {
      "base": null,
      "refs": {
        "TableMaintenanceJobStatus$key": null
      }
    },
    "TableMaintenanceSettings": {
      "base": "<p>Contains details about maintenance settings for the table.</p>",
      "refs": {
        "TableMaintenanceConfigurationValue$settings": "<p>Contains details about the settings for the maintenance configuration.</p>"
      }
    },
    "TableMaintenanceType": {
      "base": null,
      "refs": {
        "PutTableMaintenanceConfigurationRequest$type": "<p>The type of the maintenance configuration.</p>",
        "TableMaintenanceConfiguration$key": null
      }
    },
    "TableMetadata": {
      "base": "<p>Contains details about the table metadata.</p>",
      "refs": {
        "CreateTableRequest$metadata": "<p>The metadata for the table.</p>"
      }
    },
    "TableName": {
      "base": null,
      "refs": {
        "CreateTableRequest$name": "<p>The name for the table.</p>",
        "DeleteTablePolicyRequest$name": "<p>The table name.</p>",
        "DeleteTableRequest$name": "<p>The name of the table.</p>",
        "GetTableEncryptionRequest$name": "<p>The name of the table.</p>",
        "GetTableMaintenanceConfigurationRequest$name": "<p>The name of the table.</p>",
        "GetTableMaintenanceJobStatusRequest$name": "<p>The name of the maintenance job.</p>",
        "GetTableMetadataLocationRequest$name": "<p>The name of the table.</p>",
        "GetTablePolicyRequest$name": "<p>The name of the table.</p>",
        "GetTableRequest$name": "<p>The name of the table.</p>",
        "GetTableResponse$name": "<p>The name of the table.</p>",
        "PutTableMaintenanceConfigurationRequest$name": "<p>The name of the maintenance configuration.</p>",
        "PutTablePolicyRequest$name": "<p>The name of the table.</p>",
        "RenameTableRequest$name": "<p>The current name of the table.</p>",
        "RenameTableRequest$newName": "<p>The new name for the table.</p>",
        "TableSummary$name": "<p>The name of the table.</p>",
        "UpdateTableMetadataLocationRequest$name": "<p>The name of the table.</p>",
        "UpdateTableMetadataLocationResponse$name": "<p>The name of the table.</p>"
      }
    },
    "TableSummary": {
      "base": "<p>Contains details about a table.</p>",
      "refs": {
        "TableSummaryList$member": null
      }
    },
    "TableSummaryList": {
      "base": null,
      "refs": {
        "ListTablesResponse$tables": "<p>A list of tables.</p>"
      }
    },
    "TableType": {
      "base": null,
      "refs": {
        "GetTableResponse$type": "<p>The type of the table.</p>",
        "TableSummary$type": "<p>The type of the table.</p>"
      }
    },
    "TooManyRequestsException": {
      "base": "<p>The limit on the number of requests per second was exceeded.</p>",
      "refs": {}
    },
    "UpdateTableMetadataLocationRequest": {
      "base": null,
      "refs": {}
    },
    "UpdateTableMetadataLocationResponse": {
      "base": null,
      "refs": {}
    },
    "VersionToken": {
      "base": null,
      "refs": {
        "CreateTableResponse$versionToken": "<p>The version token of the table.</p>",
        "DeleteTableRequest$versionToken": "<p>The version token of the table.</p>",
        "GetTableMetadataLocationResponse$versionToken": "<p>The version token.</p>",
        "GetTableResponse$versionToken": "<p>The version token of the table.</p>",
        "RenameTableRequest$versionToken": "<p>The version token of the table.</p>",
        "UpdateTableMetadataLocationRequest$versionToken": "<p>The version token of the table. </p>",
        "UpdateTableMetadataLocationResponse$versionToken": "<p>The version token of the table.</p>"
      }
    },
    "WarehouseLocation": {
      "base": null,
      "refs": {
        "GetTableMetadataLocationResponse$warehouseLocation": "<p>The warehouse location.</p>",
        "GetTableResponse$warehouseLocation": "<p>The warehouse location of the table.</p>"
      }
    }
  }
}
