[][src]Crate rusoto_glue

AWS Glue

Defines the public endpoint for the AWS Glue service.

If you're using the service, you're probably looking for GlueClient and Glue.

Structs

Action

Defines an action to be initiated by a trigger.

BackfillError

A list of errors that can occur when registering partition indexes for an existing table.

These errors give the details about why an index registration failed and provide a limited number of partitions in the response, so that you can fix the partitions at fault and try registering the index again. The most common set of errors that can occur are categorized as follows:

  • EncryptedPartitionError: The partitions are encrypted.

  • InvalidPartitionTypeDataError: The partition value doesn't match the data type for that partition column.

  • MissingPartitionValueError: The partitions are encrypted.

  • UnsupportedPartitionCharacterError: Characters inside the partition value are not supported. For example: U+0000 , U+0001, U+0002.

  • InternalError: Any error which does not belong to other error codes.

BatchCreatePartitionRequest
BatchCreatePartitionResponse
BatchDeleteConnectionRequest
BatchDeleteConnectionResponse
BatchDeletePartitionRequest
BatchDeletePartitionResponse
BatchDeleteTableRequest
BatchDeleteTableResponse
BatchDeleteTableVersionRequest
BatchDeleteTableVersionResponse
BatchGetCrawlersRequest
BatchGetCrawlersResponse
BatchGetDevEndpointsRequest
BatchGetDevEndpointsResponse
BatchGetJobsRequest
BatchGetJobsResponse
BatchGetPartitionRequest
BatchGetPartitionResponse
BatchGetTriggersRequest
BatchGetTriggersResponse
BatchGetWorkflowsRequest
BatchGetWorkflowsResponse
BatchStopJobRunError

Records an error that occurred when attempting to stop a specified job run.

BatchStopJobRunRequest
BatchStopJobRunResponse
BatchStopJobRunSuccessfulSubmission

Records a successful request to stop a specified JobRun.

BatchUpdatePartitionFailureEntry

Contains information about a batch update partition error.

BatchUpdatePartitionRequest
BatchUpdatePartitionRequestEntry

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

BatchUpdatePartitionResponse
BinaryColumnStatisticsData

Defines column statistics supported for bit sequence data values.

BooleanColumnStatisticsData

Defines column statistics supported for Boolean data columns.

CancelMLTaskRunRequest
CancelMLTaskRunResponse
CatalogEntry

Specifies a table definition in the AWS Glue Data Catalog.

CatalogImportStatus

A structure containing migration status information.

CatalogTarget

Specifies an AWS Glue Data Catalog target.

CheckSchemaVersionValidityInput
CheckSchemaVersionValidityResponse
Classifier

Classifiers are triggered during a crawl task. A classifier checks whether a given file is in a format it can handle. If it is, the classifier creates a schema in the form of a StructType object that matches that data format.

You can use the standard classifiers that AWS Glue provides, or you can write your own classifiers to best categorize your data sources and specify the appropriate schemas to use for them. A classifier can be a grok classifier, an XML classifier, a JSON classifier, or a custom CSV classifier, as specified in one of the fields in the Classifier object.

CloudWatchEncryption

Specifies how Amazon CloudWatch data should be encrypted.

CodeGenEdge

Represents a directional edge in a directed acyclic graph (DAG).

CodeGenNode

Represents a node in a directed acyclic graph (DAG)

CodeGenNodeArg

An argument or property of a node.

Column

A column in a Table.

ColumnError

Encapsulates a column name that failed and the reason for failure.

ColumnImportance

A structure containing the column name and column importance score for a column.

Column importance helps you understand how columns contribute to your model, by identifying which columns in your records are more important than others.

ColumnStatistics

Represents the generated column-level statistics for a table or partition.

ColumnStatisticsData

Contains the individual types of column statistics data. Only one data object should be set and indicated by the Type attribute.

ColumnStatisticsError

Encapsulates a ColumnStatistics object that failed and the reason for failure.

Condition

Defines a condition under which a trigger fires.

ConfusionMatrix

The confusion matrix shows you what your transform is predicting accurately and what types of errors it is making.

For more information, see Confusion matrix in Wikipedia.

Connection

Defines a connection to a data source.

ConnectionInput

