Package-level declarations

Types

Link copied to clipboard
interface GlueClient : SdkClient

Defines the public endpoint for the Glue service.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

Creates one or more partitions in a batch operation.

Link copied to clipboard

Deletes a list of connection definitions from the Data Catalog.

Link copied to clipboard

Deletes one or more partitions in a batch operation.

Link copied to clipboard

Deletes multiple tables at once.

Link copied to clipboard

Deletes a specified batch of versions of a table.

Link copied to clipboard

Retrieves information about a list of blueprints.

Link copied to clipboard

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.

Link copied to clipboard

Retrieves the details for the custom patterns specified by a list of names.

Link copied to clipboard

Retrieves a list of data quality results for the specified result IDs.

Link copied to clipboard

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.

Link copied to clipboard
inline suspend fun GlueClient.batchGetJobs(crossinline block: BatchGetJobsRequest.Builder.() -> Unit): BatchGetJobsResponse

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.

Link copied to clipboard

Retrieves partitions in a batch request.

Link copied to clipboard

Returns the configuration for the specified table optimizers.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Stops one or more job runs for a specified job definition.

Link copied to clipboard

Updates one or more partitions in a batch operation.

Link copied to clipboard

Cancels the specified recommendation run that was being used to generate rules.

Link copied to clipboard

Cancels a run where a ruleset is being evaluated against a data source.

Link copied to clipboard

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.

Link copied to clipboard

Cancels the statement.

Link copied to clipboard

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.

Link copied to clipboard

Registers a blueprint with Glue.

Link copied to clipboard

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.

Link copied to clipboard

Creates a connection definition in the Data Catalog.

Link copied to clipboard

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.

Link copied to clipboard

Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.

Link copied to clipboard

Creates a new database in a Data Catalog.

Link copied to clipboard

Creates a data quality ruleset with DQDL rules applied to a specified Glue table.

Link copied to clipboard

Creates a new development endpoint.

Link copied to clipboard
inline suspend fun GlueClient.createJob(crossinline block: CreateJobRequest.Builder.() -> Unit): CreateJobResponse

Creates a new job definition.

Link copied to clipboard

Creates an Glue machine learning transform. This operation creates the transform and all the necessary parameters to train it.

Link copied to clipboard

Creates a new partition.

Link copied to clipboard

Creates a specified partition index in an existing table.

Link copied to clipboard

Creates a new registry which may be used to hold a collection of schemas.

Link copied to clipboard
inline suspend fun GlueClient.createSchema(crossinline block: CreateSchemaRequest.Builder.() -> Unit): CreateSchemaResponse

Creates a new schema set and registers the schema definition. Returns an error if the schema set already exists without actually registering the version.

Link copied to clipboard
inline suspend fun GlueClient.createScript(crossinline block: CreateScriptRequest.Builder.() -> Unit): CreateScriptResponse

Transforms a directed acyclic graph (DAG) into code.

Link copied to clipboard

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.

Link copied to clipboard

Creates a new session.

Link copied to clipboard
inline suspend fun GlueClient.createTable(crossinline block: CreateTableRequest.Builder.() -> Unit): CreateTableResponse

Creates a new table definition in the Data Catalog.

Link copied to clipboard

Creates a new table optimizer for a specific function. compaction is the only currently supported optimizer type.

Link copied to clipboard

Creates a new trigger.

Link copied to clipboard

Creates a new function definition in the Data Catalog.

Link copied to clipboard

Creates a new workflow.

Link copied to clipboard

Deletes an existing blueprint.

Link copied to clipboard

Removes a classifier from the Data Catalog.

Link copied to clipboard

Delete the partition column statistics of a column.

Link copied to clipboard

Retrieves table statistics of columns.

Link copied to clipboard

Deletes a connection from the Data Catalog.

Link copied to clipboard

Removes a specified crawler from the Glue Data Catalog, unless the crawler state is RUNNING.

Link copied to clipboard

Deletes a custom pattern by specifying its name.

Link copied to clipboard

Removes a specified database from a Data Catalog.

Link copied to clipboard

