Module Awso_glue.Values_1Source

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.

Sourcemodule Classification : sig ... end
Sourcemodule RowTag : sig ... end
Sourcemodule XMLClassifier : sig ... end

A classifier for XML content.

Sourcemodule JsonPath : sig ... end
Sourcemodule JsonClassifier : sig ... end

A classifier for JSON content.

Sourcemodule GrokPattern : sig ... end
Sourcemodule CustomPatterns : sig ... end
Sourcemodule GrokClassifier : sig ... end

A classifier that uses grok patterns.

Sourcemodule CustomDatatypes : sig ... end
Sourcemodule CsvSerdeOption : sig ... end
Sourcemodule CsvQuoteSymbol : sig ... end
Sourcemodule CsvHeaderOption : sig ... end
Sourcemodule CsvHeader : sig ... end
Sourcemodule CsvColumnDelimiter : sig ... end
Sourcemodule CsvClassifier : sig ... end

A classifier for custom CSV content.

Sourcemodule Classifier : sig ... end

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.

Sourcemodule ClassifierList : sig ... end
Sourcemodule HTTPMethod : sig ... end
Sourcemodule ContentType : sig ... end
Sourcemodule ConnectorPropertyList : sig ... end

OAuth2 client credentials configuration that defines the properties needed for the Client Credentials grant type flow.

Sourcemodule CloudWatchEncryptionMode : sig ... end
Sourcemodule CloudWatchEncryption : sig ... end

Specifies how Amazon CloudWatch data should be encrypted.

Sourcemodule CodeGenArgName : sig ... end
Sourcemodule CodeGenArgValue : sig ... end
Sourcemodule CodeGenIdentifier : sig ... end
Sourcemodule CodeGenEdge : sig ... end

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

Sourcemodule CodeGenNodeType : sig ... end
Sourcemodule CodeGenNodeArg : sig ... end

An argument or property of a node.

Sourcemodule CodeGenNodeArgs : sig ... end
Sourcemodule CodeGenNode : sig ... end

Represents a node in a directed acyclic graph (DAG)

Sourcemodule ColumnError : sig ... end

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

Sourcemodule ColumnErrors : sig ... end
Sourcemodule ColumnImportance : sig ... end

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.

Sourcemodule ColumnImportanceList : sig ... end
Sourcemodule ColumnNameList : sig ... end
Sourcemodule PredicateString : sig ... end
Sourcemodule ColumnRowFilter : sig ... end

A filter that uses both column-level and row-level filtering.

Sourcemodule ColumnRowFilterList : sig ... end
Sourcemodule TypeString : sig ... end

Defines column statistics supported for character sequence data values.

Sourcemodule Long : sig ... end
Sourcemodule LongColumnStatisticsData : sig ... end

Defines column statistics supported for integer data columns.

Sourcemodule Double : sig ... end

Defines column statistics supported for floating-point number data columns.

Sourcemodule DecimalNumber : sig ... end

Contains a numeric value in decimal format.

Defines column statistics supported for fixed-point number data columns.

Sourcemodule DateColumnStatisticsData : sig ... end

Defines column statistics supported for timestamp data columns.

Sourcemodule ColumnStatisticsType : sig ... end
Sourcemodule ColumnStatisticsData : sig ... end

Contains the individual types of column statistics data. Only one data object should be set and indicated by the Type attribute.

Sourcemodule ColumnStatistics : sig ... end

Represents the generated column-level statistics for a table or partition.

Sourcemodule ColumnStatisticsError : sig ... end

Encapsulates a ColumnStatistics object that failed and the reason for failure.

Sourcemodule ColumnStatisticsErrors : sig ... end
Sourcemodule ColumnStatisticsList : sig ... end
Sourcemodule ColumnStatisticsState : sig ... end

An exception thrown when you try to stop a task run when there is no task running.

Sourcemodule TableName : sig ... end
Sourcemodule SampleSizePercentage : sig ... end
Sourcemodule PositiveInteger : sig ... end
Sourcemodule ComputationType : sig ... end
Sourcemodule ColumnStatisticsTaskRun : sig ... end

The object that shows the details of the column stats run.

An exception thrown when you try to start another job while running a column stats generation job.

Sourcemodule SettingSource : sig ... end
Sourcemodule ScheduleType : sig ... end
Sourcemodule ExecutionStatus : sig ... end
Sourcemodule ExecutionAttempt : sig ... end

A run attempt for a column statistics task run.

The settings for a column statistics task.

An exception thrown when you try to stop a task run.

Sourcemodule CommitIdString : sig ... end
Sourcemodule Comparator : sig ... end
Sourcemodule Compatibility : sig ... end
Sourcemodule PropertyNameOverrides : sig ... end
Sourcemodule ComputeEnvironmentName : sig ... end

An object containing configuration for a compute environment (such as Spark, Python or Athena) returned by the DescribeConnectionType API.

Sourcemodule ComputeEnvironmentList : sig ... end

Two processes are trying to modify a resource simultaneously.

Too many jobs are being run concurrently.

A specified condition was not satisfied.

Sourcemodule ConfigurationObject : sig ... end