A structure that is used to specify a connection to create or update.

ConnectionPasswordEncryption

The data structure used by the Data Catalog to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption.

When a CreationConnection request arrives containing a password, the Data Catalog first encrypts the password using your AWS KMS key. It then encrypts the whole connection object again if catalog encryption is also enabled.

This encryption requires that you set AWS KMS key permissions to enable or restrict access on the password key according to your security requirements. For example, you might want only administrators to have decrypt permission on the password key.

ConnectionsList

Specifies the connections used by a job.

Crawl

The details of a crawl in the workflow.

Crawler

Specifies a crawler program that examines a data source and uses classifiers to try to determine its schema. If successful, the crawler records metadata concerning the data source in the AWS Glue Data Catalog.

CrawlerMetrics

Metrics for a specified crawler.

CrawlerNodeDetails

The details of a Crawler node present in the workflow.

CrawlerTargets

Specifies data stores to crawl.

CreateClassifierRequest
CreateClassifierResponse
CreateConnectionRequest
CreateConnectionResponse
CreateCrawlerRequest
CreateCrawlerResponse
CreateCsvClassifierRequest

Specifies a custom CSV classifier for CreateClassifier to create.

CreateDatabaseRequest
CreateDatabaseResponse
CreateDevEndpointRequest
CreateDevEndpointResponse
CreateGrokClassifierRequest

Specifies a grok classifier for CreateClassifier to create.

CreateJobRequest
CreateJobResponse
CreateJsonClassifierRequest

Specifies a JSON classifier for CreateClassifier to create.

CreateMLTransformRequest
CreateMLTransformResponse
CreatePartitionIndexRequest
CreatePartitionIndexResponse
CreatePartitionRequest
CreatePartitionResponse
CreateRegistryInput
CreateRegistryResponse
CreateSchemaInput
CreateSchemaResponse
CreateScriptRequest
CreateScriptResponse
CreateSecurityConfigurationRequest
CreateSecurityConfigurationResponse
CreateTableRequest
CreateTableResponse
CreateTriggerRequest
CreateTriggerResponse
CreateUserDefinedFunctionRequest
CreateUserDefinedFunctionResponse
CreateWorkflowRequest
CreateWorkflowResponse
CreateXMLClassifierRequest

Specifies an XML classifier for CreateClassifier to create.

CsvClassifier

A classifier for custom CSV content.

DataCatalogEncryptionSettings

Contains configuration information for maintaining Data Catalog security.

DataLakePrincipal

The AWS Lake Formation principal.

Database

The Database object represents a logical grouping of tables that might reside in a Hive metastore or an RDBMS.

DatabaseIdentifier

A structure that describes a target database for resource linking.

DatabaseInput

The structure used to create or update a database.

DateColumnStatisticsData

Defines column statistics supported for timestamp data columns.

DecimalColumnStatisticsData

Defines column statistics supported for fixed-point number data columns.

DecimalNumber

Contains a numeric value in decimal format.

DeleteClassifierRequest
DeleteClassifierResponse
DeleteColumnStatisticsForPartitionRequest
DeleteColumnStatisticsForPartitionResponse
DeleteColumnStatisticsForTableRequest
DeleteColumnStatisticsForTableResponse
DeleteConnectionRequest
DeleteConnectionResponse
DeleteCrawlerRequest
DeleteCrawlerResponse
DeleteDatabaseRequest
DeleteDatabaseResponse
DeleteDevEndpointRequest
DeleteDevEndpointResponse
DeleteJobRequest
DeleteJobResponse
DeleteMLTransformRequest
DeleteMLTransformResponse
DeletePartitionIndexRequest
DeletePartitionIndexResponse
DeletePartitionRequest
DeletePartitionResponse
DeleteRegistryInput
DeleteRegistryResponse
DeleteResourcePolicyRequest
DeleteResourcePolicyResponse
DeleteSchemaInput
DeleteSchemaResponse
DeleteSchemaVersionsInput
DeleteSchemaVersionsResponse
DeleteSecurityConfigurationRequest
DeleteSecurityConfigurationResponse
DeleteTableRequest
DeleteTableResponse
DeleteTableVersionRequest
DeleteTableVersionResponse
DeleteTriggerRequest
DeleteTriggerResponse
DeleteUserDefinedFunctionRequest
DeleteUserDefinedFunctionResponse
DeleteWorkflowRequest
DeleteWorkflowResponse
DevEndpoint

