Glue class

Defines the public endpoint for the AWS Glue service.

Constructors

Glue({required String region, AwsClientCredentials? credentials, AwsClientCredentialsProvider? credentialsProvider, Client? client, String? endpointUrl})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchCreatePartition({required String databaseName, required List<PartitionInput> partitionInputList, required String tableName, String? catalogId}) Future<BatchCreatePartitionResponse>
Creates one or more partitions in a batch operation.
batchDeleteConnection({required List<String> connectionNameList, String? catalogId}) Future<BatchDeleteConnectionResponse>
Deletes a list of connection definitions from the Data Catalog.
batchDeletePartition({required String databaseName, required List<PartitionValueList> partitionsToDelete, required String tableName, String? catalogId}) Future<BatchDeletePartitionResponse>
Deletes one or more partitions in a batch operation.
batchDeleteTable({required String databaseName, required List<String> tablesToDelete, String? catalogId}) Future<BatchDeleteTableResponse>
Deletes multiple tables at once.
batchDeleteTableVersion({required String databaseName, required String tableName, required List<String> versionIds, String? catalogId}) Future<BatchDeleteTableVersionResponse>
Deletes a specified batch of versions of a table.
batchGetCrawlers({required List<String> crawlerNames}) Future<BatchGetCrawlersResponse>
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.
batchGetDevEndpoints({required List<String> devEndpointNames}) Future<BatchGetDevEndpointsResponse>
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({required List<String> jobNames}) Future<BatchGetJobsResponse>
Returns a list of resource metadata for a given list of job names. After calling the ListJobs operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
batchGetPartition({required String databaseName, required List<PartitionValueList> partitionsToGet, required String tableName, String? catalogId}) Future<BatchGetPartitionResponse>
Retrieves partitions in a batch request.
batchGetTriggers({required List<String> triggerNames}) Future<BatchGetTriggersResponse>
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({required List<String> names, bool? includeGraph}) Future<BatchGetWorkflowsResponse>
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.
batchStopJobRun({required String jobName, required List<String> jobRunIds}) Future<BatchStopJobRunResponse>
Stops one or more job runs for a specified job definition.
batchUpdatePartition({required String databaseName, required List<BatchUpdatePartitionRequestEntry> entries, required String tableName, String? catalogId}) Future<BatchUpdatePartitionResponse>
Updates one or more partitions in a batch operation.
cancelMLTaskRun({required String taskRunId, required String transformId}) Future<CancelMLTaskRunResponse>
Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that AWS 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.
checkSchemaVersionValidity({required DataFormat dataFormat, required String schemaDefinition}) Future<CheckSchemaVersionValidityResponse>
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.
close() → void
Closes the internal HTTP client if none was provided at creation. If a client was passed as a constructor argument, this becomes a noop.
createClassifier({CreateCsvClassifierRequest? csvClassifier, CreateGrokClassifierRequest? grokClassifier, CreateJsonClassifierRequest? jsonClassifier, CreateXMLClassifierRequest? xMLClassifier}) Future<void>
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({required ConnectionInput connectionInput, String? catalogId}) Future<void>
Creates a connection definition in the Data Catalog.
createCrawler({required String name, required String role, required CrawlerTargets targets, List<String>? classifiers, String? configuration, String? crawlerSecurityConfiguration, String? databaseName, String? description, LineageConfiguration? lineageConfiguration, RecrawlPolicy? recrawlPolicy, String? schedule, SchemaChangePolicy? schemaChangePolicy, String? tablePrefix, Map<String, String>? tags}) Future<void>
Creates a new crawler with specified targets, role, configuration, and optional schedule. At least one crawl target must be specified, in the s3Targets field, the jdbcTargets field, or the DynamoDBTargets field.
createDatabase({required DatabaseInput databaseInput, String? catalogId}) Future<void>
Creates a new database in a Data Catalog.
createDevEndpoint({required String endpointName, required String roleArn, Map<String, String>? arguments, String? extraJarsS3Path, String? extraPythonLibsS3Path, String? glueVersion, int? numberOfNodes, int? numberOfWorkers, String? publicKey, List<String>? publicKeys, String? securityConfiguration, List<String>? securityGroupIds, String? subnetId, Map<String, String>? tags, WorkerType? workerType}) Future<CreateDevEndpointResponse>
Creates a new development endpoint.
createJob({required JobCommand command, required String name, required String role, int? allocatedCapacity, ConnectionsList? connections, Map<String, String>? defaultArguments, String? description, ExecutionProperty? executionProperty, String? glueVersion, String? logUri, double? maxCapacity, int? maxRetries, Map<String, String>? nonOverridableArguments, NotificationProperty? notificationProperty, int? numberOfWorkers, String? securityConfiguration, Map<String, String>? tags, int? timeout, WorkerType? workerType}) Future<CreateJobResponse>
Creates a new job definition.
createMLTransform({required List<GlueTable> inputRecordTables, required String name, required TransformParameters parameters, required String role, String? description, String? glueVersion, double? maxCapacity, int? maxRetries, int? numberOfWorkers, Map<String, String>? tags, int? timeout, TransformEncryption? transformEncryption, WorkerType? workerType}) Future<CreateMLTransformResponse>
Creates an AWS Glue machine learning transform. This operation creates the transform and all the necessary parameters to train it.
createPartition({required String databaseName, required PartitionInput partitionInput, required String tableName, String? catalogId}) Future<void>
Creates a new partition.
createPartitionIndex({required String databaseName, required PartitionIndex partitionIndex, required String tableName, String? catalogId}) Future<void>
Creates a specified partition index in an existing table.
createRegistry({required String registryName, String? description, Map<String, String>? tags}) Future<CreateRegistryResponse>
Creates a new registry which may be used to hold a collection of schemas.
createSchema({required DataFormat dataFormat, required String schemaName, Compatibility? compatibility, String? description, RegistryId? registryId, String? schemaDefinition, Map<String, String>? tags}) Future<CreateSchemaResponse>
Creates a new schema set and registers the schema definition. Returns an error if the schema set already exists without actually registering the version.
createScript({List<CodeGenEdge>? dagEdges, List<CodeGenNode>? dagNodes, Language? language}) Future<CreateScriptResponse>
Transforms a directed acyclic graph (DAG) into code.
createSecurityConfiguration({required EncryptionConfiguration encryptionConfiguration, required String name}) Future<CreateSecurityConfigurationResponse>
Creates a new security configuration. A security configuration is a set of security properties that can be used by AWS Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in AWS Glue, see Encrypting Data Written by Crawlers, Jobs, and Development Endpoints.
createTable({required String databaseName, required TableInput tableInput, String? catalogId, List<PartitionIndex>? partitionIndexes}) Future<void>
Creates a new table definition in the Data Catalog.
createTrigger({required List<Action> actions, required String name, required TriggerType type, String? description, Predicate? predicate, String? schedule, bool? startOnCreation, Map<String, String>? tags, String? workflowName}) Future<CreateTriggerResponse>
Creates a new trigger.
createUserDefinedFunction({required String databaseName, required UserDefinedFunctionInput functionInput, String? catalogId}) Future<void>
Creates a new function definition in the Data Catalog.
createWorkflow({required String name, Map<String, String>? defaultRunProperties, String? description, int? maxConcurrentRuns, Map<String, String>? tags}) Future<CreateWorkflowResponse>
Creates a new workflow.
deleteClassifier({required String name}) Future<void>
Removes a classifier from the Data Catalog.
deleteColumnStatisticsForPartition({required String columnName, required String databaseName, required List<String> partitionValues, required String tableName, String? catalogId}) Future<void>
Delete the partition column statistics of a column.
deleteColumnStatisticsForTable({required String columnName, required String databaseName, required String tableName, String? catalogId}) Future<void>
Retrieves table statistics of columns.
deleteConnection({required String connectionName, String? catalogId}) Future<void>
Deletes a connection from the Data Catalog.
deleteCrawler({required String name}) Future<void>
Removes a specified crawler from the AWS Glue Data Catalog, unless the crawler state is RUNNING.
deleteDatabase({required String name, String? catalogId}) Future<void>
Removes a specified database from a Data Catalog.
deleteDevEndpoint({required String endpointName}) Future<void>
Deletes a specified development endpoint.
deleteJob({required String jobName}) Future<DeleteJobResponse>
Deletes a specified job definition. If the job definition is not found, no exception is thrown.
deleteMLTransform({required String transformId}) Future<DeleteMLTransformResponse>
Deletes an AWS 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 AWS Glue. If you no longer need a transform, you can delete it by calling DeleteMLTransforms. However, any AWS Glue jobs that still reference the deleted transform will no longer succeed.
deletePartition({required String databaseName, required List<String> partitionValues, required String tableName, String? catalogId}) Future<void>
Deletes a specified partition.
deletePartitionIndex({required String databaseName, required String indexName, required String tableName, String? catalogId}) Future<void>
Deletes a specified partition index from an existing table.
deleteRegistry({required RegistryId registryId}) Future<DeleteRegistryResponse>
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 disable all online operations for the registry such as the UpdateRegistry, CreateSchema, UpdateSchema, and RegisterSchemaVersion APIs.
deleteResourcePolicy({String? policyHashCondition, String? resourceArn}) Future<void>
Deletes a specified policy.
deleteSchema({required SchemaId schemaId}) Future<DeleteSchemaResponse>
Deletes the entire schema set, including the schema set and all of its versions. To get the status of the delete operation, you can call GetSchema API after the asynchronous call. Deleting a registry will disable all online operations for the schema, such as the GetSchemaByDefinition, and RegisterSchemaVersion APIs.
deleteSchemaVersions({required SchemaId schemaId, required String versions}) Future<DeleteSchemaVersionsResponse>
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.
deleteSecurityConfiguration({required String name}) Future<void>
Deletes a specified security configuration.
deleteTable({required String databaseName, required String name, String? catalogId}) Future<void>
Removes a table definition from the Data Catalog.
deleteTableVersion({required String databaseName, required String tableName, required String versionId, String? catalogId}) Future<void>
Deletes a specified version of a table.
deleteTrigger({required String name}) Future<DeleteTriggerResponse>
Deletes a specified trigger. If the trigger is not found, no exception is thrown.
deleteUserDefinedFunction({required String databaseName, required String functionName, String? catalogId}) Future<void>
Deletes an existing function definition from the Data Catalog.
deleteWorkflow({required String name}) Future<DeleteWorkflowResponse>
Deletes a workflow.
getCatalogImportStatus({String? catalogId}) Future<GetCatalogImportStatusResponse>
Retrieves the status of a migration operation.
getClassifier({required String name}) Future<GetClassifierResponse>
Retrieve a classifier by name.
getClassifiers({int? maxResults, String? nextToken}) Future<GetClassifiersResponse>
Lists all classifier objects in the Data Catalog.
getColumnStatisticsForPartition({required List<String> columnNames, required String databaseName, required List<String> partitionValues, required String tableName, String? catalogId}) Future<GetColumnStatisticsForPartitionResponse>
Retrieves partition statistics of columns.
getColumnStatisticsForTable({required List<String> columnNames, required String databaseName, required String tableName, String? catalogId}) Future<GetColumnStatisticsForTableResponse>
Retrieves table statistics of columns.
getConnection({required String name, String? catalogId, bool? hidePassword}) Future<GetConnectionResponse>
Retrieves a connection definition from the Data Catalog.
getConnections({String? catalogId, GetConnectionsFilter? filter, bool? hidePassword, int? maxResults, String? nextToken}) Future<GetConnectionsResponse>
Retrieves a list of connection definitions from the Data Catalog.
getCrawler({required String name}) Future<GetCrawlerResponse>
Retrieves metadata for a specified crawler.
getCrawlerMetrics({List<String>? crawlerNameList, int? maxResults, String? nextToken}) Future<GetCrawlerMetricsResponse>
Retrieves metrics about specified crawlers.
getCrawlers({int? maxResults, String? nextToken}) Future<GetCrawlersResponse>
Retrieves metadata for all crawlers defined in the customer account.
getDatabase({required String name, String? catalogId}) Future<GetDatabaseResponse>
Retrieves the definition of a specified database.
getDatabases({String? catalogId, int? maxResults, String? nextToken, ResourceShareType? resourceShareType}) Future<GetDatabasesResponse>
Retrieves all databases defined in a given Data Catalog.
getDataCatalogEncryptionSettings({String? catalogId}) Future<GetDataCatalogEncryptionSettingsResponse>
Retrieves the security configuration for a specified catalog.
getDataflowGraph({String? pythonScript}) Future<GetDataflowGraphResponse>
Transforms a Python script into a directed acyclic graph (DAG).
getDevEndpoint({required String endpointName}) Future<GetDevEndpointResponse>
Retrieves information about a specified development endpoint.
getDevEndpoints({int? maxResults, String? nextToken}) Future<GetDevEndpointsResponse>
Retrieves all the development endpoints in this AWS account.
getJob({required String jobName}) Future<GetJobResponse>
Retrieves an existing job definition.
getJobBookmark({required String jobName, String? runId}) Future<GetJobBookmarkResponse>
Returns information on a job bookmark entry.
getJobRun({required String jobName, required String runId, bool? predecessorsIncluded}) Future<GetJobRunResponse>
Retrieves the metadata for a given job run.
getJobRuns({required String jobName, int? maxResults, String? nextToken}) Future<GetJobRunsResponse>
Retrieves metadata for all runs of a given job definition.
getJobs({int? maxResults, String? nextToken}) Future<GetJobsResponse>
Retrieves all current job definitions.
getMapping({required CatalogEntry source, Location? location, List<CatalogEntry>? sinks}) Future<GetMappingResponse>
Creates mappings.
getMLTaskRun({required String taskRunId, required String transformId}) Future<GetMLTaskRunResponse>
Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous tasks that AWS 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({required String transformId, TaskRunFilterCriteria? filter, int? maxResults, String? nextToken, TaskRunSortCriteria? sort}) Future<GetMLTaskRunsResponse>
Gets a list of runs for a machine learning transform. Machine learning task runs are asynchronous tasks that AWS 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.
getMLTransform({required String transformId}) Future<GetMLTransformResponse>
Gets an AWS 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 AWS Glue. You can retrieve their metadata by calling GetMLTransform.
getMLTransforms({TransformFilterCriteria? filter, int? maxResults, String? nextToken, TransformSortCriteria? sort}) Future<GetMLTransformsResponse>
Gets a sortable, filterable list of existing AWS 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 AWS Glue, and you can retrieve their metadata by calling GetMLTransforms.
getPartition({required String databaseName, required List<String> partitionValues, required String tableName, String? catalogId}) Future<GetPartitionResponse>
Retrieves information about a specified partition.
getPartitionIndexes({required String databaseName, required String tableName, String? catalogId, String? nextToken}) Future<GetPartitionIndexesResponse>
Retrieves the partition indexes associated with a table.
getPartitions({required String databaseName, required String tableName, String? catalogId, String? expression, int? maxResults, String? nextToken, Segment? segment}) Future<GetPartitionsResponse>
Retrieves information about the partitions in a table.
getPlan({required List<MappingEntry> mapping, required CatalogEntry source, Map<String, String>? additionalPlanOptionsMap, Language? language, Location? location, List<CatalogEntry>? sinks}) Future<GetPlanResponse>
Gets code to perform a specified mapping.
getRegistry({required RegistryId registryId}) Future<GetRegistryResponse>
Describes the specified registry in detail.
getResourcePolicies({int? maxResults, String? nextToken}) Future<GetResourcePoliciesResponse>
Retrieves the security configurations for the resource policies set on individual resources, and also the account-level policy.
getResourcePolicy({String? resourceArn}) Future<GetResourcePolicyResponse>
Retrieves a specified resource policy.
getSchema({required SchemaId schemaId}) Future<GetSchemaResponse>
Describes the specified schema in detail.
getSchemaByDefinition({required String schemaDefinition, required SchemaId schemaId}) Future<GetSchemaByDefinitionResponse>
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({SchemaId? schemaId, String? schemaVersionId, SchemaVersionNumber? schemaVersionNumber}) Future<GetSchemaVersionResponse>
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({required SchemaVersionNumber firstSchemaVersionNumber, required SchemaDiffType schemaDiffType, required SchemaId schemaId, required SchemaVersionNumber secondSchemaVersionNumber}) Future<GetSchemaVersionsDiffResponse>
Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.
getSecurityConfiguration({required String name}) Future<GetSecurityConfigurationResponse>
Retrieves a specified security configuration.
getSecurityConfigurations({int? maxResults, String? nextToken}) Future<GetSecurityConfigurationsResponse>
Retrieves a list of all security configurations.
getTable({required String databaseName, required String name, String? catalogId}) Future<GetTableResponse>
Retrieves the Table definition in a Data Catalog for a specified table.
getTables({required String databaseName, String? catalogId, String? expression, int? maxResults, String? nextToken}) Future<GetTablesResponse>
Retrieves the definitions of some or all of the tables in a given Database.
getTableVersion({required String databaseName, required String tableName, String? catalogId, String? versionId}) Future<GetTableVersionResponse>
Retrieves a specified version of a table.
getTableVersions({required String databaseName, required String tableName, String? catalogId, int? maxResults, String? nextToken}) Future<GetTableVersionsResponse>
Retrieves a list of strings that identify available versions of a specified table.
getTags({required String resourceArn}) Future<GetTagsResponse>
Retrieves a list of tags associated with a resource.
getTrigger({required String name}) Future<GetTriggerResponse>
Retrieves the definition of a trigger.
getTriggers({String? dependentJobName, int? maxResults, String? nextToken}) Future<GetTriggersResponse>
Gets all the triggers associated with a job.
getUserDefinedFunction({required String databaseName, required String functionName, String? catalogId}) Future<GetUserDefinedFunctionResponse>
Retrieves a specified function definition from the Data Catalog.
getUserDefinedFunctions({required String pattern, String? catalogId, String? databaseName, int? maxResults, String? nextToken}) Future<GetUserDefinedFunctionsResponse>
Retrieves multiple function definitions from the Data Catalog.
getWorkflow({required String name, bool? includeGraph}) Future<GetWorkflowResponse>
Retrieves resource metadata for a workflow.
getWorkflowRun({required String name, required String runId, bool? includeGraph}) Future<GetWorkflowRunResponse>
Retrieves the metadata for a given workflow run.
getWorkflowRunProperties({required String name, required String runId}) Future<GetWorkflowRunPropertiesResponse>
Retrieves the workflow run properties which were set during the run.
getWorkflowRuns({required String name, bool? includeGraph, int? maxResults, String? nextToken}) Future<GetWorkflowRunsResponse>
Retrieves metadata for all runs of a given workflow.
importCatalogToGlue({String? catalogId}) Future<void>
Imports an existing Amazon Athena Data Catalog to AWS Glue
listCrawlers({int? maxResults, String? nextToken, Map<String, String>? tags}) Future<ListCrawlersResponse>
Retrieves the names of all crawler resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
listDevEndpoints({int? maxResults, String? nextToken, Map<String, String>? tags}) Future<ListDevEndpointsResponse>
Retrieves the names of all DevEndpoint resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
listJobs({int? maxResults, String? nextToken, Map<String, String>? tags}) Future<ListJobsResponse>
Retrieves the names of all job resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
listMLTransforms({TransformFilterCriteria? filter, int? maxResults, String? nextToken, TransformSortCriteria? sort, Map<String, String>? tags}) Future<ListMLTransformsResponse>
Retrieves a sortable, filterable list of existing AWS Glue machine learning transforms in this AWS 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({int? maxResults, String? nextToken}) Future<ListRegistriesResponse>
Returns a list of registries that you have created, with minimal registry information. Registries in the Deleting status will not be included in the results. Empty results will be returned if there are no registries available.
listSchemas({int? maxResults, String? nextToken, RegistryId? registryId}) Future<ListSchemasResponse>
Returns a list of schemas with minimal details. Schemas in Deleting status will not be included in the results. Empty results will be returned if there are no schemas available.
listSchemaVersions({required SchemaId schemaId, int? maxResults, String? nextToken}) Future<ListSchemaVersionsResponse>
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.
listTriggers({String? dependentJobName, int? maxResults, String? nextToken, Map<String, String>? tags}) Future<ListTriggersResponse>
Retrieves the names of all trigger resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
listWorkflows({int? maxResults, String? nextToken}) Future<ListWorkflowsResponse>
Lists names of workflows created in the account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putDataCatalogEncryptionSettings({required DataCatalogEncryptionSettings dataCatalogEncryptionSettings, String? catalogId}) Future<void>
Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
putResourcePolicy({required String policyInJson, EnableHybridValues? enableHybrid, ExistCondition? policyExistsCondition, String? policyHashCondition, String? resourceArn}) Future<PutResourcePolicyResponse>
Sets the Data Catalog resource policy for access control.
putSchemaVersionMetadata({required MetadataKeyValuePair metadataKeyValue, SchemaId? schemaId, String? schemaVersionId, SchemaVersionNumber? schemaVersionNumber}) Future<PutSchemaVersionMetadataResponse>
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({required String name, required String runId, required Map<String, String> runProperties}) Future<void>
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({int? maxResults, List<MetadataKeyValuePair>? metadataList, String? nextToken, SchemaId? schemaId, String? schemaVersionId, SchemaVersionNumber? schemaVersionNumber}) Future<QuerySchemaVersionMetadataResponse>
Queries for the schema version metadata information.
registerSchemaVersion({required String schemaDefinition, required SchemaId schemaId}) Future<RegisterSchemaVersionResponse>
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.
removeSchemaVersionMetadata({required MetadataKeyValuePair metadataKeyValue, SchemaId? schemaId, String? schemaVersionId, SchemaVersionNumber? schemaVersionNumber}) Future<RemoveSchemaVersionMetadataResponse>
Removes a key value pair from the schema version metadata for the specified schema version ID.
resetJobBookmark({required String jobName, String? runId}) Future<ResetJobBookmarkResponse>
Resets a bookmark entry.
resumeWorkflowRun({required String name, required List<String> nodeIds, required String runId}) Future<ResumeWorkflowRunResponse>
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.
searchTables({String? catalogId, List<PropertyPredicate>? filters, int? maxResults, String? nextToken, ResourceShareType? resourceShareType, String? searchText, List<SortCriterion>? sortCriteria}) Future<SearchTablesResponse>
Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions.
startCrawler({required String name}) Future<void>
Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
startCrawlerSchedule({required String crawlerName}) Future<void>
Changes the schedule state of the specified crawler to SCHEDULED, unless the crawler is already running or the schedule state is already SCHEDULED.
startExportLabelsTaskRun({required String outputS3Path, required String transformId}) Future<StartExportLabelsTaskRunResponse>
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({required String inputS3Path, required String transformId, bool? replaceAllLabels}) Future<StartImportLabelsTaskRunResponse>
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.
startJobRun({required String jobName, int? allocatedCapacity, Map<String, String>? arguments, String? jobRunId, double? maxCapacity, NotificationProperty? notificationProperty, int? numberOfWorkers, String? securityConfiguration, int? timeout, WorkerType? workerType}) Future<StartJobRunResponse>
Starts a job run using a job definition.
startMLEvaluationTaskRun({required String transformId}) Future<StartMLEvaluationTaskRunResponse>
Starts a task to estimate the quality of the transform.
startMLLabelingSetGenerationTaskRun({required String outputS3Path, required String transformId}) Future<StartMLLabelingSetGenerationTaskRunResponse>
Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.
startTrigger({required String name}) Future<StartTriggerResponse>
Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.
startWorkflowRun({required String name}) Future<StartWorkflowRunResponse>
Starts a new run of the specified workflow.
stopCrawler({required String name}) Future<void>
If the specified crawler is running, stops the crawl.
stopCrawlerSchedule({required String crawlerName}) Future<void>
Sets the schedule state of the specified crawler to NOT_SCHEDULED, but does not stop the crawler if it is already running.
stopTrigger({required String name}) Future<StopTriggerResponse>
Stops a specified trigger.
stopWorkflowRun({required String name, required String runId}) Future<void>
Stops the execution of the specified workflow run.
tagResource({required String resourceArn, required Map<String, String> tagsToAdd}) Future<void>
Adds tags to a resource. A tag is a label you can assign to an AWS resource. In AWS Glue, you can tag only certain resources. For information about what resources you can tag, see AWS Tags in AWS Glue.
toString() String
A string representation of this object.
inherited
untagResource({required String resourceArn, required List<String> tagsToRemove}) Future<void>
Removes tags from a resource.
updateClassifier({UpdateCsvClassifierRequest? csvClassifier, UpdateGrokClassifierRequest? grokClassifier, UpdateJsonClassifierRequest? jsonClassifier, UpdateXMLClassifierRequest? xMLClassifier}) Future<void>
Modifies an existing classifier (a GrokClassifier, an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on which field is present).
updateColumnStatisticsForPartition({required List<ColumnStatistics> columnStatisticsList, required String databaseName, required List<String> partitionValues, required String tableName, String? catalogId}) Future<UpdateColumnStatisticsForPartitionResponse>
Creates or updates partition statistics of columns.
updateColumnStatisticsForTable({required List<ColumnStatistics> columnStatisticsList, required String databaseName, required String tableName, String? catalogId}) Future<UpdateColumnStatisticsForTableResponse>
Creates or updates table statistics of columns.
updateConnection({required ConnectionInput connectionInput, required String name, String? catalogId}) Future<void>
Updates a connection definition in the Data Catalog.
updateCrawler({required String name, List<String>? classifiers, String? configuration, String? crawlerSecurityConfiguration, String? databaseName, String? description, LineageConfiguration? lineageConfiguration, RecrawlPolicy? recrawlPolicy, String? role, String? schedule, SchemaChangePolicy? schemaChangePolicy, String? tablePrefix, CrawlerTargets? targets}) Future<void>
Updates a crawler. If a crawler is running, you must stop it using StopCrawler before updating it.
updateCrawlerSchedule({required String crawlerName, String? schedule}) Future<void>
Updates the schedule of a crawler using a cron expression.
updateDatabase({required DatabaseInput databaseInput, required String name, String? catalogId}) Future<void>
Updates an existing database definition in a Data Catalog.
updateDevEndpoint({required String endpointName, Map<String, String>? addArguments, List<String>? addPublicKeys, DevEndpointCustomLibraries? customLibraries, List<String>? deleteArguments, List<String>? deletePublicKeys, String? publicKey, bool? updateEtlLibraries}) Future<void>
Updates a specified development endpoint.
updateJob({required String jobName, required JobUpdate jobUpdate}) Future<UpdateJobResponse>
Updates an existing job definition.
updateMLTransform({required String transformId, String? description, String? glueVersion, double? maxCapacity, int? maxRetries, String? name, int? numberOfWorkers, TransformParameters? parameters, String? role, int? timeout, WorkerType? workerType}) Future<UpdateMLTransformResponse>
Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results.
updatePartition({required String databaseName, required PartitionInput partitionInput, required List<String> partitionValueList, required String tableName, String? catalogId}) Future<void>
Updates a partition.
updateRegistry({required String description, required RegistryId registryId}) Future<UpdateRegistryResponse>
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({required SchemaId schemaId, Compatibility? compatibility, String? description, SchemaVersionNumber? schemaVersionNumber}) Future<UpdateSchemaResponse>
Updates the description, compatibility setting, or version checkpoint for a schema set.
updateTable({required String databaseName, required TableInput tableInput, String? catalogId, bool? skipArchive}) Future<void>
Updates a metadata table in the Data Catalog.
updateTrigger({required String name, required TriggerUpdate triggerUpdate}) Future<UpdateTriggerResponse>
Updates a trigger definition.
updateUserDefinedFunction({required String databaseName, required UserDefinedFunctionInput functionInput, required String functionName, String? catalogId}) Future<void>
Updates an existing function definition in the Data Catalog.
updateWorkflow({required String name, Map<String, String>? defaultRunProperties, String? description, int? maxConcurrentRuns}) Future<UpdateWorkflowResponse>
Updates an existing workflow.

Operators

operator ==(Object other) bool
The equality operator.
inherited