{ "version": "2.0", "metadata": { "apiVersion": "2017-03-31", "endpointPrefix": "glue", "jsonVersion": "1.1", "protocol": "json", "protocols": [ "json" ], "serviceFullName": "AWS Glue", "serviceId": "Glue", "signatureVersion": "v4", "targetPrefix": "AWSGlue", "uid": "glue-2017-03-31", "auth": [ "aws.auth#sigv4" ] }, "operations": { "BatchCreatePartition": { "name": "BatchCreatePartition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchCreatePartitionRequest" }, "output": { "shape": "BatchCreatePartitionResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AlreadyExistsException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "InternalServiceException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Creates one or more partitions in a batch operation.

" }, "BatchDeleteConnection": { "name": "BatchDeleteConnection", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchDeleteConnectionRequest" }, "output": { "shape": "BatchDeleteConnectionResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Deletes a list of connection definitions from the Data Catalog.

" }, "BatchDeletePartition": { "name": "BatchDeletePartition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchDeletePartitionRequest" }, "output": { "shape": "BatchDeletePartitionResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Deletes one or more partitions in a batch operation.

" }, "BatchDeleteTable": { "name": "BatchDeleteTable", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchDeleteTableRequest" }, "output": { "shape": "BatchDeleteTableResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" }, { "shape": "ResourceNotReadyException" } ], "documentation": "

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.

" }, "BatchDeleteTableVersion": { "name": "BatchDeleteTableVersion", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchDeleteTableVersionRequest" }, "output": { "shape": "BatchDeleteTableVersionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Deletes a specified batch of versions of a table.

" }, "BatchGetBlueprints": { "name": "BatchGetBlueprints", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchGetBlueprintsRequest" }, "output": { "shape": "BatchGetBlueprintsResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" } ], "documentation": "

Retrieves information about a list of blueprints.

" }, "BatchGetCrawlers": { "name": "BatchGetCrawlers", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchGetCrawlersRequest" }, "output": { "shape": "BatchGetCrawlersResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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.

" }, "BatchGetCustomEntityTypes": { "name": "BatchGetCustomEntityTypes", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchGetCustomEntityTypesRequest" }, "output": { "shape": "BatchGetCustomEntityTypesResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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

" }, "BatchGetDataQualityResult": { "name": "BatchGetDataQualityResult", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchGetDataQualityResultRequest" }, "output": { "shape": "BatchGetDataQualityResultResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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

" }, "BatchGetDevEndpoints": { "name": "BatchGetDevEndpoints", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchGetDevEndpointsRequest" }, "output": { "shape": "BatchGetDevEndpointsResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" } ], "documentation": "

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.

" }, "BatchGetJobs": { "name": "BatchGetJobs", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchGetJobsRequest" }, "output": { "shape": "BatchGetJobsResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" } ], "documentation": "

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.

" }, "BatchGetPartition": { "name": "BatchGetPartition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchGetPartitionRequest" }, "output": { "shape": "BatchGetPartitionResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "GlueEncryptionException" }, { "shape": "InvalidStateException" }, { "shape": "FederationSourceException" }, { "shape": "FederationSourceRetryableException" } ], "documentation": "

Retrieves partitions in a batch request.

" }, "BatchGetTableOptimizer": { "name": "BatchGetTableOptimizer", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchGetTableOptimizerRequest" }, "output": { "shape": "BatchGetTableOptimizerResponse" }, "errors": [ { "shape": "InternalServiceException" } ], "documentation": "

Returns the configuration for the specified table optimizers.

" }, "BatchGetTriggers": { "name": "BatchGetTriggers", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchGetTriggersRequest" }, "output": { "shape": "BatchGetTriggersResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" } ], "documentation": "

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.

" }, "BatchGetWorkflows": { "name": "BatchGetWorkflows", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchGetWorkflowsRequest" }, "output": { "shape": "BatchGetWorkflowsResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" } ], "documentation": "

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.

" }, "BatchPutDataQualityStatisticAnnotation": { "name": "BatchPutDataQualityStatisticAnnotation", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchPutDataQualityStatisticAnnotationRequest" }, "output": { "shape": "BatchPutDataQualityStatisticAnnotationResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "ResourceNumberLimitExceededException" } ], "documentation": "

Annotate datapoints over time for a specific data quality statistic.

" }, "BatchStopJobRun": { "name": "BatchStopJobRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchStopJobRunRequest" }, "output": { "shape": "BatchStopJobRunResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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

" }, "BatchUpdatePartition": { "name": "BatchUpdatePartition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BatchUpdatePartitionRequest" }, "output": { "shape": "BatchUpdatePartitionResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Updates one or more partitions in a batch operation.

" }, "CancelDataQualityRuleRecommendationRun": { "name": "CancelDataQualityRuleRecommendationRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CancelDataQualityRuleRecommendationRunRequest" }, "output": { "shape": "CancelDataQualityRuleRecommendationRunResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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

" }, "CancelDataQualityRulesetEvaluationRun": { "name": "CancelDataQualityRulesetEvaluationRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CancelDataQualityRulesetEvaluationRunRequest" }, "output": { "shape": "CancelDataQualityRulesetEvaluationRunResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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

" }, "CancelMLTaskRun": { "name": "CancelMLTaskRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CancelMLTaskRunRequest" }, "output": { "shape": "CancelMLTaskRunResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "CancelStatement": { "name": "CancelStatement", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CancelStatementRequest" }, "output": { "shape": "CancelStatementResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "IllegalSessionStateException" } ], "documentation": "

Cancels the statement.

" }, "CheckSchemaVersionValidity": { "name": "CheckSchemaVersionValidity", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CheckSchemaVersionValidityInput" }, "output": { "shape": "CheckSchemaVersionValidityResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "CreateBlueprint": { "name": "CreateBlueprint", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateBlueprintRequest" }, "output": { "shape": "CreateBlueprintResponse" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "ResourceNumberLimitExceededException" } ], "documentation": "

Registers a blueprint with Glue.

" }, "CreateClassifier": { "name": "CreateClassifier", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateClassifierRequest" }, "output": { "shape": "CreateClassifierResponse" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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": { "name": "CreateConnection", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateConnectionRequest" }, "output": { "shape": "CreateConnectionResponse" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Creates a connection definition in the Data Catalog.

Connections used for creating federated resources require the IAM glue:PassConnection permission.

" }, "CreateCrawler": { "name": "CreateCrawler", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateCrawlerRequest" }, "output": { "shape": "CreateCrawlerResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AlreadyExistsException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" } ], "documentation": "

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.

" }, "CreateCustomEntityType": { "name": "CreateCustomEntityType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateCustomEntityTypeRequest" }, "output": { "shape": "CreateCustomEntityTypeResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "AlreadyExistsException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" } ], "documentation": "

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

Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.

" }, "CreateDataQualityRuleset": { "name": "CreateDataQualityRuleset", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateDataQualityRulesetRequest" }, "output": { "shape": "CreateDataQualityRulesetResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AlreadyExistsException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "ResourceNumberLimitExceededException" } ], "documentation": "

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

You create the ruleset using the Data Quality Definition Language (DQDL). For more information, see the Glue developer guide.

", "idempotent": true }, "CreateDatabase": { "name": "CreateDatabase", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateDatabaseRequest" }, "output": { "shape": "CreateDatabaseResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AlreadyExistsException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" }, { "shape": "ConcurrentModificationException" }, { "shape": "FederatedResourceAlreadyExistsException" } ], "documentation": "

Creates a new database in a Data Catalog.

" }, "CreateDevEndpoint": { "name": "CreateDevEndpoint", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateDevEndpointRequest" }, "output": { "shape": "CreateDevEndpointResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "AlreadyExistsException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "ValidationException" }, { "shape": "ResourceNumberLimitExceededException" } ], "documentation": "

Creates a new development endpoint.

" }, "CreateJob": { "name": "CreateJob", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateJobRequest" }, "output": { "shape": "CreateJobResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "AlreadyExistsException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

Creates a new job definition.

" }, "CreateMLTransform": { "name": "CreateMLTransform", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateMLTransformRequest" }, "output": { "shape": "CreateMLTransformResponse" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "IdempotentParameterMismatchException" } ], "documentation": "

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": { "name": "CreatePartition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreatePartitionRequest" }, "output": { "shape": "CreatePartitionResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AlreadyExistsException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "InternalServiceException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Creates a new partition.

" }, "CreatePartitionIndex": { "name": "CreatePartitionIndex", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreatePartitionIndexRequest" }, "output": { "shape": "CreatePartitionIndexResponse" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Creates a specified partition index in an existing table.

" }, "CreateRegistry": { "name": "CreateRegistry", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateRegistryInput" }, "output": { "shape": "CreateRegistryResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "AlreadyExistsException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "ConcurrentModificationException" }, { "shape": "InternalServiceException" } ], "documentation": "

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

" }, "CreateSchema": { "name": "CreateSchema", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateSchemaInput" }, "output": { "shape": "CreateSchemaResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "AlreadyExistsException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "ConcurrentModificationException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "CreateScript": { "name": "CreateScript", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateScriptRequest" }, "output": { "shape": "CreateScriptResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Transforms a directed acyclic graph (DAG) into code.

" }, "CreateSecurityConfiguration": { "name": "CreateSecurityConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateSecurityConfigurationRequest" }, "output": { "shape": "CreateSecurityConfigurationResponse" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" } ], "documentation": "

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.

" }, "CreateSession": { "name": "CreateSession", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateSessionRequest" }, "output": { "shape": "CreateSessionResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "ValidationException" }, { "shape": "AlreadyExistsException" }, { "shape": "ResourceNumberLimitExceededException" } ], "documentation": "

Creates a new session.

" }, "CreateTable": { "name": "CreateTable", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateTableRequest" }, "output": { "shape": "CreateTableResponse" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" }, { "shape": "ConcurrentModificationException" }, { "shape": "ResourceNotReadyException" } ], "documentation": "

Creates a new table definition in the Data Catalog.

" }, "CreateTableOptimizer": { "name": "CreateTableOptimizer", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateTableOptimizerRequest" }, "output": { "shape": "CreateTableOptimizerResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "AlreadyExistsException" }, { "shape": "InternalServiceException" } ], "documentation": "

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

" }, "CreateTrigger": { "name": "CreateTrigger", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateTriggerRequest" }, "output": { "shape": "CreateTriggerResponse" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

Creates a new trigger.

" }, "CreateUsageProfile": { "name": "CreateUsageProfile", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateUsageProfileRequest" }, "output": { "shape": "CreateUsageProfileResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "AlreadyExistsException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "OperationNotSupportedException" } ], "documentation": "

Creates an Glue usage profile.

" }, "CreateUserDefinedFunction": { "name": "CreateUserDefinedFunction", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateUserDefinedFunctionRequest" }, "output": { "shape": "CreateUserDefinedFunctionResponse" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Creates a new function definition in the Data Catalog.

" }, "CreateWorkflow": { "name": "CreateWorkflow", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateWorkflowRequest" }, "output": { "shape": "CreateWorkflowResponse" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

Creates a new workflow.

" }, "DeleteBlueprint": { "name": "DeleteBlueprint", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteBlueprintRequest" }, "output": { "shape": "DeleteBlueprintResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

Deletes an existing blueprint.

" }, "DeleteClassifier": { "name": "DeleteClassifier", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteClassifierRequest" }, "output": { "shape": "DeleteClassifierResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Removes a classifier from the Data Catalog.

" }, "DeleteColumnStatisticsForPartition": { "name": "DeleteColumnStatisticsForPartition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteColumnStatisticsForPartitionRequest" }, "output": { "shape": "DeleteColumnStatisticsForPartitionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Delete the partition column statistics of a column.

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

" }, "DeleteColumnStatisticsForTable": { "name": "DeleteColumnStatisticsForTable", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteColumnStatisticsForTableRequest" }, "output": { "shape": "DeleteColumnStatisticsForTableResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Retrieves table statistics of columns.

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

" }, "DeleteConnection": { "name": "DeleteConnection", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteConnectionRequest" }, "output": { "shape": "DeleteConnectionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Deletes a connection from the Data Catalog.

" }, "DeleteCrawler": { "name": "DeleteCrawler", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteCrawlerRequest" }, "output": { "shape": "DeleteCrawlerResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "CrawlerRunningException" }, { "shape": "SchedulerTransitioningException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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

" }, "DeleteCustomEntityType": { "name": "DeleteCustomEntityType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteCustomEntityTypeRequest" }, "output": { "shape": "DeleteCustomEntityTypeResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Deletes a custom pattern by specifying its name.

" }, "DeleteDataQualityRuleset": { "name": "DeleteDataQualityRuleset", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteDataQualityRulesetRequest" }, "output": { "shape": "DeleteDataQualityRulesetResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

Deletes a data quality ruleset.

" }, "DeleteDatabase": { "name": "DeleteDatabase", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteDatabaseRequest" }, "output": { "shape": "DeleteDatabaseResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

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.

" }, "DeleteDevEndpoint": { "name": "DeleteDevEndpoint", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteDevEndpointRequest" }, "output": { "shape": "DeleteDevEndpointResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" } ], "documentation": "

Deletes a specified development endpoint.

" }, "DeleteJob": { "name": "DeleteJob", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteJobRequest" }, "output": { "shape": "DeleteJobResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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

" }, "DeleteMLTransform": { "name": "DeleteMLTransform", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteMLTransformRequest" }, "output": { "shape": "DeleteMLTransformResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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": { "name": "DeletePartition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeletePartitionRequest" }, "output": { "shape": "DeletePartitionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Deletes a specified partition.

" }, "DeletePartitionIndex": { "name": "DeletePartitionIndex", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeletePartitionIndexRequest" }, "output": { "shape": "DeletePartitionIndexResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "ConflictException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Deletes a specified partition index from an existing table.

" }, "DeleteRegistry": { "name": "DeleteRegistry", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteRegistryInput" }, "output": { "shape": "DeleteRegistryResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

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": { "name": "DeleteResourcePolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteResourcePolicyRequest" }, "output": { "shape": "DeleteResourcePolicyResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "ConditionCheckFailureException" } ], "documentation": "

Deletes a specified policy.

" }, "DeleteSchema": { "name": "DeleteSchema", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteSchemaInput" }, "output": { "shape": "DeleteSchemaResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

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.

" }, "DeleteSchemaVersions": { "name": "DeleteSchemaVersions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteSchemaVersionsInput" }, "output": { "shape": "DeleteSchemaVersionsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

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": { "name": "DeleteSecurityConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteSecurityConfigurationRequest" }, "output": { "shape": "DeleteSecurityConfigurationResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Deletes a specified security configuration.

" }, "DeleteSession": { "name": "DeleteSession", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteSessionRequest" }, "output": { "shape": "DeleteSessionResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "IllegalSessionStateException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

Deletes the session.

" }, "DeleteTable": { "name": "DeleteTable", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteTableRequest" }, "output": { "shape": "DeleteTableResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ConcurrentModificationException" }, { "shape": "ResourceNotReadyException" } ], "documentation": "

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.

" }, "DeleteTableOptimizer": { "name": "DeleteTableOptimizer", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteTableOptimizerRequest" }, "output": { "shape": "DeleteTableOptimizerResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" } ], "documentation": "

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

" }, "DeleteTableVersion": { "name": "DeleteTableVersion", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteTableVersionRequest" }, "output": { "shape": "DeleteTableVersionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Deletes a specified version of a table.

" }, "DeleteTrigger": { "name": "DeleteTrigger", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteTriggerRequest" }, "output": { "shape": "DeleteTriggerResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

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

" }, "DeleteUsageProfile": { "name": "DeleteUsageProfile", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteUsageProfileRequest" }, "output": { "shape": "DeleteUsageProfileResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "OperationNotSupportedException" } ], "documentation": "

Deletes the Glue specified usage profile.

" }, "DeleteUserDefinedFunction": { "name": "DeleteUserDefinedFunction", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteUserDefinedFunctionRequest" }, "output": { "shape": "DeleteUserDefinedFunctionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Deletes an existing function definition from the Data Catalog.

" }, "DeleteWorkflow": { "name": "DeleteWorkflow", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteWorkflowRequest" }, "output": { "shape": "DeleteWorkflowResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

Deletes a workflow.

" }, "GetBlueprint": { "name": "GetBlueprint", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetBlueprintRequest" }, "output": { "shape": "GetBlueprintResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

Retrieves the details of a blueprint.

" }, "GetBlueprintRun": { "name": "GetBlueprintRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetBlueprintRunRequest" }, "output": { "shape": "GetBlueprintRunResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves the details of a blueprint run.

" }, "GetBlueprintRuns": { "name": "GetBlueprintRuns", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetBlueprintRunsRequest" }, "output": { "shape": "GetBlueprintRunsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" } ], "documentation": "

Retrieves the details of blueprint runs for a specified blueprint.

" }, "GetCatalogImportStatus": { "name": "GetCatalogImportStatus", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetCatalogImportStatusRequest" }, "output": { "shape": "GetCatalogImportStatusResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves the status of a migration operation.

" }, "GetClassifier": { "name": "GetClassifier", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetClassifierRequest" }, "output": { "shape": "GetClassifierResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieve a classifier by name.

" }, "GetClassifiers": { "name": "GetClassifiers", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetClassifiersRequest" }, "output": { "shape": "GetClassifiersResponse" }, "errors": [ { "shape": "OperationTimeoutException" } ], "documentation": "

Lists all classifier objects in the Data Catalog.

" }, "GetColumnStatisticsForPartition": { "name": "GetColumnStatisticsForPartition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetColumnStatisticsForPartitionRequest" }, "output": { "shape": "GetColumnStatisticsForPartitionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Retrieves partition statistics of columns.

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

" }, "GetColumnStatisticsForTable": { "name": "GetColumnStatisticsForTable", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetColumnStatisticsForTableRequest" }, "output": { "shape": "GetColumnStatisticsForTableResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Retrieves table statistics of columns.

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

" }, "GetColumnStatisticsTaskRun": { "name": "GetColumnStatisticsTaskRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetColumnStatisticsTaskRunRequest" }, "output": { "shape": "GetColumnStatisticsTaskRunResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" } ], "documentation": "

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

" }, "GetColumnStatisticsTaskRuns": { "name": "GetColumnStatisticsTaskRuns", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetColumnStatisticsTaskRunsRequest" }, "output": { "shape": "GetColumnStatisticsTaskRunsResponse" }, "errors": [ { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves information about all runs associated with the specified table.

" }, "GetConnection": { "name": "GetConnection", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetConnectionRequest" }, "output": { "shape": "GetConnectionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Retrieves a connection definition from the Data Catalog.

" }, "GetConnections": { "name": "GetConnections", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetConnectionsRequest" }, "output": { "shape": "GetConnectionsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Retrieves a list of connection definitions from the Data Catalog.

" }, "GetCrawler": { "name": "GetCrawler", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetCrawlerRequest" }, "output": { "shape": "GetCrawlerResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves metadata for a specified crawler.

" }, "GetCrawlerMetrics": { "name": "GetCrawlerMetrics", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetCrawlerMetricsRequest" }, "output": { "shape": "GetCrawlerMetricsResponse" }, "errors": [ { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves metrics about specified crawlers.

" }, "GetCrawlers": { "name": "GetCrawlers", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetCrawlersRequest" }, "output": { "shape": "GetCrawlersResponse" }, "errors": [ { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves metadata for all crawlers defined in the customer account.

" }, "GetCustomEntityType": { "name": "GetCustomEntityType", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetCustomEntityTypeRequest" }, "output": { "shape": "GetCustomEntityTypeResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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

" }, "GetDataCatalogEncryptionSettings": { "name": "GetDataCatalogEncryptionSettings", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetDataCatalogEncryptionSettingsRequest" }, "output": { "shape": "GetDataCatalogEncryptionSettingsResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves the security configuration for a specified catalog.

" }, "GetDataQualityModel": { "name": "GetDataQualityModel", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetDataQualityModelRequest" }, "output": { "shape": "GetDataQualityModelResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).

" }, "GetDataQualityModelResult": { "name": "GetDataQualityModelResult", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetDataQualityModelResultRequest" }, "output": { "shape": "GetDataQualityModelResultResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

Retrieve a statistic's predictions for a given Profile ID.

" }, "GetDataQualityResult": { "name": "GetDataQualityResult", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetDataQualityResultRequest" }, "output": { "shape": "GetDataQualityResultResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "EntityNotFoundException" } ], "documentation": "

Retrieves the result of a data quality rule evaluation.

" }, "GetDataQualityRuleRecommendationRun": { "name": "GetDataQualityRuleRecommendationRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetDataQualityRuleRecommendationRunRequest" }, "output": { "shape": "GetDataQualityRuleRecommendationRunResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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

" }, "GetDataQualityRuleset": { "name": "GetDataQualityRuleset", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetDataQualityRulesetRequest" }, "output": { "shape": "GetDataQualityRulesetResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

Returns an existing ruleset by identifier or name.

" }, "GetDataQualityRulesetEvaluationRun": { "name": "GetDataQualityRulesetEvaluationRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetDataQualityRulesetEvaluationRunRequest" }, "output": { "shape": "GetDataQualityRulesetEvaluationRunResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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

" }, "GetDatabase": { "name": "GetDatabase", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetDatabaseRequest" }, "output": { "shape": "GetDatabaseResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" }, { "shape": "FederationSourceException" } ], "documentation": "

Retrieves the definition of a specified database.

" }, "GetDatabases": { "name": "GetDatabases", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetDatabasesRequest" }, "output": { "shape": "GetDatabasesResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Retrieves all databases defined in a given Data Catalog.

" }, "GetDataflowGraph": { "name": "GetDataflowGraph", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetDataflowGraphRequest" }, "output": { "shape": "GetDataflowGraphResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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

" }, "GetDevEndpoint": { "name": "GetDevEndpoint", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetDevEndpointRequest" }, "output": { "shape": "GetDevEndpointResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" } ], "documentation": "

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.

" }, "GetDevEndpoints": { "name": "GetDevEndpoints", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetDevEndpointsRequest" }, "output": { "shape": "GetDevEndpointsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" } ], "documentation": "

Retrieves all the development endpoints in this Amazon Web Services 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.

" }, "GetJob": { "name": "GetJob", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetJobRequest" }, "output": { "shape": "GetJobResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves an existing job definition.

" }, "GetJobBookmark": { "name": "GetJobBookmark", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetJobBookmarkRequest" }, "output": { "shape": "GetJobBookmarkResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ValidationException" } ], "documentation": "

Returns information on a job bookmark entry.

For more information about enabling and using job bookmarks, see:

" }, "GetJobRun": { "name": "GetJobRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetJobRunRequest" }, "output": { "shape": "GetJobRunResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves the metadata for a given job run. Job run history is accessible for 90 days for your workflow and job run.

" }, "GetJobRuns": { "name": "GetJobRuns", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetJobRunsRequest" }, "output": { "shape": "GetJobRunsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves metadata for all runs of a given job definition.

" }, "GetJobs": { "name": "GetJobs", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetJobsRequest" }, "output": { "shape": "GetJobsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves all current job definitions.

" }, "GetMLTaskRun": { "name": "GetMLTaskRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetMLTaskRunRequest" }, "output": { "shape": "GetMLTaskRunResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "GetMLTaskRuns": { "name": "GetMLTaskRuns", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetMLTaskRunsRequest" }, "output": { "shape": "GetMLTaskRunsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "GetMLTransform": { "name": "GetMLTransform", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetMLTransformRequest" }, "output": { "shape": "GetMLTransformResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "GetMLTransforms": { "name": "GetMLTransforms", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetMLTransformsRequest" }, "output": { "shape": "GetMLTransformsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "GetMapping": { "name": "GetMapping", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetMappingRequest" }, "output": { "shape": "GetMappingResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "EntityNotFoundException" } ], "documentation": "

Creates mappings.

" }, "GetPartition": { "name": "GetPartition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetPartitionRequest" }, "output": { "shape": "GetPartitionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" }, { "shape": "FederationSourceException" }, { "shape": "FederationSourceRetryableException" } ], "documentation": "

Retrieves information about a specified partition.

" }, "GetPartitionIndexes": { "name": "GetPartitionIndexes", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetPartitionIndexesRequest" }, "output": { "shape": "GetPartitionIndexesResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "ConflictException" } ], "documentation": "

Retrieves the partition indexes associated with a table.

" }, "GetPartitions": { "name": "GetPartitions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetPartitionsRequest" }, "output": { "shape": "GetPartitionsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "GlueEncryptionException" }, { "shape": "InvalidStateException" }, { "shape": "ResourceNotReadyException" }, { "shape": "FederationSourceException" }, { "shape": "FederationSourceRetryableException" } ], "documentation": "

Retrieves information about the partitions in a table.

" }, "GetPlan": { "name": "GetPlan", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetPlanRequest" }, "output": { "shape": "GetPlanResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Gets code to perform a specified mapping.

" }, "GetRegistry": { "name": "GetRegistry", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetRegistryInput" }, "output": { "shape": "GetRegistryResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" } ], "documentation": "

Describes the specified registry in detail.

" }, "GetResourcePolicies": { "name": "GetResourcePolicies", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetResourcePoliciesRequest" }, "output": { "shape": "GetResourcePoliciesResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

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.

" }, "GetResourcePolicy": { "name": "GetResourcePolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetResourcePolicyRequest" }, "output": { "shape": "GetResourcePolicyResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" } ], "documentation": "

Retrieves a specified resource policy.

" }, "GetSchema": { "name": "GetSchema", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetSchemaInput" }, "output": { "shape": "GetSchemaResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" } ], "documentation": "

Describes the specified schema in detail.

" }, "GetSchemaByDefinition": { "name": "GetSchemaByDefinition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetSchemaByDefinitionInput" }, "output": { "shape": "GetSchemaByDefinitionResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "GetSchemaVersion": { "name": "GetSchemaVersion", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetSchemaVersionInput" }, "output": { "shape": "GetSchemaVersionResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "GetSchemaVersionsDiff": { "name": "GetSchemaVersionsDiff", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetSchemaVersionsDiffInput" }, "output": { "shape": "GetSchemaVersionsDiffResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "GetSecurityConfiguration": { "name": "GetSecurityConfiguration", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetSecurityConfigurationRequest" }, "output": { "shape": "GetSecurityConfigurationResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves a specified security configuration.

" }, "GetSecurityConfigurations": { "name": "GetSecurityConfigurations", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetSecurityConfigurationsRequest" }, "output": { "shape": "GetSecurityConfigurationsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves a list of all security configurations.

" }, "GetSession": { "name": "GetSession", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetSessionRequest" }, "output": { "shape": "GetSessionResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" } ], "documentation": "

Retrieves the session.

" }, "GetStatement": { "name": "GetStatement", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetStatementRequest" }, "output": { "shape": "GetStatementResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "IllegalSessionStateException" } ], "documentation": "

Retrieves the statement.

" }, "GetTable": { "name": "GetTable", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetTableRequest" }, "output": { "shape": "GetTableResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" }, { "shape": "ResourceNotReadyException" }, { "shape": "FederationSourceException" }, { "shape": "FederationSourceRetryableException" } ], "documentation": "

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

" }, "GetTableOptimizer": { "name": "GetTableOptimizer", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetTableOptimizerRequest" }, "output": { "shape": "GetTableOptimizerResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" } ], "documentation": "

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

" }, "GetTableVersion": { "name": "GetTableVersion", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetTableVersionRequest" }, "output": { "shape": "GetTableVersionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Retrieves a specified version of a table.

" }, "GetTableVersions": { "name": "GetTableVersions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetTableVersionsRequest" }, "output": { "shape": "GetTableVersionsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

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

" }, "GetTables": { "name": "GetTables", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetTablesRequest" }, "output": { "shape": "GetTablesResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "GlueEncryptionException" }, { "shape": "FederationSourceException" }, { "shape": "FederationSourceRetryableException" } ], "documentation": "

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

" }, "GetTags": { "name": "GetTags", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetTagsRequest" }, "output": { "shape": "GetTagsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "EntityNotFoundException" } ], "documentation": "

Retrieves a list of tags associated with a resource.

" }, "GetTrigger": { "name": "GetTrigger", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetTriggerRequest" }, "output": { "shape": "GetTriggerResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves the definition of a trigger.

" }, "GetTriggers": { "name": "GetTriggers", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetTriggersRequest" }, "output": { "shape": "GetTriggersResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Gets all the triggers associated with a job.

" }, "GetUnfilteredPartitionMetadata": { "name": "GetUnfilteredPartitionMetadata", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetUnfilteredPartitionMetadataRequest" }, "output": { "shape": "GetUnfilteredPartitionMetadataResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" }, { "shape": "PermissionTypeMismatchException" }, { "shape": "FederationSourceException" }, { "shape": "FederationSourceRetryableException" } ], "documentation": "

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

For IAM authorization, the public IAM action associated with this API is glue:GetPartition.

" }, "GetUnfilteredPartitionsMetadata": { "name": "GetUnfilteredPartitionsMetadata", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetUnfilteredPartitionsMetadataRequest" }, "output": { "shape": "GetUnfilteredPartitionsMetadataResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" }, { "shape": "PermissionTypeMismatchException" }, { "shape": "FederationSourceException" }, { "shape": "FederationSourceRetryableException" } ], "documentation": "

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

For IAM authorization, the public IAM action associated with this API is glue:GetPartitions.

" }, "GetUnfilteredTableMetadata": { "name": "GetUnfilteredTableMetadata", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetUnfilteredTableMetadataRequest" }, "output": { "shape": "GetUnfilteredTableMetadataResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" }, { "shape": "PermissionTypeMismatchException" }, { "shape": "FederationSourceException" }, { "shape": "FederationSourceRetryableException" } ], "documentation": "

Allows a third-party analytical engine to retrieve unfiltered table metadata from the Data Catalog.

For IAM authorization, the public IAM action associated with this API is glue:GetTable.

" }, "GetUsageProfile": { "name": "GetUsageProfile", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetUsageProfileRequest" }, "output": { "shape": "GetUsageProfileResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "OperationNotSupportedException" } ], "documentation": "

Retrieves information about the specified Glue usage profile.

" }, "GetUserDefinedFunction": { "name": "GetUserDefinedFunction", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetUserDefinedFunctionRequest" }, "output": { "shape": "GetUserDefinedFunctionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Retrieves a specified function definition from the Data Catalog.

" }, "GetUserDefinedFunctions": { "name": "GetUserDefinedFunctions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetUserDefinedFunctionsRequest" }, "output": { "shape": "GetUserDefinedFunctionsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Retrieves multiple function definitions from the Data Catalog.

" }, "GetWorkflow": { "name": "GetWorkflow", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetWorkflowRequest" }, "output": { "shape": "GetWorkflowResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves resource metadata for a workflow.

" }, "GetWorkflowRun": { "name": "GetWorkflowRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetWorkflowRunRequest" }, "output": { "shape": "GetWorkflowRunResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves the metadata for a given workflow run. Job run history is accessible for 90 days for your workflow and job run.

" }, "GetWorkflowRunProperties": { "name": "GetWorkflowRunProperties", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetWorkflowRunPropertiesRequest" }, "output": { "shape": "GetWorkflowRunPropertiesResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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

" }, "GetWorkflowRuns": { "name": "GetWorkflowRuns", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "GetWorkflowRunsRequest" }, "output": { "shape": "GetWorkflowRunsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieves metadata for all runs of a given workflow.

" }, "ImportCatalogToGlue": { "name": "ImportCatalogToGlue", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ImportCatalogToGlueRequest" }, "output": { "shape": "ImportCatalogToGlueResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Imports an existing Amazon Athena Data Catalog to Glue.

" }, "ListBlueprints": { "name": "ListBlueprints", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListBlueprintsRequest" }, "output": { "shape": "ListBlueprintsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Lists all the blueprint names in an account.

" }, "ListColumnStatisticsTaskRuns": { "name": "ListColumnStatisticsTaskRuns", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListColumnStatisticsTaskRunsRequest" }, "output": { "shape": "ListColumnStatisticsTaskRunsResponse" }, "errors": [ { "shape": "OperationTimeoutException" } ], "documentation": "

List all task runs for a particular account.

" }, "ListCrawlers": { "name": "ListCrawlers", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListCrawlersRequest" }, "output": { "shape": "ListCrawlersResponse" }, "errors": [ { "shape": "OperationTimeoutException" } ], "documentation": "

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.

" }, "ListCrawls": { "name": "ListCrawls", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListCrawlsRequest" }, "output": { "shape": "ListCrawlsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" } ], "documentation": "

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.

You may use this API to:

" }, "ListCustomEntityTypes": { "name": "ListCustomEntityTypes", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListCustomEntityTypesRequest" }, "output": { "shape": "ListCustomEntityTypesResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

Lists all the custom patterns that have been created.

" }, "ListDataQualityResults": { "name": "ListDataQualityResults", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListDataQualityResultsRequest" }, "output": { "shape": "ListDataQualityResultsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

Returns all data quality execution results for your account.

" }, "ListDataQualityRuleRecommendationRuns": { "name": "ListDataQualityRuleRecommendationRuns", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListDataQualityRuleRecommendationRunsRequest" }, "output": { "shape": "ListDataQualityRuleRecommendationRunsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

Lists the recommendation runs meeting the filter criteria.

" }, "ListDataQualityRulesetEvaluationRuns": { "name": "ListDataQualityRulesetEvaluationRuns", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListDataQualityRulesetEvaluationRunsRequest" }, "output": { "shape": "ListDataQualityRulesetEvaluationRunsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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

" }, "ListDataQualityRulesets": { "name": "ListDataQualityRulesets", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListDataQualityRulesetsRequest" }, "output": { "shape": "ListDataQualityRulesetsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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

" }, "ListDataQualityStatisticAnnotations": { "name": "ListDataQualityStatisticAnnotations", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListDataQualityStatisticAnnotationsRequest" }, "output": { "shape": "ListDataQualityStatisticAnnotationsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" } ], "documentation": "

Retrieve annotations for a data quality statistic.

" }, "ListDataQualityStatistics": { "name": "ListDataQualityStatistics", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListDataQualityStatisticsRequest" }, "output": { "shape": "ListDataQualityStatisticsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" } ], "documentation": "

Retrieves a list of data quality statistics.

" }, "ListDevEndpoints": { "name": "ListDevEndpoints", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListDevEndpointsRequest" }, "output": { "shape": "ListDevEndpointsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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": { "name": "ListJobs", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListJobsRequest" }, "output": { "shape": "ListJobsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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.

" }, "ListMLTransforms": { "name": "ListMLTransforms", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListMLTransformsRequest" }, "output": { "shape": "ListMLTransformsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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": { "name": "ListRegistries", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListRegistriesInput" }, "output": { "shape": "ListRegistriesResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "ListSchemaVersions": { "name": "ListSchemaVersions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListSchemaVersionsInput" }, "output": { "shape": "ListSchemaVersionsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "ListSchemas": { "name": "ListSchemas", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListSchemasInput" }, "output": { "shape": "ListSchemasResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "ListSessions": { "name": "ListSessions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListSessionsRequest" }, "output": { "shape": "ListSessionsResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Retrieve a list of sessions.

" }, "ListStatements": { "name": "ListStatements", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListStatementsRequest" }, "output": { "shape": "ListStatementsResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "IllegalSessionStateException" } ], "documentation": "

Lists statements for the session.

" }, "ListTableOptimizerRuns": { "name": "ListTableOptimizerRuns", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTableOptimizerRunsRequest" }, "output": { "shape": "ListTableOptimizerRunsResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" } ], "documentation": "

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

" }, "ListTriggers": { "name": "ListTriggers", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListTriggersRequest" }, "output": { "shape": "ListTriggersResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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.

" }, "ListUsageProfiles": { "name": "ListUsageProfiles", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListUsageProfilesRequest" }, "output": { "shape": "ListUsageProfilesResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "OperationNotSupportedException" } ], "documentation": "

List all the Glue usage profiles.

" }, "ListWorkflows": { "name": "ListWorkflows", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ListWorkflowsRequest" }, "output": { "shape": "ListWorkflowsResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Lists names of workflows created in the account.

" }, "PutDataCatalogEncryptionSettings": { "name": "PutDataCatalogEncryptionSettings", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutDataCatalogEncryptionSettingsRequest" }, "output": { "shape": "PutDataCatalogEncryptionSettingsResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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

" }, "PutDataQualityProfileAnnotation": { "name": "PutDataQualityProfileAnnotation", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutDataQualityProfileAnnotationRequest" }, "output": { "shape": "PutDataQualityProfileAnnotationResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" } ], "documentation": "

Annotate all datapoints for a Profile.

" }, "PutResourcePolicy": { "name": "PutResourcePolicy", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutResourcePolicyRequest" }, "output": { "shape": "PutResourcePolicyResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "ConditionCheckFailureException" } ], "documentation": "

Sets the Data Catalog resource policy for access control.

" }, "PutSchemaVersionMetadata": { "name": "PutSchemaVersionMetadata", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutSchemaVersionMetadataInput" }, "output": { "shape": "PutSchemaVersionMetadataResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "AlreadyExistsException" }, { "shape": "EntityNotFoundException" }, { "shape": "ResourceNumberLimitExceededException" } ], "documentation": "

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": { "name": "PutWorkflowRunProperties", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "PutWorkflowRunPropertiesRequest" }, "output": { "shape": "PutWorkflowRunPropertiesResponse" }, "errors": [ { "shape": "AlreadyExistsException" }, { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

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.

" }, "QuerySchemaVersionMetadata": { "name": "QuerySchemaVersionMetadata", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "QuerySchemaVersionMetadataInput" }, "output": { "shape": "QuerySchemaVersionMetadataResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" } ], "documentation": "

Queries for the schema version metadata information.

" }, "RegisterSchemaVersion": { "name": "RegisterSchemaVersion", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RegisterSchemaVersionInput" }, "output": { "shape": "RegisterSchemaVersionResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "ConcurrentModificationException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "RemoveSchemaVersionMetadata": { "name": "RemoveSchemaVersionMetadata", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RemoveSchemaVersionMetadataInput" }, "output": { "shape": "RemoveSchemaVersionMetadataResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" } ], "documentation": "

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

" }, "ResetJobBookmark": { "name": "ResetJobBookmark", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ResetJobBookmarkRequest" }, "output": { "shape": "ResetJobBookmarkResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Resets a bookmark entry.

For more information about enabling and using job bookmarks, see:

" }, "ResumeWorkflowRun": { "name": "ResumeWorkflowRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "ResumeWorkflowRunRequest" }, "output": { "shape": "ResumeWorkflowRunResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ConcurrentRunsExceededException" }, { "shape": "IllegalWorkflowStateException" } ], "documentation": "

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.

" }, "RunStatement": { "name": "RunStatement", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "RunStatementRequest" }, "output": { "shape": "RunStatementResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "ValidationException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "IllegalSessionStateException" } ], "documentation": "

Executes the statement.

" }, "SearchTables": { "name": "SearchTables", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "SearchTablesRequest" }, "output": { "shape": "SearchTablesResponse" }, "errors": [ { "shape": "InternalServiceException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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.

" }, "StartBlueprintRun": { "name": "StartBlueprintRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartBlueprintRunRequest" }, "output": { "shape": "StartBlueprintRunResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "EntityNotFoundException" }, { "shape": "IllegalBlueprintStateException" } ], "documentation": "

Starts a new run of the specified blueprint.

" }, "StartColumnStatisticsTaskRun": { "name": "StartColumnStatisticsTaskRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartColumnStatisticsTaskRunRequest" }, "output": { "shape": "StartColumnStatisticsTaskRunResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "ColumnStatisticsTaskRunningException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "InvalidInputException" } ], "documentation": "

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

" }, "StartCrawler": { "name": "StartCrawler", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartCrawlerRequest" }, "output": { "shape": "StartCrawlerResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "CrawlerRunningException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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

" }, "StartCrawlerSchedule": { "name": "StartCrawlerSchedule", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartCrawlerScheduleRequest" }, "output": { "shape": "StartCrawlerScheduleResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "SchedulerRunningException" }, { "shape": "SchedulerTransitioningException" }, { "shape": "NoScheduleException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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

" }, "StartDataQualityRuleRecommendationRun": { "name": "StartDataQualityRuleRecommendationRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartDataQualityRuleRecommendationRunRequest" }, "output": { "shape": "StartDataQualityRuleRecommendationRunResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "ConflictException" } ], "documentation": "

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.

Recommendation runs are automatically deleted after 90 days.

", "idempotent": true }, "StartDataQualityRulesetEvaluationRun": { "name": "StartDataQualityRulesetEvaluationRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartDataQualityRulesetEvaluationRunRequest" }, "output": { "shape": "StartDataQualityRulesetEvaluationRunResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "ConflictException" } ], "documentation": "

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.

", "idempotent": true }, "StartExportLabelsTaskRun": { "name": "StartExportLabelsTaskRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartExportLabelsTaskRunRequest" }, "output": { "shape": "StartExportLabelsTaskRunResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "StartImportLabelsTaskRun": { "name": "StartImportLabelsTaskRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartImportLabelsTaskRunRequest" }, "output": { "shape": "StartImportLabelsTaskRunResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "StartJobRun": { "name": "StartJobRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartJobRunRequest" }, "output": { "shape": "StartJobRunResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "ConcurrentRunsExceededException" } ], "documentation": "

Starts a job run using a job definition.

" }, "StartMLEvaluationTaskRun": { "name": "StartMLEvaluationTaskRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartMLEvaluationTaskRunRequest" }, "output": { "shape": "StartMLEvaluationTaskRunResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "ConcurrentRunsExceededException" }, { "shape": "MLTransformNotReadyException" } ], "documentation": "

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.

" }, "StartMLLabelingSetGenerationTaskRun": { "name": "StartMLLabelingSetGenerationTaskRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartMLLabelingSetGenerationTaskRunRequest" }, "output": { "shape": "StartMLLabelingSetGenerationTaskRunResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "ConcurrentRunsExceededException" } ], "documentation": "

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.

" }, "StartTrigger": { "name": "StartTrigger", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartTriggerRequest" }, "output": { "shape": "StartTriggerResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "ConcurrentRunsExceededException" } ], "documentation": "

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

" }, "StartWorkflowRun": { "name": "StartWorkflowRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StartWorkflowRunRequest" }, "output": { "shape": "StartWorkflowRunResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "ConcurrentRunsExceededException" } ], "documentation": "

Starts a new run of the specified workflow.

" }, "StopColumnStatisticsTaskRun": { "name": "StopColumnStatisticsTaskRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StopColumnStatisticsTaskRunRequest" }, "output": { "shape": "StopColumnStatisticsTaskRunResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "ColumnStatisticsTaskNotRunningException" }, { "shape": "ColumnStatisticsTaskStoppingException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Stops a task run for the specified table.

" }, "StopCrawler": { "name": "StopCrawler", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StopCrawlerRequest" }, "output": { "shape": "StopCrawlerResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "CrawlerNotRunningException" }, { "shape": "CrawlerStoppingException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

If the specified crawler is running, stops the crawl.

" }, "StopCrawlerSchedule": { "name": "StopCrawlerSchedule", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StopCrawlerScheduleRequest" }, "output": { "shape": "StopCrawlerScheduleResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "SchedulerNotRunningException" }, { "shape": "SchedulerTransitioningException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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

" }, "StopSession": { "name": "StopSession", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StopSessionRequest" }, "output": { "shape": "StopSessionResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "IllegalSessionStateException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

Stops the session.

" }, "StopTrigger": { "name": "StopTrigger", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StopTriggerRequest" }, "output": { "shape": "StopTriggerResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

Stops a specified trigger.

" }, "StopWorkflowRun": { "name": "StopWorkflowRun", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "StopWorkflowRunRequest" }, "output": { "shape": "StopWorkflowRunResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "IllegalWorkflowStateException" } ], "documentation": "

Stops the execution of the specified workflow run.

" }, "TagResource": { "name": "TagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "TagResourceRequest" }, "output": { "shape": "TagResourceResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "EntityNotFoundException" } ], "documentation": "

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": { "name": "UntagResource", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UntagResourceRequest" }, "output": { "shape": "UntagResourceResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "EntityNotFoundException" } ], "documentation": "

Removes tags from a resource.

" }, "UpdateBlueprint": { "name": "UpdateBlueprint", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateBlueprintRequest" }, "output": { "shape": "UpdateBlueprintResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "ConcurrentModificationException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "IllegalBlueprintStateException" } ], "documentation": "

Updates a registered blueprint.

" }, "UpdateClassifier": { "name": "UpdateClassifier", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateClassifierRequest" }, "output": { "shape": "UpdateClassifierResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "VersionMismatchException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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

" }, "UpdateColumnStatisticsForPartition": { "name": "UpdateColumnStatisticsForPartition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateColumnStatisticsForPartitionRequest" }, "output": { "shape": "UpdateColumnStatisticsForPartitionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Creates or updates partition statistics of columns.

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

" }, "UpdateColumnStatisticsForTable": { "name": "UpdateColumnStatisticsForTable", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateColumnStatisticsForTableRequest" }, "output": { "shape": "UpdateColumnStatisticsForTableResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Creates or updates table statistics of columns.

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

" }, "UpdateConnection": { "name": "UpdateConnection", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateConnectionRequest" }, "output": { "shape": "UpdateConnectionResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Updates a connection definition in the Data Catalog.

" }, "UpdateCrawler": { "name": "UpdateCrawler", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateCrawlerRequest" }, "output": { "shape": "UpdateCrawlerResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "VersionMismatchException" }, { "shape": "EntityNotFoundException" }, { "shape": "CrawlerRunningException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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

" }, "UpdateCrawlerSchedule": { "name": "UpdateCrawlerSchedule", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateCrawlerScheduleRequest" }, "output": { "shape": "UpdateCrawlerScheduleResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "VersionMismatchException" }, { "shape": "SchedulerTransitioningException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

Updates the schedule of a crawler using a cron expression.

" }, "UpdateDataQualityRuleset": { "name": "UpdateDataQualityRuleset", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateDataQualityRulesetRequest" }, "output": { "shape": "UpdateDataQualityRulesetResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "AlreadyExistsException" }, { "shape": "IdempotentParameterMismatchException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "ResourceNumberLimitExceededException" } ], "documentation": "

Updates the specified data quality ruleset.

" }, "UpdateDatabase": { "name": "UpdateDatabase", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateDatabaseRequest" }, "output": { "shape": "UpdateDatabaseResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

Updates an existing database definition in a Data Catalog.

" }, "UpdateDevEndpoint": { "name": "UpdateDevEndpoint", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateDevEndpointRequest" }, "output": { "shape": "UpdateDevEndpointResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "InvalidInputException" }, { "shape": "ValidationException" } ], "documentation": "

Updates a specified development endpoint.

" }, "UpdateJob": { "name": "UpdateJob", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateJobRequest" }, "output": { "shape": "UpdateJobResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

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

" }, "UpdateJobFromSourceControl": { "name": "UpdateJobFromSourceControl", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateJobFromSourceControlRequest" }, "output": { "shape": "UpdateJobFromSourceControlResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "AlreadyExistsException" }, { "shape": "InvalidInputException" }, { "shape": "ValidationException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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.

This API supports optional parameters which take in the repository information.

" }, "UpdateMLTransform": { "name": "UpdateMLTransform", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateMLTransformRequest" }, "output": { "shape": "UpdateMLTransformResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "OperationTimeoutException" }, { "shape": "InternalServiceException" }, { "shape": "AccessDeniedException" } ], "documentation": "

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": { "name": "UpdatePartition", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdatePartitionRequest" }, "output": { "shape": "UpdatePartitionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Updates a partition.

" }, "UpdateRegistry": { "name": "UpdateRegistry", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateRegistryInput" }, "output": { "shape": "UpdateRegistryResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "ConcurrentModificationException" }, { "shape": "InternalServiceException" } ], "documentation": "

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": { "name": "UpdateSchema", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateSchemaInput" }, "output": { "shape": "UpdateSchemaResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "EntityNotFoundException" }, { "shape": "ConcurrentModificationException" }, { "shape": "InternalServiceException" } ], "documentation": "

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.

" }, "UpdateSourceControlFromJob": { "name": "UpdateSourceControlFromJob", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateSourceControlFromJobRequest" }, "output": { "shape": "UpdateSourceControlFromJobResponse" }, "errors": [ { "shape": "AccessDeniedException" }, { "shape": "AlreadyExistsException" }, { "shape": "InvalidInputException" }, { "shape": "ValidationException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" } ], "documentation": "

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.

This API supports optional parameters which take in the repository information.

" }, "UpdateTable": { "name": "UpdateTable", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateTableRequest" }, "output": { "shape": "UpdateTableResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ConcurrentModificationException" }, { "shape": "ResourceNumberLimitExceededException" }, { "shape": "GlueEncryptionException" }, { "shape": "ResourceNotReadyException" } ], "documentation": "

Updates a metadata table in the Data Catalog.

" }, "UpdateTableOptimizer": { "name": "UpdateTableOptimizer", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateTableOptimizerRequest" }, "output": { "shape": "UpdateTableOptimizerResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "AccessDeniedException" }, { "shape": "InternalServiceException" } ], "documentation": "

Updates the configuration for an existing table optimizer.

" }, "UpdateTrigger": { "name": "UpdateTrigger", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateTriggerRequest" }, "output": { "shape": "UpdateTriggerResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

Updates a trigger definition.

" }, "UpdateUsageProfile": { "name": "UpdateUsageProfile", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateUsageProfileRequest" }, "output": { "shape": "UpdateUsageProfileResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "EntityNotFoundException" }, { "shape": "OperationTimeoutException" }, { "shape": "OperationNotSupportedException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

Update an Glue usage profile.

" }, "UpdateUserDefinedFunction": { "name": "UpdateUserDefinedFunction", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateUserDefinedFunctionRequest" }, "output": { "shape": "UpdateUserDefinedFunctionResponse" }, "errors": [ { "shape": "EntityNotFoundException" }, { "shape": "InvalidInputException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "GlueEncryptionException" } ], "documentation": "

Updates an existing function definition in the Data Catalog.

" }, "UpdateWorkflow": { "name": "UpdateWorkflow", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateWorkflowRequest" }, "output": { "shape": "UpdateWorkflowResponse" }, "errors": [ { "shape": "InvalidInputException" }, { "shape": "EntityNotFoundException" }, { "shape": "InternalServiceException" }, { "shape": "OperationTimeoutException" }, { "shape": "ConcurrentModificationException" } ], "documentation": "

Updates an existing workflow.

" } }, "shapes": { "AWSManagedClientApplicationReference": { "type": "string", "max": 2048, "pattern": "\\S+" }, "AccountId": { "type": "string", "max": 12, "min": 0 }, "Action": { "type": "structure", "members": { "JobName": { "shape": "NameString", "documentation": "

The name of a job to be run.

" }, "Arguments": { "shape": "GenericMap", "documentation": "

The job arguments used when this trigger fires. For this job run, they replace the default arguments set in the job definition itself.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the key-value pairs that Glue consumes to set up your job, see the Special Parameters Used by Glue topic in the developer guide.

" }, "Timeout": { "shape": "Timeout", "documentation": "

The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.

" }, "SecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the SecurityConfiguration structure to be used with this action.

" }, "NotificationProperty": { "shape": "NotificationProperty", "documentation": "

Specifies configuration properties of a job run notification.

" }, "CrawlerName": { "shape": "NameString", "documentation": "

The name of the crawler to be used with this action.

" } }, "documentation": "

Defines an action to be initiated by a trigger.

" }, "ActionList": { "type": "list", "member": { "shape": "Action" } }, "AdditionalContextMap": { "type": "map", "key": { "shape": "ContextKey" }, "value": { "shape": "ContextValue" } }, "AdditionalOptionKeys": { "type": "string", "enum": [ "performanceTuning.caching", "observations.scope" ] }, "AdditionalOptions": { "type": "map", "key": { "shape": "EnclosedInStringProperty" }, "value": { "shape": "EnclosedInStringProperty" } }, "AdditionalPlanOptionsMap": { "type": "map", "key": { "shape": "GenericString" }, "value": { "shape": "GenericString" } }, "AggFunction": { "type": "string", "enum": [ "avg", "countDistinct", "count", "first", "last", "kurtosis", "max", "min", "skewness", "stddev_samp", "stddev_pop", "sum", "sumDistinct", "var_samp", "var_pop" ] }, "Aggregate": { "type": "structure", "required": [ "Name", "Inputs", "Groups", "Aggs" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

Specifies the fields and rows to use as inputs for the aggregate transform.

" }, "Groups": { "shape": "GlueStudioPathList", "documentation": "

Specifies the fields to group by.

" }, "Aggs": { "shape": "AggregateOperations", "documentation": "

Specifies the aggregate functions to be performed on specified fields.

" } }, "documentation": "

Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.

" }, "AggregateOperation": { "type": "structure", "required": [ "Column", "AggFunc" ], "members": { "Column": { "shape": "EnclosedInStringProperties", "documentation": "

Specifies the column on the data set on which the aggregation function will be applied.

" }, "AggFunc": { "shape": "AggFunction", "documentation": "

Specifies the aggregation function to apply.

Possible aggregation functions include: avg countDistinct, count, first, last, kurtosis, max, min, skewness, stddev_samp, stddev_pop, sum, sumDistinct, var_samp, var_pop

" } }, "documentation": "

Specifies the set of parameters needed to perform aggregation in the aggregate transform.

" }, "AggregateOperations": { "type": "list", "member": { "shape": "AggregateOperation" }, "max": 30, "min": 1 }, "AllowedValuesStringList": { "type": "list", "member": { "shape": "ConfigValueString" } }, "AmazonRedshiftAdvancedOption": { "type": "structure", "members": { "Key": { "shape": "GenericString", "documentation": "

The key for the additional connection option.

" }, "Value": { "shape": "GenericString", "documentation": "

The value for the additional connection option.

" } }, "documentation": "

Specifies an optional value when connecting to the Redshift cluster.

" }, "AmazonRedshiftAdvancedOptions": { "type": "list", "member": { "shape": "AmazonRedshiftAdvancedOption" } }, "AmazonRedshiftNodeData": { "type": "structure", "members": { "AccessType": { "shape": "GenericLimitedString", "documentation": "

The access type for the Redshift connection. Can be a direct connection or catalog connections.

" }, "SourceType": { "shape": "GenericLimitedString", "documentation": "

The source type to specify whether a specific table is the source or a custom query.

" }, "Connection": { "shape": "Option", "documentation": "

The Glue connection to the Redshift cluster.

" }, "Schema": { "shape": "Option", "documentation": "

The Redshift schema name when working with a direct connection.

" }, "Table": { "shape": "Option", "documentation": "

The Redshift table name when working with a direct connection.

" }, "CatalogDatabase": { "shape": "Option", "documentation": "

The name of the Glue Data Catalog database when working with a data catalog.

" }, "CatalogTable": { "shape": "Option", "documentation": "

The Glue Data Catalog table name when working with a data catalog.

" }, "CatalogRedshiftSchema": { "shape": "GenericString", "documentation": "

The Redshift schema name when working with a data catalog.

" }, "CatalogRedshiftTable": { "shape": "GenericString", "documentation": "

The database table to read from.

" }, "TempDir": { "shape": "EnclosedInStringProperty", "documentation": "

The Amazon S3 path where temporary data can be staged when copying out of the database.

" }, "IamRole": { "shape": "Option", "documentation": "

Optional. The role name use when connection to S3. The IAM role ill default to the role on the job when left blank.

" }, "AdvancedOptions": { "shape": "AmazonRedshiftAdvancedOptions", "documentation": "

Optional values when connecting to the Redshift cluster.

" }, "SampleQuery": { "shape": "GenericString", "documentation": "

The SQL used to fetch the data from a Redshift sources when the SourceType is 'query'.

" }, "PreAction": { "shape": "GenericString", "documentation": "

The SQL used before a MERGE or APPEND with upsert is run.

" }, "PostAction": { "shape": "GenericString", "documentation": "

The SQL used before a MERGE or APPEND with upsert is run.

" }, "Action": { "shape": "GenericString", "documentation": "

Specifies how writing to a Redshift cluser will occur.

" }, "TablePrefix": { "shape": "GenericLimitedString", "documentation": "

Specifies the prefix to a table.

" }, "Upsert": { "shape": "BooleanValue", "documentation": "

The action used on Redshift sinks when doing an APPEND.

" }, "MergeAction": { "shape": "GenericLimitedString", "documentation": "

The action used when to detemine how a MERGE in a Redshift sink will be handled.

" }, "MergeWhenMatched": { "shape": "GenericLimitedString", "documentation": "

The action used when to detemine how a MERGE in a Redshift sink will be handled when an existing record matches a new record.

" }, "MergeWhenNotMatched": { "shape": "GenericLimitedString", "documentation": "

The action used when to detemine how a MERGE in a Redshift sink will be handled when an existing record doesn't match a new record.

" }, "MergeClause": { "shape": "GenericString", "documentation": "

The SQL used in a custom merge to deal with matching records.

" }, "CrawlerConnection": { "shape": "GenericString", "documentation": "

Specifies the name of the connection that is associated with the catalog table used.

" }, "TableSchema": { "shape": "OptionList", "documentation": "

The array of schema output for a given node.

" }, "StagingTable": { "shape": "GenericString", "documentation": "

The name of the temporary staging table that is used when doing a MERGE or APPEND with upsert.

" }, "SelectedColumns": { "shape": "OptionList", "documentation": "

The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.

" } }, "documentation": "

Specifies an Amazon Redshift node.

" }, "AmazonRedshiftSource": { "type": "structure", "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the Amazon Redshift source.

" }, "Data": { "shape": "AmazonRedshiftNodeData", "documentation": "

Specifies the data of the Amazon Reshift source node.

" } }, "documentation": "

Specifies an Amazon Redshift source.

" }, "AmazonRedshiftTarget": { "type": "structure", "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the Amazon Redshift target.

" }, "Data": { "shape": "AmazonRedshiftNodeData", "documentation": "

Specifies the data of the Amazon Redshift target node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" } }, "documentation": "

Specifies an Amazon Redshift target.

" }, "AnnotationError": { "type": "structure", "members": { "ProfileId": { "shape": "HashString", "documentation": "

The Profile ID for the failed annotation.

" }, "StatisticId": { "shape": "HashString", "documentation": "

The Statistic ID for the failed annotation.

" }, "FailureReason": { "shape": "DescriptionString", "documentation": "

The reason why the annotation failed.

" } }, "documentation": "

A failed annotation.

" }, "AnnotationErrorList": { "type": "list", "member": { "shape": "AnnotationError" } }, "AnnotationList": { "type": "list", "member": { "shape": "StatisticAnnotation" } }, "ApplyMapping": { "type": "structure", "required": [ "Name", "Inputs", "Mapping" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The data inputs identified by their node names.

" }, "Mapping": { "shape": "Mappings", "documentation": "

Specifies the mapping of data property keys in the data source to data property keys in the data target.

" } }, "documentation": "

Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.

" }, "ArnString": { "type": "string", "max": 2048, "min": 20 }, "AthenaConnectorSource": { "type": "structure", "required": [ "Name", "ConnectionName", "ConnectorName", "ConnectionType", "SchemaName" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data source.

" }, "ConnectionName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the connection that is associated with the connector.

" }, "ConnectorName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of a connector that assists with accessing the data store in Glue Studio.

" }, "ConnectionType": { "shape": "EnclosedInStringProperty", "documentation": "

The type of connection, such as marketplace.athena or custom.athena, designating a connection to an Amazon Athena data store.

" }, "ConnectionTable": { "shape": "EnclosedInStringPropertyWithQuote", "documentation": "

The name of the table in the data source.

" }, "SchemaName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the Cloudwatch log group to read from. For example, /aws-glue/jobs/output.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the custom Athena source.

" } }, "documentation": "

Specifies a connector to an Amazon Athena data source.

" }, "AttemptCount": { "type": "integer" }, "AuditColumnNamesList": { "type": "list", "member": { "shape": "ColumnNameString" } }, "AuditContext": { "type": "structure", "members": { "AdditionalAuditContext": { "shape": "AuditContextString", "documentation": "

A string containing the additional audit context information.

" }, "RequestedColumns": { "shape": "AuditColumnNamesList", "documentation": "

The requested columns for audit.

" }, "AllColumnsRequested": { "shape": "NullableBoolean", "documentation": "

All columns request for audit.

" } }, "documentation": "

A structure containing the Lake Formation audit context.

" }, "AuditContextString": { "type": "string", "max": 2048, "min": 0 }, "AuthTokenString": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "AuthenticationConfiguration": { "type": "structure", "members": { "AuthenticationType": { "shape": "AuthenticationType", "documentation": "

A structure containing the authentication configuration.

" }, "SecretArn": { "shape": "SecretArn", "documentation": "

The secret manager ARN to store credentials.

" }, "OAuth2Properties": { "shape": "OAuth2Properties", "documentation": "

The properties for OAuth2 authentication.

" } }, "documentation": "

A structure containing the authentication configuration.

" }, "AuthenticationConfigurationInput": { "type": "structure", "members": { "AuthenticationType": { "shape": "AuthenticationType", "documentation": "

A structure containing the authentication configuration in the CreateConnection request.

" }, "SecretArn": { "shape": "SecretArn", "documentation": "

The secret manager ARN to store credentials in the CreateConnection request.

" }, "OAuth2Properties": { "shape": "OAuth2PropertiesInput", "documentation": "

The properties for OAuth2 authentication in the CreateConnection request.

" } }, "documentation": "

A structure containing the authentication configuration in the CreateConnection request.

" }, "AuthenticationType": { "type": "string", "enum": [ "BASIC", "OAUTH2", "CUSTOM" ] }, "AuthorizationCode": { "type": "string", "max": 4096, "min": 1, "pattern": "\\S+" }, "AuthorizationCodeProperties": { "type": "structure", "members": { "AuthorizationCode": { "shape": "AuthorizationCode", "documentation": "

An authorization code to be used in the third leg of the AUTHORIZATION_CODE grant workflow. This is a single-use code which becomes invalid once exchanged for an access token, thus it is acceptable to have this value as a request parameter.

" }, "RedirectUri": { "shape": "RedirectUri", "documentation": "

The redirect URI where the user gets redirected to by authorization server when issuing an authorization code. The URI is subsequently used when the authorization code is exchanged for an access token.

" } }, "documentation": "

The set of properties required for the the OAuth2 AUTHORIZATION_CODE grant type workflow.

" }, "BackfillError": { "type": "structure", "members": { "Code": { "shape": "BackfillErrorCode", "documentation": "

The error code for an error that occurred when registering partition indexes for an existing table.

" }, "Partitions": { "shape": "BackfillErroredPartitionsList", "documentation": "

A list of a limited number of partitions in the response.

" } }, "documentation": "

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

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

" }, "BackfillErrorCode": { "type": "string", "enum": [ "ENCRYPTED_PARTITION_ERROR", "INTERNAL_ERROR", "INVALID_PARTITION_TYPE_DATA_ERROR", "MISSING_PARTITION_VALUE_ERROR", "UNSUPPORTED_PARTITION_CHARACTER_ERROR" ] }, "BackfillErroredPartitionsList": { "type": "list", "member": { "shape": "PartitionValueList" } }, "BackfillErrors": { "type": "list", "member": { "shape": "BackfillError" } }, "BasicCatalogTarget": { "type": "structure", "required": [ "Name", "Inputs", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of your data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "PartitionKeys": { "shape": "GlueStudioPathList", "documentation": "

The partition keys used to distribute data across multiple partitions or shards based on a specific key or set of key.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The database that contains the table you want to use as the target. This database must already exist in the Data Catalog.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The table that defines the schema of your output data. This table must already exist in the Data Catalog.

" } }, "documentation": "

Specifies a target that uses a Glue Data Catalog table.

" }, "BatchCreatePartitionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionInputList" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the catalog in which the partition is to be created. Currently, this should be the Amazon Web Services account ID.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the metadata database in which the partition is to be created.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the metadata table in which the partition is to be created.

" }, "PartitionInputList": { "shape": "PartitionInputList", "documentation": "

A list of PartitionInput structures that define the partitions to be created.

" } } }, "BatchCreatePartitionResponse": { "type": "structure", "members": { "Errors": { "shape": "PartitionErrors", "documentation": "

The errors encountered when trying to create the requested partitions.

" } } }, "BatchDeleteConnectionRequest": { "type": "structure", "required": [ "ConnectionNameList" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.

" }, "ConnectionNameList": { "shape": "DeleteConnectionNameList", "documentation": "

A list of names of the connections to delete.

" } } }, "BatchDeleteConnectionResponse": { "type": "structure", "members": { "Succeeded": { "shape": "NameStringList", "documentation": "

A list of names of the connection definitions that were successfully deleted.

" }, "Errors": { "shape": "ErrorByName", "documentation": "

A map of the names of connections that were not successfully deleted to error details.

" } } }, "BatchDeletePartitionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionsToDelete" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database in which the table in question resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table that contains the partitions to be deleted.

" }, "PartitionsToDelete": { "shape": "BatchDeletePartitionValueList", "documentation": "

A list of PartitionInput structures that define the partitions to be deleted.

" } } }, "BatchDeletePartitionResponse": { "type": "structure", "members": { "Errors": { "shape": "PartitionErrors", "documentation": "

The errors encountered when trying to delete the requested partitions.

" } } }, "BatchDeletePartitionValueList": { "type": "list", "member": { "shape": "PartitionValueList" }, "max": 25, "min": 0 }, "BatchDeleteTableNameList": { "type": "list", "member": { "shape": "NameString" }, "max": 100, "min": 0 }, "BatchDeleteTableRequest": { "type": "structure", "required": [ "DatabaseName", "TablesToDelete" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database in which the tables to delete reside. For Hive compatibility, this name is entirely lowercase.

" }, "TablesToDelete": { "shape": "BatchDeleteTableNameList", "documentation": "

A list of the table to delete.

" }, "TransactionId": { "shape": "TransactionIdString", "documentation": "

The transaction ID at which to delete the table contents.

" } } }, "BatchDeleteTableResponse": { "type": "structure", "members": { "Errors": { "shape": "TableErrors", "documentation": "

A list of errors encountered in attempting to delete the specified tables.

" } } }, "BatchDeleteTableVersionList": { "type": "list", "member": { "shape": "VersionString" }, "max": 100, "min": 0 }, "BatchDeleteTableVersionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "VersionIds" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table. For Hive compatibility, this name is entirely lowercase.

" }, "VersionIds": { "shape": "BatchDeleteTableVersionList", "documentation": "

A list of the IDs of versions to be deleted. A VersionId is a string representation of an integer. Each version is incremented by 1.

" } } }, "BatchDeleteTableVersionResponse": { "type": "structure", "members": { "Errors": { "shape": "TableVersionErrors", "documentation": "

A list of errors encountered while trying to delete the specified table versions.

" } } }, "BatchGetBlueprintNames": { "type": "list", "member": { "shape": "OrchestrationNameString" }, "max": 25, "min": 1 }, "BatchGetBlueprintsRequest": { "type": "structure", "required": [ "Names" ], "members": { "Names": { "shape": "BatchGetBlueprintNames", "documentation": "

A list of blueprint names.

" }, "IncludeBlueprint": { "shape": "NullableBoolean", "documentation": "

Specifies whether or not to include the blueprint in the response.

" }, "IncludeParameterSpec": { "shape": "NullableBoolean", "documentation": "

Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.

" } } }, "BatchGetBlueprintsResponse": { "type": "structure", "members": { "Blueprints": { "shape": "Blueprints", "documentation": "

Returns a list of blueprint as a Blueprints object.

" }, "MissingBlueprints": { "shape": "BlueprintNames", "documentation": "

Returns a list of BlueprintNames that were not found.

" } } }, "BatchGetCrawlersRequest": { "type": "structure", "required": [ "CrawlerNames" ], "members": { "CrawlerNames": { "shape": "CrawlerNameList", "documentation": "

A list of crawler names, which might be the names returned from the ListCrawlers operation.

" } } }, "BatchGetCrawlersResponse": { "type": "structure", "members": { "Crawlers": { "shape": "CrawlerList", "documentation": "

A list of crawler definitions.

" }, "CrawlersNotFound": { "shape": "CrawlerNameList", "documentation": "

A list of names of crawlers that were not found.

" } } }, "BatchGetCustomEntityTypesRequest": { "type": "structure", "required": [ "Names" ], "members": { "Names": { "shape": "CustomEntityTypeNames", "documentation": "

A list of names of the custom patterns that you want to retrieve.

" } } }, "BatchGetCustomEntityTypesResponse": { "type": "structure", "members": { "CustomEntityTypes": { "shape": "CustomEntityTypes", "documentation": "

A list of CustomEntityType objects representing the custom patterns that have been created.

" }, "CustomEntityTypesNotFound": { "shape": "CustomEntityTypeNames", "documentation": "

A list of the names of custom patterns that were not found.

" } } }, "BatchGetDataQualityResultRequest": { "type": "structure", "required": [ "ResultIds" ], "members": { "ResultIds": { "shape": "DataQualityResultIds", "documentation": "

A list of unique result IDs for the data quality results.

" } } }, "BatchGetDataQualityResultResponse": { "type": "structure", "required": [ "Results" ], "members": { "Results": { "shape": "DataQualityResultsList", "documentation": "

A list of DataQualityResult objects representing the data quality results.

" }, "ResultsNotFound": { "shape": "DataQualityResultIds", "documentation": "

A list of result IDs for which results were not found.

" } } }, "BatchGetDevEndpointsRequest": { "type": "structure", "required": [ "DevEndpointNames" ], "members": { "DevEndpointNames": { "shape": "DevEndpointNames", "documentation": "

The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.

" } } }, "BatchGetDevEndpointsResponse": { "type": "structure", "members": { "DevEndpoints": { "shape": "DevEndpointList", "documentation": "

A list of DevEndpoint definitions.

" }, "DevEndpointsNotFound": { "shape": "DevEndpointNames", "documentation": "

A list of DevEndpoints not found.

" } } }, "BatchGetJobsRequest": { "type": "structure", "required": [ "JobNames" ], "members": { "JobNames": { "shape": "JobNameList", "documentation": "

A list of job names, which might be the names returned from the ListJobs operation.

" } } }, "BatchGetJobsResponse": { "type": "structure", "members": { "Jobs": { "shape": "JobList", "documentation": "

A list of job definitions.

" }, "JobsNotFound": { "shape": "JobNameList", "documentation": "

A list of names of jobs not found.

" } } }, "BatchGetPartitionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionsToGet" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the partitions reside.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the partitions' table.

" }, "PartitionsToGet": { "shape": "BatchGetPartitionValueList", "documentation": "

A list of partition values identifying the partitions to retrieve.

" } } }, "BatchGetPartitionResponse": { "type": "structure", "members": { "Partitions": { "shape": "PartitionList", "documentation": "

A list of the requested partitions.

" }, "UnprocessedKeys": { "shape": "BatchGetPartitionValueList", "documentation": "

A list of the partition values in the request for which partitions were not returned.

" } } }, "BatchGetPartitionValueList": { "type": "list", "member": { "shape": "PartitionValueList" }, "max": 1000, "min": 0 }, "BatchGetTableOptimizerEntries": { "type": "list", "member": { "shape": "BatchGetTableOptimizerEntry" } }, "BatchGetTableOptimizerEntry": { "type": "structure", "members": { "catalogId": { "shape": "CatalogIdString", "documentation": "

The Catalog ID of the table.

" }, "databaseName": { "shape": "databaseNameString", "documentation": "

The name of the database in the catalog in which the table resides.

" }, "tableName": { "shape": "tableNameString", "documentation": "

The name of the table.

" }, "type": { "shape": "TableOptimizerType", "documentation": "

The type of table optimizer.

" } }, "documentation": "

Represents a table optimizer to retrieve in the BatchGetTableOptimizer operation.

" }, "BatchGetTableOptimizerError": { "type": "structure", "members": { "error": { "shape": "ErrorDetail", "documentation": "

An ErrorDetail object containing code and message details about the error.

" }, "catalogId": { "shape": "CatalogIdString", "documentation": "

The Catalog ID of the table.

" }, "databaseName": { "shape": "databaseNameString", "documentation": "

The name of the database in the catalog in which the table resides.

" }, "tableName": { "shape": "tableNameString", "documentation": "

The name of the table.

" }, "type": { "shape": "TableOptimizerType", "documentation": "

The type of table optimizer.

" } }, "documentation": "

Contains details on one of the errors in the error list returned by the BatchGetTableOptimizer operation.

" }, "BatchGetTableOptimizerErrors": { "type": "list", "member": { "shape": "BatchGetTableOptimizerError" } }, "BatchGetTableOptimizerRequest": { "type": "structure", "required": [ "Entries" ], "members": { "Entries": { "shape": "BatchGetTableOptimizerEntries", "documentation": "

A list of BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve.

" } } }, "BatchGetTableOptimizerResponse": { "type": "structure", "members": { "TableOptimizers": { "shape": "BatchTableOptimizers", "documentation": "

A list of BatchTableOptimizer objects.

" }, "Failures": { "shape": "BatchGetTableOptimizerErrors", "documentation": "

A list of errors from the operation.

" } } }, "BatchGetTriggersRequest": { "type": "structure", "required": [ "TriggerNames" ], "members": { "TriggerNames": { "shape": "TriggerNameList", "documentation": "

A list of trigger names, which may be the names returned from the ListTriggers operation.

" } } }, "BatchGetTriggersResponse": { "type": "structure", "members": { "Triggers": { "shape": "TriggerList", "documentation": "

A list of trigger definitions.

" }, "TriggersNotFound": { "shape": "TriggerNameList", "documentation": "

A list of names of triggers not found.

" } } }, "BatchGetWorkflowsRequest": { "type": "structure", "required": [ "Names" ], "members": { "Names": { "shape": "WorkflowNames", "documentation": "

A list of workflow names, which may be the names returned from the ListWorkflows operation.

" }, "IncludeGraph": { "shape": "NullableBoolean", "documentation": "

Specifies whether to include a graph when returning the workflow resource metadata.

" } } }, "BatchGetWorkflowsResponse": { "type": "structure", "members": { "Workflows": { "shape": "Workflows", "documentation": "

A list of workflow resource metadata.

" }, "MissingWorkflows": { "shape": "WorkflowNames", "documentation": "

A list of names of workflows not found.

" } } }, "BatchPutDataQualityStatisticAnnotationRequest": { "type": "structure", "required": [ "InclusionAnnotations" ], "members": { "InclusionAnnotations": { "shape": "InclusionAnnotationList", "documentation": "

A list of DatapointInclusionAnnotation's.

" }, "ClientToken": { "shape": "HashString", "documentation": "

Client Token.

" } } }, "BatchPutDataQualityStatisticAnnotationResponse": { "type": "structure", "members": { "FailedInclusionAnnotations": { "shape": "AnnotationErrorList", "documentation": "

A list of AnnotationError's.

" } } }, "BatchSize": { "type": "integer", "max": 100, "min": 1 }, "BatchStopJobRunError": { "type": "structure", "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the job definition that is used in the job run in question.

" }, "JobRunId": { "shape": "IdString", "documentation": "

The JobRunId of the job run in question.

" }, "ErrorDetail": { "shape": "ErrorDetail", "documentation": "

Specifies details about the error that was encountered.

" } }, "documentation": "

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

" }, "BatchStopJobRunErrorList": { "type": "list", "member": { "shape": "BatchStopJobRunError" } }, "BatchStopJobRunJobRunIdList": { "type": "list", "member": { "shape": "IdString" }, "max": 25, "min": 1 }, "BatchStopJobRunRequest": { "type": "structure", "required": [ "JobName", "JobRunIds" ], "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the job definition for which to stop job runs.

" }, "JobRunIds": { "shape": "BatchStopJobRunJobRunIdList", "documentation": "

A list of the JobRunIds that should be stopped for that job definition.

" } } }, "BatchStopJobRunResponse": { "type": "structure", "members": { "SuccessfulSubmissions": { "shape": "BatchStopJobRunSuccessfulSubmissionList", "documentation": "

A list of the JobRuns that were successfully submitted for stopping.

" }, "Errors": { "shape": "BatchStopJobRunErrorList", "documentation": "

A list of the errors that were encountered in trying to stop JobRuns, including the JobRunId for which each error was encountered and details about the error.

" } } }, "BatchStopJobRunSuccessfulSubmission": { "type": "structure", "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the job definition used in the job run that was stopped.

" }, "JobRunId": { "shape": "IdString", "documentation": "

The JobRunId of the job run that was stopped.

" } }, "documentation": "

Records a successful request to stop a specified JobRun.

" }, "BatchStopJobRunSuccessfulSubmissionList": { "type": "list", "member": { "shape": "BatchStopJobRunSuccessfulSubmission" } }, "BatchTableOptimizer": { "type": "structure", "members": { "catalogId": { "shape": "CatalogIdString", "documentation": "

The Catalog ID of the table.

" }, "databaseName": { "shape": "databaseNameString", "documentation": "

The name of the database in the catalog in which the table resides.

" }, "tableName": { "shape": "tableNameString", "documentation": "

The name of the table.

" }, "tableOptimizer": { "shape": "TableOptimizer", "documentation": "

A TableOptimizer object that contains details on the configuration and last run of a table optimzer.

" } }, "documentation": "

Contains details for one of the table optimizers returned by the BatchGetTableOptimizer operation.

" }, "BatchTableOptimizers": { "type": "list", "member": { "shape": "BatchTableOptimizer" } }, "BatchUpdatePartitionFailureEntry": { "type": "structure", "members": { "PartitionValueList": { "shape": "BoundedPartitionValueList", "documentation": "

A list of values defining the partitions.

" }, "ErrorDetail": { "shape": "ErrorDetail", "documentation": "

The details about the batch update partition error.

" } }, "documentation": "

Contains information about a batch update partition error.

" }, "BatchUpdatePartitionFailureList": { "type": "list", "member": { "shape": "BatchUpdatePartitionFailureEntry" } }, "BatchUpdatePartitionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "Entries" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the metadata database in which the partition is to be updated.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the metadata table in which the partition is to be updated.

" }, "Entries": { "shape": "BatchUpdatePartitionRequestEntryList", "documentation": "

A list of up to 100 BatchUpdatePartitionRequestEntry objects to update.

" } } }, "BatchUpdatePartitionRequestEntry": { "type": "structure", "required": [ "PartitionValueList", "PartitionInput" ], "members": { "PartitionValueList": { "shape": "BoundedPartitionValueList", "documentation": "

A list of values defining the partitions.

" }, "PartitionInput": { "shape": "PartitionInput", "documentation": "

The structure used to update a partition.

" } }, "documentation": "

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

" }, "BatchUpdatePartitionRequestEntryList": { "type": "list", "member": { "shape": "BatchUpdatePartitionRequestEntry" }, "max": 100, "min": 1 }, "BatchUpdatePartitionResponse": { "type": "structure", "members": { "Errors": { "shape": "BatchUpdatePartitionFailureList", "documentation": "

The errors encountered when trying to update the requested partitions. A list of BatchUpdatePartitionFailureEntry objects.

" } } }, "BatchWindow": { "type": "integer", "box": true, "max": 900, "min": 1 }, "BinaryColumnStatisticsData": { "type": "structure", "required": [ "MaximumLength", "AverageLength", "NumberOfNulls" ], "members": { "MaximumLength": { "shape": "NonNegativeLong", "documentation": "

The size of the longest bit sequence in the column.

" }, "AverageLength": { "shape": "NonNegativeDouble", "documentation": "

The average bit sequence length in the column.

" }, "NumberOfNulls": { "shape": "NonNegativeLong", "documentation": "

The number of null values in the column.

" } }, "documentation": "

Defines column statistics supported for bit sequence data values.

" }, "Blob": { "type": "blob" }, "Blueprint": { "type": "structure", "members": { "Name": { "shape": "OrchestrationNameString", "documentation": "

The name of the blueprint.

" }, "Description": { "shape": "Generic512CharString", "documentation": "

The description of the blueprint.

" }, "CreatedOn": { "shape": "TimestampValue", "documentation": "

The date and time the blueprint was registered.

" }, "LastModifiedOn": { "shape": "TimestampValue", "documentation": "

The date and time the blueprint was last modified.

" }, "ParameterSpec": { "shape": "BlueprintParameterSpec", "documentation": "

A JSON string that indicates the list of parameter specifications for the blueprint.

" }, "BlueprintLocation": { "shape": "GenericString", "documentation": "

Specifies the path in Amazon S3 where the blueprint is published.

" }, "BlueprintServiceLocation": { "shape": "GenericString", "documentation": "

Specifies a path in Amazon S3 where the blueprint is copied when you call CreateBlueprint/UpdateBlueprint to register the blueprint in Glue.

" }, "Status": { "shape": "BlueprintStatus", "documentation": "

The status of the blueprint registration.

" }, "ErrorMessage": { "shape": "ErrorString", "documentation": "

An error message.

" }, "LastActiveDefinition": { "shape": "LastActiveDefinition", "documentation": "

When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.

" } }, "documentation": "

The details of a blueprint.

" }, "BlueprintDetails": { "type": "structure", "members": { "BlueprintName": { "shape": "OrchestrationNameString", "documentation": "

The name of the blueprint.

" }, "RunId": { "shape": "IdString", "documentation": "

The run ID for this blueprint.

" } }, "documentation": "

The details of a blueprint.

" }, "BlueprintNames": { "type": "list", "member": { "shape": "OrchestrationNameString" } }, "BlueprintParameterSpec": { "type": "string", "max": 131072, "min": 1 }, "BlueprintParameters": { "type": "string", "max": 131072, "min": 1 }, "BlueprintRun": { "type": "structure", "members": { "BlueprintName": { "shape": "OrchestrationNameString", "documentation": "

The name of the blueprint.

" }, "RunId": { "shape": "IdString", "documentation": "

The run ID for this blueprint run.

" }, "WorkflowName": { "shape": "NameString", "documentation": "

The name of a workflow that is created as a result of a successful blueprint run. If a blueprint run has an error, there will not be a workflow created.

" }, "State": { "shape": "BlueprintRunState", "documentation": "

The state of the blueprint run. Possible values are:

" }, "StartedOn": { "shape": "TimestampValue", "documentation": "

The date and time that the blueprint run started.

" }, "CompletedOn": { "shape": "TimestampValue", "documentation": "

The date and time that the blueprint run completed.

" }, "ErrorMessage": { "shape": "MessageString", "documentation": "

Indicates any errors that are seen while running the blueprint.

" }, "RollbackErrorMessage": { "shape": "MessageString", "documentation": "

If there are any errors while creating the entities of a workflow, we try to roll back the created entities until that point and delete them. This attribute indicates the errors seen while trying to delete the entities that are created.

" }, "Parameters": { "shape": "BlueprintParameters", "documentation": "

The blueprint parameters as a string. You will have to provide a value for each key that is required from the parameter spec that is defined in the Blueprint$ParameterSpec.

" }, "RoleArn": { "shape": "OrchestrationIAMRoleArn", "documentation": "

The role ARN. This role will be assumed by the Glue service and will be used to create the workflow and other entities of a workflow.

" } }, "documentation": "

The details of a blueprint run.

" }, "BlueprintRunState": { "type": "string", "enum": [ "RUNNING", "SUCCEEDED", "FAILED", "ROLLING_BACK" ] }, "BlueprintRuns": { "type": "list", "member": { "shape": "BlueprintRun" } }, "BlueprintStatus": { "type": "string", "enum": [ "CREATING", "ACTIVE", "UPDATING", "FAILED" ] }, "Blueprints": { "type": "list", "member": { "shape": "Blueprint" } }, "Boolean": { "type": "boolean" }, "BooleanColumnStatisticsData": { "type": "structure", "required": [ "NumberOfTrues", "NumberOfFalses", "NumberOfNulls" ], "members": { "NumberOfTrues": { "shape": "NonNegativeLong", "documentation": "

The number of true values in the column.

" }, "NumberOfFalses": { "shape": "NonNegativeLong", "documentation": "

The number of false values in the column.

" }, "NumberOfNulls": { "shape": "NonNegativeLong", "documentation": "

The number of null values in the column.

" } }, "documentation": "

Defines column statistics supported for Boolean data columns.

" }, "BooleanNullable": { "type": "boolean" }, "BooleanValue": { "type": "boolean" }, "BoundedPartitionValueList": { "type": "list", "member": { "shape": "ValueString" }, "max": 100, "min": 0 }, "BoxedBoolean": { "type": "boolean", "box": true }, "BoxedDoubleFraction": { "type": "double", "box": true, "max": 1, "min": 0 }, "BoxedLong": { "type": "long", "box": true }, "BoxedNonNegativeInt": { "type": "integer", "box": true, "min": 0 }, "BoxedNonNegativeLong": { "type": "long", "box": true, "min": 0 }, "BoxedPositiveInt": { "type": "integer", "box": true, "min": 0 }, "CancelDataQualityRuleRecommendationRunRequest": { "type": "structure", "required": [ "RunId" ], "members": { "RunId": { "shape": "HashString", "documentation": "

The unique run identifier associated with this run.

" } } }, "CancelDataQualityRuleRecommendationRunResponse": { "type": "structure", "members": {} }, "CancelDataQualityRulesetEvaluationRunRequest": { "type": "structure", "required": [ "RunId" ], "members": { "RunId": { "shape": "HashString", "documentation": "

The unique run identifier associated with this run.

" } } }, "CancelDataQualityRulesetEvaluationRunResponse": { "type": "structure", "members": {} }, "CancelMLTaskRunRequest": { "type": "structure", "required": [ "TransformId", "TaskRunId" ], "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier of the machine learning transform.

" }, "TaskRunId": { "shape": "HashString", "documentation": "

A unique identifier for the task run.

" } } }, "CancelMLTaskRunResponse": { "type": "structure", "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier of the machine learning transform.

" }, "TaskRunId": { "shape": "HashString", "documentation": "

The unique identifier for the task run.

" }, "Status": { "shape": "TaskStatusType", "documentation": "

The status for this run.

" } } }, "CancelStatementRequest": { "type": "structure", "required": [ "SessionId", "Id" ], "members": { "SessionId": { "shape": "NameString", "documentation": "

The Session ID of the statement to be cancelled.

" }, "Id": { "shape": "IntegerValue", "documentation": "

The ID of the statement to be cancelled.

" }, "RequestOrigin": { "shape": "OrchestrationNameString", "documentation": "

The origin of the request to cancel the statement.

" } } }, "CancelStatementResponse": { "type": "structure", "members": {} }, "CatalogDeltaSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the Delta Lake data source.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to read from.

" }, "AdditionalDeltaOptions": { "shape": "AdditionalOptions", "documentation": "

Specifies additional connection options.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the Delta Lake source.

" } }, "documentation": "

Specifies a Delta Lake data source that is registered in the Glue Data Catalog.

" }, "CatalogEncryptionMode": { "type": "string", "enum": [ "DISABLED", "SSE-KMS", "SSE-KMS-WITH-SERVICE-ROLE" ] }, "CatalogEntries": { "type": "list", "member": { "shape": "CatalogEntry" } }, "CatalogEntry": { "type": "structure", "required": [ "DatabaseName", "TableName" ], "members": { "DatabaseName": { "shape": "NameString", "documentation": "

The database in which the table metadata resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table in question.

" } }, "documentation": "

Specifies a table definition in the Glue Data Catalog.

" }, "CatalogGetterPageSize": { "type": "integer", "box": true, "max": 100, "min": 1 }, "CatalogHudiSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the Hudi data source.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to read from.

" }, "AdditionalHudiOptions": { "shape": "AdditionalOptions", "documentation": "

Specifies additional connection options.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the Hudi source.

" } }, "documentation": "

Specifies a Hudi data source that is registered in the Glue Data Catalog.

" }, "CatalogIdString": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "CatalogImportStatus": { "type": "structure", "members": { "ImportCompleted": { "shape": "Boolean", "documentation": "

True if the migration has completed, or False otherwise.

" }, "ImportTime": { "shape": "Timestamp", "documentation": "

The time that the migration was started.

" }, "ImportedBy": { "shape": "NameString", "documentation": "

The name of the person who initiated the migration.

" } }, "documentation": "

A structure containing migration status information.

" }, "CatalogKafkaSource": { "type": "structure", "required": [ "Name", "Table", "Database" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data store.

" }, "WindowSize": { "shape": "BoxedPositiveInt", "documentation": "

The amount of time to spend processing each micro batch.

", "box": true }, "DetectSchema": { "shape": "BoxedBoolean", "documentation": "

Whether to automatically determine the schema from the incoming data.

", "box": true }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to read from.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to read from.

" }, "StreamingOptions": { "shape": "KafkaStreamingSourceOptions", "documentation": "

Specifies the streaming options.

" }, "DataPreviewOptions": { "shape": "StreamingDataPreviewOptions", "documentation": "

Specifies options related to data preview for viewing a sample of your data.

" } }, "documentation": "

Specifies an Apache Kafka data store in the Data Catalog.

" }, "CatalogKinesisSource": { "type": "structure", "required": [ "Name", "Table", "Database" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data source.

" }, "WindowSize": { "shape": "BoxedPositiveInt", "documentation": "

The amount of time to spend processing each micro batch.

" }, "DetectSchema": { "shape": "BoxedBoolean", "documentation": "

Whether to automatically determine the schema from the incoming data.

", "box": true }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to read from.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to read from.

" }, "StreamingOptions": { "shape": "KinesisStreamingSourceOptions", "documentation": "

Additional options for the Kinesis streaming data source.

" }, "DataPreviewOptions": { "shape": "StreamingDataPreviewOptions", "documentation": "

Additional options for data preview.

" } }, "documentation": "

Specifies a Kinesis data source in the Glue Data Catalog.

" }, "CatalogSchemaChangePolicy": { "type": "structure", "members": { "EnableUpdateCatalog": { "shape": "BoxedBoolean", "documentation": "

Whether to use the specified update behavior when the crawler finds a changed schema.

" }, "UpdateBehavior": { "shape": "UpdateCatalogBehavior", "documentation": "

The update behavior when the crawler finds a changed schema.

" } }, "documentation": "

A policy that specifies update behavior for the crawler.

" }, "CatalogSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data store.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to read from.

" } }, "documentation": "

Specifies a data store in the Glue Data Catalog.

" }, "CatalogTablesList": { "type": "list", "member": { "shape": "NameString" }, "min": 1 }, "CatalogTarget": { "type": "structure", "required": [ "DatabaseName", "Tables" ], "members": { "DatabaseName": { "shape": "NameString", "documentation": "

The name of the database to be synchronized.

" }, "Tables": { "shape": "CatalogTablesList", "documentation": "

A list of the tables to be synchronized.

" }, "ConnectionName": { "shape": "ConnectionName", "documentation": "

The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a Catalog connection type paired with a NETWORK Connection type.

" }, "EventQueueArn": { "shape": "EventQueueArn", "documentation": "

A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.

" }, "DlqEventQueueArn": { "shape": "EventQueueArn", "documentation": "

A valid Amazon dead-letter SQS ARN. For example, arn:aws:sqs:region:account:deadLetterQueue.

" } }, "documentation": "

Specifies an Glue Data Catalog target.

" }, "CatalogTargetList": { "type": "list", "member": { "shape": "CatalogTarget" } }, "CheckSchemaVersionValidityInput": { "type": "structure", "required": [ "DataFormat", "SchemaDefinition" ], "members": { "DataFormat": { "shape": "DataFormat", "documentation": "

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

" }, "SchemaDefinition": { "shape": "SchemaDefinitionString", "documentation": "

The definition of the schema that has to be validated.

" } } }, "CheckSchemaVersionValidityResponse": { "type": "structure", "members": { "Valid": { "shape": "IsVersionValid", "documentation": "

Return true, if the schema is valid and false otherwise.

" }, "Error": { "shape": "SchemaValidationError", "documentation": "

A validation failure error message.

" } } }, "Classification": { "type": "string" }, "Classifier": { "type": "structure", "members": { "GrokClassifier": { "shape": "GrokClassifier", "documentation": "

A classifier that uses grok.

" }, "XMLClassifier": { "shape": "XMLClassifier", "documentation": "

A classifier for XML content.

" }, "JsonClassifier": { "shape": "JsonClassifier", "documentation": "

A classifier for JSON content.

" }, "CsvClassifier": { "shape": "CsvClassifier", "documentation": "

A classifier for comma-separated values (CSV).

" } }, "documentation": "

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

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

" }, "ClassifierList": { "type": "list", "member": { "shape": "Classifier" } }, "ClassifierNameList": { "type": "list", "member": { "shape": "NameString" } }, "CloudWatchEncryption": { "type": "structure", "members": { "CloudWatchEncryptionMode": { "shape": "CloudWatchEncryptionMode", "documentation": "

The encryption mode to use for CloudWatch data.

" }, "KmsKeyArn": { "shape": "KmsKeyArn", "documentation": "

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

" } }, "documentation": "

Specifies how Amazon CloudWatch data should be encrypted.

" }, "CloudWatchEncryptionMode": { "type": "string", "enum": [ "DISABLED", "SSE-KMS" ] }, "CodeGenArgName": { "type": "string" }, "CodeGenArgValue": { "type": "string" }, "CodeGenConfigurationNode": { "type": "structure", "members": { "AthenaConnectorSource": { "shape": "AthenaConnectorSource", "documentation": "

Specifies a connector to an Amazon Athena data source.

" }, "JDBCConnectorSource": { "shape": "JDBCConnectorSource", "documentation": "

Specifies a connector to a JDBC data source.

" }, "SparkConnectorSource": { "shape": "SparkConnectorSource", "documentation": "

Specifies a connector to an Apache Spark data source.

" }, "CatalogSource": { "shape": "CatalogSource", "documentation": "

Specifies a data store in the Glue Data Catalog.

" }, "RedshiftSource": { "shape": "RedshiftSource", "documentation": "

Specifies an Amazon Redshift data store.

" }, "S3CatalogSource": { "shape": "S3CatalogSource", "documentation": "

Specifies an Amazon S3 data store in the Glue Data Catalog.

" }, "S3CsvSource": { "shape": "S3CsvSource", "documentation": "

Specifies a command-separated value (CSV) data store stored in Amazon S3.

" }, "S3JsonSource": { "shape": "S3JsonSource", "documentation": "

Specifies a JSON data store stored in Amazon S3.

" }, "S3ParquetSource": { "shape": "S3ParquetSource", "documentation": "

Specifies an Apache Parquet data store stored in Amazon S3.

" }, "RelationalCatalogSource": { "shape": "RelationalCatalogSource", "documentation": "

Specifies a relational catalog data store in the Glue Data Catalog.

" }, "DynamoDBCatalogSource": { "shape": "DynamoDBCatalogSource", "documentation": "

Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.

" }, "JDBCConnectorTarget": { "shape": "JDBCConnectorTarget", "documentation": "

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

" }, "SparkConnectorTarget": { "shape": "SparkConnectorTarget", "documentation": "

Specifies a target that uses an Apache Spark connector.

" }, "CatalogTarget": { "shape": "BasicCatalogTarget", "documentation": "

Specifies a target that uses a Glue Data Catalog table.

" }, "RedshiftTarget": { "shape": "RedshiftTarget", "documentation": "

Specifies a target that uses Amazon Redshift.

" }, "S3CatalogTarget": { "shape": "S3CatalogTarget", "documentation": "

Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.

" }, "S3GlueParquetTarget": { "shape": "S3GlueParquetTarget", "documentation": "

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

" }, "S3DirectTarget": { "shape": "S3DirectTarget", "documentation": "

Specifies a data target that writes to Amazon S3.

" }, "ApplyMapping": { "shape": "ApplyMapping", "documentation": "

Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.

" }, "SelectFields": { "shape": "SelectFields", "documentation": "

Specifies a transform that chooses the data property keys that you want to keep.

" }, "DropFields": { "shape": "DropFields", "documentation": "

Specifies a transform that chooses the data property keys that you want to drop.

" }, "RenameField": { "shape": "RenameField", "documentation": "

Specifies a transform that renames a single data property key.

" }, "Spigot": { "shape": "Spigot", "documentation": "

Specifies a transform that writes samples of the data to an Amazon S3 bucket.

" }, "Join": { "shape": "Join", "documentation": "

Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.

" }, "SplitFields": { "shape": "SplitFields", "documentation": "

Specifies a transform that splits data property keys into two DynamicFrames. The output is a collection of DynamicFrames: one with selected data property keys, and one with the remaining data property keys.

" }, "SelectFromCollection": { "shape": "SelectFromCollection", "documentation": "

Specifies a transform that chooses one DynamicFrame from a collection of DynamicFrames. The output is the selected DynamicFrame

" }, "FillMissingValues": { "shape": "FillMissingValues", "documentation": "

Specifies a transform that locates records in the dataset that have missing values and adds a new field with a value determined by imputation. The input data set is used to train the machine learning model that determines what the missing value should be.

" }, "Filter": { "shape": "Filter", "documentation": "

Specifies a transform that splits a dataset into two, based on a filter condition.

" }, "CustomCode": { "shape": "CustomCode", "documentation": "

Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.

" }, "SparkSQL": { "shape": "SparkSQL", "documentation": "

Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is a single DynamicFrame.

" }, "DirectKinesisSource": { "shape": "DirectKinesisSource", "documentation": "

Specifies a direct Amazon Kinesis data source.

" }, "DirectKafkaSource": { "shape": "DirectKafkaSource", "documentation": "

Specifies an Apache Kafka data store.

" }, "CatalogKinesisSource": { "shape": "CatalogKinesisSource", "documentation": "

Specifies a Kinesis data source in the Glue Data Catalog.

" }, "CatalogKafkaSource": { "shape": "CatalogKafkaSource", "documentation": "

Specifies an Apache Kafka data store in the Data Catalog.

" }, "DropNullFields": { "shape": "DropNullFields", "documentation": "

Specifies a transform that removes columns from the dataset if all values in the column are 'null'. By default, Glue Studio will recognize null objects, but some values such as empty strings, strings that are \"null\", -1 integers or other placeholders such as zeros, are not automatically recognized as nulls.

" }, "Merge": { "shape": "Merge", "documentation": "

Specifies a transform that merges a DynamicFrame with a staging DynamicFrame based on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are not de-duplicated.

" }, "Union": { "shape": "Union", "documentation": "

Specifies a transform that combines the rows from two or more datasets into a single result.

" }, "PIIDetection": { "shape": "PIIDetection", "documentation": "

Specifies a transform that identifies, removes or masks PII data.

" }, "Aggregate": { "shape": "Aggregate", "documentation": "

Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.

" }, "DropDuplicates": { "shape": "DropDuplicates", "documentation": "

Specifies a transform that removes rows of repeating data from a data set.

" }, "GovernedCatalogTarget": { "shape": "GovernedCatalogTarget", "documentation": "

Specifies a data target that writes to a goverened catalog.

" }, "GovernedCatalogSource": { "shape": "GovernedCatalogSource", "documentation": "

Specifies a data source in a goverened Data Catalog.

" }, "MicrosoftSQLServerCatalogSource": { "shape": "MicrosoftSQLServerCatalogSource", "documentation": "

Specifies a Microsoft SQL server data source in the Glue Data Catalog.

" }, "MySQLCatalogSource": { "shape": "MySQLCatalogSource", "documentation": "

Specifies a MySQL data source in the Glue Data Catalog.

" }, "OracleSQLCatalogSource": { "shape": "OracleSQLCatalogSource", "documentation": "

Specifies an Oracle data source in the Glue Data Catalog.

" }, "PostgreSQLCatalogSource": { "shape": "PostgreSQLCatalogSource", "documentation": "

Specifies a PostgresSQL data source in the Glue Data Catalog.

" }, "MicrosoftSQLServerCatalogTarget": { "shape": "MicrosoftSQLServerCatalogTarget", "documentation": "

Specifies a target that uses Microsoft SQL.

" }, "MySQLCatalogTarget": { "shape": "MySQLCatalogTarget", "documentation": "

Specifies a target that uses MySQL.

" }, "OracleSQLCatalogTarget": { "shape": "OracleSQLCatalogTarget", "documentation": "

Specifies a target that uses Oracle SQL.

" }, "PostgreSQLCatalogTarget": { "shape": "PostgreSQLCatalogTarget", "documentation": "

Specifies a target that uses Postgres SQL.

" }, "DynamicTransform": { "shape": "DynamicTransform", "documentation": "

Specifies a custom visual transform created by a user.

" }, "EvaluateDataQuality": { "shape": "EvaluateDataQuality", "documentation": "

Specifies your data quality evaluation criteria.

" }, "S3CatalogHudiSource": { "shape": "S3CatalogHudiSource", "documentation": "

Specifies a Hudi data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.

" }, "CatalogHudiSource": { "shape": "CatalogHudiSource", "documentation": "

Specifies a Hudi data source that is registered in the Glue Data Catalog.

" }, "S3HudiSource": { "shape": "S3HudiSource", "documentation": "

Specifies a Hudi data source stored in Amazon S3.

" }, "S3HudiCatalogTarget": { "shape": "S3HudiCatalogTarget", "documentation": "

Specifies a target that writes to a Hudi data source in the Glue Data Catalog.

" }, "S3HudiDirectTarget": { "shape": "S3HudiDirectTarget", "documentation": "

Specifies a target that writes to a Hudi data source in Amazon S3.

" }, "DirectJDBCSource": { "shape": "DirectJDBCSource" }, "S3CatalogDeltaSource": { "shape": "S3CatalogDeltaSource", "documentation": "

Specifies a Delta Lake data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.

" }, "CatalogDeltaSource": { "shape": "CatalogDeltaSource", "documentation": "

Specifies a Delta Lake data source that is registered in the Glue Data Catalog.

" }, "S3DeltaSource": { "shape": "S3DeltaSource", "documentation": "

Specifies a Delta Lake data source stored in Amazon S3.

" }, "S3DeltaCatalogTarget": { "shape": "S3DeltaCatalogTarget", "documentation": "

Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.

" }, "S3DeltaDirectTarget": { "shape": "S3DeltaDirectTarget", "documentation": "

Specifies a target that writes to a Delta Lake data source in Amazon S3.

" }, "AmazonRedshiftSource": { "shape": "AmazonRedshiftSource", "documentation": "

Specifies a target that writes to a data source in Amazon Redshift.

" }, "AmazonRedshiftTarget": { "shape": "AmazonRedshiftTarget", "documentation": "

Specifies a target that writes to a data target in Amazon Redshift.

" }, "EvaluateDataQualityMultiFrame": { "shape": "EvaluateDataQualityMultiFrame", "documentation": "

Specifies your data quality evaluation criteria. Allows multiple input data and returns a collection of Dynamic Frames.

" }, "Recipe": { "shape": "Recipe", "documentation": "

Specifies a Glue DataBrew recipe node.

" }, "SnowflakeSource": { "shape": "SnowflakeSource", "documentation": "

Specifies a Snowflake data source.

" }, "SnowflakeTarget": { "shape": "SnowflakeTarget", "documentation": "

Specifies a target that writes to a Snowflake data source.

" }, "ConnectorDataSource": { "shape": "ConnectorDataSource", "documentation": "

Specifies a source generated with standard connection options.

" }, "ConnectorDataTarget": { "shape": "ConnectorDataTarget", "documentation": "

Specifies a target generated with standard connection options.

" } }, "documentation": "

CodeGenConfigurationNode enumerates all valid Node types. One and only one of its member variables can be populated.

" }, "CodeGenConfigurationNodes": { "type": "map", "key": { "shape": "NodeId" }, "value": { "shape": "CodeGenConfigurationNode" }, "sensitive": true }, "CodeGenEdge": { "type": "structure", "required": [ "Source", "Target" ], "members": { "Source": { "shape": "CodeGenIdentifier", "documentation": "

The ID of the node at which the edge starts.

" }, "Target": { "shape": "CodeGenIdentifier", "documentation": "

The ID of the node at which the edge ends.

" }, "TargetParameter": { "shape": "CodeGenArgName", "documentation": "

The target of the edge.

" } }, "documentation": "

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

" }, "CodeGenIdentifier": { "type": "string", "max": 255, "min": 1, "pattern": "[A-Za-z_][A-Za-z0-9_]*" }, "CodeGenNode": { "type": "structure", "required": [ "Id", "NodeType", "Args" ], "members": { "Id": { "shape": "CodeGenIdentifier", "documentation": "

A node identifier that is unique within the node's graph.

" }, "NodeType": { "shape": "CodeGenNodeType", "documentation": "

The type of node that this is.

" }, "Args": { "shape": "CodeGenNodeArgs", "documentation": "

Properties of the node, in the form of name-value pairs.

" }, "LineNumber": { "shape": "Integer", "documentation": "

The line number of the node.

" } }, "documentation": "

Represents a node in a directed acyclic graph (DAG)

" }, "CodeGenNodeArg": { "type": "structure", "required": [ "Name", "Value" ], "members": { "Name": { "shape": "CodeGenArgName", "documentation": "

The name of the argument or property.

" }, "Value": { "shape": "CodeGenArgValue", "documentation": "

The value of the argument or property.

" }, "Param": { "shape": "Boolean", "documentation": "

True if the value is used as a parameter.

" } }, "documentation": "

An argument or property of a node.

" }, "CodeGenNodeArgs": { "type": "list", "member": { "shape": "CodeGenNodeArg" }, "max": 50, "min": 0 }, "CodeGenNodeType": { "type": "string" }, "Column": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the Column.

" }, "Type": { "shape": "ColumnTypeString", "documentation": "

The data type of the Column.

" }, "Comment": { "shape": "CommentString", "documentation": "

A free-form text comment.

" }, "Parameters": { "shape": "ParametersMap", "documentation": "

These key-value pairs define properties associated with the column.

" } }, "documentation": "

A column in a Table.

" }, "ColumnError": { "type": "structure", "members": { "ColumnName": { "shape": "NameString", "documentation": "

The name of the column that failed.

" }, "Error": { "shape": "ErrorDetail", "documentation": "

An error message with the reason for the failure of an operation.

" } }, "documentation": "

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

" }, "ColumnErrors": { "type": "list", "member": { "shape": "ColumnError" } }, "ColumnImportance": { "type": "structure", "members": { "ColumnName": { "shape": "NameString", "documentation": "

The name of a column.

" }, "Importance": { "shape": "GenericBoundedDouble", "documentation": "

The column importance score for the column, as a decimal.

" } }, "documentation": "

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

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

" }, "ColumnImportanceList": { "type": "list", "member": { "shape": "ColumnImportance" }, "max": 100, "min": 0 }, "ColumnList": { "type": "list", "member": { "shape": "Column" } }, "ColumnNameList": { "type": "list", "member": { "shape": "NameString" } }, "ColumnNameString": { "type": "string", "max": 1024, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "ColumnRowFilter": { "type": "structure", "members": { "ColumnName": { "shape": "NameString", "documentation": "

A string containing the name of the column.

" }, "RowFilterExpression": { "shape": "PredicateString", "documentation": "

A string containing the row-level filter expression.

" } }, "documentation": "

A filter that uses both column-level and row-level filtering.

" }, "ColumnRowFilterList": { "type": "list", "member": { "shape": "ColumnRowFilter" } }, "ColumnStatistics": { "type": "structure", "required": [ "ColumnName", "ColumnType", "AnalyzedTime", "StatisticsData" ], "members": { "ColumnName": { "shape": "NameString", "documentation": "

Name of column which statistics belong to.

" }, "ColumnType": { "shape": "TypeString", "documentation": "

The data type of the column.

" }, "AnalyzedTime": { "shape": "Timestamp", "documentation": "

The timestamp of when column statistics were generated.

" }, "StatisticsData": { "shape": "ColumnStatisticsData", "documentation": "

A ColumnStatisticData object that contains the statistics data values.

" } }, "documentation": "

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

" }, "ColumnStatisticsData": { "type": "structure", "required": [ "Type" ], "members": { "Type": { "shape": "ColumnStatisticsType", "documentation": "

The type of column statistics data.

" }, "BooleanColumnStatisticsData": { "shape": "BooleanColumnStatisticsData", "documentation": "

Boolean column statistics data.

" }, "DateColumnStatisticsData": { "shape": "DateColumnStatisticsData", "documentation": "

Date column statistics data.

" }, "DecimalColumnStatisticsData": { "shape": "DecimalColumnStatisticsData", "documentation": "

Decimal column statistics data. UnscaledValues within are Base64-encoded binary objects storing big-endian, two's complement representations of the decimal's unscaled value.

" }, "DoubleColumnStatisticsData": { "shape": "DoubleColumnStatisticsData", "documentation": "

Double column statistics data.

" }, "LongColumnStatisticsData": { "shape": "LongColumnStatisticsData", "documentation": "

Long column statistics data.

" }, "StringColumnStatisticsData": { "shape": "StringColumnStatisticsData", "documentation": "

String column statistics data.

" }, "BinaryColumnStatisticsData": { "shape": "BinaryColumnStatisticsData", "documentation": "

Binary column statistics data.

" } }, "documentation": "

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

" }, "ColumnStatisticsError": { "type": "structure", "members": { "ColumnStatistics": { "shape": "ColumnStatistics", "documentation": "

The ColumnStatistics of the column.

" }, "Error": { "shape": "ErrorDetail", "documentation": "

An error message with the reason for the failure of an operation.

" } }, "documentation": "

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

" }, "ColumnStatisticsErrors": { "type": "list", "member": { "shape": "ColumnStatisticsError" } }, "ColumnStatisticsList": { "type": "list", "member": { "shape": "ColumnStatistics" } }, "ColumnStatisticsState": { "type": "string", "enum": [ "STARTING", "RUNNING", "SUCCEEDED", "FAILED", "STOPPED" ] }, "ColumnStatisticsTaskRun": { "type": "structure", "members": { "CustomerId": { "shape": "AccountId", "documentation": "

The Amazon Web Services account ID.

" }, "ColumnStatisticsTaskRunId": { "shape": "HashString", "documentation": "

The identifier for the particular column statistics task run.

" }, "DatabaseName": { "shape": "DatabaseName", "documentation": "

The database where the table resides.

" }, "TableName": { "shape": "TableName", "documentation": "

The name of the table for which column statistics is generated.

" }, "ColumnNameList": { "shape": "ColumnNameList", "documentation": "

A list of the column names. If none is supplied, all column names for the table will be used by default.

" }, "CatalogID": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the table resides. If none is supplied, the Amazon Web Services account ID is used by default.

" }, "Role": { "shape": "Role", "documentation": "

The IAM role that the service assumes to generate statistics.

" }, "SampleSize": { "shape": "SampleSizePercentage", "documentation": "

The percentage of rows used to generate statistics. If none is supplied, the entire table will be used to generate stats.

" }, "SecurityConfiguration": { "shape": "CrawlerSecurityConfiguration", "documentation": "

Name of the security configuration that is used to encrypt CloudWatch logs for the column stats task run.

" }, "NumberOfWorkers": { "shape": "PositiveInteger", "documentation": "

The number of workers used to generate column statistics. The job is preconfigured to autoscale up to 25 instances.

" }, "WorkerType": { "shape": "NameString", "documentation": "

The type of workers being used for generating stats. The default is g.1x.

" }, "Status": { "shape": "ColumnStatisticsState", "documentation": "

The status of the task run.

" }, "CreationTime": { "shape": "Timestamp", "documentation": "

The time that this task was created.

" }, "LastUpdated": { "shape": "Timestamp", "documentation": "

The last point in time when this task was modified.

" }, "StartTime": { "shape": "Timestamp", "documentation": "

The start time of the task.

" }, "EndTime": { "shape": "Timestamp", "documentation": "

The end time of the task.

" }, "ErrorMessage": { "shape": "DescriptionString", "documentation": "

The error message for the job.

" }, "DPUSeconds": { "shape": "NonNegativeDouble", "documentation": "

The calculated DPU usage in seconds for all autoscaled workers.

" } }, "documentation": "

The object that shows the details of the column stats run.

" }, "ColumnStatisticsTaskRunIdList": { "type": "list", "member": { "shape": "HashString" }, "max": 100, "min": 0 }, "ColumnStatisticsTaskRunsList": { "type": "list", "member": { "shape": "ColumnStatisticsTaskRun" } }, "ColumnStatisticsType": { "type": "string", "enum": [ "BOOLEAN", "DATE", "DECIMAL", "DOUBLE", "LONG", "STRING", "BINARY" ] }, "ColumnTypeString": { "type": "string", "max": 131072, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "ColumnValueStringList": { "type": "list", "member": { "shape": "ColumnValuesString" } }, "ColumnValuesString": { "type": "string" }, "CommentString": { "type": "string", "max": 255, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "CommitIdString": { "type": "string", "max": 40, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "Comparator": { "type": "string", "enum": [ "EQUALS", "GREATER_THAN", "LESS_THAN", "GREATER_THAN_EQUALS", "LESS_THAN_EQUALS" ] }, "Compatibility": { "type": "string", "enum": [ "NONE", "DISABLED", "BACKWARD", "BACKWARD_ALL", "FORWARD", "FORWARD_ALL", "FULL", "FULL_ALL" ] }, "CompressionType": { "type": "string", "enum": [ "gzip", "bzip2" ] }, "Condition": { "type": "structure", "members": { "LogicalOperator": { "shape": "LogicalOperator", "documentation": "

A logical operator.

" }, "JobName": { "shape": "NameString", "documentation": "

The name of the job whose JobRuns this condition applies to, and on which this trigger waits.

" }, "State": { "shape": "JobRunState", "documentation": "

The condition state. Currently, the only job states that a trigger can listen for are SUCCEEDED, STOPPED, FAILED, and TIMEOUT. The only crawler states that a trigger can listen for are SUCCEEDED, FAILED, and CANCELLED.

" }, "CrawlerName": { "shape": "NameString", "documentation": "

The name of the crawler to which this condition applies.

" }, "CrawlState": { "shape": "CrawlState", "documentation": "

The state of the crawler to which this condition applies.

" } }, "documentation": "

Defines a condition under which a trigger fires.

" }, "ConditionExpression": { "type": "structure", "required": [ "Condition", "TargetColumn" ], "members": { "Condition": { "shape": "DatabrewCondition", "documentation": "

The condition of the condition expression.

" }, "Value": { "shape": "DatabrewConditionValue", "documentation": "

The value of the condition expression.

" }, "TargetColumn": { "shape": "TargetColumn", "documentation": "

The target column of the condition expressions.

" } }, "documentation": "

Condition expression defined in the Glue Studio data preparation recipe node.

" }, "ConditionExpressionList": { "type": "list", "member": { "shape": "ConditionExpression" } }, "ConditionList": { "type": "list", "member": { "shape": "Condition" } }, "ConfigValueString": { "type": "string", "max": 128, "min": 1, "pattern": "[a-zA-Z0-9_.-]+" }, "ConfigurationMap": { "type": "map", "key": { "shape": "NameString" }, "value": { "shape": "ConfigurationObject" } }, "ConfigurationObject": { "type": "structure", "members": { "DefaultValue": { "shape": "ConfigValueString", "documentation": "

A default value for the parameter.

" }, "AllowedValues": { "shape": "AllowedValuesStringList", "documentation": "

A list of allowed values for the parameter.

" }, "MinValue": { "shape": "ConfigValueString", "documentation": "

A minimum allowed value for the parameter.

" }, "MaxValue": { "shape": "ConfigValueString", "documentation": "

A maximum allowed value for the parameter.

" } }, "documentation": "

Specifies the values that an admin sets for each job or session parameter configured in a Glue usage profile.

" }, "ConfusionMatrix": { "type": "structure", "members": { "NumTruePositives": { "shape": "RecordsCount", "documentation": "

The number of matches in the data that the transform correctly found, in the confusion matrix for your transform.

" }, "NumFalsePositives": { "shape": "RecordsCount", "documentation": "

The number of nonmatches in the data that the transform incorrectly classified as a match, in the confusion matrix for your transform.

" }, "NumTrueNegatives": { "shape": "RecordsCount", "documentation": "

The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix for your transform.

" }, "NumFalseNegatives": { "shape": "RecordsCount", "documentation": "

The number of matches in the data that the transform didn't find, in the confusion matrix for your transform.

" } }, "documentation": "

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

For more information, see Confusion matrix in Wikipedia.

" }, "Connection": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the connection definition.

" }, "Description": { "shape": "DescriptionString", "documentation": "

The description of the connection.

" }, "ConnectionType": { "shape": "ConnectionType", "documentation": "

The type of the connection. Currently, SFTP is not supported.

" }, "MatchCriteria": { "shape": "MatchCriteria", "documentation": "

A list of criteria that can be used in selecting this connection.

" }, "ConnectionProperties": { "shape": "ConnectionProperties", "documentation": "

These key-value pairs define parameters for the connection:

" }, "PhysicalConnectionRequirements": { "shape": "PhysicalConnectionRequirements", "documentation": "

The physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to make this connection successfully.

" }, "CreationTime": { "shape": "Timestamp", "documentation": "

The timestamp of the time that this connection definition was created.

" }, "LastUpdatedTime": { "shape": "Timestamp", "documentation": "

The timestamp of the last time the connection definition was updated.

" }, "LastUpdatedBy": { "shape": "NameString", "documentation": "

The user, group, or role that last updated this connection definition.

" }, "Status": { "shape": "ConnectionStatus", "documentation": "

The status of the connection. Can be one of: READY, IN_PROGRESS, or FAILED.

" }, "StatusReason": { "shape": "LongValueString", "documentation": "

The reason for the connection status.

" }, "LastConnectionValidationTime": { "shape": "Timestamp", "documentation": "

A timestamp of the time this connection was last validated.

" }, "AuthenticationConfiguration": { "shape": "AuthenticationConfiguration", "documentation": "

The authentication properties of the connection.

" } }, "documentation": "

Defines a connection to a data source.

" }, "ConnectionInput": { "type": "structure", "required": [ "Name", "ConnectionType", "ConnectionProperties" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the connection.

" }, "Description": { "shape": "DescriptionString", "documentation": "

The description of the connection.

" }, "ConnectionType": { "shape": "ConnectionType", "documentation": "

The type of the connection. Currently, these types are supported:

SFTP is not supported.

For more information about how optional ConnectionProperties are used to configure features in Glue, consult Glue connection properties.

For more information about how optional ConnectionProperties are used to configure features in Glue Studio, consult Using connectors and connections.

" }, "MatchCriteria": { "shape": "MatchCriteria", "documentation": "

A list of criteria that can be used in selecting this connection.

" }, "ConnectionProperties": { "shape": "ConnectionProperties", "documentation": "

These key-value pairs define parameters for the connection.

" }, "PhysicalConnectionRequirements": { "shape": "PhysicalConnectionRequirements", "documentation": "

The physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to successfully make this connection.

" }, "AuthenticationConfiguration": { "shape": "AuthenticationConfigurationInput", "documentation": "

The authentication properties of the connection. Used for a Salesforce connection.

" }, "ValidateCredentials": { "shape": "Boolean", "documentation": "

A flag to validate the credentials during create connection. Used for a Salesforce connection. Default is true.

" } }, "documentation": "

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

" }, "ConnectionList": { "type": "list", "member": { "shape": "Connection" } }, "ConnectionName": { "type": "string" }, "ConnectionPasswordEncryption": { "type": "structure", "required": [ "ReturnConnectionPasswordEncrypted" ], "members": { "ReturnConnectionPasswordEncrypted": { "shape": "Boolean", "documentation": "

When the ReturnConnectionPasswordEncrypted flag is set to \"true\", passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently from catalog encryption.

" }, "AwsKmsKeyId": { "shape": "NameString", "documentation": "

An KMS key that is used to encrypt the connection password.

If connection password protection is enabled, the caller of CreateConnection and UpdateConnection needs at least kms:Encrypt permission on the specified KMS key, to encrypt passwords before storing them in the Data Catalog.

You can set the decrypt permission to enable or restrict access on the password key according to your security requirements.

" } }, "documentation": "

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

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

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

" }, "ConnectionProperties": { "type": "map", "key": { "shape": "ConnectionPropertyKey" }, "value": { "shape": "ValueString" }, "max": 100, "min": 0 }, "ConnectionPropertyKey": { "type": "string", "enum": [ "HOST", "PORT", "USERNAME", "PASSWORD", "ENCRYPTED_PASSWORD", "JDBC_DRIVER_JAR_URI", "JDBC_DRIVER_CLASS_NAME", "JDBC_ENGINE", "JDBC_ENGINE_VERSION", "CONFIG_FILES", "INSTANCE_ID", "JDBC_CONNECTION_URL", "JDBC_ENFORCE_SSL", "CUSTOM_JDBC_CERT", "SKIP_CUSTOM_JDBC_CERT_VALIDATION", "CUSTOM_JDBC_CERT_STRING", "CONNECTION_URL", "KAFKA_BOOTSTRAP_SERVERS", "KAFKA_SSL_ENABLED", "KAFKA_CUSTOM_CERT", "KAFKA_SKIP_CUSTOM_CERT_VALIDATION", "KAFKA_CLIENT_KEYSTORE", "KAFKA_CLIENT_KEYSTORE_PASSWORD", "KAFKA_CLIENT_KEY_PASSWORD", "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD", "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD", "SECRET_ID", "CONNECTOR_URL", "CONNECTOR_TYPE", "CONNECTOR_CLASS_NAME", "KAFKA_SASL_MECHANISM", "KAFKA_SASL_PLAIN_USERNAME", "KAFKA_SASL_PLAIN_PASSWORD", "ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD", "KAFKA_SASL_SCRAM_USERNAME", "KAFKA_SASL_SCRAM_PASSWORD", "KAFKA_SASL_SCRAM_SECRETS_ARN", "ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD", "KAFKA_SASL_GSSAPI_KEYTAB", "KAFKA_SASL_GSSAPI_KRB5_CONF", "KAFKA_SASL_GSSAPI_SERVICE", "KAFKA_SASL_GSSAPI_PRINCIPAL", "ROLE_ARN", "REGION", "WORKGROUP_NAME", "CLUSTER_IDENTIFIER", "DATABASE" ] }, "ConnectionStatus": { "type": "string", "enum": [ "READY", "IN_PROGRESS", "FAILED" ] }, "ConnectionType": { "type": "string", "enum": [ "JDBC", "SFTP", "MONGODB", "KAFKA", "NETWORK", "MARKETPLACE", "CUSTOM", "SALESFORCE", "VIEW_VALIDATION_REDSHIFT", "VIEW_VALIDATION_ATHENA" ] }, "ConnectionsList": { "type": "structure", "members": { "Connections": { "shape": "OrchestrationStringList", "documentation": "

A list of connections used by the job.

" } }, "documentation": "

Specifies the connections used by a job.

" }, "ConnectorDataSource": { "type": "structure", "required": [ "Name", "ConnectionType", "Data" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of this source node.

" }, "ConnectionType": { "shape": "EnclosedInStringProperty", "documentation": "

The connectionType, as provided to the underlying Glue library. This node type supports the following connection types:

" }, "Data": { "shape": "ConnectorOptions", "documentation": "

A map specifying connection options for the node. You can find standard connection options for the corresponding connection type in the Connection parameters section of the Glue documentation.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for this source.

" } }, "documentation": "

Specifies a source generated with standard connection options.

" }, "ConnectorDataTarget": { "type": "structure", "required": [ "Name", "ConnectionType", "Data" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of this target node.

" }, "ConnectionType": { "shape": "EnclosedInStringProperty", "documentation": "

The connectionType, as provided to the underlying Glue library. This node type supports the following connection types:

" }, "Data": { "shape": "ConnectorOptions", "documentation": "

A map specifying connection options for the node. You can find standard connection options for the corresponding connection type in the Connection parameters section of the Glue documentation.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" } }, "documentation": "

Specifies a target generated with standard connection options.

" }, "ConnectorOptions": { "type": "map", "key": { "shape": "GenericString" }, "value": { "shape": "GenericString" } }, "ContextKey": { "type": "string", "max": 128, "min": 1 }, "ContextValue": { "type": "string", "max": 256, "min": 0 }, "ContextWords": { "type": "list", "member": { "shape": "NameString" }, "max": 20, "min": 1 }, "Crawl": { "type": "structure", "members": { "State": { "shape": "CrawlState", "documentation": "

The state of the crawler.

" }, "StartedOn": { "shape": "TimestampValue", "documentation": "

The date and time on which the crawl started.

" }, "CompletedOn": { "shape": "TimestampValue", "documentation": "

The date and time on which the crawl completed.

" }, "ErrorMessage": { "shape": "DescriptionString", "documentation": "

The error message associated with the crawl.

" }, "LogGroup": { "shape": "LogGroup", "documentation": "

The log group associated with the crawl.

" }, "LogStream": { "shape": "LogStream", "documentation": "

The log stream associated with the crawl.

" } }, "documentation": "

The details of a crawl in the workflow.

" }, "CrawlId": { "type": "string" }, "CrawlList": { "type": "list", "member": { "shape": "Crawl" } }, "CrawlState": { "type": "string", "enum": [ "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR" ] }, "Crawler": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the crawler.

" }, "Role": { "shape": "Role", "documentation": "

The Amazon Resource Name (ARN) of an IAM role that's used to access customer resources, such as Amazon Simple Storage Service (Amazon S3) data.

" }, "Targets": { "shape": "CrawlerTargets", "documentation": "

A collection of targets to crawl.

" }, "DatabaseName": { "shape": "DatabaseName", "documentation": "

The name of the database in which the crawler's output is stored.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the crawler.

" }, "Classifiers": { "shape": "ClassifierNameList", "documentation": "

A list of UTF-8 strings that specify the custom classifiers that are associated with the crawler.

" }, "RecrawlPolicy": { "shape": "RecrawlPolicy", "documentation": "

A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.

" }, "SchemaChangePolicy": { "shape": "SchemaChangePolicy", "documentation": "

The policy that specifies update and delete behaviors for the crawler.

" }, "LineageConfiguration": { "shape": "LineageConfiguration", "documentation": "

A configuration that specifies whether data lineage is enabled for the crawler.

" }, "State": { "shape": "CrawlerState", "documentation": "

Indicates whether the crawler is running, or whether a run is pending.

" }, "TablePrefix": { "shape": "TablePrefix", "documentation": "

The prefix added to the names of tables that are created.

" }, "Schedule": { "shape": "Schedule", "documentation": "

For scheduled crawlers, the schedule when the crawler runs.

" }, "CrawlElapsedTime": { "shape": "MillisecondsCount", "documentation": "

If the crawler is running, contains the total time elapsed since the last crawl began.

" }, "CreationTime": { "shape": "Timestamp", "documentation": "

The time that the crawler was created.

" }, "LastUpdated": { "shape": "Timestamp", "documentation": "

The time that the crawler was last updated.

" }, "LastCrawl": { "shape": "LastCrawlInfo", "documentation": "

The status of the last crawl, and potentially error information if an error occurred.

" }, "Version": { "shape": "VersionId", "documentation": "

The version of the crawler.

" }, "Configuration": { "shape": "CrawlerConfiguration", "documentation": "

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Setting crawler configuration options.

" }, "CrawlerSecurityConfiguration": { "shape": "CrawlerSecurityConfiguration", "documentation": "

The name of the SecurityConfiguration structure to be used by this crawler.

" }, "LakeFormationConfiguration": { "shape": "LakeFormationConfiguration", "documentation": "

Specifies whether the crawler should use Lake Formation credentials for the crawler instead of the IAM role credentials.

" } }, "documentation": "

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

" }, "CrawlerConfiguration": { "type": "string" }, "CrawlerHistory": { "type": "structure", "members": { "CrawlId": { "shape": "CrawlId", "documentation": "

A UUID identifier for each crawl.

" }, "State": { "shape": "CrawlerHistoryState", "documentation": "

The state of the crawl.

" }, "StartTime": { "shape": "Timestamp", "documentation": "

The date and time on which the crawl started.

" }, "EndTime": { "shape": "Timestamp", "documentation": "

The date and time on which the crawl ended.

" }, "Summary": { "shape": "NameString", "documentation": "

A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were added, updated, or deleted.

" }, "ErrorMessage": { "shape": "DescriptionString", "documentation": "

If an error occurred, the error message associated with the crawl.

" }, "LogGroup": { "shape": "LogGroup", "documentation": "

The log group associated with the crawl.

" }, "LogStream": { "shape": "LogStream", "documentation": "

The log stream associated with the crawl.

" }, "MessagePrefix": { "shape": "MessagePrefix", "documentation": "

The prefix for a CloudWatch message about this crawl.

" }, "DPUHour": { "shape": "NonNegativeDouble", "documentation": "

The number of data processing units (DPU) used in hours for the crawl.

" } }, "documentation": "

Contains the information for a run of a crawler.

" }, "CrawlerHistoryList": { "type": "list", "member": { "shape": "CrawlerHistory" } }, "CrawlerHistoryState": { "type": "string", "enum": [ "RUNNING", "COMPLETED", "FAILED", "STOPPED" ] }, "CrawlerLineageSettings": { "type": "string", "enum": [ "ENABLE", "DISABLE" ] }, "CrawlerList": { "type": "list", "member": { "shape": "Crawler" } }, "CrawlerMetrics": { "type": "structure", "members": { "CrawlerName": { "shape": "NameString", "documentation": "

The name of the crawler.

" }, "TimeLeftSeconds": { "shape": "NonNegativeDouble", "documentation": "

The estimated time left to complete a running crawl.

" }, "StillEstimating": { "shape": "Boolean", "documentation": "

True if the crawler is still estimating how long it will take to complete this run.

" }, "LastRuntimeSeconds": { "shape": "NonNegativeDouble", "documentation": "

The duration of the crawler's most recent run, in seconds.

" }, "MedianRuntimeSeconds": { "shape": "NonNegativeDouble", "documentation": "

The median duration of this crawler's runs, in seconds.

" }, "TablesCreated": { "shape": "NonNegativeInteger", "documentation": "

The number of tables created by this crawler.

" }, "TablesUpdated": { "shape": "NonNegativeInteger", "documentation": "

The number of tables updated by this crawler.

" }, "TablesDeleted": { "shape": "NonNegativeInteger", "documentation": "

The number of tables deleted by this crawler.

" } }, "documentation": "

Metrics for a specified crawler.

" }, "CrawlerMetricsList": { "type": "list", "member": { "shape": "CrawlerMetrics" } }, "CrawlerNameList": { "type": "list", "member": { "shape": "NameString" }, "max": 100, "min": 0 }, "CrawlerNodeDetails": { "type": "structure", "members": { "Crawls": { "shape": "CrawlList", "documentation": "

A list of crawls represented by the crawl node.

" } }, "documentation": "

The details of a Crawler node present in the workflow.

" }, "CrawlerSecurityConfiguration": { "type": "string", "max": 128, "min": 0 }, "CrawlerState": { "type": "string", "enum": [ "READY", "RUNNING", "STOPPING" ] }, "CrawlerTargets": { "type": "structure", "members": { "S3Targets": { "shape": "S3TargetList", "documentation": "

Specifies Amazon Simple Storage Service (Amazon S3) targets.

" }, "JdbcTargets": { "shape": "JdbcTargetList", "documentation": "

Specifies JDBC targets.

" }, "MongoDBTargets": { "shape": "MongoDBTargetList", "documentation": "

Specifies Amazon DocumentDB or MongoDB targets.

" }, "DynamoDBTargets": { "shape": "DynamoDBTargetList", "documentation": "

Specifies Amazon DynamoDB targets.

" }, "CatalogTargets": { "shape": "CatalogTargetList", "documentation": "

Specifies Glue Data Catalog targets.

" }, "DeltaTargets": { "shape": "DeltaTargetList", "documentation": "

Specifies Delta data store targets.

" }, "IcebergTargets": { "shape": "IcebergTargetList", "documentation": "

Specifies Apache Iceberg data store targets.

" }, "HudiTargets": { "shape": "HudiTargetList", "documentation": "

Specifies Apache Hudi data store targets.

" } }, "documentation": "

Specifies data stores to crawl.

" }, "CrawlsFilter": { "type": "structure", "members": { "FieldName": { "shape": "FieldName", "documentation": "

A key used to filter the crawler runs for a specified crawler. Valid values for each of the field names are:

" }, "FilterOperator": { "shape": "FilterOperator", "documentation": "

A defined comparator that operates on the value. The available operators are:

" }, "FieldValue": { "shape": "GenericString", "documentation": "

The value provided for comparison on the crawl field.

" } }, "documentation": "

A list of fields, comparators and value that you can use to filter the crawler runs for a specified crawler.

" }, "CrawlsFilterList": { "type": "list", "member": { "shape": "CrawlsFilter" } }, "CreateBlueprintRequest": { "type": "structure", "required": [ "Name", "BlueprintLocation" ], "members": { "Name": { "shape": "OrchestrationNameString", "documentation": "

The name of the blueprint.

" }, "Description": { "shape": "Generic512CharString", "documentation": "

A description of the blueprint.

" }, "BlueprintLocation": { "shape": "OrchestrationS3Location", "documentation": "

Specifies a path in Amazon S3 where the blueprint is published.

" }, "Tags": { "shape": "TagsMap", "documentation": "

The tags to be applied to this blueprint.

" } } }, "CreateBlueprintResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

Returns the name of the blueprint that was registered.

" } } }, "CreateClassifierRequest": { "type": "structure", "members": { "GrokClassifier": { "shape": "CreateGrokClassifierRequest", "documentation": "

A GrokClassifier object specifying the classifier to create.

" }, "XMLClassifier": { "shape": "CreateXMLClassifierRequest", "documentation": "

An XMLClassifier object specifying the classifier to create.

" }, "JsonClassifier": { "shape": "CreateJsonClassifierRequest", "documentation": "

A JsonClassifier object specifying the classifier to create.

" }, "CsvClassifier": { "shape": "CreateCsvClassifierRequest", "documentation": "

A CsvClassifier object specifying the classifier to create.

" } } }, "CreateClassifierResponse": { "type": "structure", "members": {} }, "CreateConnectionRequest": { "type": "structure", "required": [ "ConnectionInput" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which to create the connection. If none is provided, the Amazon Web Services account ID is used by default.

" }, "ConnectionInput": { "shape": "ConnectionInput", "documentation": "

A ConnectionInput object defining the connection to create.

" }, "Tags": { "shape": "TagsMap", "documentation": "

The tags you assign to the connection.

" } } }, "CreateConnectionResponse": { "type": "structure", "members": { "CreateConnectionStatus": { "shape": "ConnectionStatus", "documentation": "

The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.

" } } }, "CreateCrawlerRequest": { "type": "structure", "required": [ "Name", "Role", "Targets" ], "members": { "Name": { "shape": "NameString", "documentation": "

Name of the new crawler.

" }, "Role": { "shape": "Role", "documentation": "

The IAM role or Amazon Resource Name (ARN) of an IAM role used by the new crawler to access customer resources.

" }, "DatabaseName": { "shape": "DatabaseName", "documentation": "

The Glue database where results are written, such as: arn:aws:daylight:us-east-1::database/sometable/*.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the new crawler.

" }, "Targets": { "shape": "CrawlerTargets", "documentation": "

A list of collection of targets to crawl.

" }, "Schedule": { "shape": "CronExpression", "documentation": "

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

" }, "Classifiers": { "shape": "ClassifierNameList", "documentation": "

A list of custom classifiers that the user has registered. By default, all built-in classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.

" }, "TablePrefix": { "shape": "TablePrefix", "documentation": "

The table prefix used for catalog tables that are created.

" }, "SchemaChangePolicy": { "shape": "SchemaChangePolicy", "documentation": "

The policy for the crawler's update and deletion behavior.

" }, "RecrawlPolicy": { "shape": "RecrawlPolicy", "documentation": "

A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.

" }, "LineageConfiguration": { "shape": "LineageConfiguration", "documentation": "

Specifies data lineage configuration settings for the crawler.

" }, "LakeFormationConfiguration": { "shape": "LakeFormationConfiguration", "documentation": "

Specifies Lake Formation configuration settings for the crawler.

" }, "Configuration": { "shape": "CrawlerConfiguration", "documentation": "

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Setting crawler configuration options.

" }, "CrawlerSecurityConfiguration": { "shape": "CrawlerSecurityConfiguration", "documentation": "

The name of the SecurityConfiguration structure to be used by this crawler.

" }, "Tags": { "shape": "TagsMap", "documentation": "

The tags to use with this crawler request. You may use tags to limit access to the crawler. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

" } } }, "CreateCrawlerResponse": { "type": "structure", "members": {} }, "CreateCsvClassifierRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the classifier.

" }, "Delimiter": { "shape": "CsvColumnDelimiter", "documentation": "

A custom symbol to denote what separates each column entry in the row.

" }, "QuoteSymbol": { "shape": "CsvQuoteSymbol", "documentation": "

A custom symbol to denote what combines content into a single column value. Must be different from the column delimiter.

" }, "ContainsHeader": { "shape": "CsvHeaderOption", "documentation": "

Indicates whether the CSV file contains a header.

" }, "Header": { "shape": "CsvHeader", "documentation": "

A list of strings representing column names.

" }, "DisableValueTrimming": { "shape": "NullableBoolean", "documentation": "

Specifies not to trim values before identifying the type of column values. The default value is true.

" }, "AllowSingleColumn": { "shape": "NullableBoolean", "documentation": "

Enables the processing of files that contain only one column.

" }, "CustomDatatypeConfigured": { "shape": "NullableBoolean", "documentation": "

Enables the configuration of custom datatypes.

" }, "CustomDatatypes": { "shape": "CustomDatatypes", "documentation": "

Creates a list of supported custom datatypes.

" }, "Serde": { "shape": "CsvSerdeOption", "documentation": "

Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are OpenCSVSerDe, LazySimpleSerDe, and None. You can specify the None value when you want the crawler to do the detection.

" } }, "documentation": "

Specifies a custom CSV classifier for CreateClassifier to create.

" }, "CreateCustomEntityTypeRequest": { "type": "structure", "required": [ "Name", "RegexString" ], "members": { "Name": { "shape": "NameString", "documentation": "

A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.

" }, "RegexString": { "shape": "NameString", "documentation": "

A regular expression string that is used for detecting sensitive data in a custom pattern.

" }, "ContextWords": { "shape": "ContextWords", "documentation": "

A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.

If no context words are passed only a regular expression is checked.

" }, "Tags": { "shape": "TagsMap", "documentation": "

A list of tags applied to the custom entity type.

" } } }, "CreateCustomEntityTypeResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the custom pattern you created.

" } } }, "CreateDataQualityRulesetRequest": { "type": "structure", "required": [ "Name", "Ruleset" ], "members": { "Name": { "shape": "NameString", "documentation": "

A unique name for the data quality ruleset.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the data quality ruleset.

" }, "Ruleset": { "shape": "DataQualityRulesetString", "documentation": "

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

" }, "Tags": { "shape": "TagsMap", "documentation": "

A list of tags applied to the data quality ruleset.

" }, "TargetTable": { "shape": "DataQualityTargetTable", "documentation": "

A target table associated with the data quality ruleset.

" }, "DataQualitySecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the security configuration created with the data quality encryption option.

" }, "ClientToken": { "shape": "HashString", "documentation": "

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

" } } }, "CreateDataQualityRulesetResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

A unique name for the data quality ruleset.

" } } }, "CreateDatabaseRequest": { "type": "structure", "required": [ "DatabaseInput" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseInput": { "shape": "DatabaseInput", "documentation": "

The metadata for the database.

" }, "Tags": { "shape": "TagsMap", "documentation": "

The tags you assign to the database.

" } } }, "CreateDatabaseResponse": { "type": "structure", "members": {} }, "CreateDevEndpointRequest": { "type": "structure", "required": [ "EndpointName", "RoleArn" ], "members": { "EndpointName": { "shape": "GenericString", "documentation": "

The name to be assigned to the new DevEndpoint.

" }, "RoleArn": { "shape": "RoleArn", "documentation": "

The IAM role for the DevEndpoint.

" }, "SecurityGroupIds": { "shape": "StringList", "documentation": "

Security group IDs for the security groups to be used by the new DevEndpoint.

" }, "SubnetId": { "shape": "GenericString", "documentation": "

The subnet ID for the new DevEndpoint to use.

" }, "PublicKey": { "shape": "GenericString", "documentation": "

The public key to be used by this DevEndpoint for authentication. This attribute is provided for backward compatibility because the recommended attribute to use is public keys.

" }, "PublicKeys": { "shape": "PublicKeysList", "documentation": "

A list of public keys to be used by the development endpoints for authentication. The use of this attribute is preferred over a single public key because the public keys allow you to have a different private key per client.

If you previously created an endpoint with a public key, you must remove that key to be able to set a list of public keys. Call the UpdateDevEndpoint API with the public key content in the deletePublicKeys attribute, and the list of new keys in the addPublicKeys attribute.

" }, "NumberOfNodes": { "shape": "IntegerValue", "documentation": "

The number of Glue Data Processing Units (DPUs) to allocate to this DevEndpoint.

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.

Known issue: when a development endpoint is created with the G.2X WorkerType configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB disk.

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Development endpoints that are created without specifying a Glue version default to Glue 0.9.

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined workerType that are allocated to the development endpoint.

The maximum number of workers you can define are 299 for G.1X, and 149 for G.2X.

" }, "ExtraPythonLibsS3Path": { "shape": "GenericString", "documentation": "

The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.

" }, "ExtraJarsS3Path": { "shape": "GenericString", "documentation": "

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

" }, "SecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the SecurityConfiguration structure to be used with this DevEndpoint.

" }, "Tags": { "shape": "TagsMap", "documentation": "

The tags to use with this DevEndpoint. You may use tags to limit access to the DevEndpoint. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

" }, "Arguments": { "shape": "MapValue", "documentation": "

A map of arguments used to configure the DevEndpoint.

" } } }, "CreateDevEndpointResponse": { "type": "structure", "members": { "EndpointName": { "shape": "GenericString", "documentation": "

The name assigned to the new DevEndpoint.

" }, "Status": { "shape": "GenericString", "documentation": "

The current status of the new DevEndpoint.

" }, "SecurityGroupIds": { "shape": "StringList", "documentation": "

The security groups assigned to the new DevEndpoint.

" }, "SubnetId": { "shape": "GenericString", "documentation": "

The subnet ID assigned to the new DevEndpoint.

" }, "RoleArn": { "shape": "RoleArn", "documentation": "

The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint.

" }, "YarnEndpointAddress": { "shape": "GenericString", "documentation": "

The address of the YARN endpoint used by this DevEndpoint.

" }, "ZeppelinRemoteSparkInterpreterPort": { "shape": "IntegerValue", "documentation": "

The Apache Zeppelin port for the remote Apache Spark interpreter.

" }, "NumberOfNodes": { "shape": "IntegerValue", "documentation": "

The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined workerType that are allocated to the development endpoint.

" }, "AvailabilityZone": { "shape": "GenericString", "documentation": "

The Amazon Web Services Availability Zone where this DevEndpoint is located.

" }, "VpcId": { "shape": "GenericString", "documentation": "

The ID of the virtual private cloud (VPC) used by this DevEndpoint.

" }, "ExtraPythonLibsS3Path": { "shape": "GenericString", "documentation": "

The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.

" }, "ExtraJarsS3Path": { "shape": "GenericString", "documentation": "

Path to one or more Java .jar files in an S3 bucket that will be loaded in your DevEndpoint.

" }, "FailureReason": { "shape": "GenericString", "documentation": "

The reason for a current failure in this DevEndpoint.

" }, "SecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the SecurityConfiguration structure being used with this DevEndpoint.

" }, "CreatedTimestamp": { "shape": "TimestampValue", "documentation": "

The point in time at which this DevEndpoint was created.

" }, "Arguments": { "shape": "MapValue", "documentation": "

The map of arguments used to configure this DevEndpoint.

Valid arguments are:

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

" } } }, "CreateGrokClassifierRequest": { "type": "structure", "required": [ "Classification", "Name", "GrokPattern" ], "members": { "Classification": { "shape": "Classification", "documentation": "

An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.

" }, "Name": { "shape": "NameString", "documentation": "

The name of the new classifier.

" }, "GrokPattern": { "shape": "GrokPattern", "documentation": "

The grok pattern used by this classifier.

" }, "CustomPatterns": { "shape": "CustomPatterns", "documentation": "

Optional custom grok patterns used by this classifier.

" } }, "documentation": "

Specifies a grok classifier for CreateClassifier to create.

" }, "CreateJobRequest": { "type": "structure", "required": [ "Name", "Role", "Command" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name you assign to this job definition. It must be unique in your account.

" }, "JobMode": { "shape": "JobMode", "documentation": "

A mode that describes how a job was created. Valid values are:

When the JobMode field is missing or null, SCRIPT is assigned as the default value.

" }, "JobRunQueuingEnabled": { "shape": "NullableBoolean", "documentation": "

Specifies whether job run queuing is enabled for the job runs for this job.

A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.

If this field does not match the value set in the job run, then the value from the job run field will be used.

" }, "Description": { "shape": "DescriptionString", "documentation": "

Description of the job being defined.

" }, "LogUri": { "shape": "UriString", "documentation": "

This field is reserved for future use.

" }, "Role": { "shape": "RoleString", "documentation": "

The name or Amazon Resource Name (ARN) of the IAM role associated with this job.

" }, "ExecutionProperty": { "shape": "ExecutionProperty", "documentation": "

An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.

" }, "Command": { "shape": "JobCommand", "documentation": "

The JobCommand that runs this job.

" }, "DefaultArguments": { "shape": "GenericMap", "documentation": "

The default arguments for every run of this job, specified as name-value pairs.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

" }, "NonOverridableArguments": { "shape": "GenericMap", "documentation": "

Arguments for this job that are not overridden when providing job arguments in a job run, specified as name-value pairs.

" }, "Connections": { "shape": "ConnectionsList", "documentation": "

The connections used for this job.

" }, "MaxRetries": { "shape": "MaxRetries", "documentation": "

The maximum number of times to retry this job if it fails.

" }, "AllocatedCapacity": { "shape": "IntegerValue", "documentation": "

This parameter is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) to allocate to this Job. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

", "deprecated": true, "deprecatedMessage": "This property is deprecated, use MaxCapacity instead." }, "Timeout": { "shape": "Timeout", "documentation": "

The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours) for batch jobs.

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

" }, "MaxCapacity": { "shape": "NullableDouble", "documentation": "

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0+ jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

" }, "SecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the SecurityConfiguration structure to be used with this job.

" }, "Tags": { "shape": "TagsMap", "documentation": "

The tags to use with this job. You may use tags to limit access to the job. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

" }, "NotificationProperty": { "shape": "NotificationProperty", "documentation": "

Specifies configuration properties of a job notification.

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.

Ray jobs should set GlueVersion to 4.0 or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the Runtime parameter of the Job command.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Jobs that are created without specifying a Glue version default to Glue 0.9.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined workerType that are allocated when a job runs.

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

" }, "CodeGenConfigurationNodes": { "shape": "CodeGenConfigurationNodes", "documentation": "

The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.

" }, "ExecutionClass": { "shape": "ExecutionClass", "documentation": "

Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

" }, "SourceControlDetails": { "shape": "SourceControlDetails", "documentation": "

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

" }, "MaintenanceWindow": { "shape": "MaintenanceWindow", "documentation": "

This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs.

Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.

" } } }, "CreateJobResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The unique name that was provided for this job definition.

" } } }, "CreateJsonClassifierRequest": { "type": "structure", "required": [ "Name", "JsonPath" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the classifier.

" }, "JsonPath": { "shape": "JsonPath", "documentation": "

A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.

" } }, "documentation": "

Specifies a JSON classifier for CreateClassifier to create.

" }, "CreateMLTransformRequest": { "type": "structure", "required": [ "Name", "InputRecordTables", "Parameters", "Role" ], "members": { "Name": { "shape": "NameString", "documentation": "

The unique name that you give the transform when you create it.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the machine learning transform that is being defined. The default is an empty string.

" }, "InputRecordTables": { "shape": "GlueTables", "documentation": "

A list of Glue table definitions used by the transform.

" }, "Parameters": { "shape": "TransformParameters", "documentation": "

The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type.

" }, "Role": { "shape": "RoleString", "documentation": "

The name or Amazon Resource Name (ARN) of the IAM role with the required permissions. The required permissions include both Glue service role permissions to Glue resources, and Amazon S3 permissions required by the transform.

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

" }, "MaxCapacity": { "shape": "NullableDouble", "documentation": "

The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.

MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined workerType that are allocated when this task runs.

If WorkerType is set, then NumberOfWorkers is required (and vice versa).

" }, "Timeout": { "shape": "Timeout", "documentation": "

The timeout of the task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

" }, "MaxRetries": { "shape": "NullableInteger", "documentation": "

The maximum number of times to retry a task for this transform after a task run fails.

" }, "Tags": { "shape": "TagsMap", "documentation": "

The tags to use with this machine learning transform. You may use tags to limit access to the machine learning transform. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

" }, "TransformEncryption": { "shape": "TransformEncryption", "documentation": "

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

" } } }, "CreateMLTransformResponse": { "type": "structure", "members": { "TransformId": { "shape": "HashString", "documentation": "

A unique identifier that is generated for the transform.

" } } }, "CreatePartitionIndexRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionIndex" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The catalog ID where the table resides.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

Specifies the name of a database in which you want to create a partition index.

" }, "TableName": { "shape": "NameString", "documentation": "

Specifies the name of a table in which you want to create a partition index.

" }, "PartitionIndex": { "shape": "PartitionIndex", "documentation": "

Specifies a PartitionIndex structure to create a partition index in an existing table.

" } } }, "CreatePartitionIndexResponse": { "type": "structure", "members": {} }, "CreatePartitionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionInput" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The Amazon Web Services account ID of the catalog in which the partition is to be created.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the metadata database in which the partition is to be created.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the metadata table in which the partition is to be created.

" }, "PartitionInput": { "shape": "PartitionInput", "documentation": "

A PartitionInput structure defining the partition to be created.

" } } }, "CreatePartitionResponse": { "type": "structure", "members": {} }, "CreateRegistryInput": { "type": "structure", "required": [ "RegistryName" ], "members": { "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the registry. If description is not provided, there will not be any default value for this.

" }, "Tags": { "shape": "TagsMap", "documentation": "

Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API.

" } } }, "CreateRegistryResponse": { "type": "structure", "members": { "RegistryArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the newly created registry.

" }, "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the registry.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the registry.

" }, "Tags": { "shape": "TagsMap", "documentation": "

The tags for the registry.

" } } }, "CreateSchemaInput": { "type": "structure", "required": [ "SchemaName", "DataFormat" ], "members": { "RegistryId": { "shape": "RegistryId", "documentation": "

This is a wrapper shape to contain the registry identity fields. If this is not provided, the default registry will be used. The ARN format for the same will be: arn:aws:glue:us-east-2:<customer id>:registry/default-registry:random-5-letter-id.

" }, "SchemaName": { "shape": "SchemaRegistryNameString", "documentation": "

Name of the schema to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.

" }, "DataFormat": { "shape": "DataFormat", "documentation": "

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

" }, "Compatibility": { "shape": "Compatibility", "documentation": "

The compatibility mode of the schema. The possible values are:

" }, "Description": { "shape": "DescriptionString", "documentation": "

An optional description of the schema. If description is not provided, there will not be any automatic default value for this.

" }, "Tags": { "shape": "TagsMap", "documentation": "

Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API. If specified, follows the Amazon Web Services tags-on-create pattern.

" }, "SchemaDefinition": { "shape": "SchemaDefinitionString", "documentation": "

The schema definition using the DataFormat setting for SchemaName.

" } } }, "CreateSchemaResponse": { "type": "structure", "members": { "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the registry.

" }, "RegistryArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the registry.

" }, "SchemaName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the schema.

" }, "SchemaArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the schema.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the schema if specified when created.

" }, "DataFormat": { "shape": "DataFormat", "documentation": "

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

" }, "Compatibility": { "shape": "Compatibility", "documentation": "

The schema compatibility mode.

" }, "SchemaCheckpoint": { "shape": "SchemaCheckpointNumber", "documentation": "

The version number of the checkpoint (the last time the compatibility mode was changed).

" }, "LatestSchemaVersion": { "shape": "VersionLongNumber", "documentation": "

The latest version of the schema associated with the returned schema definition.

" }, "NextSchemaVersion": { "shape": "VersionLongNumber", "documentation": "

The next version of the schema associated with the returned schema definition.

" }, "SchemaStatus": { "shape": "SchemaStatus", "documentation": "

The status of the schema.

" }, "Tags": { "shape": "TagsMap", "documentation": "

The tags for the schema.

" }, "SchemaVersionId": { "shape": "SchemaVersionIdString", "documentation": "

The unique identifier of the first schema version.

" }, "SchemaVersionStatus": { "shape": "SchemaVersionStatus", "documentation": "

The status of the first schema version created.

" } } }, "CreateScriptRequest": { "type": "structure", "members": { "DagNodes": { "shape": "DagNodes", "documentation": "

A list of the nodes in the DAG.

" }, "DagEdges": { "shape": "DagEdges", "documentation": "

A list of the edges in the DAG.

" }, "Language": { "shape": "Language", "documentation": "

The programming language of the resulting code from the DAG.

" } } }, "CreateScriptResponse": { "type": "structure", "members": { "PythonScript": { "shape": "PythonScript", "documentation": "

The Python script generated from the DAG.

" }, "ScalaCode": { "shape": "ScalaCode", "documentation": "

The Scala code generated from the DAG.

" } } }, "CreateSecurityConfigurationRequest": { "type": "structure", "required": [ "Name", "EncryptionConfiguration" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name for the new security configuration.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration", "documentation": "

The encryption configuration for the new security configuration.

" } } }, "CreateSecurityConfigurationResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name assigned to the new security configuration.

" }, "CreatedTimestamp": { "shape": "TimestampValue", "documentation": "

The time at which the new security configuration was created.

" } } }, "CreateSessionRequest": { "type": "structure", "required": [ "Id", "Role", "Command" ], "members": { "Id": { "shape": "NameString", "documentation": "

The ID of the session request.

" }, "Description": { "shape": "DescriptionString", "documentation": "

The description of the session.

" }, "Role": { "shape": "OrchestrationRoleArn", "documentation": "

The IAM Role ARN

" }, "Command": { "shape": "SessionCommand", "documentation": "

The SessionCommand that runs the job.

" }, "Timeout": { "shape": "Timeout", "documentation": "

The number of minutes before session times out. Default for Spark ETL jobs is 48 hours (2880 minutes), the maximum session lifetime for this job type. Consult the documentation for other job types.

" }, "IdleTimeout": { "shape": "Timeout", "documentation": "

The number of minutes when idle before session times out. Default for Spark ETL jobs is value of Timeout. Consult the documentation for other job types.

" }, "DefaultArguments": { "shape": "OrchestrationArgumentsMap", "documentation": "

A map array of key-value pairs. Max is 75 pairs.

" }, "Connections": { "shape": "ConnectionsList", "documentation": "

The number of connections to use for the session.

" }, "MaxCapacity": { "shape": "NullableDouble", "documentation": "

The number of Glue data processing units (DPUs) that can be allocated when the job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined WorkerType to use for the session.

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, or G.8X for Spark jobs. Accepts the value Z.2X for Ray notebooks.

" }, "SecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the SecurityConfiguration structure to be used with the session

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0.

" }, "Tags": { "shape": "TagsMap", "documentation": "

The map of key value pairs (tags) belonging to the session.

" }, "RequestOrigin": { "shape": "OrchestrationNameString", "documentation": "

The origin of the request.

" } }, "documentation": "

Request to create a new session.

" }, "CreateSessionResponse": { "type": "structure", "members": { "Session": { "shape": "Session", "documentation": "

Returns the session object in the response.

" } } }, "CreateTableOptimizerRequest": { "type": "structure", "required": [ "CatalogId", "DatabaseName", "TableName", "Type", "TableOptimizerConfiguration" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The Catalog ID of the table.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the database in the catalog in which the table resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table.

" }, "Type": { "shape": "TableOptimizerType", "documentation": "

The type of table optimizer. Currently, the only valid value is compaction.

" }, "TableOptimizerConfiguration": { "shape": "TableOptimizerConfiguration", "documentation": "

A TableOptimizerConfiguration object representing the configuration of a table optimizer.

" } } }, "CreateTableOptimizerResponse": { "type": "structure", "members": {} }, "CreateTableRequest": { "type": "structure", "required": [ "DatabaseName", "TableInput" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which to create the Table. If none is supplied, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase.

" }, "TableInput": { "shape": "TableInput", "documentation": "

The TableInput object that defines the metadata table to create in the catalog.

" }, "PartitionIndexes": { "shape": "PartitionIndexList", "documentation": "

A list of partition indexes, PartitionIndex structures, to create in the table.

" }, "TransactionId": { "shape": "TransactionIdString", "documentation": "

The ID of the transaction.

" }, "OpenTableFormatInput": { "shape": "OpenTableFormatInput", "documentation": "

Specifies an OpenTableFormatInput structure when creating an open format table.

" } } }, "CreateTableResponse": { "type": "structure", "members": {} }, "CreateTriggerRequest": { "type": "structure", "required": [ "Name", "Type", "Actions" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the trigger.

" }, "WorkflowName": { "shape": "NameString", "documentation": "

The name of the workflow associated with the trigger.

" }, "Type": { "shape": "TriggerType", "documentation": "

The type of the new trigger.

" }, "Schedule": { "shape": "GenericString", "documentation": "

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

This field is required when the trigger type is SCHEDULED.

" }, "Predicate": { "shape": "Predicate", "documentation": "

A predicate to specify when the new trigger should fire.

This field is required when the trigger type is CONDITIONAL.

" }, "Actions": { "shape": "ActionList", "documentation": "

The actions initiated by this trigger when it fires.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the new trigger.

" }, "StartOnCreation": { "shape": "BooleanValue", "documentation": "

Set to true to start SCHEDULED and CONDITIONAL triggers when created. True is not supported for ON_DEMAND triggers.

" }, "Tags": { "shape": "TagsMap", "documentation": "

The tags to use with this trigger. You may use tags to limit access to the trigger. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

" }, "EventBatchingCondition": { "shape": "EventBatchingCondition", "documentation": "

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

" } } }, "CreateTriggerResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the trigger.

" } } }, "CreateUsageProfileRequest": { "type": "structure", "required": [ "Name", "Configuration" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the usage profile.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the usage profile.

" }, "Configuration": { "shape": "ProfileConfiguration", "documentation": "

A ProfileConfiguration object specifying the job and session values for the profile.

" }, "Tags": { "shape": "TagsMap", "documentation": "

A list of tags applied to the usage profile.

" } } }, "CreateUsageProfileResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the usage profile that was created.

" } } }, "CreateUserDefinedFunctionRequest": { "type": "structure", "required": [ "DatabaseName", "FunctionInput" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which to create the function. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database in which to create the function.

" }, "FunctionInput": { "shape": "UserDefinedFunctionInput", "documentation": "

A FunctionInput object that defines the function to create in the Data Catalog.

" } } }, "CreateUserDefinedFunctionResponse": { "type": "structure", "members": {} }, "CreateWorkflowRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name to be assigned to the workflow. It should be unique within your account.

" }, "Description": { "shape": "GenericString", "documentation": "

A description of the workflow.

" }, "DefaultRunProperties": { "shape": "WorkflowRunProperties", "documentation": "

A collection of properties to be used as part of each execution of the workflow.

" }, "Tags": { "shape": "TagsMap", "documentation": "

The tags to be used with this workflow.

" }, "MaxConcurrentRuns": { "shape": "NullableInteger", "documentation": "

You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.

" } } }, "CreateWorkflowResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the workflow which was provided as part of the request.

" } } }, "CreateXMLClassifierRequest": { "type": "structure", "required": [ "Classification", "Name" ], "members": { "Classification": { "shape": "Classification", "documentation": "

An identifier of the data format that the classifier matches.

" }, "Name": { "shape": "NameString", "documentation": "

The name of the classifier.

" }, "RowTag": { "shape": "RowTag", "documentation": "

The XML tag designating the element that contains each record in an XML document being parsed. This can't identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a=\"A\" item_b=\"B\"></row> is okay, but <row item_a=\"A\" item_b=\"B\" /> is not).

" } }, "documentation": "

Specifies an XML classifier for CreateClassifier to create.

" }, "CreatedTimestamp": { "type": "string" }, "CronExpression": { "type": "string" }, "CsvClassifier": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the classifier.

" }, "CreationTime": { "shape": "Timestamp", "documentation": "

The time that this classifier was registered.

" }, "LastUpdated": { "shape": "Timestamp", "documentation": "

The time that this classifier was last updated.

" }, "Version": { "shape": "VersionId", "documentation": "

The version of this classifier.

" }, "Delimiter": { "shape": "CsvColumnDelimiter", "documentation": "

A custom symbol to denote what separates each column entry in the row.

" }, "QuoteSymbol": { "shape": "CsvQuoteSymbol", "documentation": "

A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.

" }, "ContainsHeader": { "shape": "CsvHeaderOption", "documentation": "

Indicates whether the CSV file contains a header.

" }, "Header": { "shape": "CsvHeader", "documentation": "

A list of strings representing column names.

" }, "DisableValueTrimming": { "shape": "NullableBoolean", "documentation": "

Specifies not to trim values before identifying the type of column values. The default value is true.

" }, "AllowSingleColumn": { "shape": "NullableBoolean", "documentation": "

Enables the processing of files that contain only one column.

" }, "CustomDatatypeConfigured": { "shape": "NullableBoolean", "documentation": "

Enables the custom datatype to be configured.

" }, "CustomDatatypes": { "shape": "CustomDatatypes", "documentation": "

A list of custom datatypes including \"BINARY\", \"BOOLEAN\", \"DATE\", \"DECIMAL\", \"DOUBLE\", \"FLOAT\", \"INT\", \"LONG\", \"SHORT\", \"STRING\", \"TIMESTAMP\".

" }, "Serde": { "shape": "CsvSerdeOption", "documentation": "

Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are OpenCSVSerDe, LazySimpleSerDe, and None. You can specify the None value when you want the crawler to do the detection.

" } }, "documentation": "

A classifier for custom CSV content.

" }, "CsvColumnDelimiter": { "type": "string", "max": 1, "min": 1, "pattern": "[^\\r\\n]" }, "CsvHeader": { "type": "list", "member": { "shape": "NameString" } }, "CsvHeaderOption": { "type": "string", "enum": [ "UNKNOWN", "PRESENT", "ABSENT" ] }, "CsvQuoteSymbol": { "type": "string", "max": 1, "min": 1, "pattern": "[^\\r\\n]" }, "CsvSerdeOption": { "type": "string", "enum": [ "OpenCSVSerDe", "LazySimpleSerDe", "None" ] }, "CustomCode": { "type": "structure", "required": [ "Name", "Inputs", "Code", "ClassName" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "ManyInputs", "documentation": "

The data inputs identified by their node names.

" }, "Code": { "shape": "ExtendedString", "documentation": "

The custom code that is used to perform the data transformation.

" }, "ClassName": { "shape": "EnclosedInStringProperty", "documentation": "

The name defined for the custom code node class.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the custom code transform.

" } }, "documentation": "

Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.

" }, "CustomDatatypes": { "type": "list", "member": { "shape": "NameString" } }, "CustomEntityType": { "type": "structure", "required": [ "Name", "RegexString" ], "members": { "Name": { "shape": "NameString", "documentation": "

A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.

" }, "RegexString": { "shape": "NameString", "documentation": "

A regular expression string that is used for detecting sensitive data in a custom pattern.

" }, "ContextWords": { "shape": "ContextWords", "documentation": "

A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.

If no context words are passed only a regular expression is checked.

" } }, "documentation": "

An object representing a custom pattern for detecting sensitive data across the columns and rows of your structured data.

" }, "CustomEntityTypeNames": { "type": "list", "member": { "shape": "NameString" }, "max": 50, "min": 1 }, "CustomEntityTypes": { "type": "list", "member": { "shape": "CustomEntityType" } }, "CustomPatterns": { "type": "string", "max": 16000, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "DQAdditionalOptions": { "type": "map", "key": { "shape": "AdditionalOptionKeys" }, "value": { "shape": "GenericString" } }, "DQCompositeRuleEvaluationMethod": { "type": "string", "enum": [ "COLUMN", "ROW" ] }, "DQDLAliases": { "type": "map", "key": { "shape": "NodeName" }, "value": { "shape": "EnclosedInStringProperty" } }, "DQDLString": { "type": "string", "max": 65536, "min": 1, "pattern": "([\\u0020-\\u007E\\r\\s\\n])*" }, "DQResultsPublishingOptions": { "type": "structure", "members": { "EvaluationContext": { "shape": "GenericLimitedString", "documentation": "

The context of the evaluation.

" }, "ResultsS3Prefix": { "shape": "EnclosedInStringProperty", "documentation": "

The Amazon S3 prefix prepended to the results.

" }, "CloudWatchMetricsEnabled": { "shape": "BoxedBoolean", "documentation": "

Enable metrics for your data quality results.

" }, "ResultsPublishingEnabled": { "shape": "BoxedBoolean", "documentation": "

Enable publishing for your data quality results.

" } }, "documentation": "

Options to configure how your data quality evaluation results are published.

" }, "DQStopJobOnFailureOptions": { "type": "structure", "members": { "StopJobOnFailureTiming": { "shape": "DQStopJobOnFailureTiming", "documentation": "

When to stop job if your data quality evaluation fails. Options are Immediate or AfterDataLoad.

" } }, "documentation": "

Options to configure how your job will stop if your data quality evaluation fails.

" }, "DQStopJobOnFailureTiming": { "type": "string", "enum": [ "Immediate", "AfterDataLoad" ] }, "DQTransformOutput": { "type": "string", "enum": [ "PrimaryInput", "EvaluationResults" ] }, "DagEdges": { "type": "list", "member": { "shape": "CodeGenEdge" } }, "DagNodes": { "type": "list", "member": { "shape": "CodeGenNode" } }, "DataCatalogEncryptionSettings": { "type": "structure", "members": { "EncryptionAtRest": { "shape": "EncryptionAtRest", "documentation": "

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

" }, "ConnectionPasswordEncryption": { "shape": "ConnectionPasswordEncryption", "documentation": "

When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption.

" } }, "documentation": "

Contains configuration information for maintaining Data Catalog security.

" }, "DataFormat": { "type": "string", "enum": [ "AVRO", "JSON", "PROTOBUF" ] }, "DataLakePrincipal": { "type": "structure", "members": { "DataLakePrincipalIdentifier": { "shape": "DataLakePrincipalString", "documentation": "

An identifier for the Lake Formation principal.

" } }, "documentation": "

The Lake Formation principal.

" }, "DataLakePrincipalString": { "type": "string", "max": 255, "min": 1 }, "DataQualityAnalyzerResult": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the data quality analyzer.

" }, "Description": { "shape": "DataQualityRuleResultDescription", "documentation": "

A description of the data quality analyzer.

" }, "EvaluationMessage": { "shape": "DataQualityRuleResultDescription", "documentation": "

An evaluation message.

" }, "EvaluatedMetrics": { "shape": "EvaluatedMetricsMap", "documentation": "

A map of metrics associated with the evaluation of the analyzer.

" } }, "documentation": "

Describes the result of the evaluation of a data quality analyzer.

" }, "DataQualityAnalyzerResults": { "type": "list", "member": { "shape": "DataQualityAnalyzerResult" }, "max": 2000, "min": 0 }, "DataQualityEvaluationRunAdditionalRunOptions": { "type": "structure", "members": { "CloudWatchMetricsEnabled": { "shape": "NullableBoolean", "documentation": "

Whether or not to enable CloudWatch metrics.

" }, "ResultsS3Prefix": { "shape": "UriString", "documentation": "

Prefix for Amazon S3 to store results.

" }, "CompositeRuleEvaluationMethod": { "shape": "DQCompositeRuleEvaluationMethod", "documentation": "

Set the evaluation method for composite rules in the ruleset to ROW/COLUMN

" } }, "documentation": "

Additional run options you can specify for an evaluation run.

" }, "DataQualityMetricValues": { "type": "structure", "members": { "ActualValue": { "shape": "NullableDouble", "documentation": "

The actual value of the data quality metric.

" }, "ExpectedValue": { "shape": "NullableDouble", "documentation": "

The expected value of the data quality metric according to the analysis of historical data.

" }, "LowerLimit": { "shape": "NullableDouble", "documentation": "

The lower limit of the data quality metric value according to the analysis of historical data.

" }, "UpperLimit": { "shape": "NullableDouble", "documentation": "

The upper limit of the data quality metric value according to the analysis of historical data.

" } }, "documentation": "

Describes the data quality metric value according to the analysis of historical data.

" }, "DataQualityModelStatus": { "type": "string", "enum": [ "RUNNING", "SUCCEEDED", "FAILED" ] }, "DataQualityObservation": { "type": "structure", "members": { "Description": { "shape": "DataQualityObservationDescription", "documentation": "

A description of the data quality observation.

" }, "MetricBasedObservation": { "shape": "MetricBasedObservation", "documentation": "

An object of type MetricBasedObservation representing the observation that is based on evaluated data quality metrics.

" } }, "documentation": "

Describes the observation generated after evaluating the rules and analyzers.

" }, "DataQualityObservationDescription": { "type": "string", "max": 2048, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*", "sensitive": true }, "DataQualityObservations": { "type": "list", "member": { "shape": "DataQualityObservation" }, "max": 50, "min": 0 }, "DataQualityResult": { "type": "structure", "members": { "ResultId": { "shape": "HashString", "documentation": "

A unique result ID for the data quality result.

" }, "ProfileId": { "shape": "HashString", "documentation": "

The Profile ID for the data quality result.

" }, "Score": { "shape": "GenericBoundedDouble", "documentation": "

An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.

" }, "DataSource": { "shape": "DataSource", "documentation": "

The table associated with the data quality result, if any.

" }, "RulesetName": { "shape": "NameString", "documentation": "

The name of the ruleset associated with the data quality result.

" }, "EvaluationContext": { "shape": "GenericString", "documentation": "

In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the evaluationContext can differentiate the nodes.

" }, "StartedOn": { "shape": "Timestamp", "documentation": "

The date and time when this data quality run started.

" }, "CompletedOn": { "shape": "Timestamp", "documentation": "

The date and time when this data quality run completed.

" }, "JobName": { "shape": "NameString", "documentation": "

The job name associated with the data quality result, if any.

" }, "JobRunId": { "shape": "HashString", "documentation": "

The job run ID associated with the data quality result, if any.

" }, "RulesetEvaluationRunId": { "shape": "HashString", "documentation": "

The unique run ID for the ruleset evaluation for this data quality result.

" }, "RuleResults": { "shape": "DataQualityRuleResults", "documentation": "

A list of DataQualityRuleResult objects representing the results for each rule.

" }, "AnalyzerResults": { "shape": "DataQualityAnalyzerResults", "documentation": "

A list of DataQualityAnalyzerResult objects representing the results for each analyzer.

" }, "Observations": { "shape": "DataQualityObservations", "documentation": "

A list of DataQualityObservation objects representing the observations generated after evaluating the rules and analyzers.

" } }, "documentation": "

Describes a data quality result.

" }, "DataQualityResultDescription": { "type": "structure", "members": { "ResultId": { "shape": "HashString", "documentation": "

The unique result ID for this data quality result.

" }, "DataSource": { "shape": "DataSource", "documentation": "

The table name associated with the data quality result.

" }, "JobName": { "shape": "NameString", "documentation": "

The job name associated with the data quality result.

" }, "JobRunId": { "shape": "HashString", "documentation": "

The job run ID associated with the data quality result.

" }, "StartedOn": { "shape": "Timestamp", "documentation": "

The time that the run started for this data quality result.

" } }, "documentation": "

Describes a data quality result.

" }, "DataQualityResultDescriptionList": { "type": "list", "member": { "shape": "DataQualityResultDescription" } }, "DataQualityResultFilterCriteria": { "type": "structure", "members": { "DataSource": { "shape": "DataSource", "documentation": "

Filter results by the specified data source. For example, retrieving all results for an Glue table.

" }, "JobName": { "shape": "NameString", "documentation": "

Filter results by the specified job name.

" }, "JobRunId": { "shape": "HashString", "documentation": "

Filter results by the specified job run ID.

" }, "StartedAfter": { "shape": "Timestamp", "documentation": "

Filter results by runs that started after this time.

" }, "StartedBefore": { "shape": "Timestamp", "documentation": "

Filter results by runs that started before this time.

" } }, "documentation": "

Criteria used to return data quality results.

" }, "DataQualityResultIdList": { "type": "list", "member": { "shape": "HashString" }, "max": 10, "min": 1 }, "DataQualityResultIds": { "type": "list", "member": { "shape": "HashString" }, "max": 100, "min": 1 }, "DataQualityResultsList": { "type": "list", "member": { "shape": "DataQualityResult" } }, "DataQualityRuleRecommendationRunDescription": { "type": "structure", "members": { "RunId": { "shape": "HashString", "documentation": "

The unique run identifier associated with this run.

" }, "Status": { "shape": "TaskStatusType", "documentation": "

The status for this run.

" }, "StartedOn": { "shape": "Timestamp", "documentation": "

The date and time when this run started.

" }, "DataSource": { "shape": "DataSource", "documentation": "

The data source (Glue table) associated with the recommendation run.

" } }, "documentation": "

Describes the result of a data quality rule recommendation run.

" }, "DataQualityRuleRecommendationRunFilter": { "type": "structure", "required": [ "DataSource" ], "members": { "DataSource": { "shape": "DataSource", "documentation": "

Filter based on a specified data source (Glue table).

" }, "StartedBefore": { "shape": "Timestamp", "documentation": "

Filter based on time for results started before provided time.

" }, "StartedAfter": { "shape": "Timestamp", "documentation": "

Filter based on time for results started after provided time.

" } }, "documentation": "

A filter for listing data quality recommendation runs.

" }, "DataQualityRuleRecommendationRunList": { "type": "list", "member": { "shape": "DataQualityRuleRecommendationRunDescription" } }, "DataQualityRuleResult": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the data quality rule.

" }, "Description": { "shape": "DataQualityRuleResultDescription", "documentation": "

A description of the data quality rule.

" }, "EvaluationMessage": { "shape": "DataQualityRuleResultDescription", "documentation": "

An evaluation message.

" }, "Result": { "shape": "DataQualityRuleResultStatus", "documentation": "

A pass or fail status for the rule.

" }, "EvaluatedMetrics": { "shape": "EvaluatedMetricsMap", "documentation": "

A map of metrics associated with the evaluation of the rule.

" }, "EvaluatedRule": { "shape": "DataQualityRuleResultDescription", "documentation": "

The evaluated rule.

" } }, "documentation": "

Describes the result of the evaluation of a data quality rule.

" }, "DataQualityRuleResultDescription": { "type": "string", "max": 2048, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*", "sensitive": true }, "DataQualityRuleResultStatus": { "type": "string", "enum": [ "PASS", "FAIL", "ERROR" ] }, "DataQualityRuleResults": { "type": "list", "member": { "shape": "DataQualityRuleResult" }, "max": 2000, "min": 0 }, "DataQualityRulesetEvaluationRunDescription": { "type": "structure", "members": { "RunId": { "shape": "HashString", "documentation": "

The unique run identifier associated with this run.

" }, "Status": { "shape": "TaskStatusType", "documentation": "

The status for this run.

" }, "StartedOn": { "shape": "Timestamp", "documentation": "

The date and time when the run started.

" }, "DataSource": { "shape": "DataSource", "documentation": "

The data source (an Glue table) associated with the run.

" } }, "documentation": "

Describes the result of a data quality ruleset evaluation run.

" }, "DataQualityRulesetEvaluationRunFilter": { "type": "structure", "required": [ "DataSource" ], "members": { "DataSource": { "shape": "DataSource", "documentation": "

Filter based on a data source (an Glue table) associated with the run.

" }, "StartedBefore": { "shape": "Timestamp", "documentation": "

Filter results by runs that started before this time.

" }, "StartedAfter": { "shape": "Timestamp", "documentation": "

Filter results by runs that started after this time.

" } }, "documentation": "

The filter criteria.

" }, "DataQualityRulesetEvaluationRunList": { "type": "list", "member": { "shape": "DataQualityRulesetEvaluationRunDescription" } }, "DataQualityRulesetFilterCriteria": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the ruleset filter criteria.

" }, "Description": { "shape": "DescriptionString", "documentation": "

The description of the ruleset filter criteria.

" }, "CreatedBefore": { "shape": "Timestamp", "documentation": "

Filter on rulesets created before this date.

" }, "CreatedAfter": { "shape": "Timestamp", "documentation": "

Filter on rulesets created after this date.

" }, "LastModifiedBefore": { "shape": "Timestamp", "documentation": "

Filter on rulesets last modified before this date.

" }, "LastModifiedAfter": { "shape": "Timestamp", "documentation": "

Filter on rulesets last modified after this date.

" }, "TargetTable": { "shape": "DataQualityTargetTable", "documentation": "

The name and database name of the target table.

" } }, "documentation": "

The criteria used to filter data quality rulesets.

" }, "DataQualityRulesetList": { "type": "list", "member": { "shape": "DataQualityRulesetListDetails" } }, "DataQualityRulesetListDetails": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the data quality ruleset.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the data quality ruleset.

" }, "CreatedOn": { "shape": "Timestamp", "documentation": "

The date and time the data quality ruleset was created.

" }, "LastModifiedOn": { "shape": "Timestamp", "documentation": "

The date and time the data quality ruleset was last modified.

" }, "TargetTable": { "shape": "DataQualityTargetTable", "documentation": "

An object representing an Glue table.

" }, "RecommendationRunId": { "shape": "HashString", "documentation": "

When a ruleset was created from a recommendation run, this run ID is generated to link the two together.

" }, "RuleCount": { "shape": "NullableInteger", "documentation": "

The number of rules in the ruleset.

" } }, "documentation": "

Describes a data quality ruleset returned by GetDataQualityRuleset.

" }, "DataQualityRulesetString": { "type": "string", "max": 65536, "min": 1 }, "DataQualityTargetTable": { "type": "structure", "required": [ "TableName", "DatabaseName" ], "members": { "TableName": { "shape": "NameString", "documentation": "

The name of the Glue table.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the database where the Glue table exists.

" }, "CatalogId": { "shape": "NameString", "documentation": "

The catalog id where the Glue table exists.

" } }, "documentation": "

An object representing an Glue table.

" }, "DataSource": { "type": "structure", "required": [ "GlueTable" ], "members": { "GlueTable": { "shape": "GlueTable", "documentation": "

An Glue table.

" } }, "documentation": "

A data source (an Glue table) for which you want data quality results.

" }, "DataSourceMap": { "type": "map", "key": { "shape": "NameString" }, "value": { "shape": "DataSource" } }, "Database": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the database.

" }, "LocationUri": { "shape": "URI", "documentation": "

The location of the database (for example, an HDFS path).

" }, "Parameters": { "shape": "ParametersMap", "documentation": "

These key-value pairs define parameters and properties of the database.

" }, "CreateTime": { "shape": "Timestamp", "documentation": "

The time at which the metadata database was created in the catalog.

" }, "CreateTableDefaultPermissions": { "shape": "PrincipalPermissionsList", "documentation": "

Creates a set of default permissions on the table for principals. Used by Lake Formation. Not used in the normal course of Glue operations.

" }, "TargetDatabase": { "shape": "DatabaseIdentifier", "documentation": "

A DatabaseIdentifier structure that describes a target database for resource linking.

" }, "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the database resides.

" }, "FederatedDatabase": { "shape": "FederatedDatabase", "documentation": "

A FederatedDatabase structure that references an entity outside the Glue Data Catalog.

" } }, "documentation": "

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

" }, "DatabaseAttributes": { "type": "string", "enum": [ "NAME" ] }, "DatabaseAttributesList": { "type": "list", "member": { "shape": "DatabaseAttributes" } }, "DatabaseIdentifier": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the database resides.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database.

" }, "Region": { "shape": "NameString", "documentation": "

Region of the target database.

" } }, "documentation": "

A structure that describes a target database for resource linking.

" }, "DatabaseInput": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the database.

" }, "LocationUri": { "shape": "URI", "documentation": "

The location of the database (for example, an HDFS path).

" }, "Parameters": { "shape": "ParametersMap", "documentation": "

These key-value pairs define parameters and properties of the database.

These key-value pairs define parameters and properties of the database.

" }, "CreateTableDefaultPermissions": { "shape": "PrincipalPermissionsList", "documentation": "

Creates a set of default permissions on the table for principals. Used by Lake Formation. Not used in the normal course of Glue operations.

" }, "TargetDatabase": { "shape": "DatabaseIdentifier", "documentation": "

A DatabaseIdentifier structure that describes a target database for resource linking.

" }, "FederatedDatabase": { "shape": "FederatedDatabase", "documentation": "

A FederatedDatabase structure that references an entity outside the Glue Data Catalog.

" } }, "documentation": "

The structure used to create or update a database.

" }, "DatabaseList": { "type": "list", "member": { "shape": "Database" } }, "DatabaseName": { "type": "string" }, "DatabrewCondition": { "type": "string", "max": 128, "min": 1, "pattern": "^[A-Z\\_]+$" }, "DatabrewConditionValue": { "type": "string", "max": 1024 }, "DatapointInclusionAnnotation": { "type": "structure", "members": { "ProfileId": { "shape": "HashString", "documentation": "

The ID of the data quality profile the statistic belongs to.

" }, "StatisticId": { "shape": "HashString", "documentation": "

The Statistic ID.

" }, "InclusionAnnotation": { "shape": "InclusionAnnotationValue", "documentation": "

The inclusion annotation value to apply to the statistic.

" } }, "documentation": "

An Inclusion Annotation.

" }, "Datatype": { "type": "structure", "required": [ "Id", "Label" ], "members": { "Id": { "shape": "GenericLimitedString", "documentation": "

The datatype of the value.

" }, "Label": { "shape": "GenericLimitedString", "documentation": "

A label assigned to the datatype.

" } }, "documentation": "

A structure representing the datatype of the value.

" }, "DateColumnStatisticsData": { "type": "structure", "required": [ "NumberOfNulls", "NumberOfDistinctValues" ], "members": { "MinimumValue": { "shape": "Timestamp", "documentation": "

The lowest value in the column.

" }, "MaximumValue": { "shape": "Timestamp", "documentation": "

The highest value in the column.

" }, "NumberOfNulls": { "shape": "NonNegativeLong", "documentation": "

The number of null values in the column.

" }, "NumberOfDistinctValues": { "shape": "NonNegativeLong", "documentation": "

The number of distinct values in a column.

" } }, "documentation": "

Defines column statistics supported for timestamp data columns.

" }, "DecimalColumnStatisticsData": { "type": "structure", "required": [ "NumberOfNulls", "NumberOfDistinctValues" ], "members": { "MinimumValue": { "shape": "DecimalNumber", "documentation": "

The lowest value in the column.

" }, "MaximumValue": { "shape": "DecimalNumber", "documentation": "

The highest value in the column.

" }, "NumberOfNulls": { "shape": "NonNegativeLong", "documentation": "

The number of null values in the column.

" }, "NumberOfDistinctValues": { "shape": "NonNegativeLong", "documentation": "

The number of distinct values in a column.

" } }, "documentation": "

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

" }, "DecimalNumber": { "type": "structure", "required": [ "UnscaledValue", "Scale" ], "members": { "UnscaledValue": { "shape": "Blob", "documentation": "

The unscaled numeric value.

" }, "Scale": { "shape": "Integer", "documentation": "

The scale that determines where the decimal point falls in the unscaled value.

" } }, "documentation": "

Contains a numeric value in decimal format.

" }, "DeleteBehavior": { "type": "string", "enum": [ "LOG", "DELETE_FROM_DATABASE", "DEPRECATE_IN_DATABASE" ] }, "DeleteBlueprintRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the blueprint to delete.

" } } }, "DeleteBlueprintResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

Returns the name of the blueprint that was deleted.

" } } }, "DeleteClassifierRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

Name of the classifier to remove.

" } } }, "DeleteClassifierResponse": { "type": "structure", "members": {} }, "DeleteColumnStatisticsForPartitionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionValues", "ColumnName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the partitions reside.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the partitions' table.

" }, "PartitionValues": { "shape": "ValueStringList", "documentation": "

A list of partition values identifying the partition.

" }, "ColumnName": { "shape": "NameString", "documentation": "

Name of the column.

" } } }, "DeleteColumnStatisticsForPartitionResponse": { "type": "structure", "members": {} }, "DeleteColumnStatisticsForTableRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "ColumnName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the partitions reside.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the partitions' table.

" }, "ColumnName": { "shape": "NameString", "documentation": "

The name of the column.

" } } }, "DeleteColumnStatisticsForTableResponse": { "type": "structure", "members": {} }, "DeleteConnectionNameList": { "type": "list", "member": { "shape": "NameString" }, "max": 25, "min": 0 }, "DeleteConnectionRequest": { "type": "structure", "required": [ "ConnectionName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "ConnectionName": { "shape": "NameString", "documentation": "

The name of the connection to delete.

" } } }, "DeleteConnectionResponse": { "type": "structure", "members": {} }, "DeleteCrawlerRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the crawler to remove.

" } } }, "DeleteCrawlerResponse": { "type": "structure", "members": {} }, "DeleteCustomEntityTypeRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the custom pattern that you want to delete.

" } } }, "DeleteCustomEntityTypeResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the custom pattern you deleted.

" } } }, "DeleteDataQualityRulesetRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

A name for the data quality ruleset.

" } } }, "DeleteDataQualityRulesetResponse": { "type": "structure", "members": {} }, "DeleteDatabaseRequest": { "type": "structure", "required": [ "Name" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "Name": { "shape": "NameString", "documentation": "

The name of the database to delete. For Hive compatibility, this must be all lowercase.

" } } }, "DeleteDatabaseResponse": { "type": "structure", "members": {} }, "DeleteDevEndpointRequest": { "type": "structure", "required": [ "EndpointName" ], "members": { "EndpointName": { "shape": "GenericString", "documentation": "

The name of the DevEndpoint.

" } } }, "DeleteDevEndpointResponse": { "type": "structure", "members": {} }, "DeleteJobRequest": { "type": "structure", "required": [ "JobName" ], "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the job definition to delete.

" } } }, "DeleteJobResponse": { "type": "structure", "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the job definition that was deleted.

" } } }, "DeleteMLTransformRequest": { "type": "structure", "required": [ "TransformId" ], "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier of the transform to delete.

" } } }, "DeleteMLTransformResponse": { "type": "structure", "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier of the transform that was deleted.

" } } }, "DeletePartitionIndexRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "IndexName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The catalog ID where the table resides.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

Specifies the name of a database from which you want to delete a partition index.

" }, "TableName": { "shape": "NameString", "documentation": "

Specifies the name of a table from which you want to delete a partition index.

" }, "IndexName": { "shape": "NameString", "documentation": "

The name of the partition index to be deleted.

" } } }, "DeletePartitionIndexResponse": { "type": "structure", "members": {} }, "DeletePartitionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionValues" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database in which the table in question resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table that contains the partition to be deleted.

" }, "PartitionValues": { "shape": "ValueStringList", "documentation": "

The values that define the partition.

" } } }, "DeletePartitionResponse": { "type": "structure", "members": {} }, "DeleteRegistryInput": { "type": "structure", "required": [ "RegistryId" ], "members": { "RegistryId": { "shape": "RegistryId", "documentation": "

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

" } } }, "DeleteRegistryResponse": { "type": "structure", "members": { "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the registry being deleted.

" }, "RegistryArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the registry being deleted.

" }, "Status": { "shape": "RegistryStatus", "documentation": "

The status of the registry. A successful operation will return the Deleting status.

" } } }, "DeleteResourcePolicyRequest": { "type": "structure", "members": { "PolicyHashCondition": { "shape": "HashString", "documentation": "

The hash value returned when this policy was set.

" }, "ResourceArn": { "shape": "GlueResourceArn", "documentation": "

The ARN of the Glue resource for the resource policy to be deleted.

" } } }, "DeleteResourcePolicyResponse": { "type": "structure", "members": {} }, "DeleteSchemaInput": { "type": "structure", "required": [ "SchemaId" ], "members": { "SchemaId": { "shape": "SchemaId", "documentation": "

This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

" } } }, "DeleteSchemaResponse": { "type": "structure", "members": { "SchemaArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the schema being deleted.

" }, "SchemaName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the schema being deleted.

" }, "Status": { "shape": "SchemaStatus", "documentation": "

The status of the schema.

" } } }, "DeleteSchemaVersionsInput": { "type": "structure", "required": [ "SchemaId", "Versions" ], "members": { "SchemaId": { "shape": "SchemaId", "documentation": "

This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

" }, "Versions": { "shape": "VersionsString", "documentation": "

A version range may be supplied which may be of the format:

" } } }, "DeleteSchemaVersionsResponse": { "type": "structure", "members": { "SchemaVersionErrors": { "shape": "SchemaVersionErrorList", "documentation": "

A list of SchemaVersionErrorItem objects, each containing an error and schema version.

" } } }, "DeleteSecurityConfigurationRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the security configuration to delete.

" } } }, "DeleteSecurityConfigurationResponse": { "type": "structure", "members": {} }, "DeleteSessionRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "NameString", "documentation": "

The ID of the session to be deleted.

" }, "RequestOrigin": { "shape": "OrchestrationNameString", "documentation": "

The name of the origin of the delete session request.

" } } }, "DeleteSessionResponse": { "type": "structure", "members": { "Id": { "shape": "NameString", "documentation": "

Returns the ID of the deleted session.

" } } }, "DeleteTableOptimizerRequest": { "type": "structure", "required": [ "CatalogId", "DatabaseName", "TableName", "Type" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The Catalog ID of the table.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the database in the catalog in which the table resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table.

" }, "Type": { "shape": "TableOptimizerType", "documentation": "

The type of table optimizer.

" } } }, "DeleteTableOptimizerResponse": { "type": "structure", "members": {} }, "DeleteTableRequest": { "type": "structure", "required": [ "DatabaseName", "Name" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.

" }, "Name": { "shape": "NameString", "documentation": "

The name of the table to be deleted. For Hive compatibility, this name is entirely lowercase.

" }, "TransactionId": { "shape": "TransactionIdString", "documentation": "

The transaction ID at which to delete the table contents.

" } } }, "DeleteTableResponse": { "type": "structure", "members": {} }, "DeleteTableVersionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "VersionId" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table. For Hive compatibility, this name is entirely lowercase.

" }, "VersionId": { "shape": "VersionString", "documentation": "

The ID of the table version to be deleted. A VersionID is a string representation of an integer. Each version is incremented by 1.

" } } }, "DeleteTableVersionResponse": { "type": "structure", "members": {} }, "DeleteTriggerRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the trigger to delete.

" } } }, "DeleteTriggerResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the trigger that was deleted.

" } } }, "DeleteUsageProfileRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the usage profile to delete.

" } } }, "DeleteUsageProfileResponse": { "type": "structure", "members": {} }, "DeleteUserDefinedFunctionRequest": { "type": "structure", "required": [ "DatabaseName", "FunctionName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the function is located.

" }, "FunctionName": { "shape": "NameString", "documentation": "

The name of the function definition to be deleted.

" } } }, "DeleteUserDefinedFunctionResponse": { "type": "structure", "members": {} }, "DeleteWorkflowRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

Name of the workflow to be deleted.

" } } }, "DeleteWorkflowResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

Name of the workflow specified in input.

" } } }, "DeltaTarget": { "type": "structure", "members": { "DeltaTables": { "shape": "PathList", "documentation": "

A list of the Amazon S3 paths to the Delta tables.

" }, "ConnectionName": { "shape": "ConnectionName", "documentation": "

The name of the connection to use to connect to the Delta table target.

" }, "WriteManifest": { "shape": "NullableBoolean", "documentation": "

Specifies whether to write the manifest files to the Delta table path.

" }, "CreateNativeDeltaTable": { "shape": "NullableBoolean", "documentation": "

Specifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.

" } }, "documentation": "

Specifies a Delta data store to crawl one or more Delta tables.

" }, "DeltaTargetCompressionType": { "type": "string", "enum": [ "uncompressed", "snappy" ] }, "DeltaTargetList": { "type": "list", "member": { "shape": "DeltaTarget" } }, "DescriptionString": { "type": "string", "max": 2048, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "DescriptionStringRemovable": { "type": "string", "max": 2048, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "DevEndpoint": { "type": "structure", "members": { "EndpointName": { "shape": "GenericString", "documentation": "

The name of the DevEndpoint.

" }, "RoleArn": { "shape": "RoleArn", "documentation": "

The Amazon Resource Name (ARN) of the IAM role used in this DevEndpoint.

" }, "SecurityGroupIds": { "shape": "StringList", "documentation": "

A list of security group identifiers used in this DevEndpoint.

" }, "SubnetId": { "shape": "GenericString", "documentation": "

The subnet ID for this DevEndpoint.

" }, "YarnEndpointAddress": { "shape": "GenericString", "documentation": "

The YARN endpoint address used by this DevEndpoint.

" }, "PrivateAddress": { "shape": "GenericString", "documentation": "

A private IP address to access the DevEndpoint within a VPC if the DevEndpoint is created within one. The PrivateAddress field is present only when you create the DevEndpoint within your VPC.

" }, "ZeppelinRemoteSparkInterpreterPort": { "shape": "IntegerValue", "documentation": "

The Apache Zeppelin port for the remote Apache Spark interpreter.

" }, "PublicAddress": { "shape": "GenericString", "documentation": "

The public IP address used by this DevEndpoint. The PublicAddress field is present only when you create a non-virtual private cloud (VPC) DevEndpoint.

" }, "Status": { "shape": "GenericString", "documentation": "

The current status of this DevEndpoint.

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.

Known issue: when a development endpoint is created with the G.2X WorkerType configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB disk.

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Development endpoints that are created without specifying a Glue version default to Glue 0.9.

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined workerType that are allocated to the development endpoint.

The maximum number of workers you can define are 299 for G.1X, and 149 for G.2X.

" }, "NumberOfNodes": { "shape": "IntegerValue", "documentation": "

The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.

" }, "AvailabilityZone": { "shape": "GenericString", "documentation": "

The Amazon Web Services Availability Zone where this DevEndpoint is located.

" }, "VpcId": { "shape": "GenericString", "documentation": "

The ID of the virtual private cloud (VPC) used by this DevEndpoint.

" }, "ExtraPythonLibsS3Path": { "shape": "GenericString", "documentation": "

The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.

" }, "ExtraJarsS3Path": { "shape": "GenericString", "documentation": "

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

You can only use pure Java/Scala libraries with a DevEndpoint.

" }, "FailureReason": { "shape": "GenericString", "documentation": "

The reason for a current failure in this DevEndpoint.

" }, "LastUpdateStatus": { "shape": "GenericString", "documentation": "

The status of the last update.

" }, "CreatedTimestamp": { "shape": "TimestampValue", "documentation": "

The point in time at which this DevEndpoint was created.

" }, "LastModifiedTimestamp": { "shape": "TimestampValue", "documentation": "

The point in time at which this DevEndpoint was last modified.

" }, "PublicKey": { "shape": "GenericString", "documentation": "

The public key to be used by this DevEndpoint for authentication. This attribute is provided for backward compatibility because the recommended attribute to use is public keys.

" }, "PublicKeys": { "shape": "PublicKeysList", "documentation": "

A list of public keys to be used by the DevEndpoints for authentication. Using this attribute is preferred over a single public key because the public keys allow you to have a different private key per client.

If you previously created an endpoint with a public key, you must remove that key to be able to set a list of public keys. Call the UpdateDevEndpoint API operation with the public key content in the deletePublicKeys attribute, and the list of new keys in the addPublicKeys attribute.

" }, "SecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the SecurityConfiguration structure to be used with this DevEndpoint.

" }, "Arguments": { "shape": "MapValue", "documentation": "

A map of arguments used to configure the DevEndpoint.

Valid arguments are:

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

" } }, "documentation": "

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

" }, "DevEndpointCustomLibraries": { "type": "structure", "members": { "ExtraPythonLibsS3Path": { "shape": "GenericString", "documentation": "

The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.

" }, "ExtraJarsS3Path": { "shape": "GenericString", "documentation": "

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

You can only use pure Java/Scala libraries with a DevEndpoint.

" } }, "documentation": "

Custom libraries to be loaded into a development endpoint.

" }, "DevEndpointList": { "type": "list", "member": { "shape": "DevEndpoint" } }, "DevEndpointNameList": { "type": "list", "member": { "shape": "NameString" } }, "DevEndpointNames": { "type": "list", "member": { "shape": "GenericString" }, "max": 25, "min": 1 }, "DirectJDBCSource": { "type": "structure", "required": [ "Name", "Database", "Table", "ConnectionName", "ConnectionType" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the JDBC source connection.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The database of the JDBC source connection.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The table of the JDBC source connection.

" }, "ConnectionName": { "shape": "EnclosedInStringProperty", "documentation": "

The connection name of the JDBC source.

" }, "ConnectionType": { "shape": "JDBCConnectionType", "documentation": "

The connection type of the JDBC source.

" }, "RedshiftTmpDir": { "shape": "EnclosedInStringProperty", "documentation": "

The temp directory of the JDBC Redshift source.

" } }, "documentation": "

Specifies the direct JDBC source connection.

" }, "DirectKafkaSource": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data store.

" }, "StreamingOptions": { "shape": "KafkaStreamingSourceOptions", "documentation": "

Specifies the streaming options.

" }, "WindowSize": { "shape": "BoxedPositiveInt", "documentation": "

The amount of time to spend processing each micro batch.

", "box": true }, "DetectSchema": { "shape": "BoxedBoolean", "documentation": "

Whether to automatically determine the schema from the incoming data.

", "box": true }, "DataPreviewOptions": { "shape": "StreamingDataPreviewOptions", "documentation": "

Specifies options related to data preview for viewing a sample of your data.

" } }, "documentation": "

Specifies an Apache Kafka data store.

" }, "DirectKinesisSource": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data source.

" }, "WindowSize": { "shape": "BoxedPositiveInt", "documentation": "

The amount of time to spend processing each micro batch.

", "box": true }, "DetectSchema": { "shape": "BoxedBoolean", "documentation": "

Whether to automatically determine the schema from the incoming data.

", "box": true }, "StreamingOptions": { "shape": "KinesisStreamingSourceOptions", "documentation": "

Additional options for the Kinesis streaming data source.

" }, "DataPreviewOptions": { "shape": "StreamingDataPreviewOptions", "documentation": "

Additional options for data preview.

" } }, "documentation": "

Specifies a direct Amazon Kinesis data source.

" }, "DirectSchemaChangePolicy": { "type": "structure", "members": { "EnableUpdateCatalog": { "shape": "BoxedBoolean", "documentation": "

Whether to use the specified update behavior when the crawler finds a changed schema.

" }, "UpdateBehavior": { "shape": "UpdateCatalogBehavior", "documentation": "

The update behavior when the crawler finds a changed schema.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the table in the database that the schema change policy applies to.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the database that the schema change policy applies to.

" } }, "documentation": "

A policy that specifies update behavior for the crawler.

" }, "Double": { "type": "double" }, "DoubleColumnStatisticsData": { "type": "structure", "required": [ "NumberOfNulls", "NumberOfDistinctValues" ], "members": { "MinimumValue": { "shape": "Double", "documentation": "

The lowest value in the column.

" }, "MaximumValue": { "shape": "Double", "documentation": "

The highest value in the column.

" }, "NumberOfNulls": { "shape": "NonNegativeLong", "documentation": "

The number of null values in the column.

" }, "NumberOfDistinctValues": { "shape": "NonNegativeLong", "documentation": "

The number of distinct values in a column.

" } }, "documentation": "

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

" }, "DoubleValue": { "type": "double" }, "DropDuplicates": { "type": "structure", "required": [ "Name", "Inputs" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The data inputs identified by their node names.

" }, "Columns": { "shape": "LimitedPathList", "documentation": "

The name of the columns to be merged or removed if repeating.

" } }, "documentation": "

Specifies a transform that removes rows of repeating data from a data set.

" }, "DropFields": { "type": "structure", "required": [ "Name", "Inputs", "Paths" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The data inputs identified by their node names.

" }, "Paths": { "shape": "GlueStudioPathList", "documentation": "

A JSON path to a variable in the data structure.

" } }, "documentation": "

Specifies a transform that chooses the data property keys that you want to drop.

" }, "DropNullFields": { "type": "structure", "required": [ "Name", "Inputs" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The data inputs identified by their node names.

" }, "NullCheckBoxList": { "shape": "NullCheckBoxList", "documentation": "

A structure that represents whether certain values are recognized as null values for removal.

" }, "NullTextList": { "shape": "NullValueFields", "documentation": "

A structure that specifies a list of NullValueField structures that represent a custom null value such as zero or other value being used as a null placeholder unique to the dataset.

The DropNullFields transform removes custom null values only if both the value of the null placeholder and the datatype match the data.

" } }, "documentation": "

Specifies a transform that removes columns from the dataset if all values in the column are 'null'. By default, Glue Studio will recognize null objects, but some values such as empty strings, strings that are \"null\", -1 integers or other placeholders such as zeros, are not automatically recognized as nulls.

" }, "DynamicTransform": { "type": "structure", "required": [ "Name", "TransformName", "Inputs", "FunctionName", "Path" ], "members": { "Name": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the name of the dynamic transform.

" }, "TransformName": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the name of the dynamic transform as it appears in the Glue Studio visual editor.

" }, "Inputs": { "shape": "OneInput", "documentation": "

Specifies the inputs for the dynamic transform that are required.

" }, "Parameters": { "shape": "TransformConfigParameterList", "documentation": "

Specifies the parameters of the dynamic transform.

" }, "FunctionName": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the name of the function of the dynamic transform.

" }, "Path": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the path of the dynamic transform source and config files.

" }, "Version": { "shape": "EnclosedInStringProperty", "documentation": "

This field is not used and will be deprecated in future release.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the dynamic transform.

" } }, "documentation": "

Specifies the set of parameters needed to perform the dynamic transform.

" }, "DynamoDBCatalogSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data source.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to read from.

" } }, "documentation": "

Specifies a DynamoDB data source in the Glue Data Catalog.

" }, "DynamoDBTarget": { "type": "structure", "members": { "Path": { "shape": "Path", "documentation": "

The name of the DynamoDB table to crawl.

" }, "scanAll": { "shape": "NullableBoolean", "documentation": "

Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.

A value of true means to scan all records, while a value of false means to sample the records. If no value is specified, the value defaults to true.

" }, "scanRate": { "shape": "NullableDouble", "documentation": "

The percentage of the configured read capacity units to use by the Glue crawler. Read capacity units is a term defined by DynamoDB, and is a numeric value that acts as rate limiter for the number of reads that can be performed on that table per second.

The valid values are null or a value between 0.1 to 1.5. A null value is used when user does not provide a value, and defaults to 0.5 of the configured Read Capacity Unit (for provisioned tables), or 0.25 of the max configured Read Capacity Unit (for tables using on-demand mode).

" } }, "documentation": "

Specifies an Amazon DynamoDB table to crawl.

" }, "DynamoDBTargetList": { "type": "list", "member": { "shape": "DynamoDBTarget" } }, "Edge": { "type": "structure", "members": { "SourceId": { "shape": "NameString", "documentation": "

The unique of the node within the workflow where the edge starts.

" }, "DestinationId": { "shape": "NameString", "documentation": "

The unique of the node within the workflow where the edge ends.

" } }, "documentation": "

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

" }, "EdgeList": { "type": "list", "member": { "shape": "Edge" } }, "EnableAdditionalMetadata": { "type": "list", "member": { "shape": "JdbcMetadataEntry" } }, "EnableHybridValues": { "type": "string", "enum": [ "TRUE", "FALSE" ] }, "EnclosedInStringProperties": { "type": "list", "member": { "shape": "EnclosedInStringProperty" } }, "EnclosedInStringPropertiesMinOne": { "type": "list", "member": { "shape": "EnclosedInStringProperty" } }, "EnclosedInStringProperty": { "type": "string", "pattern": "([\\u0009\\u000B\\u000C\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF])*" }, "EnclosedInStringPropertyWithQuote": { "type": "string", "pattern": "([\\u0009\\u000B\\u000C\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF])*" }, "EncryptionAtRest": { "type": "structure", "required": [ "CatalogEncryptionMode" ], "members": { "CatalogEncryptionMode": { "shape": "CatalogEncryptionMode", "documentation": "

The encryption-at-rest mode for encrypting Data Catalog data.

" }, "SseAwsKmsKeyId": { "shape": "NameString", "documentation": "

The ID of the KMS key to use for encryption at rest.

" }, "CatalogEncryptionServiceRole": { "shape": "IAMRoleArn", "documentation": "

The role that Glue assumes to encrypt and decrypt the Data Catalog objects on the caller's behalf.

" } }, "documentation": "

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

" }, "EncryptionConfiguration": { "type": "structure", "members": { "S3Encryption": { "shape": "S3EncryptionList", "documentation": "

The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.

" }, "CloudWatchEncryption": { "shape": "CloudWatchEncryption", "documentation": "

The encryption configuration for Amazon CloudWatch.

" }, "JobBookmarksEncryption": { "shape": "JobBookmarksEncryption", "documentation": "

The encryption configuration for job bookmarks.

" } }, "documentation": "

Specifies an encryption configuration.

" }, "ErrorByName": { "type": "map", "key": { "shape": "NameString" }, "value": { "shape": "ErrorDetail" } }, "ErrorCodeString": { "type": "string" }, "ErrorDetail": { "type": "structure", "members": { "ErrorCode": { "shape": "NameString", "documentation": "

The code associated with this error.

" }, "ErrorMessage": { "shape": "DescriptionString", "documentation": "

A message describing the error.

" } }, "documentation": "

Contains details about an error.

" }, "ErrorDetails": { "type": "structure", "members": { "ErrorCode": { "shape": "ErrorCodeString", "documentation": "

The error code for an error.

" }, "ErrorMessage": { "shape": "ErrorMessageString", "documentation": "

The error message for an error.

" } }, "documentation": "

An object containing error details.

" }, "ErrorMessageString": { "type": "string" }, "ErrorString": { "type": "string" }, "EvaluateDataQuality": { "type": "structure", "required": [ "Name", "Inputs", "Ruleset" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data quality evaluation.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The inputs of your data quality evaluation.

" }, "Ruleset": { "shape": "DQDLString", "documentation": "

The ruleset for your data quality evaluation.

" }, "Output": { "shape": "DQTransformOutput", "documentation": "

The output of your data quality evaluation.

" }, "PublishingOptions": { "shape": "DQResultsPublishingOptions", "documentation": "

Options to configure how your results are published.

" }, "StopJobOnFailureOptions": { "shape": "DQStopJobOnFailureOptions", "documentation": "

Options to configure how your job will stop if your data quality evaluation fails.

" } }, "documentation": "

Specifies your data quality evaluation criteria.

" }, "EvaluateDataQualityMultiFrame": { "type": "structure", "required": [ "Name", "Inputs", "Ruleset" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data quality evaluation.

" }, "Inputs": { "shape": "ManyInputs", "documentation": "

The inputs of your data quality evaluation. The first input in this list is the primary data source.

" }, "AdditionalDataSources": { "shape": "DQDLAliases", "documentation": "

The aliases of all data sources except primary.

" }, "Ruleset": { "shape": "DQDLString", "documentation": "

The ruleset for your data quality evaluation.

" }, "PublishingOptions": { "shape": "DQResultsPublishingOptions", "documentation": "

Options to configure how your results are published.

" }, "AdditionalOptions": { "shape": "DQAdditionalOptions", "documentation": "

Options to configure runtime behavior of the transform.

" }, "StopJobOnFailureOptions": { "shape": "DQStopJobOnFailureOptions", "documentation": "

Options to configure how your job will stop if your data quality evaluation fails.

" } }, "documentation": "

Specifies your data quality evaluation criteria.

" }, "EvaluatedMetricsMap": { "type": "map", "key": { "shape": "NameString" }, "value": { "shape": "NullableDouble" }, "sensitive": true }, "EvaluationMetrics": { "type": "structure", "required": [ "TransformType" ], "members": { "TransformType": { "shape": "TransformType", "documentation": "

The type of machine learning transform.

" }, "FindMatchesMetrics": { "shape": "FindMatchesMetrics", "documentation": "

The evaluation metrics for the find matches algorithm.

" } }, "documentation": "

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

" }, "EventBatchingCondition": { "type": "structure", "required": [ "BatchSize" ], "members": { "BatchSize": { "shape": "BatchSize", "documentation": "

Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.

" }, "BatchWindow": { "shape": "BatchWindow", "documentation": "

Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received.

" } }, "documentation": "

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

" }, "EventQueueArn": { "type": "string" }, "ExecutionClass": { "type": "string", "enum": [ "FLEX", "STANDARD" ], "max": 16 }, "ExecutionProperty": { "type": "structure", "members": { "MaxConcurrentRuns": { "shape": "MaxConcurrentRuns", "documentation": "

The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.

" } }, "documentation": "

An execution property of a job.

" }, "ExecutionTime": { "type": "integer" }, "ExistCondition": { "type": "string", "enum": [ "MUST_EXIST", "NOT_EXIST", "NONE" ] }, "ExportLabelsTaskRunProperties": { "type": "structure", "members": { "OutputS3Path": { "shape": "UriString", "documentation": "

The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.

" } }, "documentation": "

Specifies configuration properties for an exporting labels task run.

" }, "ExtendedString": { "type": "string", "pattern": "[\\s\\S]*" }, "FederatedDatabase": { "type": "structure", "members": { "Identifier": { "shape": "FederationIdentifier", "documentation": "

A unique identifier for the federated database.

" }, "ConnectionName": { "shape": "NameString", "documentation": "

The name of the connection to the external metastore.

" } }, "documentation": "

A database that points to an entity outside the Glue Data Catalog.

" }, "FederatedTable": { "type": "structure", "members": { "Identifier": { "shape": "FederationIdentifier", "documentation": "

A unique identifier for the federated table.

" }, "DatabaseIdentifier": { "shape": "FederationIdentifier", "documentation": "

A unique identifier for the federated database.

" }, "ConnectionName": { "shape": "NameString", "documentation": "

The name of the connection to the external metastore.

" } }, "documentation": "

A table that points to an entity outside the Glue Data Catalog.

" }, "FederationIdentifier": { "type": "string", "max": 512, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "FieldName": { "type": "string", "enum": [ "CRAWL_ID", "STATE", "START_TIME", "END_TIME", "DPU_HOUR" ] }, "FieldType": { "type": "string" }, "FillMissingValues": { "type": "structure", "required": [ "Name", "Inputs", "ImputedPath" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The data inputs identified by their node names.

" }, "ImputedPath": { "shape": "EnclosedInStringProperty", "documentation": "

A JSON path to a variable in the data structure for the dataset that is imputed.

" }, "FilledPath": { "shape": "EnclosedInStringProperty", "documentation": "

A JSON path to a variable in the data structure for the dataset that is filled.

" } }, "documentation": "

Specifies a transform that locates records in the dataset that have missing values and adds a new field with a value determined by imputation. The input data set is used to train the machine learning model that determines what the missing value should be.

" }, "Filter": { "type": "structure", "required": [ "Name", "Inputs", "LogicalOperator", "Filters" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The data inputs identified by their node names.

" }, "LogicalOperator": { "shape": "FilterLogicalOperator", "documentation": "

The operator used to filter rows by comparing the key value to a specified value.

" }, "Filters": { "shape": "FilterExpressions", "documentation": "

Specifies a filter expression.

" } }, "documentation": "

Specifies a transform that splits a dataset into two, based on a filter condition.

" }, "FilterExpression": { "type": "structure", "required": [ "Operation", "Values" ], "members": { "Operation": { "shape": "FilterOperation", "documentation": "

The type of operation to perform in the expression.

" }, "Negated": { "shape": "BoxedBoolean", "documentation": "

Whether the expression is to be negated.

" }, "Values": { "shape": "FilterValues", "documentation": "

A list of filter values.

" } }, "documentation": "

Specifies a filter expression.

" }, "FilterExpressions": { "type": "list", "member": { "shape": "FilterExpression" } }, "FilterLogicalOperator": { "type": "string", "enum": [ "AND", "OR" ] }, "FilterOperation": { "type": "string", "enum": [ "EQ", "LT", "GT", "LTE", "GTE", "REGEX", "ISNULL" ] }, "FilterOperator": { "type": "string", "enum": [ "GT", "GE", "LT", "LE", "EQ", "NE" ] }, "FilterString": { "type": "string", "max": 2048, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "FilterValue": { "type": "structure", "required": [ "Type", "Value" ], "members": { "Type": { "shape": "FilterValueType", "documentation": "

The type of filter value.

" }, "Value": { "shape": "EnclosedInStringProperties", "documentation": "

The value to be associated.

" } }, "documentation": "

Represents a single entry in the list of values for a FilterExpression.

" }, "FilterValueType": { "type": "string", "enum": [ "COLUMNEXTRACTED", "CONSTANT" ] }, "FilterValues": { "type": "list", "member": { "shape": "FilterValue" } }, "FindMatchesMetrics": { "type": "structure", "members": { "AreaUnderPRCurve": { "shape": "GenericBoundedDouble", "documentation": "

The area under the precision/recall curve (AUPRC) is a single number measuring the overall quality of the transform, that is independent of the choice made for precision vs. recall. Higher values indicate that you have a more attractive precision vs. recall tradeoff.

For more information, see Precision and recall in Wikipedia.

" }, "Precision": { "shape": "GenericBoundedDouble", "documentation": "

The precision metric indicates when often your transform is correct when it predicts a match. Specifically, it measures how well the transform finds true positives from the total true positives possible.

For more information, see Precision and recall in Wikipedia.

" }, "Recall": { "shape": "GenericBoundedDouble", "documentation": "

The recall metric indicates that for an actual match, how often your transform predicts the match. Specifically, it measures how well the transform finds true positives from the total records in the source data.

For more information, see Precision and recall in Wikipedia.

" }, "F1": { "shape": "GenericBoundedDouble", "documentation": "

The maximum F1 metric indicates the transform's accuracy between 0 and 1, where 1 is the best accuracy.

For more information, see F1 score in Wikipedia.

" }, "ConfusionMatrix": { "shape": "ConfusionMatrix", "documentation": "

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

For more information, see Confusion matrix in Wikipedia.

" }, "ColumnImportances": { "shape": "ColumnImportanceList", "documentation": "

A list of ColumnImportance structures containing column importance metrics, sorted in order of descending importance.

" } }, "documentation": "

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

" }, "FindMatchesParameters": { "type": "structure", "members": { "PrimaryKeyColumnName": { "shape": "ColumnNameString", "documentation": "

The name of a column that uniquely identifies rows in the source table. Used to help identify matching records.

" }, "PrecisionRecallTradeoff": { "shape": "GenericBoundedDouble", "documentation": "

The value selected when tuning your transform for a balance between precision and recall. A value of 0.5 means no preference; a value of 1.0 means a bias purely for precision, and a value of 0.0 means a bias for recall. Because this is a tradeoff, choosing values close to 1.0 means very low recall, and choosing values close to 0.0 results in very low precision.

The precision metric indicates how often your model is correct when it predicts a match.

The recall metric indicates that for an actual match, how often your model predicts the match.

" }, "AccuracyCostTradeoff": { "shape": "GenericBoundedDouble", "documentation": "

The value that is selected when tuning your transform for a balance between accuracy and cost. A value of 0.5 means that the system balances accuracy and cost concerns. A value of 1.0 means a bias purely for accuracy, which typically results in a higher cost, sometimes substantially higher. A value of 0.0 means a bias purely for cost, which results in a less accurate FindMatches transform, sometimes with unacceptable accuracy.

Accuracy measures how well the transform finds true positives and true negatives. Increasing accuracy requires more machine resources and cost. But it also results in increased recall.

Cost measures how many compute resources, and thus money, are consumed to run the transform.

" }, "EnforceProvidedLabels": { "shape": "NullableBoolean", "documentation": "

The value to switch on or off to force the output to match the provided labels from users. If the value is True, the find matches transform forces the output to match the provided labels. The results override the normal conflation results. If the value is False, the find matches transform does not ensure all the labels provided are respected, and the results rely on the trained model.

Note that setting this value to true may increase the conflation execution time.

" } }, "documentation": "

The parameters to configure the find matches transform.

" }, "FindMatchesTaskRunProperties": { "type": "structure", "members": { "JobId": { "shape": "HashString", "documentation": "

The job ID for the Find Matches task run.

" }, "JobName": { "shape": "NameString", "documentation": "

The name assigned to the job for the Find Matches task run.

" }, "JobRunId": { "shape": "HashString", "documentation": "

The job run ID for the Find Matches task run.

" } }, "documentation": "

Specifies configuration properties for a Find Matches task run.

" }, "FormatString": { "type": "string", "max": 128, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "Generic512CharString": { "type": "string", "max": 512, "min": 1 }, "GenericBoundedDouble": { "type": "double", "box": true, "max": 1, "min": 0 }, "GenericLimitedString": { "type": "string", "pattern": "[A-Za-z0-9_-]*" }, "GenericMap": { "type": "map", "key": { "shape": "GenericString" }, "value": { "shape": "GenericString" } }, "GenericString": { "type": "string" }, "GetBlueprintRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the blueprint.

" }, "IncludeBlueprint": { "shape": "NullableBoolean", "documentation": "

Specifies whether or not to include the blueprint in the response.

" }, "IncludeParameterSpec": { "shape": "NullableBoolean", "documentation": "

Specifies whether or not to include the parameter specification.

" } } }, "GetBlueprintResponse": { "type": "structure", "members": { "Blueprint": { "shape": "Blueprint", "documentation": "

Returns a Blueprint object.

" } } }, "GetBlueprintRunRequest": { "type": "structure", "required": [ "BlueprintName", "RunId" ], "members": { "BlueprintName": { "shape": "OrchestrationNameString", "documentation": "

The name of the blueprint.

" }, "RunId": { "shape": "IdString", "documentation": "

The run ID for the blueprint run you want to retrieve.

" } } }, "GetBlueprintRunResponse": { "type": "structure", "members": { "BlueprintRun": { "shape": "BlueprintRun", "documentation": "

Returns a BlueprintRun object.

" } } }, "GetBlueprintRunsRequest": { "type": "structure", "required": [ "BlueprintName" ], "members": { "BlueprintName": { "shape": "NameString", "documentation": "

The name of the blueprint.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if this is a continuation request.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum size of a list to return.

" } } }, "GetBlueprintRunsResponse": { "type": "structure", "members": { "BlueprintRuns": { "shape": "BlueprintRuns", "documentation": "

Returns a list of BlueprintRun objects.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if not all blueprint runs have been returned.

" } } }, "GetCatalogImportStatusRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the catalog to migrate. Currently, this should be the Amazon Web Services account ID.

" } } }, "GetCatalogImportStatusResponse": { "type": "structure", "members": { "ImportStatus": { "shape": "CatalogImportStatus", "documentation": "

The status of the specified catalog migration.

" } } }, "GetClassifierRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

Name of the classifier to retrieve.

" } } }, "GetClassifierResponse": { "type": "structure", "members": { "Classifier": { "shape": "Classifier", "documentation": "

The requested classifier.

" } } }, "GetClassifiersRequest": { "type": "structure", "members": { "MaxResults": { "shape": "PageSize", "documentation": "

The size of the list to return (optional).

" }, "NextToken": { "shape": "Token", "documentation": "

An optional continuation token.

" } } }, "GetClassifiersResponse": { "type": "structure", "members": { "Classifiers": { "shape": "ClassifierList", "documentation": "

The requested list of classifier objects.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token.

" } } }, "GetColumnNamesList": { "type": "list", "member": { "shape": "NameString" }, "max": 100, "min": 0 }, "GetColumnStatisticsForPartitionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionValues", "ColumnNames" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the partitions reside.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the partitions' table.

" }, "PartitionValues": { "shape": "ValueStringList", "documentation": "

A list of partition values identifying the partition.

" }, "ColumnNames": { "shape": "GetColumnNamesList", "documentation": "

A list of the column names.

" } } }, "GetColumnStatisticsForPartitionResponse": { "type": "structure", "members": { "ColumnStatisticsList": { "shape": "ColumnStatisticsList", "documentation": "

List of ColumnStatistics that failed to be retrieved.

" }, "Errors": { "shape": "ColumnErrors", "documentation": "

Error occurred during retrieving column statistics data.

" } } }, "GetColumnStatisticsForTableRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "ColumnNames" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the partitions reside.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the partitions' table.

" }, "ColumnNames": { "shape": "GetColumnNamesList", "documentation": "

A list of the column names.

" } } }, "GetColumnStatisticsForTableResponse": { "type": "structure", "members": { "ColumnStatisticsList": { "shape": "ColumnStatisticsList", "documentation": "

List of ColumnStatistics.

" }, "Errors": { "shape": "ColumnErrors", "documentation": "

List of ColumnStatistics that failed to be retrieved.

" } } }, "GetColumnStatisticsTaskRunRequest": { "type": "structure", "required": [ "ColumnStatisticsTaskRunId" ], "members": { "ColumnStatisticsTaskRunId": { "shape": "HashString", "documentation": "

The identifier for the particular column statistics task run.

" } } }, "GetColumnStatisticsTaskRunResponse": { "type": "structure", "members": { "ColumnStatisticsTaskRun": { "shape": "ColumnStatisticsTaskRun", "documentation": "

A ColumnStatisticsTaskRun object representing the details of the column stats run.

" } } }, "GetColumnStatisticsTaskRunsRequest": { "type": "structure", "required": [ "DatabaseName", "TableName" ], "members": { "DatabaseName": { "shape": "DatabaseName", "documentation": "

The name of the database where the table resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum size of the response.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if this is a continuation call.

" } } }, "GetColumnStatisticsTaskRunsResponse": { "type": "structure", "members": { "ColumnStatisticsTaskRuns": { "shape": "ColumnStatisticsTaskRunsList", "documentation": "

A list of column statistics task runs.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if not all task runs have yet been returned.

" } } }, "GetConnectionRequest": { "type": "structure", "required": [ "Name" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "Name": { "shape": "NameString", "documentation": "

The name of the connection definition to retrieve.

" }, "HidePassword": { "shape": "Boolean", "documentation": "

Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.

" } } }, "GetConnectionResponse": { "type": "structure", "members": { "Connection": { "shape": "Connection", "documentation": "

The requested connection definition.

" } } }, "GetConnectionsFilter": { "type": "structure", "members": { "MatchCriteria": { "shape": "MatchCriteria", "documentation": "

A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.

" }, "ConnectionType": { "shape": "ConnectionType", "documentation": "

The type of connections to return. Currently, SFTP is not supported.

" } }, "documentation": "

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

" }, "GetConnectionsRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.

" }, "Filter": { "shape": "GetConnectionsFilter", "documentation": "

A filter that controls which connections are returned.

" }, "HidePassword": { "shape": "Boolean", "documentation": "

Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if this is a continuation call.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of connections to return in one response.

" } } }, "GetConnectionsResponse": { "type": "structure", "members": { "ConnectionList": { "shape": "ConnectionList", "documentation": "

A list of requested connection definitions.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if the list of connections returned does not include the last of the filtered connections.

" } } }, "GetCrawlerMetricsRequest": { "type": "structure", "members": { "CrawlerNameList": { "shape": "CrawlerNameList", "documentation": "

A list of the names of crawlers about which to retrieve metrics.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum size of a list to return.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if this is a continuation call.

" } } }, "GetCrawlerMetricsResponse": { "type": "structure", "members": { "CrawlerMetricsList": { "shape": "CrawlerMetricsList", "documentation": "

A list of metrics for the specified crawler.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if the returned list does not contain the last metric available.

" } } }, "GetCrawlerRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the crawler to retrieve metadata for.

" } } }, "GetCrawlerResponse": { "type": "structure", "members": { "Crawler": { "shape": "Crawler", "documentation": "

The metadata for the specified crawler.

" } } }, "GetCrawlersRequest": { "type": "structure", "members": { "MaxResults": { "shape": "PageSize", "documentation": "

The number of crawlers to return on each call.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if this is a continuation request.

" } } }, "GetCrawlersResponse": { "type": "structure", "members": { "Crawlers": { "shape": "CrawlerList", "documentation": "

A list of crawler metadata.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if the returned list has not reached the end of those defined in this customer account.

" } } }, "GetCustomEntityTypeRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the custom pattern that you want to retrieve.

" } } }, "GetCustomEntityTypeResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the custom pattern that you retrieved.

" }, "RegexString": { "shape": "NameString", "documentation": "

A regular expression string that is used for detecting sensitive data in a custom pattern.

" }, "ContextWords": { "shape": "ContextWords", "documentation": "

A list of context words if specified when you created the custom pattern. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.

" } } }, "GetDataCatalogEncryptionSettingsRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.

" } } }, "GetDataCatalogEncryptionSettingsResponse": { "type": "structure", "members": { "DataCatalogEncryptionSettings": { "shape": "DataCatalogEncryptionSettings", "documentation": "

The requested security configuration.

" } } }, "GetDataQualityModelRequest": { "type": "structure", "required": [ "ProfileId" ], "members": { "StatisticId": { "shape": "HashString", "documentation": "

The Statistic ID.

" }, "ProfileId": { "shape": "HashString", "documentation": "

The Profile ID.

" } } }, "GetDataQualityModelResponse": { "type": "structure", "members": { "Status": { "shape": "DataQualityModelStatus", "documentation": "

The training status of the data quality model.

" }, "StartedOn": { "shape": "Timestamp", "documentation": "

The timestamp when the data quality model training started.

" }, "CompletedOn": { "shape": "Timestamp", "documentation": "

The timestamp when the data quality model training completed.

" }, "FailureReason": { "shape": "HashString", "documentation": "

The training failure reason.

" } } }, "GetDataQualityModelResultRequest": { "type": "structure", "required": [ "StatisticId", "ProfileId" ], "members": { "StatisticId": { "shape": "HashString", "documentation": "

The Statistic ID.

" }, "ProfileId": { "shape": "HashString", "documentation": "

The Profile ID.

" } } }, "GetDataQualityModelResultResponse": { "type": "structure", "members": { "CompletedOn": { "shape": "Timestamp", "documentation": "

The timestamp when the data quality model training completed.

" }, "Model": { "shape": "StatisticModelResults", "documentation": "

A list of StatisticModelResult

" } } }, "GetDataQualityResultRequest": { "type": "structure", "required": [ "ResultId" ], "members": { "ResultId": { "shape": "HashString", "documentation": "

A unique result ID for the data quality result.

" } } }, "GetDataQualityResultResponse": { "type": "structure", "members": { "ResultId": { "shape": "HashString", "documentation": "

A unique result ID for the data quality result.

" }, "ProfileId": { "shape": "HashString", "documentation": "

The Profile ID for the data quality result.

" }, "Score": { "shape": "GenericBoundedDouble", "documentation": "

An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.

" }, "DataSource": { "shape": "DataSource", "documentation": "

The table associated with the data quality result, if any.

" }, "RulesetName": { "shape": "NameString", "documentation": "

The name of the ruleset associated with the data quality result.

" }, "EvaluationContext": { "shape": "GenericString", "documentation": "

In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the evaluationContext can differentiate the nodes.

" }, "StartedOn": { "shape": "Timestamp", "documentation": "

The date and time when the run for this data quality result started.

" }, "CompletedOn": { "shape": "Timestamp", "documentation": "

The date and time when the run for this data quality result was completed.

" }, "JobName": { "shape": "NameString", "documentation": "

The job name associated with the data quality result, if any.

" }, "JobRunId": { "shape": "HashString", "documentation": "

The job run ID associated with the data quality result, if any.

" }, "RulesetEvaluationRunId": { "shape": "HashString", "documentation": "

The unique run ID associated with the ruleset evaluation.

" }, "RuleResults": { "shape": "DataQualityRuleResults", "documentation": "

A list of DataQualityRuleResult objects representing the results for each rule.

" }, "AnalyzerResults": { "shape": "DataQualityAnalyzerResults", "documentation": "

A list of DataQualityAnalyzerResult objects representing the results for each analyzer.

" }, "Observations": { "shape": "DataQualityObservations", "documentation": "

A list of DataQualityObservation objects representing the observations generated after evaluating the rules and analyzers.

" } } }, "GetDataQualityRuleRecommendationRunRequest": { "type": "structure", "required": [ "RunId" ], "members": { "RunId": { "shape": "HashString", "documentation": "

The unique run identifier associated with this run.

" } } }, "GetDataQualityRuleRecommendationRunResponse": { "type": "structure", "members": { "RunId": { "shape": "HashString", "documentation": "

The unique run identifier associated with this run.

" }, "DataSource": { "shape": "DataSource", "documentation": "

The data source (an Glue table) associated with this run.

" }, "Role": { "shape": "RoleString", "documentation": "

An IAM role supplied to encrypt the results of the run.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of G.1X workers to be used in the run. The default is 5.

" }, "Timeout": { "shape": "Timeout", "documentation": "

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

" }, "Status": { "shape": "TaskStatusType", "documentation": "

The status for this run.

" }, "ErrorString": { "shape": "GenericString", "documentation": "

The error strings that are associated with the run.

" }, "StartedOn": { "shape": "Timestamp", "documentation": "

The date and time when this run started.

" }, "LastModifiedOn": { "shape": "Timestamp", "documentation": "

A timestamp. The last point in time when this data quality rule recommendation run was modified.

" }, "CompletedOn": { "shape": "Timestamp", "documentation": "

The date and time when this run was completed.

" }, "ExecutionTime": { "shape": "ExecutionTime", "documentation": "

The amount of time (in seconds) that the run consumed resources.

" }, "RecommendedRuleset": { "shape": "DataQualityRulesetString", "documentation": "

When a start rule recommendation run completes, it creates a recommended ruleset (a set of rules). This member has those rules in Data Quality Definition Language (DQDL) format.

" }, "CreatedRulesetName": { "shape": "NameString", "documentation": "

The name of the ruleset that was created by the run.

" }, "DataQualitySecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the security configuration created with the data quality encryption option.

" } } }, "GetDataQualityRulesetEvaluationRunRequest": { "type": "structure", "required": [ "RunId" ], "members": { "RunId": { "shape": "HashString", "documentation": "

The unique run identifier associated with this run.

" } } }, "GetDataQualityRulesetEvaluationRunResponse": { "type": "structure", "members": { "RunId": { "shape": "HashString", "documentation": "

The unique run identifier associated with this run.

" }, "DataSource": { "shape": "DataSource", "documentation": "

The data source (an Glue table) associated with this evaluation run.

" }, "Role": { "shape": "RoleString", "documentation": "

An IAM role supplied to encrypt the results of the run.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of G.1X workers to be used in the run. The default is 5.

" }, "Timeout": { "shape": "Timeout", "documentation": "

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

" }, "AdditionalRunOptions": { "shape": "DataQualityEvaluationRunAdditionalRunOptions", "documentation": "

Additional run options you can specify for an evaluation run.

" }, "Status": { "shape": "TaskStatusType", "documentation": "

The status for this run.

" }, "ErrorString": { "shape": "GenericString", "documentation": "

The error strings that are associated with the run.

" }, "StartedOn": { "shape": "Timestamp", "documentation": "

The date and time when this run started.

" }, "LastModifiedOn": { "shape": "Timestamp", "documentation": "

A timestamp. The last point in time when this data quality rule recommendation run was modified.

" }, "CompletedOn": { "shape": "Timestamp", "documentation": "

The date and time when this run was completed.

" }, "ExecutionTime": { "shape": "ExecutionTime", "documentation": "

The amount of time (in seconds) that the run consumed resources.

" }, "RulesetNames": { "shape": "RulesetNames", "documentation": "

A list of ruleset names for the run. Currently, this parameter takes only one Ruleset name.

" }, "ResultIds": { "shape": "DataQualityResultIdList", "documentation": "

A list of result IDs for the data quality results for the run.

" }, "AdditionalDataSources": { "shape": "DataSourceMap", "documentation": "

A map of reference strings to additional data sources you can specify for an evaluation run.

" } } }, "GetDataQualityRulesetRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the ruleset.

" } } }, "GetDataQualityRulesetResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the ruleset.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the ruleset.

" }, "Ruleset": { "shape": "DataQualityRulesetString", "documentation": "

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

" }, "TargetTable": { "shape": "DataQualityTargetTable", "documentation": "

The name and database name of the target table.

" }, "CreatedOn": { "shape": "Timestamp", "documentation": "

A timestamp. The time and date that this data quality ruleset was created.

" }, "LastModifiedOn": { "shape": "Timestamp", "documentation": "

A timestamp. The last point in time when this data quality ruleset was modified.

" }, "RecommendationRunId": { "shape": "HashString", "documentation": "

When a ruleset was created from a recommendation run, this run ID is generated to link the two together.

" }, "DataQualitySecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the security configuration created with the data quality encryption option.

" } } }, "GetDatabaseRequest": { "type": "structure", "required": [ "Name" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "Name": { "shape": "NameString", "documentation": "

The name of the database to retrieve. For Hive compatibility, this should be all lowercase.

" } } }, "GetDatabaseResponse": { "type": "structure", "members": { "Database": { "shape": "Database", "documentation": "

The definition of the specified database in the Data Catalog.

" } } }, "GetDatabasesRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog from which to retrieve Databases. If none is provided, the Amazon Web Services account ID is used by default.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if this is a continuation call.

" }, "MaxResults": { "shape": "CatalogGetterPageSize", "documentation": "

The maximum number of databases to return in one response.

" }, "ResourceShareType": { "shape": "ResourceShareType", "documentation": "

Allows you to specify that you want to list the databases shared with your account. The allowable values are FEDERATED, FOREIGN or ALL.

" }, "AttributesToGet": { "shape": "DatabaseAttributesList", "documentation": "

Specifies the database fields returned by the GetDatabases call. This parameter doesn’t accept an empty list. The request must include the NAME.

" } } }, "GetDatabasesResponse": { "type": "structure", "required": [ "DatabaseList" ], "members": { "DatabaseList": { "shape": "DatabaseList", "documentation": "

A list of Database objects from the specified catalog.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

" } } }, "GetDataflowGraphRequest": { "type": "structure", "members": { "PythonScript": { "shape": "PythonScript", "documentation": "

The Python script to transform.

" } } }, "GetDataflowGraphResponse": { "type": "structure", "members": { "DagNodes": { "shape": "DagNodes", "documentation": "

A list of the nodes in the resulting DAG.

" }, "DagEdges": { "shape": "DagEdges", "documentation": "

A list of the edges in the resulting DAG.

" } } }, "GetDevEndpointRequest": { "type": "structure", "required": [ "EndpointName" ], "members": { "EndpointName": { "shape": "GenericString", "documentation": "

Name of the DevEndpoint to retrieve information for.

" } } }, "GetDevEndpointResponse": { "type": "structure", "members": { "DevEndpoint": { "shape": "DevEndpoint", "documentation": "

A DevEndpoint definition.

" } } }, "GetDevEndpointsRequest": { "type": "structure", "members": { "MaxResults": { "shape": "PageSize", "documentation": "

The maximum size of information to return.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if this is a continuation call.

" } } }, "GetDevEndpointsResponse": { "type": "structure", "members": { "DevEndpoints": { "shape": "DevEndpointList", "documentation": "

A list of DevEndpoint definitions.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if not all DevEndpoint definitions have yet been returned.

" } } }, "GetJobBookmarkRequest": { "type": "structure", "required": [ "JobName" ], "members": { "JobName": { "shape": "JobName", "documentation": "

The name of the job in question.

" }, "RunId": { "shape": "RunId", "documentation": "

The unique run identifier associated with this job run.

" } } }, "GetJobBookmarkResponse": { "type": "structure", "members": { "JobBookmarkEntry": { "shape": "JobBookmarkEntry", "documentation": "

A structure that defines a point that a job can resume processing.

" } } }, "GetJobRequest": { "type": "structure", "required": [ "JobName" ], "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the job definition to retrieve.

" } } }, "GetJobResponse": { "type": "structure", "members": { "Job": { "shape": "Job", "documentation": "

The requested job definition.

" } } }, "GetJobRunRequest": { "type": "structure", "required": [ "JobName", "RunId" ], "members": { "JobName": { "shape": "NameString", "documentation": "

Name of the job definition being run.

" }, "RunId": { "shape": "IdString", "documentation": "

The ID of the job run.

" }, "PredecessorsIncluded": { "shape": "BooleanValue", "documentation": "

True if a list of predecessor runs should be returned.

" } } }, "GetJobRunResponse": { "type": "structure", "members": { "JobRun": { "shape": "JobRun", "documentation": "

The requested job-run metadata.

" } } }, "GetJobRunsRequest": { "type": "structure", "required": [ "JobName" ], "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the job definition for which to retrieve all job runs.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if this is a continuation call.

" }, "MaxResults": { "shape": "OrchestrationPageSize200", "documentation": "

The maximum size of the response.

" } } }, "GetJobRunsResponse": { "type": "structure", "members": { "JobRuns": { "shape": "JobRunList", "documentation": "

A list of job-run metadata objects.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if not all requested job runs have been returned.

" } } }, "GetJobsRequest": { "type": "structure", "members": { "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if this is a continuation call.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum size of the response.

" } } }, "GetJobsResponse": { "type": "structure", "members": { "Jobs": { "shape": "JobList", "documentation": "

A list of job definitions.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if not all job definitions have yet been returned.

" } } }, "GetMLTaskRunRequest": { "type": "structure", "required": [ "TransformId", "TaskRunId" ], "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier of the machine learning transform.

" }, "TaskRunId": { "shape": "HashString", "documentation": "

The unique identifier of the task run.

" } } }, "GetMLTaskRunResponse": { "type": "structure", "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier of the task run.

" }, "TaskRunId": { "shape": "HashString", "documentation": "

The unique run identifier associated with this run.

" }, "Status": { "shape": "TaskStatusType", "documentation": "

The status for this task run.

" }, "LogGroupName": { "shape": "GenericString", "documentation": "

The names of the log groups that are associated with the task run.

" }, "Properties": { "shape": "TaskRunProperties", "documentation": "

The list of properties that are associated with the task run.

" }, "ErrorString": { "shape": "GenericString", "documentation": "

The error strings that are associated with the task run.

" }, "StartedOn": { "shape": "Timestamp", "documentation": "

The date and time when this task run started.

" }, "LastModifiedOn": { "shape": "Timestamp", "documentation": "

The date and time when this task run was last modified.

" }, "CompletedOn": { "shape": "Timestamp", "documentation": "

The date and time when this task run was completed.

" }, "ExecutionTime": { "shape": "ExecutionTime", "documentation": "

The amount of time (in seconds) that the task run consumed resources.

" } } }, "GetMLTaskRunsRequest": { "type": "structure", "required": [ "TransformId" ], "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier of the machine learning transform.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A token for pagination of the results. The default is empty.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of results to return.

" }, "Filter": { "shape": "TaskRunFilterCriteria", "documentation": "

The filter criteria, in the TaskRunFilterCriteria structure, for the task run.

" }, "Sort": { "shape": "TaskRunSortCriteria", "documentation": "

The sorting criteria, in the TaskRunSortCriteria structure, for the task run.

" } } }, "GetMLTaskRunsResponse": { "type": "structure", "members": { "TaskRuns": { "shape": "TaskRunList", "documentation": "

A list of task runs that are associated with the transform.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A pagination token, if more results are available.

" } } }, "GetMLTransformRequest": { "type": "structure", "required": [ "TransformId" ], "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier of the transform, generated at the time that the transform was created.

" } } }, "GetMLTransformResponse": { "type": "structure", "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier of the transform, generated at the time that the transform was created.

" }, "Name": { "shape": "NameString", "documentation": "

The unique name given to the transform when it was created.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the transform.

" }, "Status": { "shape": "TransformStatusType", "documentation": "

The last known status of the transform (to indicate whether it can be used or not). One of \"NOT_READY\", \"READY\", or \"DELETING\".

" }, "CreatedOn": { "shape": "Timestamp", "documentation": "

The date and time when the transform was created.

" }, "LastModifiedOn": { "shape": "Timestamp", "documentation": "

The date and time when the transform was last modified.

" }, "InputRecordTables": { "shape": "GlueTables", "documentation": "

A list of Glue table definitions used by the transform.

" }, "Parameters": { "shape": "TransformParameters", "documentation": "

The configuration parameters that are specific to the algorithm used.

" }, "EvaluationMetrics": { "shape": "EvaluationMetrics", "documentation": "

The latest evaluation metrics.

" }, "LabelCount": { "shape": "LabelCount", "documentation": "

The number of labels available for this transform.

" }, "Schema": { "shape": "TransformSchema", "documentation": "

The Map<Column, Type> object that represents the schema that this transform accepts. Has an upper bound of 100 columns.

" }, "Role": { "shape": "RoleString", "documentation": "

The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

" }, "MaxCapacity": { "shape": "NullableDouble", "documentation": "

The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined workerType that are allocated when this task runs.

" }, "Timeout": { "shape": "Timeout", "documentation": "

The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

" }, "MaxRetries": { "shape": "NullableInteger", "documentation": "

The maximum number of times to retry a task for this transform after a task run fails.

" }, "TransformEncryption": { "shape": "TransformEncryption", "documentation": "

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

" } } }, "GetMLTransformsRequest": { "type": "structure", "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

A paginated token to offset the results.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of results to return.

" }, "Filter": { "shape": "TransformFilterCriteria", "documentation": "

The filter transformation criteria.

" }, "Sort": { "shape": "TransformSortCriteria", "documentation": "

The sorting criteria.

" } } }, "GetMLTransformsResponse": { "type": "structure", "required": [ "Transforms" ], "members": { "Transforms": { "shape": "TransformList", "documentation": "

A list of machine learning transforms.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A pagination token, if more results are available.

" } } }, "GetMappingRequest": { "type": "structure", "required": [ "Source" ], "members": { "Source": { "shape": "CatalogEntry", "documentation": "

Specifies the source table.

" }, "Sinks": { "shape": "CatalogEntries", "documentation": "

A list of target tables.

" }, "Location": { "shape": "Location", "documentation": "

Parameters for the mapping.

" } } }, "GetMappingResponse": { "type": "structure", "required": [ "Mapping" ], "members": { "Mapping": { "shape": "MappingList", "documentation": "

A list of mappings to the specified targets.

" } } }, "GetPartitionIndexesRequest": { "type": "structure", "required": [ "DatabaseName", "TableName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The catalog ID where the table resides.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

Specifies the name of a database from which you want to retrieve partition indexes.

" }, "TableName": { "shape": "NameString", "documentation": "

Specifies the name of a table for which you want to retrieve the partition indexes.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, included if this is a continuation call.

" } } }, "GetPartitionIndexesResponse": { "type": "structure", "members": { "PartitionIndexDescriptorList": { "shape": "PartitionIndexDescriptorList", "documentation": "

A list of index descriptors.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, present if the current list segment is not the last.

" } } }, "GetPartitionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionValues" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the partition resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the partition's table.

" }, "PartitionValues": { "shape": "ValueStringList", "documentation": "

The values that define the partition.

" } } }, "GetPartitionResponse": { "type": "structure", "members": { "Partition": { "shape": "Partition", "documentation": "

The requested information, in the form of a Partition object.

" } } }, "GetPartitionsRequest": { "type": "structure", "required": [ "DatabaseName", "TableName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the partitions in question reside. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the partitions reside.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the partitions' table.

" }, "Expression": { "shape": "PredicateString", "documentation": "

An expression that filters the partitions to be returned.

The expression uses SQL syntax similar to the SQL WHERE filter clause. The SQL statement parser JSQLParser parses the expression.

Operators: The following are the operators that you can use in the Expression API call:

=

Checks whether the values of the two operands are equal; if yes, then the condition becomes true.

Example: Assume 'variable a' holds 10 and 'variable b' holds 20.

(a = b) is not true.

< >

Checks whether the values of two operands are equal; if the values are not equal, then the condition becomes true.

Example: (a < > b) is true.

>

Checks whether the value of the left operand is greater than the value of the right operand; if yes, then the condition becomes true.

Example: (a > b) is not true.

<

Checks whether the value of the left operand is less than the value of the right operand; if yes, then the condition becomes true.

Example: (a < b) is true.

>=

Checks whether the value of the left operand is greater than or equal to the value of the right operand; if yes, then the condition becomes true.

Example: (a >= b) is not true.

<=

Checks whether the value of the left operand is less than or equal to the value of the right operand; if yes, then the condition becomes true.

Example: (a <= b) is true.

AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL

Logical operators.

Supported Partition Key Types: The following are the supported partition keys.

If an type is encountered that is not valid, an exception is thrown.

The following list shows the valid operators on each type. When you define a crawler, the partitionKey type is created as a STRING, to be compatible with the catalog partitions.

Sample API Call:

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if this is not the first call to retrieve these partitions.

" }, "Segment": { "shape": "Segment", "documentation": "

The segment of the table's partitions to scan in this request.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of partitions to return in a single response.

" }, "ExcludeColumnSchema": { "shape": "BooleanNullable", "documentation": "

When true, specifies not returning the partition column schema. Useful when you are interested only in other partition attributes such as partition values or location. This approach avoids the problem of a large response by not returning duplicate data.

" }, "TransactionId": { "shape": "TransactionIdString", "documentation": "

The transaction ID at which to read the partition contents.

" }, "QueryAsOfTime": { "shape": "Timestamp", "documentation": "

The time as of when to read the partition contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

" } } }, "GetPartitionsResponse": { "type": "structure", "members": { "Partitions": { "shape": "PartitionList", "documentation": "

A list of requested partitions.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if the returned list of partitions does not include the last one.

" } } }, "GetPlanRequest": { "type": "structure", "required": [ "Mapping", "Source" ], "members": { "Mapping": { "shape": "MappingList", "documentation": "

The list of mappings from a source table to target tables.

" }, "Source": { "shape": "CatalogEntry", "documentation": "

The source table.

" }, "Sinks": { "shape": "CatalogEntries", "documentation": "

The target tables.

" }, "Location": { "shape": "Location", "documentation": "

The parameters for the mapping.

" }, "Language": { "shape": "Language", "documentation": "

The programming language of the code to perform the mapping.

" }, "AdditionalPlanOptionsMap": { "shape": "AdditionalPlanOptionsMap", "documentation": "

A map to hold additional optional key-value parameters.

Currently, these key-value pairs are supported:

" } } }, "GetPlanResponse": { "type": "structure", "members": { "PythonScript": { "shape": "PythonScript", "documentation": "

A Python script to perform the mapping.

" }, "ScalaCode": { "shape": "ScalaCode", "documentation": "

The Scala code to perform the mapping.

" } } }, "GetRegistryInput": { "type": "structure", "required": [ "RegistryId" ], "members": { "RegistryId": { "shape": "RegistryId", "documentation": "

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

" } } }, "GetRegistryResponse": { "type": "structure", "members": { "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the registry.

" }, "RegistryArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the registry.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the registry.

" }, "Status": { "shape": "RegistryStatus", "documentation": "

The status of the registry.

" }, "CreatedTime": { "shape": "CreatedTimestamp", "documentation": "

The date and time the registry was created.

" }, "UpdatedTime": { "shape": "UpdatedTimestamp", "documentation": "

The date and time the registry was updated.

" } } }, "GetResourcePoliciesRequest": { "type": "structure", "members": { "NextToken": { "shape": "Token", "documentation": "

A continuation token, if this is a continuation request.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum size of a list to return.

" } } }, "GetResourcePoliciesResponse": { "type": "structure", "members": { "GetResourcePoliciesResponseList": { "shape": "GetResourcePoliciesResponseList", "documentation": "

A list of the individual resource policies and the account-level resource policy.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if the returned list does not contain the last resource policy available.

" } } }, "GetResourcePoliciesResponseList": { "type": "list", "member": { "shape": "GluePolicy" } }, "GetResourcePolicyRequest": { "type": "structure", "members": { "ResourceArn": { "shape": "GlueResourceArn", "documentation": "

The ARN of the Glue resource for which to retrieve the resource policy. If not supplied, the Data Catalog resource policy is returned. Use GetResourcePolicies to view all existing resource policies. For more information see Specifying Glue Resource ARNs.

" } } }, "GetResourcePolicyResponse": { "type": "structure", "members": { "PolicyInJson": { "shape": "PolicyJsonString", "documentation": "

Contains the requested policy document, in JSON format.

" }, "PolicyHash": { "shape": "HashString", "documentation": "

Contains the hash value associated with this policy.

" }, "CreateTime": { "shape": "Timestamp", "documentation": "

The date and time at which the policy was created.

" }, "UpdateTime": { "shape": "Timestamp", "documentation": "

The date and time at which the policy was last updated.

" } } }, "GetSchemaByDefinitionInput": { "type": "structure", "required": [ "SchemaId", "SchemaDefinition" ], "members": { "SchemaId": { "shape": "SchemaId", "documentation": "

This is a wrapper structure to contain schema identity fields. The structure contains:

" }, "SchemaDefinition": { "shape": "SchemaDefinitionString", "documentation": "

The definition of the schema for which schema details are required.

" } } }, "GetSchemaByDefinitionResponse": { "type": "structure", "members": { "SchemaVersionId": { "shape": "SchemaVersionIdString", "documentation": "

The schema ID of the schema version.

" }, "SchemaArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the schema.

" }, "DataFormat": { "shape": "DataFormat", "documentation": "

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

" }, "Status": { "shape": "SchemaVersionStatus", "documentation": "

The status of the schema version.

" }, "CreatedTime": { "shape": "CreatedTimestamp", "documentation": "

The date and time the schema was created.

" } } }, "GetSchemaInput": { "type": "structure", "required": [ "SchemaId" ], "members": { "SchemaId": { "shape": "SchemaId", "documentation": "

This is a wrapper structure to contain schema identity fields. The structure contains:

" } } }, "GetSchemaResponse": { "type": "structure", "members": { "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the registry.

" }, "RegistryArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the registry.

" }, "SchemaName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the schema.

" }, "SchemaArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the schema.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of schema if specified when created

" }, "DataFormat": { "shape": "DataFormat", "documentation": "

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

" }, "Compatibility": { "shape": "Compatibility", "documentation": "

The compatibility mode of the schema.

" }, "SchemaCheckpoint": { "shape": "SchemaCheckpointNumber", "documentation": "

The version number of the checkpoint (the last time the compatibility mode was changed).

" }, "LatestSchemaVersion": { "shape": "VersionLongNumber", "documentation": "

The latest version of the schema associated with the returned schema definition.

" }, "NextSchemaVersion": { "shape": "VersionLongNumber", "documentation": "

The next version of the schema associated with the returned schema definition.

" }, "SchemaStatus": { "shape": "SchemaStatus", "documentation": "

The status of the schema.

" }, "CreatedTime": { "shape": "CreatedTimestamp", "documentation": "

The date and time the schema was created.

" }, "UpdatedTime": { "shape": "UpdatedTimestamp", "documentation": "

The date and time the schema was updated.

" } } }, "GetSchemaVersionInput": { "type": "structure", "members": { "SchemaId": { "shape": "SchemaId", "documentation": "

This is a wrapper structure to contain schema identity fields. The structure contains:

" }, "SchemaVersionId": { "shape": "SchemaVersionIdString", "documentation": "

The SchemaVersionId of the schema version. This field is required for fetching by schema ID. Either this or the SchemaId wrapper has to be provided.

" }, "SchemaVersionNumber": { "shape": "SchemaVersionNumber", "documentation": "

The version number of the schema.

" } } }, "GetSchemaVersionResponse": { "type": "structure", "members": { "SchemaVersionId": { "shape": "SchemaVersionIdString", "documentation": "

The SchemaVersionId of the schema version.

" }, "SchemaDefinition": { "shape": "SchemaDefinitionString", "documentation": "

The schema definition for the schema ID.

" }, "DataFormat": { "shape": "DataFormat", "documentation": "

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

" }, "SchemaArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the schema.

" }, "VersionNumber": { "shape": "VersionLongNumber", "documentation": "

The version number of the schema.

" }, "Status": { "shape": "SchemaVersionStatus", "documentation": "

The status of the schema version.

" }, "CreatedTime": { "shape": "CreatedTimestamp", "documentation": "

The date and time the schema version was created.

" } } }, "GetSchemaVersionsDiffInput": { "type": "structure", "required": [ "SchemaId", "FirstSchemaVersionNumber", "SecondSchemaVersionNumber", "SchemaDiffType" ], "members": { "SchemaId": { "shape": "SchemaId", "documentation": "

This is a wrapper structure to contain schema identity fields. The structure contains:

" }, "FirstSchemaVersionNumber": { "shape": "SchemaVersionNumber", "documentation": "

The first of the two schema versions to be compared.

" }, "SecondSchemaVersionNumber": { "shape": "SchemaVersionNumber", "documentation": "

The second of the two schema versions to be compared.

" }, "SchemaDiffType": { "shape": "SchemaDiffType", "documentation": "

Refers to SYNTAX_DIFF, which is the currently supported diff type.

" } } }, "GetSchemaVersionsDiffResponse": { "type": "structure", "members": { "Diff": { "shape": "SchemaDefinitionDiff", "documentation": "

The difference between schemas as a string in JsonPatch format.

" } } }, "GetSecurityConfigurationRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the security configuration to retrieve.

" } } }, "GetSecurityConfigurationResponse": { "type": "structure", "members": { "SecurityConfiguration": { "shape": "SecurityConfiguration", "documentation": "

The requested security configuration.

" } } }, "GetSecurityConfigurationsRequest": { "type": "structure", "members": { "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of results to return.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if this is a continuation call.

" } } }, "GetSecurityConfigurationsResponse": { "type": "structure", "members": { "SecurityConfigurations": { "shape": "SecurityConfigurationList", "documentation": "

A list of security configurations.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if there are more security configurations to return.

" } } }, "GetSessionRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "NameString", "documentation": "

The ID of the session.

" }, "RequestOrigin": { "shape": "OrchestrationNameString", "documentation": "

The origin of the request.

" } } }, "GetSessionResponse": { "type": "structure", "members": { "Session": { "shape": "Session", "documentation": "

The session object is returned in the response.

" } } }, "GetStatementRequest": { "type": "structure", "required": [ "SessionId", "Id" ], "members": { "SessionId": { "shape": "NameString", "documentation": "

The Session ID of the statement.

" }, "Id": { "shape": "IntegerValue", "documentation": "

The Id of the statement.

" }, "RequestOrigin": { "shape": "OrchestrationNameString", "documentation": "

The origin of the request.

" } } }, "GetStatementResponse": { "type": "structure", "members": { "Statement": { "shape": "Statement", "documentation": "

Returns the statement.

" } } }, "GetTableOptimizerRequest": { "type": "structure", "required": [ "CatalogId", "DatabaseName", "TableName", "Type" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The Catalog ID of the table.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the database in the catalog in which the table resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table.

" }, "Type": { "shape": "TableOptimizerType", "documentation": "

The type of table optimizer.

" } } }, "GetTableOptimizerResponse": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The Catalog ID of the table.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the database in the catalog in which the table resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table.

" }, "TableOptimizer": { "shape": "TableOptimizer", "documentation": "

The optimizer associated with the specified table.

" } } }, "GetTableRequest": { "type": "structure", "required": [ "DatabaseName", "Name" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

" }, "Name": { "shape": "NameString", "documentation": "

The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.

" }, "TransactionId": { "shape": "TransactionIdString", "documentation": "

The transaction ID at which to read the table contents.

" }, "QueryAsOfTime": { "shape": "Timestamp", "documentation": "

The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

" }, "IncludeStatusDetails": { "shape": "BooleanNullable", "documentation": "

Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.

" } } }, "GetTableResponse": { "type": "structure", "members": { "Table": { "shape": "Table", "documentation": "

The Table object that defines the specified table.

" } } }, "GetTableVersionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table. For Hive compatibility, this name is entirely lowercase.

" }, "VersionId": { "shape": "VersionString", "documentation": "

The ID value of the table version to be retrieved. A VersionID is a string representation of an integer. Each version is incremented by 1.

" } } }, "GetTableVersionResponse": { "type": "structure", "members": { "TableVersion": { "shape": "TableVersion", "documentation": "

The requested table version.

" } } }, "GetTableVersionsList": { "type": "list", "member": { "shape": "TableVersion" } }, "GetTableVersionsRequest": { "type": "structure", "required": [ "DatabaseName", "TableName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table. For Hive compatibility, this name is entirely lowercase.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if this is not the first call.

" }, "MaxResults": { "shape": "CatalogGetterPageSize", "documentation": "

The maximum number of table versions to return in one response.

" } } }, "GetTableVersionsResponse": { "type": "structure", "members": { "TableVersions": { "shape": "GetTableVersionsList", "documentation": "

A list of strings identifying available versions of the specified table.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if the list of available versions does not include the last one.

" } } }, "GetTablesRequest": { "type": "structure", "required": [ "DatabaseName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.

" }, "Expression": { "shape": "FilterString", "documentation": "

A regular expression pattern. If present, only those tables whose names match the pattern are returned.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, included if this is a continuation call.

" }, "MaxResults": { "shape": "CatalogGetterPageSize", "documentation": "

The maximum number of tables to return in a single response.

" }, "TransactionId": { "shape": "TransactionIdString", "documentation": "

The transaction ID at which to read the table contents.

" }, "QueryAsOfTime": { "shape": "Timestamp", "documentation": "

The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

" }, "IncludeStatusDetails": { "shape": "BooleanNullable", "documentation": "

Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.

" }, "AttributesToGet": { "shape": "TableAttributesList", "documentation": "

Specifies the table fields returned by the GetTables call. This parameter doesn’t accept an empty list. The request must include NAME.

The following are the valid combinations of values:

" } } }, "GetTablesResponse": { "type": "structure", "members": { "TableList": { "shape": "TableList", "documentation": "

A list of the requested Table objects.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, present if the current list segment is not the last.

" } } }, "GetTagsRequest": { "type": "structure", "required": [ "ResourceArn" ], "members": { "ResourceArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the resource for which to retrieve tags.

" } } }, "GetTagsResponse": { "type": "structure", "members": { "Tags": { "shape": "TagsMap", "documentation": "

The requested tags.

" } } }, "GetTriggerRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the trigger to retrieve.

" } } }, "GetTriggerResponse": { "type": "structure", "members": { "Trigger": { "shape": "Trigger", "documentation": "

The requested trigger definition.

" } } }, "GetTriggersRequest": { "type": "structure", "members": { "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if this is a continuation call.

" }, "DependentJobName": { "shape": "NameString", "documentation": "

The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.

" }, "MaxResults": { "shape": "OrchestrationPageSize200", "documentation": "

The maximum size of the response.

" } } }, "GetTriggersResponse": { "type": "structure", "members": { "Triggers": { "shape": "TriggerList", "documentation": "

A list of triggers for the specified job.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if not all the requested triggers have yet been returned.

" } } }, "GetUnfilteredPartitionMetadataRequest": { "type": "structure", "required": [ "CatalogId", "DatabaseName", "TableName", "PartitionValues", "SupportedPermissionTypes" ], "members": { "Region": { "shape": "ValueString", "documentation": "

Specified only if the base tables belong to a different Amazon Web Services Region.

" }, "CatalogId": { "shape": "CatalogIdString", "documentation": "

The catalog ID where the partition resides.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

(Required) Specifies the name of a database that contains the partition.

" }, "TableName": { "shape": "NameString", "documentation": "

(Required) Specifies the name of a table that contains the partition.

" }, "PartitionValues": { "shape": "ValueStringList", "documentation": "

(Required) A list of partition key values.

" }, "AuditContext": { "shape": "AuditContext", "documentation": "

A structure containing Lake Formation audit context information.

" }, "SupportedPermissionTypes": { "shape": "PermissionTypeList", "documentation": "

(Required) A list of supported permission types.

" }, "QuerySessionContext": { "shape": "QuerySessionContext", "documentation": "

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.

" } } }, "GetUnfilteredPartitionMetadataResponse": { "type": "structure", "members": { "Partition": { "shape": "Partition", "documentation": "

A Partition object containing the partition metadata.

" }, "AuthorizedColumns": { "shape": "NameStringList", "documentation": "

A list of column names that the user has been granted access to.

" }, "IsRegisteredWithLakeFormation": { "shape": "Boolean", "documentation": "

A Boolean value that indicates whether the partition location is registered with Lake Formation.

" } } }, "GetUnfilteredPartitionsMetadataRequest": { "type": "structure", "required": [ "CatalogId", "DatabaseName", "TableName", "SupportedPermissionTypes" ], "members": { "Region": { "shape": "ValueString", "documentation": "

Specified only if the base tables belong to a different Amazon Web Services Region.

" }, "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the partitions in question reside. If none is provided, the AWS account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the partitions reside.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table that contains the partition.

" }, "Expression": { "shape": "PredicateString", "documentation": "

An expression that filters the partitions to be returned.

The expression uses SQL syntax similar to the SQL WHERE filter clause. The SQL statement parser JSQLParser parses the expression.

Operators: The following are the operators that you can use in the Expression API call:

=

Checks whether the values of the two operands are equal; if yes, then the condition becomes true.

Example: Assume 'variable a' holds 10 and 'variable b' holds 20.

(a = b) is not true.

< >

Checks whether the values of two operands are equal; if the values are not equal, then the condition becomes true.

Example: (a < > b) is true.

>

Checks whether the value of the left operand is greater than the value of the right operand; if yes, then the condition becomes true.

Example: (a > b) is not true.

<

Checks whether the value of the left operand is less than the value of the right operand; if yes, then the condition becomes true.

Example: (a < b) is true.

>=

Checks whether the value of the left operand is greater than or equal to the value of the right operand; if yes, then the condition becomes true.

Example: (a >= b) is not true.

<=

Checks whether the value of the left operand is less than or equal to the value of the right operand; if yes, then the condition becomes true.

Example: (a <= b) is true.

AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL

Logical operators.

Supported Partition Key Types: The following are the supported partition keys.

If an type is encountered that is not valid, an exception is thrown.

" }, "AuditContext": { "shape": "AuditContext", "documentation": "

A structure containing Lake Formation audit context information.

" }, "SupportedPermissionTypes": { "shape": "PermissionTypeList", "documentation": "

A list of supported permission types.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if this is not the first call to retrieve these partitions.

" }, "Segment": { "shape": "Segment", "documentation": "

The segment of the table's partitions to scan in this request.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of partitions to return in a single response.

" }, "QuerySessionContext": { "shape": "QuerySessionContext", "documentation": "

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.

" } } }, "GetUnfilteredPartitionsMetadataResponse": { "type": "structure", "members": { "UnfilteredPartitions": { "shape": "UnfilteredPartitionList", "documentation": "

A list of requested partitions.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if the returned list of partitions does not include the last one.

" } } }, "GetUnfilteredTableMetadataRequest": { "type": "structure", "required": [ "CatalogId", "DatabaseName", "Name", "SupportedPermissionTypes" ], "members": { "Region": { "shape": "ValueString", "documentation": "

Specified only if the base tables belong to a different Amazon Web Services Region.

" }, "CatalogId": { "shape": "CatalogIdString", "documentation": "

The catalog ID where the table resides.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

(Required) Specifies the name of a database that contains the table.

" }, "Name": { "shape": "NameString", "documentation": "

(Required) Specifies the name of a table for which you are requesting metadata.

" }, "AuditContext": { "shape": "AuditContext", "documentation": "

A structure containing Lake Formation audit context information.

" }, "SupportedPermissionTypes": { "shape": "PermissionTypeList", "documentation": "

Indicates the level of filtering a third-party analytical engine is capable of enforcing when calling the GetUnfilteredTableMetadata API operation. Accepted values are:

Note: Each of these permission types follows a hierarchical order where each subsequent permission type includes all permission of the previous type.

Important: If you provide a supported permission type that doesn't match the user's level of permissions on the table, then Lake Formation raises an exception. For example, if the third-party engine calling the GetUnfilteredTableMetadata operation can enforce only column-level filtering, and the user has nested cell filtering applied on the table, Lake Formation throws an exception, and will not return unfiltered table metadata and data access credentials.

" }, "ParentResourceArn": { "shape": "ArnString", "documentation": "

The resource ARN of the view.

" }, "RootResourceArn": { "shape": "ArnString", "documentation": "

The resource ARN of the root view in a chain of nested views.

" }, "SupportedDialect": { "shape": "SupportedDialect", "documentation": "

A structure specifying the dialect and dialect version used by the query engine.

" }, "Permissions": { "shape": "PermissionList", "documentation": "

The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.

" }, "QuerySessionContext": { "shape": "QuerySessionContext", "documentation": "

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.

" } } }, "GetUnfilteredTableMetadataResponse": { "type": "structure", "members": { "Table": { "shape": "Table", "documentation": "

A Table object containing the table metadata.

" }, "AuthorizedColumns": { "shape": "NameStringList", "documentation": "

A list of column names that the user has been granted access to.

" }, "IsRegisteredWithLakeFormation": { "shape": "Boolean", "documentation": "

A Boolean value that indicates whether the partition location is registered with Lake Formation.

" }, "CellFilters": { "shape": "ColumnRowFilterList", "documentation": "

A list of column row filters.

" }, "QueryAuthorizationId": { "shape": "HashString", "documentation": "

A cryptographically generated query identifier generated by Glue or Lake Formation.

" }, "IsMultiDialectView": { "shape": "Boolean", "documentation": "

Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.

" }, "ResourceArn": { "shape": "ArnString", "documentation": "

The resource ARN of the parent resource extracted from the request.

" }, "IsProtected": { "shape": "Boolean", "documentation": "

A flag that instructs the engine not to push user-provided operations into the logical plan of the view during query planning. However, if set this flag does not guarantee that the engine will comply. Refer to the engine's documentation to understand the guarantees provided, if any.

" }, "Permissions": { "shape": "PermissionList", "documentation": "

The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.

" }, "RowFilter": { "shape": "PredicateString", "documentation": "

The filter that applies to the table. For example when applying the filter in SQL, it would go in the WHERE clause and can be evaluated by using an AND operator with any other predicates applied by the user querying the table.

" } } }, "GetUsageProfileRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the usage profile to retrieve.

" } } }, "GetUsageProfileResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the usage profile.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the usage profile.

" }, "Configuration": { "shape": "ProfileConfiguration", "documentation": "

A ProfileConfiguration object specifying the job and session values for the profile.

" }, "CreatedOn": { "shape": "TimestampValue", "documentation": "

The date and time when the usage profile was created.

" }, "LastModifiedOn": { "shape": "TimestampValue", "documentation": "

The date and time when the usage profile was last modified.

" } } }, "GetUserDefinedFunctionRequest": { "type": "structure", "required": [ "DatabaseName", "FunctionName" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the function to be retrieved is located. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the function is located.

" }, "FunctionName": { "shape": "NameString", "documentation": "

The name of the function.

" } } }, "GetUserDefinedFunctionResponse": { "type": "structure", "members": { "UserDefinedFunction": { "shape": "UserDefinedFunction", "documentation": "

The requested function definition.

" } } }, "GetUserDefinedFunctionsRequest": { "type": "structure", "required": [ "Pattern" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the functions are located. If none is provided, functions from all the databases across the catalog will be returned.

" }, "Pattern": { "shape": "NameString", "documentation": "

An optional function-name pattern string that filters the function definitions returned.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if this is a continuation call.

" }, "MaxResults": { "shape": "CatalogGetterPageSize", "documentation": "

The maximum number of functions to return in one response.

" } } }, "GetUserDefinedFunctionsResponse": { "type": "structure", "members": { "UserDefinedFunctions": { "shape": "UserDefinedFunctionList", "documentation": "

A list of requested function definitions.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if the list of functions returned does not include the last requested function.

" } } }, "GetWorkflowRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the workflow to retrieve.

" }, "IncludeGraph": { "shape": "NullableBoolean", "documentation": "

Specifies whether to include a graph when returning the workflow resource metadata.

" } } }, "GetWorkflowResponse": { "type": "structure", "members": { "Workflow": { "shape": "Workflow", "documentation": "

The resource metadata for the workflow.

" } } }, "GetWorkflowRunPropertiesRequest": { "type": "structure", "required": [ "Name", "RunId" ], "members": { "Name": { "shape": "NameString", "documentation": "

Name of the workflow which was run.

" }, "RunId": { "shape": "IdString", "documentation": "

The ID of the workflow run whose run properties should be returned.

" } } }, "GetWorkflowRunPropertiesResponse": { "type": "structure", "members": { "RunProperties": { "shape": "WorkflowRunProperties", "documentation": "

The workflow run properties which were set during the specified run.

" } } }, "GetWorkflowRunRequest": { "type": "structure", "required": [ "Name", "RunId" ], "members": { "Name": { "shape": "NameString", "documentation": "

Name of the workflow being run.

" }, "RunId": { "shape": "IdString", "documentation": "

The ID of the workflow run.

" }, "IncludeGraph": { "shape": "NullableBoolean", "documentation": "

Specifies whether to include the workflow graph in response or not.

" } } }, "GetWorkflowRunResponse": { "type": "structure", "members": { "Run": { "shape": "WorkflowRun", "documentation": "

The requested workflow run metadata.

" } } }, "GetWorkflowRunsRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

Name of the workflow whose metadata of runs should be returned.

" }, "IncludeGraph": { "shape": "NullableBoolean", "documentation": "

Specifies whether to include the workflow graph in response or not.

" }, "NextToken": { "shape": "GenericString", "documentation": "

The maximum size of the response.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of workflow runs to be included in the response.

" } } }, "GetWorkflowRunsResponse": { "type": "structure", "members": { "Runs": { "shape": "WorkflowRuns", "documentation": "

A list of workflow run metadata objects.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if not all requested workflow runs have been returned.

" } } }, "GluePolicy": { "type": "structure", "members": { "PolicyInJson": { "shape": "PolicyJsonString", "documentation": "

Contains the requested policy document, in JSON format.

" }, "PolicyHash": { "shape": "HashString", "documentation": "

Contains the hash value associated with this policy.

" }, "CreateTime": { "shape": "Timestamp", "documentation": "

The date and time at which the policy was created.

" }, "UpdateTime": { "shape": "Timestamp", "documentation": "

The date and time at which the policy was last updated.

" } }, "documentation": "

A structure for returning a resource policy.

" }, "GlueRecordType": { "type": "string", "enum": [ "DATE", "STRING", "TIMESTAMP", "INT", "FLOAT", "LONG", "BIGDECIMAL", "BYTE", "SHORT", "DOUBLE" ] }, "GlueResourceArn": { "type": "string", "max": 10240, "min": 1, "pattern": "arn:(aws|aws-us-gov|aws-cn):glue:.*" }, "GlueSchema": { "type": "structure", "members": { "Columns": { "shape": "GlueStudioSchemaColumnList", "documentation": "

Specifies the column definitions that make up a Glue schema.

" } }, "documentation": "

Specifies a user-defined schema when a schema cannot be determined by Glue.

" }, "GlueSchemas": { "type": "list", "member": { "shape": "GlueSchema" } }, "GlueStudioColumnNameString": { "type": "string", "max": 1024, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "GlueStudioPathList": { "type": "list", "member": { "shape": "EnclosedInStringProperties" } }, "GlueStudioSchemaColumn": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "GlueStudioColumnNameString", "documentation": "

The name of the column in the Glue Studio schema.

" }, "Type": { "shape": "ColumnTypeString", "documentation": "

The hive type for this column in the Glue Studio schema.

" } }, "documentation": "

Specifies a single column in a Glue schema definition.

" }, "GlueStudioSchemaColumnList": { "type": "list", "member": { "shape": "GlueStudioSchemaColumn" } }, "GlueTable": { "type": "structure", "required": [ "DatabaseName", "TableName" ], "members": { "DatabaseName": { "shape": "NameString", "documentation": "

A database name in the Glue Data Catalog.

" }, "TableName": { "shape": "NameString", "documentation": "

A table name in the Glue Data Catalog.

" }, "CatalogId": { "shape": "NameString", "documentation": "

A unique identifier for the Glue Data Catalog.

" }, "ConnectionName": { "shape": "NameString", "documentation": "

The name of the connection to the Glue Data Catalog.

" }, "AdditionalOptions": { "shape": "GlueTableAdditionalOptions", "documentation": "

Additional options for the table. Currently there are two keys supported:

" } }, "documentation": "

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

" }, "GlueTableAdditionalOptions": { "type": "map", "key": { "shape": "NameString" }, "value": { "shape": "DescriptionString" }, "max": 10, "min": 1 }, "GlueTables": { "type": "list", "member": { "shape": "GlueTable" }, "max": 10, "min": 0 }, "GlueVersionString": { "type": "string", "max": 255, "min": 1, "pattern": "^\\w+\\.\\w+$" }, "GovernedCatalogSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data store.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The database table to read from.

" }, "PartitionPredicate": { "shape": "EnclosedInStringProperty", "documentation": "

Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted. Set to \"\" – empty by default.

" }, "AdditionalOptions": { "shape": "S3SourceAdditionalOptions", "documentation": "

Specifies additional connection options.

" } }, "documentation": "

Specifies the data store in the governed Glue Data Catalog.

" }, "GovernedCatalogTarget": { "type": "structure", "required": [ "Name", "Inputs", "Table", "Database" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "PartitionKeys": { "shape": "GlueStudioPathList", "documentation": "

Specifies native partitioning using a sequence of keys.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to write to.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to write to.

" }, "SchemaChangePolicy": { "shape": "CatalogSchemaChangePolicy", "documentation": "

A policy that specifies update behavior for the governed catalog.

" } }, "documentation": "

Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.

" }, "GrokClassifier": { "type": "structure", "required": [ "Name", "Classification", "GrokPattern" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the classifier.

" }, "Classification": { "shape": "Classification", "documentation": "

An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.

" }, "CreationTime": { "shape": "Timestamp", "documentation": "

The time that this classifier was registered.

" }, "LastUpdated": { "shape": "Timestamp", "documentation": "

The time that this classifier was last updated.

" }, "Version": { "shape": "VersionId", "documentation": "

The version of this classifier.

" }, "GrokPattern": { "shape": "GrokPattern", "documentation": "

The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in Writing Custom Classifiers.

" }, "CustomPatterns": { "shape": "CustomPatterns", "documentation": "

Optional custom grok patterns defined by this classifier. For more information, see custom patterns in Writing Custom Classifiers.

" } }, "documentation": "

A classifier that uses grok patterns.

" }, "GrokPattern": { "type": "string", "max": 2048, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\t]*" }, "HashString": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "HudiTarget": { "type": "structure", "members": { "Paths": { "shape": "PathList", "documentation": "

An array of Amazon S3 location strings for Hudi, each indicating the root folder with which the metadata files for a Hudi table resides. The Hudi folder may be located in a child folder of the root folder.

The crawler will scan all folders underneath a path for a Hudi folder.

" }, "ConnectionName": { "shape": "ConnectionName", "documentation": "

The name of the connection to use to connect to the Hudi target. If your Hudi files are stored in buckets that require VPC authorization, you can set their connection properties here.

" }, "Exclusions": { "shape": "PathList", "documentation": "

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

" }, "MaximumTraversalDepth": { "shape": "NullableInteger", "documentation": "

The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Hudi metadata folder in your Amazon S3 path. Used to limit the crawler run time.

" } }, "documentation": "

Specifies an Apache Hudi data source.

" }, "HudiTargetCompressionType": { "type": "string", "enum": [ "gzip", "lzo", "uncompressed", "snappy" ] }, "HudiTargetList": { "type": "list", "member": { "shape": "HudiTarget" } }, "IAMRoleArn": { "type": "string", "pattern": "^arn:aws(-(cn|us-gov|iso(-[bef])?))?:iam::[0-9]{12}:role/.+" }, "IcebergInput": { "type": "structure", "required": [ "MetadataOperation" ], "members": { "MetadataOperation": { "shape": "MetadataOperation", "documentation": "

A required metadata operation. Can only be set to CREATE.

" }, "Version": { "shape": "VersionString", "documentation": "

The table version for the Iceberg table. Defaults to 2.

" } }, "documentation": "

A structure that defines an Apache Iceberg metadata table to create in the catalog.

" }, "IcebergTarget": { "type": "structure", "members": { "Paths": { "shape": "PathList", "documentation": "

One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.

" }, "ConnectionName": { "shape": "ConnectionName", "documentation": "

The name of the connection to use to connect to the Iceberg target.

" }, "Exclusions": { "shape": "PathList", "documentation": "

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

" }, "MaximumTraversalDepth": { "shape": "NullableInteger", "documentation": "

The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Iceberg metadata folder in your Amazon S3 path. Used to limit the crawler run time.

" } }, "documentation": "

Specifies an Apache Iceberg data source where Iceberg tables are stored in Amazon S3.

" }, "IcebergTargetList": { "type": "list", "member": { "shape": "IcebergTarget" } }, "IdString": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "IdleTimeout": { "type": "integer", "box": true }, "ImportCatalogToGlueRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.

" } } }, "ImportCatalogToGlueResponse": { "type": "structure", "members": {} }, "ImportLabelsTaskRunProperties": { "type": "structure", "members": { "InputS3Path": { "shape": "UriString", "documentation": "

The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.

" }, "Replace": { "shape": "ReplaceBoolean", "documentation": "

Indicates whether to overwrite your existing labels.

" } }, "documentation": "

Specifies configuration properties for an importing labels task run.

" }, "InclusionAnnotationList": { "type": "list", "member": { "shape": "DatapointInclusionAnnotation" } }, "InclusionAnnotationValue": { "type": "string", "enum": [ "INCLUDE", "EXCLUDE" ] }, "Integer": { "type": "integer" }, "IntegerFlag": { "type": "integer", "max": 1, "min": 0 }, "IntegerValue": { "type": "integer" }, "IsVersionValid": { "type": "boolean" }, "Iso8601DateTime": { "type": "timestamp", "timestampFormat": "iso8601" }, "JDBCConnectionType": { "type": "string", "enum": [ "sqlserver", "mysql", "oracle", "postgresql", "redshift" ] }, "JDBCConnectorOptions": { "type": "structure", "members": { "FilterPredicate": { "shape": "EnclosedInStringProperty", "documentation": "

Extra condition clause to filter data from source. For example:

BillingCity='Mountain View'

When using a query instead of a table name, you should validate that the query works with the specified filterPredicate.

" }, "PartitionColumn": { "shape": "EnclosedInStringProperty", "documentation": "

The name of an integer column that is used for partitioning. This option works only when it's included with lowerBound, upperBound, and numPartitions. This option works the same way as in the Spark SQL JDBC reader.

" }, "LowerBound": { "shape": "BoxedNonNegativeLong", "documentation": "

The minimum value of partitionColumn that is used to decide partition stride.

" }, "UpperBound": { "shape": "BoxedNonNegativeLong", "documentation": "

The maximum value of partitionColumn that is used to decide partition stride.

" }, "NumPartitions": { "shape": "BoxedNonNegativeLong", "documentation": "

The number of partitions. This value, along with lowerBound (inclusive) and upperBound (exclusive), form partition strides for generated WHERE clause expressions that are used to split the partitionColumn.

" }, "JobBookmarkKeys": { "shape": "EnclosedInStringProperties", "documentation": "

The name of the job bookmark keys on which to sort.

" }, "JobBookmarkKeysSortOrder": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies an ascending or descending sort order.

" }, "DataTypeMapping": { "shape": "JDBCDataTypeMapping", "documentation": "

Custom data type mapping that builds a mapping from a JDBC data type to an Glue data type. For example, the option \"dataTypeMapping\":{\"FLOAT\":\"STRING\"} maps data fields of JDBC type FLOAT into the Java String type by calling the ResultSet.getString() method of the driver, and uses it to build the Glue record. The ResultSet object is implemented by each driver, so the behavior is specific to the driver you use. Refer to the documentation for your JDBC driver to understand how the driver performs the conversions.

" } }, "documentation": "

Additional connection options for the connector.

" }, "JDBCConnectorSource": { "type": "structure", "required": [ "Name", "ConnectionName", "ConnectorName", "ConnectionType" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data source.

" }, "ConnectionName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the connection that is associated with the connector.

" }, "ConnectorName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of a connector that assists with accessing the data store in Glue Studio.

" }, "ConnectionType": { "shape": "EnclosedInStringProperty", "documentation": "

The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data store.

" }, "AdditionalOptions": { "shape": "JDBCConnectorOptions", "documentation": "

Additional connection options for the connector.

" }, "ConnectionTable": { "shape": "EnclosedInStringPropertyWithQuote", "documentation": "

The name of the table in the data source.

" }, "Query": { "shape": "SqlQuery", "documentation": "

The table or SQL query to get the data from. You can specify either ConnectionTable or query, but not both.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the custom JDBC source.

" } }, "documentation": "

Specifies a connector to a JDBC data source.

" }, "JDBCConnectorTarget": { "type": "structure", "required": [ "Name", "Inputs", "ConnectionName", "ConnectionTable", "ConnectorName", "ConnectionType" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "ConnectionName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the connection that is associated with the connector.

" }, "ConnectionTable": { "shape": "EnclosedInStringPropertyWithQuote", "documentation": "

The name of the table in the data target.

" }, "ConnectorName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of a connector that will be used.

" }, "ConnectionType": { "shape": "EnclosedInStringProperty", "documentation": "

The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data target.

" }, "AdditionalOptions": { "shape": "AdditionalOptions", "documentation": "

Additional connection options for the connector.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the JDBC target.

" } }, "documentation": "

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

" }, "JDBCDataType": { "type": "string", "enum": [ "ARRAY", "BIGINT", "BINARY", "BIT", "BLOB", "BOOLEAN", "CHAR", "CLOB", "DATALINK", "DATE", "DECIMAL", "DISTINCT", "DOUBLE", "FLOAT", "INTEGER", "JAVA_OBJECT", "LONGNVARCHAR", "LONGVARBINARY", "LONGVARCHAR", "NCHAR", "NCLOB", "NULL", "NUMERIC", "NVARCHAR", "OTHER", "REAL", "REF", "REF_CURSOR", "ROWID", "SMALLINT", "SQLXML", "STRUCT", "TIME", "TIME_WITH_TIMEZONE", "TIMESTAMP", "TIMESTAMP_WITH_TIMEZONE", "TINYINT", "VARBINARY", "VARCHAR" ] }, "JDBCDataTypeMapping": { "type": "map", "key": { "shape": "JDBCDataType" }, "value": { "shape": "GlueRecordType" } }, "JdbcMetadataEntry": { "type": "string", "enum": [ "COMMENTS", "RAWTYPES" ] }, "JdbcTarget": { "type": "structure", "members": { "ConnectionName": { "shape": "ConnectionName", "documentation": "

The name of the connection to use to connect to the JDBC target.

" }, "Path": { "shape": "Path", "documentation": "

The path of the JDBC target.

" }, "Exclusions": { "shape": "PathList", "documentation": "

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

" }, "EnableAdditionalMetadata": { "shape": "EnableAdditionalMetadata", "documentation": "

Specify a value of RAWTYPES or COMMENTS to enable additional metadata in table responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments associated with a column or table in the database.

If you do not need additional metadata, keep the field empty.

" } }, "documentation": "

Specifies a JDBC data store to crawl.

" }, "JdbcTargetList": { "type": "list", "member": { "shape": "JdbcTarget" } }, "Job": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name you assign to this job definition.

" }, "JobMode": { "shape": "JobMode", "documentation": "

A mode that describes how a job was created. Valid values are:

When the JobMode field is missing or null, SCRIPT is assigned as the default value.

" }, "JobRunQueuingEnabled": { "shape": "NullableBoolean", "documentation": "

Specifies whether job run queuing is enabled for the job runs for this job.

A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.

If this field does not match the value set in the job run, then the value from the job run field will be used.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the job.

" }, "LogUri": { "shape": "UriString", "documentation": "

This field is reserved for future use.

" }, "Role": { "shape": "RoleString", "documentation": "

The name or Amazon Resource Name (ARN) of the IAM role associated with this job.

" }, "CreatedOn": { "shape": "TimestampValue", "documentation": "

The time and date that this job definition was created.

" }, "LastModifiedOn": { "shape": "TimestampValue", "documentation": "

The last point in time when this job definition was modified.

" }, "ExecutionProperty": { "shape": "ExecutionProperty", "documentation": "

An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.

" }, "Command": { "shape": "JobCommand", "documentation": "

The JobCommand that runs this job.

" }, "DefaultArguments": { "shape": "GenericMap", "documentation": "

The default arguments for every run of this job, specified as name-value pairs.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

" }, "NonOverridableArguments": { "shape": "GenericMap", "documentation": "

Arguments for this job that are not overridden when providing job arguments in a job run, specified as name-value pairs.

" }, "Connections": { "shape": "ConnectionsList", "documentation": "

The connections used for this job.

" }, "MaxRetries": { "shape": "MaxRetries", "documentation": "

The maximum number of times to retry this job after a JobRun fails.

" }, "AllocatedCapacity": { "shape": "IntegerValue", "documentation": "

This field is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) allocated to runs of this job. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

", "deprecated": true, "deprecatedMessage": "This property is deprecated, use MaxCapacity instead." }, "Timeout": { "shape": "Timeout", "documentation": "

The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours) for batch jobs.

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

" }, "MaxCapacity": { "shape": "NullableDouble", "documentation": "

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0 or later jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined workerType that are allocated when a job runs.

" }, "SecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the SecurityConfiguration structure to be used with this job.

" }, "NotificationProperty": { "shape": "NotificationProperty", "documentation": "

Specifies configuration properties of a job notification.

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.

Ray jobs should set GlueVersion to 4.0 or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the Runtime parameter of the Job command.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Jobs that are created without specifying a Glue version default to Glue 0.9.

" }, "CodeGenConfigurationNodes": { "shape": "CodeGenConfigurationNodes", "documentation": "

The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.

" }, "ExecutionClass": { "shape": "ExecutionClass", "documentation": "

Indicates whether the job is run with a standard or flexible execution class. The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

" }, "SourceControlDetails": { "shape": "SourceControlDetails", "documentation": "

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

" }, "MaintenanceWindow": { "shape": "MaintenanceWindow", "documentation": "

This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs.

Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.

" }, "ProfileName": { "shape": "NameString", "documentation": "

The name of an Glue usage profile associated with the job.

" } }, "documentation": "

Specifies a job definition.

" }, "JobBookmarkEntry": { "type": "structure", "members": { "JobName": { "shape": "JobName", "documentation": "

The name of the job in question.

" }, "Version": { "shape": "IntegerValue", "documentation": "

The version of the job.

" }, "Run": { "shape": "IntegerValue", "documentation": "

The run ID number.

" }, "Attempt": { "shape": "IntegerValue", "documentation": "

The attempt ID number.

" }, "PreviousRunId": { "shape": "RunId", "documentation": "

The unique run identifier associated with the previous job run.

" }, "RunId": { "shape": "RunId", "documentation": "

The run ID number.

" }, "JobBookmark": { "shape": "JsonValue", "documentation": "

The bookmark itself.

" } }, "documentation": "

Defines a point that a job can resume processing.

" }, "JobBookmarksEncryption": { "type": "structure", "members": { "JobBookmarksEncryptionMode": { "shape": "JobBookmarksEncryptionMode", "documentation": "

The encryption mode to use for job bookmarks data.

" }, "KmsKeyArn": { "shape": "KmsKeyArn", "documentation": "

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

" } }, "documentation": "

Specifies how job bookmark data should be encrypted.

" }, "JobBookmarksEncryptionMode": { "type": "string", "enum": [ "DISABLED", "CSE-KMS" ] }, "JobCommand": { "type": "structure", "members": { "Name": { "shape": "GenericString", "documentation": "

The name of the job command. For an Apache Spark ETL job, this must be glueetl. For a Python shell job, it must be pythonshell. For an Apache Spark streaming ETL job, this must be gluestreaming. For a Ray job, this must be glueray.

" }, "ScriptLocation": { "shape": "ScriptLocationString", "documentation": "

Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that runs a job.

" }, "PythonVersion": { "shape": "PythonVersionString", "documentation": "

The Python version being used to run a Python shell job. Allowed values are 2 or 3.

" }, "Runtime": { "shape": "RuntimeNameString", "documentation": "

In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your environment. This field is not used in other job types. For supported runtime environment values, see Supported Ray runtime environments in the Glue Developer Guide.

" } }, "documentation": "

Specifies code that runs when a job is run.

" }, "JobList": { "type": "list", "member": { "shape": "Job" } }, "JobMode": { "type": "string", "enum": [ "SCRIPT", "VISUAL", "NOTEBOOK" ] }, "JobName": { "type": "string" }, "JobNameList": { "type": "list", "member": { "shape": "NameString" } }, "JobNodeDetails": { "type": "structure", "members": { "JobRuns": { "shape": "JobRunList", "documentation": "

The information for the job runs represented by the job node.

" } }, "documentation": "

The details of a Job node present in the workflow.

" }, "JobRun": { "type": "structure", "members": { "Id": { "shape": "IdString", "documentation": "

The ID of this job run.

" }, "Attempt": { "shape": "AttemptCount", "documentation": "

The number of the attempt to run this job.

" }, "PreviousRunId": { "shape": "IdString", "documentation": "

The ID of the previous run of this job. For example, the JobRunId specified in the StartJobRun action.

" }, "TriggerName": { "shape": "NameString", "documentation": "

The name of the trigger that started this job run.

" }, "JobName": { "shape": "NameString", "documentation": "

The name of the job definition being used in this run.

" }, "JobMode": { "shape": "JobMode", "documentation": "

A mode that describes how a job was created. Valid values are:

When the JobMode field is missing or null, SCRIPT is assigned as the default value.

" }, "JobRunQueuingEnabled": { "shape": "NullableBoolean", "documentation": "

Specifies whether job run queuing is enabled for the job run.

A value of true means job run queuing is enabled for the job run. If false or not populated, the job run will not be considered for queueing.

" }, "StartedOn": { "shape": "TimestampValue", "documentation": "

The date and time at which this job run was started.

" }, "LastModifiedOn": { "shape": "TimestampValue", "documentation": "

The last time that this job run was modified.

" }, "CompletedOn": { "shape": "TimestampValue", "documentation": "

The date and time that this job run completed.

" }, "JobRunState": { "shape": "JobRunState", "documentation": "

The current state of the job run. For more information about the statuses of jobs that have terminated abnormally, see Glue Job Run Statuses.

" }, "Arguments": { "shape": "GenericMap", "documentation": "

The job arguments associated with this run. For this job run, they replace the default arguments set in the job definition itself.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

" }, "ErrorMessage": { "shape": "ErrorString", "documentation": "

An error message associated with this job run.

" }, "PredecessorRuns": { "shape": "PredecessorList", "documentation": "

A list of predecessors to this job run.

" }, "AllocatedCapacity": { "shape": "IntegerValue", "documentation": "

This field is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) allocated to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

", "deprecated": true, "deprecatedMessage": "This property is deprecated, use MaxCapacity instead." }, "ExecutionTime": { "shape": "ExecutionTime", "documentation": "

The amount of time (in seconds) that the job run consumed resources.

" }, "Timeout": { "shape": "Timeout", "documentation": "

The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job.

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

" }, "MaxCapacity": { "shape": "NullableDouble", "documentation": "

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0+ jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined workerType that are allocated when a job runs.

" }, "SecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the SecurityConfiguration structure to be used with this job run.

" }, "LogGroupName": { "shape": "GenericString", "documentation": "

The name of the log group for secure logging that can be server-side encrypted in Amazon CloudWatch using KMS. This name can be /aws-glue/jobs/, in which case the default encryption is NONE. If you add a role name and SecurityConfiguration name (in other words, /aws-glue/jobs-yourRoleName-yourSecurityConfigurationName/), then that security configuration is used to encrypt the log group.

" }, "NotificationProperty": { "shape": "NotificationProperty", "documentation": "

Specifies configuration properties of a job run notification.

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.

Ray jobs should set GlueVersion to 4.0 or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the Runtime parameter of the Job command.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Jobs that are created without specifying a Glue version default to Glue 0.9.

" }, "DPUSeconds": { "shape": "NullableDouble", "documentation": "

This field can be set for either job runs with execution class FLEX or when Auto Scaling is enabled, and represents the total time each executor ran during the lifecycle of a job run in seconds, multiplied by a DPU factor (1 for G.1X, 2 for G.2X, or 0.25 for G.025X workers). This value may be different than the executionEngineRuntime * MaxCapacity as in the case of Auto Scaling jobs, as the number of executors running at a given time may be less than the MaxCapacity. Therefore, it is possible that the value of DPUSeconds is less than executionEngineRuntime * MaxCapacity.

" }, "ExecutionClass": { "shape": "ExecutionClass", "documentation": "

Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

" }, "MaintenanceWindow": { "shape": "MaintenanceWindow", "documentation": "

This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs.

Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.

" }, "ProfileName": { "shape": "NameString", "documentation": "

The name of an Glue usage profile associated with the job run.

" }, "StateDetail": { "shape": "OrchestrationMessageString", "documentation": "

This field holds details that pertain to the state of a job run. The field is nullable.

For example, when a job run is in a WAITING state as a result of job run queuing, the field has the reason why the job run is in that state.

" } }, "documentation": "

Contains information about a job run.

" }, "JobRunList": { "type": "list", "member": { "shape": "JobRun" } }, "JobRunState": { "type": "string", "enum": [ "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED" ] }, "JobUpdate": { "type": "structure", "members": { "JobMode": { "shape": "JobMode", "documentation": "

A mode that describes how a job was created. Valid values are:

When the JobMode field is missing or null, SCRIPT is assigned as the default value.

" }, "JobRunQueuingEnabled": { "shape": "NullableBoolean", "documentation": "

Specifies whether job run queuing is enabled for the job runs for this job.

A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.

If this field does not match the value set in the job run, then the value from the job run field will be used.

" }, "Description": { "shape": "DescriptionString", "documentation": "

Description of the job being defined.

" }, "LogUri": { "shape": "UriString", "documentation": "

This field is reserved for future use.

" }, "Role": { "shape": "RoleString", "documentation": "

The name or Amazon Resource Name (ARN) of the IAM role associated with this job (required).

" }, "ExecutionProperty": { "shape": "ExecutionProperty", "documentation": "

An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.

" }, "Command": { "shape": "JobCommand", "documentation": "

The JobCommand that runs this job (required).

" }, "DefaultArguments": { "shape": "GenericMap", "documentation": "

The default arguments for every run of this job, specified as name-value pairs.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

" }, "NonOverridableArguments": { "shape": "GenericMap", "documentation": "

Arguments for this job that are not overridden when providing job arguments in a job run, specified as name-value pairs.

" }, "Connections": { "shape": "ConnectionsList", "documentation": "

The connections used for this job.

" }, "MaxRetries": { "shape": "MaxRetries", "documentation": "

The maximum number of times to retry this job if it fails.

" }, "AllocatedCapacity": { "shape": "IntegerValue", "documentation": "

This field is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) to allocate to this job. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

", "deprecated": true, "deprecatedMessage": "This property is deprecated, use MaxCapacity instead." }, "Timeout": { "shape": "Timeout", "documentation": "

The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours) for batch jobs.

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

" }, "MaxCapacity": { "shape": "NullableDouble", "documentation": "

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0+ jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined workerType that are allocated when a job runs.

" }, "SecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the SecurityConfiguration structure to be used with this job.

" }, "NotificationProperty": { "shape": "NotificationProperty", "documentation": "

Specifies the configuration properties of a job notification.

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.

Ray jobs should set GlueVersion to 4.0 or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the Runtime parameter of the Job command.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Jobs that are created without specifying a Glue version default to Glue 0.9.

" }, "CodeGenConfigurationNodes": { "shape": "CodeGenConfigurationNodes", "documentation": "

The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.

" }, "ExecutionClass": { "shape": "ExecutionClass", "documentation": "

Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

" }, "SourceControlDetails": { "shape": "SourceControlDetails", "documentation": "

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

" }, "MaintenanceWindow": { "shape": "MaintenanceWindow", "documentation": "

This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs.

Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.

" } }, "documentation": "

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

" }, "Join": { "type": "structure", "required": [ "Name", "Inputs", "JoinType", "Columns" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "TwoInputs", "documentation": "

The data inputs identified by their node names.

" }, "JoinType": { "shape": "JoinType", "documentation": "

Specifies the type of join to be performed on the datasets.

" }, "Columns": { "shape": "JoinColumns", "documentation": "

A list of the two columns to be joined.

" } }, "documentation": "

Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.

" }, "JoinColumn": { "type": "structure", "required": [ "From", "Keys" ], "members": { "From": { "shape": "EnclosedInStringProperty", "documentation": "

The column to be joined.

" }, "Keys": { "shape": "GlueStudioPathList", "documentation": "

The key of the column to be joined.

" } }, "documentation": "

Specifies a column to be joined.

" }, "JoinColumns": { "type": "list", "member": { "shape": "JoinColumn" }, "max": 2, "min": 2 }, "JoinType": { "type": "string", "enum": [ "equijoin", "left", "right", "outer", "leftsemi", "leftanti" ] }, "JsonClassifier": { "type": "structure", "required": [ "Name", "JsonPath" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the classifier.

" }, "CreationTime": { "shape": "Timestamp", "documentation": "

The time that this classifier was registered.

" }, "LastUpdated": { "shape": "Timestamp", "documentation": "

The time that this classifier was last updated.

" }, "Version": { "shape": "VersionId", "documentation": "

The version of this classifier.

" }, "JsonPath": { "shape": "JsonPath", "documentation": "

A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.

" } }, "documentation": "

A classifier for JSON content.

" }, "JsonPath": { "type": "string" }, "JsonValue": { "type": "string" }, "KafkaStreamingSourceOptions": { "type": "structure", "members": { "BootstrapServers": { "shape": "EnclosedInStringProperty", "documentation": "

A list of bootstrap server URLs, for example, as b-1.vpc-test-2.o4q88o.c6.kafka.us-east-1.amazonaws.com:9094. This option must be specified in the API call or defined in the table metadata in the Data Catalog.

" }, "SecurityProtocol": { "shape": "EnclosedInStringProperty", "documentation": "

The protocol used to communicate with brokers. The possible values are \"SSL\" or \"PLAINTEXT\".

" }, "ConnectionName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the connection.

" }, "TopicName": { "shape": "EnclosedInStringProperty", "documentation": "

The topic name as specified in Apache Kafka. You must specify at least one of \"topicName\", \"assign\" or \"subscribePattern\".

" }, "Assign": { "shape": "EnclosedInStringProperty", "documentation": "

The specific TopicPartitions to consume. You must specify at least one of \"topicName\", \"assign\" or \"subscribePattern\".

" }, "SubscribePattern": { "shape": "EnclosedInStringProperty", "documentation": "

A Java regex string that identifies the topic list to subscribe to. You must specify at least one of \"topicName\", \"assign\" or \"subscribePattern\".

" }, "Classification": { "shape": "EnclosedInStringProperty", "documentation": "

An optional classification.

" }, "Delimiter": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the delimiter character.

" }, "StartingOffsets": { "shape": "EnclosedInStringProperty", "documentation": "

The starting position in the Kafka topic to read data from. The possible values are \"earliest\" or \"latest\". The default value is \"latest\".

" }, "EndingOffsets": { "shape": "EnclosedInStringProperty", "documentation": "

The end point when a batch query is ended. Possible values are either \"latest\" or a JSON string that specifies an ending offset for each TopicPartition.

" }, "PollTimeoutMs": { "shape": "BoxedNonNegativeLong", "documentation": "

The timeout in milliseconds to poll data from Kafka in Spark job executors. The default value is 512.

" }, "NumRetries": { "shape": "BoxedNonNegativeInt", "documentation": "

The number of times to retry before failing to fetch Kafka offsets. The default value is 3.

" }, "RetryIntervalMs": { "shape": "BoxedNonNegativeLong", "documentation": "

The time in milliseconds to wait before retrying to fetch Kafka offsets. The default value is 10.

" }, "MaxOffsetsPerTrigger": { "shape": "BoxedNonNegativeLong", "documentation": "

The rate limit on the maximum number of offsets that are processed per trigger interval. The specified total number of offsets is proportionally split across topicPartitions of different volumes. The default value is null, which means that the consumer reads all offsets until the known latest offset.

" }, "MinPartitions": { "shape": "BoxedNonNegativeInt", "documentation": "

The desired minimum number of partitions to read from Kafka. The default value is null, which means that the number of spark partitions is equal to the number of Kafka partitions.

" }, "IncludeHeaders": { "shape": "BoxedBoolean", "documentation": "

Whether to include the Kafka headers. When the option is set to \"true\", the data output will contain an additional column named \"glue_streaming_kafka_headers\" with type Array[Struct(key: String, value: String)]. The default value is \"false\". This option is available in Glue version 3.0 or later only.

" }, "AddRecordTimestamp": { "shape": "EnclosedInStringProperty", "documentation": "

When this option is set to 'true', the data output will contain an additional column named \"__src_timestamp\" that indicates the time when the corresponding record received by the topic. The default value is 'false'. This option is supported in Glue version 4.0 or later.

" }, "EmitConsumerLagMetrics": { "shape": "EnclosedInStringProperty", "documentation": "

When this option is set to 'true', for each batch, it will emit the metrics for the duration between the oldest record received by the topic and the time it arrives in Glue to CloudWatch. The metric's name is \"glue.driver.streaming.maxConsumerLagInMs\". The default value is 'false'. This option is supported in Glue version 4.0 or later.

" }, "StartingTimestamp": { "shape": "Iso8601DateTime", "documentation": "

The timestamp of the record in the Kafka topic to start reading data from. The possible values are a timestamp string in UTC format of the pattern yyyy-mm-ddTHH:MM:SSZ (where Z represents a UTC timezone offset with a +/-. For example: \"2023-04-04T08:00:00+08:00\").

Only one of StartingTimestamp or StartingOffsets must be set.

" } }, "documentation": "

Additional options for streaming.

" }, "KeyList": { "type": "list", "member": { "shape": "NameString" }, "min": 1 }, "KeySchemaElement": { "type": "structure", "required": [ "Name", "Type" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of a partition key.

" }, "Type": { "shape": "ColumnTypeString", "documentation": "

The type of a partition key.

" } }, "documentation": "

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

" }, "KeySchemaElementList": { "type": "list", "member": { "shape": "KeySchemaElement" }, "min": 1 }, "KeyString": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "KinesisStreamingSourceOptions": { "type": "structure", "members": { "EndpointUrl": { "shape": "EnclosedInStringProperty", "documentation": "

The URL of the Kinesis endpoint.

" }, "StreamName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the Kinesis data stream.

" }, "Classification": { "shape": "EnclosedInStringProperty", "documentation": "

An optional classification.

" }, "Delimiter": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the delimiter character.

" }, "StartingPosition": { "shape": "StartingPosition", "documentation": "

The starting position in the Kinesis data stream to read data from. The possible values are \"latest\", \"trim_horizon\", \"earliest\", or a timestamp string in UTC format in the pattern yyyy-mm-ddTHH:MM:SSZ (where Z represents a UTC timezone offset with a +/-. For example: \"2023-04-04T08:00:00-04:00\"). The default value is \"latest\".

Note: Using a value that is a timestamp string in UTC format for \"startingPosition\" is supported only for Glue version 4.0 or later.

" }, "MaxFetchTimeInMs": { "shape": "BoxedNonNegativeLong", "documentation": "

The maximum time spent for the job executor to read records for the current batch from the Kinesis data stream, specified in milliseconds (ms). Multiple GetRecords API calls may be made within this time. The default value is 1000.

" }, "MaxFetchRecordsPerShard": { "shape": "BoxedNonNegativeLong", "documentation": "

The maximum number of records to fetch per shard in the Kinesis data stream per microbatch. Note: The client can exceed this limit if the streaming job has already read extra records from Kinesis (in the same get-records call). If MaxFetchRecordsPerShard needs to be strict then it needs to be a multiple of MaxRecordPerRead. The default value is 100000.

" }, "MaxRecordPerRead": { "shape": "BoxedNonNegativeLong", "documentation": "

The maximum number of records to fetch from the Kinesis data stream in each getRecords operation. The default value is 10000.

" }, "AddIdleTimeBetweenReads": { "shape": "BoxedBoolean", "documentation": "

Adds a time delay between two consecutive getRecords operations. The default value is \"False\". This option is only configurable for Glue version 2.0 and above.

" }, "IdleTimeBetweenReadsInMs": { "shape": "BoxedNonNegativeLong", "documentation": "

The minimum time delay between two consecutive getRecords operations, specified in ms. The default value is 1000. This option is only configurable for Glue version 2.0 and above.

" }, "DescribeShardInterval": { "shape": "BoxedNonNegativeLong", "documentation": "

The minimum time interval between two ListShards API calls for your script to consider resharding. The default value is 1s.

" }, "NumRetries": { "shape": "BoxedNonNegativeInt", "documentation": "

The maximum number of retries for Kinesis Data Streams API requests. The default value is 3.

" }, "RetryIntervalMs": { "shape": "BoxedNonNegativeLong", "documentation": "

The cool-off time period (specified in ms) before retrying the Kinesis Data Streams API call. The default value is 1000.

" }, "MaxRetryIntervalMs": { "shape": "BoxedNonNegativeLong", "documentation": "

The maximum cool-off time period (specified in ms) between two retries of a Kinesis Data Streams API call. The default value is 10000.

" }, "AvoidEmptyBatches": { "shape": "BoxedBoolean", "documentation": "

Avoids creating an empty microbatch job by checking for unread data in the Kinesis data stream before the batch is started. The default value is \"False\".

" }, "StreamArn": { "shape": "EnclosedInStringProperty", "documentation": "

The Amazon Resource Name (ARN) of the Kinesis data stream.

" }, "RoleArn": { "shape": "EnclosedInStringProperty", "documentation": "

The Amazon Resource Name (ARN) of the role to assume using AWS Security Token Service (AWS STS). This role must have permissions for describe or read record operations for the Kinesis data stream. You must use this parameter when accessing a data stream in a different account. Used in conjunction with \"awsSTSSessionName\".

" }, "RoleSessionName": { "shape": "EnclosedInStringProperty", "documentation": "

An identifier for the session assuming the role using AWS STS. You must use this parameter when accessing a data stream in a different account. Used in conjunction with \"awsSTSRoleARN\".

" }, "AddRecordTimestamp": { "shape": "EnclosedInStringProperty", "documentation": "

When this option is set to 'true', the data output will contain an additional column named \"__src_timestamp\" that indicates the time when the corresponding record received by the stream. The default value is 'false'. This option is supported in Glue version 4.0 or later.

" }, "EmitConsumerLagMetrics": { "shape": "EnclosedInStringProperty", "documentation": "

When this option is set to 'true', for each batch, it will emit the metrics for the duration between the oldest record received by the stream and the time it arrives in Glue to CloudWatch. The metric's name is \"glue.driver.streaming.maxConsumerLagInMs\". The default value is 'false'. This option is supported in Glue version 4.0 or later.

" }, "StartingTimestamp": { "shape": "Iso8601DateTime", "documentation": "

The timestamp of the record in the Kinesis data stream to start reading data from. The possible values are a timestamp string in UTC format of the pattern yyyy-mm-ddTHH:MM:SSZ (where Z represents a UTC timezone offset with a +/-. For example: \"2023-04-04T08:00:00+08:00\").

" } }, "documentation": "

Additional options for the Amazon Kinesis streaming data source.

" }, "KmsKeyArn": { "type": "string", "pattern": "arn:aws:kms:.*" }, "LabelCount": { "type": "integer" }, "LabelingSetGenerationTaskRunProperties": { "type": "structure", "members": { "OutputS3Path": { "shape": "UriString", "documentation": "

The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.

" } }, "documentation": "

Specifies configuration properties for a labeling set generation task run.

" }, "LakeFormationConfiguration": { "type": "structure", "members": { "UseLakeFormationCredentials": { "shape": "NullableBoolean", "documentation": "

Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.

" }, "AccountId": { "shape": "AccountId", "documentation": "

Required for cross account crawls. For same account crawls as the target data, this can be left as null.

" } }, "documentation": "

Specifies Lake Formation configuration settings for the crawler.

" }, "Language": { "type": "string", "enum": [ "PYTHON", "SCALA" ] }, "LastActiveDefinition": { "type": "structure", "members": { "Description": { "shape": "Generic512CharString", "documentation": "

The description of the blueprint.

" }, "LastModifiedOn": { "shape": "TimestampValue", "documentation": "

The date and time the blueprint was last modified.

" }, "ParameterSpec": { "shape": "BlueprintParameterSpec", "documentation": "

A JSON string specifying the parameters for the blueprint.

" }, "BlueprintLocation": { "shape": "GenericString", "documentation": "

Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.

" }, "BlueprintServiceLocation": { "shape": "GenericString", "documentation": "

Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.

" } }, "documentation": "

When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.

" }, "LastCrawlInfo": { "type": "structure", "members": { "Status": { "shape": "LastCrawlStatus", "documentation": "

Status of the last crawl.

" }, "ErrorMessage": { "shape": "DescriptionString", "documentation": "

If an error occurred, the error information about the last crawl.

" }, "LogGroup": { "shape": "LogGroup", "documentation": "

The log group for the last crawl.

" }, "LogStream": { "shape": "LogStream", "documentation": "

The log stream for the last crawl.

" }, "MessagePrefix": { "shape": "MessagePrefix", "documentation": "

The prefix for a message about this crawl.

" }, "StartTime": { "shape": "Timestamp", "documentation": "

The time at which the crawl started.

" } }, "documentation": "

Status and error information about the most recent crawl.

" }, "LastCrawlStatus": { "type": "string", "enum": [ "SUCCEEDED", "CANCELLED", "FAILED" ] }, "LatestSchemaVersionBoolean": { "type": "boolean" }, "LimitedPathList": { "type": "list", "member": { "shape": "LimitedStringList" } }, "LimitedStringList": { "type": "list", "member": { "shape": "GenericLimitedString" } }, "LineageConfiguration": { "type": "structure", "members": { "CrawlerLineageSettings": { "shape": "CrawlerLineageSettings", "documentation": "

Specifies whether data lineage is enabled for the crawler. Valid values are:

" } }, "documentation": "

Specifies data lineage configuration settings for the crawler.

" }, "ListBlueprintsRequest": { "type": "structure", "members": { "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if this is a continuation request.

" }, "MaxResults": { "shape": "OrchestrationPageSize25", "documentation": "

The maximum size of a list to return.

" }, "Tags": { "shape": "TagsMap", "documentation": "

Filters the list by an Amazon Web Services resource tag.

" } } }, "ListBlueprintsResponse": { "type": "structure", "members": { "Blueprints": { "shape": "BlueprintNames", "documentation": "

List of names of blueprints in the account.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if not all blueprint names have been returned.

" } } }, "ListColumnStatisticsTaskRunsRequest": { "type": "structure", "members": { "MaxResults": { "shape": "PageSize", "documentation": "

The maximum size of the response.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if this is a continuation call.

" } } }, "ListColumnStatisticsTaskRunsResponse": { "type": "structure", "members": { "ColumnStatisticsTaskRunIds": { "shape": "ColumnStatisticsTaskRunIdList", "documentation": "

A list of column statistics task run IDs.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if not all task run IDs have yet been returned.

" } } }, "ListCrawlersRequest": { "type": "structure", "members": { "MaxResults": { "shape": "PageSize", "documentation": "

The maximum size of a list to return.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if this is a continuation request.

" }, "Tags": { "shape": "TagsMap", "documentation": "

Specifies to return only these tagged resources.

" } } }, "ListCrawlersResponse": { "type": "structure", "members": { "CrawlerNames": { "shape": "CrawlerNameList", "documentation": "

The names of all crawlers in the account, or the crawlers with the specified tags.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if the returned list does not contain the last metric available.

" } } }, "ListCrawlsRequest": { "type": "structure", "required": [ "CrawlerName" ], "members": { "CrawlerName": { "shape": "NameString", "documentation": "

The name of the crawler whose runs you want to retrieve.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of results to return. The default is 20, and maximum is 100.

" }, "Filters": { "shape": "CrawlsFilterList", "documentation": "

Filters the crawls by the criteria you specify in a list of CrawlsFilter objects.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, if this is a continuation call.

" } } }, "ListCrawlsResponse": { "type": "structure", "members": { "Crawls": { "shape": "CrawlerHistoryList", "documentation": "

A list of CrawlerHistory objects representing the crawl runs that meet your criteria.

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

" } } }, "ListCustomEntityTypesRequest": { "type": "structure", "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

A paginated token to offset the results.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of results to return.

" }, "Tags": { "shape": "TagsMap", "documentation": "

A list of key-value pair tags.

" } } }, "ListCustomEntityTypesResponse": { "type": "structure", "members": { "CustomEntityTypes": { "shape": "CustomEntityTypes", "documentation": "

A list of CustomEntityType objects representing custom patterns.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A pagination token, if more results are available.

" } } }, "ListDataQualityResultsRequest": { "type": "structure", "members": { "Filter": { "shape": "DataQualityResultFilterCriteria", "documentation": "

The filter criteria.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A paginated token to offset the results.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of results to return.

" } } }, "ListDataQualityResultsResponse": { "type": "structure", "required": [ "Results" ], "members": { "Results": { "shape": "DataQualityResultDescriptionList", "documentation": "

A list of DataQualityResultDescription objects.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A pagination token, if more results are available.

" } } }, "ListDataQualityRuleRecommendationRunsRequest": { "type": "structure", "members": { "Filter": { "shape": "DataQualityRuleRecommendationRunFilter", "documentation": "

The filter criteria.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A paginated token to offset the results.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of results to return.

" } } }, "ListDataQualityRuleRecommendationRunsResponse": { "type": "structure", "members": { "Runs": { "shape": "DataQualityRuleRecommendationRunList", "documentation": "

A list of DataQualityRuleRecommendationRunDescription objects.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A pagination token, if more results are available.

" } } }, "ListDataQualityRulesetEvaluationRunsRequest": { "type": "structure", "members": { "Filter": { "shape": "DataQualityRulesetEvaluationRunFilter", "documentation": "

The filter criteria.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A paginated token to offset the results.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of results to return.

" } } }, "ListDataQualityRulesetEvaluationRunsResponse": { "type": "structure", "members": { "Runs": { "shape": "DataQualityRulesetEvaluationRunList", "documentation": "

A list of DataQualityRulesetEvaluationRunDescription objects representing data quality ruleset runs.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A pagination token, if more results are available.

" } } }, "ListDataQualityRulesetsRequest": { "type": "structure", "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

A paginated token to offset the results.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of results to return.

" }, "Filter": { "shape": "DataQualityRulesetFilterCriteria", "documentation": "

The filter criteria.

" }, "Tags": { "shape": "TagsMap", "documentation": "

A list of key-value pair tags.

" } } }, "ListDataQualityRulesetsResponse": { "type": "structure", "members": { "Rulesets": { "shape": "DataQualityRulesetList", "documentation": "

A paginated list of rulesets for the specified list of Glue tables.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A pagination token, if more results are available.

" } } }, "ListDataQualityStatisticAnnotationsRequest": { "type": "structure", "members": { "StatisticId": { "shape": "HashString", "documentation": "

The Statistic ID.

" }, "ProfileId": { "shape": "HashString", "documentation": "

The Profile ID.

" }, "TimestampFilter": { "shape": "TimestampFilter", "documentation": "

A timestamp filter.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of results to return in this request.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A pagination token to retrieve the next set of results.

" } } }, "ListDataQualityStatisticAnnotationsResponse": { "type": "structure", "members": { "Annotations": { "shape": "AnnotationList", "documentation": "

A list of StatisticAnnotation applied to the Statistic

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A pagination token to retrieve the next set of results.

" } } }, "ListDataQualityStatisticsRequest": { "type": "structure", "members": { "StatisticId": { "shape": "HashString", "documentation": "

The Statistic ID.

" }, "ProfileId": { "shape": "HashString", "documentation": "

The Profile ID.

" }, "TimestampFilter": { "shape": "TimestampFilter", "documentation": "

A timestamp filter.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of results to return in this request.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A pagination token to request the next page of results.

" } } }, "ListDataQualityStatisticsResponse": { "type": "structure", "members": { "Statistics": { "shape": "StatisticSummaryList", "documentation": "

A StatisticSummaryList.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A pagination token to request the next page of results.

" } } }, "ListDevEndpointsRequest": { "type": "structure", "members": { "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if this is a continuation request.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum size of a list to return.

" }, "Tags": { "shape": "TagsMap", "documentation": "

Specifies to return only these tagged resources.

" } } }, "ListDevEndpointsResponse": { "type": "structure", "members": { "DevEndpointNames": { "shape": "DevEndpointNameList", "documentation": "

The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if the returned list does not contain the last metric available.

" } } }, "ListJobsRequest": { "type": "structure", "members": { "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if this is a continuation request.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum size of a list to return.

" }, "Tags": { "shape": "TagsMap", "documentation": "

Specifies to return only these tagged resources.

" } } }, "ListJobsResponse": { "type": "structure", "members": { "JobNames": { "shape": "JobNameList", "documentation": "

The names of all jobs in the account, or the jobs with the specified tags.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if the returned list does not contain the last metric available.

" } } }, "ListMLTransformsRequest": { "type": "structure", "members": { "NextToken": { "shape": "PaginationToken", "documentation": "

A continuation token, if this is a continuation request.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum size of a list to return.

" }, "Filter": { "shape": "TransformFilterCriteria", "documentation": "

A TransformFilterCriteria used to filter the machine learning transforms.

" }, "Sort": { "shape": "TransformSortCriteria", "documentation": "

A TransformSortCriteria used to sort the machine learning transforms.

" }, "Tags": { "shape": "TagsMap", "documentation": "

Specifies to return only these tagged resources.

" } } }, "ListMLTransformsResponse": { "type": "structure", "required": [ "TransformIds" ], "members": { "TransformIds": { "shape": "TransformIdList", "documentation": "

The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.

" }, "NextToken": { "shape": "PaginationToken", "documentation": "

A continuation token, if the returned list does not contain the last metric available.

" } } }, "ListRegistriesInput": { "type": "structure", "members": { "MaxResults": { "shape": "MaxResultsNumber", "documentation": "

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

" }, "NextToken": { "shape": "SchemaRegistryTokenString", "documentation": "

A continuation token, if this is a continuation call.

" } } }, "ListRegistriesResponse": { "type": "structure", "members": { "Registries": { "shape": "RegistryListDefinition", "documentation": "

An array of RegistryDetailedListItem objects containing minimal details of each registry.

" }, "NextToken": { "shape": "SchemaRegistryTokenString", "documentation": "

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

" } } }, "ListSchemaVersionsInput": { "type": "structure", "required": [ "SchemaId" ], "members": { "SchemaId": { "shape": "SchemaId", "documentation": "

This is a wrapper structure to contain schema identity fields. The structure contains:

" }, "MaxResults": { "shape": "MaxResultsNumber", "documentation": "

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

" }, "NextToken": { "shape": "SchemaRegistryTokenString", "documentation": "

A continuation token, if this is a continuation call.

" } } }, "ListSchemaVersionsResponse": { "type": "structure", "members": { "Schemas": { "shape": "SchemaVersionList", "documentation": "

An array of SchemaVersionList objects containing details of each schema version.

" }, "NextToken": { "shape": "SchemaRegistryTokenString", "documentation": "

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

" } } }, "ListSchemasInput": { "type": "structure", "members": { "RegistryId": { "shape": "RegistryId", "documentation": "

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

" }, "MaxResults": { "shape": "MaxResultsNumber", "documentation": "

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

" }, "NextToken": { "shape": "SchemaRegistryTokenString", "documentation": "

A continuation token, if this is a continuation call.

" } } }, "ListSchemasResponse": { "type": "structure", "members": { "Schemas": { "shape": "SchemaListDefinition", "documentation": "

An array of SchemaListItem objects containing details of each schema.

" }, "NextToken": { "shape": "SchemaRegistryTokenString", "documentation": "

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

" } } }, "ListSessionsRequest": { "type": "structure", "members": { "NextToken": { "shape": "OrchestrationToken", "documentation": "

The token for the next set of results, or null if there are no more result.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of results.

" }, "Tags": { "shape": "TagsMap", "documentation": "

Tags belonging to the session.

" }, "RequestOrigin": { "shape": "OrchestrationNameString", "documentation": "

The origin of the request.

" } } }, "ListSessionsResponse": { "type": "structure", "members": { "Ids": { "shape": "SessionIdList", "documentation": "

Returns the ID of the session.

" }, "Sessions": { "shape": "SessionList", "documentation": "

Returns the session object.

" }, "NextToken": { "shape": "OrchestrationToken", "documentation": "

The token for the next set of results, or null if there are no more result.

" } } }, "ListStatementsRequest": { "type": "structure", "required": [ "SessionId" ], "members": { "SessionId": { "shape": "NameString", "documentation": "

The Session ID of the statements.

" }, "RequestOrigin": { "shape": "OrchestrationNameString", "documentation": "

The origin of the request to list statements.

" }, "NextToken": { "shape": "OrchestrationToken", "documentation": "

A continuation token, if this is a continuation call.

" } } }, "ListStatementsResponse": { "type": "structure", "members": { "Statements": { "shape": "StatementList", "documentation": "

Returns the list of statements.

" }, "NextToken": { "shape": "OrchestrationToken", "documentation": "

A continuation token, if not all statements have yet been returned.

" } } }, "ListTableOptimizerRunsRequest": { "type": "structure", "required": [ "CatalogId", "DatabaseName", "TableName", "Type" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The Catalog ID of the table.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the database in the catalog in which the table resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table.

" }, "Type": { "shape": "TableOptimizerType", "documentation": "

The type of table optimizer. Currently, the only valid value is compaction.

" }, "MaxResults": { "shape": "MaxListTableOptimizerRunsTokenResults", "documentation": "

The maximum number of optimizer runs to return on each call.

" }, "NextToken": { "shape": "ListTableOptimizerRunsToken", "documentation": "

A continuation token, if this is a continuation call.

" } } }, "ListTableOptimizerRunsResponse": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The Catalog ID of the table.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the database in the catalog in which the table resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table.

" }, "NextToken": { "shape": "ListTableOptimizerRunsToken", "documentation": "

A continuation token for paginating the returned list of optimizer runs, returned if the current segment of the list is not the last.

" }, "TableOptimizerRuns": { "shape": "TableOptimizerRuns", "documentation": "

A list of the optimizer runs associated with a table.

" } } }, "ListTableOptimizerRunsToken": { "type": "string" }, "ListTriggersRequest": { "type": "structure", "members": { "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if this is a continuation request.

" }, "DependentJobName": { "shape": "NameString", "documentation": "

The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.

" }, "MaxResults": { "shape": "OrchestrationPageSize200", "documentation": "

The maximum size of a list to return.

" }, "Tags": { "shape": "TagsMap", "documentation": "

Specifies to return only these tagged resources.

" } } }, "ListTriggersResponse": { "type": "structure", "members": { "TriggerNames": { "shape": "TriggerNameList", "documentation": "

The names of all triggers in the account, or the triggers with the specified tags.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if the returned list does not contain the last metric available.

" } } }, "ListUsageProfilesRequest": { "type": "structure", "members": { "NextToken": { "shape": "OrchestrationToken", "documentation": "

A continuation token, included if this is a continuation call.

" }, "MaxResults": { "shape": "OrchestrationPageSize200", "documentation": "

The maximum number of usage profiles to return in a single response.

" } } }, "ListUsageProfilesResponse": { "type": "structure", "members": { "Profiles": { "shape": "UsageProfileDefinitionList", "documentation": "

A list of usage profile (UsageProfileDefinition) objects.

" }, "NextToken": { "shape": "OrchestrationToken", "documentation": "

A continuation token, present if the current list segment is not the last.

" } } }, "ListWorkflowsRequest": { "type": "structure", "members": { "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if this is a continuation request.

" }, "MaxResults": { "shape": "OrchestrationPageSize25", "documentation": "

The maximum size of a list to return.

" } } }, "ListWorkflowsResponse": { "type": "structure", "members": { "Workflows": { "shape": "WorkflowNames", "documentation": "

List of names of workflows in the account.

" }, "NextToken": { "shape": "GenericString", "documentation": "

A continuation token, if not all workflow names have been returned.

" } } }, "Location": { "type": "structure", "members": { "Jdbc": { "shape": "CodeGenNodeArgs", "documentation": "

A JDBC location.

" }, "S3": { "shape": "CodeGenNodeArgs", "documentation": "

An Amazon Simple Storage Service (Amazon S3) location.

" }, "DynamoDB": { "shape": "CodeGenNodeArgs", "documentation": "

An Amazon DynamoDB table location.

" } }, "documentation": "

The location of resources.

" }, "LocationMap": { "type": "map", "key": { "shape": "ColumnValuesString" }, "value": { "shape": "ColumnValuesString" } }, "LocationString": { "type": "string", "max": 2056, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "LocationStringList": { "type": "list", "member": { "shape": "LocationString" } }, "LogGroup": { "type": "string", "max": 512, "min": 1, "pattern": "[\\.\\-_/#A-Za-z0-9]+" }, "LogStream": { "type": "string", "max": 512, "min": 1, "pattern": "[^:*]*" }, "Logical": { "type": "string", "enum": [ "AND", "ANY" ] }, "LogicalOperator": { "type": "string", "enum": [ "EQUALS" ] }, "Long": { "type": "long" }, "LongColumnStatisticsData": { "type": "structure", "required": [ "NumberOfNulls", "NumberOfDistinctValues" ], "members": { "MinimumValue": { "shape": "Long", "documentation": "

The lowest value in the column.

" }, "MaximumValue": { "shape": "Long", "documentation": "

The highest value in the column.

" }, "NumberOfNulls": { "shape": "NonNegativeLong", "documentation": "

The number of null values in the column.

" }, "NumberOfDistinctValues": { "shape": "NonNegativeLong", "documentation": "

The number of distinct values in a column.

" } }, "documentation": "

Defines column statistics supported for integer data columns.

" }, "LongValue": { "type": "long" }, "LongValueString": { "type": "string", "max": 16384, "min": 1 }, "MLTransform": { "type": "structure", "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique transform ID that is generated for the machine learning transform. The ID is guaranteed to be unique and does not change.

" }, "Name": { "shape": "NameString", "documentation": "

A user-defined name for the machine learning transform. Names are not guaranteed unique and can be changed at any time.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A user-defined, long-form description text for the machine learning transform. Descriptions are not guaranteed to be unique and can be changed at any time.

" }, "Status": { "shape": "TransformStatusType", "documentation": "

The current status of the machine learning transform.

" }, "CreatedOn": { "shape": "Timestamp", "documentation": "

A timestamp. The time and date that this machine learning transform was created.

" }, "LastModifiedOn": { "shape": "Timestamp", "documentation": "

A timestamp. The last point in time when this machine learning transform was modified.

" }, "InputRecordTables": { "shape": "GlueTables", "documentation": "

A list of Glue table definitions used by the transform.

" }, "Parameters": { "shape": "TransformParameters", "documentation": "

A TransformParameters object. You can use parameters to tune (customize) the behavior of the machine learning transform by specifying what data it learns from and your preference on various tradeoffs (such as precious vs. recall, or accuracy vs. cost).

" }, "EvaluationMetrics": { "shape": "EvaluationMetrics", "documentation": "

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

" }, "LabelCount": { "shape": "LabelCount", "documentation": "

A count identifier for the labeling files generated by Glue for this transform. As you create a better transform, you can iteratively download, label, and upload the labeling file.

" }, "Schema": { "shape": "TransformSchema", "documentation": "

A map of key-value pairs representing the columns and data types that this transform can run against. Has an upper bound of 100 columns.

" }, "Role": { "shape": "RoleString", "documentation": "

The name or Amazon Resource Name (ARN) of the IAM role with the required permissions. The required permissions include both Glue service role permissions to Glue resources, and Amazon S3 permissions required by the transform.

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

" }, "MaxCapacity": { "shape": "NullableDouble", "documentation": "

The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated when a task of this transform runs. Accepts a value of Standard, G.1X, or G.2X.

MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined workerType that are allocated when a task of the transform runs.

If WorkerType is set, then NumberOfWorkers is required (and vice versa).

" }, "Timeout": { "shape": "Timeout", "documentation": "

The timeout in minutes of the machine learning transform.

" }, "MaxRetries": { "shape": "NullableInteger", "documentation": "

The maximum number of times to retry after an MLTaskRun of the machine learning transform fails.

" }, "TransformEncryption": { "shape": "TransformEncryption", "documentation": "

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

" } }, "documentation": "

A structure for a machine learning transform.

" }, "MLUserDataEncryption": { "type": "structure", "required": [ "MlUserDataEncryptionMode" ], "members": { "MlUserDataEncryptionMode": { "shape": "MLUserDataEncryptionModeString", "documentation": "

The encryption mode applied to user data. Valid values are:

" }, "KmsKeyId": { "shape": "NameString", "documentation": "

The ID for the customer-provided KMS key.

" } }, "documentation": "

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

" }, "MLUserDataEncryptionModeString": { "type": "string", "enum": [ "DISABLED", "SSE-KMS" ] }, "MaintenanceWindow": { "type": "string", "pattern": "^(Sun|Mon|Tue|Wed|Thu|Fri|Sat):([01]?[0-9]|2[0-3])$" }, "ManyInputs": { "type": "list", "member": { "shape": "NodeId" }, "min": 1 }, "MapValue": { "type": "map", "key": { "shape": "GenericString" }, "value": { "shape": "GenericString" }, "max": 100, "min": 0 }, "Mapping": { "type": "structure", "members": { "ToKey": { "shape": "EnclosedInStringProperty", "documentation": "

After the apply mapping, what the name of the column should be. Can be the same as FromPath.

" }, "FromPath": { "shape": "EnclosedInStringProperties", "documentation": "

The table or column to be modified.

" }, "FromType": { "shape": "EnclosedInStringProperty", "documentation": "

The type of the data to be modified.

" }, "ToType": { "shape": "EnclosedInStringProperty", "documentation": "

The data type that the data is to be modified to.

" }, "Dropped": { "shape": "BoxedBoolean", "documentation": "

If true, then the column is removed.

" }, "Children": { "shape": "Mappings", "documentation": "

Only applicable to nested data structures. If you want to change the parent structure, but also one of its children, you can fill out this data strucutre. It is also Mapping, but its FromPath will be the parent's FromPath plus the FromPath from this structure.

For the children part, suppose you have the structure:

{ \"FromPath\": \"OuterStructure\", \"ToKey\": \"OuterStructure\", \"ToType\": \"Struct\", \"Dropped\": false, \"Chidlren\": [{ \"FromPath\": \"inner\", \"ToKey\": \"inner\", \"ToType\": \"Double\", \"Dropped\": false, }] }

You can specify a Mapping that looks like:

{ \"FromPath\": \"OuterStructure\", \"ToKey\": \"OuterStructure\", \"ToType\": \"Struct\", \"Dropped\": false, \"Chidlren\": [{ \"FromPath\": \"inner\", \"ToKey\": \"inner\", \"ToType\": \"Double\", \"Dropped\": false, }] }

" } }, "documentation": "

Specifies the mapping of data property keys.

" }, "MappingEntry": { "type": "structure", "members": { "SourceTable": { "shape": "TableName", "documentation": "

The name of the source table.

" }, "SourcePath": { "shape": "SchemaPathString", "documentation": "

The source path.

" }, "SourceType": { "shape": "FieldType", "documentation": "

The source type.

" }, "TargetTable": { "shape": "TableName", "documentation": "

The target table.

" }, "TargetPath": { "shape": "SchemaPathString", "documentation": "

The target path.

" }, "TargetType": { "shape": "FieldType", "documentation": "

The target type.

" } }, "documentation": "

Defines a mapping.

" }, "MappingList": { "type": "list", "member": { "shape": "MappingEntry" } }, "Mappings": { "type": "list", "member": { "shape": "Mapping" } }, "MaskValue": { "type": "string", "max": 256, "min": 0, "pattern": "[*A-Za-z0-9_-]*" }, "MatchCriteria": { "type": "list", "member": { "shape": "NameString" }, "max": 10, "min": 0 }, "MaxConcurrentRuns": { "type": "integer" }, "MaxListTableOptimizerRunsTokenResults": { "type": "integer" }, "MaxResultsNumber": { "type": "integer", "box": true, "max": 100, "min": 1 }, "MaxRetries": { "type": "integer" }, "Merge": { "type": "structure", "required": [ "Name", "Inputs", "Source", "PrimaryKeys" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "TwoInputs", "documentation": "

The data inputs identified by their node names.

" }, "Source": { "shape": "NodeId", "documentation": "

The source DynamicFrame that will be merged with a staging DynamicFrame.

" }, "PrimaryKeys": { "shape": "GlueStudioPathList", "documentation": "

The list of primary key fields to match records from the source and staging dynamic frames.

" } }, "documentation": "

Specifies a transform that merges a DynamicFrame with a staging DynamicFrame based on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are not de-duplicated.

" }, "MessagePrefix": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "MessageString": { "type": "string" }, "MetadataInfo": { "type": "structure", "members": { "MetadataValue": { "shape": "MetadataValueString", "documentation": "

The metadata key’s corresponding value.

" }, "CreatedTime": { "shape": "CreatedTimestamp", "documentation": "

The time at which the entry was created.

" }, "OtherMetadataValueList": { "shape": "OtherMetadataValueList", "documentation": "

Other metadata belonging to the same metadata key.

" } }, "documentation": "

A structure containing metadata information for a schema version.

" }, "MetadataInfoMap": { "type": "map", "key": { "shape": "MetadataKeyString" }, "value": { "shape": "MetadataInfo" } }, "MetadataKeyString": { "type": "string", "max": 128, "min": 1, "pattern": "[a-zA-Z0-9+-=._./@]+" }, "MetadataKeyValuePair": { "type": "structure", "members": { "MetadataKey": { "shape": "MetadataKeyString", "documentation": "

A metadata key.

" }, "MetadataValue": { "shape": "MetadataValueString", "documentation": "

A metadata key’s corresponding value.

" } }, "documentation": "

A structure containing a key value pair for metadata.

" }, "MetadataList": { "type": "list", "member": { "shape": "MetadataKeyValuePair" } }, "MetadataOperation": { "type": "string", "enum": [ "CREATE" ] }, "MetadataValueString": { "type": "string", "max": 256, "min": 1, "pattern": "[a-zA-Z0-9+-=._./@]+" }, "MetricBasedObservation": { "type": "structure", "members": { "MetricName": { "shape": "NameString", "documentation": "

The name of the data quality metric used for generating the observation.

" }, "StatisticId": { "shape": "HashString", "documentation": "

The Statistic ID.

" }, "MetricValues": { "shape": "DataQualityMetricValues", "documentation": "

An object of type DataQualityMetricValues representing the analysis of the data quality metric value.

" }, "NewRules": { "shape": "NewRules", "documentation": "

A list of new data quality rules generated as part of the observation based on the data quality metric value.

" } }, "documentation": "

Describes the metric based observation generated based on evaluated data quality metrics.

" }, "MicrosoftSQLServerCatalogSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data source.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to read from.

" } }, "documentation": "

Specifies a Microsoft SQL server data source in the Glue Data Catalog.

" }, "MicrosoftSQLServerCatalogTarget": { "type": "structure", "required": [ "Name", "Inputs", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to write to.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to write to.

" } }, "documentation": "

Specifies a target that uses Microsoft SQL.

" }, "MillisecondsCount": { "type": "long" }, "MongoDBTarget": { "type": "structure", "members": { "ConnectionName": { "shape": "ConnectionName", "documentation": "

The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.

" }, "Path": { "shape": "Path", "documentation": "

The path of the Amazon DocumentDB or MongoDB target (database/collection).

" }, "ScanAll": { "shape": "NullableBoolean", "documentation": "

Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.

A value of true means to scan all records, while a value of false means to sample the records. If no value is specified, the value defaults to true.

" } }, "documentation": "

Specifies an Amazon DocumentDB or MongoDB data store to crawl.

" }, "MongoDBTargetList": { "type": "list", "member": { "shape": "MongoDBTarget" } }, "MySQLCatalogSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data source.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to read from.

" } }, "documentation": "

Specifies a MySQL data source in the Glue Data Catalog.

" }, "MySQLCatalogTarget": { "type": "structure", "required": [ "Name", "Inputs", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to write to.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to write to.

" } }, "documentation": "

Specifies a target that uses MySQL.

" }, "NameString": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "NameStringList": { "type": "list", "member": { "shape": "NameString" } }, "NewRules": { "type": "list", "member": { "shape": "NameString" } }, "Node": { "type": "structure", "members": { "Type": { "shape": "NodeType", "documentation": "

The type of Glue component represented by the node.

" }, "Name": { "shape": "NameString", "documentation": "

The name of the Glue component represented by the node.

" }, "UniqueId": { "shape": "NameString", "documentation": "

The unique Id assigned to the node within the workflow.

" }, "TriggerDetails": { "shape": "TriggerNodeDetails", "documentation": "

Details of the Trigger when the node represents a Trigger.

" }, "JobDetails": { "shape": "JobNodeDetails", "documentation": "

Details of the Job when the node represents a Job.

" }, "CrawlerDetails": { "shape": "CrawlerNodeDetails", "documentation": "

Details of the crawler when the node represents a crawler.

" } }, "documentation": "

A node represents an Glue component (trigger, crawler, or job) on a workflow graph.

" }, "NodeId": { "type": "string", "pattern": "[A-Za-z0-9_-]*" }, "NodeIdList": { "type": "list", "member": { "shape": "NameString" } }, "NodeList": { "type": "list", "member": { "shape": "Node" } }, "NodeName": { "type": "string", "pattern": "([^\\r\\n])*" }, "NodeType": { "type": "string", "enum": [ "CRAWLER", "JOB", "TRIGGER" ] }, "NonNegativeDouble": { "type": "double", "min": 0 }, "NonNegativeInt": { "type": "integer", "min": 0 }, "NonNegativeInteger": { "type": "integer", "min": 0 }, "NonNegativeLong": { "type": "long", "min": 0 }, "NotificationProperty": { "type": "structure", "members": { "NotifyDelayAfter": { "shape": "NotifyDelayAfter", "documentation": "

After a job run starts, the number of minutes to wait before sending a job run delay notification.

" } }, "documentation": "

Specifies configuration properties of a notification.

" }, "NotifyDelayAfter": { "type": "integer", "box": true, "min": 1 }, "NullCheckBoxList": { "type": "structure", "members": { "IsEmpty": { "shape": "BoxedBoolean", "documentation": "

Specifies that an empty string is considered as a null value.

" }, "IsNullString": { "shape": "BoxedBoolean", "documentation": "

Specifies that a value spelling out the word 'null' is considered as a null value.

" }, "IsNegOne": { "shape": "BoxedBoolean", "documentation": "

Specifies that an integer value of -1 is considered as a null value.

" } }, "documentation": "

Represents whether certain values are recognized as null values for removal.

" }, "NullValueField": { "type": "structure", "required": [ "Value", "Datatype" ], "members": { "Value": { "shape": "EnclosedInStringProperty", "documentation": "

The value of the null placeholder.

" }, "Datatype": { "shape": "Datatype", "documentation": "

The datatype of the value.

" } }, "documentation": "

Represents a custom null value such as a zeros or other value being used as a null placeholder unique to the dataset.

" }, "NullValueFields": { "type": "list", "member": { "shape": "NullValueField" }, "max": 50, "min": 0 }, "NullableBoolean": { "type": "boolean", "box": true }, "NullableDouble": { "type": "double", "box": true }, "NullableInteger": { "type": "integer", "box": true }, "NullableString": { "type": "string", "box": true }, "OAuth2ClientApplication": { "type": "structure", "members": { "UserManagedClientApplicationClientId": { "shape": "UserManagedClientApplicationClientId", "documentation": "

The client application clientID if the ClientAppType is USER_MANAGED.

" }, "AWSManagedClientApplicationReference": { "shape": "AWSManagedClientApplicationReference", "documentation": "

The reference to the SaaS-side client app that is Amazon Web Services managed.

" } }, "documentation": "

The OAuth2 client app used for the connection.

" }, "OAuth2GrantType": { "type": "string", "enum": [ "AUTHORIZATION_CODE", "CLIENT_CREDENTIALS", "JWT_BEARER" ] }, "OAuth2Properties": { "type": "structure", "members": { "OAuth2GrantType": { "shape": "OAuth2GrantType", "documentation": "

The OAuth2 grant type. For example, AUTHORIZATION_CODE, JWT_BEARER, or CLIENT_CREDENTIALS.

" }, "OAuth2ClientApplication": { "shape": "OAuth2ClientApplication", "documentation": "

The client application type. For example, AWS_MANAGED or USER_MANAGED.

" }, "TokenUrl": { "shape": "TokenUrl", "documentation": "

The URL of the provider's authentication server, to exchange an authorization code for an access token.

" }, "TokenUrlParametersMap": { "shape": "TokenUrlParametersMap", "documentation": "

A map of parameters that are added to the token GET request.

" } }, "documentation": "

A structure containing properties for OAuth2 authentication.

" }, "OAuth2PropertiesInput": { "type": "structure", "members": { "OAuth2GrantType": { "shape": "OAuth2GrantType", "documentation": "

The OAuth2 grant type in the CreateConnection request. For example, AUTHORIZATION_CODE, JWT_BEARER, or CLIENT_CREDENTIALS.

" }, "OAuth2ClientApplication": { "shape": "OAuth2ClientApplication", "documentation": "

The client application type in the CreateConnection request. For example, AWS_MANAGED or USER_MANAGED.

" }, "TokenUrl": { "shape": "TokenUrl", "documentation": "

The URL of the provider's authentication server, to exchange an authorization code for an access token.

" }, "TokenUrlParametersMap": { "shape": "TokenUrlParametersMap", "documentation": "

A map of parameters that are added to the token GET request.

" }, "AuthorizationCodeProperties": { "shape": "AuthorizationCodeProperties", "documentation": "

The set of properties required for the the OAuth2 AUTHORIZATION_CODE grant type.

" } }, "documentation": "

A structure containing properties for OAuth2 in the CreateConnection request.

" }, "OneInput": { "type": "list", "member": { "shape": "NodeId" }, "max": 1, "min": 1 }, "OpenTableFormatInput": { "type": "structure", "members": { "IcebergInput": { "shape": "IcebergInput", "documentation": "

Specifies an IcebergInput structure that defines an Apache Iceberg metadata table.

" } }, "documentation": "

A structure representing an open format table.

" }, "Operation": { "type": "string", "max": 128, "min": 1, "pattern": "^[A-Z\\_]+$" }, "Option": { "type": "structure", "members": { "Value": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the value of the option.

" }, "Label": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the label of the option.

" }, "Description": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the description of the option.

" } }, "documentation": "

Specifies an option value.

" }, "OptionList": { "type": "list", "member": { "shape": "Option" } }, "OracleSQLCatalogSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data source.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to read from.

" } }, "documentation": "

Specifies an Oracle data source in the Glue Data Catalog.

" }, "OracleSQLCatalogTarget": { "type": "structure", "required": [ "Name", "Inputs", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to write to.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to write to.

" } }, "documentation": "

Specifies a target that uses Oracle SQL.

" }, "OrchestrationArgumentsMap": { "type": "map", "key": { "shape": "OrchestrationNameString" }, "value": { "shape": "OrchestrationArgumentsValue" }, "max": 75, "min": 0 }, "OrchestrationArgumentsValue": { "type": "string", "max": 4096, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "OrchestrationIAMRoleArn": { "type": "string", "max": 1024, "min": 1, "pattern": "arn:aws[^:]*:iam::[0-9]*:role/.+" }, "OrchestrationMessageString": { "type": "string", "max": 400000 }, "OrchestrationNameString": { "type": "string", "max": 128, "min": 1, "pattern": "[\\.\\-_A-Za-z0-9]+" }, "OrchestrationPageSize200": { "type": "integer", "box": true, "max": 200, "min": 1 }, "OrchestrationPageSize25": { "type": "integer", "box": true, "max": 25, "min": 1 }, "OrchestrationRoleArn": { "type": "string", "max": 2048, "min": 20, "pattern": "arn:aws[^:]*:iam::[0-9]*:role/.+" }, "OrchestrationS3Location": { "type": "string", "max": 8192, "min": 1, "pattern": "^s3://([^/]+)/([^/]+/)*([^/]+)$" }, "OrchestrationStatementCodeString": { "type": "string", "max": 68000 }, "OrchestrationStringList": { "type": "list", "member": { "shape": "GenericString" } }, "OrchestrationToken": { "type": "string", "max": 400000 }, "Order": { "type": "structure", "required": [ "Column", "SortOrder" ], "members": { "Column": { "shape": "NameString", "documentation": "

The name of the column.

" }, "SortOrder": { "shape": "IntegerFlag", "documentation": "

Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).

" } }, "documentation": "

Specifies the sort order of a sorted column.

" }, "OrderList": { "type": "list", "member": { "shape": "Order" } }, "OtherMetadataValueList": { "type": "list", "member": { "shape": "OtherMetadataValueListItem" } }, "OtherMetadataValueListItem": { "type": "structure", "members": { "MetadataValue": { "shape": "MetadataValueString", "documentation": "

The metadata key’s corresponding value for the other metadata belonging to the same metadata key.

" }, "CreatedTime": { "shape": "CreatedTimestamp", "documentation": "

The time at which the entry was created.

" } }, "documentation": "

A structure containing other metadata for a schema version belonging to the same metadata key.

" }, "PIIDetection": { "type": "structure", "required": [ "Name", "Inputs", "PiiType", "EntityTypesToDetect" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The node ID inputs to the transform.

" }, "PiiType": { "shape": "PiiType", "documentation": "

Indicates the type of PIIDetection transform.

" }, "EntityTypesToDetect": { "shape": "EnclosedInStringProperties", "documentation": "

Indicates the types of entities the PIIDetection transform will identify as PII data.

PII type entities include: PERSON_NAME, DATE, USA_SNN, EMAIL, USA_ITIN, USA_PASSPORT_NUMBER, PHONE_NUMBER, BANK_ACCOUNT, IP_ADDRESS, MAC_ADDRESS, USA_CPT_CODE, USA_HCPCS_CODE, USA_NATIONAL_DRUG_CODE, USA_MEDICARE_BENEFICIARY_IDENTIFIER, USA_HEALTH_INSURANCE_CLAIM_NUMBER,CREDIT_CARD,USA_NATIONAL_PROVIDER_IDENTIFIER,USA_DEA_NUMBER,USA_DRIVING_LICENSE

" }, "OutputColumnName": { "shape": "EnclosedInStringProperty", "documentation": "

Indicates the output column name that will contain any entity type detected in that row.

" }, "SampleFraction": { "shape": "BoxedDoubleFraction", "documentation": "

Indicates the fraction of the data to sample when scanning for PII entities.

" }, "ThresholdFraction": { "shape": "BoxedDoubleFraction", "documentation": "

Indicates the fraction of the data that must be met in order for a column to be identified as PII data.

" }, "MaskValue": { "shape": "MaskValue", "documentation": "

Indicates the value that will replace the detected entity.

" } }, "documentation": "

Specifies a transform that identifies, removes or masks PII data.

" }, "PageSize": { "type": "integer", "box": true, "max": 1000, "min": 1 }, "PaginationToken": { "type": "string" }, "ParamType": { "type": "string", "enum": [ "str", "int", "float", "complex", "bool", "list", "null" ] }, "ParameterMap": { "type": "map", "key": { "shape": "ParameterName" }, "value": { "shape": "ParameterValue" } }, "ParameterName": { "type": "string", "max": 128, "min": 1, "pattern": "^[A-Za-z0-9]+$" }, "ParameterValue": { "type": "string", "max": 32768, "min": 1 }, "ParametersMap": { "type": "map", "key": { "shape": "KeyString" }, "value": { "shape": "ParametersMapValue" } }, "ParametersMapValue": { "type": "string", "max": 512000 }, "ParquetCompressionType": { "type": "string", "enum": [ "snappy", "lzo", "gzip", "uncompressed", "none" ] }, "Partition": { "type": "structure", "members": { "Values": { "shape": "ValueStringList", "documentation": "

The values of the partition.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database in which to create the partition.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the database table in which to create the partition.

" }, "CreationTime": { "shape": "Timestamp", "documentation": "

The time at which the partition was created.

" }, "LastAccessTime": { "shape": "Timestamp", "documentation": "

The last time at which the partition was accessed.

" }, "StorageDescriptor": { "shape": "StorageDescriptor", "documentation": "

Provides information about the physical location where the partition is stored.

" }, "Parameters": { "shape": "ParametersMap", "documentation": "

These key-value pairs define partition parameters.

" }, "LastAnalyzedTime": { "shape": "Timestamp", "documentation": "

The last time at which column statistics were computed for this partition.

" }, "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the partition resides.

" } }, "documentation": "

Represents a slice of table data.

" }, "PartitionError": { "type": "structure", "members": { "PartitionValues": { "shape": "ValueStringList", "documentation": "

The values that define the partition.

" }, "ErrorDetail": { "shape": "ErrorDetail", "documentation": "

The details about the partition error.

" } }, "documentation": "

Contains information about a partition error.

" }, "PartitionErrors": { "type": "list", "member": { "shape": "PartitionError" } }, "PartitionIndex": { "type": "structure", "required": [ "Keys", "IndexName" ], "members": { "Keys": { "shape": "KeyList", "documentation": "

The keys for the partition index.

" }, "IndexName": { "shape": "NameString", "documentation": "

The name of the partition index.

" } }, "documentation": "

A structure for a partition index.

" }, "PartitionIndexDescriptor": { "type": "structure", "required": [ "IndexName", "Keys", "IndexStatus" ], "members": { "IndexName": { "shape": "NameString", "documentation": "

The name of the partition index.

" }, "Keys": { "shape": "KeySchemaElementList", "documentation": "

A list of one or more keys, as KeySchemaElement structures, for the partition index.

" }, "IndexStatus": { "shape": "PartitionIndexStatus", "documentation": "

The status of the partition index.

The possible statuses are:

" }, "BackfillErrors": { "shape": "BackfillErrors", "documentation": "

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

" } }, "documentation": "

A descriptor for a partition index in a table.

" }, "PartitionIndexDescriptorList": { "type": "list", "member": { "shape": "PartitionIndexDescriptor" } }, "PartitionIndexList": { "type": "list", "member": { "shape": "PartitionIndex" }, "max": 3 }, "PartitionIndexStatus": { "type": "string", "enum": [ "CREATING", "ACTIVE", "DELETING", "FAILED" ] }, "PartitionInput": { "type": "structure", "members": { "Values": { "shape": "ValueStringList", "documentation": "

The values of the partition. Although this parameter is not required by the SDK, you must specify this parameter for a valid input.

The values for the keys for the new partition must be passed as an array of String objects that must be ordered in the same order as the partition keys appearing in the Amazon S3 prefix. Otherwise Glue will add the values to the wrong keys.

" }, "LastAccessTime": { "shape": "Timestamp", "documentation": "

The last time at which the partition was accessed.

" }, "StorageDescriptor": { "shape": "StorageDescriptor", "documentation": "

Provides information about the physical location where the partition is stored.

" }, "Parameters": { "shape": "ParametersMap", "documentation": "

These key-value pairs define partition parameters.

" }, "LastAnalyzedTime": { "shape": "Timestamp", "documentation": "

The last time at which column statistics were computed for this partition.

" } }, "documentation": "

The structure used to create and update a partition.

" }, "PartitionInputList": { "type": "list", "member": { "shape": "PartitionInput" }, "max": 100, "min": 0 }, "PartitionList": { "type": "list", "member": { "shape": "Partition" } }, "PartitionValueList": { "type": "structure", "required": [ "Values" ], "members": { "Values": { "shape": "ValueStringList", "documentation": "

The list of values.

" } }, "documentation": "

Contains a list of values defining partitions.

" }, "Path": { "type": "string" }, "PathList": { "type": "list", "member": { "shape": "Path" } }, "Permission": { "type": "string", "enum": [ "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS" ] }, "PermissionList": { "type": "list", "member": { "shape": "Permission" } }, "PermissionType": { "type": "string", "enum": [ "COLUMN_PERMISSION", "CELL_FILTER_PERMISSION", "NESTED_PERMISSION", "NESTED_CELL_PERMISSION" ] }, "PermissionTypeList": { "type": "list", "member": { "shape": "PermissionType" }, "max": 255, "min": 1 }, "PhysicalConnectionRequirements": { "type": "structure", "members": { "SubnetId": { "shape": "NameString", "documentation": "

The subnet ID used by the connection.

" }, "SecurityGroupIdList": { "shape": "SecurityGroupIdList", "documentation": "

The security group ID list used by the connection.

" }, "AvailabilityZone": { "shape": "NameString", "documentation": "

The connection's Availability Zone.

" } }, "documentation": "

The OAuth client app in GetConnection response.

" }, "PiiType": { "type": "string", "enum": [ "RowAudit", "RowMasking", "ColumnAudit", "ColumnMasking" ] }, "PolicyJsonString": { "type": "string", "min": 2 }, "PollingTime": { "type": "long", "box": true, "min": 10 }, "PositiveInteger": { "type": "integer", "min": 1 }, "PositiveLong": { "type": "long", "box": true, "min": 1 }, "PostgreSQLCatalogSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data source.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to read from.

" } }, "documentation": "

Specifies a PostgresSQL data source in the Glue Data Catalog.

" }, "PostgreSQLCatalogTarget": { "type": "structure", "required": [ "Name", "Inputs", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to write to.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to write to.

" } }, "documentation": "

Specifies a target that uses Postgres SQL.

" }, "Predecessor": { "type": "structure", "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the job definition used by the predecessor job run.

" }, "RunId": { "shape": "IdString", "documentation": "

The job-run ID of the predecessor job run.

" } }, "documentation": "

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

" }, "PredecessorList": { "type": "list", "member": { "shape": "Predecessor" } }, "Predicate": { "type": "structure", "members": { "Logical": { "shape": "Logical", "documentation": "

An optional field if only one condition is listed. If multiple conditions are listed, then this field is required.

" }, "Conditions": { "shape": "ConditionList", "documentation": "

A list of the conditions that determine when the trigger will fire.

" } }, "documentation": "

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

" }, "PredicateString": { "type": "string", "max": 2048, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "PrincipalPermissions": { "type": "structure", "members": { "Principal": { "shape": "DataLakePrincipal", "documentation": "

The principal who is granted permissions.

" }, "Permissions": { "shape": "PermissionList", "documentation": "

The permissions that are granted to the principal.

" } }, "documentation": "

Permissions granted to a principal.

" }, "PrincipalPermissionsList": { "type": "list", "member": { "shape": "PrincipalPermissions" } }, "PrincipalType": { "type": "string", "enum": [ "USER", "ROLE", "GROUP" ] }, "Prob": { "type": "double", "box": true, "max": 1, "min": 0 }, "ProfileConfiguration": { "type": "structure", "members": { "SessionConfiguration": { "shape": "ConfigurationMap", "documentation": "

A key-value map of configuration parameters for Glue sessions.

" }, "JobConfiguration": { "shape": "ConfigurationMap", "documentation": "

A key-value map of configuration parameters for Glue jobs.

" } }, "documentation": "

Specifies the job and session values that an admin configures in an Glue usage profile.

" }, "PropertyPredicate": { "type": "structure", "members": { "Key": { "shape": "ValueString", "documentation": "

The key of the property.

" }, "Value": { "shape": "ValueString", "documentation": "

The value of the property.

" }, "Comparator": { "shape": "Comparator", "documentation": "

The comparator used to compare this property to others.

" } }, "documentation": "

Defines a property predicate.

" }, "PublicKeysList": { "type": "list", "member": { "shape": "GenericString" }, "max": 5 }, "PutDataCatalogEncryptionSettingsRequest": { "type": "structure", "required": [ "DataCatalogEncryptionSettings" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DataCatalogEncryptionSettings": { "shape": "DataCatalogEncryptionSettings", "documentation": "

The security configuration to set.

" } } }, "PutDataCatalogEncryptionSettingsResponse": { "type": "structure", "members": {} }, "PutDataQualityProfileAnnotationRequest": { "type": "structure", "required": [ "ProfileId", "InclusionAnnotation" ], "members": { "ProfileId": { "shape": "HashString", "documentation": "

The ID of the data quality monitoring profile to annotate.

" }, "InclusionAnnotation": { "shape": "InclusionAnnotationValue", "documentation": "

The inclusion annotation value to apply to the profile.

" } } }, "PutDataQualityProfileAnnotationResponse": { "type": "structure", "members": {}, "documentation": "

Left blank.

" }, "PutResourcePolicyRequest": { "type": "structure", "required": [ "PolicyInJson" ], "members": { "PolicyInJson": { "shape": "PolicyJsonString", "documentation": "

Contains the policy document to set, in JSON format.

" }, "ResourceArn": { "shape": "GlueResourceArn", "documentation": "

Do not use. For internal use only.

" }, "PolicyHashCondition": { "shape": "HashString", "documentation": "

The hash value returned when the previous policy was set using PutResourcePolicy. Its purpose is to prevent concurrent modifications of a policy. Do not use this parameter if no previous policy has been set.

" }, "PolicyExistsCondition": { "shape": "ExistCondition", "documentation": "

A value of MUST_EXIST is used to update a policy. A value of NOT_EXIST is used to create a new policy. If a value of NONE or a null value is used, the call does not depend on the existence of a policy.

" }, "EnableHybrid": { "shape": "EnableHybridValues", "documentation": "

If 'TRUE', indicates that you are using both methods to grant cross-account access to Data Catalog resources:

Must be set to 'TRUE' if you have already used the Management Console to grant cross-account access, otherwise the call fails. Default is 'FALSE'.

" } } }, "PutResourcePolicyResponse": { "type": "structure", "members": { "PolicyHash": { "shape": "HashString", "documentation": "

A hash of the policy that has just been set. This must be included in a subsequent call that overwrites or updates this policy.

" } } }, "PutSchemaVersionMetadataInput": { "type": "structure", "required": [ "MetadataKeyValue" ], "members": { "SchemaId": { "shape": "SchemaId", "documentation": "

The unique ID for the schema.

" }, "SchemaVersionNumber": { "shape": "SchemaVersionNumber", "documentation": "

The version number of the schema.

" }, "SchemaVersionId": { "shape": "SchemaVersionIdString", "documentation": "

The unique version ID of the schema version.

" }, "MetadataKeyValue": { "shape": "MetadataKeyValuePair", "documentation": "

The metadata key's corresponding value.

" } } }, "PutSchemaVersionMetadataResponse": { "type": "structure", "members": { "SchemaArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) for the schema.

" }, "SchemaName": { "shape": "SchemaRegistryNameString", "documentation": "

The name for the schema.

" }, "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

The name for the registry.

" }, "LatestVersion": { "shape": "LatestSchemaVersionBoolean", "documentation": "

The latest version of the schema.

" }, "VersionNumber": { "shape": "VersionLongNumber", "documentation": "

The version number of the schema.

" }, "SchemaVersionId": { "shape": "SchemaVersionIdString", "documentation": "

The unique version ID of the schema version.

" }, "MetadataKey": { "shape": "MetadataKeyString", "documentation": "

The metadata key.

" }, "MetadataValue": { "shape": "MetadataValueString", "documentation": "

The value of the metadata key.

" } } }, "PutWorkflowRunPropertiesRequest": { "type": "structure", "required": [ "Name", "RunId", "RunProperties" ], "members": { "Name": { "shape": "NameString", "documentation": "

Name of the workflow which was run.

" }, "RunId": { "shape": "IdString", "documentation": "

The ID of the workflow run for which the run properties should be updated.

" }, "RunProperties": { "shape": "WorkflowRunProperties", "documentation": "

The properties to put for the specified run.

" } } }, "PutWorkflowRunPropertiesResponse": { "type": "structure", "members": {} }, "PythonScript": { "type": "string" }, "PythonVersionString": { "type": "string", "pattern": "^([2-3]|3[.]9)$" }, "QuerySchemaVersionMetadataInput": { "type": "structure", "members": { "SchemaId": { "shape": "SchemaId", "documentation": "

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

" }, "SchemaVersionNumber": { "shape": "SchemaVersionNumber", "documentation": "

The version number of the schema.

" }, "SchemaVersionId": { "shape": "SchemaVersionIdString", "documentation": "

The unique version ID of the schema version.

" }, "MetadataList": { "shape": "MetadataList", "documentation": "

Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.

" }, "MaxResults": { "shape": "QuerySchemaVersionMetadataMaxResults", "documentation": "

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

" }, "NextToken": { "shape": "SchemaRegistryTokenString", "documentation": "

A continuation token, if this is a continuation call.

" } } }, "QuerySchemaVersionMetadataMaxResults": { "type": "integer", "max": 50, "min": 1 }, "QuerySchemaVersionMetadataResponse": { "type": "structure", "members": { "MetadataInfoMap": { "shape": "MetadataInfoMap", "documentation": "

A map of a metadata key and associated values.

" }, "SchemaVersionId": { "shape": "SchemaVersionIdString", "documentation": "

The unique version ID of the schema version.

" }, "NextToken": { "shape": "SchemaRegistryTokenString", "documentation": "

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

" } } }, "QuerySessionContext": { "type": "structure", "members": { "QueryId": { "shape": "HashString", "documentation": "

A unique identifier generated by the query engine for the query.

" }, "QueryStartTime": { "shape": "Timestamp", "documentation": "

A timestamp provided by the query engine for when the query started.

" }, "ClusterId": { "shape": "NullableString", "documentation": "

An identifier string for the consumer cluster.

" }, "QueryAuthorizationId": { "shape": "HashString", "documentation": "

A cryptographically generated query identifier generated by Glue or Lake Formation.

" }, "AdditionalContext": { "shape": "AdditionalContextMap", "documentation": "

An opaque string-string map passed by the query engine.

" } }, "documentation": "

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.

" }, "QuoteChar": { "type": "string", "enum": [ "quote", "quillemet", "single_quote", "disabled" ] }, "Recipe": { "type": "structure", "required": [ "Name", "Inputs" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the Glue Studio node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the recipe node, identified by id.

" }, "RecipeReference": { "shape": "RecipeReference", "documentation": "

A reference to the DataBrew recipe used by the node.

" }, "RecipeSteps": { "shape": "RecipeSteps", "documentation": "

Transform steps used in the recipe node.

" } }, "documentation": "

A Glue Studio node that uses a Glue DataBrew recipe in Glue jobs.

" }, "RecipeAction": { "type": "structure", "required": [ "Operation" ], "members": { "Operation": { "shape": "Operation", "documentation": "

The operation of the recipe action.

" }, "Parameters": { "shape": "ParameterMap", "documentation": "

The parameters of the recipe action.

" } }, "documentation": "

Actions defined in the Glue Studio data preparation recipe node.

" }, "RecipeReference": { "type": "structure", "required": [ "RecipeArn", "RecipeVersion" ], "members": { "RecipeArn": { "shape": "EnclosedInStringProperty", "documentation": "

The ARN of the DataBrew recipe.

" }, "RecipeVersion": { "shape": "RecipeVersion", "documentation": "

The RecipeVersion of the DataBrew recipe.

" } }, "documentation": "

A reference to a Glue DataBrew recipe.

" }, "RecipeStep": { "type": "structure", "required": [ "Action" ], "members": { "Action": { "shape": "RecipeAction", "documentation": "

The transformation action of the recipe step.

" }, "ConditionExpressions": { "shape": "ConditionExpressionList", "documentation": "

The condition expressions for the recipe step.

" } }, "documentation": "

A recipe step used in a Glue Studio data preparation recipe node.

" }, "RecipeSteps": { "type": "list", "member": { "shape": "RecipeStep" } }, "RecipeVersion": { "type": "string", "max": 16, "min": 1 }, "RecordsCount": { "type": "long", "box": true }, "RecrawlBehavior": { "type": "string", "enum": [ "CRAWL_EVERYTHING", "CRAWL_NEW_FOLDERS_ONLY", "CRAWL_EVENT_MODE" ] }, "RecrawlPolicy": { "type": "structure", "members": { "RecrawlBehavior": { "shape": "RecrawlBehavior", "documentation": "

Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run.

A value of CRAWL_EVERYTHING specifies crawling the entire dataset again.

A value of CRAWL_NEW_FOLDERS_ONLY specifies crawling only folders that were added since the last crawler run.

A value of CRAWL_EVENT_MODE specifies crawling only the changes identified by Amazon S3 events.

" } }, "documentation": "

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

" }, "RedirectUri": { "type": "string", "max": 512, "pattern": "^(https?):\\/\\/[^\\s/$.?#].[^\\s]*$" }, "RedshiftSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the Amazon Redshift data store.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The database table to read from.

" }, "RedshiftTmpDir": { "shape": "EnclosedInStringProperty", "documentation": "

The Amazon S3 path where temporary data can be staged when copying out of the database.

" }, "TmpDirIAMRole": { "shape": "EnclosedInStringProperty", "documentation": "

The IAM role with permissions.

" } }, "documentation": "

Specifies an Amazon Redshift data store.

" }, "RedshiftTarget": { "type": "structure", "required": [ "Name", "Inputs", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to write to.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to write to.

" }, "RedshiftTmpDir": { "shape": "EnclosedInStringProperty", "documentation": "

The Amazon S3 path where temporary data can be staged when copying out of the database.

" }, "TmpDirIAMRole": { "shape": "EnclosedInStringProperty", "documentation": "

The IAM role with permissions.

" }, "UpsertRedshiftOptions": { "shape": "UpsertRedshiftTargetOptions", "documentation": "

The set of options to configure an upsert operation when writing to a Redshift target.

" } }, "documentation": "

Specifies a target that uses Amazon Redshift.

" }, "ReferenceDatasetsList": { "type": "list", "member": { "shape": "NameString" } }, "RegisterSchemaVersionInput": { "type": "structure", "required": [ "SchemaId", "SchemaDefinition" ], "members": { "SchemaId": { "shape": "SchemaId", "documentation": "

This is a wrapper structure to contain schema identity fields. The structure contains:

" }, "SchemaDefinition": { "shape": "SchemaDefinitionString", "documentation": "

The schema definition using the DataFormat setting for the SchemaName.

" } } }, "RegisterSchemaVersionResponse": { "type": "structure", "members": { "SchemaVersionId": { "shape": "SchemaVersionIdString", "documentation": "

The unique ID that represents the version of this schema.

" }, "VersionNumber": { "shape": "VersionLongNumber", "documentation": "

The version of this schema (for sync flow only, in case this is the first version).

" }, "Status": { "shape": "SchemaVersionStatus", "documentation": "

The status of the schema version.

" } } }, "RegistryId": { "type": "structure", "members": { "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

Name of the registry. Used only for lookup. One of RegistryArn or RegistryName has to be provided.

" }, "RegistryArn": { "shape": "GlueResourceArn", "documentation": "

Arn of the registry to be updated. One of RegistryArn or RegistryName has to be provided.

" } }, "documentation": "

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

" }, "RegistryListDefinition": { "type": "list", "member": { "shape": "RegistryListItem" } }, "RegistryListItem": { "type": "structure", "members": { "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the registry.

" }, "RegistryArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the registry.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the registry.

" }, "Status": { "shape": "RegistryStatus", "documentation": "

The status of the registry.

" }, "CreatedTime": { "shape": "CreatedTimestamp", "documentation": "

The data the registry was created.

" }, "UpdatedTime": { "shape": "UpdatedTimestamp", "documentation": "

The date the registry was updated.

" } }, "documentation": "

A structure containing the details for a registry.

" }, "RegistryStatus": { "type": "string", "enum": [ "AVAILABLE", "DELETING" ] }, "RelationalCatalogSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data source.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to read from.

" } }, "documentation": "

Specifies a Relational database data source in the Glue Data Catalog.

" }, "RemoveSchemaVersionMetadataInput": { "type": "structure", "required": [ "MetadataKeyValue" ], "members": { "SchemaId": { "shape": "SchemaId", "documentation": "

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

" }, "SchemaVersionNumber": { "shape": "SchemaVersionNumber", "documentation": "

The version number of the schema.

" }, "SchemaVersionId": { "shape": "SchemaVersionIdString", "documentation": "

The unique version ID of the schema version.

" }, "MetadataKeyValue": { "shape": "MetadataKeyValuePair", "documentation": "

The value of the metadata key.

" } } }, "RemoveSchemaVersionMetadataResponse": { "type": "structure", "members": { "SchemaArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the schema.

" }, "SchemaName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the schema.

" }, "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the registry.

" }, "LatestVersion": { "shape": "LatestSchemaVersionBoolean", "documentation": "

The latest version of the schema.

" }, "VersionNumber": { "shape": "VersionLongNumber", "documentation": "

The version number of the schema.

" }, "SchemaVersionId": { "shape": "SchemaVersionIdString", "documentation": "

The version ID for the schema version.

" }, "MetadataKey": { "shape": "MetadataKeyString", "documentation": "

The metadata key.

" }, "MetadataValue": { "shape": "MetadataValueString", "documentation": "

The value of the metadata key.

" } } }, "RenameField": { "type": "structure", "required": [ "Name", "Inputs", "SourcePath", "TargetPath" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The data inputs identified by their node names.

" }, "SourcePath": { "shape": "EnclosedInStringProperties", "documentation": "

A JSON path to a variable in the data structure for the source data.

" }, "TargetPath": { "shape": "EnclosedInStringProperties", "documentation": "

A JSON path to a variable in the data structure for the target data.

" } }, "documentation": "

Specifies a transform that renames a single data property key.

" }, "ReplaceBoolean": { "type": "boolean" }, "ResetJobBookmarkRequest": { "type": "structure", "required": [ "JobName" ], "members": { "JobName": { "shape": "JobName", "documentation": "

The name of the job in question.

" }, "RunId": { "shape": "RunId", "documentation": "

The unique run identifier associated with this job run.

" } } }, "ResetJobBookmarkResponse": { "type": "structure", "members": { "JobBookmarkEntry": { "shape": "JobBookmarkEntry", "documentation": "

The reset bookmark entry.

" } } }, "ResourceAction": { "type": "string", "enum": [ "UPDATE", "CREATE" ] }, "ResourceShareType": { "type": "string", "enum": [ "FOREIGN", "ALL", "FEDERATED" ] }, "ResourceState": { "type": "string", "enum": [ "QUEUED", "IN_PROGRESS", "SUCCESS", "STOPPED", "FAILED" ] }, "ResourceType": { "type": "string", "enum": [ "JAR", "FILE", "ARCHIVE" ] }, "ResourceUri": { "type": "structure", "members": { "ResourceType": { "shape": "ResourceType", "documentation": "

The type of the resource.

" }, "Uri": { "shape": "URI", "documentation": "

The URI for accessing the resource.

" } }, "documentation": "

The URIs for function resources.

" }, "ResourceUriList": { "type": "list", "member": { "shape": "ResourceUri" }, "max": 1000, "min": 0 }, "ResumeWorkflowRunRequest": { "type": "structure", "required": [ "Name", "RunId", "NodeIds" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the workflow to resume.

" }, "RunId": { "shape": "IdString", "documentation": "

The ID of the workflow run to resume.

" }, "NodeIds": { "shape": "NodeIdList", "documentation": "

A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.

" } } }, "ResumeWorkflowRunResponse": { "type": "structure", "members": { "RunId": { "shape": "IdString", "documentation": "

The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.

" }, "NodeIds": { "shape": "NodeIdList", "documentation": "

A list of the node IDs for the nodes that were actually restarted.

" } } }, "Role": { "type": "string" }, "RoleArn": { "type": "string", "pattern": "arn:aws:iam::\\d{12}:role/.*" }, "RoleString": { "type": "string" }, "RowTag": { "type": "string" }, "RulesetNames": { "type": "list", "member": { "shape": "NameString" }, "max": 10, "min": 1 }, "RunId": { "type": "string" }, "RunIdentifier": { "type": "structure", "members": { "RunId": { "shape": "HashString", "documentation": "

The Run ID.

" }, "JobRunId": { "shape": "HashString", "documentation": "

The Job Run ID.

" } }, "documentation": "

A run identifier.

" }, "RunMetrics": { "type": "structure", "members": { "NumberOfBytesCompacted": { "shape": "MessageString", "documentation": "

The number of bytes removed by the compaction job run.

" }, "NumberOfFilesCompacted": { "shape": "MessageString", "documentation": "

The number of files removed by the compaction job run.

" }, "NumberOfDpus": { "shape": "MessageString", "documentation": "

The number of DPU hours consumed by the job.

" }, "JobDurationInHour": { "shape": "MessageString", "documentation": "

The duration of the job in hours.

" } }, "documentation": "

Metrics for the optimizer run.

" }, "RunStatementRequest": { "type": "structure", "required": [ "SessionId", "Code" ], "members": { "SessionId": { "shape": "NameString", "documentation": "

The Session Id of the statement to be run.

" }, "Code": { "shape": "OrchestrationStatementCodeString", "documentation": "

The statement code to be run.

" }, "RequestOrigin": { "shape": "OrchestrationNameString", "documentation": "

The origin of the request.

" } } }, "RunStatementResponse": { "type": "structure", "members": { "Id": { "shape": "IntegerValue", "documentation": "

Returns the Id of the statement that was run.

" } } }, "RuntimeNameString": { "type": "string", "max": 64, "pattern": ".*" }, "S3CatalogDeltaSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the Delta Lake data source.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to read from.

" }, "AdditionalDeltaOptions": { "shape": "AdditionalOptions", "documentation": "

Specifies additional connection options.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the Delta Lake source.

" } }, "documentation": "

Specifies a Delta Lake data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.

" }, "S3CatalogHudiSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the Hudi data source.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to read from.

" }, "AdditionalHudiOptions": { "shape": "AdditionalOptions", "documentation": "

Specifies additional connection options.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the Hudi source.

" } }, "documentation": "

Specifies a Hudi data source that is registered in the Glue Data Catalog. The Hudi data source must be stored in Amazon S3.

" }, "S3CatalogSource": { "type": "structure", "required": [ "Name", "Database", "Table" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data store.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The database to read from.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The database table to read from.

" }, "PartitionPredicate": { "shape": "EnclosedInStringProperty", "documentation": "

Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted. Set to \"\" – empty by default.

" }, "AdditionalOptions": { "shape": "S3SourceAdditionalOptions", "documentation": "

Specifies additional connection options.

" } }, "documentation": "

Specifies an Amazon S3 data store in the Glue Data Catalog.

" }, "S3CatalogTarget": { "type": "structure", "required": [ "Name", "Inputs", "Table", "Database" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "PartitionKeys": { "shape": "GlueStudioPathList", "documentation": "

Specifies native partitioning using a sequence of keys.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to write to.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to write to.

" }, "SchemaChangePolicy": { "shape": "CatalogSchemaChangePolicy", "documentation": "

A policy that specifies update behavior for the crawler.

" } }, "documentation": "

Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.

" }, "S3CsvSource": { "type": "structure", "required": [ "Name", "Paths", "Separator", "QuoteChar" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data store.

" }, "Paths": { "shape": "EnclosedInStringProperties", "documentation": "

A list of the Amazon S3 paths to read from.

" }, "CompressionType": { "shape": "CompressionType", "documentation": "

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are \"gzip\" and \"bzip\").

" }, "Exclusions": { "shape": "EnclosedInStringProperties", "documentation": "

A string containing a JSON list of Unix-style glob patterns to exclude. For example, \"[\\\"**.pdf\\\"]\" excludes all PDF files.

" }, "GroupSize": { "shape": "EnclosedInStringProperty", "documentation": "

The target group size in bytes. The default is computed based on the input data size and the size of your cluster. When there are fewer than 50,000 input files, \"groupFiles\" must be set to \"inPartition\" for this to take effect.

" }, "GroupFiles": { "shape": "EnclosedInStringProperty", "documentation": "

Grouping files is turned on by default when the input contains more than 50,000 files. To turn on grouping with fewer than 50,000 files, set this parameter to \"inPartition\". To disable grouping when there are more than 50,000 files, set this parameter to \"none\".

" }, "Recurse": { "shape": "BoxedBoolean", "documentation": "

If set to true, recursively reads files in all subdirectories under the specified paths.

" }, "MaxBand": { "shape": "BoxedNonNegativeInt", "documentation": "

This option controls the duration in milliseconds after which the s3 listing is likely to be consistent. Files with modification timestamps falling within the last maxBand milliseconds are tracked specially when using JobBookmarks to account for Amazon S3 eventual consistency. Most users don't need to set this option. The default is 900000 milliseconds, or 15 minutes.

" }, "MaxFilesInBand": { "shape": "BoxedNonNegativeInt", "documentation": "

This option specifies the maximum number of files to save from the last maxBand seconds. If this number is exceeded, extra files are skipped and only processed in the next job run.

" }, "AdditionalOptions": { "shape": "S3DirectSourceAdditionalOptions", "documentation": "

Specifies additional connection options.

" }, "Separator": { "shape": "Separator", "documentation": "

Specifies the delimiter character. The default is a comma: \",\", but any other character can be specified.

" }, "Escaper": { "shape": "EnclosedInStringPropertyWithQuote", "documentation": "

Specifies a character to use for escaping. This option is used only when reading CSV files. The default value is none. If enabled, the character which immediately follows is used as-is, except for a small set of well-known escapes (\\n, \\r, \\t, and \\0).

" }, "QuoteChar": { "shape": "QuoteChar", "documentation": "

Specifies the character to use for quoting. The default is a double quote: '\"'. Set this to -1 to turn off quoting entirely.

" }, "Multiline": { "shape": "BoxedBoolean", "documentation": "

A Boolean value that specifies whether a single record can span multiple lines. This can occur when a field contains a quoted new-line character. You must set this option to True if any record spans multiple lines. The default value is False, which allows for more aggressive file-splitting during parsing.

" }, "WithHeader": { "shape": "BoxedBoolean", "documentation": "

A Boolean value that specifies whether to treat the first line as a header. The default value is False.

" }, "WriteHeader": { "shape": "BoxedBoolean", "documentation": "

A Boolean value that specifies whether to write the header to output. The default value is True.

" }, "SkipFirst": { "shape": "BoxedBoolean", "documentation": "

A Boolean value that specifies whether to skip the first data line. The default value is False.

" }, "OptimizePerformance": { "shape": "BooleanValue", "documentation": "

A Boolean value that specifies whether to use the advanced SIMD CSV reader along with Apache Arrow based columnar memory formats. Only available in Glue version 3.0.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the S3 CSV source.

" } }, "documentation": "

Specifies a command-separated value (CSV) data store stored in Amazon S3.

" }, "S3DeltaCatalogTarget": { "type": "structure", "required": [ "Name", "Inputs", "Table", "Database" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "PartitionKeys": { "shape": "GlueStudioPathList", "documentation": "

Specifies native partitioning using a sequence of keys.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to write to.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to write to.

" }, "AdditionalOptions": { "shape": "AdditionalOptions", "documentation": "

Specifies additional connection options for the connector.

" }, "SchemaChangePolicy": { "shape": "CatalogSchemaChangePolicy", "documentation": "

A policy that specifies update behavior for the crawler.

" } }, "documentation": "

Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.

" }, "S3DeltaDirectTarget": { "type": "structure", "required": [ "Name", "Inputs", "Path", "Compression", "Format" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "PartitionKeys": { "shape": "GlueStudioPathList", "documentation": "

Specifies native partitioning using a sequence of keys.

" }, "Path": { "shape": "EnclosedInStringProperty", "documentation": "

The Amazon S3 path of your Delta Lake data source to write to.

" }, "Compression": { "shape": "DeltaTargetCompressionType", "documentation": "

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are \"gzip\" and \"bzip\").

" }, "Format": { "shape": "TargetFormat", "documentation": "

Specifies the data output format for the target.

" }, "AdditionalOptions": { "shape": "AdditionalOptions", "documentation": "

Specifies additional connection options for the connector.

" }, "SchemaChangePolicy": { "shape": "DirectSchemaChangePolicy", "documentation": "

A policy that specifies update behavior for the crawler.

" } }, "documentation": "

Specifies a target that writes to a Delta Lake data source in Amazon S3.

" }, "S3DeltaSource": { "type": "structure", "required": [ "Name", "Paths" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the Delta Lake source.

" }, "Paths": { "shape": "EnclosedInStringProperties", "documentation": "

A list of the Amazon S3 paths to read from.

" }, "AdditionalDeltaOptions": { "shape": "AdditionalOptions", "documentation": "

Specifies additional connection options.

" }, "AdditionalOptions": { "shape": "S3DirectSourceAdditionalOptions", "documentation": "

Specifies additional options for the connector.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the Delta Lake source.

" } }, "documentation": "

Specifies a Delta Lake data source stored in Amazon S3.

" }, "S3DirectSourceAdditionalOptions": { "type": "structure", "members": { "BoundedSize": { "shape": "BoxedLong", "documentation": "

Sets the upper limit for the target size of the dataset in bytes that will be processed.

" }, "BoundedFiles": { "shape": "BoxedLong", "documentation": "

Sets the upper limit for the target number of files that will be processed.

" }, "EnableSamplePath": { "shape": "BoxedBoolean", "documentation": "

Sets option to enable a sample path.

" }, "SamplePath": { "shape": "EnclosedInStringProperty", "documentation": "

If enabled, specifies the sample path.

" } }, "documentation": "

Specifies additional connection options for the Amazon S3 data store.

" }, "S3DirectTarget": { "type": "structure", "required": [ "Name", "Inputs", "Path", "Format" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "PartitionKeys": { "shape": "GlueStudioPathList", "documentation": "

Specifies native partitioning using a sequence of keys.

" }, "Path": { "shape": "EnclosedInStringProperty", "documentation": "

A single Amazon S3 path to write to.

" }, "Compression": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are \"gzip\" and \"bzip\").

" }, "Format": { "shape": "TargetFormat", "documentation": "

Specifies the data output format for the target.

" }, "SchemaChangePolicy": { "shape": "DirectSchemaChangePolicy", "documentation": "

A policy that specifies update behavior for the crawler.

" } }, "documentation": "

Specifies a data target that writes to Amazon S3.

" }, "S3Encryption": { "type": "structure", "members": { "S3EncryptionMode": { "shape": "S3EncryptionMode", "documentation": "

The encryption mode to use for Amazon S3 data.

" }, "KmsKeyArn": { "shape": "KmsKeyArn", "documentation": "

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

" } }, "documentation": "

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

" }, "S3EncryptionList": { "type": "list", "member": { "shape": "S3Encryption" } }, "S3EncryptionMode": { "type": "string", "enum": [ "DISABLED", "SSE-KMS", "SSE-S3" ] }, "S3GlueParquetTarget": { "type": "structure", "required": [ "Name", "Inputs", "Path" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "PartitionKeys": { "shape": "GlueStudioPathList", "documentation": "

Specifies native partitioning using a sequence of keys.

" }, "Path": { "shape": "EnclosedInStringProperty", "documentation": "

A single Amazon S3 path to write to.

" }, "Compression": { "shape": "ParquetCompressionType", "documentation": "

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are \"gzip\" and \"bzip\").

" }, "SchemaChangePolicy": { "shape": "DirectSchemaChangePolicy", "documentation": "

A policy that specifies update behavior for the crawler.

" } }, "documentation": "

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

" }, "S3HudiCatalogTarget": { "type": "structure", "required": [ "Name", "Inputs", "Table", "Database", "AdditionalOptions" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "PartitionKeys": { "shape": "GlueStudioPathList", "documentation": "

Specifies native partitioning using a sequence of keys.

" }, "Table": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the table in the database to write to.

" }, "Database": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the database to write to.

" }, "AdditionalOptions": { "shape": "AdditionalOptions", "documentation": "

Specifies additional connection options for the connector.

" }, "SchemaChangePolicy": { "shape": "CatalogSchemaChangePolicy", "documentation": "

A policy that specifies update behavior for the crawler.

" } }, "documentation": "

Specifies a target that writes to a Hudi data source in the Glue Data Catalog.

" }, "S3HudiDirectTarget": { "type": "structure", "required": [ "Name", "Inputs", "Path", "Compression", "Format", "AdditionalOptions" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "Path": { "shape": "EnclosedInStringProperty", "documentation": "

The Amazon S3 path of your Hudi data source to write to.

" }, "Compression": { "shape": "HudiTargetCompressionType", "documentation": "

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are \"gzip\" and \"bzip\").

" }, "PartitionKeys": { "shape": "GlueStudioPathList", "documentation": "

Specifies native partitioning using a sequence of keys.

" }, "Format": { "shape": "TargetFormat", "documentation": "

Specifies the data output format for the target.

" }, "AdditionalOptions": { "shape": "AdditionalOptions", "documentation": "

Specifies additional connection options for the connector.

" }, "SchemaChangePolicy": { "shape": "DirectSchemaChangePolicy", "documentation": "

A policy that specifies update behavior for the crawler.

" } }, "documentation": "

Specifies a target that writes to a Hudi data source in Amazon S3.

" }, "S3HudiSource": { "type": "structure", "required": [ "Name", "Paths" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the Hudi source.

" }, "Paths": { "shape": "EnclosedInStringProperties", "documentation": "

A list of the Amazon S3 paths to read from.

" }, "AdditionalHudiOptions": { "shape": "AdditionalOptions", "documentation": "

Specifies additional connection options.

" }, "AdditionalOptions": { "shape": "S3DirectSourceAdditionalOptions", "documentation": "

Specifies additional options for the connector.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the Hudi source.

" } }, "documentation": "

Specifies a Hudi data source stored in Amazon S3.

" }, "S3JsonSource": { "type": "structure", "required": [ "Name", "Paths" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data store.

" }, "Paths": { "shape": "EnclosedInStringProperties", "documentation": "

A list of the Amazon S3 paths to read from.

" }, "CompressionType": { "shape": "CompressionType", "documentation": "

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are \"gzip\" and \"bzip\").

" }, "Exclusions": { "shape": "EnclosedInStringProperties", "documentation": "

A string containing a JSON list of Unix-style glob patterns to exclude. For example, \"[\\\"**.pdf\\\"]\" excludes all PDF files.

" }, "GroupSize": { "shape": "EnclosedInStringProperty", "documentation": "

The target group size in bytes. The default is computed based on the input data size and the size of your cluster. When there are fewer than 50,000 input files, \"groupFiles\" must be set to \"inPartition\" for this to take effect.

" }, "GroupFiles": { "shape": "EnclosedInStringProperty", "documentation": "

Grouping files is turned on by default when the input contains more than 50,000 files. To turn on grouping with fewer than 50,000 files, set this parameter to \"inPartition\". To disable grouping when there are more than 50,000 files, set this parameter to \"none\".

" }, "Recurse": { "shape": "BoxedBoolean", "documentation": "

If set to true, recursively reads files in all subdirectories under the specified paths.

" }, "MaxBand": { "shape": "BoxedNonNegativeInt", "documentation": "

This option controls the duration in milliseconds after which the s3 listing is likely to be consistent. Files with modification timestamps falling within the last maxBand milliseconds are tracked specially when using JobBookmarks to account for Amazon S3 eventual consistency. Most users don't need to set this option. The default is 900000 milliseconds, or 15 minutes.

" }, "MaxFilesInBand": { "shape": "BoxedNonNegativeInt", "documentation": "

This option specifies the maximum number of files to save from the last maxBand seconds. If this number is exceeded, extra files are skipped and only processed in the next job run.

" }, "AdditionalOptions": { "shape": "S3DirectSourceAdditionalOptions", "documentation": "

Specifies additional connection options.

" }, "JsonPath": { "shape": "EnclosedInStringProperty", "documentation": "

A JsonPath string defining the JSON data.

" }, "Multiline": { "shape": "BoxedBoolean", "documentation": "

A Boolean value that specifies whether a single record can span multiple lines. This can occur when a field contains a quoted new-line character. You must set this option to True if any record spans multiple lines. The default value is False, which allows for more aggressive file-splitting during parsing.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the S3 JSON source.

" } }, "documentation": "

Specifies a JSON data store stored in Amazon S3.

" }, "S3ParquetSource": { "type": "structure", "required": [ "Name", "Paths" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data store.

" }, "Paths": { "shape": "EnclosedInStringProperties", "documentation": "

A list of the Amazon S3 paths to read from.

" }, "CompressionType": { "shape": "ParquetCompressionType", "documentation": "

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are \"gzip\" and \"bzip\").

" }, "Exclusions": { "shape": "EnclosedInStringProperties", "documentation": "

A string containing a JSON list of Unix-style glob patterns to exclude. For example, \"[\\\"**.pdf\\\"]\" excludes all PDF files.

" }, "GroupSize": { "shape": "EnclosedInStringProperty", "documentation": "

The target group size in bytes. The default is computed based on the input data size and the size of your cluster. When there are fewer than 50,000 input files, \"groupFiles\" must be set to \"inPartition\" for this to take effect.

" }, "GroupFiles": { "shape": "EnclosedInStringProperty", "documentation": "

Grouping files is turned on by default when the input contains more than 50,000 files. To turn on grouping with fewer than 50,000 files, set this parameter to \"inPartition\". To disable grouping when there are more than 50,000 files, set this parameter to \"none\".

" }, "Recurse": { "shape": "BoxedBoolean", "documentation": "

If set to true, recursively reads files in all subdirectories under the specified paths.

" }, "MaxBand": { "shape": "BoxedNonNegativeInt", "documentation": "

This option controls the duration in milliseconds after which the s3 listing is likely to be consistent. Files with modification timestamps falling within the last maxBand milliseconds are tracked specially when using JobBookmarks to account for Amazon S3 eventual consistency. Most users don't need to set this option. The default is 900000 milliseconds, or 15 minutes.

" }, "MaxFilesInBand": { "shape": "BoxedNonNegativeInt", "documentation": "

This option specifies the maximum number of files to save from the last maxBand seconds. If this number is exceeded, extra files are skipped and only processed in the next job run.

" }, "AdditionalOptions": { "shape": "S3DirectSourceAdditionalOptions", "documentation": "

Specifies additional connection options.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the S3 Parquet source.

" } }, "documentation": "

Specifies an Apache Parquet data store stored in Amazon S3.

" }, "S3SourceAdditionalOptions": { "type": "structure", "members": { "BoundedSize": { "shape": "BoxedLong", "documentation": "

Sets the upper limit for the target size of the dataset in bytes that will be processed.

" }, "BoundedFiles": { "shape": "BoxedLong", "documentation": "

Sets the upper limit for the target number of files that will be processed.

" } }, "documentation": "

Specifies additional connection options for the Amazon S3 data store.

" }, "S3Target": { "type": "structure", "members": { "Path": { "shape": "Path", "documentation": "

The path to the Amazon S3 target.

" }, "Exclusions": { "shape": "PathList", "documentation": "

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

" }, "ConnectionName": { "shape": "ConnectionName", "documentation": "

The name of a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual Private Cloud environment (Amazon VPC).

" }, "SampleSize": { "shape": "NullableInteger", "documentation": "

Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset. If not set, all the files are crawled. A valid value is an integer between 1 and 249.

" }, "EventQueueArn": { "shape": "EventQueueArn", "documentation": "

A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.

" }, "DlqEventQueueArn": { "shape": "EventQueueArn", "documentation": "

A valid Amazon dead-letter SQS ARN. For example, arn:aws:sqs:region:account:deadLetterQueue.

" } }, "documentation": "

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

" }, "S3TargetList": { "type": "list", "member": { "shape": "S3Target" } }, "SampleSizePercentage": { "type": "double", "max": 100, "min": 0 }, "ScalaCode": { "type": "string" }, "Schedule": { "type": "structure", "members": { "ScheduleExpression": { "shape": "CronExpression", "documentation": "

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

" }, "State": { "shape": "ScheduleState", "documentation": "

The state of the schedule.

" } }, "documentation": "

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

" }, "ScheduleState": { "type": "string", "enum": [ "SCHEDULED", "NOT_SCHEDULED", "TRANSITIONING" ] }, "SchemaChangePolicy": { "type": "structure", "members": { "UpdateBehavior": { "shape": "UpdateBehavior", "documentation": "

The update behavior when the crawler finds a changed schema.

" }, "DeleteBehavior": { "shape": "DeleteBehavior", "documentation": "

The deletion behavior when the crawler finds a deleted object.

" } }, "documentation": "

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

" }, "SchemaCheckpointNumber": { "type": "long", "max": 100000, "min": 1 }, "SchemaColumn": { "type": "structure", "members": { "Name": { "shape": "ColumnNameString", "documentation": "

The name of the column.

" }, "DataType": { "shape": "ColumnTypeString", "documentation": "

The type of data in the column.

" } }, "documentation": "

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

" }, "SchemaDefinitionDiff": { "type": "string", "max": 340000, "min": 1, "pattern": ".*\\S.*" }, "SchemaDefinitionString": { "type": "string", "max": 170000, "min": 1, "pattern": ".*\\S.*" }, "SchemaDiffType": { "type": "string", "enum": [ "SYNTAX_DIFF" ] }, "SchemaId": { "type": "structure", "members": { "SchemaArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided.

" }, "SchemaName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the schema. One of SchemaArn or SchemaName has to be provided.

" }, "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the schema registry that contains the schema.

" } }, "documentation": "

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

" }, "SchemaListDefinition": { "type": "list", "member": { "shape": "SchemaListItem" } }, "SchemaListItem": { "type": "structure", "members": { "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

the name of the registry where the schema resides.

" }, "SchemaName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the schema.

" }, "SchemaArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) for the schema.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description for the schema.

" }, "SchemaStatus": { "shape": "SchemaStatus", "documentation": "

The status of the schema.

" }, "CreatedTime": { "shape": "CreatedTimestamp", "documentation": "

The date and time that a schema was created.

" }, "UpdatedTime": { "shape": "UpdatedTimestamp", "documentation": "

The date and time that a schema was updated.

" } }, "documentation": "

An object that contains minimal details for a schema.

" }, "SchemaPathString": { "type": "string" }, "SchemaReference": { "type": "structure", "members": { "SchemaId": { "shape": "SchemaId", "documentation": "

A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.

" }, "SchemaVersionId": { "shape": "SchemaVersionIdString", "documentation": "

The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.

" }, "SchemaVersionNumber": { "shape": "VersionLongNumber", "documentation": "

The version number of the schema.

", "box": true } }, "documentation": "

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

" }, "SchemaRegistryNameString": { "type": "string", "max": 255, "min": 1, "pattern": "[a-zA-Z0-9-_$#.]+" }, "SchemaRegistryTokenString": { "type": "string" }, "SchemaStatus": { "type": "string", "enum": [ "AVAILABLE", "PENDING", "DELETING" ] }, "SchemaValidationError": { "type": "string", "max": 5000, "min": 1 }, "SchemaVersionErrorItem": { "type": "structure", "members": { "VersionNumber": { "shape": "VersionLongNumber", "documentation": "

The version number of the schema.

" }, "ErrorDetails": { "shape": "ErrorDetails", "documentation": "

The details of the error for the schema version.

" } }, "documentation": "

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

" }, "SchemaVersionErrorList": { "type": "list", "member": { "shape": "SchemaVersionErrorItem" } }, "SchemaVersionIdString": { "type": "string", "max": 36, "min": 36, "pattern": "[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}" }, "SchemaVersionList": { "type": "list", "member": { "shape": "SchemaVersionListItem" } }, "SchemaVersionListItem": { "type": "structure", "members": { "SchemaArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the schema.

" }, "SchemaVersionId": { "shape": "SchemaVersionIdString", "documentation": "

The unique identifier of the schema version.

" }, "VersionNumber": { "shape": "VersionLongNumber", "documentation": "

The version number of the schema.

" }, "Status": { "shape": "SchemaVersionStatus", "documentation": "

The status of the schema version.

" }, "CreatedTime": { "shape": "CreatedTimestamp", "documentation": "

The date and time the schema version was created.

" } }, "documentation": "

An object containing the details about a schema version.

" }, "SchemaVersionNumber": { "type": "structure", "members": { "LatestVersion": { "shape": "LatestSchemaVersionBoolean", "documentation": "

The latest version available for the schema.

" }, "VersionNumber": { "shape": "VersionLongNumber", "documentation": "

The version number of the schema.

" } }, "documentation": "

A structure containing the schema version information.

" }, "SchemaVersionStatus": { "type": "string", "enum": [ "AVAILABLE", "PENDING", "FAILURE", "DELETING" ] }, "ScriptLocationString": { "type": "string", "max": 400000 }, "SearchPropertyPredicates": { "type": "list", "member": { "shape": "PropertyPredicate" } }, "SearchTablesRequest": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

A unique identifier, consisting of account_id .

" }, "NextToken": { "shape": "Token", "documentation": "

A continuation token, included if this is a continuation call.

" }, "Filters": { "shape": "SearchPropertyPredicates", "documentation": "

A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.

The Comparator member of the PropertyPredicate struct is used only for time fields, and can be omitted for other field types. Also, when comparing string values, such as when Key=Name, a fuzzy match algorithm is used. The Key field (for example, the value of the Name field) is split on certain punctuation characters, for example, -, :, #, etc. into tokens. Then each token is exact-match compared with the Value member of PropertyPredicate. For example, if Key=Name and Value=link, tables named customer-link and xx-link-yy are returned, but xxlinkyy is not returned.

" }, "SearchText": { "shape": "ValueString", "documentation": "

A string used for a text search.

Specifying a value in quotes filters based on an exact match to the value.

" }, "SortCriteria": { "shape": "SortCriteria", "documentation": "

A list of criteria for sorting the results by a field name, in an ascending or descending order.

" }, "MaxResults": { "shape": "PageSize", "documentation": "

The maximum number of tables to return in a single response.

" }, "ResourceShareType": { "shape": "ResourceShareType", "documentation": "

Allows you to specify that you want to search the tables shared with your account. The allowable values are FOREIGN or ALL.

" }, "IncludeStatusDetails": { "shape": "BooleanNullable", "documentation": "

Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.

" } } }, "SearchTablesResponse": { "type": "structure", "members": { "NextToken": { "shape": "Token", "documentation": "

A continuation token, present if the current list segment is not the last.

" }, "TableList": { "shape": "TableList", "documentation": "

A list of the requested Table objects. The SearchTables response returns only the tables that you have access to.

" } } }, "SecretArn": { "type": "string", "pattern": "^arn:aws(-(cn|us-gov|iso(-[bef])?))?:secretsmanager:.*$" }, "SecurityConfiguration": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the security configuration.

" }, "CreatedTimeStamp": { "shape": "TimestampValue", "documentation": "

The time at which this security configuration was created.

" }, "EncryptionConfiguration": { "shape": "EncryptionConfiguration", "documentation": "

The encryption configuration associated with this security configuration.

" } }, "documentation": "

Specifies a security configuration.

" }, "SecurityConfigurationList": { "type": "list", "member": { "shape": "SecurityConfiguration" } }, "SecurityGroupIdList": { "type": "list", "member": { "shape": "NameString" }, "max": 50, "min": 0 }, "Segment": { "type": "structure", "required": [ "SegmentNumber", "TotalSegments" ], "members": { "SegmentNumber": { "shape": "NonNegativeInteger", "documentation": "

The zero-based index number of the segment. For example, if the total number of segments is 4, SegmentNumber values range from 0 through 3.

" }, "TotalSegments": { "shape": "TotalSegmentsInteger", "documentation": "

The total number of segments.

" } }, "documentation": "

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

" }, "SelectFields": { "type": "structure", "required": [ "Name", "Inputs", "Paths" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The data inputs identified by their node names.

" }, "Paths": { "shape": "GlueStudioPathList", "documentation": "

A JSON path to a variable in the data structure.

" } }, "documentation": "

Specifies a transform that chooses the data property keys that you want to keep.

" }, "SelectFromCollection": { "type": "structure", "required": [ "Name", "Inputs", "Index" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The data inputs identified by their node names.

" }, "Index": { "shape": "NonNegativeInt", "documentation": "

The index for the DynamicFrame to be selected.

" } }, "documentation": "

Specifies a transform that chooses one DynamicFrame from a collection of DynamicFrames. The output is the selected DynamicFrame

" }, "Separator": { "type": "string", "enum": [ "comma", "ctrla", "pipe", "semicolon", "tab" ] }, "SerDeInfo": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

Name of the SerDe.

" }, "SerializationLibrary": { "shape": "NameString", "documentation": "

Usually the class that implements the SerDe. An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.

" }, "Parameters": { "shape": "ParametersMap", "documentation": "

These key-value pairs define initialization parameters for the SerDe.

" } }, "documentation": "

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

" }, "Session": { "type": "structure", "members": { "Id": { "shape": "NameString", "documentation": "

The ID of the session.

" }, "CreatedOn": { "shape": "TimestampValue", "documentation": "

The time and date when the session was created.

" }, "Status": { "shape": "SessionStatus", "documentation": "

The session status.

" }, "ErrorMessage": { "shape": "DescriptionString", "documentation": "

The error message displayed during the session.

" }, "Description": { "shape": "DescriptionString", "documentation": "

The description of the session.

" }, "Role": { "shape": "OrchestrationRoleArn", "documentation": "

The name or Amazon Resource Name (ARN) of the IAM role associated with the Session.

" }, "Command": { "shape": "SessionCommand", "documentation": "

The command object.See SessionCommand.

" }, "DefaultArguments": { "shape": "OrchestrationArgumentsMap", "documentation": "

A map array of key-value pairs. Max is 75 pairs.

" }, "Connections": { "shape": "ConnectionsList", "documentation": "

The number of connections used for the session.

" }, "Progress": { "shape": "DoubleValue", "documentation": "

The code execution progress of the session.

" }, "MaxCapacity": { "shape": "NullableDouble", "documentation": "

The number of Glue data processing units (DPUs) that can be allocated when the job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory.

" }, "SecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the SecurityConfiguration structure to be used with the session.

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined WorkerType to use for the session.

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated when a session runs. Accepts a value of G.1X, G.2X, G.4X, or G.8X for Spark sessions. Accepts the value Z.2X for Ray sessions.

" }, "CompletedOn": { "shape": "TimestampValue", "documentation": "

The date and time that this session is completed.

" }, "ExecutionTime": { "shape": "NullableDouble", "documentation": "

The total time the session ran for.

" }, "DPUSeconds": { "shape": "NullableDouble", "documentation": "

The DPUs consumed by the session (formula: ExecutionTime * MaxCapacity).

" }, "IdleTimeout": { "shape": "IdleTimeout", "documentation": "

The number of minutes when idle before the session times out.

" }, "ProfileName": { "shape": "NameString", "documentation": "

The name of an Glue usage profile associated with the session.

" } }, "documentation": "

The period in which a remote Spark runtime environment is running.

" }, "SessionCommand": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.

" }, "PythonVersion": { "shape": "PythonVersionString", "documentation": "

Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.

" } }, "documentation": "

The SessionCommand that runs the job.

" }, "SessionIdList": { "type": "list", "member": { "shape": "NameString" } }, "SessionList": { "type": "list", "member": { "shape": "Session" } }, "SessionStatus": { "type": "string", "enum": [ "PROVISIONING", "READY", "FAILED", "TIMEOUT", "STOPPING", "STOPPED" ] }, "SkewedInfo": { "type": "structure", "members": { "SkewedColumnNames": { "shape": "NameStringList", "documentation": "

A list of names of columns that contain skewed values.

" }, "SkewedColumnValues": { "shape": "ColumnValueStringList", "documentation": "

A list of values that appear so frequently as to be considered skewed.

" }, "SkewedColumnValueLocationMaps": { "shape": "LocationMap", "documentation": "

A mapping of skewed values to the columns that contain them.

" } }, "documentation": "

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

" }, "SnowflakeNodeData": { "type": "structure", "members": { "SourceType": { "shape": "GenericLimitedString", "documentation": "

Specifies how retrieved data is specified. Valid values: \"table\", \"query\".

" }, "Connection": { "shape": "Option", "documentation": "

Specifies a Glue Data Catalog Connection to a Snowflake endpoint.

" }, "Schema": { "shape": "GenericString", "documentation": "

Specifies a Snowflake database schema for your node to use.

" }, "Table": { "shape": "GenericString", "documentation": "

Specifies a Snowflake table for your node to use.

" }, "Database": { "shape": "GenericString", "documentation": "

Specifies a Snowflake database for your node to use.

" }, "TempDir": { "shape": "EnclosedInStringProperty", "documentation": "

Not currently used.

" }, "IamRole": { "shape": "Option", "documentation": "

Not currently used.

" }, "AdditionalOptions": { "shape": "AdditionalOptions", "documentation": "

Specifies additional options passed to the Snowflake connector. If options are specified elsewhere in this node, this will take precedence.

" }, "SampleQuery": { "shape": "GenericString", "documentation": "

A SQL string used to retrieve data with the query sourcetype.

" }, "PreAction": { "shape": "GenericString", "documentation": "

A SQL string run before the Snowflake connector performs its standard actions.

" }, "PostAction": { "shape": "GenericString", "documentation": "

A SQL string run after the Snowflake connector performs its standard actions.

" }, "Action": { "shape": "GenericString", "documentation": "

Specifies what action to take when writing to a table with preexisting data. Valid values: append, merge, truncate, drop.

" }, "Upsert": { "shape": "BooleanValue", "documentation": "

Used when Action is append. Specifies the resolution behavior when a row already exists. If true, preexisting rows will be updated. If false, those rows will be inserted.

" }, "MergeAction": { "shape": "GenericLimitedString", "documentation": "

Specifies a merge action. Valid values: simple, custom. If simple, merge behavior is defined by MergeWhenMatched and MergeWhenNotMatched. If custom, defined by MergeClause.

" }, "MergeWhenMatched": { "shape": "GenericLimitedString", "documentation": "

Specifies how to resolve records that match preexisting data when merging. Valid values: update, delete.

" }, "MergeWhenNotMatched": { "shape": "GenericLimitedString", "documentation": "

Specifies how to process records that do not match preexisting data when merging. Valid values: insert, none.

" }, "MergeClause": { "shape": "GenericString", "documentation": "

A SQL statement that specifies a custom merge behavior.

" }, "StagingTable": { "shape": "GenericString", "documentation": "

The name of a staging table used when performing merge or upsert append actions. Data is written to this table, then moved to table by a generated postaction.

" }, "SelectedColumns": { "shape": "OptionList", "documentation": "

Specifies the columns combined to identify a record when detecting matches for merges and upserts. A list of structures with value, label and description keys. Each structure describes a column.

" }, "AutoPushdown": { "shape": "BooleanValue", "documentation": "

Specifies whether automatic query pushdown is enabled. If pushdown is enabled, then when a query is run on Spark, if part of the query can be \"pushed down\" to the Snowflake server, it is pushed down. This improves performance of some queries.

" }, "TableSchema": { "shape": "OptionList", "documentation": "

Manually defines the target schema for the node. A list of structures with value , label and description keys. Each structure defines a column.

" } }, "documentation": "

Specifies configuration for Snowflake nodes in Glue Studio.

" }, "SnowflakeSource": { "type": "structure", "required": [ "Name", "Data" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the Snowflake data source.

" }, "Data": { "shape": "SnowflakeNodeData", "documentation": "

Configuration for the Snowflake data source.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies user-defined schemas for your output data.

" } }, "documentation": "

Specifies a Snowflake data source.

" }, "SnowflakeTarget": { "type": "structure", "required": [ "Name", "Data" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the Snowflake target.

" }, "Data": { "shape": "SnowflakeNodeData", "documentation": "

Specifies the data of the Snowflake target node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" } }, "documentation": "

Specifies a Snowflake target.

" }, "Sort": { "type": "string", "enum": [ "ASC", "DESC" ] }, "SortCriteria": { "type": "list", "member": { "shape": "SortCriterion" }, "max": 1, "min": 0 }, "SortCriterion": { "type": "structure", "members": { "FieldName": { "shape": "ValueString", "documentation": "

The name of the field on which to sort.

" }, "Sort": { "shape": "Sort", "documentation": "

An ascending or descending sort.

" } }, "documentation": "

Specifies a field to sort by and a sort order.

" }, "SortDirectionType": { "type": "string", "enum": [ "DESCENDING", "ASCENDING" ] }, "SourceControlAuthStrategy": { "type": "string", "enum": [ "PERSONAL_ACCESS_TOKEN", "AWS_SECRETS_MANAGER" ] }, "SourceControlDetails": { "type": "structure", "members": { "Provider": { "shape": "SourceControlProvider", "documentation": "

The provider for the remote repository.

" }, "Repository": { "shape": "Generic512CharString", "documentation": "

The name of the remote repository that contains the job artifacts.

" }, "Owner": { "shape": "Generic512CharString", "documentation": "

The owner of the remote repository that contains the job artifacts.

" }, "Branch": { "shape": "Generic512CharString", "documentation": "

An optional branch in the remote repository.

" }, "Folder": { "shape": "Generic512CharString", "documentation": "

An optional folder in the remote repository.

" }, "LastCommitId": { "shape": "Generic512CharString", "documentation": "

The last commit ID for a commit in the remote repository.

" }, "AuthStrategy": { "shape": "SourceControlAuthStrategy", "documentation": "

The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.

" }, "AuthToken": { "shape": "Generic512CharString", "documentation": "

The value of an authorization token.

" } }, "documentation": "

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

" }, "SourceControlProvider": { "type": "string", "enum": [ "GITHUB", "GITLAB", "BITBUCKET", "AWS_CODE_COMMIT" ] }, "SparkConnectorSource": { "type": "structure", "required": [ "Name", "ConnectionName", "ConnectorName", "ConnectionType" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data source.

" }, "ConnectionName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the connection that is associated with the connector.

" }, "ConnectorName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of a connector that assists with accessing the data store in Glue Studio.

" }, "ConnectionType": { "shape": "EnclosedInStringProperty", "documentation": "

The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store.

" }, "AdditionalOptions": { "shape": "AdditionalOptions", "documentation": "

Additional connection options for the connector.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies data schema for the custom spark source.

" } }, "documentation": "

Specifies a connector to an Apache Spark data source.

" }, "SparkConnectorTarget": { "type": "structure", "required": [ "Name", "Inputs", "ConnectionName", "ConnectorName", "ConnectionType" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the data target.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The nodes that are inputs to the data target.

" }, "ConnectionName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of a connection for an Apache Spark connector.

" }, "ConnectorName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of an Apache Spark connector.

" }, "ConnectionType": { "shape": "EnclosedInStringProperty", "documentation": "

The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store.

" }, "AdditionalOptions": { "shape": "AdditionalOptions", "documentation": "

Additional connection options for the connector.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the custom spark target.

" } }, "documentation": "

Specifies a target that uses an Apache Spark connector.

" }, "SparkSQL": { "type": "structure", "required": [ "Name", "Inputs", "SqlQuery", "SqlAliases" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "ManyInputs", "documentation": "

The data inputs identified by their node names. You can associate a table name with each input node to use in the SQL query. The name you choose must meet the Spark SQL naming restrictions.

" }, "SqlQuery": { "shape": "SqlQuery", "documentation": "

A SQL query that must use Spark SQL syntax and return a single data set.

" }, "SqlAliases": { "shape": "SqlAliases", "documentation": "

A list of aliases. An alias allows you to specify what name to use in the SQL for a given input. For example, you have a datasource named \"MyDataSource\". If you specify From as MyDataSource, and Alias as SqlName, then in your SQL you can do:

select * from SqlName

and that gets data from MyDataSource.

" }, "OutputSchemas": { "shape": "GlueSchemas", "documentation": "

Specifies the data schema for the SparkSQL transform.

" } }, "documentation": "

Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is a single DynamicFrame.

" }, "Spigot": { "type": "structure", "required": [ "Name", "Inputs", "Path" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The data inputs identified by their node names.

" }, "Path": { "shape": "EnclosedInStringProperty", "documentation": "

A path in Amazon S3 where the transform will write a subset of records from the dataset to a JSON file in an Amazon S3 bucket.

" }, "Topk": { "shape": "Topk", "documentation": "

Specifies a number of records to write starting from the beginning of the dataset.

" }, "Prob": { "shape": "Prob", "documentation": "

The probability (a decimal value with a maximum value of 1) of picking any given record. A value of 1 indicates that each row read from the dataset should be included in the sample output.

" } }, "documentation": "

Specifies a transform that writes samples of the data to an Amazon S3 bucket.

" }, "SplitFields": { "type": "structure", "required": [ "Name", "Inputs", "Paths" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "OneInput", "documentation": "

The data inputs identified by their node names.

" }, "Paths": { "shape": "GlueStudioPathList", "documentation": "

A JSON path to a variable in the data structure.

" } }, "documentation": "

Specifies a transform that splits data property keys into two DynamicFrames. The output is a collection of DynamicFrames: one with selected data property keys, and one with the remaining data property keys.

" }, "SqlAlias": { "type": "structure", "required": [ "From", "Alias" ], "members": { "From": { "shape": "NodeId", "documentation": "

A table, or a column in a table.

" }, "Alias": { "shape": "EnclosedInStringPropertyWithQuote", "documentation": "

A temporary name given to a table, or a column in a table.

" } }, "documentation": "

Represents a single entry in the list of values for SqlAliases.

" }, "SqlAliases": { "type": "list", "member": { "shape": "SqlAlias" } }, "SqlQuery": { "type": "string", "pattern": "([\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\s])*" }, "StartBlueprintRunRequest": { "type": "structure", "required": [ "BlueprintName", "RoleArn" ], "members": { "BlueprintName": { "shape": "OrchestrationNameString", "documentation": "

The name of the blueprint.

" }, "Parameters": { "shape": "BlueprintParameters", "documentation": "

Specifies the parameters as a BlueprintParameters object.

" }, "RoleArn": { "shape": "OrchestrationIAMRoleArn", "documentation": "

Specifies the IAM role used to create the workflow.

" } } }, "StartBlueprintRunResponse": { "type": "structure", "members": { "RunId": { "shape": "IdString", "documentation": "

The run ID for this blueprint run.

" } } }, "StartColumnStatisticsTaskRunRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "Role" ], "members": { "DatabaseName": { "shape": "NameString", "documentation": "

The name of the database where the table resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table to generate statistics.

" }, "ColumnNameList": { "shape": "ColumnNameList", "documentation": "

A list of the column names to generate statistics. If none is supplied, all column names for the table will be used by default.

" }, "Role": { "shape": "NameString", "documentation": "

The IAM role that the service assumes to generate statistics.

" }, "SampleSize": { "shape": "SampleSizePercentage", "documentation": "

The percentage of rows used to generate statistics. If none is supplied, the entire table will be used to generate stats.

" }, "CatalogID": { "shape": "NameString", "documentation": "

The ID of the Data Catalog where the table reside. If none is supplied, the Amazon Web Services account ID is used by default.

" }, "SecurityConfiguration": { "shape": "NameString", "documentation": "

Name of the security configuration that is used to encrypt CloudWatch logs for the column stats task run.

" } } }, "StartColumnStatisticsTaskRunResponse": { "type": "structure", "members": { "ColumnStatisticsTaskRunId": { "shape": "HashString", "documentation": "

The identifier for the column statistics task run.

" } } }, "StartCrawlerRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

Name of the crawler to start.

" } } }, "StartCrawlerResponse": { "type": "structure", "members": {} }, "StartCrawlerScheduleRequest": { "type": "structure", "required": [ "CrawlerName" ], "members": { "CrawlerName": { "shape": "NameString", "documentation": "

Name of the crawler to schedule.

" } } }, "StartCrawlerScheduleResponse": { "type": "structure", "members": {} }, "StartDataQualityRuleRecommendationRunRequest": { "type": "structure", "required": [ "DataSource", "Role" ], "members": { "DataSource": { "shape": "DataSource", "documentation": "

The data source (Glue table) associated with this run.

" }, "Role": { "shape": "RoleString", "documentation": "

An IAM role supplied to encrypt the results of the run.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of G.1X workers to be used in the run. The default is 5.

" }, "Timeout": { "shape": "Timeout", "documentation": "

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

" }, "CreatedRulesetName": { "shape": "NameString", "documentation": "

A name for the ruleset.

" }, "DataQualitySecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the security configuration created with the data quality encryption option.

" }, "ClientToken": { "shape": "HashString", "documentation": "

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

" } } }, "StartDataQualityRuleRecommendationRunResponse": { "type": "structure", "members": { "RunId": { "shape": "HashString", "documentation": "

The unique run identifier associated with this run.

" } } }, "StartDataQualityRulesetEvaluationRunRequest": { "type": "structure", "required": [ "DataSource", "Role", "RulesetNames" ], "members": { "DataSource": { "shape": "DataSource", "documentation": "

The data source (Glue table) associated with this run.

" }, "Role": { "shape": "RoleString", "documentation": "

An IAM role supplied to encrypt the results of the run.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of G.1X workers to be used in the run. The default is 5.

" }, "Timeout": { "shape": "Timeout", "documentation": "

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

" }, "ClientToken": { "shape": "HashString", "documentation": "

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

" }, "AdditionalRunOptions": { "shape": "DataQualityEvaluationRunAdditionalRunOptions", "documentation": "

Additional run options you can specify for an evaluation run.

" }, "RulesetNames": { "shape": "RulesetNames", "documentation": "

A list of ruleset names.

" }, "AdditionalDataSources": { "shape": "DataSourceMap", "documentation": "

A map of reference strings to additional data sources you can specify for an evaluation run.

" } } }, "StartDataQualityRulesetEvaluationRunResponse": { "type": "structure", "members": { "RunId": { "shape": "HashString", "documentation": "

The unique run identifier associated with this run.

" } } }, "StartExportLabelsTaskRunRequest": { "type": "structure", "required": [ "TransformId", "OutputS3Path" ], "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier of the machine learning transform.

" }, "OutputS3Path": { "shape": "UriString", "documentation": "

The Amazon S3 path where you export the labels.

" } } }, "StartExportLabelsTaskRunResponse": { "type": "structure", "members": { "TaskRunId": { "shape": "HashString", "documentation": "

The unique identifier for the task run.

" } } }, "StartImportLabelsTaskRunRequest": { "type": "structure", "required": [ "TransformId", "InputS3Path" ], "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier of the machine learning transform.

" }, "InputS3Path": { "shape": "UriString", "documentation": "

The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.

" }, "ReplaceAllLabels": { "shape": "ReplaceBoolean", "documentation": "

Indicates whether to overwrite your existing labels.

" } } }, "StartImportLabelsTaskRunResponse": { "type": "structure", "members": { "TaskRunId": { "shape": "HashString", "documentation": "

The unique identifier for the task run.

" } } }, "StartJobRunRequest": { "type": "structure", "required": [ "JobName" ], "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the job definition to use.

" }, "JobRunQueuingEnabled": { "shape": "NullableBoolean", "documentation": "

Specifies whether job run queuing is enabled for the job run.

A value of true means job run queuing is enabled for the job run. If false or not populated, the job run will not be considered for queueing.

" }, "JobRunId": { "shape": "IdString", "documentation": "

The ID of a previous JobRun to retry.

" }, "Arguments": { "shape": "GenericMap", "documentation": "

The job arguments associated with this run. For this job run, they replace the default arguments set in the job definition itself.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

" }, "AllocatedCapacity": { "shape": "IntegerValue", "documentation": "

This field is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) to allocate to this JobRun. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

", "deprecated": true, "deprecatedMessage": "This property is deprecated, use MaxCapacity instead." }, "Timeout": { "shape": "Timeout", "documentation": "

The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job.

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

" }, "MaxCapacity": { "shape": "NullableDouble", "documentation": "

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0+ jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

" }, "SecurityConfiguration": { "shape": "NameString", "documentation": "

The name of the SecurityConfiguration structure to be used with this job run.

" }, "NotificationProperty": { "shape": "NotificationProperty", "documentation": "

Specifies configuration properties of a job run notification.

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined workerType that are allocated when a job runs.

" }, "ExecutionClass": { "shape": "ExecutionClass", "documentation": "

Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

" } } }, "StartJobRunResponse": { "type": "structure", "members": { "JobRunId": { "shape": "IdString", "documentation": "

The ID assigned to this job run.

" } } }, "StartMLEvaluationTaskRunRequest": { "type": "structure", "required": [ "TransformId" ], "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier of the machine learning transform.

" } } }, "StartMLEvaluationTaskRunResponse": { "type": "structure", "members": { "TaskRunId": { "shape": "HashString", "documentation": "

The unique identifier associated with this run.

" } } }, "StartMLLabelingSetGenerationTaskRunRequest": { "type": "structure", "required": [ "TransformId", "OutputS3Path" ], "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier of the machine learning transform.

" }, "OutputS3Path": { "shape": "UriString", "documentation": "

The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.

" } } }, "StartMLLabelingSetGenerationTaskRunResponse": { "type": "structure", "members": { "TaskRunId": { "shape": "HashString", "documentation": "

The unique run identifier that is associated with this task run.

" } } }, "StartTriggerRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the trigger to start.

" } } }, "StartTriggerResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the trigger that was started.

" } } }, "StartWorkflowRunRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the workflow to start.

" }, "RunProperties": { "shape": "WorkflowRunProperties", "documentation": "

The workflow run properties for the new workflow run.

" } } }, "StartWorkflowRunResponse": { "type": "structure", "members": { "RunId": { "shape": "IdString", "documentation": "

An Id for the new run.

" } } }, "StartingEventBatchCondition": { "type": "structure", "members": { "BatchSize": { "shape": "NullableInteger", "documentation": "

Number of events in the batch.

" }, "BatchWindow": { "shape": "NullableInteger", "documentation": "

Duration of the batch window in seconds.

" } }, "documentation": "

The batch condition that started the workflow run. Either the number of events in the batch size arrived, in which case the BatchSize member is non-zero, or the batch window expired, in which case the BatchWindow member is non-zero.

" }, "StartingPosition": { "type": "string", "enum": [ "latest", "trim_horizon", "earliest", "timestamp" ] }, "Statement": { "type": "structure", "members": { "Id": { "shape": "IntegerValue", "documentation": "

The ID of the statement.

" }, "Code": { "shape": "GenericString", "documentation": "

The execution code of the statement.

" }, "State": { "shape": "StatementState", "documentation": "

The state while request is actioned.

" }, "Output": { "shape": "StatementOutput", "documentation": "

The output in JSON.

" }, "Progress": { "shape": "DoubleValue", "documentation": "

The code execution progress.

" }, "StartedOn": { "shape": "LongValue", "documentation": "

The unix time and date that the job definition was started.

" }, "CompletedOn": { "shape": "LongValue", "documentation": "

The unix time and date that the job definition was completed.

" } }, "documentation": "

The statement or request for a particular action to occur in a session.

" }, "StatementList": { "type": "list", "member": { "shape": "Statement" } }, "StatementOutput": { "type": "structure", "members": { "Data": { "shape": "StatementOutputData", "documentation": "

The code execution output.

" }, "ExecutionCount": { "shape": "IntegerValue", "documentation": "

The execution count of the output.

" }, "Status": { "shape": "StatementState", "documentation": "

The status of the code execution output.

" }, "ErrorName": { "shape": "GenericString", "documentation": "

The name of the error in the output.

" }, "ErrorValue": { "shape": "GenericString", "documentation": "

The error value of the output.

" }, "Traceback": { "shape": "OrchestrationStringList", "documentation": "

The traceback of the output.

" } }, "documentation": "

The code execution output in JSON format.

" }, "StatementOutputData": { "type": "structure", "members": { "TextPlain": { "shape": "GenericString", "documentation": "

The code execution output in text format.

" } }, "documentation": "

The code execution output in JSON format.

" }, "StatementState": { "type": "string", "enum": [ "WAITING", "RUNNING", "AVAILABLE", "CANCELLING", "CANCELLED", "ERROR" ] }, "StatisticAnnotation": { "type": "structure", "members": { "ProfileId": { "shape": "HashString", "documentation": "

The Profile ID.

" }, "StatisticId": { "shape": "HashString", "documentation": "

The Statistic ID.

" }, "StatisticRecordedOn": { "shape": "Timestamp", "documentation": "

The timestamp when the annotated statistic was recorded.

" }, "InclusionAnnotation": { "shape": "TimestampedInclusionAnnotation", "documentation": "

The inclusion annotation applied to the statistic.

" } }, "documentation": "

A Statistic Annotation.

" }, "StatisticEvaluationLevel": { "type": "string", "enum": [ "Dataset", "Column", "Multicolumn" ] }, "StatisticModelResult": { "type": "structure", "members": { "LowerBound": { "shape": "NullableDouble", "documentation": "

The lower bound.

" }, "UpperBound": { "shape": "NullableDouble", "documentation": "

The upper bound.

" }, "PredictedValue": { "shape": "NullableDouble", "documentation": "

The predicted value.

" }, "ActualValue": { "shape": "NullableDouble", "documentation": "

The actual value.

" }, "Date": { "shape": "Timestamp", "documentation": "

The date.

" }, "InclusionAnnotation": { "shape": "InclusionAnnotationValue", "documentation": "

The inclusion annotation.

" } }, "documentation": "

The statistic model result.

" }, "StatisticModelResults": { "type": "list", "member": { "shape": "StatisticModelResult" } }, "StatisticNameString": { "type": "string", "max": 255, "min": 1, "pattern": "[A-Z][A-Za-z\\.]+" }, "StatisticPropertiesMap": { "type": "map", "key": { "shape": "NameString" }, "value": { "shape": "DescriptionString" }, "sensitive": true }, "StatisticSummary": { "type": "structure", "members": { "StatisticId": { "shape": "HashString", "documentation": "

The Statistic ID.

" }, "ProfileId": { "shape": "HashString", "documentation": "

The Profile ID.

" }, "RunIdentifier": { "shape": "RunIdentifier", "documentation": "

The Run Identifier

" }, "StatisticName": { "shape": "StatisticNameString", "documentation": "

The name of the statistic.

" }, "DoubleValue": { "shape": "double", "documentation": "

The value of the statistic.

" }, "EvaluationLevel": { "shape": "StatisticEvaluationLevel", "documentation": "

The evaluation level of the statistic. Possible values: Dataset, Column, Multicolumn.

" }, "ColumnsReferenced": { "shape": "ColumnNameList", "documentation": "

The list of columns referenced by the statistic.

" }, "ReferencedDatasets": { "shape": "ReferenceDatasetsList", "documentation": "

The list of datasets referenced by the statistic.

" }, "StatisticProperties": { "shape": "StatisticPropertiesMap", "documentation": "

A StatisticPropertiesMap, which contains a NameString and DescriptionString

" }, "RecordedOn": { "shape": "Timestamp", "documentation": "

The timestamp when the statistic was recorded.

" }, "InclusionAnnotation": { "shape": "TimestampedInclusionAnnotation", "documentation": "

The inclusion annotation for the statistic.

" } }, "documentation": "

Summary information about a statistic.

" }, "StatisticSummaryList": { "type": "list", "member": { "shape": "StatisticSummary" }, "documentation": "

A list of StatisticSummary.

" }, "StatusDetails": { "type": "structure", "members": { "RequestedChange": { "shape": "Table", "documentation": "

A Table object representing the requested changes.

" }, "ViewValidations": { "shape": "ViewValidationList", "documentation": "

A list of ViewValidation objects that contain information for an analytical engine to validate a view.

" } }, "documentation": "

A structure containing information about an asynchronous change to a table.

" }, "StopColumnStatisticsTaskRunRequest": { "type": "structure", "required": [ "DatabaseName", "TableName" ], "members": { "DatabaseName": { "shape": "DatabaseName", "documentation": "

The name of the database where the table resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table.

" } } }, "StopColumnStatisticsTaskRunResponse": { "type": "structure", "members": {} }, "StopCrawlerRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

Name of the crawler to stop.

" } } }, "StopCrawlerResponse": { "type": "structure", "members": {} }, "StopCrawlerScheduleRequest": { "type": "structure", "required": [ "CrawlerName" ], "members": { "CrawlerName": { "shape": "NameString", "documentation": "

Name of the crawler whose schedule state to set.

" } } }, "StopCrawlerScheduleResponse": { "type": "structure", "members": {} }, "StopSessionRequest": { "type": "structure", "required": [ "Id" ], "members": { "Id": { "shape": "NameString", "documentation": "

The ID of the session to be stopped.

" }, "RequestOrigin": { "shape": "OrchestrationNameString", "documentation": "

The origin of the request.

" } } }, "StopSessionResponse": { "type": "structure", "members": { "Id": { "shape": "NameString", "documentation": "

Returns the Id of the stopped session.

" } } }, "StopTriggerRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the trigger to stop.

" } } }, "StopTriggerResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the trigger that was stopped.

" } } }, "StopWorkflowRunRequest": { "type": "structure", "required": [ "Name", "RunId" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the workflow to stop.

" }, "RunId": { "shape": "IdString", "documentation": "

The ID of the workflow run to stop.

" } } }, "StopWorkflowRunResponse": { "type": "structure", "members": {} }, "StorageDescriptor": { "type": "structure", "members": { "Columns": { "shape": "ColumnList", "documentation": "

A list of the Columns in the table.

" }, "Location": { "shape": "LocationString", "documentation": "

The physical location of the table. By default, this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.

" }, "AdditionalLocations": { "shape": "LocationStringList", "documentation": "

A list of locations that point to the path where a Delta table is located.

" }, "InputFormat": { "shape": "FormatString", "documentation": "

The input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.

" }, "OutputFormat": { "shape": "FormatString", "documentation": "

The output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.

" }, "Compressed": { "shape": "Boolean", "documentation": "

True if the data in the table is compressed, or False if not.

" }, "NumberOfBuckets": { "shape": "Integer", "documentation": "

Must be specified if the table contains any dimension columns.

" }, "SerdeInfo": { "shape": "SerDeInfo", "documentation": "

The serialization/deserialization (SerDe) information.

" }, "BucketColumns": { "shape": "NameStringList", "documentation": "

A list of reducer grouping columns, clustering columns, and bucketing columns in the table.

" }, "SortColumns": { "shape": "OrderList", "documentation": "

A list specifying the sort order of each bucket in the table.

" }, "Parameters": { "shape": "ParametersMap", "documentation": "

The user-supplied properties in key-value form.

" }, "SkewedInfo": { "shape": "SkewedInfo", "documentation": "

The information about values that appear frequently in a column (skewed values).

" }, "StoredAsSubDirectories": { "shape": "Boolean", "documentation": "

True if the table data is stored in subdirectories, or False if not.

" }, "SchemaReference": { "shape": "SchemaReference", "documentation": "

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

When creating a table, you can pass an empty list of columns for the schema, and instead use a schema reference.

" } }, "documentation": "

Describes the physical storage of table data.

" }, "StreamingDataPreviewOptions": { "type": "structure", "members": { "PollingTime": { "shape": "PollingTime", "documentation": "

The polling time in milliseconds.

" }, "RecordPollingLimit": { "shape": "PositiveLong", "documentation": "

The limit to the number of records polled.

" } }, "documentation": "

Specifies options related to data preview for viewing a sample of your data.

" }, "StringColumnStatisticsData": { "type": "structure", "required": [ "MaximumLength", "AverageLength", "NumberOfNulls", "NumberOfDistinctValues" ], "members": { "MaximumLength": { "shape": "NonNegativeLong", "documentation": "

The size of the longest string in the column.

" }, "AverageLength": { "shape": "NonNegativeDouble", "documentation": "

The average string length in the column.

" }, "NumberOfNulls": { "shape": "NonNegativeLong", "documentation": "

The number of null values in the column.

" }, "NumberOfDistinctValues": { "shape": "NonNegativeLong", "documentation": "

The number of distinct values in a column.

" } }, "documentation": "

Defines column statistics supported for character sequence data values.

" }, "StringList": { "type": "list", "member": { "shape": "GenericString" } }, "SupportedDialect": { "type": "structure", "members": { "Dialect": { "shape": "ViewDialect", "documentation": "

The dialect of the query engine.

" }, "DialectVersion": { "shape": "ViewDialectVersionString", "documentation": "

The version of the dialect of the query engine. For example, 3.0.0.

" } }, "documentation": "

A structure specifying the dialect and dialect version used by the query engine.

" }, "Table": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The table name. For Hive compatibility, this must be entirely lowercase.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the database where the table metadata resides. For Hive compatibility, this must be all lowercase.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the table.

" }, "Owner": { "shape": "NameString", "documentation": "

The owner of the table.

" }, "CreateTime": { "shape": "Timestamp", "documentation": "

The time when the table definition was created in the Data Catalog.

" }, "UpdateTime": { "shape": "Timestamp", "documentation": "

The last time that the table was updated.

" }, "LastAccessTime": { "shape": "Timestamp", "documentation": "

The last time that the table was accessed. This is usually taken from HDFS, and might not be reliable.

" }, "LastAnalyzedTime": { "shape": "Timestamp", "documentation": "

The last time that column statistics were computed for this table.

" }, "Retention": { "shape": "NonNegativeInteger", "documentation": "

The retention time for this table.

" }, "StorageDescriptor": { "shape": "StorageDescriptor", "documentation": "

A storage descriptor containing information about the physical storage of this table.

" }, "PartitionKeys": { "shape": "ColumnList", "documentation": "

A list of columns by which the table is partitioned. Only primitive types are supported as partition keys.

When you create a table used by Amazon Athena, and you do not specify any partitionKeys, you must at least set the value of partitionKeys to an empty list. For example:

\"PartitionKeys\": []

" }, "ViewOriginalText": { "shape": "ViewTextString", "documentation": "

Included for Apache Hive compatibility. Not used in the normal course of Glue operations. If the table is a VIRTUAL_VIEW, certain Athena configuration encoded in base64.

" }, "ViewExpandedText": { "shape": "ViewTextString", "documentation": "

Included for Apache Hive compatibility. Not used in the normal course of Glue operations.

" }, "TableType": { "shape": "TableTypeString", "documentation": "

The type of this table. Glue will create tables with the EXTERNAL_TABLE type. Other services, such as Athena, may create tables with additional table types.

Glue related table types:

EXTERNAL_TABLE

Hive compatible attribute - indicates a non-Hive managed table.

GOVERNED

Used by Lake Formation. The Glue Data Catalog understands GOVERNED.

" }, "Parameters": { "shape": "ParametersMap", "documentation": "

These key-value pairs define properties associated with the table.

" }, "CreatedBy": { "shape": "NameString", "documentation": "

The person or entity who created the table.

" }, "IsRegisteredWithLakeFormation": { "shape": "Boolean", "documentation": "

Indicates whether the table has been registered with Lake Formation.

" }, "TargetTable": { "shape": "TableIdentifier", "documentation": "

A TableIdentifier structure that describes a target table for resource linking.

" }, "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the table resides.

" }, "VersionId": { "shape": "VersionString", "documentation": "

The ID of the table version.

" }, "FederatedTable": { "shape": "FederatedTable", "documentation": "

A FederatedTable structure that references an entity outside the Glue Data Catalog.

" }, "ViewDefinition": { "shape": "ViewDefinition", "documentation": "

A structure that contains all the information that defines the view, including the dialect or dialects for the view, and the query.

" }, "IsMultiDialectView": { "shape": "NullableBoolean", "documentation": "

Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.

" }, "Status": { "shape": "TableStatus" } }, "documentation": "

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

" }, "TableAttributes": { "type": "string", "enum": [ "NAME", "TABLE_TYPE" ] }, "TableAttributesList": { "type": "list", "member": { "shape": "TableAttributes" } }, "TableError": { "type": "structure", "members": { "TableName": { "shape": "NameString", "documentation": "

The name of the table. For Hive compatibility, this must be entirely lowercase.

" }, "ErrorDetail": { "shape": "ErrorDetail", "documentation": "

The details about the error.

" } }, "documentation": "

An error record for table operations.

" }, "TableErrors": { "type": "list", "member": { "shape": "TableError" } }, "TableIdentifier": { "type": "structure", "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the table resides.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database that contains the target table.

" }, "Name": { "shape": "NameString", "documentation": "

The name of the target table.

" }, "Region": { "shape": "NameString", "documentation": "

Region of the target table.

" } }, "documentation": "

A structure that describes a target table for resource linking.

" }, "TableInput": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The table name. For Hive compatibility, this is folded to lowercase when it is stored.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the table.

" }, "Owner": { "shape": "NameString", "documentation": "

The table owner. Included for Apache Hive compatibility. Not used in the normal course of Glue operations.

" }, "LastAccessTime": { "shape": "Timestamp", "documentation": "

The last time that the table was accessed.

" }, "LastAnalyzedTime": { "shape": "Timestamp", "documentation": "

The last time that column statistics were computed for this table.

" }, "Retention": { "shape": "NonNegativeInteger", "documentation": "

The retention time for this table.

" }, "StorageDescriptor": { "shape": "StorageDescriptor", "documentation": "

A storage descriptor containing information about the physical storage of this table.

" }, "PartitionKeys": { "shape": "ColumnList", "documentation": "

A list of columns by which the table is partitioned. Only primitive types are supported as partition keys.

When you create a table used by Amazon Athena, and you do not specify any partitionKeys, you must at least set the value of partitionKeys to an empty list. For example:

\"PartitionKeys\": []

" }, "ViewOriginalText": { "shape": "ViewTextString", "documentation": "

Included for Apache Hive compatibility. Not used in the normal course of Glue operations. If the table is a VIRTUAL_VIEW, certain Athena configuration encoded in base64.

" }, "ViewExpandedText": { "shape": "ViewTextString", "documentation": "

Included for Apache Hive compatibility. Not used in the normal course of Glue operations.

" }, "TableType": { "shape": "TableTypeString", "documentation": "

The type of this table. Glue will create tables with the EXTERNAL_TABLE type. Other services, such as Athena, may create tables with additional table types.

Glue related table types:

EXTERNAL_TABLE

Hive compatible attribute - indicates a non-Hive managed table.

GOVERNED

Used by Lake Formation. The Glue Data Catalog understands GOVERNED.

" }, "Parameters": { "shape": "ParametersMap", "documentation": "

These key-value pairs define properties associated with the table.

" }, "TargetTable": { "shape": "TableIdentifier", "documentation": "

A TableIdentifier structure that describes a target table for resource linking.

" }, "ViewDefinition": { "shape": "ViewDefinitionInput", "documentation": "

A structure that contains all the information that defines the view, including the dialect or dialects for the view, and the query.

" } }, "documentation": "

A structure used to define a table.

" }, "TableList": { "type": "list", "member": { "shape": "Table" } }, "TableName": { "type": "string" }, "TableOptimizer": { "type": "structure", "members": { "type": { "shape": "TableOptimizerType", "documentation": "

The type of table optimizer. Currently, the only valid value is compaction.

" }, "configuration": { "shape": "TableOptimizerConfiguration", "documentation": "

A TableOptimizerConfiguration object that was specified when creating or updating a table optimizer.

" }, "lastRun": { "shape": "TableOptimizerRun", "documentation": "

A TableOptimizerRun object representing the last run of the table optimizer.

" } }, "documentation": "

Contains details about an optimizer associated with a table.

" }, "TableOptimizerConfiguration": { "type": "structure", "members": { "roleArn": { "shape": "ArnString", "documentation": "

A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.

" }, "enabled": { "shape": "NullableBoolean", "documentation": "

Whether table optimization is enabled.

" } }, "documentation": "

Contains details on the configuration of a table optimizer. You pass this configuration when creating or updating a table optimizer.

" }, "TableOptimizerEventType": { "type": "string", "enum": [ "starting", "completed", "failed", "in_progress" ] }, "TableOptimizerRun": { "type": "structure", "members": { "eventType": { "shape": "TableOptimizerEventType", "documentation": "

An event type representing the status of the table optimizer run.

" }, "startTimestamp": { "shape": "TableOptimizerRunTimestamp", "documentation": "

Represents the epoch timestamp at which the compaction job was started within Lake Formation.

" }, "endTimestamp": { "shape": "TableOptimizerRunTimestamp", "documentation": "

Represents the epoch timestamp at which the compaction job ended.

" }, "metrics": { "shape": "RunMetrics", "documentation": "

A RunMetrics object containing metrics for the optimizer run.

" }, "error": { "shape": "MessageString", "documentation": "

An error that occured during the optimizer run.

" } }, "documentation": "

Contains details for a table optimizer run.

" }, "TableOptimizerRunTimestamp": { "type": "timestamp" }, "TableOptimizerRuns": { "type": "list", "member": { "shape": "TableOptimizerRun" } }, "TableOptimizerType": { "type": "string", "enum": [ "compaction" ] }, "TablePrefix": { "type": "string", "max": 128, "min": 0 }, "TableStatus": { "type": "structure", "members": { "RequestedBy": { "shape": "NameString", "documentation": "

The ARN of the user who requested the asynchronous change.

" }, "UpdatedBy": { "shape": "NameString", "documentation": "

The ARN of the user to last manually alter the asynchronous change (requesting cancellation, etc).

" }, "RequestTime": { "shape": "Timestamp", "documentation": "

An ISO 8601 formatted date string indicating the time that the change was initiated.

" }, "UpdateTime": { "shape": "Timestamp", "documentation": "

An ISO 8601 formatted date string indicating the time that the state was last updated.

" }, "Action": { "shape": "ResourceAction", "documentation": "

Indicates which action was called on the table, currently only CREATE or UPDATE.

" }, "State": { "shape": "ResourceState", "documentation": "

A generic status for the change in progress, such as QUEUED, IN_PROGRESS, SUCCESS, or FAILED.

" }, "Error": { "shape": "ErrorDetail", "documentation": "

An error that will only appear when the state is \"FAILED\". This is a parent level exception message, there may be different Errors for each dialect.

" }, "Details": { "shape": "StatusDetails", "documentation": "

A StatusDetails object with information about the requested change.

" } }, "documentation": "

A structure containing information about the state of an asynchronous change to a table.

" }, "TableTypeString": { "type": "string", "max": 255 }, "TableVersion": { "type": "structure", "members": { "Table": { "shape": "Table", "documentation": "

The table in question.

" }, "VersionId": { "shape": "VersionString", "documentation": "

The ID value that identifies this table version. A VersionId is a string representation of an integer. Each version is incremented by 1.

" } }, "documentation": "

Specifies a version of a table.

" }, "TableVersionError": { "type": "structure", "members": { "TableName": { "shape": "NameString", "documentation": "

The name of the table in question.

" }, "VersionId": { "shape": "VersionString", "documentation": "

The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.

" }, "ErrorDetail": { "shape": "ErrorDetail", "documentation": "

The details about the error.

" } }, "documentation": "

An error record for table-version operations.

" }, "TableVersionErrors": { "type": "list", "member": { "shape": "TableVersionError" } }, "TagKey": { "type": "string", "max": 128, "min": 1 }, "TagKeysList": { "type": "list", "member": { "shape": "TagKey" }, "max": 50, "min": 0 }, "TagResourceRequest": { "type": "structure", "required": [ "ResourceArn", "TagsToAdd" ], "members": { "ResourceArn": { "shape": "GlueResourceArn", "documentation": "

The ARN of the Glue resource to which to add the tags. For more information about Glue resource ARNs, see the Glue ARN string pattern.

" }, "TagsToAdd": { "shape": "TagsMap", "documentation": "

Tags to add to this resource.

" } } }, "TagResourceResponse": { "type": "structure", "members": {} }, "TagValue": { "type": "string", "max": 256, "min": 0 }, "TagsMap": { "type": "map", "key": { "shape": "TagKey" }, "value": { "shape": "TagValue" }, "max": 50, "min": 0 }, "TargetColumn": { "type": "string", "max": 1024, "min": 1 }, "TargetFormat": { "type": "string", "enum": [ "json", "csv", "avro", "orc", "parquet", "hudi", "delta" ] }, "TaskRun": { "type": "structure", "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier for the transform.

" }, "TaskRunId": { "shape": "HashString", "documentation": "

The unique identifier for this task run.

" }, "Status": { "shape": "TaskStatusType", "documentation": "

The current status of the requested task run.

" }, "LogGroupName": { "shape": "GenericString", "documentation": "

The names of the log group for secure logging, associated with this task run.

" }, "Properties": { "shape": "TaskRunProperties", "documentation": "

Specifies configuration properties associated with this task run.

" }, "ErrorString": { "shape": "GenericString", "documentation": "

The list of error strings associated with this task run.

" }, "StartedOn": { "shape": "Timestamp", "documentation": "

The date and time that this task run started.

" }, "LastModifiedOn": { "shape": "Timestamp", "documentation": "

The last point in time that the requested task run was updated.

" }, "CompletedOn": { "shape": "Timestamp", "documentation": "

The last point in time that the requested task run was completed.

" }, "ExecutionTime": { "shape": "ExecutionTime", "documentation": "

The amount of time (in seconds) that the task run consumed resources.

" } }, "documentation": "

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

" }, "TaskRunFilterCriteria": { "type": "structure", "members": { "TaskRunType": { "shape": "TaskType", "documentation": "

The type of task run.

" }, "Status": { "shape": "TaskStatusType", "documentation": "

The current status of the task run.

" }, "StartedBefore": { "shape": "Timestamp", "documentation": "

Filter on task runs started before this date.

" }, "StartedAfter": { "shape": "Timestamp", "documentation": "

Filter on task runs started after this date.

" } }, "documentation": "

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

" }, "TaskRunList": { "type": "list", "member": { "shape": "TaskRun" } }, "TaskRunProperties": { "type": "structure", "members": { "TaskType": { "shape": "TaskType", "documentation": "

The type of task run.

" }, "ImportLabelsTaskRunProperties": { "shape": "ImportLabelsTaskRunProperties", "documentation": "

The configuration properties for an importing labels task run.

" }, "ExportLabelsTaskRunProperties": { "shape": "ExportLabelsTaskRunProperties", "documentation": "

The configuration properties for an exporting labels task run.

" }, "LabelingSetGenerationTaskRunProperties": { "shape": "LabelingSetGenerationTaskRunProperties", "documentation": "

The configuration properties for a labeling set generation task run.

" }, "FindMatchesTaskRunProperties": { "shape": "FindMatchesTaskRunProperties", "documentation": "

The configuration properties for a find matches task run.

" } }, "documentation": "

The configuration properties for the task run.

" }, "TaskRunSortColumnType": { "type": "string", "enum": [ "TASK_RUN_TYPE", "STATUS", "STARTED" ] }, "TaskRunSortCriteria": { "type": "structure", "required": [ "Column", "SortDirection" ], "members": { "Column": { "shape": "TaskRunSortColumnType", "documentation": "

The column to be used to sort the list of task runs for the machine learning transform.

" }, "SortDirection": { "shape": "SortDirectionType", "documentation": "

The sort direction to be used to sort the list of task runs for the machine learning transform.

" } }, "documentation": "

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

" }, "TaskStatusType": { "type": "string", "enum": [ "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT" ] }, "TaskType": { "type": "string", "enum": [ "EVALUATION", "LABELING_SET_GENERATION", "IMPORT_LABELS", "EXPORT_LABELS", "FIND_MATCHES" ] }, "Timeout": { "type": "integer", "box": true, "min": 1 }, "Timestamp": { "type": "timestamp" }, "TimestampFilter": { "type": "structure", "members": { "RecordedBefore": { "shape": "Timestamp", "documentation": "

The timestamp before which statistics should be included in the results.

" }, "RecordedAfter": { "shape": "Timestamp", "documentation": "

The timestamp after which statistics should be included in the results.

" } }, "documentation": "

A timestamp filter.

" }, "TimestampValue": { "type": "timestamp" }, "TimestampedInclusionAnnotation": { "type": "structure", "members": { "Value": { "shape": "InclusionAnnotationValue", "documentation": "

The inclusion annotation value.

" }, "LastModifiedOn": { "shape": "Timestamp", "documentation": "

The timestamp when the inclusion annotation was last modified.

" } }, "documentation": "

A timestamped inclusion annotation.

" }, "Token": { "type": "string" }, "TokenUrl": { "type": "string", "max": 256, "pattern": "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]" }, "TokenUrlParameterKey": { "type": "string", "max": 128, "min": 1 }, "TokenUrlParameterValue": { "type": "string", "max": 512, "min": 1 }, "TokenUrlParametersMap": { "type": "map", "key": { "shape": "TokenUrlParameterKey" }, "value": { "shape": "TokenUrlParameterValue" } }, "Topk": { "type": "integer", "box": true, "max": 100, "min": 0 }, "TotalSegmentsInteger": { "type": "integer", "max": 10, "min": 1 }, "TransactionIdString": { "type": "string", "max": 255, "min": 1, "pattern": "[\\p{L}\\p{N}\\p{P}]*" }, "TransformConfigParameter": { "type": "structure", "required": [ "Name", "Type" ], "members": { "Name": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the name of the parameter in the config file of the dynamic transform.

" }, "Type": { "shape": "ParamType", "documentation": "

Specifies the parameter type in the config file of the dynamic transform.

" }, "ValidationRule": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the validation rule in the config file of the dynamic transform.

" }, "ValidationMessage": { "shape": "EnclosedInStringProperty", "documentation": "

Specifies the validation message in the config file of the dynamic transform.

" }, "Value": { "shape": "EnclosedInStringProperties", "documentation": "

Specifies the value of the parameter in the config file of the dynamic transform.

" }, "ListType": { "shape": "ParamType", "documentation": "

Specifies the list type of the parameter in the config file of the dynamic transform.

" }, "IsOptional": { "shape": "BoxedBoolean", "documentation": "

Specifies whether the parameter is optional or not in the config file of the dynamic transform.

" } }, "documentation": "

Specifies the parameters in the config file of the dynamic transform.

" }, "TransformConfigParameterList": { "type": "list", "member": { "shape": "TransformConfigParameter" } }, "TransformEncryption": { "type": "structure", "members": { "MlUserDataEncryption": { "shape": "MLUserDataEncryption", "documentation": "

An MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID.

" }, "TaskRunSecurityConfigurationName": { "shape": "NameString", "documentation": "

The name of the security configuration.

" } }, "documentation": "

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

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

" }, "TransformFilterCriteria": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

A unique transform name that is used to filter the machine learning transforms.

" }, "TransformType": { "shape": "TransformType", "documentation": "

The type of machine learning transform that is used to filter the machine learning transforms.

" }, "Status": { "shape": "TransformStatusType", "documentation": "

Filters the list of machine learning transforms by the last known status of the transforms (to indicate whether a transform can be used or not). One of \"NOT_READY\", \"READY\", or \"DELETING\".

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

" }, "CreatedBefore": { "shape": "Timestamp", "documentation": "

The time and date before which the transforms were created.

" }, "CreatedAfter": { "shape": "Timestamp", "documentation": "

The time and date after which the transforms were created.

" }, "LastModifiedBefore": { "shape": "Timestamp", "documentation": "

Filter on transforms last modified before this date.

" }, "LastModifiedAfter": { "shape": "Timestamp", "documentation": "

Filter on transforms last modified after this date.

" }, "Schema": { "shape": "TransformSchema", "documentation": "

Filters on datasets with a specific schema. The Map<Column, Type> object is an array of key-value pairs representing the schema this transform accepts, where Column is the name of a column, and Type is the type of the data such as an integer or string. Has an upper bound of 100 columns.

" } }, "documentation": "

The criteria used to filter the machine learning transforms.

" }, "TransformIdList": { "type": "list", "member": { "shape": "HashString" } }, "TransformList": { "type": "list", "member": { "shape": "MLTransform" } }, "TransformParameters": { "type": "structure", "required": [ "TransformType" ], "members": { "TransformType": { "shape": "TransformType", "documentation": "

The type of machine learning transform.

For information about the types of machine learning transforms, see Creating Machine Learning Transforms.

" }, "FindMatchesParameters": { "shape": "FindMatchesParameters", "documentation": "

The parameters for the find matches algorithm.

" } }, "documentation": "

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

" }, "TransformSchema": { "type": "list", "member": { "shape": "SchemaColumn" }, "max": 100 }, "TransformSortColumnType": { "type": "string", "enum": [ "NAME", "TRANSFORM_TYPE", "STATUS", "CREATED", "LAST_MODIFIED" ] }, "TransformSortCriteria": { "type": "structure", "required": [ "Column", "SortDirection" ], "members": { "Column": { "shape": "TransformSortColumnType", "documentation": "

The column to be used in the sorting criteria that are associated with the machine learning transform.

" }, "SortDirection": { "shape": "SortDirectionType", "documentation": "

The sort direction to be used in the sorting criteria that are associated with the machine learning transform.

" } }, "documentation": "

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

" }, "TransformStatusType": { "type": "string", "enum": [ "NOT_READY", "READY", "DELETING" ] }, "TransformType": { "type": "string", "enum": [ "FIND_MATCHES" ] }, "Trigger": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the trigger.

" }, "WorkflowName": { "shape": "NameString", "documentation": "

The name of the workflow associated with the trigger.

" }, "Id": { "shape": "IdString", "documentation": "

Reserved for future use.

" }, "Type": { "shape": "TriggerType", "documentation": "

The type of trigger that this is.

" }, "State": { "shape": "TriggerState", "documentation": "

The current state of the trigger.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of this trigger.

" }, "Schedule": { "shape": "GenericString", "documentation": "

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

" }, "Actions": { "shape": "ActionList", "documentation": "

The actions initiated by this trigger.

" }, "Predicate": { "shape": "Predicate", "documentation": "

The predicate of this trigger, which defines when it will fire.

" }, "EventBatchingCondition": { "shape": "EventBatchingCondition", "documentation": "

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

" } }, "documentation": "

Information about a specific trigger.

" }, "TriggerList": { "type": "list", "member": { "shape": "Trigger" } }, "TriggerNameList": { "type": "list", "member": { "shape": "NameString" } }, "TriggerNodeDetails": { "type": "structure", "members": { "Trigger": { "shape": "Trigger", "documentation": "

The information of the trigger represented by the trigger node.

" } }, "documentation": "

The details of a Trigger node present in the workflow.

" }, "TriggerState": { "type": "string", "enum": [ "CREATING", "CREATED", "ACTIVATING", "ACTIVATED", "DEACTIVATING", "DEACTIVATED", "DELETING", "UPDATING" ] }, "TriggerType": { "type": "string", "enum": [ "SCHEDULED", "CONDITIONAL", "ON_DEMAND", "EVENT" ] }, "TriggerUpdate": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

Reserved for future use.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of this trigger.

" }, "Schedule": { "shape": "GenericString", "documentation": "

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

" }, "Actions": { "shape": "ActionList", "documentation": "

The actions initiated by this trigger.

" }, "Predicate": { "shape": "Predicate", "documentation": "

The predicate of this trigger, which defines when it will fire.

" }, "EventBatchingCondition": { "shape": "EventBatchingCondition", "documentation": "

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

" } }, "documentation": "

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

" }, "TwoInputs": { "type": "list", "member": { "shape": "NodeId" }, "max": 2, "min": 2 }, "TypeString": { "type": "string", "max": 20000, "min": 0, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "URI": { "type": "string", "max": 1024, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*" }, "UnfilteredPartition": { "type": "structure", "members": { "Partition": { "shape": "Partition", "documentation": "

The partition object.

" }, "AuthorizedColumns": { "shape": "NameStringList", "documentation": "

The list of columns the user has permissions to access.

" }, "IsRegisteredWithLakeFormation": { "shape": "Boolean", "documentation": "

A Boolean value indicating that the partition location is registered with Lake Formation.

" } }, "documentation": "

A partition that contains unfiltered metadata.

" }, "UnfilteredPartitionList": { "type": "list", "member": { "shape": "UnfilteredPartition" } }, "Union": { "type": "structure", "required": [ "Name", "Inputs", "UnionType" ], "members": { "Name": { "shape": "NodeName", "documentation": "

The name of the transform node.

" }, "Inputs": { "shape": "TwoInputs", "documentation": "

The node ID inputs to the transform.

" }, "UnionType": { "shape": "UnionType", "documentation": "

Indicates the type of Union transform.

Specify ALL to join all rows from data sources to the resulting DynamicFrame. The resulting union does not remove duplicate rows.

Specify DISTINCT to remove duplicate rows in the resulting DynamicFrame.

" } }, "documentation": "

Specifies a transform that combines the rows from two or more datasets into a single result.

" }, "UnionType": { "type": "string", "enum": [ "ALL", "DISTINCT" ] }, "UntagResourceRequest": { "type": "structure", "required": [ "ResourceArn", "TagsToRemove" ], "members": { "ResourceArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the resource from which to remove the tags.

" }, "TagsToRemove": { "shape": "TagKeysList", "documentation": "

Tags to remove from this resource.

" } } }, "UntagResourceResponse": { "type": "structure", "members": {} }, "UpdateBehavior": { "type": "string", "enum": [ "LOG", "UPDATE_IN_DATABASE" ] }, "UpdateBlueprintRequest": { "type": "structure", "required": [ "Name", "BlueprintLocation" ], "members": { "Name": { "shape": "OrchestrationNameString", "documentation": "

The name of the blueprint.

" }, "Description": { "shape": "Generic512CharString", "documentation": "

A description of the blueprint.

" }, "BlueprintLocation": { "shape": "OrchestrationS3Location", "documentation": "

Specifies a path in Amazon S3 where the blueprint is published.

" } } }, "UpdateBlueprintResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

Returns the name of the blueprint that was updated.

" } } }, "UpdateCatalogBehavior": { "type": "string", "enum": [ "UPDATE_IN_DATABASE", "LOG" ] }, "UpdateClassifierRequest": { "type": "structure", "members": { "GrokClassifier": { "shape": "UpdateGrokClassifierRequest", "documentation": "

A GrokClassifier object with updated fields.

" }, "XMLClassifier": { "shape": "UpdateXMLClassifierRequest", "documentation": "

An XMLClassifier object with updated fields.

" }, "JsonClassifier": { "shape": "UpdateJsonClassifierRequest", "documentation": "

A JsonClassifier object with updated fields.

" }, "CsvClassifier": { "shape": "UpdateCsvClassifierRequest", "documentation": "

A CsvClassifier object with updated fields.

" } } }, "UpdateClassifierResponse": { "type": "structure", "members": {} }, "UpdateColumnStatisticsForPartitionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionValues", "ColumnStatisticsList" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the partitions reside.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the partitions' table.

" }, "PartitionValues": { "shape": "ValueStringList", "documentation": "

A list of partition values identifying the partition.

" }, "ColumnStatisticsList": { "shape": "UpdateColumnStatisticsList", "documentation": "

A list of the column statistics.

" } } }, "UpdateColumnStatisticsForPartitionResponse": { "type": "structure", "members": { "Errors": { "shape": "ColumnStatisticsErrors", "documentation": "

Error occurred during updating column statistics data.

" } } }, "UpdateColumnStatisticsForTableRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "ColumnStatisticsList" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the partitions reside.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the partitions' table.

" }, "ColumnStatisticsList": { "shape": "UpdateColumnStatisticsList", "documentation": "

A list of the column statistics.

" } } }, "UpdateColumnStatisticsForTableResponse": { "type": "structure", "members": { "Errors": { "shape": "ColumnStatisticsErrors", "documentation": "

List of ColumnStatisticsErrors.

" } } }, "UpdateColumnStatisticsList": { "type": "list", "member": { "shape": "ColumnStatistics" }, "max": 25, "min": 0 }, "UpdateConnectionRequest": { "type": "structure", "required": [ "Name", "ConnectionInput" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "Name": { "shape": "NameString", "documentation": "

The name of the connection definition to update.

" }, "ConnectionInput": { "shape": "ConnectionInput", "documentation": "

A ConnectionInput object that redefines the connection in question.

" } } }, "UpdateConnectionResponse": { "type": "structure", "members": {} }, "UpdateCrawlerRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

Name of the new crawler.

" }, "Role": { "shape": "Role", "documentation": "

The IAM role or Amazon Resource Name (ARN) of an IAM role that is used by the new crawler to access customer resources.

" }, "DatabaseName": { "shape": "DatabaseName", "documentation": "

The Glue database where results are stored, such as: arn:aws:daylight:us-east-1::database/sometable/*.

" }, "Description": { "shape": "DescriptionStringRemovable", "documentation": "

A description of the new crawler.

" }, "Targets": { "shape": "CrawlerTargets", "documentation": "

A list of targets to crawl.

" }, "Schedule": { "shape": "CronExpression", "documentation": "

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

" }, "Classifiers": { "shape": "ClassifierNameList", "documentation": "

A list of custom classifiers that the user has registered. By default, all built-in classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.

" }, "TablePrefix": { "shape": "TablePrefix", "documentation": "

The table prefix used for catalog tables that are created.

" }, "SchemaChangePolicy": { "shape": "SchemaChangePolicy", "documentation": "

The policy for the crawler's update and deletion behavior.

" }, "RecrawlPolicy": { "shape": "RecrawlPolicy", "documentation": "

A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.

" }, "LineageConfiguration": { "shape": "LineageConfiguration", "documentation": "

Specifies data lineage configuration settings for the crawler.

" }, "LakeFormationConfiguration": { "shape": "LakeFormationConfiguration", "documentation": "

Specifies Lake Formation configuration settings for the crawler.

" }, "Configuration": { "shape": "CrawlerConfiguration", "documentation": "

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Setting crawler configuration options.

" }, "CrawlerSecurityConfiguration": { "shape": "CrawlerSecurityConfiguration", "documentation": "

The name of the SecurityConfiguration structure to be used by this crawler.

" } } }, "UpdateCrawlerResponse": { "type": "structure", "members": {} }, "UpdateCrawlerScheduleRequest": { "type": "structure", "required": [ "CrawlerName" ], "members": { "CrawlerName": { "shape": "NameString", "documentation": "

The name of the crawler whose schedule to update.

" }, "Schedule": { "shape": "CronExpression", "documentation": "

The updated cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

" } } }, "UpdateCrawlerScheduleResponse": { "type": "structure", "members": {} }, "UpdateCsvClassifierRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the classifier.

" }, "Delimiter": { "shape": "CsvColumnDelimiter", "documentation": "

A custom symbol to denote what separates each column entry in the row.

" }, "QuoteSymbol": { "shape": "CsvQuoteSymbol", "documentation": "

A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.

" }, "ContainsHeader": { "shape": "CsvHeaderOption", "documentation": "

Indicates whether the CSV file contains a header.

" }, "Header": { "shape": "CsvHeader", "documentation": "

A list of strings representing column names.

" }, "DisableValueTrimming": { "shape": "NullableBoolean", "documentation": "

Specifies not to trim values before identifying the type of column values. The default value is true.

" }, "AllowSingleColumn": { "shape": "NullableBoolean", "documentation": "

Enables the processing of files that contain only one column.

" }, "CustomDatatypeConfigured": { "shape": "NullableBoolean", "documentation": "

Specifies the configuration of custom datatypes.

" }, "CustomDatatypes": { "shape": "CustomDatatypes", "documentation": "

Specifies a list of supported custom datatypes.

" }, "Serde": { "shape": "CsvSerdeOption", "documentation": "

Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are OpenCSVSerDe, LazySimpleSerDe, and None. You can specify the None value when you want the crawler to do the detection.

" } }, "documentation": "

Specifies a custom CSV classifier to be updated.

" }, "UpdateDataQualityRulesetRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the data quality ruleset.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the ruleset.

" }, "Ruleset": { "shape": "DataQualityRulesetString", "documentation": "

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

" } } }, "UpdateDataQualityRulesetResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the data quality ruleset.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the ruleset.

" }, "Ruleset": { "shape": "DataQualityRulesetString", "documentation": "

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

" } } }, "UpdateDatabaseRequest": { "type": "structure", "required": [ "Name", "DatabaseInput" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the metadata database resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "Name": { "shape": "NameString", "documentation": "

The name of the database to update in the catalog. For Hive compatibility, this is folded to lowercase.

" }, "DatabaseInput": { "shape": "DatabaseInput", "documentation": "

A DatabaseInput object specifying the new definition of the metadata database in the catalog.

" } } }, "UpdateDatabaseResponse": { "type": "structure", "members": {} }, "UpdateDevEndpointRequest": { "type": "structure", "required": [ "EndpointName" ], "members": { "EndpointName": { "shape": "GenericString", "documentation": "

The name of the DevEndpoint to be updated.

" }, "PublicKey": { "shape": "GenericString", "documentation": "

The public key for the DevEndpoint to use.

" }, "AddPublicKeys": { "shape": "PublicKeysList", "documentation": "

The list of public keys for the DevEndpoint to use.

" }, "DeletePublicKeys": { "shape": "PublicKeysList", "documentation": "

The list of public keys to be deleted from the DevEndpoint.

" }, "CustomLibraries": { "shape": "DevEndpointCustomLibraries", "documentation": "

Custom Python or Java libraries to be loaded in the DevEndpoint.

" }, "UpdateEtlLibraries": { "shape": "BooleanValue", "documentation": "

True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False if otherwise.

" }, "DeleteArguments": { "shape": "StringList", "documentation": "

The list of argument keys to be deleted from the map of arguments used to configure the DevEndpoint.

" }, "AddArguments": { "shape": "MapValue", "documentation": "

The map of arguments to add the map of arguments used to configure the DevEndpoint.

Valid arguments are:

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

" } } }, "UpdateDevEndpointResponse": { "type": "structure", "members": {} }, "UpdateGrokClassifierRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the GrokClassifier.

" }, "Classification": { "shape": "Classification", "documentation": "

An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.

" }, "GrokPattern": { "shape": "GrokPattern", "documentation": "

The grok pattern used by this classifier.

" }, "CustomPatterns": { "shape": "CustomPatterns", "documentation": "

Optional custom grok patterns used by this classifier.

" } }, "documentation": "

Specifies a grok classifier to update when passed to UpdateClassifier.

" }, "UpdateJobFromSourceControlRequest": { "type": "structure", "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the Glue job to be synchronized to or from the remote repository.

" }, "Provider": { "shape": "SourceControlProvider", "documentation": "

The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.

" }, "RepositoryName": { "shape": "NameString", "documentation": "

The name of the remote repository that contains the job artifacts. For BitBucket providers, RepositoryName should include WorkspaceName. Use the format <WorkspaceName>/<RepositoryName>.

" }, "RepositoryOwner": { "shape": "NameString", "documentation": "

The owner of the remote repository that contains the job artifacts.

" }, "BranchName": { "shape": "NameString", "documentation": "

An optional branch in the remote repository.

" }, "Folder": { "shape": "NameString", "documentation": "

An optional folder in the remote repository.

" }, "CommitId": { "shape": "CommitIdString", "documentation": "

A commit ID for a commit in the remote repository.

" }, "AuthStrategy": { "shape": "SourceControlAuthStrategy", "documentation": "

The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.

" }, "AuthToken": { "shape": "AuthTokenString", "documentation": "

The value of the authorization token.

" } } }, "UpdateJobFromSourceControlResponse": { "type": "structure", "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the Glue job.

" } } }, "UpdateJobRequest": { "type": "structure", "required": [ "JobName", "JobUpdate" ], "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the job definition to update.

" }, "JobUpdate": { "shape": "JobUpdate", "documentation": "

Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values.

" } } }, "UpdateJobResponse": { "type": "structure", "members": { "JobName": { "shape": "NameString", "documentation": "

Returns the name of the updated job definition.

" } } }, "UpdateJsonClassifierRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the classifier.

" }, "JsonPath": { "shape": "JsonPath", "documentation": "

A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.

" } }, "documentation": "

Specifies a JSON classifier to be updated.

" }, "UpdateMLTransformRequest": { "type": "structure", "required": [ "TransformId" ], "members": { "TransformId": { "shape": "HashString", "documentation": "

A unique identifier that was generated when the transform was created.

" }, "Name": { "shape": "NameString", "documentation": "

The unique name that you gave the transform when you created it.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the transform. The default is an empty string.

" }, "Parameters": { "shape": "TransformParameters", "documentation": "

The configuration parameters that are specific to the transform type (algorithm) used. Conditionally dependent on the transform type.

" }, "Role": { "shape": "RoleString", "documentation": "

The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.

" }, "GlueVersion": { "shape": "GlueVersionString", "documentation": "

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

" }, "MaxCapacity": { "shape": "NullableDouble", "documentation": "

The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

" }, "WorkerType": { "shape": "WorkerType", "documentation": "

The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.

" }, "NumberOfWorkers": { "shape": "NullableInteger", "documentation": "

The number of workers of a defined workerType that are allocated when this task runs.

" }, "Timeout": { "shape": "Timeout", "documentation": "

The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

" }, "MaxRetries": { "shape": "NullableInteger", "documentation": "

The maximum number of times to retry a task for this transform after a task run fails.

" } } }, "UpdateMLTransformResponse": { "type": "structure", "members": { "TransformId": { "shape": "HashString", "documentation": "

The unique identifier for the transform that was updated.

" } } }, "UpdatePartitionRequest": { "type": "structure", "required": [ "DatabaseName", "TableName", "PartitionValueList", "PartitionInput" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the partition to be updated resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database in which the table in question resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table in which the partition to be updated is located.

" }, "PartitionValueList": { "shape": "BoundedPartitionValueList", "documentation": "

List of partition key values that define the partition to update.

" }, "PartitionInput": { "shape": "PartitionInput", "documentation": "

The new partition object to update the partition to.

The Values property can't be changed. If you want to change the partition key values for a partition, delete and recreate the partition.

" } } }, "UpdatePartitionResponse": { "type": "structure", "members": {} }, "UpdateRegistryInput": { "type": "structure", "required": [ "RegistryId", "Description" ], "members": { "RegistryId": { "shape": "RegistryId", "documentation": "

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

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the registry. If description is not provided, this field will not be updated.

" } } }, "UpdateRegistryResponse": { "type": "structure", "members": { "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the updated registry.

" }, "RegistryArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource name (ARN) of the updated registry.

" } } }, "UpdateSchemaInput": { "type": "structure", "required": [ "SchemaId" ], "members": { "SchemaId": { "shape": "SchemaId", "documentation": "

This is a wrapper structure to contain schema identity fields. The structure contains:

" }, "SchemaVersionNumber": { "shape": "SchemaVersionNumber", "documentation": "

Version number required for check pointing. One of VersionNumber or Compatibility has to be provided.

" }, "Compatibility": { "shape": "Compatibility", "documentation": "

The new compatibility setting for the schema.

" }, "Description": { "shape": "DescriptionString", "documentation": "

The new description for the schema.

" } } }, "UpdateSchemaResponse": { "type": "structure", "members": { "SchemaArn": { "shape": "GlueResourceArn", "documentation": "

The Amazon Resource Name (ARN) of the schema.

" }, "SchemaName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the schema.

" }, "RegistryName": { "shape": "SchemaRegistryNameString", "documentation": "

The name of the registry that contains the schema.

" } } }, "UpdateSourceControlFromJobRequest": { "type": "structure", "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the Glue job to be synchronized to or from the remote repository.

" }, "Provider": { "shape": "SourceControlProvider", "documentation": "

The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.

" }, "RepositoryName": { "shape": "NameString", "documentation": "

The name of the remote repository that contains the job artifacts. For BitBucket providers, RepositoryName should include WorkspaceName. Use the format <WorkspaceName>/<RepositoryName>.

" }, "RepositoryOwner": { "shape": "NameString", "documentation": "

The owner of the remote repository that contains the job artifacts.

" }, "BranchName": { "shape": "NameString", "documentation": "

An optional branch in the remote repository.

" }, "Folder": { "shape": "NameString", "documentation": "

An optional folder in the remote repository.

" }, "CommitId": { "shape": "CommitIdString", "documentation": "

A commit ID for a commit in the remote repository.

" }, "AuthStrategy": { "shape": "SourceControlAuthStrategy", "documentation": "

The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.

" }, "AuthToken": { "shape": "AuthTokenString", "documentation": "

The value of the authorization token.

" } } }, "UpdateSourceControlFromJobResponse": { "type": "structure", "members": { "JobName": { "shape": "NameString", "documentation": "

The name of the Glue job.

" } } }, "UpdateTableOptimizerRequest": { "type": "structure", "required": [ "CatalogId", "DatabaseName", "TableName", "Type", "TableOptimizerConfiguration" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The Catalog ID of the table.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the database in the catalog in which the table resides.

" }, "TableName": { "shape": "NameString", "documentation": "

The name of the table.

" }, "Type": { "shape": "TableOptimizerType", "documentation": "

The type of table optimizer. Currently, the only valid value is compaction.

" }, "TableOptimizerConfiguration": { "shape": "TableOptimizerConfiguration", "documentation": "

A TableOptimizerConfiguration object representing the configuration of a table optimizer.

" } } }, "UpdateTableOptimizerResponse": { "type": "structure", "members": {} }, "UpdateTableRequest": { "type": "structure", "required": [ "DatabaseName", "TableInput" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.

" }, "TableInput": { "shape": "TableInput", "documentation": "

An updated TableInput object to define the metadata table in the catalog.

" }, "SkipArchive": { "shape": "BooleanNullable", "documentation": "

By default, UpdateTable always creates an archived version of the table before updating it. However, if skipArchive is set to true, UpdateTable does not create the archived version.

" }, "TransactionId": { "shape": "TransactionIdString", "documentation": "

The transaction ID at which to update the table contents.

" }, "VersionId": { "shape": "VersionString", "documentation": "

The version ID at which to update the table contents.

" }, "ViewUpdateAction": { "shape": "ViewUpdateAction", "documentation": "

The operation to be performed when updating the view.

" }, "Force": { "shape": "Boolean", "documentation": "

A flag that can be set to true to ignore matching storage descriptor and subobject matching requirements.

" } } }, "UpdateTableResponse": { "type": "structure", "members": {} }, "UpdateTriggerRequest": { "type": "structure", "required": [ "Name", "TriggerUpdate" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the trigger to update.

" }, "TriggerUpdate": { "shape": "TriggerUpdate", "documentation": "

The new values with which to update the trigger.

" } } }, "UpdateTriggerResponse": { "type": "structure", "members": { "Trigger": { "shape": "Trigger", "documentation": "

The resulting trigger definition.

" } } }, "UpdateUsageProfileRequest": { "type": "structure", "required": [ "Name", "Configuration" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the usage profile.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the usage profile.

" }, "Configuration": { "shape": "ProfileConfiguration", "documentation": "

A ProfileConfiguration object specifying the job and session values for the profile.

" } } }, "UpdateUsageProfileResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the usage profile that was updated.

" } } }, "UpdateUserDefinedFunctionRequest": { "type": "structure", "required": [ "DatabaseName", "FunctionName", "FunctionInput" ], "members": { "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog where the function to be updated is located. If none is provided, the Amazon Web Services account ID is used by default.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database where the function to be updated is located.

" }, "FunctionName": { "shape": "NameString", "documentation": "

The name of the function.

" }, "FunctionInput": { "shape": "UserDefinedFunctionInput", "documentation": "

A FunctionInput object that redefines the function in the Data Catalog.

" } } }, "UpdateUserDefinedFunctionResponse": { "type": "structure", "members": {} }, "UpdateWorkflowRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

Name of the workflow to be updated.

" }, "Description": { "shape": "GenericString", "documentation": "

The description of the workflow.

" }, "DefaultRunProperties": { "shape": "WorkflowRunProperties", "documentation": "

A collection of properties to be used as part of each execution of the workflow.

" }, "MaxConcurrentRuns": { "shape": "NullableInteger", "documentation": "

You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.

" } } }, "UpdateWorkflowResponse": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the workflow which was specified in input.

" } } }, "UpdateXMLClassifierRequest": { "type": "structure", "required": [ "Name" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the classifier.

" }, "Classification": { "shape": "Classification", "documentation": "

An identifier of the data format that the classifier matches.

" }, "RowTag": { "shape": "RowTag", "documentation": "

The XML tag designating the element that contains each record in an XML document being parsed. This cannot identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a=\"A\" item_b=\"B\"></row> is okay, but <row item_a=\"A\" item_b=\"B\" /> is not).

" } }, "documentation": "

Specifies an XML classifier to be updated.

" }, "UpdatedTimestamp": { "type": "string" }, "UpsertRedshiftTargetOptions": { "type": "structure", "members": { "TableLocation": { "shape": "EnclosedInStringProperty", "documentation": "

The physical location of the Redshift table.

" }, "ConnectionName": { "shape": "EnclosedInStringProperty", "documentation": "

The name of the connection to use to write to Redshift.

" }, "UpsertKeys": { "shape": "EnclosedInStringPropertiesMinOne", "documentation": "

The keys used to determine whether to perform an update or insert.

" } }, "documentation": "

The options to configure an upsert operation when writing to a Redshift target .

" }, "UriString": { "type": "string" }, "UsageProfileDefinition": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the usage profile.

" }, "Description": { "shape": "DescriptionString", "documentation": "

A description of the usage profile.

" }, "CreatedOn": { "shape": "TimestampValue", "documentation": "

The date and time when the usage profile was created.

" }, "LastModifiedOn": { "shape": "TimestampValue", "documentation": "

The date and time when the usage profile was last modified.

" } }, "documentation": "

Describes an Glue usage profile.

" }, "UsageProfileDefinitionList": { "type": "list", "member": { "shape": "UsageProfileDefinition" } }, "UserDefinedFunction": { "type": "structure", "members": { "FunctionName": { "shape": "NameString", "documentation": "

The name of the function.

" }, "DatabaseName": { "shape": "NameString", "documentation": "

The name of the catalog database that contains the function.

" }, "ClassName": { "shape": "NameString", "documentation": "

The Java class that contains the function code.

" }, "OwnerName": { "shape": "NameString", "documentation": "

The owner of the function.

" }, "OwnerType": { "shape": "PrincipalType", "documentation": "

The owner type.

" }, "CreateTime": { "shape": "Timestamp", "documentation": "

The time at which the function was created.

" }, "ResourceUris": { "shape": "ResourceUriList", "documentation": "

The resource URIs for the function.

" }, "CatalogId": { "shape": "CatalogIdString", "documentation": "

The ID of the Data Catalog in which the function resides.

" } }, "documentation": "

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

" }, "UserDefinedFunctionInput": { "type": "structure", "members": { "FunctionName": { "shape": "NameString", "documentation": "

The name of the function.

" }, "ClassName": { "shape": "NameString", "documentation": "

The Java class that contains the function code.

" }, "OwnerName": { "shape": "NameString", "documentation": "

The owner of the function.

" }, "OwnerType": { "shape": "PrincipalType", "documentation": "

The owner type.

" }, "ResourceUris": { "shape": "ResourceUriList", "documentation": "

The resource URIs for the function.

" } }, "documentation": "

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

" }, "UserDefinedFunctionList": { "type": "list", "member": { "shape": "UserDefinedFunction" } }, "UserManagedClientApplicationClientId": { "type": "string", "max": 2048, "pattern": "\\S+" }, "ValueString": { "type": "string", "max": 1024 }, "ValueStringList": { "type": "list", "member": { "shape": "ValueString" } }, "VersionId": { "type": "long" }, "VersionLongNumber": { "type": "long", "max": 100000, "min": 1 }, "VersionString": { "type": "string", "max": 255, "min": 1, "pattern": "[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" }, "VersionsString": { "type": "string", "max": 100000, "min": 1, "pattern": "[1-9][0-9]*|[1-9][0-9]*-[1-9][0-9]*" }, "ViewDefinition": { "type": "structure", "members": { "IsProtected": { "shape": "NullableBoolean", "documentation": "

You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan of the view during query planning. However, setting this flag does not guarantee that the engine will comply. Refer to the engine's documentation to understand the guarantees provided, if any.

" }, "Definer": { "shape": "ArnString", "documentation": "

The definer of a view in SQL.

" }, "SubObjects": { "shape": "ViewSubObjectsList", "documentation": "

A list of table Amazon Resource Names (ARNs).

" }, "Representations": { "shape": "ViewRepresentationList", "documentation": "

A list of representations.

" } }, "documentation": "

A structure containing details for representations.

" }, "ViewDefinitionInput": { "type": "structure", "members": { "IsProtected": { "shape": "NullableBoolean", "documentation": "

You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan of the view during query planning. However, setting this flag does not guarantee that the engine will comply. Refer to the engine's documentation to understand the guarantees provided, if any.

" }, "Definer": { "shape": "ArnString", "documentation": "

The definer of a view in SQL.

" }, "Representations": { "shape": "ViewRepresentationInputList", "documentation": "

A list of structures that contains the dialect of the view, and the query that defines the view.

" }, "SubObjects": { "shape": "ViewSubObjectsList", "documentation": "

A list of base table ARNs that make up the view.

" } }, "documentation": "

A structure containing details for creating or updating an Glue view.

" }, "ViewDialect": { "type": "string", "enum": [ "REDSHIFT", "ATHENA", "SPARK" ] }, "ViewDialectVersionString": { "type": "string", "max": 255, "min": 1 }, "ViewRepresentation": { "type": "structure", "members": { "Dialect": { "shape": "ViewDialect", "documentation": "

The dialect of the query engine.

" }, "DialectVersion": { "shape": "ViewDialectVersionString", "documentation": "

The version of the dialect of the query engine. For example, 3.0.0.

" }, "ViewOriginalText": { "shape": "ViewTextString", "documentation": "

The SELECT query provided by the customer during CREATE VIEW DDL. This SQL is not used during a query on a view (ViewExpandedText is used instead). ViewOriginalText is used for cases like SHOW CREATE VIEW where users want to see the original DDL command that created the view.

" }, "ViewExpandedText": { "shape": "ViewTextString", "documentation": "

The expanded SQL for the view. This SQL is used by engines while processing a query on a view. Engines may perform operations during view creation to transform ViewOriginalText to ViewExpandedText. For example:

" }, "ValidationConnection": { "shape": "NameString", "documentation": "

The name of the connection to be used to validate the specific representation of the view.

" }, "IsStale": { "shape": "NullableBoolean", "documentation": "

Dialects marked as stale are no longer valid and must be updated before they can be queried in their respective query engines.

" } }, "documentation": "

A structure that contains the dialect of the view, and the query that defines the view.

" }, "ViewRepresentationInput": { "type": "structure", "members": { "Dialect": { "shape": "ViewDialect", "documentation": "

A parameter that specifies the engine type of a specific representation.

" }, "DialectVersion": { "shape": "ViewDialectVersionString", "documentation": "

A parameter that specifies the version of the engine of a specific representation.

" }, "ViewOriginalText": { "shape": "ViewTextString", "documentation": "

A string that represents the original SQL query that describes the view.

" }, "ValidationConnection": { "shape": "NameString", "documentation": "

The name of the connection to be used to validate the specific representation of the view.

" }, "ViewExpandedText": { "shape": "ViewTextString", "documentation": "

A string that represents the SQL query that describes the view with expanded resource ARNs

" } }, "documentation": "

A structure containing details of a representation to update or create a Lake Formation view.

" }, "ViewRepresentationInputList": { "type": "list", "member": { "shape": "ViewRepresentationInput" }, "max": 10, "min": 1 }, "ViewRepresentationList": { "type": "list", "member": { "shape": "ViewRepresentation" }, "max": 1000, "min": 1 }, "ViewSubObjectsList": { "type": "list", "member": { "shape": "ArnString" }, "max": 10, "min": 0 }, "ViewTextString": { "type": "string", "max": 409600 }, "ViewUpdateAction": { "type": "string", "enum": [ "ADD", "REPLACE", "ADD_OR_REPLACE", "DROP" ] }, "ViewValidation": { "type": "structure", "members": { "Dialect": { "shape": "ViewDialect", "documentation": "

The dialect of the query engine.

" }, "DialectVersion": { "shape": "ViewDialectVersionString", "documentation": "

The version of the dialect of the query engine. For example, 3.0.0.

" }, "ViewValidationText": { "shape": "ViewTextString", "documentation": "

The SELECT query that defines the view, as provided by the customer.

" }, "UpdateTime": { "shape": "Timestamp", "documentation": "

The time of the last update.

" }, "State": { "shape": "ResourceState", "documentation": "

The state of the validation.

" }, "Error": { "shape": "ErrorDetail", "documentation": "

An error associated with the validation.

" } }, "documentation": "

A structure that contains information for an analytical engine to validate a view, prior to persisting the view metadata. Used in the case of direct UpdateTable or CreateTable API calls.

" }, "ViewValidationList": { "type": "list", "member": { "shape": "ViewValidation" } }, "WorkerType": { "type": "string", "enum": [ "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X", "Z.2X" ] }, "Workflow": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

The name of the workflow.

" }, "Description": { "shape": "GenericString", "documentation": "

A description of the workflow.

" }, "DefaultRunProperties": { "shape": "WorkflowRunProperties", "documentation": "

A collection of properties to be used as part of each execution of the workflow. The run properties are made available to each job in the workflow. A job can modify the properties for the next jobs in the flow.

" }, "CreatedOn": { "shape": "TimestampValue", "documentation": "

The date and time when the workflow was created.

" }, "LastModifiedOn": { "shape": "TimestampValue", "documentation": "

The date and time when the workflow was last modified.

" }, "LastRun": { "shape": "WorkflowRun", "documentation": "

The information about the last execution of the workflow.

" }, "Graph": { "shape": "WorkflowGraph", "documentation": "

The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.

" }, "MaxConcurrentRuns": { "shape": "NullableInteger", "documentation": "

You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.

" }, "BlueprintDetails": { "shape": "BlueprintDetails", "documentation": "

This structure indicates the details of the blueprint that this particular workflow is created from.

" } }, "documentation": "

A workflow is a collection of multiple dependent Glue jobs and crawlers that are run to complete a complex ETL task. A workflow manages the execution and monitoring of all its jobs and crawlers.

" }, "WorkflowGraph": { "type": "structure", "members": { "Nodes": { "shape": "NodeList", "documentation": "

A list of the the Glue components belong to the workflow represented as nodes.

" }, "Edges": { "shape": "EdgeList", "documentation": "

A list of all the directed connections between the nodes belonging to the workflow.

" } }, "documentation": "

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

" }, "WorkflowNames": { "type": "list", "member": { "shape": "NameString" }, "max": 25, "min": 1 }, "WorkflowRun": { "type": "structure", "members": { "Name": { "shape": "NameString", "documentation": "

Name of the workflow that was run.

" }, "WorkflowRunId": { "shape": "IdString", "documentation": "

The ID of this workflow run.

" }, "PreviousRunId": { "shape": "IdString", "documentation": "

The ID of the previous workflow run.

" }, "WorkflowRunProperties": { "shape": "WorkflowRunProperties", "documentation": "

The workflow run properties which were set during the run.

" }, "StartedOn": { "shape": "TimestampValue", "documentation": "

The date and time when the workflow run was started.

" }, "CompletedOn": { "shape": "TimestampValue", "documentation": "

The date and time when the workflow run completed.

" }, "Status": { "shape": "WorkflowRunStatus", "documentation": "

The status of the workflow run.

" }, "ErrorMessage": { "shape": "ErrorString", "documentation": "

This error message describes any error that may have occurred in starting the workflow run. Currently the only error message is \"Concurrent runs exceeded for workflow: foo.\"

" }, "Statistics": { "shape": "WorkflowRunStatistics", "documentation": "

The statistics of the run.

" }, "Graph": { "shape": "WorkflowGraph", "documentation": "

The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.

" }, "StartingEventBatchCondition": { "shape": "StartingEventBatchCondition", "documentation": "

The batch condition that started the workflow run.

" } }, "documentation": "

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

" }, "WorkflowRunProperties": { "type": "map", "key": { "shape": "IdString" }, "value": { "shape": "GenericString" } }, "WorkflowRunStatistics": { "type": "structure", "members": { "TotalActions": { "shape": "IntegerValue", "documentation": "

Total number of Actions in the workflow run.

" }, "TimeoutActions": { "shape": "IntegerValue", "documentation": "

Total number of Actions that timed out.

" }, "FailedActions": { "shape": "IntegerValue", "documentation": "

Total number of Actions that have failed.

" }, "StoppedActions": { "shape": "IntegerValue", "documentation": "

Total number of Actions that have stopped.

" }, "SucceededActions": { "shape": "IntegerValue", "documentation": "

Total number of Actions that have succeeded.

" }, "RunningActions": { "shape": "IntegerValue", "documentation": "

Total number Actions in running state.

" }, "ErroredActions": { "shape": "IntegerValue", "documentation": "

Indicates the count of job runs in the ERROR state in the workflow run.

" }, "WaitingActions": { "shape": "IntegerValue", "documentation": "

Indicates the count of job runs in WAITING state in the workflow run.

" } }, "documentation": "

Workflow run statistics provides statistics about the workflow run.

" }, "WorkflowRunStatus": { "type": "string", "enum": [ "RUNNING", "COMPLETED", "STOPPING", "STOPPED", "ERROR" ] }, "WorkflowRuns": { "type": "list", "member": { "shape": "WorkflowRun" }, "max": 1000, "min": 1 }, "Workflows": { "type": "list", "member": { "shape": "Workflow" }, "max": 25, "min": 1 }, "XMLClassifier": { "type": "structure", "required": [ "Name", "Classification" ], "members": { "Name": { "shape": "NameString", "documentation": "

The name of the classifier.

" }, "Classification": { "shape": "Classification", "documentation": "

An identifier of the data format that the classifier matches.

" }, "CreationTime": { "shape": "Timestamp", "documentation": "

The time that this classifier was registered.

" }, "LastUpdated": { "shape": "Timestamp", "documentation": "

The time that this classifier was last updated.

" }, "Version": { "shape": "VersionId", "documentation": "

The version of this classifier.

" }, "RowTag": { "shape": "RowTag", "documentation": "

The XML tag designating the element that contains each record in an XML document being parsed. This can't identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a=\"A\" item_b=\"B\"></row> is okay, but <row item_a=\"A\" item_b=\"B\" /> is not).

" } }, "documentation": "

A classifier for XML content.

" }, "databaseNameString": { "type": "string", "min": 1 }, "double": { "type": "double" }, "tableNameString": { "type": "string", "min": 1 } }, "documentation": "Glue

Defines the public endpoint for the Glue service.

" }