Partition API - AWS Glue

Partition API

The Partition API describes data types and operations used to work with partitions.

Data types

Partition structure

Represents a slice of table data.

Fields
  • Values – An array of UTF-8 strings.

    The values of the partition.

  • DatabaseName – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the catalog database in which to create the partition.

  • TableName – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the database table in which to create the partition.

  • CreationTime – Timestamp.

    The time at which the partition was created.

  • LastAccessTime – Timestamp.

    The last time at which the partition was accessed.

  • StorageDescriptor – A StorageDescriptor object.

    Provides information about the physical location where the partition is stored.

  • Parameters – A map array of key-value pairs.

    Each key is a Key string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    Each value is a UTF-8 string, not more than 512000 bytes long.

    These key-value pairs define partition parameters.

  • LastAnalyzedTime – Timestamp.

    The last time at which column statistics were computed for this partition.

  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the Data Catalog in which the partition resides.

PartitionInput structure

The structure used to create and update a partition.

Fields
  • Values – An array of UTF-8 strings.

    The values of the partition. Although this parameter is not required by the SDK, you must specify this parameter for a valid input.

    The values for the keys for the new partition must be passed as an array of String objects that must be ordered in the same order as the partition keys appearing in the Amazon S3 prefix. Otherwise AWS Glue will add the values to the wrong keys.

  • LastAccessTime – Timestamp.

    The last time at which the partition was accessed.

  • StorageDescriptor – A StorageDescriptor object.

    Provides information about the physical location where the partition is stored.

  • Parameters – A map array of key-value pairs.

    Each key is a Key string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    Each value is a UTF-8 string, not more than 512000 bytes long.

    These key-value pairs define partition parameters.

  • LastAnalyzedTime – Timestamp.

    The last time at which column statistics were computed for this partition.

PartitionSpecWithSharedStorageDescriptor structure

A partition specification for partitions that share a physical location.

Fields
  • StorageDescriptor – A StorageDescriptor object.

    The shared physical storage information.

  • Partitions – An array of Partition objects.

    A list of the partitions that share this physical location.

PartitionListComposingSpec structure

Lists the related partitions.

Fields
  • Partitions – An array of Partition objects.

    A list of the partitions in the composing specification.

PartitionSpecProxy structure

Provides a root path to specified partitions.

Fields
  • DatabaseName – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The catalog database in which the partitions reside.

  • TableName – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the table that contains the partitions.

  • RootPath – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The root path of the proxy for addressing the partitions.

  • PartitionSpecWithSharedSD – A PartitionSpecWithSharedStorageDescriptor object.

    A specification of partitions that share the same physical storage location.

  • PartitionListComposingSpec – A PartitionListComposingSpec object.

    Specifies a list of partitions.

PartitionValueList structure

Contains a list of values defining partitions.

Fields
  • ValuesRequired: An array of UTF-8 strings.

    The list of values.

Segment structure

Defines a non-overlapping region of a table's partitions, allowing multiple requests to be run in parallel.

Fields
  • SegmentNumberRequired: Number (integer), not more than None.

    The zero-based index number of the segment. For example, if the total number of segments is 4, SegmentNumber values range from 0 through 3.

  • TotalSegmentsRequired: Number (integer), not less than 1 or more than 10.

    The total number of segments.

PartitionError structure

Contains information about a partition error.

Fields
  • PartitionValues – An array of UTF-8 strings.

    The values that define the partition.

  • ErrorDetail – An ErrorDetail object.

    The details about the partition error.

BatchUpdatePartitionFailureEntry structure

Contains information about a batch update partition error.

Fields
  • PartitionValueList – An array of UTF-8 strings, not more than 100 strings.

    A list of values defining the partitions.

  • ErrorDetail – An ErrorDetail object.

    The details about the batch update partition error.

BatchUpdatePartitionRequestEntry structure

A structure that contains the values and structure used to update a partition.

Fields
  • PartitionValueListRequired: An array of UTF-8 strings, not more than 100 strings.

    A list of values defining the partitions.

  • PartitionInputRequired: A PartitionInput object.

    The structure used to update a partition.

StorageDescriptor structure

Describes the physical storage of table data.