Specifies the values that an admin sets for each job or session parameter configured in a Glue usage profile.

Sourcemodule ConfigurationMap : sig ... end
Sourcemodule ConflictException : sig ... end

The CreatePartitions API was called on a table that has indexes enabled.

Sourcemodule RecordsCount : sig ... end
Sourcemodule ConfusionMatrix : sig ... end

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.

Sourcemodule PropertyValue : sig ... end
Sourcemodule PropertyKey : sig ... end
Sourcemodule PropertyMap : sig ... end
Sourcemodule SecurityGroupIdList : sig ... end

The OAuth client app in GetConnection response.

Sourcemodule MatchCriteria : sig ... end
Sourcemodule LongValueString : sig ... end
Sourcemodule ConnectionType : sig ... end
Sourcemodule ConnectionStatus : sig ... end
Sourcemodule ConnectionSchemaVersion : sig ... end
Sourcemodule ConnectionPropertyKey : sig ... end
Sourcemodule ConnectionProperties : sig ... end
Sourcemodule Connection : sig ... end

Defines a connection to a data source.

Sourcemodule ConnectionInput : sig ... end

A structure that is used to specify a connection to create or update.

Sourcemodule ConnectionList : sig ... end
Sourcemodule OptionValue : sig ... end
Sourcemodule OptionKey : sig ... end
Sourcemodule ConnectionOptions : sig ... end

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.

Configuration that defines the base URL and additional request parameters needed during connection creation.

Sourcemodule Vendor : sig ... end
Sourcemodule UrlString : sig ... end
Sourcemodule DisplayName : sig ... end
Sourcemodule Description : sig ... end
Sourcemodule ConnectionTypeVariant : sig ... end

Represents a variant of a connection type in Glue. Connection type variants provide specific configurations and behaviors for different implementations of the same general connection type.

Sourcemodule ConnectionTypeVariantList : sig ... end
Sourcemodule ConnectionTypeBrief : sig ... end

Brief information about a supported connection type returned by the ListConnectionTypes API.

Sourcemodule ConnectionTypeList : sig ... end

Custom authentication configuration that allows for flexible authentication mechanisms beyond standard Basic and OAuth2 flows.

Sourcemodule JWTBearerProperties : sig ... end

JWT bearer token configuration that defines the properties needed for the JWT Bearer grant type flow.

Sourcemodule ConnectorOAuth2GrantType : sig ... end

OAuth2 authorization code configuration that defines the properties needed for the Authorization Code grant type flow.

Sourcemodule ConnectorOAuth2Properties : sig ... end

OAuth2 configuration container that defines the authentication properties and flow-specific configurations for OAuth2-based connections.

Configuration that defines the supported authentication types and required properties for the connection type.

Sourcemodule ContinuousSync : sig ... end
Sourcemodule CrawlId : sig ... end
Sourcemodule CrawlerHistoryState : sig ... end
Sourcemodule CrawlerHistory : sig ... end

Contains the information for a run of a crawler.

Sourcemodule CrawlerHistoryList : sig ... end
Sourcemodule NonNegativeInteger : sig ... end
Sourcemodule CrawlerMetrics : sig ... end

Metrics for a specified crawler.

Sourcemodule CrawlerMetricsList : sig ... end

The specified crawler is not running.

Sourcemodule CrawlerRunningException : sig ... end

The operation cannot be performed because the crawler is already running.

Sourcemodule CrawlerStoppingException : sig ... end

The specified crawler is stopping.

Sourcemodule FilterOperator : sig ... end
Sourcemodule FieldName : sig ... end
Sourcemodule CrawlsFilter : sig ... end

A list of fields, comparators and value that you can use to filter the crawler runs for a specified crawler.

Sourcemodule CrawlsFilterList : sig ... end
Sourcemodule TagValue : sig ... end
Sourcemodule TagKey : sig ... end
Sourcemodule TagsMap : sig ... end
Sourcemodule OrchestrationS3Location : sig ... end
Sourcemodule CreateBlueprintRequest : sig ... end

Registers a blueprint with Glue.

Sourcemodule CreateBlueprintResponse : sig ... end

Registers a blueprint with Glue.

Sourcemodule CreateCatalogRequest : sig ... end

Creates a new catalog in the Glue Data Catalog.

A federated resource already exists.

Sourcemodule CreateCatalogResponse : sig ... end

Creates a new catalog in the Glue Data Catalog.

Specifies an XML classifier for CreateClassifier to create.

Specifies a JSON classifier for CreateClassifier to create.

Specifies a grok classifier for CreateClassifier to create.

Specifies a custom CSV classifier for CreateClassifier to create.

Sourcemodule CreateClassifierRequest : sig ... end

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.

Sourcemodule CreateClassifierResponse : sig ... end

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.

Creates settings for a column statistics task.

Creates settings for a column statistics task.

Sourcemodule CreateConnectionRequest : sig ... end

Creates a connection definition in the Data Catalog. Connections used for creating federated resources require the IAM glue:PassConnection permission.

Sourcemodule CreateConnectionResponse : sig ... end

Creates a connection definition in the Data Catalog. Connections used for creating federated resources require the IAM glue:PassConnection permission.

