Module Awso_s3tables_asyncSource

Sourceval delete_namespace : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.DeleteNamespaceRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval delete_table : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.DeleteTableRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval delete_table_bucket : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.DeleteTableBucketRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval delete_table_bucket_encryption : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.DeleteTableBucketEncryptionRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval delete_table_bucket_metrics_configuration : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.DeleteTableBucketMetricsConfigurationRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval delete_table_bucket_policy : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.DeleteTableBucketPolicyRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval delete_table_bucket_replication : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.DeleteTableBucketReplicationRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval delete_table_policy : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.DeleteTablePolicyRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval delete_table_replication : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.DeleteTableReplicationRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval put_table_bucket_encryption : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.PutTableBucketEncryptionRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval put_table_bucket_maintenance_configuration : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.PutTableBucketMaintenanceConfigurationRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval put_table_bucket_metrics_configuration : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.PutTableBucketMetricsConfigurationRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval put_table_bucket_policy : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.PutTableBucketPolicyRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval put_table_bucket_storage_class : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.PutTableBucketStorageClassRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval put_table_maintenance_configuration : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.PutTableMaintenanceConfigurationRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval put_table_policy : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.PutTablePolicyRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval put_table_record_expiration_configuration : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.PutTableRecordExpirationConfigurationRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval rename_table : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_s3tables.Values.RenameTableRequest.t -> (unit, unit) Result.t Async.Deferred.t
include module type of struct include Awso_s3tables.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

Specifies a destination table bucket for replication.

Sourcemodule IcebergCompactionStrategy = Awso_s3tables.Values.IcebergCompactionStrategy

Defines a single partition field in an Iceberg partition specification.

Contains details about a schema field.

Contains details about a schema field in the V2 format. This field format supports nested and complex data types such as struct, list, and map, in addition to primitive types.

Defines a single sort field in an Iceberg sort order specification.

Sourcemodule SyntheticTimestamp_date_time = Awso_s3tables.Values.SyntheticTimestamp_date_time
Sourcemodule IcebergCompactionSettings = Awso_s3tables.Values.IcebergCompactionSettings

Contains details about the compaction settings for an Iceberg table.

Sourcemodule IcebergSnapshotManagementSettings = Awso_s3tables.Values.IcebergSnapshotManagementSettings

Contains details about the snapshot management settings for an Iceberg table. The oldest snapshot expires when its age exceeds the maxSnapshotAgeHours and the total number of snapshots exceeds the value for the minimum number of snapshots to keep minSnapshotsToKeep.

Sourcemodule IcebergUnreferencedFileRemovalSettings = Awso_s3tables.Values.IcebergUnreferencedFileRemovalSettings

Contains details about the unreferenced file removal settings for an Iceberg table bucket.

Sourcemodule IcebergPartitionFieldList = Awso_s3tables.Values.IcebergPartitionFieldList

Defines a rule for replicating a table to one or more destination tables.

Sourcemodule TableBucketReplicationRule = Awso_s3tables.Values.TableBucketReplicationRule

Defines a rule for replicating tables from a source table bucket to one or more destination table buckets.

Sourcemodule LastSuccessfulReplicatedUpdate = Awso_s3tables.Values.LastSuccessfulReplicatedUpdate

Contains information about the most recent successful replication update to a destination.

Sourcemodule TableMaintenanceSettings = Awso_s3tables.Values.TableMaintenanceSettings

Contains details about maintenance settings for the table.

Sourcemodule TableBucketMaintenanceSettings = Awso_s3tables.Values.TableBucketMaintenanceSettings

Contains details about the maintenance settings for the table bucket.

Defines how data in an Iceberg table is partitioned. Partitioning helps optimize query performance by organizing data into separate files based on field values. Each partition field specifies a transform to apply to a source field.

Contains details about the schema for an Iceberg table.

Contains details about the schema for an Iceberg table using the V2 format. This schema format supports nested and complex data types such as struct, list, and map, in addition to primitive types.

Defines the sort order for data within an Iceberg table. Sorting data can improve query performance by enabling more efficient data skipping.

Sourcemodule TableRecordExpirationSettings = Awso_s3tables.Values.TableRecordExpirationSettings