A development endpoint where a developer can remotely debug extract, transform, and load (ETL) scripts.

DevEndpointCustomLibraries

Custom libraries to be loaded into a development endpoint.

DoubleColumnStatisticsData

Defines column statistics supported for floating-point number data columns.

DynamoDBTarget

Specifies an Amazon DynamoDB table to crawl.

Edge

An edge represents a directed connection between two AWS Glue components that are part of the workflow the edge belongs to.

EncryptionAtRest

Specifies the encryption-at-rest configuration for the Data Catalog.

EncryptionConfiguration

Specifies an encryption configuration.

ErrorDetail

Contains details about an error.

ErrorDetails

An object containing error details.

EvaluationMetrics

Evaluation metrics provide an estimate of the quality of your machine learning transform.

ExecutionProperty

An execution property of a job.

ExportLabelsTaskRunProperties

Specifies configuration properties for an exporting labels task run.

FindMatchesMetrics

The evaluation metrics for the find matches algorithm. The quality of your machine learning transform is measured by getting your transform to predict some matches and comparing the results to known matches from the same dataset. The quality metrics are based on a subset of your data, so they are not precise.

FindMatchesParameters

The parameters to configure the find matches transform.

FindMatchesTaskRunProperties

Specifies configuration properties for a Find Matches task run.

GetCatalogImportStatusRequest
GetCatalogImportStatusResponse
GetClassifierRequest
GetClassifierResponse
GetClassifiersRequest
GetClassifiersResponse
GetColumnStatisticsForPartitionRequest
GetColumnStatisticsForPartitionResponse
GetColumnStatisticsForTableRequest
GetColumnStatisticsForTableResponse
GetConnectionRequest
GetConnectionResponse
GetConnectionsFilter

Filters the connection definitions that are returned by the GetConnections API operation.

GetConnectionsRequest
GetConnectionsResponse
GetCrawlerMetricsRequest
GetCrawlerMetricsResponse
GetCrawlerRequest
GetCrawlerResponse
GetCrawlersRequest
GetCrawlersResponse
GetDataCatalogEncryptionSettingsRequest
GetDataCatalogEncryptionSettingsResponse
GetDatabaseRequest
GetDatabaseResponse
GetDatabasesRequest
GetDatabasesResponse
GetDataflowGraphRequest
GetDataflowGraphResponse
GetDevEndpointRequest
GetDevEndpointResponse
GetDevEndpointsRequest
GetDevEndpointsResponse
GetJobBookmarkRequest
GetJobBookmarkResponse
GetJobRequest
GetJobResponse
GetJobRunRequest
GetJobRunResponse
GetJobRunsRequest
GetJobRunsResponse
GetJobsRequest
GetJobsResponse
GetMLTaskRunRequest
GetMLTaskRunResponse
GetMLTaskRunsRequest
GetMLTaskRunsResponse
GetMLTransformRequest
GetMLTransformResponse
GetMLTransformsRequest
GetMLTransformsResponse
GetMappingRequest
GetMappingResponse
GetPartitionIndexesRequest
GetPartitionIndexesResponse
GetPartitionRequest
GetPartitionResponse
GetPartitionsRequest
GetPartitionsResponse
GetPlanRequest
GetPlanResponse
GetRegistryInput
GetRegistryResponse
GetResourcePoliciesRequest
GetResourcePoliciesResponse
GetResourcePolicyRequest
GetResourcePolicyResponse
GetSchemaByDefinitionInput
GetSchemaByDefinitionResponse
GetSchemaInput
GetSchemaResponse
GetSchemaVersionInput
GetSchemaVersionResponse
GetSchemaVersionsDiffInput
GetSchemaVersionsDiffResponse
GetSecurityConfigurationRequest
GetSecurityConfigurationResponse
GetSecurityConfigurationsRequest
GetSecurityConfigurationsResponse
GetTableRequest
GetTableResponse
GetTableVersionRequest
GetTableVersionResponse
GetTableVersionsRequest
GetTableVersionsResponse
GetTablesRequest
GetTablesResponse
GetTagsRequest
GetTagsResponse
GetTriggerRequest
GetTriggerResponse
GetTriggersRequest
GetTriggersResponse
GetUserDefinedFunctionRequest
GetUserDefinedFunctionResponse
GetUserDefinedFunctionsRequest
GetUserDefinedFunctionsResponse
GetWorkflowRequest
GetWorkflowResponse
GetWorkflowRunPropertiesRequest
GetWorkflowRunPropertiesResponse
GetWorkflowRunRequest
GetWorkflowRunResponse
GetWorkflowRunsRequest
GetWorkflowRunsResponse
GlueClient