Fields
  • Columns – An array of Column objects.

    A list of the Columns in the table.

  • Location – Location string, not more than 2056 bytes long, matching the URI address multi-line string pattern.

    The physical location of the table. By default, this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.

  • AdditionalLocations – An array of UTF-8 strings.

    A list of locations that point to the path where a Delta table is located.

  • InputFormat – Format string, not more than 128 bytes long, matching the Single-line string pattern.

    The input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.

  • OutputFormat – Format string, not more than 128 bytes long, matching the Single-line string pattern.

    The output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.

  • Compressed – Boolean.

    True if the data in the table is compressed, or False if not.

  • NumberOfBuckets – Number (integer).

    Must be specified if the table contains any dimension columns.

  • SerdeInfo – A SerDeInfo object.

    The serialization/deserialization (SerDe) information.

  • BucketColumns – An array of UTF-8 strings.

    A list of reducer grouping columns, clustering columns, and bucketing columns in the table.

  • SortColumns – An array of Order objects.

    A list specifying the sort order of each bucket in the table.

  • Parameters – A map array of key-value pairs.

    Each key is a Key string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    Each value is a UTF-8 string, not more than 512000 bytes long.

    The user-supplied properties in key-value form.

  • SkewedInfo – A SkewedInfo object.

    The information about values that appear frequently in a column (skewed values).

  • StoredAsSubDirectories – Boolean.

    True if the table data is stored in subdirectories, or False if not.

  • SchemaReference – A SchemaReference object.

    An object that references a schema stored in the AWS Glue Schema Registry.

    When creating a table, you can pass an empty list of columns for the schema, and instead use a schema reference.

SchemaReference structure

An object that references a schema stored in the AWS Glue Schema Registry.

Fields
  • SchemaId – A SchemaId object.

    A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.

  • SchemaVersionId – UTF-8 string, not less than 36 or more than 36 bytes long, matching the Custom string pattern #12.

    The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.

  • SchemaVersionNumber – Number (long), not less than 1 or more than 100000.

    The version number of the schema.

SerDeInfo structure

Information about a serialization/deserialization program (SerDe) that serves as an extractor and loader.

Fields
  • Name – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    Name of the SerDe.

  • SerializationLibrary – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    Usually the class that implements the SerDe. An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.

  • Parameters – A map array of key-value pairs.

    Each key is a Key string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    Each value is a UTF-8 string, not more than 512000 bytes long.

    These key-value pairs define initialization parameters for the SerDe.

SkewedInfo structure

Specifies skewed values in a table. Skewed values are those that occur with very high frequency.

Fields
  • SkewedColumnNames – An array of UTF-8 strings.

    A list of names of columns that contain skewed values.

  • SkewedColumnValues – An array of UTF-8 strings.

    A list of values that appear so frequently as to be considered skewed.

  • SkewedColumnValueLocationMaps – A map array of key-value pairs.

    Each key is a UTF-8 string.

    Each value is a UTF-8 string.

    A mapping of skewed values to the columns that contain them.

Operations

CreatePartition action (Python: create_partition)

Creates a new partition.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The AWS account ID of the catalog in which the partition is to be created.

  • DatabaseNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the metadata database in which the partition is to be created.

  • TableNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the metadata table in which the partition is to be created.

  • PartitionInputRequired: A PartitionInput object.

    A PartitionInput structure defining the partition to be created.

Response
  • No Response parameters.

Errors
  • InvalidInputException

  • AlreadyExistsException

  • ResourceNumberLimitExceededException

  • InternalServiceException

  • EntityNotFoundException

  • OperationTimeoutException

  • GlueEncryptionException

BatchCreatePartition action (Python: batch_create_partition)

Creates one or more partitions in a batch operation.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the catalog in which the partition is to be created. Currently, this should be the AWS account ID.

  • DatabaseNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the metadata database in which the partition is to be created.

  • TableNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the metadata table in which the partition is to be created.

  • PartitionInputListRequired: An array of PartitionInput objects, not more than 100 structures.

    A list of PartitionInput structures that define the partitions to be created.

Response
  • Errors – An array of PartitionError objects.

    The errors encountered when trying to create the requested partitions.

Errors
  • InvalidInputException

  • AlreadyExistsException

  • ResourceNumberLimitExceededException

  • InternalServiceException

  • EntityNotFoundException

  • OperationTimeoutException

  • GlueEncryptionException

UpdatePartition action (Python: update_partition)

Updates a partition.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the Data Catalog where the partition to be updated resides. If none is provided, the AWS account ID is used by default.

  • DatabaseNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the catalog database in which the table in question resides.

  • TableNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the table in which the partition to be updated is located.

  • PartitionValueListRequired: An array of UTF-8 strings, not more than 100 strings.

    List of partition key values that define the partition to update.

  • PartitionInputRequired: A PartitionInput object.

    The new partition object to update the partition to.

    The Values property can't be changed. If you want to change the partition key values for a partition, delete and recreate the partition.

Response
  • No Response parameters.

Errors
  • EntityNotFoundException

  • InvalidInputException

  • InternalServiceException

  • OperationTimeoutException

  • GlueEncryptionException

DeletePartition action (Python: delete_partition)

Deletes a specified partition.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the AWS account ID is used by default.

  • DatabaseNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the catalog database in which the table in question resides.

  • TableNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the table that contains the partition to be deleted.

  • PartitionValuesRequired: An array of UTF-8 strings.

    The values that define the partition.