The record expiration setting that specifies when records expire and are automatically removed from a table.

Sourcemodule TableRecordExpirationStatus = Awso_s3tables.Values.TableRecordExpirationStatus
Sourcemodule TableBucketReplicationRules = Awso_s3tables.Values.TableBucketReplicationRules
Sourcemodule EncryptionConfigurationKmsKeyArnString = Awso_s3tables.Values.EncryptionConfigurationKmsKeyArnString

Contains details about a table.

Contains details about a table bucket.

Contains details about a namespace.

Contains information about the source of a replicated table.

Sourcemodule ReplicationDestinationStatusModel = Awso_s3tables.Values.ReplicationDestinationStatusModel

Contains status information for a replication destination, including the current replication state, last successful update, and any error messages.

Sourcemodule TableMaintenanceJobStatusValue = Awso_s3tables.Values.TableMaintenanceJobStatusValue

Details about the status of a maintenance job.

Sourcemodule TableMaintenanceConfigurationValue = Awso_s3tables.Values.TableMaintenanceConfigurationValue

The values that define a maintenance configuration for a table.

Sourcemodule TableBucketMaintenanceConfigurationValue = Awso_s3tables.Values.TableBucketMaintenanceConfigurationValue

Details about the values that define the maintenance configuration for a table bucket.

Sourcemodule TableBucketMaintenanceType = Awso_s3tables.Values.TableBucketMaintenanceType

Contains details about the metadata for an Iceberg table.

The request is invalid or malformed.

The request failed because there is a conflict with a previous write. You can retry the request.

The caller isn't authorized to make the request.

Sourcemodule InternalServerErrorException = Awso_s3tables.Values.InternalServerErrorException

The request failed due to an internal server error.

The request was rejected because the specified resource could not be found.

Sourcemodule TooManyRequestsException = Awso_s3tables.Values.TooManyRequestsException

The limit on the number of requests per second was exceeded.

The action cannot be performed because you do not have the required permission.

Sourcemodule TableReplicationConfiguration = Awso_s3tables.Values.TableReplicationConfiguration

The replication configuration for an individual table. This configuration defines how the table is replicated to destination tables.

Sourcemodule TableRecordExpirationConfigurationValue = Awso_s3tables.Values.TableRecordExpirationConfigurationValue

The expiration configuration settings for records in a table, and the status of the configuration. If the status of the configuration is enabled, records expire and are automatically removed after the number of days specified in the record expiration settings for the table.

Sourcemodule StorageClassConfiguration = Awso_s3tables.Values.StorageClassConfiguration

The configuration details for the storage class of tables or table buckets. This allows you to optimize storage costs by selecting the appropriate storage class based on your access patterns and performance requirements.

Sourcemodule TableBucketReplicationConfiguration = Awso_s3tables.Values.TableBucketReplicationConfiguration

The replication configuration for a table bucket. This configuration defines how tables in the source bucket are replicated to destination table buckets, including the IAM role used for replication.

Configuration specifying how data should be encrypted. This structure defines the encryption algorithm and optional KMS key to be used for server-side encryption.

Sourcemodule ListTablesRequestPrefixString = Awso_s3tables.Values.ListTablesRequestPrefixString
Sourcemodule ListTableBucketsRequestPrefixString = Awso_s3tables.Values.ListTableBucketsRequestPrefixString
Sourcemodule ListNamespacesRequestPrefixString = Awso_s3tables.Values.ListNamespacesRequestPrefixString

Contains information about tables that are managed by S3 Tables, including replication information for replica tables.

Sourcemodule ReplicationDestinationStatuses = Awso_s3tables.Values.ReplicationDestinationStatuses
Sourcemodule MethodNotAllowedException = Awso_s3tables.Values.MethodNotAllowedException

The requested operation is not allowed on this resource. This may occur when attempting to modify a resource that is managed by a service or has restrictions that prevent the operation.

Sourcemodule TableRecordExpirationJobMetrics = Awso_s3tables.Values.TableRecordExpirationJobMetrics

Provides metrics for the record expiration job that most recently ran for a table. The metrics provide insight into the amount of data that was removed when the job ran.

