Class: Aws::Glue::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::Glue::Client
- Includes:
- ClientStubs
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb
Overview
An API client for Glue. To construct a client, you need to configure a :region and :credentials.
client = Aws::Glue::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the developer guide.
See #initialize for a full list of supported configuration options.
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Base
API Operations collapse
-
#associate_glossary_terms(params = {}) ⇒ Types::AssociateGlossaryTermsResponse
Associates one or more glossary terms with an asset in Glue Data Catalog.
-
#batch_create_partition(params = {}) ⇒ Types::BatchCreatePartitionResponse
Creates one or more partitions in a batch operation.
-
#batch_delete_connection(params = {}) ⇒ Types::BatchDeleteConnectionResponse
Deletes a list of connection definitions from the Data Catalog.
-
#batch_delete_partition(params = {}) ⇒ Types::BatchDeletePartitionResponse
Deletes one or more partitions in a batch operation.
-
#batch_delete_table(params = {}) ⇒ Types::BatchDeleteTableResponse
Deletes multiple tables at once.
-
#batch_delete_table_version(params = {}) ⇒ Types::BatchDeleteTableVersionResponse
Deletes a specified batch of versions of a table.
-
#batch_get_blueprints(params = {}) ⇒ Types::BatchGetBlueprintsResponse
Retrieves information about a list of blueprints.
-
#batch_get_crawlers(params = {}) ⇒ Types::BatchGetCrawlersResponse
Returns a list of resource metadata for a given list of crawler names.
-
#batch_get_custom_entity_types(params = {}) ⇒ Types::BatchGetCustomEntityTypesResponse
Retrieves the details for the custom patterns specified by a list of names.
-
#batch_get_data_quality_result(params = {}) ⇒ Types::BatchGetDataQualityResultResponse
Retrieves a list of data quality results for the specified result IDs.
-
#batch_get_data_quality_ruleset_evaluation_run(params = {}) ⇒ Types::BatchGetDataQualityRulesetEvaluationRunResponse
Retrieves the details of multiple evaluation runs in a single request.
-
#batch_get_dev_endpoints(params = {}) ⇒ Types::BatchGetDevEndpointsResponse
Returns a list of resource metadata for a given list of development endpoint names.
-
#batch_get_iterable_forms(params = {}) ⇒ Types::BatchGetIterableFormsResponse
Retrieves multiple items from an iterable form on an asset in Glue Data Catalog in a single request.
-
#batch_get_jobs(params = {}) ⇒ Types::BatchGetJobsResponse
Returns a list of resource metadata for a given list of job names.
-
#batch_get_partition(params = {}) ⇒ Types::BatchGetPartitionResponse
Retrieves partitions in a batch request.
-
#batch_get_table_optimizer(params = {}) ⇒ Types::BatchGetTableOptimizerResponse
Returns the configuration for the specified table optimizers.
-
#batch_get_triggers(params = {}) ⇒ Types::BatchGetTriggersResponse
Returns a list of resource metadata for a given list of trigger names.
-
#batch_get_workflows(params = {}) ⇒ Types::BatchGetWorkflowsResponse
Returns a list of resource metadata for a given list of workflow names.
-
#batch_put_data_quality_statistic_annotation(params = {}) ⇒ Types::BatchPutDataQualityStatisticAnnotationResponse
Annotate datapoints over time for a specific data quality statistic.
-
#batch_stop_job_run(params = {}) ⇒ Types::BatchStopJobRunResponse
Stops one or more job runs for a specified job definition.
-
#batch_update_partition(params = {}) ⇒ Types::BatchUpdatePartitionResponse
Updates one or more partitions in a batch operation.
-
#cancel_data_quality_rule_recommendation_run(params = {}) ⇒ Struct
Cancels the specified recommendation run that was being used to generate rules.
-
#cancel_data_quality_ruleset_evaluation_run(params = {}) ⇒ Struct
Cancels a run where a ruleset is being evaluated against a data source.
-
#cancel_ml_task_run(params = {}) ⇒ Types::CancelMLTaskRunResponse
Cancels (stops) a task run.
-
#cancel_statement(params = {}) ⇒ Struct
Cancels the statement.
-
#check_schema_version_validity(params = {}) ⇒ Types::CheckSchemaVersionValidityResponse
Validates the supplied schema.
-
#create_blueprint(params = {}) ⇒ Types::CreateBlueprintResponse
Registers a blueprint with Glue.
-
#create_catalog(params = {}) ⇒ Struct
Creates a new catalog in the Glue Data Catalog.
-
#create_classifier(params = {}) ⇒ Struct
Creates a classifier in the user's account.
-
#create_column_statistics_task_settings(params = {}) ⇒ Struct
Creates settings for a column statistics task.
-
#create_connection(params = {}) ⇒ Types::CreateConnectionResponse
Creates a connection definition in the Data Catalog.
-
#create_crawler(params = {}) ⇒ Struct
Creates a new crawler with specified targets, role, configuration, and optional schedule.
-
#create_custom_entity_type(params = {}) ⇒ Types::CreateCustomEntityTypeResponse
Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.
-
#create_data_quality_ruleset(params = {}) ⇒ Types::CreateDataQualityRulesetResponse
Creates a data quality ruleset with DQDL rules applied to a specified Glue table.
-
#create_database(params = {}) ⇒ Struct
Creates a new database in a Data Catalog.
-
#create_dev_endpoint(params = {}) ⇒ Types::CreateDevEndpointResponse
Creates a new development endpoint.
-
#create_glossary(params = {}) ⇒ Types::CreateGlossaryResponse
Creates a business glossary in Glue Data Catalog.
-
#create_glossary_term(params = {}) ⇒ Types::CreateGlossaryTermResponse
Creates a glossary term within a business glossary in Glue Data Catalog.
-
#create_glue_identity_center_configuration(params = {}) ⇒ Types::CreateGlueIdentityCenterConfigurationResponse
Creates a new Glue Identity Center configuration to enable integration between Glue and Amazon Web Services IAM Identity Center for authentication and authorization.
-
#create_integration(params = {}) ⇒ Types::CreateIntegrationResponse
Creates a Zero-ETL integration in the caller's account between two resources with Amazon Resource Names (ARNs): the
SourceArnandTargetArn. -
#create_integration_resource_property(params = {}) ⇒ Types::CreateIntegrationResourcePropertyResponse
This API can be used for setting up the
ResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target). -
#create_integration_table_properties(params = {}) ⇒ Struct
This API is used to provide optional override properties for the the tables that need to be replicated.
-
#create_job(params = {}) ⇒ Types::CreateJobResponse
Creates a new job definition.
-
#create_ml_transform(params = {}) ⇒ Types::CreateMLTransformResponse
Creates an Glue machine learning transform.
-
#create_partition(params = {}) ⇒ Struct
Creates a new partition.
-
#create_partition_index(params = {}) ⇒ Struct
Creates a specified partition index in an existing table.
-
#create_registry(params = {}) ⇒ Types::CreateRegistryResponse
Creates a new registry which may be used to hold a collection of schemas.
-
#create_schema(params = {}) ⇒ Types::CreateSchemaResponse
Creates a new schema set and registers the schema definition.
-
#create_script(params = {}) ⇒ Types::CreateScriptResponse
Transforms a directed acyclic graph (DAG) into code.
-
#create_security_configuration(params = {}) ⇒ Types::CreateSecurityConfigurationResponse
Creates a new security configuration.
-
#create_session(params = {}) ⇒ Types::CreateSessionResponse
Creates a new session.
-
#create_table(params = {}) ⇒ Struct
Creates a new table definition in the Data Catalog.
-
#create_table_optimizer(params = {}) ⇒ Struct
Creates a new table optimizer for a specific function.
-
#create_trigger(params = {}) ⇒ Types::CreateTriggerResponse
Creates a new trigger.
-
#create_usage_profile(params = {}) ⇒ Types::CreateUsageProfileResponse
Creates an Glue usage profile.
-
#create_user_defined_function(params = {}) ⇒ Struct
Creates a new function definition in the Data Catalog.
-
#create_workflow(params = {}) ⇒ Types::CreateWorkflowResponse
Creates a new workflow.
-
#delete_asset(params = {}) ⇒ Struct
Deletes an asset from Glue Data Catalog.
-
#delete_asset_type(params = {}) ⇒ Struct
Deletes an asset type from Glue Data Catalog.
-
#delete_attachment(params = {}) ⇒ Types::DeleteAttachmentResponse
Deletes a form attachment from an asset in Glue Data Catalog.
-
#delete_blueprint(params = {}) ⇒ Types::DeleteBlueprintResponse
Deletes an existing blueprint.
-
#delete_catalog(params = {}) ⇒ Struct
Removes the specified catalog from the Glue Data Catalog.
-
#delete_classifier(params = {}) ⇒ Struct
Removes a classifier from the Data Catalog.
-
#delete_column_statistics_for_partition(params = {}) ⇒ Struct
Delete the partition column statistics of a column.
-
#delete_column_statistics_for_table(params = {}) ⇒ Struct
Retrieves table statistics of columns.
-
#delete_column_statistics_task_settings(params = {}) ⇒ Struct
Deletes settings for a column statistics task.
-
#delete_connection(params = {}) ⇒ Struct
Deletes a connection from the Data Catalog.
-
#delete_connection_type(params = {}) ⇒ Struct
Deletes a custom connection type in Glue.
-
#delete_crawler(params = {}) ⇒ Struct
Removes a specified crawler from the Glue Data Catalog, unless the crawler state is
RUNNING. -
#delete_custom_entity_type(params = {}) ⇒ Types::DeleteCustomEntityTypeResponse
Deletes a custom pattern by specifying its name.
-
#delete_data_quality_ruleset(params = {}) ⇒ Struct
Deletes a data quality ruleset.
-
#delete_database(params = {}) ⇒ Struct
Removes a specified database from a Data Catalog.
-
#delete_dev_endpoint(params = {}) ⇒ Struct
Deletes a specified development endpoint.
-
#delete_form_type(params = {}) ⇒ Struct
Deletes a form type from Glue Data Catalog.
-
#delete_glossary(params = {}) ⇒ Struct
Deletes a business glossary from Glue Data Catalog.
-
#delete_glossary_term(params = {}) ⇒ Struct
Deletes a glossary term from Glue Data Catalog.
-
#delete_glue_identity_center_configuration(params = {}) ⇒ Struct
Deletes the existing Glue Identity Center configuration, removing the integration between Glue and Amazon Web Services IAM Identity Center.
-
#delete_integration(params = {}) ⇒ Types::DeleteIntegrationResponse
Deletes the specified Zero-ETL integration.
-
#delete_integration_resource_property(params = {}) ⇒ Struct
This API is used for deleting the
ResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target). -
#delete_integration_table_properties(params = {}) ⇒ Struct
Deletes the table properties that have been created for the tables that need to be replicated.
-
#delete_job(params = {}) ⇒ Types::DeleteJobResponse
Deletes a specified job definition.
-
#delete_ml_transform(params = {}) ⇒ Types::DeleteMLTransformResponse
Deletes an Glue machine learning transform.
-
#delete_partition(params = {}) ⇒ Struct
Deletes a specified partition.
-
#delete_partition_index(params = {}) ⇒ Struct
Deletes a specified partition index from an existing table.
-
#delete_registry(params = {}) ⇒ Types::DeleteRegistryResponse
Delete the entire registry including schema and all of its versions.
-
#delete_resource_policy(params = {}) ⇒ Struct
Deletes a specified policy.
-
#delete_schema(params = {}) ⇒ Types::DeleteSchemaResponse
Deletes the entire schema set, including the schema set and all of its versions.
-
#delete_schema_versions(params = {}) ⇒ Types::DeleteSchemaVersionsResponse
Remove versions from the specified schema.
-
#delete_security_configuration(params = {}) ⇒ Struct
Deletes a specified security configuration.
-
#delete_session(params = {}) ⇒ Types::DeleteSessionResponse
Deletes the session.
-
#delete_table(params = {}) ⇒ Struct
Removes a table definition from the Data Catalog.
-
#delete_table_optimizer(params = {}) ⇒ Struct
Deletes an optimizer and all associated metadata for a table.
-
#delete_table_version(params = {}) ⇒ Struct
Deletes a specified version of a table.
-
#delete_trigger(params = {}) ⇒ Types::DeleteTriggerResponse
Deletes a specified trigger.
-
#delete_usage_profile(params = {}) ⇒ Struct
Deletes the Glue specified usage profile.
-
#delete_user_defined_function(params = {}) ⇒ Struct
Deletes an existing function definition from the Data Catalog.
-
#delete_workflow(params = {}) ⇒ Types::DeleteWorkflowResponse
Deletes a workflow.
-
#describe_connection_type(params = {}) ⇒ Types::DescribeConnectionTypeResponse
The
DescribeConnectionTypeAPI provides full details of the supported options for a given connection type in Glue. -
#describe_entity(params = {}) ⇒ Types::DescribeEntityResponse
Provides details regarding the entity used with the connection type, with a description of the data model for each field in the selected entity.
-
#describe_inbound_integrations(params = {}) ⇒ Types::DescribeInboundIntegrationsResponse
Returns a list of inbound integrations for the specified integration.
-
#describe_integrations(params = {}) ⇒ Types::DescribeIntegrationsResponse
The API is used to retrieve a list of integrations.
-
#disassociate_glossary_terms(params = {}) ⇒ Types::DisassociateGlossaryTermsResponse
Removes the association of one or more glossary terms from an asset in Glue Data Catalog.
-
#get_asset(params = {}) ⇒ Types::GetAssetOutput
Retrieves the metadata for an asset in Glue Data Catalog, including its forms, additional attachments, and associated glossary terms.
-
#get_asset_type(params = {}) ⇒ Types::GetAssetTypeResponse
Retrieves an asset type in Glue Data Catalog by its identifier.
-
#get_blueprint(params = {}) ⇒ Types::GetBlueprintResponse
Retrieves the details of a blueprint.
-
#get_blueprint_run(params = {}) ⇒ Types::GetBlueprintRunResponse
Retrieves the details of a blueprint run.
-
#get_blueprint_runs(params = {}) ⇒ Types::GetBlueprintRunsResponse
Retrieves the details of blueprint runs for a specified blueprint.
-
#get_catalog(params = {}) ⇒ Types::GetCatalogResponse
The name of the Catalog to retrieve.
-
#get_catalog_import_status(params = {}) ⇒ Types::GetCatalogImportStatusResponse
Retrieves the status of a migration operation.
-
#get_catalogs(params = {}) ⇒ Types::GetCatalogsResponse
Retrieves all catalogs defined in a catalog in the Glue Data Catalog.
-
#get_classifier(params = {}) ⇒ Types::GetClassifierResponse
Retrieve a classifier by name.
-
#get_classifiers(params = {}) ⇒ Types::GetClassifiersResponse
Lists all classifier objects in the Data Catalog.
-
#get_column_statistics_for_partition(params = {}) ⇒ Types::GetColumnStatisticsForPartitionResponse
Retrieves partition statistics of columns.
-
#get_column_statistics_for_table(params = {}) ⇒ Types::GetColumnStatisticsForTableResponse
Retrieves table statistics of columns.
-
#get_column_statistics_task_run(params = {}) ⇒ Types::GetColumnStatisticsTaskRunResponse
Get the associated metadata/information for a task run, given a task run ID.
-
#get_column_statistics_task_runs(params = {}) ⇒ Types::GetColumnStatisticsTaskRunsResponse
Retrieves information about all runs associated with the specified table.
-
#get_column_statistics_task_settings(params = {}) ⇒ Types::GetColumnStatisticsTaskSettingsResponse
Gets settings for a column statistics task.
-
#get_connection(params = {}) ⇒ Types::GetConnectionResponse
Retrieves a connection definition from the Data Catalog.
-
#get_connections(params = {}) ⇒ Types::GetConnectionsResponse
Retrieves a list of connection definitions from the Data Catalog.
-
#get_crawler(params = {}) ⇒ Types::GetCrawlerResponse
Retrieves metadata for a specified crawler.
-
#get_crawler_metrics(params = {}) ⇒ Types::GetCrawlerMetricsResponse
Retrieves metrics about specified crawlers.
-
#get_crawlers(params = {}) ⇒ Types::GetCrawlersResponse
Retrieves metadata for all crawlers defined in the customer account.
-
#get_custom_entity_type(params = {}) ⇒ Types::GetCustomEntityTypeResponse
Retrieves the details of a custom pattern by specifying its name.
-
#get_dashboard_url(params = {}) ⇒ Types::GetDashboardUrlResponse
Retrieves the URL for the Spark monitoring dashboard for a Glue resource.
-
#get_data_catalog_encryption_settings(params = {}) ⇒ Types::GetDataCatalogEncryptionSettingsResponse
Retrieves the security configuration for a specified catalog.
-
#get_data_quality_model(params = {}) ⇒ Types::GetDataQualityModelResponse
Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).
-
#get_data_quality_model_result(params = {}) ⇒ Types::GetDataQualityModelResultResponse
Retrieve a statistic's predictions for a given Profile ID.
-
#get_data_quality_result(params = {}) ⇒ Types::GetDataQualityResultResponse
Retrieves the result of a data quality rule evaluation.
-
#get_data_quality_rule_recommendation_run(params = {}) ⇒ Types::GetDataQualityRuleRecommendationRunResponse
Gets the specified recommendation run that was used to generate rules.
-
#get_data_quality_ruleset(params = {}) ⇒ Types::GetDataQualityRulesetResponse
Returns an existing ruleset by identifier or name.
-
#get_data_quality_ruleset_evaluation_run(params = {}) ⇒ Types::GetDataQualityRulesetEvaluationRunResponse
Retrieves a specific run where a ruleset is evaluated against a data source.
-
#get_database(params = {}) ⇒ Types::GetDatabaseResponse
Retrieves the definition of a specified database.
-
#get_databases(params = {}) ⇒ Types::GetDatabasesResponse
Retrieves all databases defined in a given Data Catalog.
-
#get_dataflow_graph(params = {}) ⇒ Types::GetDataflowGraphResponse
Transforms a Python script into a directed acyclic graph (DAG).
-
#get_dev_endpoint(params = {}) ⇒ Types::GetDevEndpointResponse
Retrieves information about a specified development endpoint.
-
#get_dev_endpoints(params = {}) ⇒ Types::GetDevEndpointsResponse
Retrieves all the development endpoints in this Amazon Web Services account.
-
#get_entity_records(params = {}) ⇒ Types::GetEntityRecordsResponse
This API is used to query preview data from a given connection type or from a native Amazon S3 based Glue Data Catalog.
-
#get_form_type(params = {}) ⇒ Types::GetFormTypeResponse
Retrieves a form type in Glue Data Catalog by its identifier.
-
#get_glossary(params = {}) ⇒ Types::GetGlossaryResponse
Retrieves a business glossary in Glue Data Catalog by its identifier.
-
#get_glossary_term(params = {}) ⇒ Types::GetGlossaryTermResponse
Retrieves a glossary term in Glue Data Catalog by its identifier.
-
#get_glue_identity_center_configuration(params = {}) ⇒ Types::GetGlueIdentityCenterConfigurationResponse
Retrieves the current Glue Identity Center configuration details, including the associated Identity Center instance and application information.
-
#get_integration_resource_property(params = {}) ⇒ Types::GetIntegrationResourcePropertyResponse
This API is used for fetching the
ResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target). -
#get_integration_table_properties(params = {}) ⇒ Types::GetIntegrationTablePropertiesResponse
This API is used to retrieve optional override properties for the tables that need to be replicated.
-
#get_job(params = {}) ⇒ Types::GetJobResponse
Retrieves an existing job definition.
-
#get_job_bookmark(params = {}) ⇒ Types::GetJobBookmarkResponse
Returns information on a job bookmark entry.
-
#get_job_run(params = {}) ⇒ Types::GetJobRunResponse
Retrieves the metadata for a given job run.
-
#get_job_runs(params = {}) ⇒ Types::GetJobRunsResponse
Retrieves metadata for all runs of a given job definition.
-
#get_jobs(params = {}) ⇒ Types::GetJobsResponse
Retrieves all current job definitions.
-
#get_mapping(params = {}) ⇒ Types::GetMappingResponse
Creates mappings.
-
#get_materialized_view_refresh_task_run(params = {}) ⇒ Types::GetMaterializedViewRefreshTaskRunResponse
Get the associated metadata/information for a task run, given a task run ID.
-
#get_ml_task_run(params = {}) ⇒ Types::GetMLTaskRunResponse
Gets details for a specific task run on a machine learning transform.
-
#get_ml_task_runs(params = {}) ⇒ Types::GetMLTaskRunsResponse
Gets a list of runs for a machine learning transform.
-
#get_ml_transform(params = {}) ⇒ Types::GetMLTransformResponse
Gets an Glue machine learning transform artifact and all its corresponding metadata.
-
#get_ml_transforms(params = {}) ⇒ Types::GetMLTransformsResponse
Gets a sortable, filterable list of existing Glue machine learning transforms.
-
#get_partition(params = {}) ⇒ Types::GetPartitionResponse
Retrieves information about a specified partition.
-
#get_partition_indexes(params = {}) ⇒ Types::GetPartitionIndexesResponse
Retrieves the partition indexes associated with a table.
-
#get_partitions(params = {}) ⇒ Types::GetPartitionsResponse
Retrieves information about the partitions in a table.
-
#get_plan(params = {}) ⇒ Types::GetPlanResponse
Gets code to perform a specified mapping.
-
#get_registry(params = {}) ⇒ Types::GetRegistryResponse
Describes the specified registry in detail.
-
#get_resource_policies(params = {}) ⇒ Types::GetResourcePoliciesResponse
Retrieves the resource policies set on individual resources by Resource Access Manager during cross-account permission grants.
-
#get_resource_policy(params = {}) ⇒ Types::GetResourcePolicyResponse
Retrieves a specified resource policy.
-
#get_schema(params = {}) ⇒ Types::GetSchemaResponse
Describes the specified schema in detail.
-
#get_schema_by_definition(params = {}) ⇒ Types::GetSchemaByDefinitionResponse
Retrieves a schema by the
SchemaDefinition. -
#get_schema_version(params = {}) ⇒ Types::GetSchemaVersionResponse
Get the specified schema by its unique ID assigned when a version of the schema is created or registered.
-
#get_schema_versions_diff(params = {}) ⇒ Types::GetSchemaVersionsDiffResponse
Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.
-
#get_security_configuration(params = {}) ⇒ Types::GetSecurityConfigurationResponse
Retrieves a specified security configuration.
-
#get_security_configurations(params = {}) ⇒ Types::GetSecurityConfigurationsResponse
Retrieves a list of all security configurations.
-
#get_session(params = {}) ⇒ Types::GetSessionResponse
Retrieves the session.
-
#get_session_endpoint(params = {}) ⇒ Types::GetSessionEndpointResponse
Returns the Spark Connect endpoint URL and authentication token for an interactive session.
-
#get_statement(params = {}) ⇒ Types::GetStatementResponse
Retrieves the statement.
-
#get_table(params = {}) ⇒ Types::GetTableResponse
Retrieves the
Tabledefinition in a Data Catalog for a specified table. -
#get_table_optimizer(params = {}) ⇒ Types::GetTableOptimizerResponse
Returns the configuration of all optimizers associated with a specified table.
-
#get_table_version(params = {}) ⇒ Types::GetTableVersionResponse
Retrieves a specified version of a table.
-
#get_table_versions(params = {}) ⇒ Types::GetTableVersionsResponse
Retrieves a list of strings that identify available versions of a specified table.
-
#get_tables(params = {}) ⇒ Types::GetTablesResponse
Retrieves the definitions of some or all of the tables in a given
Database. -
#get_tags(params = {}) ⇒ Types::GetTagsResponse
Retrieves a list of tags associated with a resource.
-
#get_trigger(params = {}) ⇒ Types::GetTriggerResponse
Retrieves the definition of a trigger.
-
#get_triggers(params = {}) ⇒ Types::GetTriggersResponse
Gets all the triggers associated with a job.
-
#get_unfiltered_partition_metadata(params = {}) ⇒ Types::GetUnfilteredPartitionMetadataResponse
Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.
-
#get_unfiltered_partitions_metadata(params = {}) ⇒ Types::GetUnfilteredPartitionsMetadataResponse
Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.
-
#get_unfiltered_table_metadata(params = {}) ⇒ Types::GetUnfilteredTableMetadataResponse
Allows a third-party analytical engine to retrieve unfiltered table metadata from the Data Catalog.
-
#get_usage_profile(params = {}) ⇒ Types::GetUsageProfileResponse
Retrieves information about the specified Glue usage profile.
-
#get_user_defined_function(params = {}) ⇒ Types::GetUserDefinedFunctionResponse
Retrieves a specified function definition from the Data Catalog.
-
#get_user_defined_functions(params = {}) ⇒ Types::GetUserDefinedFunctionsResponse
Retrieves multiple function definitions from the Data Catalog.
-
#get_workflow(params = {}) ⇒ Types::GetWorkflowResponse
Retrieves resource metadata for a workflow.
-
#get_workflow_run(params = {}) ⇒ Types::GetWorkflowRunResponse
Retrieves the metadata for a given workflow run.
-
#get_workflow_run_properties(params = {}) ⇒ Types::GetWorkflowRunPropertiesResponse
Retrieves the workflow run properties which were set during the run.
-
#get_workflow_runs(params = {}) ⇒ Types::GetWorkflowRunsResponse
Retrieves metadata for all runs of a given workflow.
-
#import_catalog_to_glue(params = {}) ⇒ Struct
Imports an existing Amazon Athena Data Catalog to Glue.
-
#list_asset_types(params = {}) ⇒ Types::ListAssetTypesResponse
Lists the asset types defined in Glue Data Catalog.
-
#list_blueprints(params = {}) ⇒ Types::ListBlueprintsResponse
Lists all the blueprint names in an account.
-
#list_column_statistics_task_runs(params = {}) ⇒ Types::ListColumnStatisticsTaskRunsResponse
List all task runs for a particular account.
-
#list_connection_types(params = {}) ⇒ Types::ListConnectionTypesResponse
The
ListConnectionTypesAPI provides a discovery mechanism to learn available connection types in Glue. -
#list_crawlers(params = {}) ⇒ Types::ListCrawlersResponse
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the specified tag.
-
#list_crawls(params = {}) ⇒ Types::ListCrawlsResponse
Returns all the crawls of a specified crawler.
-
#list_custom_entity_types(params = {}) ⇒ Types::ListCustomEntityTypesResponse
Lists all the custom patterns that have been created.
-
#list_data_quality_results(params = {}) ⇒ Types::ListDataQualityResultsResponse
Returns all data quality execution results for your account.
-
#list_data_quality_rule_recommendation_runs(params = {}) ⇒ Types::ListDataQualityRuleRecommendationRunsResponse
Lists the recommendation runs meeting the filter criteria.
-
#list_data_quality_ruleset_evaluation_runs(params = {}) ⇒ Types::ListDataQualityRulesetEvaluationRunsResponse
Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.
-
#list_data_quality_rulesets(params = {}) ⇒ Types::ListDataQualityRulesetsResponse
Returns a paginated list of rulesets for the specified list of Glue tables.
-
#list_data_quality_statistic_annotations(params = {}) ⇒ Types::ListDataQualityStatisticAnnotationsResponse
Retrieve annotations for a data quality statistic.
-
#list_data_quality_statistics(params = {}) ⇒ Types::ListDataQualityStatisticsResponse
Retrieves a list of data quality statistics.
-
#list_dev_endpoints(params = {}) ⇒ Types::ListDevEndpointsResponse
Retrieves the names of all
DevEndpointresources in this Amazon Web Services account, or the resources with the specified tag. -
#list_entities(params = {}) ⇒ Types::ListEntitiesResponse
Returns the available entities supported by the connection type.
-
#list_form_types(params = {}) ⇒ Types::ListFormTypesResponse
Lists the form types defined in Glue Data Catalog.
-
#list_glossaries(params = {}) ⇒ Types::ListGlossariesResponse
Lists business glossaries in Glue Data Catalog.
-
#list_glossary_terms(params = {}) ⇒ Types::ListGlossaryTermsResponse
Lists glossary terms within a business glossary in Glue Data Catalog.
-
#list_integration_resource_properties(params = {}) ⇒ Types::ListIntegrationResourcePropertiesResponse
List integration resource properties for a single customer.
-
#list_iterable_forms(params = {}) ⇒ Types::ListIterableFormsResponse
Lists the items in an iterable form on an asset in Glue Data Catalog.
-
#list_jobs(params = {}) ⇒ Types::ListJobsResponse
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag.
-
#list_materialized_view_refresh_task_runs(params = {}) ⇒ Types::ListMaterializedViewRefreshTaskRunsResponse
List all task runs for a particular account.
-
#list_ml_transforms(params = {}) ⇒ Types::ListMLTransformsResponse
Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services account, or the resources with the specified tag.
-
#list_registries(params = {}) ⇒ Types::ListRegistriesResponse
Returns a list of registries that you have created, with minimal registry information.
-
#list_schema_versions(params = {}) ⇒ Types::ListSchemaVersionsResponse
Returns a list of schema versions that you have created, with minimal information.
-
#list_schemas(params = {}) ⇒ Types::ListSchemasResponse
Returns a list of schemas with minimal details.
-
#list_sessions(params = {}) ⇒ Types::ListSessionsResponse
Retrieve a list of sessions.
-
#list_statements(params = {}) ⇒ Types::ListStatementsResponse
Lists statements for the session.
-
#list_table_optimizer_runs(params = {}) ⇒ Types::ListTableOptimizerRunsResponse
Lists the history of previous optimizer runs for a specific table.
-
#list_triggers(params = {}) ⇒ Types::ListTriggersResponse
Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the specified tag.
-
#list_usage_profiles(params = {}) ⇒ Types::ListUsageProfilesResponse
List all the Glue usage profiles.
-
#list_workflows(params = {}) ⇒ Types::ListWorkflowsResponse
Lists names of workflows created in the account.
-
#modify_integration(params = {}) ⇒ Types::ModifyIntegrationResponse
Modifies a Zero-ETL integration in the caller's account.
-
#put_asset(params = {}) ⇒ Types::PutAssetResponse
Creates or updates an asset in Glue Data Catalog.
-
#put_asset_type(params = {}) ⇒ Types::PutAssetTypeResponse
Creates or updates an asset type in Glue Data Catalog.
-
#put_attachment(params = {}) ⇒ Types::PutAttachmentResponse
Attaches a form to an asset or an iterable form item in Glue Data Catalog.
-
#put_data_catalog_encryption_settings(params = {}) ⇒ Struct
Sets the security configuration for a specified catalog.
-
#put_data_quality_profile_annotation(params = {}) ⇒ Struct
Annotate all datapoints for a Profile.
-
#put_form_type(params = {}) ⇒ Types::PutFormTypeResponse
Creates or updates a form type in Glue Data Catalog.
-
#put_resource_policy(params = {}) ⇒ Types::PutResourcePolicyResponse
Sets the Data Catalog resource policy for access control.
-
#put_schema_version_metadata(params = {}) ⇒ Types::PutSchemaVersionMetadataResponse
Puts the metadata key value pair for a specified schema version ID.
-
#put_workflow_run_properties(params = {}) ⇒ Struct
Puts the specified workflow run properties for the given workflow run.
-
#query_schema_version_metadata(params = {}) ⇒ Types::QuerySchemaVersionMetadataResponse
Queries for the schema version metadata information.
-
#register_connection_type(params = {}) ⇒ Types::RegisterConnectionTypeResponse
Registers a custom connection type in Glue based on the configuration provided.
-
#register_schema_version(params = {}) ⇒ Types::RegisterSchemaVersionResponse
Adds a new version to the existing schema.
-
#remove_schema_version_metadata(params = {}) ⇒ Types::RemoveSchemaVersionMetadataResponse
Removes a key value pair from the schema version metadata for the specified schema version ID.
-
#reset_job_bookmark(params = {}) ⇒ Types::ResetJobBookmarkResponse
Resets a bookmark entry.
-
#resume_workflow_run(params = {}) ⇒ Types::ResumeWorkflowRunResponse
Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run.
-
#run_statement(params = {}) ⇒ Types::RunStatementResponse
Executes the statement.
-
#search_assets(params = {}) ⇒ Types::SearchAssetsOutput
Searches for assets in Glue Data Catalog using full-text search, filters, sorting, and aggregations.
-
#search_tables(params = {}) ⇒ Types::SearchTablesResponse
Searches a set of tables based on properties in the table metadata as well as on the parent database.
-
#start_blueprint_run(params = {}) ⇒ Types::StartBlueprintRunResponse
Starts a new run of the specified blueprint.
-
#start_column_statistics_task_run(params = {}) ⇒ Types::StartColumnStatisticsTaskRunResponse
Starts a column statistics task run, for a specified table and columns.
-
#start_column_statistics_task_run_schedule(params = {}) ⇒ Struct
Starts a column statistics task run schedule.
-
#start_crawler(params = {}) ⇒ Struct
Starts a crawl using the specified crawler, regardless of what is scheduled.
-
#start_crawler_schedule(params = {}) ⇒ Struct
Changes the schedule state of the specified crawler to
SCHEDULED, unless the crawler is already running or the schedule state is alreadySCHEDULED. -
#start_data_quality_rule_recommendation_run(params = {}) ⇒ Types::StartDataQualityRuleRecommendationRunResponse
Starts a recommendation run that is used to generate rules when you don't know what rules to write.
-
#start_data_quality_ruleset_evaluation_run(params = {}) ⇒ Types::StartDataQualityRulesetEvaluationRunResponse
Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table).
-
#start_export_labels_task_run(params = {}) ⇒ Types::StartExportLabelsTaskRunResponse
Begins an asynchronous task to export all labeled data for a particular transform.
-
#start_import_labels_task_run(params = {}) ⇒ Types::StartImportLabelsTaskRunResponse
Enables you to provide additional labels (examples of truth) to be used to teach the machine learning transform and improve its quality.
-
#start_job_run(params = {}) ⇒ Types::StartJobRunResponse
Starts a job run using a job definition.
-
#start_materialized_view_refresh_task_run(params = {}) ⇒ Types::StartMaterializedViewRefreshTaskRunResponse
Starts a materialized view refresh task run, for a specified table and columns.
-
#start_ml_evaluation_task_run(params = {}) ⇒ Types::StartMLEvaluationTaskRunResponse
Starts a task to estimate the quality of the transform.
-
#start_ml_labeling_set_generation_task_run(params = {}) ⇒ Types::StartMLLabelingSetGenerationTaskRunResponse
Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.
-
#start_trigger(params = {}) ⇒ Types::StartTriggerResponse
Starts an existing trigger.
-
#start_workflow_run(params = {}) ⇒ Types::StartWorkflowRunResponse
Starts a new run of the specified workflow.
-
#stop_column_statistics_task_run(params = {}) ⇒ Struct
Stops a task run for the specified table.
-
#stop_column_statistics_task_run_schedule(params = {}) ⇒ Struct
Stops a column statistics task run schedule.
-
#stop_crawler(params = {}) ⇒ Struct
If the specified crawler is running, stops the crawl.
-
#stop_crawler_schedule(params = {}) ⇒ Struct
Sets the schedule state of the specified crawler to
NOT_SCHEDULED, but does not stop the crawler if it is already running. -
#stop_materialized_view_refresh_task_run(params = {}) ⇒ Struct
Stops a materialized view refresh task run, for a specified table and columns.
-
#stop_session(params = {}) ⇒ Types::StopSessionResponse
Stops the session.
-
#stop_trigger(params = {}) ⇒ Types::StopTriggerResponse
Stops a specified trigger.
-
#stop_workflow_run(params = {}) ⇒ Struct
Stops the execution of the specified workflow run.
-
#tag_resource(params = {}) ⇒ Struct
Adds tags to a resource.
-
#test_connection(params = {}) ⇒ Struct
Tests a connection to a service to validate the service credentials that you provide.
-
#untag_resource(params = {}) ⇒ Struct
Removes tags from a resource.
-
#update_asset(params = {}) ⇒ Types::UpdateAssetResponse
Updates the name and description of an existing asset in Glue Data Catalog.
-
#update_blueprint(params = {}) ⇒ Types::UpdateBlueprintResponse
Updates a registered blueprint.
-
#update_catalog(params = {}) ⇒ Struct
Updates an existing catalog's properties in the Glue Data Catalog.
-
#update_classifier(params = {}) ⇒ Struct
Modifies an existing classifier (a
GrokClassifier, anXMLClassifier, aJsonClassifier, or aCsvClassifier, depending on which field is present). -
#update_column_statistics_for_partition(params = {}) ⇒ Types::UpdateColumnStatisticsForPartitionResponse
Creates or updates partition statistics of columns.
-
#update_column_statistics_for_table(params = {}) ⇒ Types::UpdateColumnStatisticsForTableResponse
Creates or updates table statistics of columns.
-
#update_column_statistics_task_settings(params = {}) ⇒ Struct
Updates settings for a column statistics task.
-
#update_connection(params = {}) ⇒ Struct
Updates a connection definition in the Data Catalog.
-
#update_crawler(params = {}) ⇒ Struct
Updates a crawler.
-
#update_crawler_schedule(params = {}) ⇒ Struct
Updates the schedule of a crawler using a
cronexpression. -
#update_data_quality_ruleset(params = {}) ⇒ Types::UpdateDataQualityRulesetResponse
Updates the specified data quality ruleset.
-
#update_database(params = {}) ⇒ Struct
Updates an existing database definition in a Data Catalog.
-
#update_dev_endpoint(params = {}) ⇒ Struct
Updates a specified development endpoint.
-
#update_glossary(params = {}) ⇒ Types::UpdateGlossaryResponse
Updates a business glossary in Glue Data Catalog.
-
#update_glossary_term(params = {}) ⇒ Types::UpdateGlossaryTermResponse
Updates a glossary term in Glue Data Catalog.
-
#update_glue_identity_center_configuration(params = {}) ⇒ Struct
Updates the existing Glue Identity Center configuration, allowing modification of scopes and permissions for the integration.
-
#update_integration_resource_property(params = {}) ⇒ Types::UpdateIntegrationResourcePropertyResponse
This API can be used for updating the
ResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target). -
#update_integration_table_properties(params = {}) ⇒ Struct
This API is used to provide optional override properties for the tables that need to be replicated.
-
#update_job(params = {}) ⇒ Types::UpdateJobResponse
Updates an existing job definition.
-
#update_job_from_source_control(params = {}) ⇒ Types::UpdateJobFromSourceControlResponse
Synchronizes a job from the source control repository.
-
#update_ml_transform(params = {}) ⇒ Types::UpdateMLTransformResponse
Updates an existing machine learning transform.
-
#update_partition(params = {}) ⇒ Struct
Updates a partition.
-
#update_registry(params = {}) ⇒ Types::UpdateRegistryResponse
Updates an existing registry which is used to hold a collection of schemas.
-
#update_schema(params = {}) ⇒ Types::UpdateSchemaResponse
Updates the description, compatibility setting, or version checkpoint for a schema set.
-
#update_source_control_from_job(params = {}) ⇒ Types::UpdateSourceControlFromJobResponse
Synchronizes a job to the source control repository.
-
#update_table(params = {}) ⇒ Struct
Updates a metadata table in the Data Catalog.
-
#update_table_optimizer(params = {}) ⇒ Struct
Updates the configuration for an existing table optimizer.
-
#update_trigger(params = {}) ⇒ Types::UpdateTriggerResponse
Updates a trigger definition.
-
#update_usage_profile(params = {}) ⇒ Types::UpdateUsageProfileResponse
Update an Glue usage profile.
-
#update_user_defined_function(params = {}) ⇒ Struct
Updates an existing function definition in the Data Catalog.
-
#update_workflow(params = {}) ⇒ Types::UpdateWorkflowResponse
Updates an existing workflow.
Instance Method Summary collapse
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
Methods included from ClientStubs
#api_requests, #stub_data, #stub_responses
Methods inherited from Seahorse::Client::Base
add_plugin, api, clear_plugins, define, new, #operation_names, plugins, remove_plugin, set_api, set_plugins
Methods included from Seahorse::Client::HandlerBuilder
#handle, #handle_request, #handle_response
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
478 479 480 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 478 def initialize(*args) super end |
Instance Method Details
#associate_glossary_terms(params = {}) ⇒ Types::AssociateGlossaryTermsResponse
Associates one or more glossary terms with an asset in Glue Data Catalog.
523 524 525 526 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 523 def associate_glossary_terms(params = {}, = {}) req = build_request(:associate_glossary_terms, params) req.send_request() end |
#batch_create_partition(params = {}) ⇒ Types::BatchCreatePartitionResponse
Creates one or more partitions in a batch operation.
632 633 634 635 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 632 def batch_create_partition(params = {}, = {}) req = build_request(:batch_create_partition, params) req.send_request() end |
#batch_delete_connection(params = {}) ⇒ Types::BatchDeleteConnectionResponse
Deletes a list of connection definitions from the Data Catalog.
670 671 672 673 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 670 def batch_delete_connection(params = {}, = {}) req = build_request(:batch_delete_connection, params) req.send_request() end |
#batch_delete_partition(params = {}) ⇒ Types::BatchDeletePartitionResponse
Deletes one or more partitions in a batch operation.
722 723 724 725 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 722 def batch_delete_partition(params = {}, = {}) req = build_request(:batch_delete_partition, params) req.send_request() end |
#batch_delete_table(params = {}) ⇒ Types::BatchDeleteTableResponse
Deletes multiple tables at once.
To ensure the immediate deletion of all related resources, before
calling BatchDeleteTable, use DeleteTableVersion or
BatchDeleteTableVersion, and DeletePartition or
BatchDeletePartition, to delete any resources that belong to the
table.
780 781 782 783 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 780 def batch_delete_table(params = {}, = {}) req = build_request(:batch_delete_table, params) req.send_request() end |
#batch_delete_table_version(params = {}) ⇒ Types::BatchDeleteTableVersionResponse
Deletes a specified batch of versions of a table.
828 829 830 831 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 828 def batch_delete_table_version(params = {}, = {}) req = build_request(:batch_delete_table_version, params) req.send_request() end |
#batch_get_blueprints(params = {}) ⇒ Types::BatchGetBlueprintsResponse
Retrieves information about a list of blueprints.
882 883 884 885 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 882 def batch_get_blueprints(params = {}, = {}) req = build_request(:batch_get_blueprints, params) req.send_request() end |
#batch_get_crawlers(params = {}) ⇒ Types::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.
996 997 998 999 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 996 def batch_get_crawlers(params = {}, = {}) req = build_request(:batch_get_crawlers, params) req.send_request() end |
#batch_get_custom_entity_types(params = {}) ⇒ Types::BatchGetCustomEntityTypesResponse
Retrieves the details for the custom patterns specified by a list of names.
1032 1033 1034 1035 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 1032 def batch_get_custom_entity_types(params = {}, = {}) req = build_request(:batch_get_custom_entity_types, params) req.send_request() end |
#batch_get_data_quality_result(params = {}) ⇒ Types::BatchGetDataQualityResultResponse
Retrieves a list of data quality results for the specified result IDs.
1126 1127 1128 1129 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 1126 def batch_get_data_quality_result(params = {}, = {}) req = build_request(:batch_get_data_quality_result, params) req.send_request() end |
#batch_get_data_quality_ruleset_evaluation_run(params = {}) ⇒ Types::BatchGetDataQualityRulesetEvaluationRunResponse
Retrieves the details of multiple evaluation runs in a single request.
1230 1231 1232 1233 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 1230 def batch_get_data_quality_ruleset_evaluation_run(params = {}, = {}) req = build_request(:batch_get_data_quality_ruleset_evaluation_run, params) req.send_request() end |
#batch_get_dev_endpoints(params = {}) ⇒ Types::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.
1294 1295 1296 1297 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 1294 def batch_get_dev_endpoints(params = {}, = {}) req = build_request(:batch_get_dev_endpoints, params) req.send_request() end |
#batch_get_iterable_forms(params = {}) ⇒ Types::BatchGetIterableFormsResponse
Retrieves multiple items from an iterable form on an asset in Glue Data Catalog in a single request.
1347 1348 1349 1350 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 1347 def batch_get_iterable_forms(params = {}, = {}) req = build_request(:batch_get_iterable_forms, params) req.send_request() end |
#batch_get_jobs(params = {}) ⇒ Types::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.
1377 1378 1379 1380 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 1377 def batch_get_jobs(params = {}, = {}) req = build_request(:batch_get_jobs, params) req.send_request() end |
#batch_get_partition(params = {}) ⇒ Types::BatchGetPartitionResponse
Retrieves partitions in a batch request.
1496 1497 1498 1499 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 1496 def batch_get_partition(params = {}, = {}) req = build_request(:batch_get_partition, params) req.send_request() end |
#batch_get_table_optimizer(params = {}) ⇒ Types::BatchGetTableOptimizerResponse
Returns the configuration for the specified table optimizers.
1582 1583 1584 1585 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 1582 def batch_get_table_optimizer(params = {}, = {}) req = build_request(:batch_get_table_optimizer, params) req.send_request() end |
#batch_get_triggers(params = {}) ⇒ Types::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.
1642 1643 1644 1645 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 1642 def batch_get_triggers(params = {}, = {}) req = build_request(:batch_get_triggers, params) req.send_request() end |
#batch_get_workflows(params = {}) ⇒ Types::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.
1855 1856 1857 1858 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 1855 def batch_get_workflows(params = {}, = {}) req = build_request(:batch_get_workflows, params) req.send_request() end |
#batch_put_data_quality_statistic_annotation(params = {}) ⇒ Types::BatchPutDataQualityStatisticAnnotationResponse
Annotate datapoints over time for a specific data quality statistic. The API requires both profileID and statisticID as part of the InclusionAnnotation input. The API only works for a single statisticId across multiple profiles.
1902 1903 1904 1905 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 1902 def batch_put_data_quality_statistic_annotation(params = {}, = {}) req = build_request(:batch_put_data_quality_statistic_annotation, params) req.send_request() end |
#batch_stop_job_run(params = {}) ⇒ Types::BatchStopJobRunResponse
Stops one or more job runs for a specified job definition.
1943 1944 1945 1946 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 1943 def batch_stop_job_run(params = {}, = {}) req = build_request(:batch_stop_job_run, params) req.send_request() end |
#batch_update_partition(params = {}) ⇒ Types::BatchUpdatePartitionResponse
Updates one or more partitions in a batch operation.
2055 2056 2057 2058 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2055 def batch_update_partition(params = {}, = {}) req = build_request(:batch_update_partition, params) req.send_request() end |
#cancel_data_quality_rule_recommendation_run(params = {}) ⇒ Struct
Cancels the specified recommendation run that was being used to generate rules.
2078 2079 2080 2081 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2078 def cancel_data_quality_rule_recommendation_run(params = {}, = {}) req = build_request(:cancel_data_quality_rule_recommendation_run, params) req.send_request() end |
#cancel_data_quality_ruleset_evaluation_run(params = {}) ⇒ Struct
Cancels a run where a ruleset is being evaluated against a data source.
2101 2102 2103 2104 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2101 def cancel_data_quality_ruleset_evaluation_run(params = {}, = {}) req = build_request(:cancel_data_quality_ruleset_evaluation_run, params) req.send_request() end |
#cancel_ml_task_run(params = {}) ⇒ Types::CancelMLTaskRunResponse
Cancels (stops) a task run. Machine learning task runs are
asynchronous tasks that Glue runs on your behalf as part of various
machine learning workflows. You can cancel a machine learning task run
at any time by calling CancelMLTaskRun with a task run's parent
transform's TransformID and the task run's TaskRunId.
2141 2142 2143 2144 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2141 def cancel_ml_task_run(params = {}, = {}) req = build_request(:cancel_ml_task_run, params) req.send_request() end |
#cancel_statement(params = {}) ⇒ Struct
Cancels the statement.
2171 2172 2173 2174 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2171 def cancel_statement(params = {}, = {}) req = build_request(:cancel_statement, params) req.send_request() end |
#check_schema_version_validity(params = {}) ⇒ Types::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.
2209 2210 2211 2212 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2209 def check_schema_version_validity(params = {}, = {}) req = build_request(:check_schema_version_validity, params) req.send_request() end |
#create_blueprint(params = {}) ⇒ Types::CreateBlueprintResponse
Registers a blueprint with Glue.
2251 2252 2253 2254 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2251 def create_blueprint(params = {}, = {}) req = build_request(:create_blueprint, params) req.send_request() end |
#create_catalog(params = {}) ⇒ Struct
Creates a new catalog in the Glue Data Catalog.
2340 2341 2342 2343 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2340 def create_catalog(params = {}, = {}) req = build_request(:create_catalog, params) req.send_request() end |
#create_classifier(params = {}) ⇒ Struct
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.
2399 2400 2401 2402 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2399 def create_classifier(params = {}, = {}) req = build_request(:create_classifier, params) req.send_request() end |
#create_column_statistics_task_settings(params = {}) ⇒ Struct
Creates settings for a column statistics task.
2457 2458 2459 2460 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2457 def create_column_statistics_task_settings(params = {}, = {}) req = build_request(:create_column_statistics_task_settings, params) req.send_request() end |
#create_connection(params = {}) ⇒ Types::CreateConnectionResponse
Creates a connection definition in the Data Catalog.
Connections used for creating federated resources require the IAM
glue:PassConnection permission.
2556 2557 2558 2559 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2556 def create_connection(params = {}, = {}) req = build_request(:create_connection, params) req.send_request() end |
#create_crawler(params = {}) ⇒ Struct
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.
2740 2741 2742 2743 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2740 def create_crawler(params = {}, = {}) req = build_request(:create_crawler, params) req.send_request() end |
#create_custom_entity_type(params = {}) ⇒ Types::CreateCustomEntityTypeResponse
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.
2794 2795 2796 2797 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2794 def create_custom_entity_type(params = {}, = {}) req = build_request(:create_custom_entity_type, params) req.send_request() end |
#create_data_quality_ruleset(params = {}) ⇒ Types::CreateDataQualityRulesetResponse
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.
2860 2861 2862 2863 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2860 def create_data_quality_ruleset(params = {}, = {}) req = build_request(:create_data_quality_ruleset, params) req.send_request() end |
#create_database(params = {}) ⇒ Struct
Creates a new database in a Data Catalog.
2918 2919 2920 2921 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 2918 def create_database(params = {}, = {}) req = build_request(:create_database, params) req.send_request() end |
#create_dev_endpoint(params = {}) ⇒ Types::CreateDevEndpointResponse
Creates a new development endpoint.
3117 3118 3119 3120 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 3117 def create_dev_endpoint(params = {}, = {}) req = build_request(:create_dev_endpoint, params) req.send_request() end |
#create_glossary(params = {}) ⇒ Types::CreateGlossaryResponse
Creates a business glossary in Glue Data Catalog. A glossary is a container for glossary terms that define business concepts.
3162 3163 3164 3165 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 3162 def create_glossary(params = {}, = {}) req = build_request(:create_glossary, params) req.send_request() end |
#create_glossary_term(params = {}) ⇒ Types::CreateGlossaryTermResponse
Creates a glossary term within a business glossary in Glue Data Catalog.
3219 3220 3221 3222 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 3219 def create_glossary_term(params = {}, = {}) req = build_request(:create_glossary_term, params) req.send_request() end |
#create_glue_identity_center_configuration(params = {}) ⇒ Types::CreateGlueIdentityCenterConfigurationResponse
Creates a new Glue Identity Center configuration to enable integration between Glue and Amazon Web Services IAM Identity Center for authentication and authorization.
3260 3261 3262 3263 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 3260 def create_glue_identity_center_configuration(params = {}, = {}) req = build_request(:create_glue_identity_center_configuration, params) req.send_request() end |
#create_integration(params = {}) ⇒ Types::CreateIntegrationResponse
Creates a Zero-ETL integration in the caller's account between two
resources with Amazon Resource Names (ARNs): the SourceArn and
TargetArn.
3370 3371 3372 3373 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 3370 def create_integration(params = {}, = {}) req = build_request(:create_integration, params) req.send_request() end |
#create_integration_resource_property(params = {}) ⇒ Types::CreateIntegrationResourcePropertyResponse
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.
3438 3439 3440 3441 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 3438 def create_integration_resource_property(params = {}, = {}) req = build_request(:create_integration_resource_property, params) req.send_request() end |
#create_integration_table_properties(params = {}) ⇒ Struct
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.
3501 3502 3503 3504 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 3501 def create_integration_table_properties(params = {}, = {}) req = build_request(:create_integration_table_properties, params) req.send_request() end |
#create_job(params = {}) ⇒ Types::CreateJobResponse
Creates a new job definition.
3786 3787 3788 3789 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 3786 def create_job(params = {}, = {}) req = build_request(:create_job, params) req.send_request() end |
#create_ml_transform(params = {}) ⇒ Types::CreateMLTransformResponse
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.
3998 3999 4000 4001 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 3998 def create_ml_transform(params = {}, = {}) req = build_request(:create_ml_transform, params) req.send_request() end |
#create_partition(params = {}) ⇒ Struct
Creates a new partition.
4094 4095 4096 4097 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 4094 def create_partition(params = {}, = {}) req = build_request(:create_partition, params) req.send_request() end |
#create_partition_index(params = {}) ⇒ Struct
Creates a specified partition index in an existing table.
4134 4135 4136 4137 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 4134 def create_partition_index(params = {}, = {}) req = build_request(:create_partition_index, params) req.send_request() end |
#create_registry(params = {}) ⇒ Types::CreateRegistryResponse
Creates a new registry which may be used to hold a collection of schemas.
4184 4185 4186 4187 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 4184 def create_registry(params = {}, = {}) req = build_request(:create_registry, params) req.send_request() end |
#create_schema(params = {}) ⇒ Types::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.
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.
4332 4333 4334 4335 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 4332 def create_schema(params = {}, = {}) req = build_request(:create_schema, params) req.send_request() end |
#create_script(params = {}) ⇒ Types::CreateScriptResponse
Transforms a directed acyclic graph (DAG) into code.
4389 4390 4391 4392 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 4389 def create_script(params = {}, = {}) req = build_request(:create_script, params) req.send_request() end |
#create_security_configuration(params = {}) ⇒ Types::CreateSecurityConfigurationResponse
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.
4450 4451 4452 4453 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 4450 def create_security_configuration(params = {}, = {}) req = build_request(:create_security_configuration, params) req.send_request() end |
#create_session(params = {}) ⇒ Types::CreateSessionResponse
Creates a new session.
4616 4617 4618 4619 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 4616 def create_session(params = {}, = {}) req = build_request(:create_session, params) req.send_request() end |
#create_table(params = {}) ⇒ Struct
Creates a new table definition in the Data Catalog.
4825 4826 4827 4828 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 4825 def create_table(params = {}, = {}) req = build_request(:create_table, params) req.send_request() end |
#create_table_optimizer(params = {}) ⇒ Struct
Creates a new table optimizer for a specific function.
4892 4893 4894 4895 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 4892 def create_table_optimizer(params = {}, = {}) req = build_request(:create_table_optimizer, params) req.send_request() end |
#create_trigger(params = {}) ⇒ Types::CreateTriggerResponse
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.
5008 5009 5010 5011 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5008 def create_trigger(params = {}, = {}) req = build_request(:create_trigger, params) req.send_request() end |
#create_usage_profile(params = {}) ⇒ Types::CreateUsageProfileResponse
Creates an Glue usage profile.
5068 5069 5070 5071 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5068 def create_usage_profile(params = {}, = {}) req = build_request(:create_usage_profile, params) req.send_request() end |
#create_user_defined_function(params = {}) ⇒ Struct
Creates a new function definition in the Data Catalog.
5112 5113 5114 5115 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5112 def create_user_defined_function(params = {}, = {}) req = build_request(:create_user_defined_function, params) req.send_request() end |
#create_workflow(params = {}) ⇒ Types::CreateWorkflowResponse
Creates a new workflow.
5171 5172 5173 5174 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5171 def create_workflow(params = {}, = {}) req = build_request(:create_workflow, params) req.send_request() end |
#delete_asset(params = {}) ⇒ Struct
Deletes an asset from Glue Data Catalog.
5193 5194 5195 5196 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5193 def delete_asset(params = {}, = {}) req = build_request(:delete_asset, params) req.send_request() end |
#delete_asset_type(params = {}) ⇒ Struct
Deletes an asset type from Glue Data Catalog.
5215 5216 5217 5218 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5215 def delete_asset_type(params = {}, = {}) req = build_request(:delete_asset_type, params) req.send_request() end |
#delete_attachment(params = {}) ⇒ Types::DeleteAttachmentResponse
Deletes a form attachment from an asset in Glue Data Catalog.
5259 5260 5261 5262 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5259 def (params = {}, = {}) req = build_request(:delete_attachment, params) req.send_request() end |
#delete_blueprint(params = {}) ⇒ Types::DeleteBlueprintResponse
Deletes an existing blueprint.
5287 5288 5289 5290 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5287 def delete_blueprint(params = {}, = {}) req = build_request(:delete_blueprint, params) req.send_request() end |
#delete_catalog(params = {}) ⇒ Struct
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.
5322 5323 5324 5325 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5322 def delete_catalog(params = {}, = {}) req = build_request(:delete_catalog, params) req.send_request() end |
#delete_classifier(params = {}) ⇒ Struct
Removes a classifier from the Data Catalog.
5344 5345 5346 5347 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5344 def delete_classifier(params = {}, = {}) req = build_request(:delete_classifier, params) req.send_request() end |
#delete_column_statistics_for_partition(params = {}) ⇒ Struct
Delete the partition column statistics of a column.
The Identity and Access Management (IAM) permission required for this
operation is DeletePartition.
5387 5388 5389 5390 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5387 def delete_column_statistics_for_partition(params = {}, = {}) req = build_request(:delete_column_statistics_for_partition, params) req.send_request() end |
#delete_column_statistics_for_table(params = {}) ⇒ Struct
Retrieves table statistics of columns.
The Identity and Access Management (IAM) permission required for this
operation is DeleteTable.
5426 5427 5428 5429 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5426 def delete_column_statistics_for_table(params = {}, = {}) req = build_request(:delete_column_statistics_for_table, params) req.send_request() end |
#delete_column_statistics_task_settings(params = {}) ⇒ Struct
Deletes settings for a column statistics task.
5452 5453 5454 5455 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5452 def delete_column_statistics_task_settings(params = {}, = {}) req = build_request(:delete_column_statistics_task_settings, params) req.send_request() end |
#delete_connection(params = {}) ⇒ Struct
Deletes a connection from the Data Catalog.
5479 5480 5481 5482 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5479 def delete_connection(params = {}, = {}) req = build_request(:delete_connection, params) req.send_request() end |
#delete_connection_type(params = {}) ⇒ Struct
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.
5507 5508 5509 5510 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5507 def delete_connection_type(params = {}, = {}) req = build_request(:delete_connection_type, params) req.send_request() end |
#delete_crawler(params = {}) ⇒ Struct
Removes a specified crawler from the Glue Data Catalog, unless the
crawler state is RUNNING.
5530 5531 5532 5533 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5530 def delete_crawler(params = {}, = {}) req = build_request(:delete_crawler, params) req.send_request() end |
#delete_custom_entity_type(params = {}) ⇒ Types::DeleteCustomEntityTypeResponse
Deletes a custom pattern by specifying its name.
5558 5559 5560 5561 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5558 def delete_custom_entity_type(params = {}, = {}) req = build_request(:delete_custom_entity_type, params) req.send_request() end |
#delete_data_quality_ruleset(params = {}) ⇒ Struct
Deletes a data quality ruleset.
5580 5581 5582 5583 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5580 def delete_data_quality_ruleset(params = {}, = {}) req = build_request(:delete_data_quality_ruleset, params) req.send_request() end |
#delete_database(params = {}) ⇒ Struct
Removes a specified database from a Data Catalog.
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.
5623 5624 5625 5626 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5623 def delete_database(params = {}, = {}) req = build_request(:delete_database, params) req.send_request() end |
#delete_dev_endpoint(params = {}) ⇒ Struct
Deletes a specified development endpoint.
5645 5646 5647 5648 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5645 def delete_dev_endpoint(params = {}, = {}) req = build_request(:delete_dev_endpoint, params) req.send_request() end |
#delete_form_type(params = {}) ⇒ Struct
Deletes a form type from Glue Data Catalog. A form type cannot be deleted if it is still referenced by an asset type.
5668 5669 5670 5671 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5668 def delete_form_type(params = {}, = {}) req = build_request(:delete_form_type, params) req.send_request() end |
#delete_glossary(params = {}) ⇒ Struct
Deletes a business glossary from Glue Data Catalog. A glossary cannot be deleted if it still contains glossary terms.
5691 5692 5693 5694 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5691 def delete_glossary(params = {}, = {}) req = build_request(:delete_glossary, params) req.send_request() end |
#delete_glossary_term(params = {}) ⇒ Struct
Deletes a glossary term from Glue Data Catalog.
5713 5714 5715 5716 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5713 def delete_glossary_term(params = {}, = {}) req = build_request(:delete_glossary_term, params) req.send_request() end |
#delete_glue_identity_center_configuration(params = {}) ⇒ Struct
Deletes the existing Glue Identity Center configuration, removing the integration between Glue and Amazon Web Services IAM Identity Center.
5727 5728 5729 5730 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5727 def delete_glue_identity_center_configuration(params = {}, = {}) req = build_request(:delete_glue_identity_center_configuration, params) req.send_request() end |
#delete_integration(params = {}) ⇒ Types::DeleteIntegrationResponse
Deletes the specified Zero-ETL integration.
5782 5783 5784 5785 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5782 def delete_integration(params = {}, = {}) req = build_request(:delete_integration, params) req.send_request() end |
#delete_integration_resource_property(params = {}) ⇒ Struct
This API is used for deleting the ResourceProperty of the Glue
connection (for the source) or Glue database ARN (for the target).
5805 5806 5807 5808 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5805 def delete_integration_resource_property(params = {}, = {}) req = build_request(:delete_integration_resource_property, params) req.send_request() end |
#delete_integration_table_properties(params = {}) ⇒ Struct
Deletes the table properties that have been created for the tables that need to be replicated.
5832 5833 5834 5835 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5832 def delete_integration_table_properties(params = {}, = {}) req = build_request(:delete_integration_table_properties, params) req.send_request() end |
#delete_job(params = {}) ⇒ Types::DeleteJobResponse
Deletes a specified job definition. If the job definition is not found, no exception is thrown.
5861 5862 5863 5864 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5861 def delete_job(params = {}, = {}) req = build_request(:delete_job, params) req.send_request() end |
#delete_ml_transform(params = {}) ⇒ Types::DeleteMLTransformResponse
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.
5895 5896 5897 5898 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5895 def delete_ml_transform(params = {}, = {}) req = build_request(:delete_ml_transform, params) req.send_request() end |
#delete_partition(params = {}) ⇒ Struct
Deletes a specified partition.
5932 5933 5934 5935 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5932 def delete_partition(params = {}, = {}) req = build_request(:delete_partition, params) req.send_request() end |
#delete_partition_index(params = {}) ⇒ Struct
Deletes a specified partition index from an existing table.
5968 5969 5970 5971 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 5968 def delete_partition_index(params = {}, = {}) req = build_request(:delete_partition_index, params) req.send_request() end |
#delete_registry(params = {}) ⇒ Types::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 deactivate all online operations for the registry such as the
UpdateRegistry, CreateSchema, UpdateSchema, and
RegisterSchemaVersion APIs.
6009 6010 6011 6012 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6009 def delete_registry(params = {}, = {}) req = build_request(:delete_registry, params) req.send_request() end |
#delete_resource_policy(params = {}) ⇒ Struct
Deletes a specified policy.
6035 6036 6037 6038 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6035 def delete_resource_policy(params = {}, = {}) req = build_request(:delete_resource_policy, params) req.send_request() end |
#delete_schema(params = {}) ⇒ Types::DeleteSchemaResponse
Deletes the entire schema set, including the schema set and all of its
versions. To get the status of the delete operation, you can call
GetSchema API after the asynchronous call. Deleting a registry will
deactivate all online operations for the schema, such as the
GetSchemaByDefinition, and RegisterSchemaVersion APIs.
6076 6077 6078 6079 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6076 def delete_schema(params = {}, = {}) req = build_request(:delete_schema, params) req.send_request() end |
#delete_schema_versions(params = {}) ⇒ Types::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.
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.
6138 6139 6140 6141 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6138 def delete_schema_versions(params = {}, = {}) req = build_request(:delete_schema_versions, params) req.send_request() end |
#delete_security_configuration(params = {}) ⇒ Struct
Deletes a specified security configuration.
6160 6161 6162 6163 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6160 def delete_security_configuration(params = {}, = {}) req = build_request(:delete_security_configuration, params) req.send_request() end |
#delete_session(params = {}) ⇒ Types::DeleteSessionResponse
Deletes the session.
6192 6193 6194 6195 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6192 def delete_session(params = {}, = {}) req = build_request(:delete_session, params) req.send_request() end |
#delete_table(params = {}) ⇒ Struct
Removes a table definition from the Data Catalog.
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.
6242 6243 6244 6245 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6242 def delete_table(params = {}, = {}) req = build_request(:delete_table, params) req.send_request() end |
#delete_table_optimizer(params = {}) ⇒ Struct
Deletes an optimizer and all associated metadata for a table. The optimization will no longer be performed on the table.
6277 6278 6279 6280 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6277 def delete_table_optimizer(params = {}, = {}) req = build_request(:delete_table_optimizer, params) req.send_request() end |
#delete_table_version(params = {}) ⇒ Struct
Deletes a specified version of a table.
6315 6316 6317 6318 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6315 def delete_table_version(params = {}, = {}) req = build_request(:delete_table_version, params) req.send_request() end |
#delete_trigger(params = {}) ⇒ Types::DeleteTriggerResponse
Deletes a specified trigger. If the trigger is not found, no exception is thrown.
6344 6345 6346 6347 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6344 def delete_trigger(params = {}, = {}) req = build_request(:delete_trigger, params) req.send_request() end |
#delete_usage_profile(params = {}) ⇒ Struct
Deletes the Glue specified usage profile.
6366 6367 6368 6369 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6366 def delete_usage_profile(params = {}, = {}) req = build_request(:delete_usage_profile, params) req.send_request() end |
#delete_user_defined_function(params = {}) ⇒ Struct
Deletes an existing function definition from the Data Catalog.
6398 6399 6400 6401 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6398 def delete_user_defined_function(params = {}, = {}) req = build_request(:delete_user_defined_function, params) req.send_request() end |
#delete_workflow(params = {}) ⇒ Types::DeleteWorkflowResponse
Deletes a workflow.
6426 6427 6428 6429 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6426 def delete_workflow(params = {}, = {}) req = build_request(:delete_workflow, params) req.send_request() end |
#describe_connection_type(params = {}) ⇒ Types::DescribeConnectionTypeResponse
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
6761 6762 6763 6764 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6761 def describe_connection_type(params = {}, = {}) req = build_request(:describe_connection_type, params) req.send_request() end |
#describe_entity(params = {}) ⇒ Types::DescribeEntityResponse
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.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
6838 6839 6840 6841 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6838 def describe_entity(params = {}, = {}) req = build_request(:describe_entity, params) req.send_request() end |
#describe_inbound_integrations(params = {}) ⇒ Types::DescribeInboundIntegrationsResponse
Returns a list of inbound integrations for the specified integration.
6894 6895 6896 6897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6894 def describe_inbound_integrations(params = {}, = {}) req = build_request(:describe_inbound_integrations, params) req.send_request() end |
#describe_integrations(params = {}) ⇒ Types::DescribeIntegrationsResponse
The API is used to retrieve a list of integrations.
6965 6966 6967 6968 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 6965 def describe_integrations(params = {}, = {}) req = build_request(:describe_integrations, params) req.send_request() end |
#disassociate_glossary_terms(params = {}) ⇒ Types::DisassociateGlossaryTermsResponse
Removes the association of one or more glossary terms from an asset in Glue Data Catalog.
7010 7011 7012 7013 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7010 def disassociate_glossary_terms(params = {}, = {}) req = build_request(:disassociate_glossary_terms, params) req.send_request() end |
#get_asset(params = {}) ⇒ Types::GetAssetOutput
Retrieves the metadata for an asset in Glue Data Catalog, including its forms, additional attachments, and associated glossary terms.
7063 7064 7065 7066 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7063 def get_asset(params = {}, = {}) req = build_request(:get_asset, params) req.send_request() end |
#get_asset_type(params = {}) ⇒ Types::GetAssetTypeResponse
Retrieves an asset type in Glue Data Catalog by its identifier.
7096 7097 7098 7099 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7096 def get_asset_type(params = {}, = {}) req = build_request(:get_asset_type, params) req.send_request() end |
#get_blueprint(params = {}) ⇒ Types::GetBlueprintResponse
Retrieves the details of a blueprint.
7145 7146 7147 7148 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7145 def get_blueprint(params = {}, = {}) req = build_request(:get_blueprint, params) req.send_request() end |
#get_blueprint_run(params = {}) ⇒ Types::GetBlueprintRunResponse
Retrieves the details of a blueprint run.
7186 7187 7188 7189 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7186 def get_blueprint_run(params = {}, = {}) req = build_request(:get_blueprint_run, params) req.send_request() end |
#get_blueprint_runs(params = {}) ⇒ Types::GetBlueprintRunsResponse
Retrieves the details of blueprint runs for a specified blueprint.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
7236 7237 7238 7239 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7236 def get_blueprint_runs(params = {}, = {}) req = build_request(:get_blueprint_runs, params) req.send_request() end |
#get_catalog(params = {}) ⇒ Types::GetCatalogResponse
The name of the Catalog to retrieve. This should be all lowercase.
7303 7304 7305 7306 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7303 def get_catalog(params = {}, = {}) req = build_request(:get_catalog, params) req.send_request() end |
#get_catalog_import_status(params = {}) ⇒ Types::GetCatalogImportStatusResponse
Retrieves the status of a migration operation.
7334 7335 7336 7337 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7334 def get_catalog_import_status(params = {}, = {}) req = build_request(:get_catalog_import_status, params) req.send_request() end |
#get_catalogs(params = {}) ⇒ Types::GetCatalogsResponse
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.
7440 7441 7442 7443 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7440 def get_catalogs(params = {}, = {}) req = build_request(:get_catalogs, params) req.send_request() end |
#get_classifier(params = {}) ⇒ Types::GetClassifierResponse
Retrieve a classifier by name.
7500 7501 7502 7503 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7500 def get_classifier(params = {}, = {}) req = build_request(:get_classifier, params) req.send_request() end |
#get_classifiers(params = {}) ⇒ Types::GetClassifiersResponse
Lists all classifier objects in the Data Catalog.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
7569 7570 7571 7572 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7569 def get_classifiers(params = {}, = {}) req = build_request(:get_classifiers, params) req.send_request() end |
#get_column_statistics_for_partition(params = {}) ⇒ Types::GetColumnStatisticsForPartitionResponse
Retrieves partition statistics of columns.
The Identity and Access Management (IAM) permission required for this
operation is GetPartition.
7655 7656 7657 7658 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7655 def get_column_statistics_for_partition(params = {}, = {}) req = build_request(:get_column_statistics_for_partition, params) req.send_request() end |
#get_column_statistics_for_table(params = {}) ⇒ Types::GetColumnStatisticsForTableResponse
Retrieves table statistics of columns.
The Identity and Access Management (IAM) permission required for this
operation is GetTable.
7737 7738 7739 7740 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7737 def get_column_statistics_for_table(params = {}, = {}) req = build_request(:get_column_statistics_for_table, params) req.send_request() end |
#get_column_statistics_task_run(params = {}) ⇒ Types::GetColumnStatisticsTaskRunResponse
Get the associated metadata/information for a task run, given a task run ID.
7785 7786 7787 7788 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7785 def get_column_statistics_task_run(params = {}, = {}) req = build_request(:get_column_statistics_task_run, params) req.send_request() end |
#get_column_statistics_task_runs(params = {}) ⇒ Types::GetColumnStatisticsTaskRunsResponse
Retrieves information about all runs associated with the specified table.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
7850 7851 7852 7853 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7850 def get_column_statistics_task_runs(params = {}, = {}) req = build_request(:get_column_statistics_task_runs, params) req.send_request() end |
#get_column_statistics_task_settings(params = {}) ⇒ Types::GetColumnStatisticsTaskSettingsResponse
Gets settings for a column statistics task.
7897 7898 7899 7900 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7897 def get_column_statistics_task_settings(params = {}, = {}) req = build_request(:get_column_statistics_task_settings, params) req.send_request() end |
#get_connection(params = {}) ⇒ Types::GetConnectionResponse
Retrieves a connection definition from the Data Catalog.
7978 7979 7980 7981 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 7978 def get_connection(params = {}, = {}) req = build_request(:get_connection, params) req.send_request() end |
#get_connections(params = {}) ⇒ Types::GetConnectionsResponse
Retrieves a list of connection definitions from the Data Catalog.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
8071 8072 8073 8074 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8071 def get_connections(params = {}, = {}) req = build_request(:get_connections, params) req.send_request() end |
#get_crawler(params = {}) ⇒ Types::GetCrawlerResponse
Retrieves metadata for a specified crawler.
8176 8177 8178 8179 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8176 def get_crawler(params = {}, = {}) req = build_request(:get_crawler, params) req.send_request() end |
#get_crawler_metrics(params = {}) ⇒ Types::GetCrawlerMetricsResponse
Retrieves metrics about specified crawlers.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
8224 8225 8226 8227 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8224 def get_crawler_metrics(params = {}, = {}) req = build_request(:get_crawler_metrics, params) req.send_request() end |
#get_crawlers(params = {}) ⇒ Types::GetCrawlersResponse
Retrieves metadata for all crawlers defined in the customer account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
8338 8339 8340 8341 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8338 def get_crawlers(params = {}, = {}) req = build_request(:get_crawlers, params) req.send_request() end |
#get_custom_entity_type(params = {}) ⇒ Types::GetCustomEntityTypeResponse
Retrieves the details of a custom pattern by specifying its name.
8371 8372 8373 8374 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8371 def get_custom_entity_type(params = {}, = {}) req = build_request(:get_custom_entity_type, params) req.send_request() end |
#get_dashboard_url(params = {}) ⇒ Types::GetDashboardUrlResponse
Retrieves the URL for the Spark monitoring dashboard for a Glue resource.
8409 8410 8411 8412 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8409 def get_dashboard_url(params = {}, = {}) req = build_request(:get_dashboard_url, params) req.send_request() end |
#get_data_catalog_encryption_settings(params = {}) ⇒ Types::GetDataCatalogEncryptionSettingsResponse
Retrieves the security configuration for a specified catalog.
8443 8444 8445 8446 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8443 def get_data_catalog_encryption_settings(params = {}, = {}) req = build_request(:get_data_catalog_encryption_settings, params) req.send_request() end |
#get_data_quality_model(params = {}) ⇒ Types::GetDataQualityModelResponse
Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).
8482 8483 8484 8485 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8482 def get_data_quality_model(params = {}, = {}) req = build_request(:get_data_quality_model, params) req.send_request() end |
#get_data_quality_model_result(params = {}) ⇒ Types::GetDataQualityModelResultResponse
Retrieve a statistic's predictions for a given Profile ID.
8522 8523 8524 8525 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8522 def get_data_quality_model_result(params = {}, = {}) req = build_request(:get_data_quality_model_result, params) req.send_request() end |
#get_data_quality_result(params = {}) ⇒ Types::GetDataQualityResultResponse
Retrieves the result of a data quality rule evaluation.
8626 8627 8628 8629 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8626 def get_data_quality_result(params = {}, = {}) req = build_request(:get_data_quality_result, params) req.send_request() end |
#get_data_quality_rule_recommendation_run(params = {}) ⇒ Types::GetDataQualityRuleRecommendationRunResponse
Gets the specified recommendation run that was used to generate rules.
8694 8695 8696 8697 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8694 def get_data_quality_rule_recommendation_run(params = {}, = {}) req = build_request(:get_data_quality_rule_recommendation_run, params) req.send_request() end |
#get_data_quality_ruleset(params = {}) ⇒ Types::GetDataQualityRulesetResponse
Returns an existing ruleset by identifier or name.
8738 8739 8740 8741 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8738 def get_data_quality_ruleset(params = {}, = {}) req = build_request(:get_data_quality_ruleset, params) req.send_request() end |
#get_data_quality_ruleset_evaluation_run(params = {}) ⇒ Types::GetDataQualityRulesetEvaluationRunResponse
Retrieves a specific run where a ruleset is evaluated against a data source.
8853 8854 8855 8856 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8853 def get_data_quality_ruleset_evaluation_run(params = {}, = {}) req = build_request(:get_data_quality_ruleset_evaluation_run, params) req.send_request() end |
#get_database(params = {}) ⇒ Types::GetDatabaseResponse
Retrieves the definition of a specified database.
8903 8904 8905 8906 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8903 def get_database(params = {}, = {}) req = build_request(:get_database, params) req.send_request() end |
#get_databases(params = {}) ⇒ Types::GetDatabasesResponse
Retrieves all databases defined in a given Data Catalog.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
8982 8983 8984 8985 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 8982 def get_databases(params = {}, = {}) req = build_request(:get_databases, params) req.send_request() end |
#get_dataflow_graph(params = {}) ⇒ Types::GetDataflowGraphResponse
Transforms a Python script into a directed acyclic graph (DAG).
9022 9023 9024 9025 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9022 def get_dataflow_graph(params = {}, = {}) req = build_request(:get_dataflow_graph, params) req.send_request() end |
#get_dev_endpoint(params = {}) ⇒ Types::GetDevEndpointResponse
Retrieves information about a specified development endpoint.
9084 9085 9086 9087 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9084 def get_dev_endpoint(params = {}, = {}) req = build_request(:get_dev_endpoint, params) req.send_request() end |
#get_dev_endpoints(params = {}) ⇒ Types::GetDevEndpointsResponse
Retrieves all the development endpoints in this Amazon Web Services account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
9156 9157 9158 9159 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9156 def get_dev_endpoints(params = {}, = {}) req = build_request(:get_dev_endpoints, params) req.send_request() end |
#get_entity_records(params = {}) ⇒ Types::GetEntityRecordsResponse
This API is used to query preview data from a given connection type or from a native Amazon S3 based Glue Data Catalog.
Returns records as an array of JSON blobs. Each record is formatted
using Jackson JsonNode based on the field type defined by the
DescribeEntity API.
Spark connectors generate schemas according to the same data type
mapping as in the DescribeEntity API. Spark connectors convert data
to the appropriate data types matching the schema when returning rows.
9237 9238 9239 9240 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9237 def get_entity_records(params = {}, = {}) req = build_request(:get_entity_records, params) req.send_request() end |
#get_form_type(params = {}) ⇒ Types::GetFormTypeResponse
Retrieves a form type in Glue Data Catalog by its identifier.
9269 9270 9271 9272 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9269 def get_form_type(params = {}, = {}) req = build_request(:get_form_type, params) req.send_request() end |
#get_glossary(params = {}) ⇒ Types::GetGlossaryResponse
Retrieves a business glossary in Glue Data Catalog by its identifier.
9301 9302 9303 9304 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9301 def get_glossary(params = {}, = {}) req = build_request(:get_glossary, params) req.send_request() end |
#get_glossary_term(params = {}) ⇒ Types::GetGlossaryTermResponse
Retrieves a glossary term in Glue Data Catalog by its identifier.
9337 9338 9339 9340 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9337 def get_glossary_term(params = {}, = {}) req = build_request(:get_glossary_term, params) req.send_request() end |
#get_glue_identity_center_configuration(params = {}) ⇒ Types::GetGlueIdentityCenterConfigurationResponse
Retrieves the current Glue Identity Center configuration details, including the associated Identity Center instance and application information.
9365 9366 9367 9368 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9365 def get_glue_identity_center_configuration(params = {}, = {}) req = build_request(:get_glue_identity_center_configuration, params) req.send_request() end |
#get_integration_resource_property(params = {}) ⇒ Types::GetIntegrationResourcePropertyResponse
This API is used for fetching the ResourceProperty of the Glue
connection (for the source) or Glue database ARN (for the target)
9403 9404 9405 9406 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9403 def get_integration_resource_property(params = {}, = {}) req = build_request(:get_integration_resource_property, params) req.send_request() end |
#get_integration_table_properties(params = {}) ⇒ Types::GetIntegrationTablePropertiesResponse
This API is used to retrieve optional override properties for the tables that need to be replicated. These properties can include properties for filtering and partition for source and target tables.
9459 9460 9461 9462 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9459 def get_integration_table_properties(params = {}, = {}) req = build_request(:get_integration_table_properties, params) req.send_request() end |
#get_job(params = {}) ⇒ Types::GetJobResponse
Retrieves an existing job definition.
9483 9484 9485 9486 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9483 def get_job(params = {}, = {}) req = build_request(:get_job, params) req.send_request() end |
#get_job_bookmark(params = {}) ⇒ Types::GetJobBookmarkResponse
Returns information on a job bookmark entry.
For more information about enabling and using job bookmarks, see:
9535 9536 9537 9538 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9535 def get_job_bookmark(params = {}, = {}) req = build_request(:get_job_bookmark, params) req.send_request() end |
#get_job_run(params = {}) ⇒ Types::GetJobRunResponse
Retrieves the metadata for a given job run. Job run history is accessible for 365 days for your workflow and job run.
9604 9605 9606 9607 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9604 def get_job_run(params = {}, = {}) req = build_request(:get_job_run, params) req.send_request() end |
#get_job_runs(params = {}) ⇒ Types::GetJobRunsResponse
Retrieves metadata for all runs of a given job definition.
GetJobRuns returns the job runs in chronological order, with the
newest jobs returned first.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
9680 9681 9682 9683 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9680 def get_job_runs(params = {}, = {}) req = build_request(:get_job_runs, params) req.send_request() end |
#get_jobs(params = {}) ⇒ Types::GetJobsResponse
Retrieves all current job definitions.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
9711 9712 9713 9714 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9711 def get_jobs(params = {}, = {}) req = build_request(:get_jobs, params) req.send_request() end |
#get_mapping(params = {}) ⇒ Types::GetMappingResponse
Creates mappings.
10132 10133 10134 10135 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 10132 def get_mapping(params = {}, = {}) req = build_request(:get_mapping, params) req.send_request() end |
#get_materialized_view_refresh_task_run(params = {}) ⇒ Types::GetMaterializedViewRefreshTaskRunResponse
Get the associated metadata/information for a task run, given a task run ID.
10180 10181 10182 10183 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 10180 def get_materialized_view_refresh_task_run(params = {}, = {}) req = build_request(:get_materialized_view_refresh_task_run, params) req.send_request() end |
#get_ml_task_run(params = {}) ⇒ Types::GetMLTaskRunResponse
Gets details for a specific task run on a machine learning transform.
Machine learning task runs are asynchronous tasks that Glue runs on
your behalf as part of various machine learning workflows. You can
check the stats of any task run by calling GetMLTaskRun with the
TaskRunID and its parent transform's TransformID.
9772 9773 9774 9775 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9772 def get_ml_task_run(params = {}, = {}) req = build_request(:get_ml_task_run, params) req.send_request() end |
#get_ml_task_runs(params = {}) ⇒ Types::GetMLTaskRunsResponse
Gets a list of runs for a machine learning transform. Machine learning
task runs are asynchronous tasks that Glue runs on your behalf as part
of various machine learning workflows. You can get a sortable,
filterable list of machine learning task runs by calling
GetMLTaskRuns with their parent transform's TransformID and other
optional parameters as documented in this section.
This operation returns a list of historic runs and must be paginated.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
9854 9855 9856 9857 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9854 def get_ml_task_runs(params = {}, = {}) req = build_request(:get_ml_task_runs, params) req.send_request() end |
#get_ml_transform(params = {}) ⇒ Types::GetMLTransformResponse
Gets an Glue machine learning transform artifact and all its
corresponding metadata. Machine learning transforms are a special type
of transform that use machine learning to learn the details of the
transformation to be performed by learning from examples provided by
humans. These transformations are then saved by Glue. You can retrieve
their metadata by calling GetMLTransform.
9949 9950 9951 9952 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 9949 def get_ml_transform(params = {}, = {}) req = build_request(:get_ml_transform, params) req.send_request() end |
#get_ml_transforms(params = {}) ⇒ Types::GetMLTransformsResponse
Gets a sortable, filterable list of existing Glue machine learning
transforms. Machine learning transforms are a special type of
transform that use machine learning to learn the details of the
transformation to be performed by learning from examples provided by
humans. These transformations are then saved by Glue, and you can
retrieve their metadata by calling GetMLTransforms.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
10060 10061 10062 10063 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 10060 def get_ml_transforms(params = {}, = {}) req = build_request(:get_ml_transforms, params) req.send_request() end |
#get_partition(params = {}) ⇒ Types::GetPartitionResponse
Retrieves information about a specified partition.
10275 10276 10277 10278 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 10275 def get_partition(params = {}, = {}) req = build_request(:get_partition, params) req.send_request() end |
#get_partition_indexes(params = {}) ⇒ Types::GetPartitionIndexesResponse
Retrieves the partition indexes associated with a table.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
10331 10332 10333 10334 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 10331 def get_partition_indexes(params = {}, = {}) req = build_request(:get_partition_indexes, params) req.send_request() end |
#get_partitions(params = {}) ⇒ Types::GetPartitionsResponse
Retrieves information about the partitions in a table.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
10554 10555 10556 10557 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 10554 def get_partitions(params = {}, = {}) req = build_request(:get_partitions, params) req.send_request() end |
#get_plan(params = {}) ⇒ Types::GetPlanResponse
Gets code to perform a specified mapping.
10653 10654 10655 10656 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 10653 def get_plan(params = {}, = {}) req = build_request(:get_plan, params) req.send_request() end |
#get_registry(params = {}) ⇒ Types::GetRegistryResponse
Describes the specified registry in detail.
10695 10696 10697 10698 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 10695 def get_registry(params = {}, = {}) req = build_request(:get_registry, params) req.send_request() end |
#get_resource_policies(params = {}) ⇒ Types::GetResourcePoliciesResponse
Retrieves the resource policies set on individual resources by Resource Access Manager during cross-account permission grants. Also retrieves the Data Catalog resource policy.
If you enabled metadata encryption in Data Catalog settings, and you do not have permission on the KMS key, the operation can't return the Data Catalog resource policy.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
10741 10742 10743 10744 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 10741 def get_resource_policies(params = {}, = {}) req = build_request(:get_resource_policies, params) req.send_request() end |
#get_resource_policy(params = {}) ⇒ Types::GetResourcePolicyResponse
Retrieves a specified resource policy.
10782 10783 10784 10785 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 10782 def get_resource_policy(params = {}, = {}) req = build_request(:get_resource_policy, params) req.send_request() end |
#get_schema(params = {}) ⇒ Types::GetSchemaResponse
Describes the specified schema in detail.
10846 10847 10848 10849 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 10846 def get_schema(params = {}, = {}) req = build_request(:get_schema, params) req.send_request() end |
#get_schema_by_definition(params = {}) ⇒ Types::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.
10902 10903 10904 10905 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 10902 def get_schema_by_definition(params = {}, = {}) req = build_request(:get_schema_by_definition, params) req.send_request() end |
#get_schema_version(params = {}) ⇒ Types::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.
10969 10970 10971 10972 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 10969 def get_schema_version(params = {}, = {}) req = build_request(:get_schema_version, params) req.send_request() end |
#get_schema_versions_diff(params = {}) ⇒ Types::GetSchemaVersionsDiffResponse
Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.
This API allows you to compare two schema versions between two schema definitions under the same schema.
11030 11031 11032 11033 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 11030 def get_schema_versions_diff(params = {}, = {}) req = build_request(:get_schema_versions_diff, params) req.send_request() end |
#get_security_configuration(params = {}) ⇒ Types::GetSecurityConfigurationResponse
Retrieves a specified security configuration.
11068 11069 11070 11071 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 11068 def get_security_configuration(params = {}, = {}) req = build_request(:get_security_configuration, params) req.send_request() end |
#get_security_configurations(params = {}) ⇒ Types::GetSecurityConfigurationsResponse
Retrieves a list of all security configurations.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
11115 11116 11117 11118 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 11115 def get_security_configurations(params = {}, = {}) req = build_request(:get_security_configurations, params) req.send_request() end |
#get_session(params = {}) ⇒ Types::GetSessionResponse
Retrieves the session.
11170 11171 11172 11173 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 11170 def get_session(params = {}, = {}) req = build_request(:get_session, params) req.send_request() end |
#get_session_endpoint(params = {}) ⇒ Types::GetSessionEndpointResponse
Returns the Spark Connect endpoint URL and authentication token for an interactive session.
11201 11202 11203 11204 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 11201 def get_session_endpoint(params = {}, = {}) req = build_request(:get_session_endpoint, params) req.send_request() end |
#get_statement(params = {}) ⇒ Types::GetStatementResponse
Retrieves the statement.
11249 11250 11251 11252 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 11249 def get_statement(params = {}, = {}) req = build_request(:get_statement, params) req.send_request() end |
#get_table(params = {}) ⇒ Types::GetTableResponse
Retrieves the Table definition in a Data Catalog for a specified
table.
11468 11469 11470 11471 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 11468 def get_table(params = {}, = {}) req = build_request(:get_table, params) req.send_request() end |
#get_table_optimizer(params = {}) ⇒ Types::GetTableOptimizerResponse
Returns the configuration of all optimizers associated with a specified table.
11553 11554 11555 11556 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 11553 def get_table_optimizer(params = {}, = {}) req = build_request(:get_table_optimizer, params) req.send_request() end |
#get_table_version(params = {}) ⇒ Types::GetTableVersionResponse
Retrieves a specified version of a table.
11743 11744 11745 11746 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 11743 def get_table_version(params = {}, = {}) req = build_request(:get_table_version, params) req.send_request() end |
#get_table_versions(params = {}) ⇒ Types::GetTableVersionsResponse
Retrieves a list of strings that identify available versions of a specified table.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
11942 11943 11944 11945 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 11942 def get_table_versions(params = {}, = {}) req = build_request(:get_table_versions, params) req.send_request() end |
#get_tables(params = {}) ⇒ Types::GetTablesResponse
Retrieves the definitions of some or all of the tables in a given
Database.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
12171 12172 12173 12174 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 12171 def get_tables(params = {}, = {}) req = build_request(:get_tables, params) req.send_request() end |
#get_tags(params = {}) ⇒ Types::GetTagsResponse
Retrieves a list of tags associated with a resource.
12201 12202 12203 12204 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 12201 def (params = {}, = {}) req = build_request(:get_tags, params) req.send_request() end |
#get_trigger(params = {}) ⇒ Types::GetTriggerResponse
Retrieves the definition of a trigger.
12252 12253 12254 12255 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 12252 def get_trigger(params = {}, = {}) req = build_request(:get_trigger, params) req.send_request() end |
#get_triggers(params = {}) ⇒ Types::GetTriggersResponse
Gets all the triggers associated with a job.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
12318 12319 12320 12321 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 12318 def get_triggers(params = {}, = {}) req = build_request(:get_triggers, params) req.send_request() end |
#get_unfiltered_partition_metadata(params = {}) ⇒ Types::GetUnfilteredPartitionMetadataResponse
Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.
For IAM authorization, the public IAM action associated with this API
is glue:GetPartition.
12445 12446 12447 12448 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 12445 def (params = {}, = {}) req = build_request(:get_unfiltered_partition_metadata, params) req.send_request() end |
#get_unfiltered_partitions_metadata(params = {}) ⇒ Types::GetUnfilteredPartitionsMetadataResponse
Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.
For IAM authorization, the public IAM action associated with this API
is glue:GetPartitions.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
12675 12676 12677 12678 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 12675 def (params = {}, = {}) req = build_request(:get_unfiltered_partitions_metadata, params) req.send_request() end |
#get_unfiltered_table_metadata(params = {}) ⇒ Types::GetUnfilteredTableMetadataResponse
Allows a third-party analytical engine to retrieve unfiltered table metadata from the Data Catalog.
For IAM authorization, the public IAM action associated with this API
is glue:GetTable.
12963 12964 12965 12966 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 12963 def (params = {}, = {}) req = build_request(:get_unfiltered_table_metadata, params) req.send_request() end |
#get_usage_profile(params = {}) ⇒ Types::GetUsageProfileResponse
Retrieves information about the specified Glue usage profile.
13010 13011 13012 13013 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13010 def get_usage_profile(params = {}, = {}) req = build_request(:get_usage_profile, params) req.send_request() end |
#get_user_defined_function(params = {}) ⇒ Types::GetUserDefinedFunctionResponse
Retrieves a specified function definition from the Data Catalog.
13058 13059 13060 13061 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13058 def get_user_defined_function(params = {}, = {}) req = build_request(:get_user_defined_function, params) req.send_request() end |
#get_user_defined_functions(params = {}) ⇒ Types::GetUserDefinedFunctionsResponse
Retrieves multiple function definitions from the Data Catalog.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
13132 13133 13134 13135 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13132 def get_user_defined_functions(params = {}, = {}) req = build_request(:get_user_defined_functions, params) req.send_request() end |
#get_workflow(params = {}) ⇒ Types::GetWorkflowResponse
Retrieves resource metadata for a workflow.
13336 13337 13338 13339 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13336 def get_workflow(params = {}, = {}) req = build_request(:get_workflow, params) req.send_request() end |
#get_workflow_run(params = {}) ⇒ Types::GetWorkflowRunResponse
Retrieves the metadata for a given workflow run. Job run history is accessible for 90 days for your workflow and job run.
13463 13464 13465 13466 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13463 def get_workflow_run(params = {}, = {}) req = build_request(:get_workflow_run, params) req.send_request() end |
#get_workflow_run_properties(params = {}) ⇒ Types::GetWorkflowRunPropertiesResponse
Retrieves the workflow run properties which were set during the run.
13496 13497 13498 13499 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13496 def get_workflow_run_properties(params = {}, = {}) req = build_request(:get_workflow_run_properties, params) req.send_request() end |
#get_workflow_runs(params = {}) ⇒ Types::GetWorkflowRunsResponse
Retrieves metadata for all runs of a given workflow.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
13631 13632 13633 13634 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13631 def get_workflow_runs(params = {}, = {}) req = build_request(:get_workflow_runs, params) req.send_request() end |
#import_catalog_to_glue(params = {}) ⇒ Struct
Imports an existing Amazon Athena Data Catalog to Glue.
13654 13655 13656 13657 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13654 def import_catalog_to_glue(params = {}, = {}) req = build_request(:import_catalog_to_glue, params) req.send_request() end |
#list_asset_types(params = {}) ⇒ Types::ListAssetTypesResponse
Lists the asset types defined in Glue Data Catalog.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
13692 13693 13694 13695 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13692 def list_asset_types(params = {}, = {}) req = build_request(:list_asset_types, params) req.send_request() end |
#list_blueprints(params = {}) ⇒ Types::ListBlueprintsResponse
Lists all the blueprint names in an account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
13735 13736 13737 13738 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13735 def list_blueprints(params = {}, = {}) req = build_request(:list_blueprints, params) req.send_request() end |
#list_column_statistics_task_runs(params = {}) ⇒ Types::ListColumnStatisticsTaskRunsResponse
List all task runs for a particular account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
13772 13773 13774 13775 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13772 def list_column_statistics_task_runs(params = {}, = {}) req = build_request(:list_column_statistics_task_runs, params) req.send_request() end |
#list_connection_types(params = {}) ⇒ Types::ListConnectionTypesResponse
The ListConnectionTypes API provides a discovery mechanism to learn
available connection types in Glue. The response contains a list of
connection types with high-level details of what is supported for each
connection type, including both built-in connection types and custom
connection types registered via RegisterConnectionType. The
connection types listed are the set of supported options for the
ConnectionType value in the CreateConnection API.
See also: DescribeConnectionType, RegisterConnectionType,
DeleteConnectionType
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
13835 13836 13837 13838 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13835 def list_connection_types(params = {}, = {}) req = build_request(:list_connection_types, params) req.send_request() end |
#list_crawlers(params = {}) ⇒ Types::ListCrawlersResponse
Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
This operation takes the optional Tags field, which you can use as a
filter on the response so that tagged resources can be retrieved as a
group. If you choose to use tags filtering, only resources with the
tag are retrieved.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
13886 13887 13888 13889 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13886 def list_crawlers(params = {}, = {}) req = build_request(:list_crawlers, params) req.send_request() end |
#list_crawls(params = {}) ⇒ Types::ListCrawlsResponse
Returns all the crawls of a specified crawler. Returns only the crawls that have occurred since the launch date of the crawler history feature, and only retains up to 12 months of crawls. Older crawls will not be returned.
You may use this API to:
Retrive all the crawls of a specified crawler.
Retrieve all the crawls of a specified crawler within a limited count.
Retrieve all the crawls of a specified crawler in a specific time range.
Retrieve all the crawls of a specified crawler with a particular state, crawl ID, or DPU hour value.
13962 13963 13964 13965 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 13962 def list_crawls(params = {}, = {}) req = build_request(:list_crawls, params) req.send_request() end |
#list_custom_entity_types(params = {}) ⇒ Types::ListCustomEntityTypesResponse
Lists all the custom patterns that have been created.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14008 14009 14010 14011 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14008 def list_custom_entity_types(params = {}, = {}) req = build_request(:list_custom_entity_types, params) req.send_request() end |
#list_data_quality_results(params = {}) ⇒ Types::ListDataQualityResultsResponse
Returns all data quality execution results for your account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14091 14092 14093 14094 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14091 def list_data_quality_results(params = {}, = {}) req = build_request(:list_data_quality_results, params) req.send_request() end |
#list_data_quality_rule_recommendation_runs(params = {}) ⇒ Types::ListDataQualityRuleRecommendationRunsResponse
Lists the recommendation runs meeting the filter criteria.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14178 14179 14180 14181 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14178 def list_data_quality_rule_recommendation_runs(params = {}, = {}) req = build_request(:list_data_quality_rule_recommendation_runs, params) req.send_request() end |
#list_data_quality_ruleset_evaluation_runs(params = {}) ⇒ Types::ListDataQualityRulesetEvaluationRunsResponse
Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14260 14261 14262 14263 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14260 def list_data_quality_ruleset_evaluation_runs(params = {}, = {}) req = build_request(:list_data_quality_ruleset_evaluation_runs, params) req.send_request() end |
#list_data_quality_rulesets(params = {}) ⇒ Types::ListDataQualityRulesetsResponse
Returns a paginated list of rulesets for the specified list of Glue tables.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14328 14329 14330 14331 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14328 def list_data_quality_rulesets(params = {}, = {}) req = build_request(:list_data_quality_rulesets, params) req.send_request() end |
#list_data_quality_statistic_annotations(params = {}) ⇒ Types::ListDataQualityStatisticAnnotationsResponse
Retrieve annotations for a data quality statistic.
14382 14383 14384 14385 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14382 def list_data_quality_statistic_annotations(params = {}, = {}) req = build_request(:list_data_quality_statistic_annotations, params) req.send_request() end |
#list_data_quality_statistics(params = {}) ⇒ Types::ListDataQualityStatisticsResponse
Retrieves a list of data quality statistics.
14452 14453 14454 14455 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14452 def list_data_quality_statistics(params = {}, = {}) req = build_request(:list_data_quality_statistics, params) req.send_request() end |
#list_dev_endpoints(params = {}) ⇒ Types::ListDevEndpointsResponse
Retrieves the names of all DevEndpoint resources in this Amazon Web
Services account, or the resources with the specified tag. This
operation allows you to see which resources are available in your
account, and their names.
This operation takes the optional Tags field, which you can use as a
filter on the response so that tagged resources can be retrieved as a
group. If you choose to use tags filtering, only resources with the
tag are retrieved.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14503 14504 14505 14506 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14503 def list_dev_endpoints(params = {}, = {}) req = build_request(:list_dev_endpoints, params) req.send_request() end |
#list_entities(params = {}) ⇒ Types::ListEntitiesResponse
Returns the available entities supported by the connection type.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14563 14564 14565 14566 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14563 def list_entities(params = {}, = {}) req = build_request(:list_entities, params) req.send_request() end |
#list_form_types(params = {}) ⇒ Types::ListFormTypesResponse
Lists the form types defined in Glue Data Catalog.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14601 14602 14603 14604 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14601 def list_form_types(params = {}, = {}) req = build_request(:list_form_types, params) req.send_request() end |
#list_glossaries(params = {}) ⇒ Types::ListGlossariesResponse
Lists business glossaries in Glue Data Catalog.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14640 14641 14642 14643 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14640 def list_glossaries(params = {}, = {}) req = build_request(:list_glossaries, params) req.send_request() end |
#list_glossary_terms(params = {}) ⇒ Types::ListGlossaryTermsResponse
Lists glossary terms within a business glossary in Glue Data Catalog.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14683 14684 14685 14686 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14683 def list_glossary_terms(params = {}, = {}) req = build_request(:list_glossary_terms, params) req.send_request() end |
#list_integration_resource_properties(params = {}) ⇒ Types::ListIntegrationResourcePropertiesResponse
List integration resource properties for a single customer. It supports the filters, maxRecords and markers.
14735 14736 14737 14738 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14735 def list_integration_resource_properties(params = {}, = {}) req = build_request(:list_integration_resource_properties, params) req.send_request() end |
#list_iterable_forms(params = {}) ⇒ Types::ListIterableFormsResponse
Lists the items in an iterable form on an asset in Glue Data Catalog. For example, lists the columns of a table asset.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14785 14786 14787 14788 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14785 def list_iterable_forms(params = {}, = {}) req = build_request(:list_iterable_forms, params) req.send_request() end |
#list_jobs(params = {}) ⇒ Types::ListJobsResponse
Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
This operation takes the optional Tags field, which you can use as a
filter on the response so that tagged resources can be retrieved as a
group. If you choose to use tags filtering, only resources with the
tag are retrieved.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14836 14837 14838 14839 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14836 def list_jobs(params = {}, = {}) req = build_request(:list_jobs, params) req.send_request() end |
#list_materialized_view_refresh_task_runs(params = {}) ⇒ Types::ListMaterializedViewRefreshTaskRunsResponse
List all task runs for a particular account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14976 14977 14978 14979 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14976 def list_materialized_view_refresh_task_runs(params = {}, = {}) req = build_request(:list_materialized_view_refresh_task_runs, params) req.send_request() end |
#list_ml_transforms(params = {}) ⇒ Types::ListMLTransformsResponse
Retrieves a sortable, filterable list of existing Glue machine
learning transforms in this Amazon Web Services account, or the
resources with the specified tag. This operation takes the optional
Tags field, which you can use as a filter of the responses so that
tagged resources can be retrieved as a group. If you choose to use tag
filtering, only resources with the tags are retrieved.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
14912 14913 14914 14915 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 14912 def list_ml_transforms(params = {}, = {}) req = build_request(:list_ml_transforms, params) req.send_request() end |
#list_registries(params = {}) ⇒ Types::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.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
15022 15023 15024 15025 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15022 def list_registries(params = {}, = {}) req = build_request(:list_registries, params) req.send_request() end |
#list_schema_versions(params = {}) ⇒ Types::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.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
15083 15084 15085 15086 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15083 def list_schema_versions(params = {}, = {}) req = build_request(:list_schema_versions, params) req.send_request() end |
#list_schemas(params = {}) ⇒ Types::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.
When the RegistryId is not provided, all the schemas across
registries will be part of the API response.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
15140 15141 15142 15143 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15140 def list_schemas(params = {}, = {}) req = build_request(:list_schemas, params) req.send_request() end |
#list_sessions(params = {}) ⇒ Types::ListSessionsResponse
Retrieve a list of sessions.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
15214 15215 15216 15217 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15214 def list_sessions(params = {}, = {}) req = build_request(:list_sessions, params) req.send_request() end |
#list_statements(params = {}) ⇒ Types::ListStatementsResponse
Lists statements for the session.
15265 15266 15267 15268 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15265 def list_statements(params = {}, = {}) req = build_request(:list_statements, params) req.send_request() end |
#list_table_optimizer_runs(params = {}) ⇒ Types::ListTableOptimizerRunsResponse
Lists the history of previous optimizer runs for a specific table.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
15347 15348 15349 15350 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15347 def list_table_optimizer_runs(params = {}, = {}) req = build_request(:list_table_optimizer_runs, params) req.send_request() end |
#list_triggers(params = {}) ⇒ Types::ListTriggersResponse
Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.
This operation takes the optional Tags field, which you can use as a
filter on the response so that tagged resources can be retrieved as a
group. If you choose to use tags filtering, only resources with the
tag are retrieved.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
15404 15405 15406 15407 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15404 def list_triggers(params = {}, = {}) req = build_request(:list_triggers, params) req.send_request() end |
#list_usage_profiles(params = {}) ⇒ Types::ListUsageProfilesResponse
List all the Glue usage profiles.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
15444 15445 15446 15447 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15444 def list_usage_profiles(params = {}, = {}) req = build_request(:list_usage_profiles, params) req.send_request() end |
#list_workflows(params = {}) ⇒ Types::ListWorkflowsResponse
Lists names of workflows created in the account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
15481 15482 15483 15484 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15481 def list_workflows(params = {}, = {}) req = build_request(:list_workflows, params) req.send_request() end |
#modify_integration(params = {}) ⇒ Types::ModifyIntegrationResponse
Modifies a Zero-ETL integration in the caller's account.
15564 15565 15566 15567 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15564 def modify_integration(params = {}, = {}) req = build_request(:modify_integration, params) req.send_request() end |
#put_asset(params = {}) ⇒ Types::PutAssetResponse
Creates or updates an asset in Glue Data Catalog. If the asset already exists, this operation updates it; otherwise, a new asset is created.
15634 15635 15636 15637 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15634 def put_asset(params = {}, = {}) req = build_request(:put_asset, params) req.send_request() end |
#put_asset_type(params = {}) ⇒ Types::PutAssetTypeResponse
Creates or updates an asset type in Glue Data Catalog. An asset type defines the structure of assets by specifying which forms they include. If an asset type with the given name already exists, it is updated.
15687 15688 15689 15690 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15687 def put_asset_type(params = {}, = {}) req = build_request(:put_asset_type, params) req.send_request() end |
#put_attachment(params = {}) ⇒ Types::PutAttachmentResponse
Attaches a form to an asset or an iterable form item in Glue Data Catalog. If an attachment with the same name already exists, it is overwritten.
15757 15758 15759 15760 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15757 def (params = {}, = {}) req = build_request(:put_attachment, params) req.send_request() end |
#put_data_catalog_encryption_settings(params = {}) ⇒ Struct
Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
15797 15798 15799 15800 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15797 def put_data_catalog_encryption_settings(params = {}, = {}) req = build_request(:put_data_catalog_encryption_settings, params) req.send_request() end |
#put_data_quality_profile_annotation(params = {}) ⇒ Struct
Annotate all datapoints for a Profile.
15823 15824 15825 15826 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15823 def put_data_quality_profile_annotation(params = {}, = {}) req = build_request(:put_data_quality_profile_annotation, params) req.send_request() end |
#put_form_type(params = {}) ⇒ Types::PutFormTypeResponse
Creates or updates a form type in Glue Data Catalog. A form type defines the schema for structured metadata that can be attached to assets.
15869 15870 15871 15872 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15869 def put_form_type(params = {}, = {}) req = build_request(:put_form_type, params) req.send_request() end |
#put_resource_policy(params = {}) ⇒ Types::PutResourcePolicyResponse
Sets the Data Catalog resource policy for access control.
15929 15930 15931 15932 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15929 def put_resource_policy(params = {}, = {}) req = build_request(:put_resource_policy, params) req.send_request() end |
#put_schema_version_metadata(params = {}) ⇒ Types::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.
15995 15996 15997 15998 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 15995 def (params = {}, = {}) req = build_request(:put_schema_version_metadata, params) req.send_request() end |
#put_workflow_run_properties(params = {}) ⇒ Struct
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.
16035 16036 16037 16038 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 16035 def put_workflow_run_properties(params = {}, = {}) req = build_request(:put_workflow_run_properties, params) req.send_request() end |
#query_schema_version_metadata(params = {}) ⇒ Types::QuerySchemaVersionMetadataResponse
Queries for the schema version metadata information.
16107 16108 16109 16110 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 16107 def (params = {}, = {}) req = build_request(:query_schema_version_metadata, params) req.send_request() end |
#register_connection_type(params = {}) ⇒ Types::RegisterConnectionTypeResponse
Registers a custom connection type in Glue based on the configuration provided. This operation enables customers to configure custom connectors for any data source with REST-based APIs, eliminating the need for building custom Lambda connectors.
The registered connection type stores details about how requests and responses are interpreted by REST sources, including connection properties, authentication configuration, and REST configuration with entity definitions. Once registered, customers can create connections using this connection type and work with them the same way as natively supported Glue connectors.
Supports multiple authentication types including Basic, OAuth2 (Client Credentials, JWT Bearer, Authorization Code), and Custom Auth configurations.
16608 16609 16610 16611 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 16608 def register_connection_type(params = {}, = {}) req = build_request(:register_connection_type, params) req.send_request() end |
#register_schema_version(params = {}) ⇒ Types::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.
If this is the first schema definition to be registered in the Schema
Registry, this API will store the schema version and return
immediately. Otherwise, this call has the potential to run longer than
other operations due to compatibility modes. You can call the
GetSchemaVersion API with the SchemaVersionId to check
compatibility modes.
If the same schema definition is already stored in Schema Registry as a version, the schema ID of the existing schema is returned to the caller.
16672 16673 16674 16675 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 16672 def register_schema_version(params = {}, = {}) req = build_request(:register_schema_version, params) req.send_request() end |
#remove_schema_version_metadata(params = {}) ⇒ Types::RemoveSchemaVersionMetadataResponse
Removes a key value pair from the schema version metadata for the specified schema version ID.
16738 16739 16740 16741 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 16738 def (params = {}, = {}) req = build_request(:remove_schema_version_metadata, params) req.send_request() end |
#reset_job_bookmark(params = {}) ⇒ Types::ResetJobBookmarkResponse
Resets a bookmark entry.
For more information about enabling and using job bookmarks, see:
16790 16791 16792 16793 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 16790 def reset_job_bookmark(params = {}, = {}) req = build_request(:reset_job_bookmark, params) req.send_request() end |
#resume_workflow_run(params = {}) ⇒ Types::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.
16832 16833 16834 16835 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 16832 def resume_workflow_run(params = {}, = {}) req = build_request(:resume_workflow_run, params) req.send_request() end |
#run_statement(params = {}) ⇒ Types::RunStatementResponse
Executes the statement.
16868 16869 16870 16871 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 16868 def run_statement(params = {}, = {}) req = build_request(:run_statement, params) req.send_request() end |
#search_assets(params = {}) ⇒ Types::SearchAssetsOutput
Searches for assets in Glue Data Catalog using full-text search, filters, sorting, and aggregations. Returns matching assets with relevance-ranked results.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
16954 16955 16956 16957 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 16954 def search_assets(params = {}, = {}) req = build_request(:search_assets, params) req.send_request() end |
#search_tables(params = {}) ⇒ Types::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.
You can only get tables that you have access to based on the security policies defined in Lake Formation. You need at least a read-only access to the table for it to be returned. If you do not have access to all the columns in the table, these columns will not be searched against when returning the list of tables back to you. If you have access to the columns but not the data in the columns, those columns and the associated metadata for those columns will be included in the search.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
17197 17198 17199 17200 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 17197 def search_tables(params = {}, = {}) req = build_request(:search_tables, params) req.send_request() end |
#start_blueprint_run(params = {}) ⇒ Types::StartBlueprintRunResponse
Starts a new run of the specified blueprint.
17233 17234 17235 17236 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 17233 def start_blueprint_run(params = {}, = {}) req = build_request(:start_blueprint_run, params) req.send_request() end |
#start_column_statistics_task_run(params = {}) ⇒ Types::StartColumnStatisticsTaskRunResponse
Starts a column statistics task run, for a specified table and columns.
17290 17291 17292 17293 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 17290 def start_column_statistics_task_run(params = {}, = {}) req = build_request(:start_column_statistics_task_run, params) req.send_request() end |
#start_column_statistics_task_run_schedule(params = {}) ⇒ Struct
Starts a column statistics task run schedule.
17317 17318 17319 17320 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 17317 def start_column_statistics_task_run_schedule(params = {}, = {}) req = build_request(:start_column_statistics_task_run_schedule, params) req.send_request() end |
#start_crawler(params = {}) ⇒ Struct
Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
17345 17346 17347 17348 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 17345 def start_crawler(params = {}, = {}) req = build_request(:start_crawler, params) req.send_request() end |
#start_crawler_schedule(params = {}) ⇒ Struct
Changes the schedule state of the specified crawler to SCHEDULED,
unless the crawler is already running or the schedule state is already
SCHEDULED.
17369 17370 17371 17372 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 17369 def start_crawler_schedule(params = {}, = {}) req = build_request(:start_crawler_schedule, params) req.send_request() end |
#start_data_quality_rule_recommendation_run(params = {}) ⇒ Types::StartDataQualityRuleRecommendationRunResponse
Starts a recommendation run that is used to generate rules when you don't know what rules to write. Glue Data Quality analyzes the data and comes up with recommendations for a potential ruleset. You can then triage the ruleset and modify the generated ruleset to your liking.
Recommendation runs are automatically deleted after 90 days.
17458 17459 17460 17461 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 17458 def start_data_quality_rule_recommendation_run(params = {}, = {}) req = build_request(:start_data_quality_rule_recommendation_run, params) req.send_request() end |
#start_data_quality_ruleset_evaluation_run(params = {}) ⇒ Types::StartDataQualityRulesetEvaluationRunResponse
Once you have a ruleset definition (either recommended or your own),
you call this operation to evaluate the ruleset against a data source
(Glue table). The evaluation computes results which you can retrieve
with the GetDataQualityResult API.
17617 17618 17619 17620 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 17617 def start_data_quality_ruleset_evaluation_run(params = {}, = {}) req = build_request(:start_data_quality_ruleset_evaluation_run, params) req.send_request() end |
#start_export_labels_task_run(params = {}) ⇒ Types::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.
17658 17659 17660 17661 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 17658 def start_export_labels_task_run(params = {}, = {}) req = build_request(:start_export_labels_task_run, params) req.send_request() end |
#start_import_labels_task_run(params = {}) ⇒ Types::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.
After the StartMLLabelingSetGenerationTaskRun finishes, Glue machine
learning will have generated a series of questions for humans to
answer. (Answering these questions is often called 'labeling' in the
machine learning workflows). In the case of the FindMatches
transform, these questions are of the form, “What is the correct way
to group these rows together into groups composed entirely of matching
records?” After the labeling process is finished, users upload their
answers/labels with a call to StartImportLabelsTaskRun. After
StartImportLabelsTaskRun finishes, all future runs of the machine
learning transform use the new and improved labels and perform a
higher-quality transformation.
By default, StartMLLabelingSetGenerationTaskRun continually learns
from and combines all labels that you upload unless you set Replace
to true. If you set Replace to true, StartImportLabelsTaskRun
deletes and forgets all previously uploaded labels and learns only
from the exact set that you upload. Replacing labels can be helpful if
you realize that you previously uploaded incorrect labels, and you
believe that they are having a negative effect on your transform
quality.
You can check on the status of your task run by calling the
GetMLTaskRun operation.
17724 17725 17726 17727 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 17724 def start_import_labels_task_run(params = {}, = {}) req = build_request(:start_import_labels_task_run, params) req.send_request() end |
#start_job_run(params = {}) ⇒ Types::StartJobRunResponse
Starts a job run using a job definition.
17946 17947 17948 17949 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 17946 def start_job_run(params = {}, = {}) req = build_request(:start_job_run, params) req.send_request() end |
#start_materialized_view_refresh_task_run(params = {}) ⇒ Types::StartMaterializedViewRefreshTaskRunResponse
Starts a materialized view refresh task run, for a specified table and columns.
18077 18078 18079 18080 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18077 def start_materialized_view_refresh_task_run(params = {}, = {}) req = build_request(:start_materialized_view_refresh_task_run, params) req.send_request() end |
#start_ml_evaluation_task_run(params = {}) ⇒ Types::StartMLEvaluationTaskRunResponse
Starts a task to estimate the quality of the transform.
When you provide label sets as examples of truth, Glue machine learning uses some of those examples to learn from them. The rest of the labels are used as a test to estimate quality.
Returns a unique identifier for the run. You can call GetMLTaskRun
to get more information about the stats of the EvaluationTaskRun.
17981 17982 17983 17984 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 17981 def start_ml_evaluation_task_run(params = {}, = {}) req = build_request(:start_ml_evaluation_task_run, params) req.send_request() end |
#start_ml_labeling_set_generation_task_run(params = {}) ⇒ Types::StartMLLabelingSetGenerationTaskRunResponse
Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.
When the StartMLLabelingSetGenerationTaskRun finishes, Glue will
have generated a "labeling set" or a set of questions for humans to
answer.
In the case of the FindMatches transform, these questions are of the
form, “What is the correct way to group these rows together into
groups composed entirely of matching records?”
After the labeling process is finished, you can upload your labels
with a call to StartImportLabelsTaskRun. After
StartImportLabelsTaskRun finishes, all future runs of the machine
learning transform will use the new and improved labels and perform a
higher-quality transformation.
Note: The role used to write the generated labeling set to the
OutputS3Path is the role associated with the Machine Learning
Transform, specified in the CreateMLTransform API.
18034 18035 18036 18037 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18034 def start_ml_labeling_set_generation_task_run(params = {}, = {}) req = build_request(:start_ml_labeling_set_generation_task_run, params) req.send_request() end |
#start_trigger(params = {}) ⇒ Types::StartTriggerResponse
Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.
18110 18111 18112 18113 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18110 def start_trigger(params = {}, = {}) req = build_request(:start_trigger, params) req.send_request() end |
#start_workflow_run(params = {}) ⇒ Types::StartWorkflowRunResponse
Starts a new run of the specified workflow.
18149 18150 18151 18152 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18149 def start_workflow_run(params = {}, = {}) req = build_request(:start_workflow_run, params) req.send_request() end |
#stop_column_statistics_task_run(params = {}) ⇒ Struct
Stops a task run for the specified table.
18175 18176 18177 18178 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18175 def stop_column_statistics_task_run(params = {}, = {}) req = build_request(:stop_column_statistics_task_run, params) req.send_request() end |
#stop_column_statistics_task_run_schedule(params = {}) ⇒ Struct
Stops a column statistics task run schedule.
18202 18203 18204 18205 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18202 def stop_column_statistics_task_run_schedule(params = {}, = {}) req = build_request(:stop_column_statistics_task_run_schedule, params) req.send_request() end |
#stop_crawler(params = {}) ⇒ Struct
If the specified crawler is running, stops the crawl.
18224 18225 18226 18227 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18224 def stop_crawler(params = {}, = {}) req = build_request(:stop_crawler, params) req.send_request() end |
#stop_crawler_schedule(params = {}) ⇒ Struct
Sets the schedule state of the specified crawler to NOT_SCHEDULED,
but does not stop the crawler if it is already running.
18247 18248 18249 18250 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18247 def stop_crawler_schedule(params = {}, = {}) req = build_request(:stop_crawler_schedule, params) req.send_request() end |
#stop_materialized_view_refresh_task_run(params = {}) ⇒ Struct
Stops a materialized view refresh task run, for a specified table and columns.
18279 18280 18281 18282 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18279 def stop_materialized_view_refresh_task_run(params = {}, = {}) req = build_request(:stop_materialized_view_refresh_task_run, params) req.send_request() end |
#stop_session(params = {}) ⇒ Types::StopSessionResponse
Stops the session.
18311 18312 18313 18314 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18311 def stop_session(params = {}, = {}) req = build_request(:stop_session, params) req.send_request() end |
#stop_trigger(params = {}) ⇒ Types::StopTriggerResponse
Stops a specified trigger.
18339 18340 18341 18342 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18339 def stop_trigger(params = {}, = {}) req = build_request(:stop_trigger, params) req.send_request() end |
#stop_workflow_run(params = {}) ⇒ Struct
Stops the execution of the specified workflow run.
18365 18366 18367 18368 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18365 def stop_workflow_run(params = {}, = {}) req = build_request(:stop_workflow_run, params) req.send_request() end |
#tag_resource(params = {}) ⇒ Struct
Adds tags to a resource. A tag is a label you can assign to an Amazon Web Services resource. In Glue, you can tag only certain resources. For information about what resources you can tag, see Amazon Web Services Tags in Glue.
18406 18407 18408 18409 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18406 def tag_resource(params = {}, = {}) req = build_request(:tag_resource, params) req.send_request() end |
#test_connection(params = {}) ⇒ Struct
Tests a connection to a service to validate the service credentials that you provide.
You can either provide an existing connection name or a
TestConnectionInput for testing a non-existing connection input.
Providing both at the same time will cause an error.
If the action is successful, the service sends back an HTTP 200 response.
18484 18485 18486 18487 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18484 def test_connection(params = {}, = {}) req = build_request(:test_connection, params) req.send_request() end |
#untag_resource(params = {}) ⇒ Struct
Removes tags from a resource.
18511 18512 18513 18514 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18511 def untag_resource(params = {}, = {}) req = build_request(:untag_resource, params) req.send_request() end |
#update_asset(params = {}) ⇒ Types::UpdateAssetResponse
Updates the name and description of an existing asset in Glue Data Catalog. Only the fields that you provide are updated.
18562 18563 18564 18565 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18562 def update_asset(params = {}, = {}) req = build_request(:update_asset, params) req.send_request() end |
#update_blueprint(params = {}) ⇒ Types::UpdateBlueprintResponse
Updates a registered blueprint.
18598 18599 18600 18601 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18598 def update_blueprint(params = {}, = {}) req = build_request(:update_blueprint, params) req.send_request() end |
#update_catalog(params = {}) ⇒ Struct
Updates an existing catalog's properties in the Glue Data Catalog.
18679 18680 18681 18682 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18679 def update_catalog(params = {}, = {}) req = build_request(:update_catalog, params) req.send_request() end |
#update_classifier(params = {}) ⇒ Struct
Modifies an existing classifier (a GrokClassifier, an
XMLClassifier, a JsonClassifier, or a CsvClassifier, depending
on which field is present).
18738 18739 18740 18741 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18738 def update_classifier(params = {}, = {}) req = build_request(:update_classifier, params) req.send_request() end |
#update_column_statistics_for_partition(params = {}) ⇒ Types::UpdateColumnStatisticsForPartitionResponse
Creates or updates partition statistics of columns.
The Identity and Access Management (IAM) permission required for this
operation is UpdatePartition.
18876 18877 18878 18879 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 18876 def update_column_statistics_for_partition(params = {}, = {}) req = build_request(:update_column_statistics_for_partition, params) req.send_request() end |
#update_column_statistics_for_table(params = {}) ⇒ Types::UpdateColumnStatisticsForTableResponse
Creates or updates table statistics of columns.
The Identity and Access Management (IAM) permission required for this
operation is UpdateTable.
19010 19011 19012 19013 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19010 def update_column_statistics_for_table(params = {}, = {}) req = build_request(:update_column_statistics_for_table, params) req.send_request() end |
#update_column_statistics_task_settings(params = {}) ⇒ Struct
Updates settings for a column statistics task.
19062 19063 19064 19065 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19062 def update_column_statistics_task_settings(params = {}, = {}) req = build_request(:update_column_statistics_task_settings, params) req.send_request() end |
#update_connection(params = {}) ⇒ Struct
Updates a connection definition in the Data Catalog.
19150 19151 19152 19153 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19150 def update_connection(params = {}, = {}) req = build_request(:update_connection, params) req.send_request() end |
#update_crawler(params = {}) ⇒ Struct
Updates a crawler. If a crawler is running, you must stop it using
StopCrawler before updating it.
19320 19321 19322 19323 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19320 def update_crawler(params = {}, = {}) req = build_request(:update_crawler, params) req.send_request() end |
#update_crawler_schedule(params = {}) ⇒ Struct
Updates the schedule of a crawler using a cron expression.
19353 19354 19355 19356 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19353 def update_crawler_schedule(params = {}, = {}) req = build_request(:update_crawler_schedule, params) req.send_request() end |
#update_data_quality_ruleset(params = {}) ⇒ Types::UpdateDataQualityRulesetResponse
Updates the specified data quality ruleset.
19394 19395 19396 19397 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19394 def update_data_quality_ruleset(params = {}, = {}) req = build_request(:update_data_quality_ruleset, params) req.send_request() end |
#update_database(params = {}) ⇒ Struct
Updates an existing database definition in a Data Catalog.
19453 19454 19455 19456 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19453 def update_database(params = {}, = {}) req = build_request(:update_database, params) req.send_request() end |
#update_dev_endpoint(params = {}) ⇒ Struct
Updates a specified development endpoint.
19522 19523 19524 19525 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19522 def update_dev_endpoint(params = {}, = {}) req = build_request(:update_dev_endpoint, params) req.send_request() end |
#update_glossary(params = {}) ⇒ Types::UpdateGlossaryResponse
Updates a business glossary in Glue Data Catalog.
19570 19571 19572 19573 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19570 def update_glossary(params = {}, = {}) req = build_request(:update_glossary, params) req.send_request() end |
#update_glossary_term(params = {}) ⇒ Types::UpdateGlossaryTermResponse
Updates a glossary term in Glue Data Catalog.
19626 19627 19628 19629 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19626 def update_glossary_term(params = {}, = {}) req = build_request(:update_glossary_term, params) req.send_request() end |
#update_glue_identity_center_configuration(params = {}) ⇒ Struct
Updates the existing Glue Identity Center configuration, allowing modification of scopes and permissions for the integration.
19655 19656 19657 19658 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19655 def update_glue_identity_center_configuration(params = {}, = {}) req = build_request(:update_glue_identity_center_configuration, params) req.send_request() end |
#update_integration_resource_property(params = {}) ⇒ Types::UpdateIntegrationResourcePropertyResponse
This API can be used for updating 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. Since the same resource can be used across multiple
integrations, updating resource properties will impact all the
integrations using it.
19712 19713 19714 19715 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19712 def update_integration_resource_property(params = {}, = {}) req = build_request(:update_integration_resource_property, params) req.send_request() end |
#update_integration_table_properties(params = {}) ⇒ Struct
This API is used to provide optional override properties for 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.
The override will be reflected across all the integrations using same
ResourceArn and source table.
19770 19771 19772 19773 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19770 def update_integration_table_properties(params = {}, = {}) req = build_request(:update_integration_table_properties, params) req.send_request() end |
#update_job(params = {}) ⇒ Types::UpdateJobResponse
Updates an existing job definition. The previous job definition is completely overwritten by this information.
19797 19798 19799 19800 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19797 def update_job(params = {}, = {}) req = build_request(:update_job, params) req.send_request() end |
#update_job_from_source_control(params = {}) ⇒ Types::UpdateJobFromSourceControlResponse
Synchronizes a job from the source control repository. This operation takes the job artifacts that are located in the remote repository and updates the Glue internal stores with these artifacts.
This API supports optional parameters which take in the repository information.
19868 19869 19870 19871 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19868 def update_job_from_source_control(params = {}, = {}) req = build_request(:update_job_from_source_control, params) req.send_request() end |
#update_ml_transform(params = {}) ⇒ Types::UpdateMLTransformResponse
Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results.
After calling this operation, you can call the
StartMLEvaluationTaskRun operation to assess how well your new
parameters achieved your goals (such as improving the quality of your
machine learning transform, or making it more cost-effective).
19986 19987 19988 19989 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 19986 def update_ml_transform(params = {}, = {}) req = build_request(:update_ml_transform, params) req.send_request() end |
#update_partition(params = {}) ⇒ Struct
Updates a partition.
20090 20091 20092 20093 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 20090 def update_partition(params = {}, = {}) req = build_request(:update_partition, params) req.send_request() end |
#update_registry(params = {}) ⇒ Types::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.
20131 20132 20133 20134 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 20131 def update_registry(params = {}, = {}) req = build_request(:update_registry, params) req.send_request() end |
#update_schema(params = {}) ⇒ Types::UpdateSchemaResponse
Updates the description, compatibility setting, or version checkpoint for a schema set.
For updating the compatibility setting, the call will not validate
compatibility for the entire set of schema versions with the new
compatibility setting. If the value for Compatibility is provided,
the VersionNumber (a checkpoint) is also required. The API will
validate the checkpoint version number for consistency.
If the value for the VersionNumber (checkpoint) is provided,
Compatibility is optional and this can be used to set/reset a
checkpoint for the schema.
This update will happen only if the schema is in the AVAILABLE state.
20203 20204 20205 20206 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 20203 def update_schema(params = {}, = {}) req = build_request(:update_schema, params) req.send_request() end |
#update_source_control_from_job(params = {}) ⇒ Types::UpdateSourceControlFromJobResponse
Synchronizes a job to the source control repository. This operation takes the job artifacts from the Glue internal stores and makes a commit to the remote repository that is configured on the job.
This API supports optional parameters which take in the repository information.
20274 20275 20276 20277 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 20274 def update_source_control_from_job(params = {}, = {}) req = build_request(:update_source_control_from_job, params) req.send_request() end |
#update_table(params = {}) ⇒ Struct
Updates a metadata table in the Data Catalog.
20505 20506 20507 20508 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 20505 def update_table(params = {}, = {}) req = build_request(:update_table, params) req.send_request() end |
#update_table_optimizer(params = {}) ⇒ Struct
Updates the configuration for an existing table optimizer.
20572 20573 20574 20575 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 20572 def update_table_optimizer(params = {}, = {}) req = build_request(:update_table_optimizer, params) req.send_request() end |
#update_trigger(params = {}) ⇒ Types::UpdateTriggerResponse
Updates a trigger definition.
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.
20666 20667 20668 20669 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 20666 def update_trigger(params = {}, = {}) req = build_request(:update_trigger, params) req.send_request() end |
#update_usage_profile(params = {}) ⇒ Types::UpdateUsageProfileResponse
Update an Glue usage profile.
20720 20721 20722 20723 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 20720 def update_usage_profile(params = {}, = {}) req = build_request(:update_usage_profile, params) req.send_request() end |
#update_user_defined_function(params = {}) ⇒ Struct
Updates an existing function definition in the Data Catalog.
20770 20771 20772 20773 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 20770 def update_user_defined_function(params = {}, = {}) req = build_request(:update_user_defined_function, params) req.send_request() end |
#update_workflow(params = {}) ⇒ Types::UpdateWorkflowResponse
Updates an existing workflow.
20822 20823 20824 20825 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/client.rb', line 20822 def update_workflow(params = {}, = {}) req = build_request(:update_workflow, params) req.send_request() end |