Response
  • No Response parameters.

Errors
  • EntityNotFoundException

  • InvalidInputException

  • InternalServiceException

  • OperationTimeoutException

BatchDeletePartition action (Python: batch_delete_partition)

Deletes one or more partitions in a batch operation.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the AWS account ID is used by default.

  • DatabaseNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the catalog database in which the table in question resides.

  • TableNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the table that contains the partitions to be deleted.

  • PartitionsToDeleteRequired: An array of PartitionValueList objects, not more than 25 structures.

    A list of PartitionInput structures that define the partitions to be deleted.

Response
  • Errors – An array of PartitionError objects.

    The errors encountered when trying to delete the requested partitions.

Errors
  • InvalidInputException

  • EntityNotFoundException

  • InternalServiceException

  • OperationTimeoutException

GetPartition action (Python: get_partition)

Retrieves information about a specified partition.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the Data Catalog where the partition in question resides. If none is provided, the AWS account ID is used by default.

  • DatabaseNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the catalog database where the partition resides.

  • TableNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the partition's table.

  • PartitionValuesRequired: An array of UTF-8 strings.

    The values that define the partition.

Response
  • Partition – A Partition object.

    The requested information, in the form of a Partition object.

Errors
  • EntityNotFoundException

  • InvalidInputException

  • InternalServiceException

  • OperationTimeoutException

  • GlueEncryptionException

  • FederationSourceException

  • FederationSourceRetryableException

GetPartitions action (Python: get_partitions)

Retrieves information about the partitions in a table.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the Data Catalog where the partitions in question reside. If none is provided, the AWS account ID is used by default.

  • DatabaseNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the catalog database where the partitions reside.

  • TableNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the partitions' table.

  • Expression – Predicate string, not more than 2048 bytes long, matching the URI address multi-line string pattern.

    An expression that filters the partitions to be returned.

    The expression uses SQL syntax similar to the SQL WHERE filter clause. The SQL statement parser JSQLParser parses the expression.

    Operators: The following are the operators that you can use in the Expression API call:

    =

    Checks whether the values of the two operands are equal; if yes, then the condition becomes true.

    Example: Assume 'variable a' holds 10 and 'variable b' holds 20.

    (a = b) is not true.

    < >

    Checks whether the values of two operands are equal; if the values are not equal, then the condition becomes true.

    Example: (a < > b) is true.

    >

    Checks whether the value of the left operand is greater than the value of the right operand; if yes, then the condition becomes true.

    Example: (a > b) is not true.

    <

    Checks whether the value of the left operand is less than the value of the right operand; if yes, then the condition becomes true.

    Example: (a < b) is true.

    >=

    Checks whether the value of the left operand is greater than or equal to the value of the right operand; if yes, then the condition becomes true.

    Example: (a >= b) is not true.

    <=

    Checks whether the value of the left operand is less than or equal to the value of the right operand; if yes, then the condition becomes true.

    Example: (a <= b) is true.

    AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL

    Logical operators.

    Supported Partition Key Types: The following are the supported partition keys.

    • string

    • date

    • timestamp

    • int

    • bigint

    • long

    • tinyint

    • smallint

    • decimal

    If an type is encountered that is not valid, an exception is thrown.

    The following list shows the valid operators on each type. When you define a crawler, the partitionKey type is created as a STRING, to be compatible with the catalog partitions.

    Sample API Call:

    The table twitter_partition has three partitions:

    year = 2015 year = 2016 year = 2017

    Get partition year equal to 2015

    aws glue get-partitions --database-name dbname --table-name twitter_partition --expression "year*=*'2015'"

    Get partition year between 2016 and 2018 (exclusive)

    aws glue get-partitions --database-name dbname --table-name twitter_partition --expression "year>'2016' AND year<'2018'"

    Get partition year between 2015 and 2018 (inclusive). The following API calls are equivalent to each other:

    aws glue get-partitions --database-name dbname --table-name twitter_partition --expression "year>='2015' AND year<='2018'" aws glue get-partitions --database-name dbname --table-name twitter_partition --expression "year BETWEEN 2015 AND 2018" aws glue get-partitions --database-name dbname --table-name twitter_partition --expression "year IN (2015,2016,2017,2018)"

    A wildcard partition filter, where the following call output is partition year=2017. A regular expression is not supported in LIKE.

    aws glue get-partitions --database-name dbname --table-name twitter_partition --expression "year LIKE '%7'"
  • NextToken – UTF-8 string.

    A continuation token, if this is not the first call to retrieve these partitions.

  • Segment – A Segment object.

    The segment of the table's partitions to scan in this request.

  • MaxResults – Number (integer), not less than 1 or more than 1000.

    The maximum number of partitions to return in a single response.

  • ExcludeColumnSchema – Boolean.

    When true, specifies not returning the partition column schema. Useful when you are interested only in other partition attributes such as partition values or location. This approach avoids the problem of a large response by not returning duplicate data.

  • TransactionId – UTF-8 string, not less than 1 or more than 255 bytes long, matching the Custom string pattern #11.

    The transaction ID at which to read the partition contents.

  • QueryAsOfTime – Timestamp.

    The time as of when to read the partition contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