Deletes a data quality ruleset.

Link copied to clipboard

Deletes a specified development endpoint.

Link copied to clipboard
inline suspend fun GlueClient.deleteJob(crossinline block: DeleteJobRequest.Builder.() -> Unit): DeleteJobResponse

Deletes a specified job definition. If the job definition is not found, no exception is thrown.

Link copied to clipboard

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.

Link copied to clipboard

Deletes a specified partition.

Link copied to clipboard

Deletes a specified partition index from an existing table.

Link copied to clipboard

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.

Link copied to clipboard

Deletes a specified policy.

Link copied to clipboard
inline suspend fun GlueClient.deleteSchema(crossinline block: DeleteSchemaRequest.Builder.() -> Unit): DeleteSchemaResponse

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.

Link copied to clipboard

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.

Link copied to clipboard

Deletes a specified security configuration.

Link copied to clipboard

Deletes the session.

Link copied to clipboard
inline suspend fun GlueClient.deleteTable(crossinline block: DeleteTableRequest.Builder.() -> Unit): DeleteTableResponse

Removes a table definition from the Data Catalog.

Link copied to clipboard

Deletes an optimizer and all associated metadata for a table. The optimization will no longer be performed on the table.

Link copied to clipboard

Deletes a specified version of a table.

Link copied to clipboard

Deletes a specified trigger. If the trigger is not found, no exception is thrown.

Link copied to clipboard

Deletes an existing function definition from the Data Catalog.

Link copied to clipboard

Deletes a workflow.

Link copied to clipboard
inline suspend fun GlueClient.getBlueprint(crossinline block: GetBlueprintRequest.Builder.() -> Unit): GetBlueprintResponse

Retrieves the details of a blueprint.

Link copied to clipboard

Retrieves the details of a blueprint run.

Link copied to clipboard

Retrieves the details of blueprint runs for a specified blueprint.

Link copied to clipboard

Retrieves the status of a migration operation.

Link copied to clipboard

Retrieve a classifier by name.

Link copied to clipboard

Lists all classifier objects in the Data Catalog.

Link copied to clipboard

Retrieves partition statistics of columns.

Link copied to clipboard

Retrieves table statistics of columns.

Link copied to clipboard

Get the associated metadata/information for a task run, given a task run ID.

Link copied to clipboard

Retrieves information about all runs associated with the specified table.

Link copied to clipboard

Retrieves a connection definition from the Data Catalog.

Link copied to clipboard

Retrieves a list of connection definitions from the Data Catalog.

Link copied to clipboard
inline suspend fun GlueClient.getCrawler(crossinline block: GetCrawlerRequest.Builder.() -> Unit): GetCrawlerResponse

Retrieves metadata for a specified crawler.

Link copied to clipboard

Retrieves metrics about specified crawlers.

Link copied to clipboard
inline suspend fun GlueClient.getCrawlers(crossinline block: GetCrawlersRequest.Builder.() -> Unit): GetCrawlersResponse

Retrieves metadata for all crawlers defined in the customer account.

Link copied to clipboard

Retrieves the details of a custom pattern by specifying its name.

Link copied to clipboard
inline suspend fun GlueClient.getDatabase(crossinline block: GetDatabaseRequest.Builder.() -> Unit): GetDatabaseResponse

Retrieves the definition of a specified database.

Link copied to clipboard
inline suspend fun GlueClient.getDatabases(crossinline block: GetDatabasesRequest.Builder.() -> Unit): GetDatabasesResponse

Retrieves all databases defined in a given Data Catalog.

Link copied to clipboard

Retrieves the security configuration for a specified catalog.

Link copied to clipboard

Transforms a Python script into a directed acyclic graph (DAG).

Link copied to clipboard

Retrieves the result of a data quality rule evaluation.

Link copied to clipboard

Gets the specified recommendation run that was used to generate rules.

Link copied to clipboard

Returns an existing ruleset by identifier or name.

Link copied to clipboard

Retrieves a specific run where a ruleset is evaluated against a data source.

Link copied to clipboard