Sourcemodule CreateCrawlerRequest : sig ... end

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.

Sourcemodule CreateCrawlerResponse : sig ... end

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.

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.

The same unique identifier was associated with two different records.

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.

Sourcemodule DataQualityTargetTable : sig ... end

An object representing an Glue table.

Sourcemodule DataQualityRulesetString : sig ... end

A request to create a data quality ruleset.

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.

Sourcemodule URI : sig ... end
Sourcemodule FederatedDatabase : sig ... end

A database that points to an entity outside the Glue Data Catalog.

Sourcemodule DatabaseIdentifier : sig ... end

A structure that describes a target database for resource linking.

Sourcemodule DatabaseInput : sig ... end

The structure used to create or update a database.

Sourcemodule CreateDatabaseRequest : sig ... end

Creates a new database in a Data Catalog.

Sourcemodule CreateDatabaseResponse : sig ... end

Creates a new database in a Data Catalog.

Sourcemodule CreateDevEndpointRequest : sig ... end

Creates a new development endpoint.

Sourcemodule ValidationException : sig ... end

A value could not be validated.

Sourcemodule CreateDevEndpointResponse : sig ... end

Creates a new development endpoint.

Sourcemodule IdentityCenterScope : sig ... end
Sourcemodule IdentityCenterScopesList : sig ... end
Sourcemodule IdentityCenterInstanceArn : sig ... end

Request to create a new Glue Identity Center configuration.

Response from creating a new Glue Identity Center configuration.

Sourcemodule StringToStringMap : sig ... end
Sourcemodule IcebergTransformString : sig ... end
Sourcemodule IcebergSortDirection : sig ... end
Sourcemodule IcebergNullOrder : sig ... end
Sourcemodule IcebergSortField : sig ... end

Defines a single field within an Iceberg sort order specification, including the source field, transformation, sort direction, and null value ordering.

Sourcemodule IcebergSortOrderFieldList : sig ... end
Sourcemodule IcebergSortOrder : sig ... end

Defines the sort order specification for an Iceberg table, determining how data should be ordered within partitions to optimize query performance.

Sourcemodule IntegerList : sig ... end
Sourcemodule IcebergStructTypeEnum : sig ... end
Sourcemodule IcebergDocument : sig ... end
Sourcemodule IcebergStructField : sig ... end

Defines a single field within an Iceberg table schema, including its identifier, name, data type, nullability, and documentation.

Sourcemodule IcebergStructFieldList : sig ... end
Sourcemodule IcebergSchema : sig ... end

Defines the schema structure for an Iceberg table, including field definitions, data types, and schema metadata.

Sourcemodule IcebergPartitionField : sig ... end

Defines a single partition field within an Iceberg partition specification, including the source field, transformation function, partition name, and unique identifier.

Sourcemodule IcebergPartitionSpec : sig ... end

Defines the partitioning specification for an Iceberg table, determining how table data will be organized and partitioned for optimal query performance.

Sourcemodule CreateIcebergTableInput : sig ... end

The configuration parameters required to create a new Iceberg table in the Glue Data Catalog, including table properties and metadata specifications.

Sourcemodule String512 : sig ... end
Sourcemodule String2048 : sig ... end
Sourcemodule String128 : sig ... end
Sourcemodule Tag : sig ... end

The Tag object represents a label that you can assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define. For more information about tags, and controlling access to resources in Glue, see Amazon Web Services Tags in Glue and Specifying Glue Resource ARNs in the developer guide.

Sourcemodule IntegrationTagsList : sig ... end
Sourcemodule IntegrationDescription : sig ... end
Sourcemodule IntegrationString : sig ... end
Sourcemodule IntegrationConfig : sig ... end

Properties associated with the integration.

Sourcemodule CreateIntegrationRequest : sig ... end

Creates a Zero-ETL integration in the caller's account between two resources with Amazon Resource Names (ARNs): the SourceArn and TargetArn.

The resource properties associated with the integration target.

The resource properties associated with the integration source.

This API can be used for setting up the ResourceProperty of the Glue connection (for the source) or Glue database ARN (for the target). These properties can include the role to access the connection or database. To set both source and target properties the same API needs to be invoked with the Glue connection ARN as ResourceArn with SourceProcessingProperties and the Glue database ARN as ResourceArn with TargetProcessingProperties respectively.

Sourcemodule IntegrationErrorMessage : sig ... end
Sourcemodule ResourceNotFoundException : sig ... end

The resource could not be found.

Sourcemodule InternalServerException : sig ... end

An internal server error occurred.

This API can be used for setting up the ResourceProperty of the Glue connection (for the source) or Glue database ARN (for the target). These properties can include the role to access the connection or database. To set both source and target properties the same API needs to be invoked with the Glue connection ARN as ResourceArn with SourceProcessingProperties and the Glue database ARN as ResourceArn with TargetProcessingProperties respectively.

Sourcemodule KMSKeyNotAccessibleFault : sig ... end

The KMS key specified is not accessible.

Sourcemodule IntegrationTimestamp : sig ... end
Sourcemodule IntegrationStatus : sig ... end

The data processed through your integration exceeded your quota.