Sourcemodule TableRecordExpirationJobStatus = Awso_s3tables.Values.TableRecordExpirationJobStatus
Sourcemodule TableMaintenanceJobStatus = Awso_s3tables.Values.TableMaintenanceJobStatus
Sourcemodule TableMaintenanceConfiguration = Awso_s3tables.Values.TableMaintenanceConfiguration
Sourcemodule TableBucketMaintenanceConfiguration = Awso_s3tables.Values.TableBucketMaintenanceConfiguration

Contains details about the table metadata.

Sourcemodule CreateNamespaceRequestNamespaceList = Awso_s3tables.Values.CreateNamespaceRequestNamespaceList
Sourcemodule UpdateTableMetadataLocationResponse = Awso_s3tables.Values.UpdateTableMetadataLocationResponse

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 .metadata.json, or if the metadata file is Gzip-compressed, .metadata.json.gz. Permissions You must have the s3tables:UpdateTableMetadataLocation permission to use this operation.

Sourcemodule UpdateTableMetadataLocationRequest = Awso_s3tables.Values.UpdateTableMetadataLocationRequest

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 .metadata.json, or if the metadata file is Gzip-compressed, .metadata.json.gz. Permissions You must have the s3tables:UpdateTableMetadataLocation permission to use this operation.

Removes the specified user-defined tags from an Amazon S3 Tables resource. You can pass one or more tag keys. For a list of S3 resources that support tagging, see Managing tags for Amazon S3 resources. Permissions For tables and table buckets, you must have the s3tables:UntagResource permission to use this operation.

Removes the specified user-defined tags from an Amazon S3 Tables resource. You can pass one or more tag keys. For a list of S3 resources that support tagging, see Managing tags for Amazon S3 resources. Permissions For tables and table buckets, you must have the s3tables:UntagResource permission to use this operation.

Applies one or more user-defined tags to an Amazon S3 Tables resource or updates existing tags. Each tag is a label consisting of a key and value pair. Tags can help you organize, track costs for, and control access to your resources. You can add up to 50 tags for each S3 resource. For a list of S3 resources that support tagging, see Managing tags for Amazon S3 resources. Permissions For tables and table buckets, you must have the s3tables:TagResource permission to use this operation.

Applies one or more user-defined tags to an Amazon S3 Tables resource or updates existing tags. Each tag is a label consisting of a key and value pair. Tags can help you organize, track costs for, and control access to your resources. You can add up to 50 tags for each S3 resource. For a list of S3 resources that support tagging, see Managing tags for Amazon S3 resources. Permissions For tables and table buckets, you must have the s3tables:TagResource permission to use this operation.

Renames a table or a namespace. For more information, see S3 Tables in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:RenameTable permission to use this operation.

Sourcemodule PutTableReplicationResponse = Awso_s3tables.Values.PutTableReplicationResponse

Creates or updates the replication configuration for a specific table. This operation allows you to define table-level replication independently of bucket-level replication, providing granular control over which tables are replicated and where. Permissions You must have the s3tables:PutTableReplication permission to use this operation. The IAM role specified in the configuration must have permissions to read from the source table and write to all destination tables. You must also have the following permissions: s3tables:GetTable permission on the source table being replicated. s3tables:CreateTable permission for the destination. s3tables:CreateNamespace permission for the destination. s3tables:GetTableMaintenanceConfig permission for the source table. s3tables:PutTableMaintenanceConfig permission for the destination table. You must have iam:PassRole permission with condition allowing roles to be passed to replication.s3tables.amazonaws.com.

Sourcemodule PutTableReplicationRequest = Awso_s3tables.Values.PutTableReplicationRequest

Creates or updates the replication configuration for a specific table. This operation allows you to define table-level replication independently of bucket-level replication, providing granular control over which tables are replicated and where. Permissions You must have the s3tables:PutTableReplication permission to use this operation. The IAM role specified in the configuration must have permissions to read from the source table and write to all destination tables. You must also have the following permissions: s3tables:GetTable permission on the source table being replicated. s3tables:CreateTable permission for the destination. s3tables:CreateNamespace permission for the destination. s3tables:GetTableMaintenanceConfig permission for the source table. s3tables:PutTableMaintenanceConfig permission for the destination table. You must have iam:PassRole permission with condition allowing roles to be passed to replication.s3tables.amazonaws.com.