Retrieves information about a specified development endpoint.

Link copied to clipboard

Retrieves all the development endpoints in this Amazon Web Services account.

Link copied to clipboard
inline suspend fun GlueClient.getJob(crossinline block: GetJobRequest.Builder.() -> Unit): GetJobResponse

Retrieves an existing job definition.

Link copied to clipboard

Returns information on a job bookmark entry.

Link copied to clipboard
inline suspend fun GlueClient.getJobRun(crossinline block: GetJobRunRequest.Builder.() -> Unit): GetJobRunResponse

Retrieves the metadata for a given job run.

Link copied to clipboard
inline suspend fun GlueClient.getJobRuns(crossinline block: GetJobRunsRequest.Builder.() -> Unit): GetJobRunsResponse

Retrieves metadata for all runs of a given job definition.

Link copied to clipboard
inline suspend fun GlueClient.getJobs(crossinline block: GetJobsRequest.Builder.() -> Unit): GetJobsResponse

Retrieves all current job definitions.

Link copied to clipboard
inline suspend fun GlueClient.getMapping(crossinline block: GetMappingRequest.Builder.() -> Unit): GetMappingResponse

Creates mappings.

Link copied to clipboard
inline suspend fun GlueClient.getMlTaskRun(crossinline block: GetMlTaskRunRequest.Builder.() -> Unit): GetMlTaskRunResponse

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard
inline suspend fun GlueClient.getPartition(crossinline block: GetPartitionRequest.Builder.() -> Unit): GetPartitionResponse

Retrieves information about a specified partition.

Link copied to clipboard

Retrieves the partition indexes associated with a table.

Link copied to clipboard

Retrieves information about the partitions in a table.

Link copied to clipboard
inline suspend fun GlueClient.getPlan(crossinline block: GetPlanRequest.Builder.() -> Unit): GetPlanResponse

Gets code to perform a specified mapping.

Link copied to clipboard
inline suspend fun GlueClient.getRegistry(crossinline block: GetRegistryRequest.Builder.() -> Unit): GetRegistryResponse

Describes the specified registry in detail.

Link copied to clipboard

Retrieves the resource policies set on individual resources by Resource Access Manager during cross-account permission grants. Also retrieves the Data Catalog resource policy.

Link copied to clipboard

Retrieves a specified resource policy.

Link copied to clipboard
inline suspend fun GlueClient.getSchema(crossinline block: GetSchemaRequest.Builder.() -> Unit): GetSchemaResponse

Describes the specified schema in detail.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.

Link copied to clipboard

Retrieves a specified security configuration.

Link copied to clipboard

Retrieves a list of all security configurations.

Link copied to clipboard
inline suspend fun GlueClient.getSession(crossinline block: GetSessionRequest.Builder.() -> Unit): GetSessionResponse

Retrieves the session.

Link copied to clipboard
inline suspend fun GlueClient.getStatement(crossinline block: GetStatementRequest.Builder.() -> Unit): GetStatementResponse

Retrieves the statement.

Link copied to clipboard
inline suspend fun GlueClient.getTable(crossinline block: GetTableRequest.Builder.() -> Unit): GetTableResponse

Retrieves the Table definition in a Data Catalog for a specified table.

Link copied to clipboard

Returns the configuration of all optimizers associated with a specified table.

Link copied to clipboard
inline suspend fun GlueClient.getTables(crossinline block: GetTablesRequest.Builder.() -> Unit): GetTablesResponse

Retrieves the definitions of some or all of the tables in a given Database.

Link copied to clipboard

Retrieves a specified version of a table.

Link copied to clipboard

Retrieves a list of strings that identify available versions of a specified table.

Link copied to clipboard
inline suspend fun GlueClient.getTags(crossinline block: GetTagsRequest.Builder.() -> Unit): GetTagsResponse

Retrieves a list of tags associated with a resource.

Link copied to clipboard
inline suspend fun GlueClient.getTrigger(crossinline block: GetTriggerRequest.Builder.() -> Unit): GetTriggerResponse

Retrieves the definition of a trigger.