A client for the AWS Glue API.

GluePolicy

A structure for returning a resource policy.

GlueTable

The database and table in the AWS Glue Data Catalog that is used for input or output data.

GrokClassifier

A classifier that uses grok patterns.

ImportCatalogToGlueRequest
ImportCatalogToGlueResponse
ImportLabelsTaskRunProperties

Specifies configuration properties for an importing labels task run.

JdbcTarget

Specifies a JDBC data store to crawl.

Job

Specifies a job definition.

JobBookmarkEntry

Defines a point that a job can resume processing.

JobBookmarksEncryption

Specifies how job bookmark data should be encrypted.

JobCommand

Specifies code executed when a job is run.

JobNodeDetails

The details of a Job node present in the workflow.

JobRun

Contains information about a job run.

JobUpdate

Specifies information used to update an existing job definition. The previous job definition is completely overwritten by this information.

JsonClassifier

A classifier for JSON content.

KeySchemaElement

A partition key pair consisting of a name and a type.

LabelingSetGenerationTaskRunProperties

Specifies configuration properties for a labeling set generation task run.

LastCrawlInfo

Status and error information about the most recent crawl.

LineageConfiguration

Specifies data lineage configuration settings for the crawler.

ListCrawlersRequest
ListCrawlersResponse
ListDevEndpointsRequest
ListDevEndpointsResponse
ListJobsRequest
ListJobsResponse
ListMLTransformsRequest
ListMLTransformsResponse
ListRegistriesInput
ListRegistriesResponse
ListSchemaVersionsInput
ListSchemaVersionsResponse
ListSchemasInput
ListSchemasResponse
ListTriggersRequest
ListTriggersResponse
ListWorkflowsRequest
ListWorkflowsResponse
Location

The location of resources.

LongColumnStatisticsData

Defines column statistics supported for integer data columns.

MLTransform

A structure for a machine learning transform.

MLUserDataEncryption

The encryption-at-rest settings of the transform that apply to accessing user data.

MappingEntry

Defines a mapping.

MetadataInfo

A structure containing metadata information for a schema version.

MetadataKeyValuePair

A structure containing a key value pair for metadata.

MongoDBTarget

Specifies an Amazon DocumentDB or MongoDB data store to crawl.

Node

A node represents an AWS Glue component such as a trigger, or job, etc., that is part of a workflow.

NotificationProperty

Specifies configuration properties of a notification.

Order

Specifies the sort order of a sorted column.

Partition

Represents a slice of table data.

PartitionError

Contains information about a partition error.

PartitionIndex

A structure for a partition index.

PartitionIndexDescriptor

A descriptor for a partition index in a table.

PartitionInput

The structure used to create and update a partition.

PartitionValueList

Contains a list of values defining partitions.

PhysicalConnectionRequirements

Specifies the physical requirements for a connection.

Predecessor

A job run that was used in the predicate of a conditional trigger that triggered this job run.

Predicate

Defines the predicate of the trigger, which determines when it fires.

PrincipalPermissions

Permissions granted to a principal.

PropertyPredicate

Defines a property predicate.

PutDataCatalogEncryptionSettingsRequest
PutDataCatalogEncryptionSettingsResponse
PutResourcePolicyRequest
PutResourcePolicyResponse
PutSchemaVersionMetadataInput
PutSchemaVersionMetadataResponse
PutWorkflowRunPropertiesRequest
PutWorkflowRunPropertiesResponse
QuerySchemaVersionMetadataInput
QuerySchemaVersionMetadataResponse
RecrawlPolicy