Sourcemodule PutTableRecordExpirationConfigurationRequest = Awso_s3tables.Values.PutTableRecordExpirationConfigurationRequest

Creates or updates the expiration configuration settings for records in a table, including the status of the configuration. If you enable record expiration for a table, records expire and are automatically removed from the table after the number of days that you specify. Permissions You must have the s3tables:PutTableRecordExpirationConfiguration permission to use this operation.

Creates a new table policy or replaces an existing table policy for a table. For more information, see Adding a table policy in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:PutTablePolicy permission to use this operation.

Sourcemodule PutTableMaintenanceConfigurationRequest = Awso_s3tables.Values.PutTableMaintenanceConfigurationRequest

Creates a new maintenance configuration or replaces an existing maintenance configuration for a table. For more information, see S3 Tables maintenance in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:PutTableMaintenanceConfiguration permission to use this operation.

Sourcemodule PutTableBucketStorageClassRequest = Awso_s3tables.Values.PutTableBucketStorageClassRequest

Sets or updates the storage class configuration for a table bucket. This configuration serves as the default storage class for all new tables created in the bucket, allowing you to optimize storage costs at the bucket level. Permissions You must have the s3tables:PutTableBucketStorageClass permission to use this operation.

Sourcemodule PutTableBucketReplicationResponse = Awso_s3tables.Values.PutTableBucketReplicationResponse

Creates or updates the replication configuration for a table bucket. This operation defines how tables in the source bucket are replicated to destination buckets. Replication helps ensure data availability and disaster recovery across regions or accounts. Permissions You must have the s3tables:PutTableBucketReplication permission to use this operation. The IAM role specified in the configuration must have permissions to read from the source bucket and write permissions to all destination buckets. You must also have the following permissions: s3tables:GetTable permission on the source table. s3tables:ListTables permission on the bucket containing the table. s3tables:CreateTable permission for the destination. s3tables:CreateNamespace permission for the destination. s3tables:GetTableMaintenanceConfig permission for the source bucket. s3tables:PutTableMaintenanceConfig permission for the destination bucket. You must have iam:PassRole permission with condition allowing roles to be passed to replication.s3tables.amazonaws.com.

Sourcemodule PutTableBucketReplicationRequest = Awso_s3tables.Values.PutTableBucketReplicationRequest

Creates or updates the replication configuration for a table bucket. This operation defines how tables in the source bucket are replicated to destination buckets. Replication helps ensure data availability and disaster recovery across regions or accounts. Permissions You must have the s3tables:PutTableBucketReplication permission to use this operation. The IAM role specified in the configuration must have permissions to read from the source bucket and write permissions to all destination buckets. You must also have the following permissions: s3tables:GetTable permission on the source table. s3tables:ListTables permission on the bucket containing the table. s3tables:CreateTable permission for the destination. s3tables:CreateNamespace permission for the destination. s3tables:GetTableMaintenanceConfig permission for the source bucket. s3tables:PutTableMaintenanceConfig permission for the destination bucket. You must have iam:PassRole permission with condition allowing roles to be passed to replication.s3tables.amazonaws.com.

Sourcemodule PutTableBucketPolicyRequest = Awso_s3tables.Values.PutTableBucketPolicyRequest

Creates a new table bucket policy or replaces an existing table bucket policy for a table bucket. For more information, see Adding a table bucket policy in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:PutTableBucketPolicy permission to use this operation.

Sourcemodule PutTableBucketMetricsConfigurationRequest = Awso_s3tables.Values.PutTableBucketMetricsConfigurationRequest

Sets the metrics configuration for a table bucket. Permissions You must have the s3tables:PutTableBucketMetricsConfiguration permission to use this operation.

Sourcemodule PutTableBucketMaintenanceConfigurationRequest = Awso_s3tables.Values.PutTableBucketMaintenanceConfigurationRequest

Creates a new maintenance configuration or replaces an existing maintenance configuration for a table bucket. For more information, see Amazon S3 table bucket maintenance in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:PutTableBucketMaintenanceConfiguration permission to use this operation.

Sourcemodule PutTableBucketEncryptionRequest = Awso_s3tables.Values.PutTableBucketEncryptionRequest