Sourcemodule IntegrationError : sig ... end

An error associated with a zero-ETL integration.

Sourcemodule IntegrationErrorList : sig ... end

The requested operation conflicts with another operation.

Sourcemodule CreateIntegrationResponse : sig ... end

Creates a Zero-ETL integration in the caller's account between two resources with Amazon Resource Names (ARNs): the SourceArn and TargetArn.

Sourcemodule UnnestSpec : sig ... end
Sourcemodule IntegrationPartition : sig ... end

A structure that describes how data is partitioned on the target.

Sourcemodule TargetTableConfig : sig ... end

Properties used by the target leg to partition the data on the target.

Sourcemodule SourceTableFieldsList : sig ... end
Sourcemodule PrimaryKeyList : sig ... end
Sourcemodule SourceTableConfig : sig ... end

Properties used by the source leg to process data from the source.

This API is used to provide optional override properties for the the tables that need to be replicated. These properties can include properties for filtering and partitioning for the source and target tables. To set both source and target properties the same API need to be invoked with the Glue connection ARN as ResourceArn with SourceTableConfig, and the Glue database ARN as ResourceArn with TargetTableConfig respectively.

This API is used to provide optional override properties for the the tables that need to be replicated. These properties can include properties for filtering and partitioning for the source and target tables. To set both source and target properties the same API need to be invoked with the Glue connection ARN as ResourceArn with SourceTableConfig, and the Glue database ARN as ResourceArn with TargetTableConfig respectively.

Sourcemodule CreateJobRequest : sig ... end

Creates a new job definition.

Sourcemodule CreateJobResponse : sig ... end

Creates a new job definition.

Sourcemodule TransformType : sig ... end
Sourcemodule FindMatchesParameters : sig ... end

The parameters to configure the find matches transform.

Sourcemodule TransformParameters : sig ... end

The algorithm-specific parameters that are associated with the machine learning transform.

Sourcemodule MLUserDataEncryption : sig ... end

The encryption-at-rest settings of the transform that apply to accessing user data.

Sourcemodule TransformEncryption : sig ... end

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.

Sourcemodule GlueTables : sig ... end
Sourcemodule CreateMLTransformRequest : sig ... end

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.

Sourcemodule CreateMLTransformResponse : sig ... end

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.

Sourcemodule KeyList : sig ... end
Sourcemodule PartitionIndex : sig ... end

A structure for a partition index.

Creates a specified partition index in an existing table.

Creates a specified partition index in an existing table.

Sourcemodule CreatePartitionRequest : sig ... end

Creates a new partition.

Sourcemodule CreatePartitionResponse : sig ... end

Creates a new partition.

Sourcemodule CreateRegistryInput : sig ... end

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

Sourcemodule CreateRegistryResponse : sig ... end

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

Sourcemodule RegistryId : sig ... end

A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

Sourcemodule CreateSchemaInput : sig ... end

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.

Sourcemodule SchemaVersionStatus : sig ... end
Sourcemodule SchemaStatus : sig ... end
Sourcemodule SchemaCheckpointNumber : sig ... end
Sourcemodule CreateSchemaResponse : sig ... end

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.

Sourcemodule Language : sig ... end
Sourcemodule DagNodes : sig ... end
Sourcemodule DagEdges : sig ... end
Sourcemodule CreateScriptRequest : sig ... end

Transforms a directed acyclic graph (DAG) into code.

Sourcemodule ScalaCode : sig ... end
Sourcemodule PythonScript : sig ... end
Sourcemodule CreateScriptResponse : sig ... end

Transforms a directed acyclic graph (DAG) into code.

Sourcemodule S3EncryptionMode : sig ... end
Sourcemodule S3Encryption : sig ... end

Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.

Sourcemodule S3EncryptionList : sig ... end
Sourcemodule JobBookmarksEncryption : sig ... end

Specifies how job bookmark data should be encrypted.

Sourcemodule DataQualityEncryptionMode : sig ... end
Sourcemodule DataQualityEncryption : sig ... end

Specifies how Data Quality assets in your account should be encrypted.

Sourcemodule EncryptionConfiguration : sig ... end

Specifies an encryption configuration.

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.

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.

Sourcemodule SessionCommand : sig ... end

The SessionCommand that runs the job.

Sourcemodule OrchestrationRoleArn : sig ... end
Sourcemodule OrchestrationArgumentsMap : sig ... end
Sourcemodule CreateSessionRequest : sig ... end

Request to create a new session.

Sourcemodule SessionStatus : sig ... end
Sourcemodule IdleTimeout : sig ... end
Sourcemodule DoubleValue : sig ... end
Sourcemodule Session : sig ... end

The period in which a remote Spark runtime environment is running.

Sourcemodule CreateSessionResponse : sig ... end

Creates a new session.

Creates a new table optimizer for a specific function.

Creates a new table optimizer for a specific function.

Sourcemodule ViewTextString : sig ... end
Sourcemodule ViewSubObjectsList : sig ... end
Sourcemodule TableVersionId : sig ... end
Sourcemodule ViewDialectVersionString : sig ... end
Sourcemodule ViewDialect : sig ... end
Sourcemodule ViewRepresentationInput : sig ... end