When crawling an Amazon S3 data source after the first crawl is complete, specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run. For more information, see Incremental Crawls in AWS Glue in the developer guide.

RegisterSchemaVersionInput
RegisterSchemaVersionResponse
RegistryId

A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

RegistryListItem

A structure containing the details for a registry.

RemoveSchemaVersionMetadataInput
RemoveSchemaVersionMetadataResponse
ResetJobBookmarkRequest
ResetJobBookmarkResponse
ResourceUri

The URIs for function resources.

ResumeWorkflowRunRequest
ResumeWorkflowRunResponse
S3Encryption

Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.

S3Target

Specifies a data store in Amazon Simple Storage Service (Amazon S3).

Schedule

A scheduling object using a cron statement to schedule an event.

SchemaChangePolicy

A policy that specifies update and deletion behaviors for the crawler.

SchemaColumn

A key-value pair representing a column and data type that this transform can run against. The Schema parameter of the MLTransform may contain up to 100 of these structures.

SchemaId

The unique ID of the schema in the AWS Glue schema registry.

SchemaListItem

An object that contains minimal details for a schema.

SchemaReference

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

SchemaVersionErrorItem

An object that contains the error details for an operation on a schema version.

SchemaVersionListItem

An object containing the details about a schema version.

SchemaVersionNumber

A structure containing the schema version information.

SearchTablesRequest
SearchTablesResponse
SecurityConfiguration

Specifies a security configuration.

Segment

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

SerDeInfo

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

SkewedInfo

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

SortCriterion

Specifies a field to sort by and a sort order.

StartCrawlerRequest
StartCrawlerResponse
StartCrawlerScheduleRequest
StartCrawlerScheduleResponse
StartExportLabelsTaskRunRequest
StartExportLabelsTaskRunResponse
StartImportLabelsTaskRunRequest
StartImportLabelsTaskRunResponse
StartJobRunRequest
StartJobRunResponse
StartMLEvaluationTaskRunRequest
StartMLEvaluationTaskRunResponse
StartMLLabelingSetGenerationTaskRunRequest
StartMLLabelingSetGenerationTaskRunResponse
StartTriggerRequest
StartTriggerResponse
StartWorkflowRunRequest
StartWorkflowRunResponse
StopCrawlerRequest
StopCrawlerResponse
StopCrawlerScheduleRequest
StopCrawlerScheduleResponse
StopTriggerRequest
StopTriggerResponse
StopWorkflowRunRequest
StopWorkflowRunResponse
StorageDescriptor

Describes the physical storage of table data.

StringColumnStatisticsData

Defines column statistics supported for character sequence data values.

Table

Represents a collection of related data organized in columns and rows.

TableError

An error record for table operations.

TableIdentifier

A structure that describes a target table for resource linking.

TableInput

A structure used to define a table.

TableVersion

Specifies a version of a table.

TableVersionError

An error record for table-version operations.

TagResourceRequest
TagResourceResponse
TaskRun

The sampling parameters that are associated with the machine learning transform.

TaskRunFilterCriteria

The criteria that are used to filter the task runs for the machine learning transform.

TaskRunProperties

The configuration properties for the task run.

TaskRunSortCriteria

The sorting criteria that are used to sort the list of task runs for the machine learning transform.

TransformEncryption

The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.

Additionally, imported labels and trained transforms can now be encrypted using a customer provided KMS key.

TransformFilterCriteria

The criteria used to filter the machine learning transforms.

TransformParameters

The algorithm-specific parameters that are associated with the machine learning transform.

TransformSortCriteria

The sorting criteria that are associated with the machine learning transform.

Trigger

Information about a specific trigger.

TriggerNodeDetails

The details of a Trigger node present in the workflow.

TriggerUpdate

A structure used to provide information used to update a trigger. This object updates the previous trigger definition by overwriting it completely.

UntagResourceRequest
UntagResourceResponse
UpdateClassifierRequest
UpdateClassifierResponse
UpdateColumnStatisticsForPartitionRequest
UpdateColumnStatisticsForPartitionResponse
UpdateColumnStatisticsForTableRequest
UpdateColumnStatisticsForTableResponse
UpdateConnectionRequest
UpdateConnectionResponse
UpdateCrawlerRequest
UpdateCrawlerResponse
UpdateCrawlerScheduleRequest
UpdateCrawlerScheduleResponse
UpdateCsvClassifierRequest