Sets the encryption configuration for a table bucket. Permissions You must have the s3tables:PutTableBucketEncryption permission to use this operation. If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see Permissions requirements for S3 Tables SSE-KMS encryption in the Amazon Simple Storage Service User Guide.

Sourcemodule ListTagsForResourceResponse = Awso_s3tables.Values.ListTagsForResourceResponse

Lists all of the tags applied to a specified Amazon S3 Tables resource. Each tag is a label consisting of a key and value pair. Tags can help you organize, track costs for, and control access to resources. For a list of S3 resources that support tagging, see Managing tags for Amazon S3 resources. Permissions For tables and table buckets, you must have the s3tables:ListTagsForResource permission to use this operation.

Sourcemodule ListTagsForResourceRequest = Awso_s3tables.Values.ListTagsForResourceRequest

Lists all of the tags applied to a specified Amazon S3 Tables resource. Each tag is a label consisting of a key and value pair. Tags can help you organize, track costs for, and control access to resources. For a list of S3 resources that support tagging, see Managing tags for Amazon S3 resources. Permissions For tables and table buckets, you must have the s3tables:ListTagsForResource permission to use this operation.

List tables in the given table bucket. For more information, see S3 Tables in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:ListTables permission to use this operation.

List tables in the given table bucket. For more information, see S3 Tables in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:ListTables permission to use this operation.

Sourcemodule ListTableBucketsResponse = Awso_s3tables.Values.ListTableBucketsResponse

Lists table buckets for your account. For more information, see S3 Table buckets in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:ListTableBuckets permission to use this operation.

Lists table buckets for your account. For more information, see S3 Table buckets in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:ListTableBuckets permission to use this operation.

Lists the namespaces within a table bucket. For more information, see Table namespaces in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:ListNamespaces permission to use this operation.

Lists the namespaces within a table bucket. For more information, see Table namespaces in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:ListNamespaces permission to use this operation.

Sourcemodule GetTableStorageClassResponse = Awso_s3tables.Values.GetTableStorageClassResponse

Retrieves the storage class configuration for a specific table. This allows you to view the storage class settings that apply to an individual table, which may differ from the table bucket's default configuration. Permissions You must have the s3tables:GetTableStorageClass permission to use this operation.

Sourcemodule GetTableStorageClassRequest = Awso_s3tables.Values.GetTableStorageClassRequest

Retrieves the storage class configuration for a specific table. This allows you to view the storage class settings that apply to an individual table, which may differ from the table bucket's default configuration. Permissions You must have the s3tables:GetTableStorageClass permission to use this operation.

Gets details about a table. For more information, see S3 Tables in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTable permission to use this operation.

Gets details about a table. For more information, see S3 Tables in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTable permission to use this operation.

Sourcemodule GetTableReplicationStatusResponse = Awso_s3tables.Values.GetTableReplicationStatusResponse

Retrieves the replication status for a table, including the status of replication to each destination. This operation provides visibility into replication health and progress. Permissions You must have the s3tables:GetTableReplicationStatus permission to use this operation.

Sourcemodule GetTableReplicationStatusRequest = Awso_s3tables.Values.GetTableReplicationStatusRequest

Retrieves the replication status for a table, including the status of replication to each destination. This operation provides visibility into replication health and progress. Permissions You must have the s3tables:GetTableReplicationStatus permission to use this operation.

Sourcemodule GetTableReplicationResponse = Awso_s3tables.Values.GetTableReplicationResponse

Retrieves the replication configuration for a specific table. Permissions You must have the s3tables:GetTableReplication permission to use this operation.

Sourcemodule GetTableReplicationRequest = Awso_s3tables.Values.GetTableReplicationRequest

Retrieves the replication configuration for a specific table. Permissions You must have the s3tables:GetTableReplication permission to use this operation.

Sourcemodule GetTableRecordExpirationJobStatusResponse = Awso_s3tables.Values.GetTableRecordExpirationJobStatusResponse

Retrieves the status, metrics, and details of the latest record expiration job for a table. This includes when the job ran, and whether it succeeded or failed. If the job ran successfully, this also includes statistics about the records that were removed. Permissions You must have the s3tables:GetTableRecordExpirationJobStatus permission to use this operation.

