Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Encryption
Configuration Configuration specifying how data should be encrypted. This structure defines the encryption algorithm and optional KMS key to be used for server-side encryption.
- Iceberg
Compaction Settings Contains details about the compaction settings for an Iceberg table.
- Iceberg
Metadata Contains details about the metadata for an Iceberg table.
- Iceberg
Schema Contains details about the schema for an Iceberg table.
- Iceberg
Snapshot Management Settings 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 keepminSnapshotsToKeep
.- Iceberg
Unreferenced File Removal Settings Contains details about the unreferenced file removal settings for an Iceberg table bucket.
- Namespace
Summary Contains details about a namespace.
- Schema
Field Contains details about a schema field.
- Table
Bucket Maintenance Configuration Value Details about the values that define the maintenance configuration for a table bucket.
- Table
Bucket Summary Contains details about a table bucket.
- Table
Maintenance Configuration Value Contains the values that define a maintenance configuration for a table.
- Table
Maintenance JobStatus Value Details about the status of a maintenance job.
- Table
Summary Contains details about a table.
Enums§
- Iceberg
Compaction Strategy - When writing a match expression against
IcebergCompactionStrategy
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - JobStatus
- When writing a match expression against
JobStatus
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Maintenance
Status - When writing a match expression against
MaintenanceStatus
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Open
Table Format - When writing a match expression against
OpenTableFormat
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - SseAlgorithm
- When writing a match expression against
SseAlgorithm
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Table
Bucket Maintenance Settings Contains details about the maintenance settings for the table bucket.
- Table
Bucket Maintenance Type - When writing a match expression against
TableBucketMaintenanceType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Table
Bucket Type - When writing a match expression against
TableBucketType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Table
Maintenance JobType - When writing a match expression against
TableMaintenanceJobType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Table
Maintenance Settings Contains details about maintenance settings for the table.
- Table
Maintenance Type - When writing a match expression against
TableMaintenanceType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Table
Metadata Contains details about the table metadata.
- Table
Type - When writing a match expression against
TableType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.