Crate rusoto_glue

Crate rusoto_glue 

Source
Expand description

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.

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.

BinaryColumnStatisticsData

Defines a binary column statistics data.

BooleanColumnStatisticsData

Defines a boolean column statistics.

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.

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

Defines a column containing error.

ColumnStatistics

Defines a column statistics.

ColumnStatisticsData

Defines a column statistics data.

ColumnStatisticsError

Defines a column containing error.

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
CreatePartitionRequest
CreatePartitionResponse
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 a date column statistics data.

DecimalColumnStatisticsData

Defines a decimal column statistics data.

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
DeletePartitionRequest
DeletePartitionResponse
DeleteResourcePolicyRequest
DeleteResourcePolicyResponse
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 a double column statistics data.

DynamoDBTarget

Specifies an Amazon DynamoDB table to crawl.

Edge

An edge represents a directed connection between two AWS Glue components which 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.

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
GetPartitionRequest
GetPartitionResponse
GetPartitionsRequest
GetPartitionsResponse
GetPlanRequest
GetPlanResponse
GetResourcePoliciesRequest
GetResourcePoliciesResponse
GetResourcePolicyRequest
GetResourcePolicyResponse
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.

LabelingSetGenerationTaskRunProperties

Specifies configuration properties for a labeling set generation task run.

LastCrawlInfo

Status and error information about the most recent crawl.

ListCrawlersRequest
ListCrawlersResponse
ListDevEndpointsRequest
ListDevEndpointsResponse
ListJobsRequest
ListJobsResponse
ListMLTransformsRequest
ListMLTransformsResponse
ListTriggersRequest
ListTriggersResponse
ListWorkflowsRequest
ListWorkflowsResponse
Location

The location of resources.

LongColumnStatisticsData

Defines a long column statistics data.

MLTransform

A structure for a machine learning transform.

MappingEntry

Defines a mapping.

Node

A node represents an AWS Glue component like Trigger, Job etc. which 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.

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
PutWorkflowRunPropertiesRequest
PutWorkflowRunPropertiesResponse
ResetJobBookmarkRequest
ResetJobBookmarkResponse
ResourceUri

The URIs for function resources.

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.

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 a string column statistics data.

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.

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
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
CancelMLTaskRunError
Errors returned by CancelMLTaskRun
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
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
DeleteResourcePolicyError
Errors returned by DeleteResourcePolicy
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
GetPartitionsError
Errors returned by GetPartitions
GetPlanError
Errors returned by GetPlan
GetResourcePoliciesError
Errors returned by GetResourcePolicies
GetResourcePolicyError
Errors returned by GetResourcePolicy
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
ListTriggersError
Errors returned by ListTriggers
ListWorkflowsError
Errors returned by ListWorkflows
PutDataCatalogEncryptionSettingsError
Errors returned by PutDataCatalogEncryptionSettings
PutResourcePolicyError
Errors returned by PutResourcePolicy
PutWorkflowRunPropertiesError
Errors returned by PutWorkflowRunProperties
ResetJobBookmarkError
Errors returned by ResetJobBookmark
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
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.