Sourcemodule GetTableRecordExpirationJobStatusRequest = Awso_s3tables.Values.GetTableRecordExpirationJobStatusRequest

Retrieves the status, metrics, and details of the latest record expiration job for a table. This includes when the job ran, and whether it succeeded or failed. If the job ran successfully, this also includes statistics about the records that were removed. Permissions You must have the s3tables:GetTableRecordExpirationJobStatus permission to use this operation.

Sourcemodule GetTableRecordExpirationConfigurationResponse = Awso_s3tables.Values.GetTableRecordExpirationConfigurationResponse

Retrieves the expiration configuration settings for records in a table, and the status of the configuration. If the status of the configuration is enabled, records expire and are automatically removed from the table after the specified number of days. Permissions You must have the s3tables:GetTableRecordExpirationConfiguration permission to use this operation.

Sourcemodule GetTableRecordExpirationConfigurationRequest = Awso_s3tables.Values.GetTableRecordExpirationConfigurationRequest

Retrieves the expiration configuration settings for records in a table, and the status of the configuration. If the status of the configuration is enabled, records expire and are automatically removed from the table after the specified number of days. Permissions You must have the s3tables:GetTableRecordExpirationConfiguration permission to use this operation.

Gets details about a table policy. For more information, see Viewing a table policy in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTablePolicy permission to use this operation.

Gets details about a table policy. For more information, see Viewing a table policy in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTablePolicy permission to use this operation.

Sourcemodule GetTableMetadataLocationResponse = Awso_s3tables.Values.GetTableMetadataLocationResponse

Gets the location of the table metadata. Permissions You must have the s3tables:GetTableMetadataLocation permission to use this operation.

Sourcemodule GetTableMetadataLocationRequest = Awso_s3tables.Values.GetTableMetadataLocationRequest

Gets the location of the table metadata. Permissions You must have the s3tables:GetTableMetadataLocation permission to use this operation.

Sourcemodule GetTableMaintenanceJobStatusResponse = Awso_s3tables.Values.GetTableMaintenanceJobStatusResponse

Gets the status of a maintenance job for a table. For more information, see S3 Tables maintenance in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTableMaintenanceJobStatus permission to use this operation.

Sourcemodule GetTableMaintenanceJobStatusRequest = Awso_s3tables.Values.GetTableMaintenanceJobStatusRequest

Gets the status of a maintenance job for a table. For more information, see S3 Tables maintenance in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTableMaintenanceJobStatus permission to use this operation.

Sourcemodule GetTableMaintenanceConfigurationResponse = Awso_s3tables.Values.GetTableMaintenanceConfigurationResponse

Gets details about the maintenance configuration of a table. For more information, see S3 Tables maintenance in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTableMaintenanceConfiguration permission to use this operation. You must have the s3tables:GetTableData permission to use set the compaction strategy to sort or zorder.

Sourcemodule GetTableMaintenanceConfigurationRequest = Awso_s3tables.Values.GetTableMaintenanceConfigurationRequest

Gets details about the maintenance configuration of a table. For more information, see S3 Tables maintenance in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTableMaintenanceConfiguration permission to use this operation. You must have the s3tables:GetTableData permission to use set the compaction strategy to sort or zorder.

Sourcemodule GetTableEncryptionResponse = Awso_s3tables.Values.GetTableEncryptionResponse

Gets the encryption configuration for a table. Permissions You must have the s3tables:GetTableEncryption permission to use this operation.

Sourcemodule GetTableEncryptionRequest = Awso_s3tables.Values.GetTableEncryptionRequest

Gets the encryption configuration for a table. Permissions You must have the s3tables:GetTableEncryption permission to use this operation.

Sourcemodule GetTableBucketStorageClassResponse = Awso_s3tables.Values.GetTableBucketStorageClassResponse

Retrieves the storage class configuration for a specific table. This allows you to view the storage class settings that apply to an individual table, which may differ from the table bucket's default configuration. Permissions You must have the s3tables:GetTableBucketStorageClass permission to use this operation.

Sourcemodule GetTableBucketStorageClassRequest = Awso_s3tables.Values.GetTableBucketStorageClassRequest