Link copied to clipboard
inline suspend fun GlueClient.getTriggers(crossinline block: GetTriggersRequest.Builder.() -> Unit): GetTriggersResponse

Gets all the triggers associated with a job.

Link copied to clipboard

Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.

Link copied to clipboard

Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.

Link copied to clipboard

Retrieves table metadata from the Data Catalog that contains unfiltered metadata.

Link copied to clipboard

Retrieves a specified function definition from the Data Catalog.

Link copied to clipboard

Retrieves multiple function definitions from the Data Catalog.

Link copied to clipboard
inline suspend fun GlueClient.getWorkflow(crossinline block: GetWorkflowRequest.Builder.() -> Unit): GetWorkflowResponse

Retrieves resource metadata for a workflow.

Link copied to clipboard

Retrieves the metadata for a given workflow run.

Link copied to clipboard

Retrieves the workflow run properties which were set during the run.

Link copied to clipboard

Retrieves metadata for all runs of a given workflow.

Link copied to clipboard

Imports an existing Amazon Athena Data Catalog to Glue.

Link copied to clipboard

Lists all the blueprint names in an account.

Link copied to clipboard

List all task runs for a particular account.

Link copied to clipboard
inline suspend fun GlueClient.listCrawlers(crossinline block: ListCrawlersRequest.Builder.() -> Unit): ListCrawlersResponse

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.

Link copied to clipboard
inline suspend fun GlueClient.listCrawls(crossinline block: ListCrawlsRequest.Builder.() -> Unit): ListCrawlsResponse

Returns all the crawls of a specified crawler. Returns only the crawls that have occurred since the launch date of the crawler history feature, and only retains up to 12 months of crawls. Older crawls will not be returned.

Link copied to clipboard

Lists all the custom patterns that have been created.

Link copied to clipboard

Returns all data quality execution results for your account.

Link copied to clipboard

Lists the recommendation runs meeting the filter criteria.

Link copied to clipboard

Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.

Link copied to clipboard

Returns a paginated list of rulesets for the specified list of Glue tables.

Link copied to clipboard

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.

Link copied to clipboard
inline suspend fun GlueClient.listJobs(crossinline block: ListJobsRequest.Builder.() -> Unit): ListJobsResponse

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard
inline suspend fun GlueClient.listSchemas(crossinline block: ListSchemasRequest.Builder.() -> Unit): ListSchemasResponse

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.

Link copied to clipboard

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.

Link copied to clipboard
inline suspend fun GlueClient.listSessions(crossinline block: ListSessionsRequest.Builder.() -> Unit): ListSessionsResponse

Retrieve a list of sessions.

Link copied to clipboard

Lists statements for the session.

Link copied to clipboard

Lists the history of previous optimizer runs for a specific table.

Link copied to clipboard
inline suspend fun GlueClient.listTriggers(crossinline block: ListTriggersRequest.Builder.() -> Unit): ListTriggersResponse

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.

Link copied to clipboard

Lists names of workflows created in the account.

Link copied to clipboard

Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.

Link copied to clipboard

Sets the Data Catalog resource policy for access control.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Queries for the schema version metadata information.

Link copied to clipboard

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.

Link copied to clipboard

Removes a key value pair from the schema version metadata for the specified schema version ID.

Link copied to clipboard

Resets a bookmark entry.

Link copied to clipboard

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.

Link copied to clipboard
inline suspend fun GlueClient.runStatement(crossinline block: RunStatementRequest.Builder.() -> Unit): RunStatementResponse

Executes the statement.

Link copied to clipboard
inline suspend fun GlueClient.searchTables(crossinline block: SearchTablesRequest.Builder.() -> Unit): SearchTablesResponse

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.

Link copied to clipboard

Starts a new run of the specified blueprint.

Link copied to clipboard

Starts a column statistics task run, for a specified table and columns.

Link copied to clipboard
inline suspend fun GlueClient.startCrawler(crossinline block: StartCrawlerRequest.Builder.() -> Unit): StartCrawlerResponse

Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.

Link copied to clipboard