A structure containing details of a representation to update or create a Lake Formation view.

Sourcemodule RefreshSeconds : sig ... end
Sourcemodule LastRefreshType : sig ... end
Sourcemodule ViewDefinitionInput : sig ... end

A structure containing details for creating or updating an Glue view.

Sourcemodule TableTypeString : sig ... end
Sourcemodule TableIdentifier : sig ... end

A structure that describes a target table for resource linking.

Sourcemodule TableInput : sig ... end

A structure used to define a table.

Sourcemodule PartitionIndexList : sig ... end
Sourcemodule MetadataOperation : sig ... end
Sourcemodule IcebergInput : sig ... end

A structure that defines an Apache Iceberg metadata table to create in the catalog.

Sourcemodule OpenTableFormatInput : sig ... end

A structure representing an open format table.

Sourcemodule CreateTableRequest : sig ... end

Creates a new table definition in the Data Catalog.

Sourcemodule CreateTableResponse : sig ... end

Creates a new table definition in the Data Catalog.

Sourcemodule CreateTriggerRequest : sig ... end

Creates a new trigger. Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Amazon Web Services Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

Sourcemodule CreateTriggerResponse : sig ... end

Creates a new trigger. Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Amazon Web Services Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

Sourcemodule ProfileConfiguration : sig ... end

Specifies the job and session values that an admin configures in an Glue usage profile.

Sourcemodule CreateUsageProfileRequest : sig ... end

Creates an Glue usage profile.

The operation is not available in the region.

Creates an Glue usage profile.

Sourcemodule ResourceType : sig ... end
Sourcemodule ResourceUri : sig ... end

The URIs for function resources.

Sourcemodule ResourceUriList : sig ... end
Sourcemodule PrincipalType : sig ... end
Sourcemodule FunctionType : sig ... end
Sourcemodule UserDefinedFunctionInput : sig ... end

A structure used to create or update a user-defined function.

Creates a new function definition in the Data Catalog.

Creates a new function definition in the Data Catalog.

Sourcemodule WorkflowDescriptionString : sig ... end
Sourcemodule CreateWorkflowRequest : sig ... end

Creates a new workflow.

Sourcemodule CreateWorkflowResponse : sig ... end

Creates a new workflow.

Sourcemodule CreatedTimestamp : sig ... end
Sourcemodule JsonPathString : sig ... end
Sourcemodule ResponseExtractionMapping : sig ... end

Configuration that defines how to extract values from HTTP response content or headers for use in subsequent requests or parameter mapping.

Sourcemodule DefaultValue : sig ... end
Sourcemodule ExtractedParameter : sig ... end

Parameter extraction configuration that defines how to extract and map values from API responses to request parameters.

Sourcemodule CursorConfiguration : sig ... end

Cursor-based pagination configuration that defines how to handle pagination using cursor tokens or next page identifiers.

Sourcemodule CustomProperties : sig ... end
Sourcemodule EncryptionAtRest : sig ... end

Specifies the encryption-at-rest configuration for the Data Catalog.

Contains configuration information for maintaining Data Catalog security.

Additional run options you can specify for an evaluation run.

Sourcemodule DataQualityModelStatus : sig ... end

Describes a data quality result.

Criteria used to return data quality results.

Sourcemodule DataQualityResultIdList : sig ... end

Describes the result of a data quality rule recommendation run.

A filter for listing data quality recommendation runs.

Describes the result of a data quality ruleset evaluation run.

The filter criteria.

The criteria used to filter data quality rulesets.

Describes a data quality ruleset returned by GetDataQualityRuleset.

Sourcemodule DataQualityRulesetList : sig ... end
Sourcemodule DataSourceMap : sig ... end
Sourcemodule Database : sig ... end

The Database object represents a logical grouping of tables that might reside in a Hive metastore or an RDBMS.

Sourcemodule DatabaseAttributes : sig ... end
Sourcemodule DatabaseAttributesList : sig ... end
Sourcemodule DatabaseList : sig ... end
Sourcemodule DeleteBlueprintRequest : sig ... end

Deletes an existing blueprint.

Sourcemodule DeleteBlueprintResponse : sig ... end

Deletes an existing blueprint.

Sourcemodule DeleteCatalogRequest : sig ... end

Removes the specified catalog from the Glue Data Catalog. After completing this operation, you no longer have access to the databases, tables (and all table versions and partitions that might belong to the tables) and the user-defined functions in the deleted catalog. 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 the DeleteCatalog operation, use DeleteTableVersion (or BatchDeleteTableVersion), DeletePartition (or BatchDeletePartition), DeleteTable (or BatchDeleteTable), DeleteUserDefinedFunction and DeleteDatabase to delete any resources that belong to the catalog.

Sourcemodule DeleteCatalogResponse : sig ... end

Removes the specified catalog from the Glue Data Catalog. After completing this operation, you no longer have access to the databases, tables (and all table versions and partitions that might belong to the tables) and the user-defined functions in the deleted catalog. 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 the DeleteCatalog operation, use DeleteTableVersion (or BatchDeleteTableVersion), DeletePartition (or BatchDeletePartition), DeleteTable (or BatchDeleteTable), DeleteUserDefinedFunction and DeleteDatabase to delete any resources that belong to the catalog.