Specifies a custom CSV classifier to be updated.

UpdateDatabaseRequest
UpdateDatabaseResponse
UpdateDevEndpointRequest
UpdateDevEndpointResponse
UpdateGrokClassifierRequest

Specifies a grok classifier to update when passed to UpdateClassifier.

UpdateJobRequest
UpdateJobResponse
UpdateJsonClassifierRequest

Specifies a JSON classifier to be updated.

UpdateMLTransformRequest
UpdateMLTransformResponse
UpdatePartitionRequest
UpdatePartitionResponse
UpdateRegistryInput
UpdateRegistryResponse
UpdateSchemaInput
UpdateSchemaResponse
UpdateTableRequest
UpdateTableResponse
UpdateTriggerRequest
UpdateTriggerResponse
UpdateUserDefinedFunctionRequest
UpdateUserDefinedFunctionResponse
UpdateWorkflowRequest
UpdateWorkflowResponse
UpdateXMLClassifierRequest

Specifies an XML classifier to be updated.

UserDefinedFunction

Represents the equivalent of a Hive user-defined function (UDF) definition.

UserDefinedFunctionInput

A structure used to create or update a user-defined function.

Workflow

A workflow represents a flow in which AWS Glue components should be executed to complete a logical task.

WorkflowGraph

A workflow graph represents the complete workflow containing all the AWS Glue components present in the workflow and all the directed connections between them.

WorkflowRun

A workflow run is an execution of a workflow providing all the runtime information.

WorkflowRunStatistics

Workflow run statistics provides statistics about the workflow run.

XMLClassifier

A classifier for XML content.

Enums

BatchCreatePartitionError

Errors returned by BatchCreatePartition

BatchDeleteConnectionError

Errors returned by BatchDeleteConnection

BatchDeletePartitionError

Errors returned by BatchDeletePartition

BatchDeleteTableError

Errors returned by BatchDeleteTable

BatchDeleteTableVersionError

Errors returned by BatchDeleteTableVersion

BatchGetCrawlersError

Errors returned by BatchGetCrawlers

BatchGetDevEndpointsError

Errors returned by BatchGetDevEndpoints

BatchGetJobsError

Errors returned by BatchGetJobs

BatchGetPartitionError

Errors returned by BatchGetPartition

BatchGetTriggersError

Errors returned by BatchGetTriggers

BatchGetWorkflowsError

Errors returned by BatchGetWorkflows

BatchUpdatePartitionError

Errors returned by BatchUpdatePartition

CancelMLTaskRunError

Errors returned by CancelMLTaskRun

CheckSchemaVersionValidityError

Errors returned by CheckSchemaVersionValidity

CreateClassifierError

Errors returned by CreateClassifier

CreateConnectionError

Errors returned by CreateConnection

CreateCrawlerError

Errors returned by CreateCrawler

CreateDatabaseError

Errors returned by CreateDatabase

CreateDevEndpointError

Errors returned by CreateDevEndpoint

CreateJobError

Errors returned by CreateJob

CreateMLTransformError

Errors returned by CreateMLTransform

CreatePartitionError

Errors returned by CreatePartition

CreatePartitionIndexError

Errors returned by CreatePartitionIndex

CreateRegistryError

Errors returned by CreateRegistry

CreateSchemaError

Errors returned by CreateSchema

CreateScriptError

Errors returned by CreateScript

CreateSecurityConfigurationError

Errors returned by CreateSecurityConfiguration

CreateTableError

Errors returned by CreateTable

CreateTriggerError

Errors returned by CreateTrigger

CreateUserDefinedFunctionError

Errors returned by CreateUserDefinedFunction

CreateWorkflowError

Errors returned by CreateWorkflow

DeleteClassifierError

Errors returned by DeleteClassifier

DeleteColumnStatisticsForPartitionError

Errors returned by DeleteColumnStatisticsForPartition

DeleteColumnStatisticsForTableError

Errors returned by DeleteColumnStatisticsForTable

DeleteConnectionError