Retrieves the storage class configuration for a specific table. This allows you to view the storage class settings that apply to an individual table, which may differ from the table bucket's default configuration. Permissions You must have the s3tables:GetTableBucketStorageClass permission to use this operation.

Gets details on a table bucket. For more information, see Viewing details about an Amazon S3 table bucket in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTableBucket permission to use this operation.

Gets details on a table bucket. For more information, see Viewing details about an Amazon S3 table bucket in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTableBucket permission to use this operation.

Sourcemodule GetTableBucketReplicationResponse = Awso_s3tables.Values.GetTableBucketReplicationResponse

Retrieves the replication configuration for a table bucket.This operation returns the IAM role, versionToken, and replication rules that define how tables in this bucket are replicated to other buckets. Permissions You must have the s3tables:GetTableBucketReplication permission to use this operation.

Sourcemodule GetTableBucketReplicationRequest = Awso_s3tables.Values.GetTableBucketReplicationRequest

Retrieves the replication configuration for a table bucket.This operation returns the IAM role, versionToken, and replication rules that define how tables in this bucket are replicated to other buckets. Permissions You must have the s3tables:GetTableBucketReplication permission to use this operation.

Sourcemodule GetTableBucketPolicyResponse = Awso_s3tables.Values.GetTableBucketPolicyResponse

Gets details about a table bucket policy. For more information, see Viewing a table bucket policy in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTableBucketPolicy permission to use this operation.

Sourcemodule GetTableBucketPolicyRequest = Awso_s3tables.Values.GetTableBucketPolicyRequest

Gets details about a table bucket policy. For more information, see Viewing a table bucket policy in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTableBucketPolicy permission to use this operation.

Sourcemodule GetTableBucketMetricsConfigurationResponse = Awso_s3tables.Values.GetTableBucketMetricsConfigurationResponse

Gets the metrics configuration for a table bucket. Permissions You must have the s3tables:GetTableBucketMetricsConfiguration permission to use this operation.

Sourcemodule GetTableBucketMetricsConfigurationRequest = Awso_s3tables.Values.GetTableBucketMetricsConfigurationRequest

Gets the metrics configuration for a table bucket. Permissions You must have the s3tables:GetTableBucketMetricsConfiguration permission to use this operation.

Sourcemodule GetTableBucketMaintenanceConfigurationResponse = Awso_s3tables.Values.GetTableBucketMaintenanceConfigurationResponse

Gets details about a maintenance configuration for a given table bucket. For more information, see Amazon S3 table bucket maintenance in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTableBucketMaintenanceConfiguration permission to use this operation.

Sourcemodule GetTableBucketMaintenanceConfigurationRequest = Awso_s3tables.Values.GetTableBucketMaintenanceConfigurationRequest

Gets details about a maintenance configuration for a given table bucket. For more information, see Amazon S3 table bucket maintenance in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTableBucketMaintenanceConfiguration permission to use this operation.

Sourcemodule GetTableBucketEncryptionResponse = Awso_s3tables.Values.GetTableBucketEncryptionResponse

Gets the encryption configuration for a table bucket. Permissions You must have the s3tables:GetTableBucketEncryption permission to use this operation.

Sourcemodule GetTableBucketEncryptionRequest = Awso_s3tables.Values.GetTableBucketEncryptionRequest

Gets the encryption configuration for a table bucket. Permissions You must have the s3tables:GetTableBucketEncryption permission to use this operation.

Gets details about a namespace. For more information, see Table namespaces in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetNamespace permission to use this operation.

Gets details about a namespace. For more information, see Table namespaces in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetNamespace permission to use this operation.

Deletes a table. For more information, see Deleting an Amazon S3 table in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:DeleteTable permission to use this operation.

Sourcemodule DeleteTableReplicationRequest = Awso_s3tables.Values.DeleteTableReplicationRequest

Deletes the replication configuration for a specific table. After deletion, new updates to this table will no longer be replicated to destination tables, though existing replicated copies will remain in destination buckets. Permissions You must have the s3tables:DeleteTableReplication permission to use this operation.

Sourcemodule DeleteTablePolicyRequest = Awso_s3tables.Values.DeleteTablePolicyRequest