Sourcemodule DeleteClassifierRequest : sig ... end

Removes a classifier from the Data Catalog.

Sourcemodule DeleteClassifierResponse : sig ... end

Removes a classifier from the Data Catalog.

Delete the partition column statistics of a column. The Identity and Access Management (IAM) permission required for this operation is DeletePartition.

Delete the partition column statistics of a column. The Identity and Access Management (IAM) permission required for this operation is DeletePartition.

Retrieves table statistics of columns. The Identity and Access Management (IAM) permission required for this operation is DeleteTable.

Retrieves table statistics of columns. The Identity and Access Management (IAM) permission required for this operation is DeleteTable.

Deletes settings for a column statistics task.

Deletes settings for a column statistics task.

Sourcemodule DeleteConnectionRequest : sig ... end

Deletes a connection from the Data Catalog.

Sourcemodule DeleteConnectionResponse : sig ... end

Deletes a connection from the Data Catalog.

Deletes a custom connection type in Glue. The connection type must exist and be registered before it can be deleted. This operation supports cleanup of connection type resources and helps maintain proper lifecycle management of custom connection types.

Deletes a custom connection type in Glue. The connection type must exist and be registered before it can be deleted. This operation supports cleanup of connection type resources and helps maintain proper lifecycle management of custom connection types.

Sourcemodule DeleteCrawlerRequest : sig ... end

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

The specified scheduler is transitioning.

Sourcemodule DeleteCrawlerResponse : sig ... end

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

Deletes a custom pattern by specifying its name.

Deletes a custom pattern by specifying its name.

Deletes a data quality ruleset.

Deletes a data quality ruleset.

Sourcemodule DeleteDatabaseRequest : sig ... end

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.

Sourcemodule DeleteDatabaseResponse : sig ... end

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.

Sourcemodule DeleteDevEndpointRequest : sig ... end

Deletes a specified development endpoint.

Sourcemodule DeleteDevEndpointResponse : sig ... end

Deletes a specified development endpoint.

Request to delete the existing Glue Identity Center configuration.

Response from deleting the Glue Identity Center configuration.

Sourcemodule DeleteIntegrationRequest : sig ... end

Deletes the specified Zero-ETL integration.

This API is used for deleting the ResourceProperty of the Glue connection (for the source) or Glue database ARN (for the target).

This API is used for deleting the ResourceProperty of the Glue connection (for the source) or Glue database ARN (for the target).

The integration is in an invalid state.

Sourcemodule IntegrationNotFoundFault : sig ... end

The specified integration could not be found.

Sourcemodule DeleteIntegrationResponse : sig ... end

Deletes the specified Zero-ETL integration.

Deletes the table properties that have been created for the tables that need to be replicated.

Deletes the table properties that have been created for the tables that need to be replicated.

Sourcemodule DeleteJobRequest : sig ... end

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

Sourcemodule DeleteJobResponse : sig ... end

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

Sourcemodule DeleteMLTransformRequest : sig ... end

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.

Sourcemodule DeleteMLTransformResponse : sig ... end

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.

Deletes a specified partition index from an existing table.

Deletes a specified partition index from an existing table.

Sourcemodule DeletePartitionRequest : sig ... end

Deletes a specified partition.

Sourcemodule DeletePartitionResponse : sig ... end

Deletes a specified partition.

Sourcemodule DeleteRegistryInput : sig ... end

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.

Sourcemodule RegistryStatus : sig ... end
Sourcemodule DeleteRegistryResponse : sig ... end

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.

Deletes a specified policy.

Deletes a specified policy.

Sourcemodule DeleteSchemaInput : sig ... end

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.

Sourcemodule DeleteSchemaResponse : sig ... end

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.

Sourcemodule VersionsString : sig ... end
Sourcemodule DeleteSchemaVersionsInput : sig ... end

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.

Sourcemodule ErrorMessageString : sig ... end
Sourcemodule ErrorCodeString : sig ... end
Sourcemodule ErrorDetails : sig ... end

An object containing error details.

Sourcemodule SchemaVersionErrorItem : sig ... end

An object that contains the error details for an operation on a schema version.

Sourcemodule SchemaVersionErrorList : sig ... end

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.

Deletes a specified security configuration.

Deletes a specified security configuration.

Sourcemodule DeleteSessionRequest : sig ... end

Deletes the session.

Sourcemodule DeleteSessionResponse : sig ... end

Deletes the session.

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

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

Sourcemodule DeleteTableRequest : sig ... end

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.

Sourcemodule DeleteTableResponse : sig ... end

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.

Sourcemodule DeleteTableVersionRequest : sig ... end

Deletes a specified version of a table.

Deletes a specified version of a table.

Sourcemodule DeleteTriggerRequest : sig ... end

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

Sourcemodule DeleteTriggerResponse : sig ... end

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

Sourcemodule DeleteUsageProfileRequest : sig ... end

Deletes the Glue specified usage profile.

Deletes the Glue specified usage profile.

Deletes an existing function definition from the Data Catalog.