Errors returned by DeleteConnection

DeleteCrawlerError

Errors returned by DeleteCrawler

DeleteDatabaseError

Errors returned by DeleteDatabase

DeleteDevEndpointError

Errors returned by DeleteDevEndpoint

DeleteJobError

Errors returned by DeleteJob

DeleteMLTransformError

Errors returned by DeleteMLTransform

DeletePartitionError

Errors returned by DeletePartition

DeletePartitionIndexError

Errors returned by DeletePartitionIndex

DeleteRegistryError

Errors returned by DeleteRegistry

DeleteResourcePolicyError

Errors returned by DeleteResourcePolicy

DeleteSchemaError

Errors returned by DeleteSchema

DeleteSchemaVersionsError

Errors returned by DeleteSchemaVersions

DeleteSecurityConfigurationError

Errors returned by DeleteSecurityConfiguration

DeleteTableError

Errors returned by DeleteTable

DeleteTableVersionError

Errors returned by DeleteTableVersion

DeleteTriggerError

Errors returned by DeleteTrigger

DeleteUserDefinedFunctionError

Errors returned by DeleteUserDefinedFunction

DeleteWorkflowError

Errors returned by DeleteWorkflow

GetCatalogImportStatusError

Errors returned by GetCatalogImportStatus

GetClassifierError

Errors returned by GetClassifier

GetClassifiersError

Errors returned by GetClassifiers

GetColumnStatisticsForPartitionError

Errors returned by GetColumnStatisticsForPartition

GetColumnStatisticsForTableError

Errors returned by GetColumnStatisticsForTable

GetConnectionError

Errors returned by GetConnection

GetConnectionsError

Errors returned by GetConnections

GetCrawlerError

Errors returned by GetCrawler

GetCrawlerMetricsError

Errors returned by GetCrawlerMetrics

GetCrawlersError

Errors returned by GetCrawlers

GetDataCatalogEncryptionSettingsError

Errors returned by GetDataCatalogEncryptionSettings

GetDatabaseError

Errors returned by GetDatabase

GetDatabasesError

Errors returned by GetDatabases

GetDataflowGraphError

Errors returned by GetDataflowGraph

GetDevEndpointError

Errors returned by GetDevEndpoint

GetDevEndpointsError

Errors returned by GetDevEndpoints

GetJobBookmarkError

Errors returned by GetJobBookmark

GetJobError

Errors returned by GetJob

GetJobRunError

Errors returned by GetJobRun

GetJobRunsError

Errors returned by GetJobRuns

GetJobsError

Errors returned by GetJobs

GetMLTaskRunError

Errors returned by GetMLTaskRun

GetMLTaskRunsError

Errors returned by GetMLTaskRuns

GetMLTransformError

Errors returned by GetMLTransform

GetMLTransformsError

Errors returned by GetMLTransforms

GetMappingError

Errors returned by GetMapping

GetPartitionError

Errors returned by GetPartition

GetPartitionIndexesError

Errors returned by GetPartitionIndexes

GetPartitionsError

Errors returned by GetPartitions

GetPlanError

Errors returned by GetPlan

GetRegistryError

Errors returned by GetRegistry

GetResourcePoliciesError

Errors returned by GetResourcePolicies

GetResourcePolicyError

Errors returned by GetResourcePolicy

GetSchemaByDefinitionError

Errors returned by GetSchemaByDefinition

GetSchemaError

Errors returned by GetSchema

GetSchemaVersionError

Errors returned by GetSchemaVersion

GetSchemaVersionsDiffError

Errors returned by GetSchemaVersionsDiff

GetSecurityConfigurationError

Errors returned by GetSecurityConfiguration

GetSecurityConfigurationsError

Errors returned by GetSecurityConfigurations

GetTableError

Errors returned by GetTable

GetTableVersionError

Errors returned by GetTableVersion

GetTableVersionsError

Errors returned by GetTableVersions

GetTablesError

Errors returned by GetTables

GetTagsError

Errors returned by GetTags

GetTriggerError

Errors returned by GetTrigger

GetTriggersError

Errors returned by GetTriggers

GetUserDefinedFunctionError

Errors returned by GetUserDefinedFunction

GetUserDefinedFunctionsError