Response
  • Partitions – An array of Partition objects.

    A list of requested partitions.

  • NextToken – UTF-8 string.

    A continuation token, if the returned list of partitions does not include the last one.

Errors
  • EntityNotFoundException

  • InvalidInputException

  • OperationTimeoutException

  • InternalServiceException

  • GlueEncryptionException

  • InvalidStateException

  • ResourceNotReadyException

  • FederationSourceException

  • FederationSourceRetryableException

BatchGetPartition action (Python: batch_get_partition)

Retrieves partitions in a batch request.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.

  • DatabaseNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the catalog database where the partitions reside.

  • TableNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the partitions' table.

  • PartitionsToGetRequired: An array of PartitionValueList objects, not more than 1000 structures.

    A list of partition values identifying the partitions to retrieve.

Response
  • Partitions – An array of Partition objects.

    A list of the requested partitions.

  • UnprocessedKeys – An array of PartitionValueList objects, not more than 1000 structures.

    A list of the partition values in the request for which partitions were not returned.

Errors
  • InvalidInputException

  • EntityNotFoundException

  • OperationTimeoutException

  • InternalServiceException

  • GlueEncryptionException

  • InvalidStateException

  • FederationSourceException

  • FederationSourceRetryableException

BatchUpdatePartition action (Python: batch_update_partition)

Updates one or more partitions in a batch operation.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the catalog in which the partition is to be updated. Currently, this should be the AWS account ID.

  • DatabaseNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the metadata database in which the partition is to be updated.

  • TableNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the metadata table in which the partition is to be updated.

  • EntriesRequired: An array of BatchUpdatePartitionRequestEntry objects, not less than 1 or more than 100 structures.

    A list of up to 100 BatchUpdatePartitionRequestEntry objects to update.

Response
  • Errors – An array of BatchUpdatePartitionFailureEntry objects.

    The errors encountered when trying to update the requested partitions. A list of BatchUpdatePartitionFailureEntry objects.

Errors
  • InvalidInputException

  • EntityNotFoundException

  • OperationTimeoutException

  • InternalServiceException

  • GlueEncryptionException

GetColumnStatisticsForPartition action (Python: get_column_statistics_for_partition)

Retrieves partition statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is GetPartition.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.

  • DatabaseNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the catalog database where the partitions reside.

  • TableNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the partitions' table.

  • PartitionValuesRequired: An array of UTF-8 strings.

    A list of partition values identifying the partition.

  • ColumnNamesRequired: An array of UTF-8 strings, not more than 100 strings.

    A list of the column names.

Response
  • ColumnStatisticsList – An array of ColumnStatistics objects.

    List of ColumnStatistics that failed to be retrieved.

  • Errors – An array of ColumnError objects.

    Error occurred during retrieving column statistics data.

Errors
  • EntityNotFoundException

  • InvalidInputException

  • InternalServiceException

  • OperationTimeoutException

  • GlueEncryptionException

UpdateColumnStatisticsForPartition action (Python: update_column_statistics_for_partition)

Creates or updates partition statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is UpdatePartition.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.

  • DatabaseNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the catalog database where the partitions reside.

  • TableNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the partitions' table.

  • PartitionValuesRequired: An array of UTF-8 strings.

    A list of partition values identifying the partition.

  • ColumnStatisticsListRequired: An array of ColumnStatistics objects, not more than 25 structures.

    A list of the column statistics.

Response
  • Errors – An array of ColumnStatisticsError objects.

    Error occurred during updating column statistics data.

Errors
  • EntityNotFoundException

  • InvalidInputException

  • InternalServiceException

  • OperationTimeoutException

  • GlueEncryptionException

DeleteColumnStatisticsForPartition action (Python: delete_column_statistics_for_partition)

Delete the partition column statistics of a column.

The Identity and Access Management (IAM) permission required for this operation is DeletePartition.

Request
  • CatalogId – Catalog id string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.

  • DatabaseNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the catalog database where the partitions reside.

  • TableNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    The name of the partitions' table.

  • PartitionValuesRequired: An array of UTF-8 strings.

    A list of partition values identifying the partition.

  • ColumnNameRequired: UTF-8 string, not less than 1 or more than 255 bytes long, matching the Single-line string pattern.

    Name of the column.

Response
  • No Response parameters.

Errors
  • EntityNotFoundException

  • InvalidInputException

  • InternalServiceException

  • OperationTimeoutException

  • GlueEncryptionException