@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSGlue
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSGlue
instead.
Defines the public endpoint for the Glue service.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
BatchCreatePartitionResult |
batchCreatePartition(BatchCreatePartitionRequest batchCreatePartitionRequest)
Creates one or more partitions in a batch operation.
|
BatchDeleteConnectionResult |
batchDeleteConnection(BatchDeleteConnectionRequest batchDeleteConnectionRequest)
Deletes a list of connection definitions from the Data Catalog.
|
BatchDeletePartitionResult |
batchDeletePartition(BatchDeletePartitionRequest batchDeletePartitionRequest)
Deletes one or more partitions in a batch operation.
|
BatchDeleteTableResult |
batchDeleteTable(BatchDeleteTableRequest batchDeleteTableRequest)
Deletes multiple tables at once.
|
BatchDeleteTableVersionResult |
batchDeleteTableVersion(BatchDeleteTableVersionRequest batchDeleteTableVersionRequest)
Deletes a specified batch of versions of a table.
|
BatchGetBlueprintsResult |
batchGetBlueprints(BatchGetBlueprintsRequest batchGetBlueprintsRequest)
Retrieves information about a list of blueprints.
|
BatchGetCrawlersResult |
batchGetCrawlers(BatchGetCrawlersRequest batchGetCrawlersRequest)
Returns a list of resource metadata for a given list of crawler names.
|
BatchGetDevEndpointsResult |
batchGetDevEndpoints(BatchGetDevEndpointsRequest batchGetDevEndpointsRequest)
Returns a list of resource metadata for a given list of development endpoint names.
|
BatchGetJobsResult |
batchGetJobs(BatchGetJobsRequest batchGetJobsRequest)
Returns a list of resource metadata for a given list of job names.
|
BatchGetPartitionResult |
batchGetPartition(BatchGetPartitionRequest batchGetPartitionRequest)
Retrieves partitions in a batch request.
|
BatchGetTriggersResult |
batchGetTriggers(BatchGetTriggersRequest batchGetTriggersRequest)
Returns a list of resource metadata for a given list of trigger names.
|
BatchGetWorkflowsResult |
batchGetWorkflows(BatchGetWorkflowsRequest batchGetWorkflowsRequest)
Returns a list of resource metadata for a given list of workflow names.
|
BatchStopJobRunResult |
batchStopJobRun(BatchStopJobRunRequest batchStopJobRunRequest)
Stops one or more job runs for a specified job definition.
|
BatchUpdatePartitionResult |
batchUpdatePartition(BatchUpdatePartitionRequest batchUpdatePartitionRequest)
Updates one or more partitions in a batch operation.
|
CancelMLTaskRunResult |
cancelMLTaskRun(CancelMLTaskRunRequest cancelMLTaskRunRequest)
Cancels (stops) a task run.
|
CheckSchemaVersionValidityResult |
checkSchemaVersionValidity(CheckSchemaVersionValidityRequest checkSchemaVersionValidityRequest)
Validates the supplied schema.
|
CreateBlueprintResult |
createBlueprint(CreateBlueprintRequest createBlueprintRequest)
Registers a blueprint with Glue.
|
CreateClassifierResult |
createClassifier(CreateClassifierRequest createClassifierRequest)
Creates a classifier in the user's account.
|
CreateConnectionResult |
createConnection(CreateConnectionRequest createConnectionRequest)
Creates a connection definition in the Data Catalog.
|
CreateCrawlerResult |
createCrawler(CreateCrawlerRequest createCrawlerRequest)
Creates a new crawler with specified targets, role, configuration, and optional schedule.
|
CreateDatabaseResult |
createDatabase(CreateDatabaseRequest createDatabaseRequest)
Creates a new database in a Data Catalog.
|
CreateDevEndpointResult |
createDevEndpoint(CreateDevEndpointRequest createDevEndpointRequest)
Creates a new development endpoint.
|
CreateJobResult |
createJob(CreateJobRequest createJobRequest)
Creates a new job definition.
|
CreateMLTransformResult |
createMLTransform(CreateMLTransformRequest createMLTransformRequest)
Creates an Glue machine learning transform.
|
CreatePartitionResult |
createPartition(CreatePartitionRequest createPartitionRequest)
Creates a new partition.
|
CreatePartitionIndexResult |
createPartitionIndex(CreatePartitionIndexRequest createPartitionIndexRequest)
Creates a specified partition index in an existing table.
|
CreateRegistryResult |
createRegistry(CreateRegistryRequest createRegistryRequest)
Creates a new registry which may be used to hold a collection of schemas.
|
CreateSchemaResult |
createSchema(CreateSchemaRequest createSchemaRequest)
Creates a new schema set and registers the schema definition.
|
CreateScriptResult |
createScript(CreateScriptRequest createScriptRequest)
Transforms a directed acyclic graph (DAG) into code.
|
CreateSecurityConfigurationResult |
createSecurityConfiguration(CreateSecurityConfigurationRequest createSecurityConfigurationRequest)
Creates a new security configuration.
|
CreateTableResult |
createTable(CreateTableRequest createTableRequest)
Creates a new table definition in the Data Catalog.
|
CreateTriggerResult |
createTrigger(CreateTriggerRequest createTriggerRequest)
Creates a new trigger.
|
CreateUserDefinedFunctionResult |
createUserDefinedFunction(CreateUserDefinedFunctionRequest createUserDefinedFunctionRequest)
Creates a new function definition in the Data Catalog.
|
CreateWorkflowResult |
createWorkflow(CreateWorkflowRequest createWorkflowRequest)
Creates a new workflow.
|
DeleteBlueprintResult |
deleteBlueprint(DeleteBlueprintRequest deleteBlueprintRequest)
Deletes an existing blueprint.
|
DeleteClassifierResult |
deleteClassifier(DeleteClassifierRequest deleteClassifierRequest)
Removes a classifier from the Data Catalog.
|
DeleteColumnStatisticsForPartitionResult |
deleteColumnStatisticsForPartition(DeleteColumnStatisticsForPartitionRequest deleteColumnStatisticsForPartitionRequest)
Delete the partition column statistics of a column.
|
DeleteColumnStatisticsForTableResult |
deleteColumnStatisticsForTable(DeleteColumnStatisticsForTableRequest deleteColumnStatisticsForTableRequest)
Retrieves table statistics of columns.
|
DeleteConnectionResult |
deleteConnection(DeleteConnectionRequest deleteConnectionRequest)
Deletes a connection from the Data Catalog.
|
DeleteCrawlerResult |
deleteCrawler(DeleteCrawlerRequest deleteCrawlerRequest)
Removes a specified crawler from the Glue Data Catalog, unless the crawler state is
RUNNING . |
DeleteDatabaseResult |
deleteDatabase(DeleteDatabaseRequest deleteDatabaseRequest)
Removes a specified database from a Data Catalog.
|
DeleteDevEndpointResult |
deleteDevEndpoint(DeleteDevEndpointRequest deleteDevEndpointRequest)
Deletes a specified development endpoint.
|
DeleteJobResult |
deleteJob(DeleteJobRequest deleteJobRequest)
Deletes a specified job definition.
|
DeleteMLTransformResult |
deleteMLTransform(DeleteMLTransformRequest deleteMLTransformRequest)
Deletes an Glue machine learning transform.
|
DeletePartitionResult |
deletePartition(DeletePartitionRequest deletePartitionRequest)
Deletes a specified partition.
|
DeletePartitionIndexResult |
deletePartitionIndex(DeletePartitionIndexRequest deletePartitionIndexRequest)
Deletes a specified partition index from an existing table.
|
DeleteRegistryResult |
deleteRegistry(DeleteRegistryRequest deleteRegistryRequest)
Delete the entire registry including schema and all of its versions.
|
DeleteResourcePolicyResult |
deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)
Deletes a specified policy.
|
DeleteSchemaResult |
deleteSchema(DeleteSchemaRequest deleteSchemaRequest)
Deletes the entire schema set, including the schema set and all of its versions.
|
DeleteSchemaVersionsResult |
deleteSchemaVersions(DeleteSchemaVersionsRequest deleteSchemaVersionsRequest)
Remove versions from the specified schema.
|
DeleteSecurityConfigurationResult |
deleteSecurityConfiguration(DeleteSecurityConfigurationRequest deleteSecurityConfigurationRequest)
Deletes a specified security configuration.
|
DeleteTableResult |
deleteTable(DeleteTableRequest deleteTableRequest)
Removes a table definition from the Data Catalog.
|
DeleteTableVersionResult |
deleteTableVersion(DeleteTableVersionRequest deleteTableVersionRequest)
Deletes a specified version of a table.
|
DeleteTriggerResult |
deleteTrigger(DeleteTriggerRequest deleteTriggerRequest)
Deletes a specified trigger.
|
DeleteUserDefinedFunctionResult |
deleteUserDefinedFunction(DeleteUserDefinedFunctionRequest deleteUserDefinedFunctionRequest)
Deletes an existing function definition from the Data Catalog.
|
DeleteWorkflowResult |
deleteWorkflow(DeleteWorkflowRequest deleteWorkflowRequest)
Deletes a workflow.
|
GetBlueprintResult |
getBlueprint(GetBlueprintRequest getBlueprintRequest)
Retrieves the details of a blueprint.
|
GetBlueprintRunResult |
getBlueprintRun(GetBlueprintRunRequest getBlueprintRunRequest)
Retrieves the details of a blueprint run.
|
GetBlueprintRunsResult |
getBlueprintRuns(GetBlueprintRunsRequest getBlueprintRunsRequest)
Retrieves the details of blueprint runs for a specified blueprint.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetCatalogImportStatusResult |
getCatalogImportStatus(GetCatalogImportStatusRequest getCatalogImportStatusRequest)
Retrieves the status of a migration operation.
|
GetClassifierResult |
getClassifier(GetClassifierRequest getClassifierRequest)
Retrieve a classifier by name.
|
GetClassifiersResult |
getClassifiers(GetClassifiersRequest getClassifiersRequest)
Lists all classifier objects in the Data Catalog.
|
GetColumnStatisticsForPartitionResult |
getColumnStatisticsForPartition(GetColumnStatisticsForPartitionRequest getColumnStatisticsForPartitionRequest)
Retrieves partition statistics of columns.
|
GetColumnStatisticsForTableResult |
getColumnStatisticsForTable(GetColumnStatisticsForTableRequest getColumnStatisticsForTableRequest)
Retrieves table statistics of columns.
|
GetConnectionResult |
getConnection(GetConnectionRequest getConnectionRequest)
Retrieves a connection definition from the Data Catalog.
|
GetConnectionsResult |
getConnections(GetConnectionsRequest getConnectionsRequest)
Retrieves a list of connection definitions from the Data Catalog.
|
GetCrawlerResult |
getCrawler(GetCrawlerRequest getCrawlerRequest)
Retrieves metadata for a specified crawler.
|
GetCrawlerMetricsResult |
getCrawlerMetrics(GetCrawlerMetricsRequest getCrawlerMetricsRequest)
Retrieves metrics about specified crawlers.
|
GetCrawlersResult |
getCrawlers(GetCrawlersRequest getCrawlersRequest)
Retrieves metadata for all crawlers defined in the customer account.
|
GetDatabaseResult |
getDatabase(GetDatabaseRequest getDatabaseRequest)
Retrieves the definition of a specified database.
|
GetDatabasesResult |
getDatabases(GetDatabasesRequest getDatabasesRequest)
Retrieves all databases defined in a given Data Catalog.
|
GetDataCatalogEncryptionSettingsResult |
getDataCatalogEncryptionSettings(GetDataCatalogEncryptionSettingsRequest getDataCatalogEncryptionSettingsRequest)
Retrieves the security configuration for a specified catalog.
|
GetDataflowGraphResult |
getDataflowGraph(GetDataflowGraphRequest getDataflowGraphRequest)
Transforms a Python script into a directed acyclic graph (DAG).
|
GetDevEndpointResult |
getDevEndpoint(GetDevEndpointRequest getDevEndpointRequest)
Retrieves information about a specified development endpoint.
|
GetDevEndpointsResult |
getDevEndpoints(GetDevEndpointsRequest getDevEndpointsRequest)
Retrieves all the development endpoints in this AWS account.
|
GetJobResult |
getJob(GetJobRequest getJobRequest)
Retrieves an existing job definition.
|
GetJobBookmarkResult |
getJobBookmark(GetJobBookmarkRequest getJobBookmarkRequest)
Returns information on a job bookmark entry.
|
GetJobRunResult |
getJobRun(GetJobRunRequest getJobRunRequest)
Retrieves the metadata for a given job run.
|
GetJobRunsResult |
getJobRuns(GetJobRunsRequest getJobRunsRequest)
Retrieves metadata for all runs of a given job definition.
|
GetJobsResult |
getJobs(GetJobsRequest getJobsRequest)
Retrieves all current job definitions.
|
GetMappingResult |
getMapping(GetMappingRequest getMappingRequest)
Creates mappings.
|
GetMLTaskRunResult |
getMLTaskRun(GetMLTaskRunRequest getMLTaskRunRequest)
Gets details for a specific task run on a machine learning transform.
|
GetMLTaskRunsResult |
getMLTaskRuns(GetMLTaskRunsRequest getMLTaskRunsRequest)
Gets a list of runs for a machine learning transform.
|
GetMLTransformResult |
getMLTransform(GetMLTransformRequest getMLTransformRequest)
Gets an Glue machine learning transform artifact and all its corresponding metadata.
|
GetMLTransformsResult |
getMLTransforms(GetMLTransformsRequest getMLTransformsRequest)
Gets a sortable, filterable list of existing Glue machine learning transforms.
|
GetPartitionResult |
getPartition(GetPartitionRequest getPartitionRequest)
Retrieves information about a specified partition.
|
GetPartitionIndexesResult |
getPartitionIndexes(GetPartitionIndexesRequest getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
|
GetPartitionsResult |
getPartitions(GetPartitionsRequest getPartitionsRequest)
Retrieves information about the partitions in a table.
|
GetPlanResult |
getPlan(GetPlanRequest getPlanRequest)
Gets code to perform a specified mapping.
|
GetRegistryResult |
getRegistry(GetRegistryRequest getRegistryRequest)
Describes the specified registry in detail.
|
GetResourcePoliciesResult |
getResourcePolicies(GetResourcePoliciesRequest getResourcePoliciesRequest)
Retrieves the resource policies set on individual resources by Resource Access Manager during cross-account
permission grants.
|
GetResourcePolicyResult |
getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)
Retrieves a specified resource policy.
|
GetSchemaResult |
getSchema(GetSchemaRequest getSchemaRequest)
Describes the specified schema in detail.
|
GetSchemaByDefinitionResult |
getSchemaByDefinition(GetSchemaByDefinitionRequest getSchemaByDefinitionRequest)
Retrieves a schema by the
SchemaDefinition . |
GetSchemaVersionResult |
getSchemaVersion(GetSchemaVersionRequest getSchemaVersionRequest)
Get the specified schema by its unique ID assigned when a version of the schema is created or registered.
|
GetSchemaVersionsDiffResult |
getSchemaVersionsDiff(GetSchemaVersionsDiffRequest getSchemaVersionsDiffRequest)
Fetches the schema version difference in the specified difference type between two stored schema versions in the
Schema Registry.
|
GetSecurityConfigurationResult |
getSecurityConfiguration(GetSecurityConfigurationRequest getSecurityConfigurationRequest)
Retrieves a specified security configuration.
|
GetSecurityConfigurationsResult |
getSecurityConfigurations(GetSecurityConfigurationsRequest getSecurityConfigurationsRequest)
Retrieves a list of all security configurations.
|
GetTableResult |
getTable(GetTableRequest getTableRequest)
Retrieves the
Table definition in a Data Catalog for a specified table. |
GetTablesResult |
getTables(GetTablesRequest getTablesRequest)
Retrieves the definitions of some or all of the tables in a given
Database . |
GetTableVersionResult |
getTableVersion(GetTableVersionRequest getTableVersionRequest)
Retrieves a specified version of a table.
|
GetTableVersionsResult |
getTableVersions(GetTableVersionsRequest getTableVersionsRequest)
Retrieves a list of strings that identify available versions of a specified table.
|
GetTagsResult |
getTags(GetTagsRequest getTagsRequest)
Retrieves a list of tags associated with a resource.
|
GetTriggerResult |
getTrigger(GetTriggerRequest getTriggerRequest)
Retrieves the definition of a trigger.
|
GetTriggersResult |
getTriggers(GetTriggersRequest getTriggersRequest)
Gets all the triggers associated with a job.
|
GetUnfilteredPartitionMetadataResult |
getUnfilteredPartitionMetadata(GetUnfilteredPartitionMetadataRequest getUnfilteredPartitionMetadataRequest) |
GetUnfilteredPartitionsMetadataResult |
getUnfilteredPartitionsMetadata(GetUnfilteredPartitionsMetadataRequest getUnfilteredPartitionsMetadataRequest) |
GetUnfilteredTableMetadataResult |
getUnfilteredTableMetadata(GetUnfilteredTableMetadataRequest getUnfilteredTableMetadataRequest) |
GetUserDefinedFunctionResult |
getUserDefinedFunction(GetUserDefinedFunctionRequest getUserDefinedFunctionRequest)
Retrieves a specified function definition from the Data Catalog.
|
GetUserDefinedFunctionsResult |
getUserDefinedFunctions(GetUserDefinedFunctionsRequest getUserDefinedFunctionsRequest)
Retrieves multiple function definitions from the Data Catalog.
|
GetWorkflowResult |
getWorkflow(GetWorkflowRequest getWorkflowRequest)
Retrieves resource metadata for a workflow.
|
GetWorkflowRunResult |
getWorkflowRun(GetWorkflowRunRequest getWorkflowRunRequest)
Retrieves the metadata for a given workflow run.
|
GetWorkflowRunPropertiesResult |
getWorkflowRunProperties(GetWorkflowRunPropertiesRequest getWorkflowRunPropertiesRequest)
Retrieves the workflow run properties which were set during the run.
|
GetWorkflowRunsResult |
getWorkflowRuns(GetWorkflowRunsRequest getWorkflowRunsRequest)
Retrieves metadata for all runs of a given workflow.
|
ImportCatalogToGlueResult |
importCatalogToGlue(ImportCatalogToGlueRequest importCatalogToGlueRequest)
Imports an existing Amazon Athena Data Catalog to Glue.
|
ListBlueprintsResult |
listBlueprints(ListBlueprintsRequest listBlueprintsRequest)
Lists all the blueprint names in an account.
|
ListCrawlersResult |
listCrawlers(ListCrawlersRequest listCrawlersRequest)
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the
specified tag.
|
ListDevEndpointsResult |
listDevEndpoints(ListDevEndpointsRequest listDevEndpointsRequest)
Retrieves the names of all
DevEndpoint resources in this Amazon Web Services account, or the
resources with the specified tag. |
ListJobsResult |
listJobs(ListJobsRequest listJobsRequest)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified
tag.
|
ListMLTransformsResult |
listMLTransforms(ListMLTransformsRequest listMLTransformsRequest)
Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services
account, or the resources with the specified tag.
|
ListRegistriesResult |
listRegistries(ListRegistriesRequest listRegistriesRequest)
Returns a list of registries that you have created, with minimal registry information.
|
ListSchemasResult |
listSchemas(ListSchemasRequest listSchemasRequest)
Returns a list of schemas with minimal details.
|
ListSchemaVersionsResult |
listSchemaVersions(ListSchemaVersionsRequest listSchemaVersionsRequest)
Returns a list of schema versions that you have created, with minimal information.
|
ListTriggersResult |
listTriggers(ListTriggersRequest listTriggersRequest)
Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the
specified tag.
|
ListWorkflowsResult |
listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Lists names of workflows created in the account.
|
PutDataCatalogEncryptionSettingsResult |
putDataCatalogEncryptionSettings(PutDataCatalogEncryptionSettingsRequest putDataCatalogEncryptionSettingsRequest)
Sets the security configuration for a specified catalog.
|
PutResourcePolicyResult |
putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest)
Sets the Data Catalog resource policy for access control.
|
PutSchemaVersionMetadataResult |
putSchemaVersionMetadata(PutSchemaVersionMetadataRequest putSchemaVersionMetadataRequest)
Puts the metadata key value pair for a specified schema version ID.
|
PutWorkflowRunPropertiesResult |
putWorkflowRunProperties(PutWorkflowRunPropertiesRequest putWorkflowRunPropertiesRequest)
Puts the specified workflow run properties for the given workflow run.
|
QuerySchemaVersionMetadataResult |
querySchemaVersionMetadata(QuerySchemaVersionMetadataRequest querySchemaVersionMetadataRequest)
Queries for the schema version metadata information.
|
RegisterSchemaVersionResult |
registerSchemaVersion(RegisterSchemaVersionRequest registerSchemaVersionRequest)
Adds a new version to the existing schema.
|
RemoveSchemaVersionMetadataResult |
removeSchemaVersionMetadata(RemoveSchemaVersionMetadataRequest removeSchemaVersionMetadataRequest)
Removes a key value pair from the schema version metadata for the specified schema version ID.
|
ResetJobBookmarkResult |
resetJobBookmark(ResetJobBookmarkRequest resetJobBookmarkRequest)
Resets a bookmark entry.
|
ResumeWorkflowRunResult |
resumeWorkflowRun(ResumeWorkflowRunRequest resumeWorkflowRunRequest)
Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run.
|
SearchTablesResult |
searchTables(SearchTablesRequest searchTablesRequest)
Searches a set of tables based on properties in the table metadata as well as on the parent database.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartBlueprintRunResult |
startBlueprintRun(StartBlueprintRunRequest startBlueprintRunRequest)
Starts a new run of the specified blueprint.
|
StartCrawlerResult |
startCrawler(StartCrawlerRequest startCrawlerRequest)
Starts a crawl using the specified crawler, regardless of what is scheduled.
|
StartCrawlerScheduleResult |
startCrawlerSchedule(StartCrawlerScheduleRequest startCrawlerScheduleRequest)
Changes the schedule state of the specified crawler to
SCHEDULED , unless the crawler is already
running or the schedule state is already SCHEDULED . |
StartExportLabelsTaskRunResult |
startExportLabelsTaskRun(StartExportLabelsTaskRunRequest startExportLabelsTaskRunRequest)
Begins an asynchronous task to export all labeled data for a particular transform.
|
StartImportLabelsTaskRunResult |
startImportLabelsTaskRun(StartImportLabelsTaskRunRequest startImportLabelsTaskRunRequest)
Enables you to provide additional labels (examples of truth) to be used to teach the machine learning transform
and improve its quality.
|
StartJobRunResult |
startJobRun(StartJobRunRequest startJobRunRequest)
Starts a job run using a job definition.
|
StartMLEvaluationTaskRunResult |
startMLEvaluationTaskRun(StartMLEvaluationTaskRunRequest startMLEvaluationTaskRunRequest)
Starts a task to estimate the quality of the transform.
|
StartMLLabelingSetGenerationTaskRunResult |
startMLLabelingSetGenerationTaskRun(StartMLLabelingSetGenerationTaskRunRequest startMLLabelingSetGenerationTaskRunRequest)
Starts the active learning workflow for your machine learning transform to improve the transform's quality by
generating label sets and adding labels.
|
StartTriggerResult |
startTrigger(StartTriggerRequest startTriggerRequest)
Starts an existing trigger.
|
StartWorkflowRunResult |
startWorkflowRun(StartWorkflowRunRequest startWorkflowRunRequest)
Starts a new run of the specified workflow.
|
StopCrawlerResult |
stopCrawler(StopCrawlerRequest stopCrawlerRequest)
If the specified crawler is running, stops the crawl.
|
StopCrawlerScheduleResult |
stopCrawlerSchedule(StopCrawlerScheduleRequest stopCrawlerScheduleRequest)
Sets the schedule state of the specified crawler to
NOT_SCHEDULED , but does not stop the crawler if
it is already running. |
StopTriggerResult |
stopTrigger(StopTriggerRequest stopTriggerRequest)
Stops a specified trigger.
|
StopWorkflowRunResult |
stopWorkflowRun(StopWorkflowRunRequest stopWorkflowRunRequest)
Stops the execution of the specified workflow run.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Adds tags to a resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
|
UpdateBlueprintResult |
updateBlueprint(UpdateBlueprintRequest updateBlueprintRequest)
Updates a registered blueprint.
|
UpdateClassifierResult |
updateClassifier(UpdateClassifierRequest updateClassifierRequest)
Modifies an existing classifier (a
GrokClassifier , an XMLClassifier , a
JsonClassifier , or a CsvClassifier , depending on which field is present). |
UpdateColumnStatisticsForPartitionResult |
updateColumnStatisticsForPartition(UpdateColumnStatisticsForPartitionRequest updateColumnStatisticsForPartitionRequest)
Creates or updates partition statistics of columns.
|
UpdateColumnStatisticsForTableResult |
updateColumnStatisticsForTable(UpdateColumnStatisticsForTableRequest updateColumnStatisticsForTableRequest)
Creates or updates table statistics of columns.
|
UpdateConnectionResult |
updateConnection(UpdateConnectionRequest updateConnectionRequest)
Updates a connection definition in the Data Catalog.
|
UpdateCrawlerResult |
updateCrawler(UpdateCrawlerRequest updateCrawlerRequest)
Updates a crawler.
|
UpdateCrawlerScheduleResult |
updateCrawlerSchedule(UpdateCrawlerScheduleRequest updateCrawlerScheduleRequest)
Updates the schedule of a crawler using a
cron expression. |
UpdateDatabaseResult |
updateDatabase(UpdateDatabaseRequest updateDatabaseRequest)
Updates an existing database definition in a Data Catalog.
|
UpdateDevEndpointResult |
updateDevEndpoint(UpdateDevEndpointRequest updateDevEndpointRequest)
Updates a specified development endpoint.
|
UpdateJobResult |
updateJob(UpdateJobRequest updateJobRequest)
Updates an existing job definition.
|
UpdateMLTransformResult |
updateMLTransform(UpdateMLTransformRequest updateMLTransformRequest)
Updates an existing machine learning transform.
|
UpdatePartitionResult |
updatePartition(UpdatePartitionRequest updatePartitionRequest)
Updates a partition.
|
UpdateRegistryResult |
updateRegistry(UpdateRegistryRequest updateRegistryRequest)
Updates an existing registry which is used to hold a collection of schemas.
|
UpdateSchemaResult |
updateSchema(UpdateSchemaRequest updateSchemaRequest)
Updates the description, compatibility setting, or version checkpoint for a schema set.
|
UpdateTableResult |
updateTable(UpdateTableRequest updateTableRequest)
Updates a metadata table in the Data Catalog.
|
UpdateTriggerResult |
updateTrigger(UpdateTriggerRequest updateTriggerRequest)
Updates a trigger definition.
|
UpdateUserDefinedFunctionResult |
updateUserDefinedFunction(UpdateUserDefinedFunctionRequest updateUserDefinedFunctionRequest)
Updates an existing function definition in the Data Catalog.
|
UpdateWorkflowResult |
updateWorkflow(UpdateWorkflowRequest updateWorkflowRequest)
Updates an existing workflow.
|
static final String ENDPOINT_PREFIX
BatchCreatePartitionResult batchCreatePartition(BatchCreatePartitionRequest batchCreatePartitionRequest)
Creates one or more partitions in a batch operation.
batchCreatePartitionRequest
- InvalidInputException
- The input provided was not valid.AlreadyExistsException
- A resource to be created or added already exists.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.InternalServiceException
- An internal service error occurred.EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.BatchDeleteConnectionResult batchDeleteConnection(BatchDeleteConnectionRequest batchDeleteConnectionRequest)
Deletes a list of connection definitions from the Data Catalog.
batchDeleteConnectionRequest
- InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.BatchDeletePartitionResult batchDeletePartition(BatchDeletePartitionRequest batchDeletePartitionRequest)
Deletes one or more partitions in a batch operation.
batchDeletePartitionRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.BatchDeleteTableResult batchDeleteTable(BatchDeleteTableRequest batchDeleteTableRequest)
Deletes multiple tables at once.
After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.
To ensure the immediate deletion of all related resources, before calling BatchDeleteTable
, use
DeleteTableVersion
or BatchDeleteTableVersion
, and DeletePartition
or
BatchDeletePartition
, to delete any resources that belong to the table.
batchDeleteTableRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.ResourceNotReadyException
- A resource was not ready for a transaction.BatchDeleteTableVersionResult batchDeleteTableVersion(BatchDeleteTableVersionRequest batchDeleteTableVersionRequest)
Deletes a specified batch of versions of a table.
batchDeleteTableVersionRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.BatchGetBlueprintsResult batchGetBlueprints(BatchGetBlueprintsRequest batchGetBlueprintsRequest)
Retrieves information about a list of blueprints.
batchGetBlueprintsRequest
- InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.BatchGetCrawlersResult batchGetCrawlers(BatchGetCrawlersRequest batchGetCrawlersRequest)
Returns a list of resource metadata for a given list of crawler names. After calling the
ListCrawlers
operation, you can call this operation to access the data to which you have been
granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
batchGetCrawlersRequest
- InvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.BatchGetDevEndpointsResult batchGetDevEndpoints(BatchGetDevEndpointsRequest batchGetDevEndpointsRequest)
Returns a list of resource metadata for a given list of development endpoint names. After calling the
ListDevEndpoints
operation, you can call this operation to access the data to which you have been
granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
batchGetDevEndpointsRequest
- AccessDeniedException
- Access to a resource was denied.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.BatchGetJobsResult batchGetJobs(BatchGetJobsRequest batchGetJobsRequest)
Returns a list of resource metadata for a given list of job names. After calling the ListJobs
operation, you can call this operation to access the data to which you have been granted permissions. This
operation supports all IAM permissions, including permission conditions that uses tags.
batchGetJobsRequest
- InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.BatchGetPartitionResult batchGetPartition(BatchGetPartitionRequest batchGetPartitionRequest)
Retrieves partitions in a batch request.
batchGetPartitionRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.GlueEncryptionException
- An encryption operation failed.InvalidStateException
- An error that indicates your data is in an invalid state.BatchGetTriggersResult batchGetTriggers(BatchGetTriggersRequest batchGetTriggersRequest)
Returns a list of resource metadata for a given list of trigger names. After calling the
ListTriggers
operation, you can call this operation to access the data to which you have been
granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
batchGetTriggersRequest
- InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.BatchGetWorkflowsResult batchGetWorkflows(BatchGetWorkflowsRequest batchGetWorkflowsRequest)
Returns a list of resource metadata for a given list of workflow names. After calling the
ListWorkflows
operation, you can call this operation to access the data to which you have been
granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
batchGetWorkflowsRequest
- InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.BatchStopJobRunResult batchStopJobRun(BatchStopJobRunRequest batchStopJobRunRequest)
Stops one or more job runs for a specified job definition.
batchStopJobRunRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.BatchUpdatePartitionResult batchUpdatePartition(BatchUpdatePartitionRequest batchUpdatePartitionRequest)
Updates one or more partitions in a batch operation.
batchUpdatePartitionRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.GlueEncryptionException
- An encryption operation failed.CancelMLTaskRunResult cancelMLTaskRun(CancelMLTaskRunRequest cancelMLTaskRunRequest)
Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as
part of various machine learning workflows. You can cancel a machine learning task run at any time by calling
CancelMLTaskRun
with a task run's parent transform's TransformID
and the task run's
TaskRunId
.
cancelMLTaskRunRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.CheckSchemaVersionValidityResult checkSchemaVersionValidity(CheckSchemaVersionValidityRequest checkSchemaVersionValidityRequest)
Validates the supplied schema. This call has no side effects, it simply validates using the supplied schema using
DataFormat
as the format. Since it does not take a schema set name, no compatibility checks are
performed.
checkSchemaVersionValidityRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.InternalServiceException
- An internal service error occurred.CreateBlueprintResult createBlueprint(CreateBlueprintRequest createBlueprintRequest)
Registers a blueprint with Glue.
createBlueprintRequest
- AlreadyExistsException
- A resource to be created or added already exists.InvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.CreateClassifierResult createClassifier(CreateClassifierRequest createClassifierRequest)
Creates a classifier in the user's account. This can be a GrokClassifier
, an
XMLClassifier
, a JsonClassifier
, or a CsvClassifier
, depending on which
field of the request is present.
createClassifierRequest
- AlreadyExistsException
- A resource to be created or added already exists.InvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.CreateConnectionResult createConnection(CreateConnectionRequest createConnectionRequest)
Creates a connection definition in the Data Catalog.
createConnectionRequest
- AlreadyExistsException
- A resource to be created or added already exists.InvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.GlueEncryptionException
- An encryption operation failed.CreateCrawlerResult createCrawler(CreateCrawlerRequest createCrawlerRequest)
Creates a new crawler with specified targets, role, configuration, and optional schedule. At least one crawl
target must be specified, in the s3Targets
field, the jdbcTargets
field, or the
DynamoDBTargets
field.
createCrawlerRequest
- InvalidInputException
- The input provided was not valid.AlreadyExistsException
- A resource to be created or added already exists.OperationTimeoutException
- The operation timed out.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.CreateDatabaseResult createDatabase(CreateDatabaseRequest createDatabaseRequest)
Creates a new database in a Data Catalog.
createDatabaseRequest
- InvalidInputException
- The input provided was not valid.AlreadyExistsException
- A resource to be created or added already exists.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.CreateDevEndpointResult createDevEndpoint(CreateDevEndpointRequest createDevEndpointRequest)
Creates a new development endpoint.
createDevEndpointRequest
- AccessDeniedException
- Access to a resource was denied.AlreadyExistsException
- A resource to be created or added already exists.IdempotentParameterMismatchException
- The same unique identifier was associated with two different records.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.ValidationException
- A value could not be validated.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.CreateJobResult createJob(CreateJobRequest createJobRequest)
Creates a new job definition.
createJobRequest
- InvalidInputException
- The input provided was not valid.IdempotentParameterMismatchException
- The same unique identifier was associated with two different records.AlreadyExistsException
- A resource to be created or added already exists.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.CreateMLTransformResult createMLTransform(CreateMLTransformRequest createMLTransformRequest)
Creates an Glue machine learning transform. This operation creates the transform and all the necessary parameters to train it.
Call this operation as the first step in the process of using a machine learning transform (such as the
FindMatches
transform) for deduplicating data. You can provide an optional Description
,
in addition to the parameters that you want to use for your algorithm.
You must also specify certain parameters for the tasks that Glue runs on your behalf as part of learning from
your data and creating a high-quality machine learning transform. These parameters include Role
, and
optionally, AllocatedCapacity
, Timeout
, and MaxRetries
. For more
information, see Jobs.
createMLTransformRequest
- AlreadyExistsException
- A resource to be created or added already exists.InvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.AccessDeniedException
- Access to a resource was denied.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.IdempotentParameterMismatchException
- The same unique identifier was associated with two different records.CreatePartitionResult createPartition(CreatePartitionRequest createPartitionRequest)
Creates a new partition.
createPartitionRequest
- InvalidInputException
- The input provided was not valid.AlreadyExistsException
- A resource to be created or added already exists.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.InternalServiceException
- An internal service error occurred.EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.CreatePartitionIndexResult createPartitionIndex(CreatePartitionIndexRequest createPartitionIndexRequest)
Creates a specified partition index in an existing table.
createPartitionIndexRequest
- AlreadyExistsException
- A resource to be created or added already exists.InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existResourceNumberLimitExceededException
- A resource numerical limit was exceeded.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.CreateRegistryResult createRegistry(CreateRegistryRequest createRegistryRequest)
Creates a new registry which may be used to hold a collection of schemas.
createRegistryRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.AlreadyExistsException
- A resource to be created or added already exists.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.InternalServiceException
- An internal service error occurred.CreateSchemaResult createSchema(CreateSchemaRequest createSchemaRequest)
Creates a new schema set and registers the schema definition. Returns an error if the schema set already exists without actually registering the version.
When the schema set is created, a version checkpoint will be set to the first version. Compatibility mode
"DISABLED" restricts any additional schema versions from being added after the first schema version. For all
other compatibility modes, validation of compatibility settings will be applied only from the second version
onwards when the RegisterSchemaVersion
API is used.
When this API is called without a RegistryId
, this will create an entry for a "default-registry" in
the registry database tables, if it is not already present.
createSchemaRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.EntityNotFoundException
- A specified entity does not existAlreadyExistsException
- A resource to be created or added already exists.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.InternalServiceException
- An internal service error occurred.CreateScriptResult createScript(CreateScriptRequest createScriptRequest)
Transforms a directed acyclic graph (DAG) into code.
createScriptRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.CreateSecurityConfigurationResult createSecurityConfiguration(CreateSecurityConfigurationRequest createSecurityConfigurationRequest)
Creates a new security configuration. A security configuration is a set of security properties that can be used by Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in Glue, see Encrypting Data Written by Crawlers, Jobs, and Development Endpoints.
createSecurityConfigurationRequest
- AlreadyExistsException
- A resource to be created or added already exists.InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.CreateTableResult createTable(CreateTableRequest createTableRequest)
Creates a new table definition in the Data Catalog.
createTableRequest
- AlreadyExistsException
- A resource to be created or added already exists.InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existResourceNumberLimitExceededException
- A resource numerical limit was exceeded.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.ResourceNotReadyException
- A resource was not ready for a transaction.CreateTriggerResult createTrigger(CreateTriggerRequest createTriggerRequest)
Creates a new trigger.
createTriggerRequest
- AlreadyExistsException
- A resource to be created or added already exists.EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.IdempotentParameterMismatchException
- The same unique identifier was associated with two different records.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.CreateUserDefinedFunctionResult createUserDefinedFunction(CreateUserDefinedFunctionRequest createUserDefinedFunctionRequest)
Creates a new function definition in the Data Catalog.
createUserDefinedFunctionRequest
- AlreadyExistsException
- A resource to be created or added already exists.InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.GlueEncryptionException
- An encryption operation failed.CreateWorkflowResult createWorkflow(CreateWorkflowRequest createWorkflowRequest)
Creates a new workflow.
createWorkflowRequest
- AlreadyExistsException
- A resource to be created or added already exists.InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.DeleteBlueprintResult deleteBlueprint(DeleteBlueprintRequest deleteBlueprintRequest)
Deletes an existing blueprint.
deleteBlueprintRequest
- InvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.DeleteClassifierResult deleteClassifier(DeleteClassifierRequest deleteClassifierRequest)
Removes a classifier from the Data Catalog.
deleteClassifierRequest
- EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.DeleteColumnStatisticsForPartitionResult deleteColumnStatisticsForPartition(DeleteColumnStatisticsForPartitionRequest deleteColumnStatisticsForPartitionRequest)
Delete the partition column statistics of a column.
The Identity and Access Management (IAM) permission required for this operation is DeletePartition
.
deleteColumnStatisticsForPartitionRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.DeleteColumnStatisticsForTableResult deleteColumnStatisticsForTable(DeleteColumnStatisticsForTableRequest deleteColumnStatisticsForTableRequest)
Retrieves table statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is DeleteTable
.
deleteColumnStatisticsForTableRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.DeleteConnectionResult deleteConnection(DeleteConnectionRequest deleteConnectionRequest)
Deletes a connection from the Data Catalog.
deleteConnectionRequest
- EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.DeleteCrawlerResult deleteCrawler(DeleteCrawlerRequest deleteCrawlerRequest)
Removes a specified crawler from the Glue Data Catalog, unless the crawler state is RUNNING
.
deleteCrawlerRequest
- EntityNotFoundException
- A specified entity does not existCrawlerRunningException
- The operation cannot be performed because the crawler is already running.SchedulerTransitioningException
- The specified scheduler is transitioning.OperationTimeoutException
- The operation timed out.DeleteDatabaseResult deleteDatabase(DeleteDatabaseRequest deleteDatabaseRequest)
Removes a specified database from a Data Catalog.
After completing this operation, you no longer have access to the tables (and all table versions and partitions that might belong to the tables) and the user-defined functions in the deleted database. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.
To ensure the immediate deletion of all related resources, before calling DeleteDatabase
, use
DeleteTableVersion
or BatchDeleteTableVersion
, DeletePartition
or
BatchDeletePartition
, DeleteUserDefinedFunction
, and DeleteTable
or
BatchDeleteTable
, to delete any resources that belong to the database.
deleteDatabaseRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.DeleteDevEndpointResult deleteDevEndpoint(DeleteDevEndpointRequest deleteDevEndpointRequest)
Deletes a specified development endpoint.
deleteDevEndpointRequest
- EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.DeleteJobResult deleteJob(DeleteJobRequest deleteJobRequest)
Deletes a specified job definition. If the job definition is not found, no exception is thrown.
deleteJobRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.DeleteMLTransformResult deleteMLTransform(DeleteMLTransformRequest deleteMLTransformRequest)
Deletes an Glue machine learning transform. Machine learning transforms are a special type of transform that use
machine learning to learn the details of the transformation to be performed by learning from examples provided by
humans. These transformations are then saved by Glue. If you no longer need a transform, you can delete it by
calling DeleteMLTransforms
. However, any Glue jobs that still reference the deleted transform will
no longer succeed.
deleteMLTransformRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.DeletePartitionResult deletePartition(DeletePartitionRequest deletePartitionRequest)
Deletes a specified partition.
deletePartitionRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.DeletePartitionIndexResult deletePartitionIndex(DeletePartitionIndexRequest deletePartitionIndexRequest)
Deletes a specified partition index from an existing table.
deletePartitionIndexRequest
- InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existConflictException
- The CreatePartitions
API was called on a table that has indexes enabled.GlueEncryptionException
- An encryption operation failed.DeleteRegistryResult deleteRegistry(DeleteRegistryRequest deleteRegistryRequest)
Delete the entire registry including schema and all of its versions. To get the status of the delete operation,
you can call the GetRegistry
API after the asynchronous call. Deleting a registry will deactivate
all online operations for the registry such as the UpdateRegistry
, CreateSchema
,
UpdateSchema
, and RegisterSchemaVersion
APIs.
deleteRegistryRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existAccessDeniedException
- Access to a resource was denied.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.DeleteResourcePolicyResult deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)
Deletes a specified policy.
deleteResourcePolicyRequest
- EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.ConditionCheckFailureException
- A specified condition was not satisfied.DeleteSchemaResult deleteSchema(DeleteSchemaRequest deleteSchemaRequest)
Deletes the entire schema set, including the schema set and all of its versions. To get the status of the delete
operation, you can call GetSchema
API after the asynchronous call. Deleting a registry will
deactivate all online operations for the schema, such as the GetSchemaByDefinition
, and
RegisterSchemaVersion
APIs.
deleteSchemaRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existAccessDeniedException
- Access to a resource was denied.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.DeleteSchemaVersionsResult deleteSchemaVersions(DeleteSchemaVersionsRequest deleteSchemaVersionsRequest)
Remove versions from the specified schema. A version number or range may be supplied. If the compatibility mode
forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned. Calling the
GetSchemaVersions
API after this call will list the status of the deleted versions.
When the range of version numbers contain check pointed version, the API will return a 409 conflict and will not
proceed with the deletion. You have to remove the checkpoint first using the DeleteSchemaCheckpoint
API before using this API.
You cannot use the DeleteSchemaVersions
API to delete the first schema version in the schema set.
The first schema version can only be deleted by the DeleteSchema
API. This operation will also
delete the attached SchemaVersionMetadata
under the schema versions. Hard deletes will be enforced
on the database.
If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned.
deleteSchemaVersionsRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existAccessDeniedException
- Access to a resource was denied.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.DeleteSecurityConfigurationResult deleteSecurityConfiguration(DeleteSecurityConfigurationRequest deleteSecurityConfigurationRequest)
Deletes a specified security configuration.
deleteSecurityConfigurationRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.DeleteTableResult deleteTable(DeleteTableRequest deleteTableRequest)
Removes a table definition from the Data Catalog.
After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.
To ensure the immediate deletion of all related resources, before calling DeleteTable
, use
DeleteTableVersion
or BatchDeleteTableVersion
, and DeletePartition
or
BatchDeletePartition
, to delete any resources that belong to the table.
deleteTableRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.ResourceNotReadyException
- A resource was not ready for a transaction.DeleteTableVersionResult deleteTableVersion(DeleteTableVersionRequest deleteTableVersionRequest)
Deletes a specified version of a table.
deleteTableVersionRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.DeleteTriggerResult deleteTrigger(DeleteTriggerRequest deleteTriggerRequest)
Deletes a specified trigger. If the trigger is not found, no exception is thrown.
deleteTriggerRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.DeleteUserDefinedFunctionResult deleteUserDefinedFunction(DeleteUserDefinedFunctionRequest deleteUserDefinedFunctionRequest)
Deletes an existing function definition from the Data Catalog.
deleteUserDefinedFunctionRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.DeleteWorkflowResult deleteWorkflow(DeleteWorkflowRequest deleteWorkflowRequest)
Deletes a workflow.
deleteWorkflowRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.GetBlueprintResult getBlueprint(GetBlueprintRequest getBlueprintRequest)
Retrieves the details of a blueprint.
getBlueprintRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.GetBlueprintRunResult getBlueprintRun(GetBlueprintRunRequest getBlueprintRunRequest)
Retrieves the details of a blueprint run.
getBlueprintRunRequest
- EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetBlueprintRunsResult getBlueprintRuns(GetBlueprintRunsRequest getBlueprintRunsRequest)
Retrieves the details of blueprint runs for a specified blueprint.
getBlueprintRunsRequest
- EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.GetCatalogImportStatusResult getCatalogImportStatus(GetCatalogImportStatusRequest getCatalogImportStatusRequest)
Retrieves the status of a migration operation.
getCatalogImportStatusRequest
- InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetClassifierResult getClassifier(GetClassifierRequest getClassifierRequest)
Retrieve a classifier by name.
getClassifierRequest
- EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.GetClassifiersResult getClassifiers(GetClassifiersRequest getClassifiersRequest)
Lists all classifier objects in the Data Catalog.
getClassifiersRequest
- OperationTimeoutException
- The operation timed out.GetColumnStatisticsForPartitionResult getColumnStatisticsForPartition(GetColumnStatisticsForPartitionRequest getColumnStatisticsForPartitionRequest)
Retrieves partition statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is GetPartition
.
getColumnStatisticsForPartitionRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.GetColumnStatisticsForTableResult getColumnStatisticsForTable(GetColumnStatisticsForTableRequest getColumnStatisticsForTableRequest)
Retrieves table statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is GetTable
.
getColumnStatisticsForTableRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.GetConnectionResult getConnection(GetConnectionRequest getConnectionRequest)
Retrieves a connection definition from the Data Catalog.
getConnectionRequest
- EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.GlueEncryptionException
- An encryption operation failed.GetConnectionsResult getConnections(GetConnectionsRequest getConnectionsRequest)
Retrieves a list of connection definitions from the Data Catalog.
getConnectionsRequest
- EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.GlueEncryptionException
- An encryption operation failed.GetCrawlerResult getCrawler(GetCrawlerRequest getCrawlerRequest)
Retrieves metadata for a specified crawler.
getCrawlerRequest
- EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.GetCrawlerMetricsResult getCrawlerMetrics(GetCrawlerMetricsRequest getCrawlerMetricsRequest)
Retrieves metrics about specified crawlers.
getCrawlerMetricsRequest
- OperationTimeoutException
- The operation timed out.GetCrawlersResult getCrawlers(GetCrawlersRequest getCrawlersRequest)
Retrieves metadata for all crawlers defined in the customer account.
getCrawlersRequest
- OperationTimeoutException
- The operation timed out.GetDataCatalogEncryptionSettingsResult getDataCatalogEncryptionSettings(GetDataCatalogEncryptionSettingsRequest getDataCatalogEncryptionSettingsRequest)
Retrieves the security configuration for a specified catalog.
getDataCatalogEncryptionSettingsRequest
- InternalServiceException
- An internal service error occurred.InvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.GetDatabaseResult getDatabase(GetDatabaseRequest getDatabaseRequest)
Retrieves the definition of a specified database.
getDatabaseRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.GetDatabasesResult getDatabases(GetDatabasesRequest getDatabasesRequest)
Retrieves all databases defined in a given Data Catalog.
getDatabasesRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.GetDataflowGraphResult getDataflowGraph(GetDataflowGraphRequest getDataflowGraphRequest)
Transforms a Python script into a directed acyclic graph (DAG).
getDataflowGraphRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetDevEndpointResult getDevEndpoint(GetDevEndpointRequest getDevEndpointRequest)
Retrieves information about a specified development endpoint.
When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.
getDevEndpointRequest
- EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.GetDevEndpointsResult getDevEndpoints(GetDevEndpointsRequest getDevEndpointsRequest)
Retrieves all the development endpoints in this AWS account.
When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.
getDevEndpointsRequest
- EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.GetJobResult getJob(GetJobRequest getJobRequest)
Retrieves an existing job definition.
getJobRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetJobBookmarkResult getJobBookmark(GetJobBookmarkRequest getJobBookmarkRequest)
Returns information on a job bookmark entry.
getJobBookmarkRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ValidationException
- A value could not be validated.GetJobRunResult getJobRun(GetJobRunRequest getJobRunRequest)
Retrieves the metadata for a given job run.
getJobRunRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetJobRunsResult getJobRuns(GetJobRunsRequest getJobRunsRequest)
Retrieves metadata for all runs of a given job definition.
getJobRunsRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetJobsResult getJobs(GetJobsRequest getJobsRequest)
Retrieves all current job definitions.
getJobsRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetMLTaskRunResult getMLTaskRun(GetMLTaskRunRequest getMLTaskRunRequest)
Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous
tasks that Glue runs on your behalf as part of various machine learning workflows. You can check the stats of any
task run by calling GetMLTaskRun
with the TaskRunID
and its parent transform's
TransformID
.
getMLTaskRunRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.GetMLTaskRunsResult getMLTaskRuns(GetMLTaskRunsRequest getMLTaskRunsRequest)
Gets a list of runs for a machine learning transform. Machine learning task runs are asynchronous tasks that Glue
runs on your behalf as part of various machine learning workflows. You can get a sortable, filterable list of
machine learning task runs by calling GetMLTaskRuns
with their parent transform's
TransformID
and other optional parameters as documented in this section.
This operation returns a list of historic runs and must be paginated.
getMLTaskRunsRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.GetMLTransformResult getMLTransform(GetMLTransformRequest getMLTransformRequest)
Gets an Glue machine learning transform artifact and all its corresponding metadata. Machine learning transforms
are a special type of transform that use machine learning to learn the details of the transformation to be
performed by learning from examples provided by humans. These transformations are then saved by Glue. You can
retrieve their metadata by calling GetMLTransform
.
getMLTransformRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.GetMLTransformsResult getMLTransforms(GetMLTransformsRequest getMLTransformsRequest)
Gets a sortable, filterable list of existing Glue machine learning transforms. Machine learning transforms are a
special type of transform that use machine learning to learn the details of the transformation to be performed by
learning from examples provided by humans. These transformations are then saved by Glue, and you can retrieve
their metadata by calling GetMLTransforms
.
getMLTransformsRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.GetMappingResult getMapping(GetMappingRequest getMappingRequest)
Creates mappings.
getMappingRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.EntityNotFoundException
- A specified entity does not existGetPartitionResult getPartition(GetPartitionRequest getPartitionRequest)
Retrieves information about a specified partition.
getPartitionRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.GetPartitionIndexesResult getPartitionIndexes(GetPartitionIndexesRequest getPartitionIndexesRequest)
Retrieves the partition indexes associated with a table.
getPartitionIndexesRequest
- InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existConflictException
- The CreatePartitions
API was called on a table that has indexes enabled.GetPartitionsResult getPartitions(GetPartitionsRequest getPartitionsRequest)
Retrieves information about the partitions in a table.
getPartitionsRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.GlueEncryptionException
- An encryption operation failed.InvalidStateException
- An error that indicates your data is in an invalid state.ResourceNotReadyException
- A resource was not ready for a transaction.GetPlanResult getPlan(GetPlanRequest getPlanRequest)
Gets code to perform a specified mapping.
getPlanRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetRegistryResult getRegistry(GetRegistryRequest getRegistryRequest)
Describes the specified registry in detail.
getRegistryRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.GetResourcePoliciesResult getResourcePolicies(GetResourcePoliciesRequest getResourcePoliciesRequest)
Retrieves the resource policies set on individual resources by Resource Access Manager during cross-account permission grants. Also retrieves the Data Catalog resource policy.
If you enabled metadata encryption in Data Catalog settings, and you do not have permission on the KMS key, the operation can't return the Data Catalog resource policy.
getResourcePoliciesRequest
- InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.GlueEncryptionException
- An encryption operation failed.GetResourcePolicyResult getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)
Retrieves a specified resource policy.
getResourcePolicyRequest
- EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.GetSchemaResult getSchema(GetSchemaRequest getSchemaRequest)
Describes the specified schema in detail.
getSchemaRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.GetSchemaByDefinitionResult getSchemaByDefinition(GetSchemaByDefinitionRequest getSchemaByDefinitionRequest)
Retrieves a schema by the SchemaDefinition
. The schema definition is sent to the Schema Registry,
canonicalized, and hashed. If the hash is matched within the scope of the SchemaName
or ARN (or the
default registry, if none is supplied), that schema’s metadata is returned. Otherwise, a 404 or NotFound error is
returned. Schema versions in Deleted
statuses will not be included in the results.
getSchemaByDefinitionRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.GetSchemaVersionResult getSchemaVersion(GetSchemaVersionRequest getSchemaVersionRequest)
Get the specified schema by its unique ID assigned when a version of the schema is created or registered. Schema versions in Deleted status will not be included in the results.
getSchemaVersionRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.GetSchemaVersionsDiffResult getSchemaVersionsDiff(GetSchemaVersionsDiffRequest getSchemaVersionsDiffRequest)
Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.
This API allows you to compare two schema versions between two schema definitions under the same schema.
getSchemaVersionsDiffRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existAccessDeniedException
- Access to a resource was denied.InternalServiceException
- An internal service error occurred.GetSecurityConfigurationResult getSecurityConfiguration(GetSecurityConfigurationRequest getSecurityConfigurationRequest)
Retrieves a specified security configuration.
getSecurityConfigurationRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetSecurityConfigurationsResult getSecurityConfigurations(GetSecurityConfigurationsRequest getSecurityConfigurationsRequest)
Retrieves a list of all security configurations.
getSecurityConfigurationsRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetTableResult getTable(GetTableRequest getTableRequest)
Retrieves the Table
definition in a Data Catalog for a specified table.
getTableRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.ResourceNotReadyException
- A resource was not ready for a transaction.GetTableVersionResult getTableVersion(GetTableVersionRequest getTableVersionRequest)
Retrieves a specified version of a table.
getTableVersionRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.GetTableVersionsResult getTableVersions(GetTableVersionsRequest getTableVersionsRequest)
Retrieves a list of strings that identify available versions of a specified table.
getTableVersionsRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.GetTablesResult getTables(GetTablesRequest getTablesRequest)
Retrieves the definitions of some or all of the tables in a given Database
.
getTablesRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.GlueEncryptionException
- An encryption operation failed.GetTagsResult getTags(GetTagsRequest getTagsRequest)
Retrieves a list of tags associated with a resource.
getTagsRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.EntityNotFoundException
- A specified entity does not existGetTriggerResult getTrigger(GetTriggerRequest getTriggerRequest)
Retrieves the definition of a trigger.
getTriggerRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetTriggersResult getTriggers(GetTriggersRequest getTriggersRequest)
Gets all the triggers associated with a job.
getTriggersRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetUnfilteredPartitionMetadataResult getUnfilteredPartitionMetadata(GetUnfilteredPartitionMetadataRequest getUnfilteredPartitionMetadataRequest)
getUnfilteredPartitionMetadataRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.PermissionTypeMismatchException
GetUnfilteredPartitionsMetadataResult getUnfilteredPartitionsMetadata(GetUnfilteredPartitionsMetadataRequest getUnfilteredPartitionsMetadataRequest)
getUnfilteredPartitionsMetadataRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.PermissionTypeMismatchException
GetUnfilteredTableMetadataResult getUnfilteredTableMetadata(GetUnfilteredTableMetadataRequest getUnfilteredTableMetadataRequest)
getUnfilteredTableMetadataRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.PermissionTypeMismatchException
GetUserDefinedFunctionResult getUserDefinedFunction(GetUserDefinedFunctionRequest getUserDefinedFunctionRequest)
Retrieves a specified function definition from the Data Catalog.
getUserDefinedFunctionRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.GetUserDefinedFunctionsResult getUserDefinedFunctions(GetUserDefinedFunctionsRequest getUserDefinedFunctionsRequest)
Retrieves multiple function definitions from the Data Catalog.
getUserDefinedFunctionsRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.GlueEncryptionException
- An encryption operation failed.GetWorkflowResult getWorkflow(GetWorkflowRequest getWorkflowRequest)
Retrieves resource metadata for a workflow.
getWorkflowRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetWorkflowRunResult getWorkflowRun(GetWorkflowRunRequest getWorkflowRunRequest)
Retrieves the metadata for a given workflow run.
getWorkflowRunRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetWorkflowRunPropertiesResult getWorkflowRunProperties(GetWorkflowRunPropertiesRequest getWorkflowRunPropertiesRequest)
Retrieves the workflow run properties which were set during the run.
getWorkflowRunPropertiesRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GetWorkflowRunsResult getWorkflowRuns(GetWorkflowRunsRequest getWorkflowRunsRequest)
Retrieves metadata for all runs of a given workflow.
getWorkflowRunsRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ImportCatalogToGlueResult importCatalogToGlue(ImportCatalogToGlueRequest importCatalogToGlueRequest)
Imports an existing Amazon Athena Data Catalog to Glue.
importCatalogToGlueRequest
- InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ListBlueprintsResult listBlueprints(ListBlueprintsRequest listBlueprintsRequest)
Lists all the blueprint names in an account.
listBlueprintsRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ListCrawlersResult listCrawlers(ListCrawlersRequest listCrawlersRequest)
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
This operation takes the optional Tags
field, which you can use as a filter on the response so that
tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag
are retrieved.
listCrawlersRequest
- OperationTimeoutException
- The operation timed out.ListDevEndpointsResult listDevEndpoints(ListDevEndpointsRequest listDevEndpointsRequest)
Retrieves the names of all DevEndpoint
resources in this Amazon Web Services account, or the
resources with the specified tag. This operation allows you to see which resources are available in your account,
and their names.
This operation takes the optional Tags
field, which you can use as a filter on the response so that
tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag
are retrieved.
listDevEndpointsRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ListJobsResult listJobs(ListJobsRequest listJobsRequest)
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
This operation takes the optional Tags
field, which you can use as a filter on the response so that
tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag
are retrieved.
listJobsRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ListMLTransformsResult listMLTransforms(ListMLTransformsRequest listMLTransformsRequest)
Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services
account, or the resources with the specified tag. This operation takes the optional Tags
field,
which you can use as a filter of the responses so that tagged resources can be retrieved as a group. If you
choose to use tag filtering, only resources with the tags are retrieved.
listMLTransformsRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.ListRegistriesResult listRegistries(ListRegistriesRequest listRegistriesRequest)
Returns a list of registries that you have created, with minimal registry information. Registries in the
Deleting
status will not be included in the results. Empty results will be returned if there are no
registries available.
listRegistriesRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.InternalServiceException
- An internal service error occurred.ListSchemaVersionsResult listSchemaVersions(ListSchemaVersionsRequest listSchemaVersionsRequest)
Returns a list of schema versions that you have created, with minimal information. Schema versions in Deleted status will not be included in the results. Empty results will be returned if there are no schema versions available.
listSchemaVersionsRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.ListSchemasResult listSchemas(ListSchemasRequest listSchemasRequest)
Returns a list of schemas with minimal details. Schemas in Deleting status will not be included in the results. Empty results will be returned if there are no schemas available.
When the RegistryId
is not provided, all the schemas across registries will be part of the API
response.
listSchemasRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.ListTriggersResult listTriggers(ListTriggersRequest listTriggersRequest)
Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
This operation takes the optional Tags
field, which you can use as a filter on the response so that
tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag
are retrieved.
listTriggersRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ListWorkflowsResult listWorkflows(ListWorkflowsRequest listWorkflowsRequest)
Lists names of workflows created in the account.
listWorkflowsRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.PutDataCatalogEncryptionSettingsResult putDataCatalogEncryptionSettings(PutDataCatalogEncryptionSettingsRequest putDataCatalogEncryptionSettingsRequest)
Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
putDataCatalogEncryptionSettingsRequest
- InternalServiceException
- An internal service error occurred.InvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.PutResourcePolicyResult putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest)
Sets the Data Catalog resource policy for access control.
putResourcePolicyRequest
- EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.ConditionCheckFailureException
- A specified condition was not satisfied.PutSchemaVersionMetadataResult putSchemaVersionMetadata(PutSchemaVersionMetadataRequest putSchemaVersionMetadataRequest)
Puts the metadata key value pair for a specified schema version ID. A maximum of 10 key value pairs will be allowed per schema version. They can be added over one or more calls.
putSchemaVersionMetadataRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.AlreadyExistsException
- A resource to be created or added already exists.EntityNotFoundException
- A specified entity does not existResourceNumberLimitExceededException
- A resource numerical limit was exceeded.PutWorkflowRunPropertiesResult putWorkflowRunProperties(PutWorkflowRunPropertiesRequest putWorkflowRunPropertiesRequest)
Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.
putWorkflowRunPropertiesRequest
- AlreadyExistsException
- A resource to be created or added already exists.EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.QuerySchemaVersionMetadataResult querySchemaVersionMetadata(QuerySchemaVersionMetadataRequest querySchemaVersionMetadataRequest)
Queries for the schema version metadata information.
querySchemaVersionMetadataRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.EntityNotFoundException
- A specified entity does not existRegisterSchemaVersionResult registerSchemaVersion(RegisterSchemaVersionRequest registerSchemaVersionRequest)
Adds a new version to the existing schema. Returns an error if new version of schema does not meet the compatibility requirements of the schema set. This API will not create a new schema set and will return a 404 error if the schema set is not already present in the Schema Registry.
If this is the first schema definition to be registered in the Schema Registry, this API will store the schema
version and return immediately. Otherwise, this call has the potential to run longer than other operations due to
compatibility modes. You can call the GetSchemaVersion
API with the SchemaVersionId
to
check compatibility modes.
If the same schema definition is already stored in Schema Registry as a version, the schema ID of the existing schema is returned to the caller.
registerSchemaVersionRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.EntityNotFoundException
- A specified entity does not existResourceNumberLimitExceededException
- A resource numerical limit was exceeded.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.InternalServiceException
- An internal service error occurred.RemoveSchemaVersionMetadataResult removeSchemaVersionMetadata(RemoveSchemaVersionMetadataRequest removeSchemaVersionMetadataRequest)
Removes a key value pair from the schema version metadata for the specified schema version ID.
removeSchemaVersionMetadataRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.EntityNotFoundException
- A specified entity does not existResetJobBookmarkResult resetJobBookmark(ResetJobBookmarkRequest resetJobBookmarkRequest)
Resets a bookmark entry.
resetJobBookmarkRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ResumeWorkflowRunResult resumeWorkflowRun(ResumeWorkflowRunRequest resumeWorkflowRunRequest)
Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.
resumeWorkflowRunRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ConcurrentRunsExceededException
- Too many jobs are being run concurrently.IllegalWorkflowStateException
- The workflow is in an invalid state to perform a requested operation.SearchTablesResult searchTables(SearchTablesRequest searchTablesRequest)
Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions.
You can only get tables that you have access to based on the security policies defined in Lake Formation. You need at least a read-only access to the table for it to be returned. If you do not have access to all the columns in the table, these columns will not be searched against when returning the list of tables back to you. If you have access to the columns but not the data in the columns, those columns and the associated metadata for those columns will be included in the search.
searchTablesRequest
- InternalServiceException
- An internal service error occurred.InvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.StartBlueprintRunResult startBlueprintRun(StartBlueprintRunRequest startBlueprintRunRequest)
Starts a new run of the specified blueprint.
startBlueprintRunRequest
- InvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.EntityNotFoundException
- A specified entity does not existIllegalBlueprintStateException
StartCrawlerResult startCrawler(StartCrawlerRequest startCrawlerRequest)
Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
startCrawlerRequest
- EntityNotFoundException
- A specified entity does not existCrawlerRunningException
- The operation cannot be performed because the crawler is already running.OperationTimeoutException
- The operation timed out.StartCrawlerScheduleResult startCrawlerSchedule(StartCrawlerScheduleRequest startCrawlerScheduleRequest)
Changes the schedule state of the specified crawler to SCHEDULED
, unless the crawler is already
running or the schedule state is already SCHEDULED
.
startCrawlerScheduleRequest
- EntityNotFoundException
- A specified entity does not existSchedulerRunningException
- The specified scheduler is already running.SchedulerTransitioningException
- The specified scheduler is transitioning.NoScheduleException
- There is no applicable schedule.OperationTimeoutException
- The operation timed out.StartExportLabelsTaskRunResult startExportLabelsTaskRun(StartExportLabelsTaskRunRequest startExportLabelsTaskRunRequest)
Begins an asynchronous task to export all labeled data for a particular transform. This task is the only
label-related API call that is not part of the typical active learning workflow. You typically use
StartExportLabelsTaskRun
when you want to work with all of your existing labels at the same time,
such as when you want to remove or change labels that were previously submitted as truth. This API operation
accepts the TransformId
whose labels you want to export and an Amazon Simple Storage Service (Amazon
S3) path to export the labels to. The operation returns a TaskRunId
. You can check on the status of
your task run by calling the GetMLTaskRun
API.
startExportLabelsTaskRunRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.StartImportLabelsTaskRunResult startImportLabelsTaskRun(StartImportLabelsTaskRunRequest startImportLabelsTaskRunRequest)
Enables you to provide additional labels (examples of truth) to be used to teach the machine learning transform
and improve its quality. This API operation is generally used as part of the active learning workflow that starts
with the StartMLLabelingSetGenerationTaskRun
call and that ultimately results in improving the
quality of your machine learning transform.
After the StartMLLabelingSetGenerationTaskRun
finishes, Glue machine learning will have generated a
series of questions for humans to answer. (Answering these questions is often called 'labeling' in the machine
learning workflows). In the case of the FindMatches
transform, these questions are of the form,
“What is the correct way to group these rows together into groups composed entirely of matching records?” After
the labeling process is finished, users upload their answers/labels with a call to
StartImportLabelsTaskRun
. After StartImportLabelsTaskRun
finishes, all future runs of
the machine learning transform use the new and improved labels and perform a higher-quality transformation.
By default, StartMLLabelingSetGenerationTaskRun
continually learns from and combines all labels that
you upload unless you set Replace
to true. If you set Replace
to true,
StartImportLabelsTaskRun
deletes and forgets all previously uploaded labels and learns only from the
exact set that you upload. Replacing labels can be helpful if you realize that you previously uploaded incorrect
labels, and you believe that they are having a negative effect on your transform quality.
You can check on the status of your task run by calling the GetMLTaskRun
operation.
startImportLabelsTaskRunRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.InternalServiceException
- An internal service error occurred.StartJobRunResult startJobRun(StartJobRunRequest startJobRunRequest)
Starts a job run using a job definition.
startJobRunRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.ConcurrentRunsExceededException
- Too many jobs are being run concurrently.StartMLEvaluationTaskRunResult startMLEvaluationTaskRun(StartMLEvaluationTaskRunRequest startMLEvaluationTaskRunRequest)
Starts a task to estimate the quality of the transform.
When you provide label sets as examples of truth, Glue machine learning uses some of those examples to learn from them. The rest of the labels are used as a test to estimate quality.
Returns a unique identifier for the run. You can call GetMLTaskRun
to get more information about the
stats of the EvaluationTaskRun
.
startMLEvaluationTaskRunRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.ConcurrentRunsExceededException
- Too many jobs are being run concurrently.MLTransformNotReadyException
- The machine learning transform is not ready to run.StartMLLabelingSetGenerationTaskRunResult startMLLabelingSetGenerationTaskRun(StartMLLabelingSetGenerationTaskRunRequest startMLLabelingSetGenerationTaskRunRequest)
Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.
When the StartMLLabelingSetGenerationTaskRun
finishes, Glue will have generated a "labeling set" or
a set of questions for humans to answer.
In the case of the FindMatches
transform, these questions are of the form, “What is the correct way
to group these rows together into groups composed entirely of matching records?”
After the labeling process is finished, you can upload your labels with a call to
StartImportLabelsTaskRun
. After StartImportLabelsTaskRun
finishes, all future runs of
the machine learning transform will use the new and improved labels and perform a higher-quality transformation.
startMLLabelingSetGenerationTaskRunRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.ConcurrentRunsExceededException
- Too many jobs are being run concurrently.StartTriggerResult startTrigger(StartTriggerRequest startTriggerRequest)
Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.
startTriggerRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.ConcurrentRunsExceededException
- Too many jobs are being run concurrently.StartWorkflowRunResult startWorkflowRun(StartWorkflowRunRequest startWorkflowRunRequest)
Starts a new run of the specified workflow.
startWorkflowRunRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.ConcurrentRunsExceededException
- Too many jobs are being run concurrently.StopCrawlerResult stopCrawler(StopCrawlerRequest stopCrawlerRequest)
If the specified crawler is running, stops the crawl.
stopCrawlerRequest
- EntityNotFoundException
- A specified entity does not existCrawlerNotRunningException
- The specified crawler is not running.CrawlerStoppingException
- The specified crawler is stopping.OperationTimeoutException
- The operation timed out.StopCrawlerScheduleResult stopCrawlerSchedule(StopCrawlerScheduleRequest stopCrawlerScheduleRequest)
Sets the schedule state of the specified crawler to NOT_SCHEDULED
, but does not stop the crawler if
it is already running.
stopCrawlerScheduleRequest
- EntityNotFoundException
- A specified entity does not existSchedulerNotRunningException
- The specified scheduler is not running.SchedulerTransitioningException
- The specified scheduler is transitioning.OperationTimeoutException
- The operation timed out.StopTriggerResult stopTrigger(StopTriggerRequest stopTriggerRequest)
Stops a specified trigger.
stopTriggerRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.StopWorkflowRunResult stopWorkflowRun(StopWorkflowRunRequest stopWorkflowRunRequest)
Stops the execution of the specified workflow run.
stopWorkflowRunRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.IllegalWorkflowStateException
- The workflow is in an invalid state to perform a requested operation.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Adds tags to a resource. A tag is a label you can assign to an Amazon Web Services resource. In Glue, you can tag only certain resources. For information about what resources you can tag, see Amazon Web Services Tags in Glue.
tagResourceRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.EntityNotFoundException
- A specified entity does not existUntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
untagResourceRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.EntityNotFoundException
- A specified entity does not existUpdateBlueprintResult updateBlueprint(UpdateBlueprintRequest updateBlueprintRequest)
Updates a registered blueprint.
updateBlueprintRequest
- EntityNotFoundException
- A specified entity does not existConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.InvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.IllegalBlueprintStateException
UpdateClassifierResult updateClassifier(UpdateClassifierRequest updateClassifierRequest)
Modifies an existing classifier (a GrokClassifier
, an XMLClassifier
, a
JsonClassifier
, or a CsvClassifier
, depending on which field is present).
updateClassifierRequest
- InvalidInputException
- The input provided was not valid.VersionMismatchException
- There was a version conflict.EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.UpdateColumnStatisticsForPartitionResult updateColumnStatisticsForPartition(UpdateColumnStatisticsForPartitionRequest updateColumnStatisticsForPartitionRequest)
Creates or updates partition statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is UpdatePartition
.
updateColumnStatisticsForPartitionRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.UpdateColumnStatisticsForTableResult updateColumnStatisticsForTable(UpdateColumnStatisticsForTableRequest updateColumnStatisticsForTableRequest)
Creates or updates table statistics of columns.
The Identity and Access Management (IAM) permission required for this operation is UpdateTable
.
updateColumnStatisticsForTableRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.UpdateConnectionResult updateConnection(UpdateConnectionRequest updateConnectionRequest)
Updates a connection definition in the Data Catalog.
updateConnectionRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.GlueEncryptionException
- An encryption operation failed.UpdateCrawlerResult updateCrawler(UpdateCrawlerRequest updateCrawlerRequest)
Updates a crawler. If a crawler is running, you must stop it using StopCrawler
before updating it.
updateCrawlerRequest
- InvalidInputException
- The input provided was not valid.VersionMismatchException
- There was a version conflict.EntityNotFoundException
- A specified entity does not existCrawlerRunningException
- The operation cannot be performed because the crawler is already running.OperationTimeoutException
- The operation timed out.UpdateCrawlerScheduleResult updateCrawlerSchedule(UpdateCrawlerScheduleRequest updateCrawlerScheduleRequest)
Updates the schedule of a crawler using a cron
expression.
updateCrawlerScheduleRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.VersionMismatchException
- There was a version conflict.SchedulerTransitioningException
- The specified scheduler is transitioning.OperationTimeoutException
- The operation timed out.UpdateDatabaseResult updateDatabase(UpdateDatabaseRequest updateDatabaseRequest)
Updates an existing database definition in a Data Catalog.
updateDatabaseRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.UpdateDevEndpointResult updateDevEndpoint(UpdateDevEndpointRequest updateDevEndpointRequest)
Updates a specified development endpoint.
updateDevEndpointRequest
- EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.InvalidInputException
- The input provided was not valid.ValidationException
- A value could not be validated.UpdateJobResult updateJob(UpdateJobRequest updateJobRequest)
Updates an existing job definition.
updateJobRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.UpdateMLTransformResult updateMLTransform(UpdateMLTransformRequest updateMLTransformRequest)
Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results.
After calling this operation, you can call the StartMLEvaluationTaskRun
operation to assess how well
your new parameters achieved your goals (such as improving the quality of your machine learning transform, or
making it more cost-effective).
updateMLTransformRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.OperationTimeoutException
- The operation timed out.InternalServiceException
- An internal service error occurred.AccessDeniedException
- Access to a resource was denied.UpdatePartitionResult updatePartition(UpdatePartitionRequest updatePartitionRequest)
Updates a partition.
updatePartitionRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.UpdateRegistryResult updateRegistry(UpdateRegistryRequest updateRegistryRequest)
Updates an existing registry which is used to hold a collection of schemas. The updated properties relate to the registry, and do not modify any of the schemas within the registry.
updateRegistryRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.EntityNotFoundException
- A specified entity does not existConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.InternalServiceException
- An internal service error occurred.UpdateSchemaResult updateSchema(UpdateSchemaRequest updateSchemaRequest)
Updates the description, compatibility setting, or version checkpoint for a schema set.
For updating the compatibility setting, the call will not validate compatibility for the entire set of schema
versions with the new compatibility setting. If the value for Compatibility
is provided, the
VersionNumber
(a checkpoint) is also required. The API will validate the checkpoint version number
for consistency.
If the value for the VersionNumber
(checkpoint) is provided, Compatibility
is optional
and this can be used to set/reset a checkpoint for the schema.
This update will happen only if the schema is in the AVAILABLE state.
updateSchemaRequest
- InvalidInputException
- The input provided was not valid.AccessDeniedException
- Access to a resource was denied.EntityNotFoundException
- A specified entity does not existConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.InternalServiceException
- An internal service error occurred.UpdateTableResult updateTable(UpdateTableRequest updateTableRequest)
Updates a metadata table in the Data Catalog.
updateTableRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.ResourceNumberLimitExceededException
- A resource numerical limit was exceeded.GlueEncryptionException
- An encryption operation failed.ResourceNotReadyException
- A resource was not ready for a transaction.UpdateTriggerResult updateTrigger(UpdateTriggerRequest updateTriggerRequest)
Updates a trigger definition.
updateTriggerRequest
- InvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.EntityNotFoundException
- A specified entity does not existOperationTimeoutException
- The operation timed out.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.UpdateUserDefinedFunctionResult updateUserDefinedFunction(UpdateUserDefinedFunctionRequest updateUserDefinedFunctionRequest)
Updates an existing function definition in the Data Catalog.
updateUserDefinedFunctionRequest
- EntityNotFoundException
- A specified entity does not existInvalidInputException
- The input provided was not valid.InternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.GlueEncryptionException
- An encryption operation failed.UpdateWorkflowResult updateWorkflow(UpdateWorkflowRequest updateWorkflowRequest)
Updates an existing workflow.
updateWorkflowRequest
- InvalidInputException
- The input provided was not valid.EntityNotFoundException
- A specified entity does not existInternalServiceException
- An internal service error occurred.OperationTimeoutException
- The operation timed out.ConcurrentModificationException
- Two processes are trying to modify a resource simultaneously.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.Copyright © 2022. All rights reserved.