Deletes an existing function definition from the Data Catalog.

Sourcemodule DeleteWorkflowRequest : sig ... end

Deletes a workflow.

Sourcemodule DeleteWorkflowResponse : sig ... end

Deletes a workflow.

The DescribeConnectionType API provides full details of the supported options for a given connection type in Glue. The response includes authentication configuration details that show supported authentication types and properties, and RestConfiguration for custom REST-based connection types registered via RegisterConnectionType. See also: ListConnectionTypes, RegisterConnectionType, DeleteConnectionType

Sourcemodule ResponseConfiguration : sig ... end

Configuration that defines how to parse JSON responses from REST API calls, including paths to result data and error information.

Sourcemodule PathString : sig ... end
Sourcemodule OffsetConfiguration : sig ... end

Offset-based pagination configuration that defines how to handle pagination using numeric offsets and limits.

Sourcemodule PaginationConfiguration : sig ... end

Configuration that defines how to handle paginated responses from REST APIs, supporting different pagination strategies used by various services.

Sourcemodule SourceConfiguration : sig ... end

Configuration that defines how to make requests to endpoints, including request methods, paths, parameters, and response handling.

Sourcemodule FieldDataType : sig ... end
Sourcemodule FieldDefinition : sig ... end

Defines a field in an entity schema for REST connector data sources, specifying the field name and data type.

Sourcemodule FieldDefinitionMap : sig ... end
Sourcemodule EntityConfiguration : sig ... end

Configuration that defines how to interact with a specific data entity through the REST API, including its access patterns and schema definition.

Sourcemodule EntityConfigurationMap : sig ... end
Sourcemodule RestConfiguration : sig ... end

Configuration that defines HTTP request and response handling, validation endpoints, and entity configurations for REST API interactions.

The DescribeConnectionType API provides full details of the supported options for a given connection type in Glue. The response includes authentication configuration details that show supported authentication types and properties, and RestConfiguration for custom REST-based connection types registered via RegisterConnectionType. See also: ListConnectionTypes, RegisterConnectionType, DeleteConnectionType

Sourcemodule NextToken : sig ... end
Sourcemodule EntityName : sig ... end
Sourcemodule DescribeEntityRequest : sig ... end

Provides details regarding the entity used with the connection type, with a description of the data model for each field in the selected entity. The response includes all the fields which make up the entity.

Sourcemodule FieldLabel : sig ... end
Sourcemodule FieldFilterOperator : sig ... end
Sourcemodule FieldFilterOperatorsList : sig ... end
Sourcemodule FieldDescription : sig ... end
Sourcemodule EntityFieldName : sig ... end
Sourcemodule Field : sig ... end

The Field object has information about the different properties associated with a field in the connector.

Sourcemodule FieldsList : sig ... end
Sourcemodule DescribeEntityResponse : sig ... end

Provides details regarding the entity used with the connection type, with a description of the data model for each field in the selected entity. The response includes all the fields which make up the entity.

Sourcemodule IntegrationInteger : sig ... end

Returns a list of inbound integrations for the specified integration.

Sourcemodule TargetResourceNotFound : sig ... end

The target resource could not be found.

Sourcemodule InboundIntegration : sig ... end

A structure for an integration that writes data into a resource.

Sourcemodule InboundIntegrationsList : sig ... end

Returns a list of inbound integrations for the specified integration.

Sourcemodule IntegrationFilterValues : sig ... end
Sourcemodule IntegrationFilter : sig ... end

A filter that can be used when invoking a DescribeIntegrations request.

Sourcemodule IntegrationFilterList : sig ... end

The API is used to retrieve a list of integrations.

Sourcemodule Integration : sig ... end

Describes a zero-ETL integration.

Sourcemodule IntegrationsList : sig ... end

The API is used to retrieve a list of integrations.

Custom libraries to be loaded into a development endpoint.

Sourcemodule DevEndpointNameList : sig ... end
Sourcemodule EnableHybridValues : sig ... end
Sourcemodule EncryptionKeyIdString : sig ... end
Sourcemodule IsParentEntity : sig ... end
Sourcemodule EntityLabel : sig ... end
Sourcemodule EntityDescription : sig ... end
Sourcemodule Entity : sig ... end

An entity supported by a given ConnectionType.

Sourcemodule EntityList : sig ... end
Sourcemodule FindMatchesMetrics : sig ... end

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.

Sourcemodule EvaluationMetrics : sig ... end

Evaluation metrics provide an estimate of the quality of your machine learning transform.

Sourcemodule ExistCondition : sig ... end

Specifies configuration properties for an exporting labels task run.

Sourcemodule FederatedTable : sig ... end

A table that points to an entity outside the Glue Data Catalog.

Sourcemodule FieldType : sig ... end
Sourcemodule FilterPredicate : sig ... end
Sourcemodule FilterString : sig ... end

Specifies configuration properties for a Find Matches task run.

Sourcemodule GetBlueprintRequest : sig ... end

Retrieves the details of a blueprint.

Sourcemodule GetBlueprintResponse : sig ... end

Retrieves the details of a blueprint.

Sourcemodule GetBlueprintRunRequest : sig ... end