Changes the schedule state of the specified crawler to SCHEDULED, unless the crawler is already running or the schedule state is already SCHEDULED.

Link copied to clipboard

Starts a recommendation run that is used to generate rules when you don't know what rules to write. Glue Data Quality analyzes the data and comes up with recommendations for a potential ruleset. You can then triage the ruleset and modify the generated ruleset to your liking.

Link copied to clipboard

Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table). The evaluation computes results which you can retrieve with the GetDataQualityResult API.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard
inline suspend fun GlueClient.startJobRun(crossinline block: StartJobRunRequest.Builder.() -> Unit): StartJobRunResponse

Starts a job run using a job definition.

Link copied to clipboard

Starts a task to estimate the quality of the transform.

Link copied to clipboard

Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.

Link copied to clipboard
inline suspend fun GlueClient.startTrigger(crossinline block: StartTriggerRequest.Builder.() -> Unit): StartTriggerResponse

Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.

Link copied to clipboard

Starts a new run of the specified workflow.

Link copied to clipboard

Stops a task run for the specified table.

Link copied to clipboard
inline suspend fun GlueClient.stopCrawler(crossinline block: StopCrawlerRequest.Builder.() -> Unit): StopCrawlerResponse

If the specified crawler is running, stops the crawl.

Link copied to clipboard

Sets the schedule state of the specified crawler to NOT_SCHEDULED, but does not stop the crawler if it is already running.

Link copied to clipboard
inline suspend fun GlueClient.stopSession(crossinline block: StopSessionRequest.Builder.() -> Unit): StopSessionResponse

Stops the session.

Link copied to clipboard
inline suspend fun GlueClient.stopTrigger(crossinline block: StopTriggerRequest.Builder.() -> Unit): StopTriggerResponse

Stops a specified trigger.

Link copied to clipboard

Stops the execution of the specified workflow run.

Link copied to clipboard
inline suspend fun GlueClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

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.

Link copied to clipboard

Removes tags from a resource.

Link copied to clipboard

Updates a registered blueprint.

Link copied to clipboard

Modifies an existing classifier (a GrokClassifier, an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on which field is present).

Link copied to clipboard

Creates or updates partition statistics of columns.

Link copied to clipboard

Creates or updates table statistics of columns.

Link copied to clipboard

Updates a connection definition in the Data Catalog.

Link copied to clipboard

Updates a crawler. If a crawler is running, you must stop it using StopCrawler before updating it.

Link copied to clipboard

Updates the schedule of a crawler using a cron expression.

Link copied to clipboard

Updates an existing database definition in a Data Catalog.

Link copied to clipboard

Updates the specified data quality ruleset.

Link copied to clipboard

Updates a specified development endpoint.

Link copied to clipboard
inline suspend fun GlueClient.updateJob(crossinline block: UpdateJobRequest.Builder.() -> Unit): UpdateJobResponse

Updates an existing job definition. The previous job definition is completely overwritten by this information.

Link copied to clipboard

Synchronizes a job from the source control repository. This operation takes the job artifacts that are located in the remote repository and updates the Glue internal stores with these artifacts.

Link copied to clipboard

Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results.

Link copied to clipboard

Updates a partition.

Link copied to clipboard

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.

Link copied to clipboard
inline suspend fun GlueClient.updateSchema(crossinline block: UpdateSchemaRequest.Builder.() -> Unit): UpdateSchemaResponse

Updates the description, compatibility setting, or version checkpoint for a schema set.

Link copied to clipboard

Synchronizes a job to the source control repository. This operation takes the job artifacts from the Glue internal stores and makes a commit to the remote repository that is configured on the job.

Link copied to clipboard
inline suspend fun GlueClient.updateTable(crossinline block: UpdateTableRequest.Builder.() -> Unit): UpdateTableResponse

Updates a metadata table in the Data Catalog.

Link copied to clipboard

Updates the configuration for an existing table optimizer.

Link copied to clipboard

Updates a trigger definition.

Link copied to clipboard

Updates an existing function definition in the Data Catalog.

Link copied to clipboard

Updates an existing workflow.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.