Errors returned by GetUserDefinedFunctions

GetWorkflowError

Errors returned by GetWorkflow

GetWorkflowRunError

Errors returned by GetWorkflowRun

GetWorkflowRunPropertiesError

Errors returned by GetWorkflowRunProperties

GetWorkflowRunsError

Errors returned by GetWorkflowRuns

GlueBatchStopJobRunError

Errors returned by BatchStopJobRun

ImportCatalogToGlueError

Errors returned by ImportCatalogToGlue

ListCrawlersError

Errors returned by ListCrawlers

ListDevEndpointsError

Errors returned by ListDevEndpoints

ListJobsError

Errors returned by ListJobs

ListMLTransformsError

Errors returned by ListMLTransforms

ListRegistriesError

Errors returned by ListRegistries

ListSchemaVersionsError

Errors returned by ListSchemaVersions

ListSchemasError

Errors returned by ListSchemas

ListTriggersError

Errors returned by ListTriggers

ListWorkflowsError

Errors returned by ListWorkflows

PutDataCatalogEncryptionSettingsError

Errors returned by PutDataCatalogEncryptionSettings

PutResourcePolicyError

Errors returned by PutResourcePolicy

PutSchemaVersionMetadataError

Errors returned by PutSchemaVersionMetadata

PutWorkflowRunPropertiesError

Errors returned by PutWorkflowRunProperties

QuerySchemaVersionMetadataError

Errors returned by QuerySchemaVersionMetadata

RegisterSchemaVersionError

Errors returned by RegisterSchemaVersion

RemoveSchemaVersionMetadataError

Errors returned by RemoveSchemaVersionMetadata

ResetJobBookmarkError

Errors returned by ResetJobBookmark

ResumeWorkflowRunError

Errors returned by ResumeWorkflowRun

SearchTablesError

Errors returned by SearchTables

StartCrawlerError

Errors returned by StartCrawler

StartCrawlerScheduleError

Errors returned by StartCrawlerSchedule

StartExportLabelsTaskRunError

Errors returned by StartExportLabelsTaskRun

StartImportLabelsTaskRunError

Errors returned by StartImportLabelsTaskRun

StartJobRunError

Errors returned by StartJobRun

StartMLEvaluationTaskRunError

Errors returned by StartMLEvaluationTaskRun

StartMLLabelingSetGenerationTaskRunError

Errors returned by StartMLLabelingSetGenerationTaskRun

StartTriggerError

Errors returned by StartTrigger

StartWorkflowRunError

Errors returned by StartWorkflowRun

StopCrawlerError

Errors returned by StopCrawler

StopCrawlerScheduleError

Errors returned by StopCrawlerSchedule

StopTriggerError

Errors returned by StopTrigger

StopWorkflowRunError

Errors returned by StopWorkflowRun

TagResourceError

Errors returned by TagResource

UntagResourceError

Errors returned by UntagResource

UpdateClassifierError

Errors returned by UpdateClassifier

UpdateColumnStatisticsForPartitionError

Errors returned by UpdateColumnStatisticsForPartition

UpdateColumnStatisticsForTableError

Errors returned by UpdateColumnStatisticsForTable

UpdateConnectionError

Errors returned by UpdateConnection

UpdateCrawlerError

Errors returned by UpdateCrawler

UpdateCrawlerScheduleError

Errors returned by UpdateCrawlerSchedule

UpdateDatabaseError

Errors returned by UpdateDatabase

UpdateDevEndpointError

Errors returned by UpdateDevEndpoint

UpdateJobError

Errors returned by UpdateJob

UpdateMLTransformError

Errors returned by UpdateMLTransform

UpdatePartitionError

Errors returned by UpdatePartition

UpdateRegistryError

Errors returned by UpdateRegistry

UpdateSchemaError

Errors returned by UpdateSchema

UpdateTableError

Errors returned by UpdateTable

UpdateTriggerError

Errors returned by UpdateTrigger

UpdateUserDefinedFunctionError

Errors returned by UpdateUserDefinedFunction

UpdateWorkflowError

Errors returned by UpdateWorkflow

Traits

Glue

Trait representing the capabilities of the AWS Glue API. AWS Glue clients implement this trait.