Retrieves the details of a blueprint run.

Sourcemodule GetBlueprintRunResponse : sig ... end

Retrieves the details of a blueprint run.

Sourcemodule PageSize : sig ... end
Sourcemodule GetBlueprintRunsRequest : sig ... end

Retrieves the details of blueprint runs for a specified blueprint.

Sourcemodule GetBlueprintRunsResponse : sig ... end

Retrieves the details of blueprint runs for a specified blueprint.

Retrieves the status of a migration operation.

Retrieves the status of a migration operation.

Sourcemodule GetCatalogRequest : sig ... end

The name of the Catalog to retrieve. This should be all lowercase.

Sourcemodule GetCatalogResponse : sig ... end

The name of the Catalog to retrieve. This should be all lowercase.

Sourcemodule Token : sig ... end
Sourcemodule GetCatalogsRequest : sig ... end

Retrieves all catalogs defined in a catalog in the Glue Data Catalog. For a Redshift-federated catalog use case, this operation returns the list of catalogs mapped to Redshift databases in the Redshift namespace catalog.

Sourcemodule GetCatalogsResponse : sig ... end

Retrieves all catalogs defined in a catalog in the Glue Data Catalog. For a Redshift-federated catalog use case, this operation returns the list of catalogs mapped to Redshift databases in the Redshift namespace catalog.

Sourcemodule GetClassifierRequest : sig ... end

Retrieve a classifier by name.

Sourcemodule GetClassifierResponse : sig ... end

Retrieve a classifier by name.

Sourcemodule GetClassifiersRequest : sig ... end

Lists all classifier objects in the Data Catalog.

Sourcemodule GetClassifiersResponse : sig ... end

Lists all classifier objects in the Data Catalog.

Sourcemodule GetColumnNamesList : sig ... end

Retrieves partition statistics of columns. The Identity and Access Management (IAM) permission required for this operation is GetPartition.

Retrieves partition statistics of columns. The Identity and Access Management (IAM) permission required for this operation is GetPartition.

Retrieves table statistics of columns. The Identity and Access Management (IAM) permission required for this operation is GetTable.

Retrieves table statistics of columns. The Identity and Access Management (IAM) permission required for this operation is GetTable.

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

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

Retrieves information about all runs associated with the specified table.

Retrieves information about all runs associated with the specified table.

Gets settings for a column statistics task.

Gets settings for a column statistics task.

Sourcemodule GetConnectionRequest : sig ... end

Retrieves a connection definition from the Data Catalog.

Sourcemodule GetConnectionResponse : sig ... end

Retrieves a connection definition from the Data Catalog.

Sourcemodule GetConnectionsFilter : sig ... end

Filters the connection definitions that are returned by the GetConnections API operation.

Sourcemodule GetConnectionsRequest : sig ... end

Retrieves a list of connection definitions from the Data Catalog.

Sourcemodule GetConnectionsResponse : sig ... end

Retrieves a list of connection definitions from the Data Catalog.

Sourcemodule GetCrawlerMetricsRequest : sig ... end

Retrieves metrics about specified crawlers.

Sourcemodule GetCrawlerMetricsResponse : sig ... end

Retrieves metrics about specified crawlers.

Sourcemodule GetCrawlerRequest : sig ... end

Retrieves metadata for a specified crawler.

Sourcemodule GetCrawlerResponse : sig ... end

Retrieves metadata for a specified crawler.

Sourcemodule GetCrawlersRequest : sig ... end

Retrieves metadata for all crawlers defined in the customer account.

Sourcemodule GetCrawlersResponse : sig ... end

Retrieves metadata for all crawlers defined in the customer account.

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

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

Retrieves the security configuration for a specified catalog.

Retrieves the security configuration for a specified catalog.

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

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

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

Sourcemodule StatisticModelResult : sig ... end

The statistic model result.

Sourcemodule StatisticModelResults : sig ... end

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

Retrieves the result of a data quality rule evaluation.

The response for the data quality result.

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

The response for the Data Quality rule recommendation run.

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

Sourcemodule RulesetNames : sig ... end

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

Returns an existing ruleset by identifier or name.

Returns the data quality ruleset response.

Sourcemodule GetDatabaseRequest : sig ... end

Retrieves the definition of a specified database.

Sourcemodule GetDatabaseResponse : sig ... end

Retrieves the definition of a specified database.

Sourcemodule ResourceShareType : sig ... end
Sourcemodule GetDatabasesRequest : sig ... end

Retrieves all databases defined in a given Data Catalog.

Sourcemodule GetDatabasesResponse : sig ... end

Retrieves all databases defined in a given Data Catalog.

Sourcemodule GetDataflowGraphRequest : sig ... end

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

Sourcemodule GetDataflowGraphResponse : sig ... end

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

Sourcemodule GetDevEndpointRequest : sig ... end

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.

Sourcemodule GetDevEndpointResponse : sig ... end

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.

Sourcemodule GetDevEndpointsRequest : sig ... end

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.

Sourcemodule GetDevEndpointsResponse : sig ... end

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.

Sourcemodule SelectedFields : sig ... end
Sourcemodule Limit : sig ... end