Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Glue

import { Glue } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
class Glue {
constructor(apiFactory: client.ApiFactory);
async batchCreatePartition(params: BatchCreatePartitionRequest, opts?: client.RequestOptions): Promise<BatchCreatePartitionResponse>;
async batchDeleteConnection(params: BatchDeleteConnectionRequest, opts?: client.RequestOptions): Promise<BatchDeleteConnectionResponse>;
async batchDeletePartition(params: BatchDeletePartitionRequest, opts?: client.RequestOptions): Promise<BatchDeletePartitionResponse>;
async batchDeleteTable(params: BatchDeleteTableRequest, opts?: client.RequestOptions): Promise<BatchDeleteTableResponse>;
async batchDeleteTableVersion(params: BatchDeleteTableVersionRequest, opts?: client.RequestOptions): Promise<BatchDeleteTableVersionResponse>;
async batchGetBlueprints(params: BatchGetBlueprintsRequest, opts?: client.RequestOptions): Promise<BatchGetBlueprintsResponse>;
async batchGetCrawlers(params: BatchGetCrawlersRequest, opts?: client.RequestOptions): Promise<BatchGetCrawlersResponse>;
async batchGetDevEndpoints(params: BatchGetDevEndpointsRequest, opts?: client.RequestOptions): Promise<BatchGetDevEndpointsResponse>;
async batchGetJobs(params: BatchGetJobsRequest, opts?: client.RequestOptions): Promise<BatchGetJobsResponse>;
async batchGetPartition(params: BatchGetPartitionRequest, opts?: client.RequestOptions): Promise<BatchGetPartitionResponse>;
async batchGetTriggers(params: BatchGetTriggersRequest, opts?: client.RequestOptions): Promise<BatchGetTriggersResponse>;
async batchGetWorkflows(params: BatchGetWorkflowsRequest, opts?: client.RequestOptions): Promise<BatchGetWorkflowsResponse>;
async batchStopJobRun(params: BatchStopJobRunRequest, opts?: client.RequestOptions): Promise<BatchStopJobRunResponse>;
async batchUpdatePartition(params: BatchUpdatePartitionRequest, opts?: client.RequestOptions): Promise<BatchUpdatePartitionResponse>;
async cancelMLTaskRun(params: CancelMLTaskRunRequest, opts?: client.RequestOptions): Promise<CancelMLTaskRunResponse>;
async checkSchemaVersionValidity(params: CheckSchemaVersionValidityInput, opts?: client.RequestOptions): Promise<CheckSchemaVersionValidityResponse>;
async createBlueprint(params: CreateBlueprintRequest, opts?: client.RequestOptions): Promise<CreateBlueprintResponse>;
async createClassifier(params?: CreateClassifierRequest, opts?: client.RequestOptions): Promise<void>;
async createConnection(params: CreateConnectionRequest, opts?: client.RequestOptions): Promise<void>;
async createCrawler(params: CreateCrawlerRequest, opts?: client.RequestOptions): Promise<void>;
async createDatabase(params: CreateDatabaseRequest, opts?: client.RequestOptions): Promise<void>;
async createDevEndpoint(params: CreateDevEndpointRequest, opts?: client.RequestOptions): Promise<CreateDevEndpointResponse>;
async createJob(params: CreateJobRequest, opts?: client.RequestOptions): Promise<CreateJobResponse>;
async createMLTransform(params: CreateMLTransformRequest, opts?: client.RequestOptions): Promise<CreateMLTransformResponse>;
async createPartition(params: CreatePartitionRequest, opts?: client.RequestOptions): Promise<void>;
async createPartitionIndex(params: CreatePartitionIndexRequest, opts?: client.RequestOptions): Promise<void>;
async createRegistry(params: CreateRegistryInput, opts?: client.RequestOptions): Promise<CreateRegistryResponse>;
async createSchema(params: CreateSchemaInput, opts?: client.RequestOptions): Promise<CreateSchemaResponse>;
async createScript(params?: CreateScriptRequest, opts?: client.RequestOptions): Promise<CreateScriptResponse>;
async createSecurityConfiguration(params: CreateSecurityConfigurationRequest, opts?: client.RequestOptions): Promise<CreateSecurityConfigurationResponse>;
async createTable(params: CreateTableRequest, opts?: client.RequestOptions): Promise<void>;
async createTrigger(params: CreateTriggerRequest, opts?: client.RequestOptions): Promise<CreateTriggerResponse>;
async createUserDefinedFunction(params: CreateUserDefinedFunctionRequest, opts?: client.RequestOptions): Promise<void>;
async createWorkflow(params: CreateWorkflowRequest, opts?: client.RequestOptions): Promise<CreateWorkflowResponse>;
async deleteBlueprint(params: DeleteBlueprintRequest, opts?: client.RequestOptions): Promise<DeleteBlueprintResponse>;
async deleteClassifier(params: DeleteClassifierRequest, opts?: client.RequestOptions): Promise<void>;
async deleteColumnStatisticsForPartition(params: DeleteColumnStatisticsForPartitionRequest, opts?: client.RequestOptions): Promise<void>;
async deleteColumnStatisticsForTable(params: DeleteColumnStatisticsForTableRequest, opts?: client.RequestOptions): Promise<void>;
async deleteConnection(params: DeleteConnectionRequest, opts?: client.RequestOptions): Promise<void>;
async deleteCrawler(params: DeleteCrawlerRequest, opts?: client.RequestOptions): Promise<void>;
async deleteDatabase(params: DeleteDatabaseRequest, opts?: client.RequestOptions): Promise<void>;
async deleteDevEndpoint(params: DeleteDevEndpointRequest, opts?: client.RequestOptions): Promise<void>;
async deleteJob(params: DeleteJobRequest, opts?: client.RequestOptions): Promise<DeleteJobResponse>;
async deleteMLTransform(params: DeleteMLTransformRequest, opts?: client.RequestOptions): Promise<DeleteMLTransformResponse>;
async deletePartition(params: DeletePartitionRequest, opts?: client.RequestOptions): Promise<void>;
async deletePartitionIndex(params: DeletePartitionIndexRequest, opts?: client.RequestOptions): Promise<void>;
async deleteRegistry(params: DeleteRegistryInput, opts?: client.RequestOptions): Promise<DeleteRegistryResponse>;
async deleteResourcePolicy(params?: DeleteResourcePolicyRequest, opts?: client.RequestOptions): Promise<void>;
async deleteSchema(params: DeleteSchemaInput, opts?: client.RequestOptions): Promise<DeleteSchemaResponse>;
async deleteSchemaVersions(params: DeleteSchemaVersionsInput, opts?: client.RequestOptions): Promise<DeleteSchemaVersionsResponse>;
async deleteSecurityConfiguration(params: DeleteSecurityConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteTable(params: DeleteTableRequest, opts?: client.RequestOptions): Promise<void>;
async deleteTableVersion(params: DeleteTableVersionRequest, opts?: client.RequestOptions): Promise<void>;
async deleteTrigger(params: DeleteTriggerRequest, opts?: client.RequestOptions): Promise<DeleteTriggerResponse>;
async deleteUserDefinedFunction(params: DeleteUserDefinedFunctionRequest, opts?: client.RequestOptions): Promise<void>;
async deleteWorkflow(params: DeleteWorkflowRequest, opts?: client.RequestOptions): Promise<DeleteWorkflowResponse>;
async getBlueprint(params: GetBlueprintRequest, opts?: client.RequestOptions): Promise<GetBlueprintResponse>;
async getBlueprintRun(params: GetBlueprintRunRequest, opts?: client.RequestOptions): Promise<GetBlueprintRunResponse>;
async getBlueprintRuns(params: GetBlueprintRunsRequest, opts?: client.RequestOptions): Promise<GetBlueprintRunsResponse>;
async getCatalogImportStatus(params?: GetCatalogImportStatusRequest, opts?: client.RequestOptions): Promise<GetCatalogImportStatusResponse>;
async getClassifier(params: GetClassifierRequest, opts?: client.RequestOptions): Promise<GetClassifierResponse>;
async getClassifiers(params?: GetClassifiersRequest, opts?: client.RequestOptions): Promise<GetClassifiersResponse>;
async getColumnStatisticsForPartition(params: GetColumnStatisticsForPartitionRequest, opts?: client.RequestOptions): Promise<GetColumnStatisticsForPartitionResponse>;
async getColumnStatisticsForTable(params: GetColumnStatisticsForTableRequest, opts?: client.RequestOptions): Promise<GetColumnStatisticsForTableResponse>;
async getConnection(params: GetConnectionRequest, opts?: client.RequestOptions): Promise<GetConnectionResponse>;
async getConnections(params?: GetConnectionsRequest, opts?: client.RequestOptions): Promise<GetConnectionsResponse>;
async getCrawler(params: GetCrawlerRequest, opts?: client.RequestOptions): Promise<GetCrawlerResponse>;
async getCrawlerMetrics(params?: GetCrawlerMetricsRequest, opts?: client.RequestOptions): Promise<GetCrawlerMetricsResponse>;
async getCrawlers(params?: GetCrawlersRequest, opts?: client.RequestOptions): Promise<GetCrawlersResponse>;
async getDatabase(params: GetDatabaseRequest, opts?: client.RequestOptions): Promise<GetDatabaseResponse>;
async getDatabases(params?: GetDatabasesRequest, opts?: client.RequestOptions): Promise<GetDatabasesResponse>;
async getDataCatalogEncryptionSettings(params?: GetDataCatalogEncryptionSettingsRequest, opts?: client.RequestOptions): Promise<GetDataCatalogEncryptionSettingsResponse>;
async getDataflowGraph(params?: GetDataflowGraphRequest, opts?: client.RequestOptions): Promise<GetDataflowGraphResponse>;
async getDevEndpoint(params: GetDevEndpointRequest, opts?: client.RequestOptions): Promise<GetDevEndpointResponse>;
async getDevEndpoints(params?: GetDevEndpointsRequest, opts?: client.RequestOptions): Promise<GetDevEndpointsResponse>;
async getJob(params: GetJobRequest, opts?: client.RequestOptions): Promise<GetJobResponse>;
async getJobBookmark(params: GetJobBookmarkRequest, opts?: client.RequestOptions): Promise<GetJobBookmarkResponse>;
async getJobRun(params: GetJobRunRequest, opts?: client.RequestOptions): Promise<GetJobRunResponse>;
async getJobRuns(params: GetJobRunsRequest, opts?: client.RequestOptions): Promise<GetJobRunsResponse>;
async getJobs(params?: GetJobsRequest, opts?: client.RequestOptions): Promise<GetJobsResponse>;
async getMapping(params: GetMappingRequest, opts?: client.RequestOptions): Promise<GetMappingResponse>;
async getMLTaskRun(params: GetMLTaskRunRequest, opts?: client.RequestOptions): Promise<GetMLTaskRunResponse>;
async getMLTaskRuns(params: GetMLTaskRunsRequest, opts?: client.RequestOptions): Promise<GetMLTaskRunsResponse>;
async getMLTransform(params: GetMLTransformRequest, opts?: client.RequestOptions): Promise<GetMLTransformResponse>;
async getMLTransforms(params?: GetMLTransformsRequest, opts?: client.RequestOptions): Promise<GetMLTransformsResponse>;
async getPartition(params: GetPartitionRequest, opts?: client.RequestOptions): Promise<GetPartitionResponse>;
async getPartitionIndexes(params: GetPartitionIndexesRequest, opts?: client.RequestOptions): Promise<GetPartitionIndexesResponse>;
async getPartitions(params: GetPartitionsRequest, opts?: client.RequestOptions): Promise<GetPartitionsResponse>;
async getPlan(params: GetPlanRequest, opts?: client.RequestOptions): Promise<GetPlanResponse>;
async getRegistry(params: GetRegistryInput, opts?: client.RequestOptions): Promise<GetRegistryResponse>;
async getResourcePolicies(params?: GetResourcePoliciesRequest, opts?: client.RequestOptions): Promise<GetResourcePoliciesResponse>;
async getResourcePolicy(params?: GetResourcePolicyRequest, opts?: client.RequestOptions): Promise<GetResourcePolicyResponse>;
async getSchema(params: GetSchemaInput, opts?: client.RequestOptions): Promise<GetSchemaResponse>;
async getSchemaByDefinition(params: GetSchemaByDefinitionInput, opts?: client.RequestOptions): Promise<GetSchemaByDefinitionResponse>;
async getSchemaVersion(params?: GetSchemaVersionInput, opts?: client.RequestOptions): Promise<GetSchemaVersionResponse>;
async getSchemaVersionsDiff(params: GetSchemaVersionsDiffInput, opts?: client.RequestOptions): Promise<GetSchemaVersionsDiffResponse>;
async getSecurityConfiguration(params: GetSecurityConfigurationRequest, opts?: client.RequestOptions): Promise<GetSecurityConfigurationResponse>;
async getSecurityConfigurations(params?: GetSecurityConfigurationsRequest, opts?: client.RequestOptions): Promise<GetSecurityConfigurationsResponse>;
async getTable(params: GetTableRequest, opts?: client.RequestOptions): Promise<GetTableResponse>;
async getTables(params: GetTablesRequest, opts?: client.RequestOptions): Promise<GetTablesResponse>;
async getTableVersion(params: GetTableVersionRequest, opts?: client.RequestOptions): Promise<GetTableVersionResponse>;
async getTableVersions(params: GetTableVersionsRequest, opts?: client.RequestOptions): Promise<GetTableVersionsResponse>;
async getTags(params: GetTagsRequest, opts?: client.RequestOptions): Promise<GetTagsResponse>;
async getTrigger(params: GetTriggerRequest, opts?: client.RequestOptions): Promise<GetTriggerResponse>;
async getTriggers(params?: GetTriggersRequest, opts?: client.RequestOptions): Promise<GetTriggersResponse>;
async getUnfilteredPartitionMetadata(params: GetUnfilteredPartitionMetadataRequest, opts?: client.RequestOptions): Promise<GetUnfilteredPartitionMetadataResponse>;
async getUnfilteredPartitionsMetadata(params: GetUnfilteredPartitionsMetadataRequest, opts?: client.RequestOptions): Promise<GetUnfilteredPartitionsMetadataResponse>;
async getUnfilteredTableMetadata(params: GetUnfilteredTableMetadataRequest, opts?: client.RequestOptions): Promise<GetUnfilteredTableMetadataResponse>;
async getUserDefinedFunction(params: GetUserDefinedFunctionRequest, opts?: client.RequestOptions): Promise<GetUserDefinedFunctionResponse>;
async getUserDefinedFunctions(params: GetUserDefinedFunctionsRequest, opts?: client.RequestOptions): Promise<GetUserDefinedFunctionsResponse>;
async getWorkflow(params: GetWorkflowRequest, opts?: client.RequestOptions): Promise<GetWorkflowResponse>;
async getWorkflowRun(params: GetWorkflowRunRequest, opts?: client.RequestOptions): Promise<GetWorkflowRunResponse>;
async getWorkflowRunProperties(params: GetWorkflowRunPropertiesRequest, opts?: client.RequestOptions): Promise<GetWorkflowRunPropertiesResponse>;
async getWorkflowRuns(params: GetWorkflowRunsRequest, opts?: client.RequestOptions): Promise<GetWorkflowRunsResponse>;
async importCatalogToGlue(params?: ImportCatalogToGlueRequest, opts?: client.RequestOptions): Promise<void>;
async listBlueprints(params?: ListBlueprintsRequest, opts?: client.RequestOptions): Promise<ListBlueprintsResponse>;
async listCrawlers(params?: ListCrawlersRequest, opts?: client.RequestOptions): Promise<ListCrawlersResponse>;
async listDevEndpoints(params?: ListDevEndpointsRequest, opts?: client.RequestOptions): Promise<ListDevEndpointsResponse>;
async listJobs(params?: ListJobsRequest, opts?: client.RequestOptions): Promise<ListJobsResponse>;
async listMLTransforms(params?: ListMLTransformsRequest, opts?: client.RequestOptions): Promise<ListMLTransformsResponse>;
async listRegistries(params?: ListRegistriesInput, opts?: client.RequestOptions): Promise<ListRegistriesResponse>;
async listSchemas(params?: ListSchemasInput, opts?: client.RequestOptions): Promise<ListSchemasResponse>;
async listSchemaVersions(params: ListSchemaVersionsInput, opts?: client.RequestOptions): Promise<ListSchemaVersionsResponse>;
async listTriggers(params?: ListTriggersRequest, opts?: client.RequestOptions): Promise<ListTriggersResponse>;
async listWorkflows(params?: ListWorkflowsRequest, opts?: client.RequestOptions): Promise<ListWorkflowsResponse>;
async putDataCatalogEncryptionSettings(params: PutDataCatalogEncryptionSettingsRequest, opts?: client.RequestOptions): Promise<void>;
async putResourcePolicy(params: PutResourcePolicyRequest, opts?: client.RequestOptions): Promise<PutResourcePolicyResponse>;
async putSchemaVersionMetadata(params: PutSchemaVersionMetadataInput, opts?: client.RequestOptions): Promise<PutSchemaVersionMetadataResponse>;
async putWorkflowRunProperties(params: PutWorkflowRunPropertiesRequest, opts?: client.RequestOptions): Promise<void>;
async querySchemaVersionMetadata(params?: QuerySchemaVersionMetadataInput, opts?: client.RequestOptions): Promise<QuerySchemaVersionMetadataResponse>;
async registerSchemaVersion(params: RegisterSchemaVersionInput, opts?: client.RequestOptions): Promise<RegisterSchemaVersionResponse>;
async removeSchemaVersionMetadata(params: RemoveSchemaVersionMetadataInput, opts?: client.RequestOptions): Promise<RemoveSchemaVersionMetadataResponse>;
async resetJobBookmark(params: ResetJobBookmarkRequest, opts?: client.RequestOptions): Promise<ResetJobBookmarkResponse>;
async resumeWorkflowRun(params: ResumeWorkflowRunRequest, opts?: client.RequestOptions): Promise<ResumeWorkflowRunResponse>;
async searchTables(params?: SearchTablesRequest, opts?: client.RequestOptions): Promise<SearchTablesResponse>;
async startBlueprintRun(params: StartBlueprintRunRequest, opts?: client.RequestOptions): Promise<StartBlueprintRunResponse>;
async startCrawler(params: StartCrawlerRequest, opts?: client.RequestOptions): Promise<void>;
async startCrawlerSchedule(params: StartCrawlerScheduleRequest, opts?: client.RequestOptions): Promise<void>;
async startExportLabelsTaskRun(params: StartExportLabelsTaskRunRequest, opts?: client.RequestOptions): Promise<StartExportLabelsTaskRunResponse>;
async startImportLabelsTaskRun(params: StartImportLabelsTaskRunRequest, opts?: client.RequestOptions): Promise<StartImportLabelsTaskRunResponse>;
async startJobRun(params: StartJobRunRequest, opts?: client.RequestOptions): Promise<StartJobRunResponse>;
async startMLEvaluationTaskRun(params: StartMLEvaluationTaskRunRequest, opts?: client.RequestOptions): Promise<StartMLEvaluationTaskRunResponse>;
async startMLLabelingSetGenerationTaskRun(params: StartMLLabelingSetGenerationTaskRunRequest, opts?: client.RequestOptions): Promise<StartMLLabelingSetGenerationTaskRunResponse>;
async startTrigger(params: StartTriggerRequest, opts?: client.RequestOptions): Promise<StartTriggerResponse>;
async startWorkflowRun(params: StartWorkflowRunRequest, opts?: client.RequestOptions): Promise<StartWorkflowRunResponse>;
async stopCrawler(params: StopCrawlerRequest, opts?: client.RequestOptions): Promise<void>;
async stopCrawlerSchedule(params: StopCrawlerScheduleRequest, opts?: client.RequestOptions): Promise<void>;
async stopTrigger(params: StopTriggerRequest, opts?: client.RequestOptions): Promise<StopTriggerResponse>;
async stopWorkflowRun(params: StopWorkflowRunRequest, opts?: client.RequestOptions): Promise<void>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateBlueprint(params: UpdateBlueprintRequest, opts?: client.RequestOptions): Promise<UpdateBlueprintResponse>;
async updateClassifier(params?: UpdateClassifierRequest, opts?: client.RequestOptions): Promise<void>;
async updateColumnStatisticsForPartition(params: UpdateColumnStatisticsForPartitionRequest, opts?: client.RequestOptions): Promise<UpdateColumnStatisticsForPartitionResponse>;
async updateColumnStatisticsForTable(params: UpdateColumnStatisticsForTableRequest, opts?: client.RequestOptions): Promise<UpdateColumnStatisticsForTableResponse>;
async updateConnection(params: UpdateConnectionRequest, opts?: client.RequestOptions): Promise<void>;
async updateCrawler(params: UpdateCrawlerRequest, opts?: client.RequestOptions): Promise<void>;
async updateCrawlerSchedule(params: UpdateCrawlerScheduleRequest, opts?: client.RequestOptions): Promise<void>;
async updateDatabase(params: UpdateDatabaseRequest, opts?: client.RequestOptions): Promise<void>;
async updateDevEndpoint(params: UpdateDevEndpointRequest, opts?: client.RequestOptions): Promise<void>;
async updateJob(params: UpdateJobRequest, opts?: client.RequestOptions): Promise<UpdateJobResponse>;
async updateMLTransform(params: UpdateMLTransformRequest, opts?: client.RequestOptions): Promise<UpdateMLTransformResponse>;
async updatePartition(params: UpdatePartitionRequest, opts?: client.RequestOptions): Promise<void>;
async updateRegistry(params: UpdateRegistryInput, opts?: client.RequestOptions): Promise<UpdateRegistryResponse>;
async updateSchema(params: UpdateSchemaInput, opts?: client.RequestOptions): Promise<UpdateSchemaResponse>;
async updateTable(params: UpdateTableRequest, opts?: client.RequestOptions): Promise<void>;
async updateTrigger(params: UpdateTriggerRequest, opts?: client.RequestOptions): Promise<UpdateTriggerResponse>;
async updateUserDefinedFunction(params: UpdateUserDefinedFunctionRequest, opts?: client.RequestOptions): Promise<void>;
async updateWorkflow(params: UpdateWorkflowRequest, opts?: client.RequestOptions): Promise<UpdateWorkflowResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new Glue(apiFactory: client.ApiFactory)
[src]

§Methods

§

Creates one or more partitions in a batch operation.

§

Deletes a list of connection definitions from the Data Catalog.

§

Deletes one or more partitions in a batch operation.

§

Deletes multiple tables at once.

Note: 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.

§

Deletes a specified batch of versions of a table.

§

Retrieves information about a list of blueprints.

§

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.

§

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.

§

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.

§

Retrieves partitions in a batch request.

§

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.

§

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.

§

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

§

Updates one or more partitions in a batch operation.

§

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.

§

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.

§

Registers a blueprint with Glue.

§
createClassifier(params?: CreateClassifierRequest, opts?: client.RequestOptions): Promise<void>
[src]

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.

§
createConnection(params: CreateConnectionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Creates a connection definition in the Data Catalog.

§
createCrawler(params: CreateCrawlerRequest, opts?: client.RequestOptions): Promise<void>
[src]

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.

§
createDatabase(params: CreateDatabaseRequest, opts?: client.RequestOptions): Promise<void>
[src]

Creates a new database in a Data Catalog.

§

Creates a new development endpoint.

§

Creates a new job definition.

§

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.

§
createPartition(params: CreatePartitionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Creates a new partition.

§
createPartitionIndex(params: CreatePartitionIndexRequest, opts?: client.RequestOptions): Promise<void>
[src]

Creates a specified partition index in an existing table.

§

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

§
createSchema(params: CreateSchemaInput, opts?: client.RequestOptions): Promise<CreateSchemaResponse>
[src]

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.

§

Transforms a directed acyclic graph (DAG) into code.

§

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.

§
createTable(params: CreateTableRequest, opts?: client.RequestOptions): Promise<void>
[src]

Creates a new table definition in the Data Catalog.

§

Creates a new trigger.

§
createUserDefinedFunction(params: CreateUserDefinedFunctionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Creates a new function definition in the Data Catalog.

§

Creates a new workflow.

§

Deletes an existing blueprint.

§
deleteClassifier(params: DeleteClassifierRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes a classifier from the Data Catalog.

§
deleteColumnStatisticsForPartition(params: DeleteColumnStatisticsForPartitionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Delete the partition column statistics of a column.

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

§
deleteColumnStatisticsForTable(params: DeleteColumnStatisticsForTableRequest, opts?: client.RequestOptions): Promise<void>
[src]

Retrieves table statistics of columns.

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

§
deleteConnection(params: DeleteConnectionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a connection from the Data Catalog.

§
deleteCrawler(params: DeleteCrawlerRequest, opts?: client.RequestOptions): Promise<void>
[src]

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

§
deleteDatabase(params: DeleteDatabaseRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes a specified database from a Data Catalog.

Note: 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.

§
deleteDevEndpoint(params: DeleteDevEndpointRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a specified development endpoint.

§

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

§

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.

§
deletePartition(params: DeletePartitionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a specified partition.

§
deletePartitionIndex(params: DeletePartitionIndexRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a specified partition index from an existing table.

§

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.

§
deleteResourcePolicy(params?: DeleteResourcePolicyRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a specified policy.

§
deleteSchema(params: DeleteSchemaInput, opts?: client.RequestOptions): Promise<DeleteSchemaResponse>
[src]

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.

§

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.

§
deleteSecurityConfiguration(params: DeleteSecurityConfigurationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a specified security configuration.

§
deleteTable(params: DeleteTableRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes a table definition from the Data Catalog.

Note: 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.

§
deleteTableVersion(params: DeleteTableVersionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a specified version of a table.

§

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

§
deleteUserDefinedFunction(params: DeleteUserDefinedFunctionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes an existing function definition from the Data Catalog.

§

Deletes a workflow.

§

Retrieves the details of a blueprint.

§

Retrieves the details of a blueprint run.

§

Retrieves the details of blueprint runs for a specified blueprint.

§

Retrieves the status of a migration operation.

§

Retrieve a classifier by name.

§

Lists all classifier objects in the Data Catalog.

§

Retrieves partition statistics of columns.

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

§

Retrieves table statistics of columns.

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

§

Retrieves a connection definition from the Data Catalog.

§

Retrieves a list of connection definitions from the Data Catalog.

§

Retrieves metadata for a specified crawler.

§

Retrieves metrics about specified crawlers.

§
getCrawlers(params?: GetCrawlersRequest, opts?: client.RequestOptions): Promise<GetCrawlersResponse>
[src]

Retrieves metadata for all crawlers defined in the customer account.

§

Retrieves the definition of a specified database.

§

Retrieves all databases defined in a given Data Catalog.

§

Retrieves the security configuration for a specified catalog.

§

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

§

Retrieves information about a specified development endpoint.

Note: 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.

§

Retrieves all the development endpoints in this AWS account.

Note: 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.

§
getJob(params: GetJobRequest, opts?: client.RequestOptions): Promise<GetJobResponse>
[src]

Retrieves an existing job definition.

§

Returns information on a job bookmark entry.

§

Retrieves the metadata for a given job run.

§

Retrieves metadata for all runs of a given job definition.

§
getJobs(params?: GetJobsRequest, opts?: client.RequestOptions): Promise<GetJobsResponse>
[src]

Retrieves all current job definitions.

§

Creates mappings.

§

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.

§

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.

§

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.

§

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.

§

Retrieves information about a specified partition.

§

Retrieves the partition indexes associated with a table.

§

Retrieves information about the partitions in a table.

§
getPlan(params: GetPlanRequest, opts?: client.RequestOptions): Promise<GetPlanResponse>
[src]

Gets code to perform a specified mapping.

§
getRegistry(params: GetRegistryInput, opts?: client.RequestOptions): Promise<GetRegistryResponse>
[src]

Describes the specified registry in detail.

§

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.

§

Retrieves a specified resource policy.

§
getSchema(params: GetSchemaInput, opts?: client.RequestOptions): Promise<GetSchemaResponse>
[src]

Describes the specified schema in detail.

§

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.

§

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.

§

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.

§

Retrieves a specified security configuration.

§

Retrieves a list of all security configurations.

§
getTable(params: GetTableRequest, opts?: client.RequestOptions): Promise<GetTableResponse>
[src]

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

§

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

§

Retrieves a specified version of a table.

§

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

§
getTags(params: GetTagsRequest, opts?: client.RequestOptions): Promise<GetTagsResponse>
[src]

Retrieves a list of tags associated with a resource.

§

Retrieves the definition of a trigger.

§
getTriggers(params?: GetTriggersRequest, opts?: client.RequestOptions): Promise<GetTriggersResponse>
[src]

Gets all the triggers associated with a job.

§

Retrieves a specified function definition from the Data Catalog.

§

Retrieves multiple function definitions from the Data Catalog.

§

Retrieves resource metadata for a workflow.

§

Retrieves the metadata for a given workflow run.

§

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

§

Retrieves metadata for all runs of a given workflow.

§
importCatalogToGlue(params?: ImportCatalogToGlueRequest, opts?: client.RequestOptions): Promise<void>
[src]

Imports an existing Amazon Athena Data Catalog to Glue.

§

Lists all the blueprint names in an account.

§

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.

§

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.

§
listJobs(params?: ListJobsRequest, opts?: client.RequestOptions): Promise<ListJobsResponse>
[src]

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.

§

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.

§
listRegistries(params?: ListRegistriesInput, opts?: client.RequestOptions): Promise<ListRegistriesResponse>
[src]

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.

§
listSchemas(params?: ListSchemasInput, opts?: client.RequestOptions): Promise<ListSchemasResponse>
[src]

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.

§

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.

§

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.

§

Lists names of workflows created in the account.

§
putDataCatalogEncryptionSettings(params: PutDataCatalogEncryptionSettingsRequest, opts?: client.RequestOptions): Promise<void>
[src]

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

§

Sets the Data Catalog resource policy for access control.

§

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.

§
putWorkflowRunProperties(params: PutWorkflowRunPropertiesRequest, opts?: client.RequestOptions): Promise<void>
[src]

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.

§

Queries for the schema version metadata information.

§

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.

§

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

§

Resets a bookmark entry.

§

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.

§

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.

§

Starts a new run of the specified blueprint.

§
startCrawler(params: StartCrawlerRequest, opts?: client.RequestOptions): Promise<void>
[src]

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

§
startCrawlerSchedule(params: StartCrawlerScheduleRequest, opts?: client.RequestOptions): Promise<void>
[src]

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

§

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.

§

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.

§

Starts a job run using a job definition.

§

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.

§

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.

§

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

§

Starts a new run of the specified workflow.

§
stopCrawler(params: StopCrawlerRequest, opts?: client.RequestOptions): Promise<void>
[src]

If the specified crawler is running, stops the crawl.

§
stopCrawlerSchedule(params: StopCrawlerScheduleRequest, opts?: client.RequestOptions): Promise<void>
[src]

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

§

Stops a specified trigger.

§
stopWorkflowRun(params: StopWorkflowRunRequest, opts?: client.RequestOptions): Promise<void>
[src]

Stops the execution of the specified workflow run.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

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.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes tags from a resource.

§

Updates a registered blueprint.

§
updateClassifier(params?: UpdateClassifierRequest, opts?: client.RequestOptions): Promise<void>
[src]

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

§

Creates or updates partition statistics of columns.

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

§

Creates or updates table statistics of columns.

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

§
updateConnection(params: UpdateConnectionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates a connection definition in the Data Catalog.

§
updateCrawler(params: UpdateCrawlerRequest, opts?: client.RequestOptions): Promise<void>
[src]

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

§
updateCrawlerSchedule(params: UpdateCrawlerScheduleRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the schedule of a crawler using a cron expression.

§
updateDatabase(params: UpdateDatabaseRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates an existing database definition in a Data Catalog.

§
updateDevEndpoint(params: UpdateDevEndpointRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates a specified development endpoint.

§

Updates an existing job definition.

§

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).

§
updatePartition(params: UpdatePartitionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates a partition.

§

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.

§
updateSchema(params: UpdateSchemaInput, opts?: client.RequestOptions): Promise<UpdateSchemaResponse>
[src]

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.

§
updateTable(params: UpdateTableRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates a metadata table in the Data Catalog.

§

Updates a trigger definition.

§
updateUserDefinedFunction(params: UpdateUserDefinedFunctionRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates an existing function definition in the Data Catalog.

§

Updates an existing workflow.

§Static Properties