Deletes a table policy. For more information, see Deleting a table policy in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:DeleteTablePolicy permission to use this operation.

Sourcemodule DeleteTableBucketRequest = Awso_s3tables.Values.DeleteTableBucketRequest

Deletes a table bucket. For more information, see Deleting a table bucket in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:DeleteTableBucket permission to use this operation.

Sourcemodule DeleteTableBucketReplicationRequest = Awso_s3tables.Values.DeleteTableBucketReplicationRequest

Deletes the replication configuration for a table bucket. After deletion, new table updates will no longer be replicated to destination buckets, though existing replicated tables will remain in destination buckets. Permissions You must have the s3tables:DeleteTableBucketReplication permission to use this operation.

Sourcemodule DeleteTableBucketPolicyRequest = Awso_s3tables.Values.DeleteTableBucketPolicyRequest

Deletes a table bucket policy. For more information, see Deleting a table bucket policy in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:DeleteTableBucketPolicy permission to use this operation.

Sourcemodule DeleteTableBucketMetricsConfigurationRequest = Awso_s3tables.Values.DeleteTableBucketMetricsConfigurationRequest

Deletes the metrics configuration for a table bucket. Permissions You must have the s3tables:DeleteTableBucketMetricsConfiguration permission to use this operation.

Sourcemodule DeleteTableBucketEncryptionRequest = Awso_s3tables.Values.DeleteTableBucketEncryptionRequest

Deletes the encryption configuration for a table bucket. Permissions You must have the s3tables:DeleteTableBucketEncryption permission to use this operation.

Deletes a namespace. For more information, see Delete a namespace in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:DeleteNamespace permission to use this operation.

Creates a new table associated with the given namespace in a table bucket. For more information, see Creating an Amazon S3 table in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:CreateTable permission to use this operation. If you use this operation with the optional metadata request parameter you must have the s3tables:PutTableData permission. If you use this operation with the optional encryptionConfiguration request parameter you must have the s3tables:PutTableEncryption permission. If you use this operation with the storageClassConfiguration request parameter, you must have the s3tables:PutTableStorageClass permission. To create a table with tags, you must have the s3tables:TagResource permission in addition to s3tables:CreateTable permission. Additionally, If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see Permissions requirements for S3 Tables SSE-KMS encryption.

Creates a new table associated with the given namespace in a table bucket. For more information, see Creating an Amazon S3 table in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:CreateTable permission to use this operation. If you use this operation with the optional metadata request parameter you must have the s3tables:PutTableData permission. If you use this operation with the optional encryptionConfiguration request parameter you must have the s3tables:PutTableEncryption permission. If you use this operation with the storageClassConfiguration request parameter, you must have the s3tables:PutTableStorageClass permission. To create a table with tags, you must have the s3tables:TagResource permission in addition to s3tables:CreateTable permission. Additionally, If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see Permissions requirements for S3 Tables SSE-KMS encryption.

Sourcemodule CreateTableBucketResponse = Awso_s3tables.Values.CreateTableBucketResponse

Creates a table bucket. For more information, see Creating a table bucket in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:CreateTableBucket permission to use this operation. If you use this operation with the optional encryptionConfiguration parameter you must have the s3tables:PutTableBucketEncryption permission. If you use this operation with the storageClassConfiguration request parameter, you must have the s3tables:PutTableBucketStorageClass permission. To create a table bucket with tags, you must have the s3tables:TagResource permission in addition to s3tables:CreateTableBucket permission.

Sourcemodule CreateTableBucketRequest = Awso_s3tables.Values.CreateTableBucketRequest

Creates a table bucket. For more information, see Creating a table bucket in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:CreateTableBucket permission to use this operation. If you use this operation with the optional encryptionConfiguration parameter you must have the s3tables:PutTableBucketEncryption permission. If you use this operation with the storageClassConfiguration request parameter, you must have the s3tables:PutTableBucketStorageClass permission. To create a table bucket with tags, you must have the s3tables:TagResource permission in addition to s3tables:CreateTableBucket permission.

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 Create a namespace in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:CreateNamespace permission to use this operation.

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 Create a namespace in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:CreateNamespace permission to use this operation.

Sourcemodule Cli : sig ... end