[][src]Trait rusoto_glue::Glue

pub trait Glue {
#[must_use]    pub fn batch_create_partition<'life0, 'async_trait>(
        &'life0 self,
        input: BatchCreatePartitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchCreatePartitionResponse, RusotoError<BatchCreatePartitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_delete_connection<'life0, 'async_trait>(
        &'life0 self,
        input: BatchDeleteConnectionRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchDeleteConnectionResponse, RusotoError<BatchDeleteConnectionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_delete_partition<'life0, 'async_trait>(
        &'life0 self,
        input: BatchDeletePartitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchDeletePartitionResponse, RusotoError<BatchDeletePartitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_delete_table<'life0, 'async_trait>(
        &'life0 self,
        input: BatchDeleteTableRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchDeleteTableResponse, RusotoError<BatchDeleteTableError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_delete_table_version<'life0, 'async_trait>(
        &'life0 self,
        input: BatchDeleteTableVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchDeleteTableVersionResponse, RusotoError<BatchDeleteTableVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_get_crawlers<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetCrawlersRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetCrawlersResponse, RusotoError<BatchGetCrawlersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_get_dev_endpoints<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetDevEndpointsRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetDevEndpointsResponse, RusotoError<BatchGetDevEndpointsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_get_jobs<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetJobsRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetJobsResponse, RusotoError<BatchGetJobsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_get_partition<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetPartitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetPartitionResponse, RusotoError<BatchGetPartitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_get_triggers<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetTriggersRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetTriggersResponse, RusotoError<BatchGetTriggersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_get_workflows<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetWorkflowsRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetWorkflowsResponse, RusotoError<BatchGetWorkflowsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_stop_job_run<'life0, 'async_trait>(
        &'life0 self,
        input: BatchStopJobRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchStopJobRunResponse, RusotoError<GlueBatchStopJobRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn cancel_ml_task_run<'life0, 'async_trait>(
        &'life0 self,
        input: CancelMLTaskRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<CancelMLTaskRunResponse, RusotoError<CancelMLTaskRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_classifier<'life0, 'async_trait>(
        &'life0 self,
        input: CreateClassifierRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateClassifierResponse, RusotoError<CreateClassifierError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_connection<'life0, 'async_trait>(
        &'life0 self,
        input: CreateConnectionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateConnectionResponse, RusotoError<CreateConnectionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_crawler<'life0, 'async_trait>(
        &'life0 self,
        input: CreateCrawlerRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateCrawlerResponse, RusotoError<CreateCrawlerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_database<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDatabaseRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDatabaseResponse, RusotoError<CreateDatabaseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_dev_endpoint<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDevEndpointRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDevEndpointResponse, RusotoError<CreateDevEndpointError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_job<'life0, 'async_trait>(
        &'life0 self,
        input: CreateJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateJobResponse, RusotoError<CreateJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_ml_transform<'life0, 'async_trait>(
        &'life0 self,
        input: CreateMLTransformRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateMLTransformResponse, RusotoError<CreateMLTransformError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_partition<'life0, 'async_trait>(
        &'life0 self,
        input: CreatePartitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreatePartitionResponse, RusotoError<CreatePartitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_script<'life0, 'async_trait>(
        &'life0 self,
        input: CreateScriptRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateScriptResponse, RusotoError<CreateScriptError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_security_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: CreateSecurityConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateSecurityConfigurationResponse, RusotoError<CreateSecurityConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_table<'life0, 'async_trait>(
        &'life0 self,
        input: CreateTableRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateTableResponse, RusotoError<CreateTableError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_trigger<'life0, 'async_trait>(
        &'life0 self,
        input: CreateTriggerRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateTriggerResponse, RusotoError<CreateTriggerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_user_defined_function<'life0, 'async_trait>(
        &'life0 self,
        input: CreateUserDefinedFunctionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateUserDefinedFunctionResponse, RusotoError<CreateUserDefinedFunctionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_workflow<'life0, 'async_trait>(
        &'life0 self,
        input: CreateWorkflowRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateWorkflowResponse, RusotoError<CreateWorkflowError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_classifier<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteClassifierRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteClassifierResponse, RusotoError<DeleteClassifierError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_column_statistics_for_partition<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteColumnStatisticsForPartitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteColumnStatisticsForPartitionResponse, RusotoError<DeleteColumnStatisticsForPartitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_column_statistics_for_table<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteColumnStatisticsForTableRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteColumnStatisticsForTableResponse, RusotoError<DeleteColumnStatisticsForTableError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_connection<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteConnectionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteConnectionResponse, RusotoError<DeleteConnectionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_crawler<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteCrawlerRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteCrawlerResponse, RusotoError<DeleteCrawlerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_database<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDatabaseRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteDatabaseResponse, RusotoError<DeleteDatabaseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_dev_endpoint<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDevEndpointRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteDevEndpointResponse, RusotoError<DeleteDevEndpointError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_job<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteJobResponse, RusotoError<DeleteJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_ml_transform<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteMLTransformRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteMLTransformResponse, RusotoError<DeleteMLTransformError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_partition<'life0, 'async_trait>(
        &'life0 self,
        input: DeletePartitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeletePartitionResponse, RusotoError<DeletePartitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_resource_policy<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteResourcePolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteResourcePolicyResponse, RusotoError<DeleteResourcePolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_security_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteSecurityConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteSecurityConfigurationResponse, RusotoError<DeleteSecurityConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_table<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteTableRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteTableResponse, RusotoError<DeleteTableError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_table_version<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteTableVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteTableVersionResponse, RusotoError<DeleteTableVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_trigger<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteTriggerRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteTriggerResponse, RusotoError<DeleteTriggerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_user_defined_function<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteUserDefinedFunctionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteUserDefinedFunctionResponse, RusotoError<DeleteUserDefinedFunctionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_workflow<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteWorkflowRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteWorkflowResponse, RusotoError<DeleteWorkflowError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_catalog_import_status<'life0, 'async_trait>(
        &'life0 self,
        input: GetCatalogImportStatusRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetCatalogImportStatusResponse, RusotoError<GetCatalogImportStatusError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_classifier<'life0, 'async_trait>(
        &'life0 self,
        input: GetClassifierRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetClassifierResponse, RusotoError<GetClassifierError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_classifiers<'life0, 'async_trait>(
        &'life0 self,
        input: GetClassifiersRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetClassifiersResponse, RusotoError<GetClassifiersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_column_statistics_for_partition<'life0, 'async_trait>(
        &'life0 self,
        input: GetColumnStatisticsForPartitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetColumnStatisticsForPartitionResponse, RusotoError<GetColumnStatisticsForPartitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_column_statistics_for_table<'life0, 'async_trait>(
        &'life0 self,
        input: GetColumnStatisticsForTableRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetColumnStatisticsForTableResponse, RusotoError<GetColumnStatisticsForTableError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_connection<'life0, 'async_trait>(
        &'life0 self,
        input: GetConnectionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetConnectionResponse, RusotoError<GetConnectionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_connections<'life0, 'async_trait>(
        &'life0 self,
        input: GetConnectionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetConnectionsResponse, RusotoError<GetConnectionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_crawler<'life0, 'async_trait>(
        &'life0 self,
        input: GetCrawlerRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetCrawlerResponse, RusotoError<GetCrawlerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_crawler_metrics<'life0, 'async_trait>(
        &'life0 self,
        input: GetCrawlerMetricsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetCrawlerMetricsResponse, RusotoError<GetCrawlerMetricsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_crawlers<'life0, 'async_trait>(
        &'life0 self,
        input: GetCrawlersRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetCrawlersResponse, RusotoError<GetCrawlersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_data_catalog_encryption_settings<'life0, 'async_trait>(
        &'life0 self,
        input: GetDataCatalogEncryptionSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDataCatalogEncryptionSettingsResponse, RusotoError<GetDataCatalogEncryptionSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_database<'life0, 'async_trait>(
        &'life0 self,
        input: GetDatabaseRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDatabaseResponse, RusotoError<GetDatabaseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_databases<'life0, 'async_trait>(
        &'life0 self,
        input: GetDatabasesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDatabasesResponse, RusotoError<GetDatabasesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_dataflow_graph<'life0, 'async_trait>(
        &'life0 self,
        input: GetDataflowGraphRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDataflowGraphResponse, RusotoError<GetDataflowGraphError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_dev_endpoint<'life0, 'async_trait>(
        &'life0 self,
        input: GetDevEndpointRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDevEndpointResponse, RusotoError<GetDevEndpointError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_dev_endpoints<'life0, 'async_trait>(
        &'life0 self,
        input: GetDevEndpointsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDevEndpointsResponse, RusotoError<GetDevEndpointsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_job<'life0, 'async_trait>(
        &'life0 self,
        input: GetJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetJobResponse, RusotoError<GetJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_job_bookmark<'life0, 'async_trait>(
        &'life0 self,
        input: GetJobBookmarkRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetJobBookmarkResponse, RusotoError<GetJobBookmarkError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_job_run<'life0, 'async_trait>(
        &'life0 self,
        input: GetJobRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetJobRunResponse, RusotoError<GetJobRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_job_runs<'life0, 'async_trait>(
        &'life0 self,
        input: GetJobRunsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetJobRunsResponse, RusotoError<GetJobRunsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_jobs<'life0, 'async_trait>(
        &'life0 self,
        input: GetJobsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetJobsResponse, RusotoError<GetJobsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_ml_task_run<'life0, 'async_trait>(
        &'life0 self,
        input: GetMLTaskRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMLTaskRunResponse, RusotoError<GetMLTaskRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_ml_task_runs<'life0, 'async_trait>(
        &'life0 self,
        input: GetMLTaskRunsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMLTaskRunsResponse, RusotoError<GetMLTaskRunsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_ml_transform<'life0, 'async_trait>(
        &'life0 self,
        input: GetMLTransformRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMLTransformResponse, RusotoError<GetMLTransformError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_ml_transforms<'life0, 'async_trait>(
        &'life0 self,
        input: GetMLTransformsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMLTransformsResponse, RusotoError<GetMLTransformsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_mapping<'life0, 'async_trait>(
        &'life0 self,
        input: GetMappingRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMappingResponse, RusotoError<GetMappingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_partition<'life0, 'async_trait>(
        &'life0 self,
        input: GetPartitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetPartitionResponse, RusotoError<GetPartitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_partitions<'life0, 'async_trait>(
        &'life0 self,
        input: GetPartitionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetPartitionsResponse, RusotoError<GetPartitionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_plan<'life0, 'async_trait>(
        &'life0 self,
        input: GetPlanRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetPlanResponse, RusotoError<GetPlanError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_resource_policies<'life0, 'async_trait>(
        &'life0 self,
        input: GetResourcePoliciesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetResourcePoliciesResponse, RusotoError<GetResourcePoliciesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_resource_policy<'life0, 'async_trait>(
        &'life0 self,
        input: GetResourcePolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetResourcePolicyResponse, RusotoError<GetResourcePolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_security_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: GetSecurityConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetSecurityConfigurationResponse, RusotoError<GetSecurityConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_security_configurations<'life0, 'async_trait>(
        &'life0 self,
        input: GetSecurityConfigurationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetSecurityConfigurationsResponse, RusotoError<GetSecurityConfigurationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_table<'life0, 'async_trait>(
        &'life0 self,
        input: GetTableRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTableResponse, RusotoError<GetTableError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_table_version<'life0, 'async_trait>(
        &'life0 self,
        input: GetTableVersionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTableVersionResponse, RusotoError<GetTableVersionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_table_versions<'life0, 'async_trait>(
        &'life0 self,
        input: GetTableVersionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTableVersionsResponse, RusotoError<GetTableVersionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_tables<'life0, 'async_trait>(
        &'life0 self,
        input: GetTablesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTablesResponse, RusotoError<GetTablesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_tags<'life0, 'async_trait>(
        &'life0 self,
        input: GetTagsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTagsResponse, RusotoError<GetTagsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_trigger<'life0, 'async_trait>(
        &'life0 self,
        input: GetTriggerRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTriggerResponse, RusotoError<GetTriggerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_triggers<'life0, 'async_trait>(
        &'life0 self,
        input: GetTriggersRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTriggersResponse, RusotoError<GetTriggersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_user_defined_function<'life0, 'async_trait>(
        &'life0 self,
        input: GetUserDefinedFunctionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetUserDefinedFunctionResponse, RusotoError<GetUserDefinedFunctionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_user_defined_functions<'life0, 'async_trait>(
        &'life0 self,
        input: GetUserDefinedFunctionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetUserDefinedFunctionsResponse, RusotoError<GetUserDefinedFunctionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_workflow<'life0, 'async_trait>(
        &'life0 self,
        input: GetWorkflowRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetWorkflowResponse, RusotoError<GetWorkflowError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_workflow_run<'life0, 'async_trait>(
        &'life0 self,
        input: GetWorkflowRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetWorkflowRunResponse, RusotoError<GetWorkflowRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_workflow_run_properties<'life0, 'async_trait>(
        &'life0 self,
        input: GetWorkflowRunPropertiesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetWorkflowRunPropertiesResponse, RusotoError<GetWorkflowRunPropertiesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_workflow_runs<'life0, 'async_trait>(
        &'life0 self,
        input: GetWorkflowRunsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetWorkflowRunsResponse, RusotoError<GetWorkflowRunsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn import_catalog_to_glue<'life0, 'async_trait>(
        &'life0 self,
        input: ImportCatalogToGlueRequest
    ) -> Pin<Box<dyn Future<Output = Result<ImportCatalogToGlueResponse, RusotoError<ImportCatalogToGlueError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_crawlers<'life0, 'async_trait>(
        &'life0 self,
        input: ListCrawlersRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListCrawlersResponse, RusotoError<ListCrawlersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_dev_endpoints<'life0, 'async_trait>(
        &'life0 self,
        input: ListDevEndpointsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDevEndpointsResponse, RusotoError<ListDevEndpointsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_jobs<'life0, 'async_trait>(
        &'life0 self,
        input: ListJobsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListJobsResponse, RusotoError<ListJobsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_ml_transforms<'life0, 'async_trait>(
        &'life0 self,
        input: ListMLTransformsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListMLTransformsResponse, RusotoError<ListMLTransformsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_triggers<'life0, 'async_trait>(
        &'life0 self,
        input: ListTriggersRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTriggersResponse, RusotoError<ListTriggersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_workflows<'life0, 'async_trait>(
        &'life0 self,
        input: ListWorkflowsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListWorkflowsResponse, RusotoError<ListWorkflowsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_data_catalog_encryption_settings<'life0, 'async_trait>(
        &'life0 self,
        input: PutDataCatalogEncryptionSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutDataCatalogEncryptionSettingsResponse, RusotoError<PutDataCatalogEncryptionSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_resource_policy<'life0, 'async_trait>(
        &'life0 self,
        input: PutResourcePolicyRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutResourcePolicyResponse, RusotoError<PutResourcePolicyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_workflow_run_properties<'life0, 'async_trait>(
        &'life0 self,
        input: PutWorkflowRunPropertiesRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutWorkflowRunPropertiesResponse, RusotoError<PutWorkflowRunPropertiesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn reset_job_bookmark<'life0, 'async_trait>(
        &'life0 self,
        input: ResetJobBookmarkRequest
    ) -> Pin<Box<dyn Future<Output = Result<ResetJobBookmarkResponse, RusotoError<ResetJobBookmarkError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn search_tables<'life0, 'async_trait>(
        &'life0 self,
        input: SearchTablesRequest
    ) -> Pin<Box<dyn Future<Output = Result<SearchTablesResponse, RusotoError<SearchTablesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_crawler<'life0, 'async_trait>(
        &'life0 self,
        input: StartCrawlerRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartCrawlerResponse, RusotoError<StartCrawlerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_crawler_schedule<'life0, 'async_trait>(
        &'life0 self,
        input: StartCrawlerScheduleRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartCrawlerScheduleResponse, RusotoError<StartCrawlerScheduleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_export_labels_task_run<'life0, 'async_trait>(
        &'life0 self,
        input: StartExportLabelsTaskRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartExportLabelsTaskRunResponse, RusotoError<StartExportLabelsTaskRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_import_labels_task_run<'life0, 'async_trait>(
        &'life0 self,
        input: StartImportLabelsTaskRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartImportLabelsTaskRunResponse, RusotoError<StartImportLabelsTaskRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_job_run<'life0, 'async_trait>(
        &'life0 self,
        input: StartJobRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartJobRunResponse, RusotoError<StartJobRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_ml_evaluation_task_run<'life0, 'async_trait>(
        &'life0 self,
        input: StartMLEvaluationTaskRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartMLEvaluationTaskRunResponse, RusotoError<StartMLEvaluationTaskRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_ml_labeling_set_generation_task_run<'life0, 'async_trait>(
        &'life0 self,
        input: StartMLLabelingSetGenerationTaskRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartMLLabelingSetGenerationTaskRunResponse, RusotoError<StartMLLabelingSetGenerationTaskRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_trigger<'life0, 'async_trait>(
        &'life0 self,
        input: StartTriggerRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartTriggerResponse, RusotoError<StartTriggerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_workflow_run<'life0, 'async_trait>(
        &'life0 self,
        input: StartWorkflowRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<StartWorkflowRunResponse, RusotoError<StartWorkflowRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn stop_crawler<'life0, 'async_trait>(
        &'life0 self,
        input: StopCrawlerRequest
    ) -> Pin<Box<dyn Future<Output = Result<StopCrawlerResponse, RusotoError<StopCrawlerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn stop_crawler_schedule<'life0, 'async_trait>(
        &'life0 self,
        input: StopCrawlerScheduleRequest
    ) -> Pin<Box<dyn Future<Output = Result<StopCrawlerScheduleResponse, RusotoError<StopCrawlerScheduleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn stop_trigger<'life0, 'async_trait>(
        &'life0 self,
        input: StopTriggerRequest
    ) -> Pin<Box<dyn Future<Output = Result<StopTriggerResponse, RusotoError<StopTriggerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn stop_workflow_run<'life0, 'async_trait>(
        &'life0 self,
        input: StopWorkflowRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<StopWorkflowRunResponse, RusotoError<StopWorkflowRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_classifier<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateClassifierRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateClassifierResponse, RusotoError<UpdateClassifierError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_column_statistics_for_partition<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateColumnStatisticsForPartitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateColumnStatisticsForPartitionResponse, RusotoError<UpdateColumnStatisticsForPartitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_column_statistics_for_table<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateColumnStatisticsForTableRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateColumnStatisticsForTableResponse, RusotoError<UpdateColumnStatisticsForTableError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_connection<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateConnectionRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateConnectionResponse, RusotoError<UpdateConnectionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_crawler<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateCrawlerRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateCrawlerResponse, RusotoError<UpdateCrawlerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_crawler_schedule<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateCrawlerScheduleRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateCrawlerScheduleResponse, RusotoError<UpdateCrawlerScheduleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_database<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDatabaseRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDatabaseResponse, RusotoError<UpdateDatabaseError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_dev_endpoint<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDevEndpointRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDevEndpointResponse, RusotoError<UpdateDevEndpointError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_job<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateJobResponse, RusotoError<UpdateJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_ml_transform<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateMLTransformRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateMLTransformResponse, RusotoError<UpdateMLTransformError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_partition<'life0, 'async_trait>(
        &'life0 self,
        input: UpdatePartitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdatePartitionResponse, RusotoError<UpdatePartitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_table<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateTableRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateTableResponse, RusotoError<UpdateTableError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_trigger<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateTriggerRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateTriggerResponse, RusotoError<UpdateTriggerError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_user_defined_function<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateUserDefinedFunctionRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateUserDefinedFunctionResponse, RusotoError<UpdateUserDefinedFunctionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_workflow<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateWorkflowRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateWorkflowResponse, RusotoError<UpdateWorkflowError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the AWS Glue API. AWS Glue clients implement this trait.

Required methods

#[must_use]pub fn batch_create_partition<'life0, 'async_trait>(
    &'life0 self,
    input: BatchCreatePartitionRequest
) -> Pin<Box<dyn Future<Output = Result<BatchCreatePartitionResponse, RusotoError<BatchCreatePartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates one or more partitions in a batch operation.

#[must_use]pub fn batch_delete_connection<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDeleteConnectionRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDeleteConnectionResponse, RusotoError<BatchDeleteConnectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a list of connection definitions from the Data Catalog.

#[must_use]pub fn batch_delete_partition<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDeletePartitionRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDeletePartitionResponse, RusotoError<BatchDeletePartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes one or more partitions in a batch operation.

#[must_use]pub fn batch_delete_table<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDeleteTableRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDeleteTableResponse, RusotoError<BatchDeleteTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes multiple tables at once.

After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. AWS Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.

To ensure the immediate deletion of all related resources, before calling BatchDeleteTable, use DeleteTableVersion or BatchDeleteTableVersion, and DeletePartition or BatchDeletePartition, to delete any resources that belong to the table.

#[must_use]pub fn batch_delete_table_version<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDeleteTableVersionRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDeleteTableVersionResponse, RusotoError<BatchDeleteTableVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified batch of versions of a table.

#[must_use]pub fn batch_get_crawlers<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetCrawlersRequest
) -> Pin<Box<dyn Future<Output = Result<BatchGetCrawlersResponse, RusotoError<BatchGetCrawlersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn batch_get_dev_endpoints<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetDevEndpointsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchGetDevEndpointsResponse, RusotoError<BatchGetDevEndpointsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn batch_get_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetJobsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchGetJobsResponse, RusotoError<BatchGetJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn batch_get_partition<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetPartitionRequest
) -> Pin<Box<dyn Future<Output = Result<BatchGetPartitionResponse, RusotoError<BatchGetPartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves partitions in a batch request.

#[must_use]pub fn batch_get_triggers<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetTriggersRequest
) -> Pin<Box<dyn Future<Output = Result<BatchGetTriggersResponse, RusotoError<BatchGetTriggersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn batch_get_workflows<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetWorkflowsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchGetWorkflowsResponse, RusotoError<BatchGetWorkflowsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn batch_stop_job_run<'life0, 'async_trait>(
    &'life0 self,
    input: BatchStopJobRunRequest
) -> Pin<Box<dyn Future<Output = Result<BatchStopJobRunResponse, RusotoError<GlueBatchStopJobRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn cancel_ml_task_run<'life0, 'async_trait>(
    &'life0 self,
    input: CancelMLTaskRunRequest
) -> Pin<Box<dyn Future<Output = Result<CancelMLTaskRunResponse, RusotoError<CancelMLTaskRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that AWS Glue runs on your behalf as part of various machine learning workflows. You can cancel a machine learning task run at any time by calling CancelMLTaskRun with a task run's parent transform's TransformID and the task run's TaskRunId.

#[must_use]pub fn create_classifier<'life0, 'async_trait>(
    &'life0 self,
    input: CreateClassifierRequest
) -> Pin<Box<dyn Future<Output = Result<CreateClassifierResponse, RusotoError<CreateClassifierError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a classifier in the user's account. This can be a GrokClassifier, an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on which field of the request is present.

#[must_use]pub fn create_connection<'life0, 'async_trait>(
    &'life0 self,
    input: CreateConnectionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateConnectionResponse, RusotoError<CreateConnectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a connection definition in the Data Catalog.

#[must_use]pub fn create_crawler<'life0, 'async_trait>(
    &'life0 self,
    input: CreateCrawlerRequest
) -> Pin<Box<dyn Future<Output = Result<CreateCrawlerResponse, RusotoError<CreateCrawlerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new crawler with specified targets, role, configuration, and optional schedule. At least one crawl target must be specified, in the s3Targets field, the jdbcTargets field, or the DynamoDBTargets field.

#[must_use]pub fn create_database<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDatabaseResponse, RusotoError<CreateDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new database in a Data Catalog.

#[must_use]pub fn create_dev_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDevEndpointRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDevEndpointResponse, RusotoError<CreateDevEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new development endpoint.

#[must_use]pub fn create_job<'life0, 'async_trait>(
    &'life0 self,
    input: CreateJobRequest
) -> Pin<Box<dyn Future<Output = Result<CreateJobResponse, RusotoError<CreateJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new job definition.

#[must_use]pub fn create_ml_transform<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMLTransformRequest
) -> Pin<Box<dyn Future<Output = Result<CreateMLTransformResponse, RusotoError<CreateMLTransformError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an AWS 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 AWS 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.

#[must_use]pub fn create_partition<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePartitionRequest
) -> Pin<Box<dyn Future<Output = Result<CreatePartitionResponse, RusotoError<CreatePartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new partition.

#[must_use]pub fn create_script<'life0, 'async_trait>(
    &'life0 self,
    input: CreateScriptRequest
) -> Pin<Box<dyn Future<Output = Result<CreateScriptResponse, RusotoError<CreateScriptError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Transforms a directed acyclic graph (DAG) into code.

#[must_use]pub fn create_security_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSecurityConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSecurityConfigurationResponse, RusotoError<CreateSecurityConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new security configuration. A security configuration is a set of security properties that can be used by AWS Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in AWS Glue, see Encrypting Data Written by Crawlers, Jobs, and Development Endpoints.

#[must_use]pub fn create_table<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTableRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTableResponse, RusotoError<CreateTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new table definition in the Data Catalog.

#[must_use]pub fn create_trigger<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTriggerRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTriggerResponse, RusotoError<CreateTriggerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new trigger.

#[must_use]pub fn create_user_defined_function<'life0, 'async_trait>(
    &'life0 self,
    input: CreateUserDefinedFunctionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateUserDefinedFunctionResponse, RusotoError<CreateUserDefinedFunctionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new function definition in the Data Catalog.

#[must_use]pub fn create_workflow<'life0, 'async_trait>(
    &'life0 self,
    input: CreateWorkflowRequest
) -> Pin<Box<dyn Future<Output = Result<CreateWorkflowResponse, RusotoError<CreateWorkflowError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new workflow.

#[must_use]pub fn delete_classifier<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteClassifierRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteClassifierResponse, RusotoError<DeleteClassifierError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a classifier from the Data Catalog.

#[must_use]pub fn delete_column_statistics_for_partition<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteColumnStatisticsForPartitionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteColumnStatisticsForPartitionResponse, RusotoError<DeleteColumnStatisticsForPartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Delete the partition column statistics of a column.

#[must_use]pub fn delete_column_statistics_for_table<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteColumnStatisticsForTableRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteColumnStatisticsForTableResponse, RusotoError<DeleteColumnStatisticsForTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves table statistics of columns.

#[must_use]pub fn delete_connection<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteConnectionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteConnectionResponse, RusotoError<DeleteConnectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a connection from the Data Catalog.

#[must_use]pub fn delete_crawler<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCrawlerRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteCrawlerResponse, RusotoError<DeleteCrawlerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn delete_database<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDatabaseResponse, RusotoError<DeleteDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a specified database from a Data Catalog.

After completing this operation, you no longer have access to the tables (and all table versions and partitions that might belong to the tables) and the user-defined functions in the deleted database. AWS Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.

To ensure the immediate deletion of all related resources, before calling DeleteDatabase, use DeleteTableVersion or BatchDeleteTableVersion, DeletePartition or BatchDeletePartition, DeleteUserDefinedFunction, and DeleteTable or BatchDeleteTable, to delete any resources that belong to the database.

#[must_use]pub fn delete_dev_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDevEndpointRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDevEndpointResponse, RusotoError<DeleteDevEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified development endpoint.

#[must_use]pub fn delete_job<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteJobRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteJobResponse, RusotoError<DeleteJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn delete_ml_transform<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMLTransformRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteMLTransformResponse, RusotoError<DeleteMLTransformError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an AWS Glue machine learning transform. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by AWS Glue. If you no longer need a transform, you can delete it by calling DeleteMLTransforms. However, any AWS Glue jobs that still reference the deleted transform will no longer succeed.

#[must_use]pub fn delete_partition<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePartitionRequest
) -> Pin<Box<dyn Future<Output = Result<DeletePartitionResponse, RusotoError<DeletePartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified partition.

#[must_use]pub fn delete_resource_policy<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteResourcePolicyRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteResourcePolicyResponse, RusotoError<DeleteResourcePolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified policy.

#[must_use]pub fn delete_security_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSecurityConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteSecurityConfigurationResponse, RusotoError<DeleteSecurityConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified security configuration.

#[must_use]pub fn delete_table<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTableRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTableResponse, RusotoError<DeleteTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a table definition from the Data Catalog.

After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. AWS Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.

To ensure the immediate deletion of all related resources, before calling DeleteTable, use DeleteTableVersion or BatchDeleteTableVersion, and DeletePartition or BatchDeletePartition, to delete any resources that belong to the table.

#[must_use]pub fn delete_table_version<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTableVersionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTableVersionResponse, RusotoError<DeleteTableVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified version of a table.

#[must_use]pub fn delete_trigger<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTriggerRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTriggerResponse, RusotoError<DeleteTriggerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn delete_user_defined_function<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteUserDefinedFunctionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteUserDefinedFunctionResponse, RusotoError<DeleteUserDefinedFunctionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an existing function definition from the Data Catalog.

#[must_use]pub fn delete_workflow<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteWorkflowRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteWorkflowResponse, RusotoError<DeleteWorkflowError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a workflow.

#[must_use]pub fn get_catalog_import_status<'life0, 'async_trait>(
    &'life0 self,
    input: GetCatalogImportStatusRequest
) -> Pin<Box<dyn Future<Output = Result<GetCatalogImportStatusResponse, RusotoError<GetCatalogImportStatusError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the status of a migration operation.

#[must_use]pub fn get_classifier<'life0, 'async_trait>(
    &'life0 self,
    input: GetClassifierRequest
) -> Pin<Box<dyn Future<Output = Result<GetClassifierResponse, RusotoError<GetClassifierError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieve a classifier by name.

#[must_use]pub fn get_classifiers<'life0, 'async_trait>(
    &'life0 self,
    input: GetClassifiersRequest
) -> Pin<Box<dyn Future<Output = Result<GetClassifiersResponse, RusotoError<GetClassifiersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all classifier objects in the Data Catalog.

#[must_use]pub fn get_column_statistics_for_partition<'life0, 'async_trait>(
    &'life0 self,
    input: GetColumnStatisticsForPartitionRequest
) -> Pin<Box<dyn Future<Output = Result<GetColumnStatisticsForPartitionResponse, RusotoError<GetColumnStatisticsForPartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves partition statistics of columns.

#[must_use]pub fn get_column_statistics_for_table<'life0, 'async_trait>(
    &'life0 self,
    input: GetColumnStatisticsForTableRequest
) -> Pin<Box<dyn Future<Output = Result<GetColumnStatisticsForTableResponse, RusotoError<GetColumnStatisticsForTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves table statistics of columns.

#[must_use]pub fn get_connection<'life0, 'async_trait>(
    &'life0 self,
    input: GetConnectionRequest
) -> Pin<Box<dyn Future<Output = Result<GetConnectionResponse, RusotoError<GetConnectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a connection definition from the Data Catalog.

#[must_use]pub fn get_connections<'life0, 'async_trait>(
    &'life0 self,
    input: GetConnectionsRequest
) -> Pin<Box<dyn Future<Output = Result<GetConnectionsResponse, RusotoError<GetConnectionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a list of connection definitions from the Data Catalog.

#[must_use]pub fn get_crawler<'life0, 'async_trait>(
    &'life0 self,
    input: GetCrawlerRequest
) -> Pin<Box<dyn Future<Output = Result<GetCrawlerResponse, RusotoError<GetCrawlerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves metadata for a specified crawler.

#[must_use]pub fn get_crawler_metrics<'life0, 'async_trait>(
    &'life0 self,
    input: GetCrawlerMetricsRequest
) -> Pin<Box<dyn Future<Output = Result<GetCrawlerMetricsResponse, RusotoError<GetCrawlerMetricsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves metrics about specified crawlers.

#[must_use]pub fn get_crawlers<'life0, 'async_trait>(
    &'life0 self,
    input: GetCrawlersRequest
) -> Pin<Box<dyn Future<Output = Result<GetCrawlersResponse, RusotoError<GetCrawlersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves metadata for all crawlers defined in the customer account.

#[must_use]pub fn get_data_catalog_encryption_settings<'life0, 'async_trait>(
    &'life0 self,
    input: GetDataCatalogEncryptionSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<GetDataCatalogEncryptionSettingsResponse, RusotoError<GetDataCatalogEncryptionSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the security configuration for a specified catalog.

#[must_use]pub fn get_database<'life0, 'async_trait>(
    &'life0 self,
    input: GetDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<GetDatabaseResponse, RusotoError<GetDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the definition of a specified database.

#[must_use]pub fn get_databases<'life0, 'async_trait>(
    &'life0 self,
    input: GetDatabasesRequest
) -> Pin<Box<dyn Future<Output = Result<GetDatabasesResponse, RusotoError<GetDatabasesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves all databases defined in a given Data Catalog.

#[must_use]pub fn get_dataflow_graph<'life0, 'async_trait>(
    &'life0 self,
    input: GetDataflowGraphRequest
) -> Pin<Box<dyn Future<Output = Result<GetDataflowGraphResponse, RusotoError<GetDataflowGraphError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn get_dev_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: GetDevEndpointRequest
) -> Pin<Box<dyn Future<Output = Result<GetDevEndpointResponse, RusotoError<GetDevEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves information about a specified development endpoint.

When you create a development endpoint in a virtual private cloud (VPC), AWS Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, AWS Glue returns only a public IP address.

#[must_use]pub fn get_dev_endpoints<'life0, 'async_trait>(
    &'life0 self,
    input: GetDevEndpointsRequest
) -> Pin<Box<dyn Future<Output = Result<GetDevEndpointsResponse, RusotoError<GetDevEndpointsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves all the development endpoints in this AWS account.

When you create a development endpoint in a virtual private cloud (VPC), AWS Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, AWS Glue returns only a public IP address.

#[must_use]pub fn get_job<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobResponse, RusotoError<GetJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves an existing job definition.

#[must_use]pub fn get_job_bookmark<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobBookmarkRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobBookmarkResponse, RusotoError<GetJobBookmarkError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information on a job bookmark entry.

#[must_use]pub fn get_job_run<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobRunRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobRunResponse, RusotoError<GetJobRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the metadata for a given job run.

#[must_use]pub fn get_job_runs<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobRunsRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobRunsResponse, RusotoError<GetJobRunsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves metadata for all runs of a given job definition.

#[must_use]pub fn get_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobsRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobsResponse, RusotoError<GetJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves all current job definitions.

#[must_use]pub fn get_ml_task_run<'life0, 'async_trait>(
    &'life0 self,
    input: GetMLTaskRunRequest
) -> Pin<Box<dyn Future<Output = Result<GetMLTaskRunResponse, RusotoError<GetMLTaskRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous tasks that AWS Glue runs on your behalf as part of various machine learning workflows. You can check the stats of any task run by calling GetMLTaskRun with the TaskRunID and its parent transform's TransformID.

#[must_use]pub fn get_ml_task_runs<'life0, 'async_trait>(
    &'life0 self,
    input: GetMLTaskRunsRequest
) -> Pin<Box<dyn Future<Output = Result<GetMLTaskRunsResponse, RusotoError<GetMLTaskRunsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a list of runs for a machine learning transform. Machine learning task runs are asynchronous tasks that AWS Glue runs on your behalf as part of various machine learning workflows. You can get a sortable, filterable list of machine learning task runs by calling GetMLTaskRuns with their parent transform's TransformID and other optional parameters as documented in this section.

This operation returns a list of historic runs and must be paginated.

#[must_use]pub fn get_ml_transform<'life0, 'async_trait>(
    &'life0 self,
    input: GetMLTransformRequest
) -> Pin<Box<dyn Future<Output = Result<GetMLTransformResponse, RusotoError<GetMLTransformError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets an AWS Glue machine learning transform artifact and all its corresponding metadata. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by AWS Glue. You can retrieve their metadata by calling GetMLTransform.

#[must_use]pub fn get_ml_transforms<'life0, 'async_trait>(
    &'life0 self,
    input: GetMLTransformsRequest
) -> Pin<Box<dyn Future<Output = Result<GetMLTransformsResponse, RusotoError<GetMLTransformsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a sortable, filterable list of existing AWS Glue machine learning transforms. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by AWS Glue, and you can retrieve their metadata by calling GetMLTransforms.

#[must_use]pub fn get_mapping<'life0, 'async_trait>(
    &'life0 self,
    input: GetMappingRequest
) -> Pin<Box<dyn Future<Output = Result<GetMappingResponse, RusotoError<GetMappingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates mappings.

#[must_use]pub fn get_partition<'life0, 'async_trait>(
    &'life0 self,
    input: GetPartitionRequest
) -> Pin<Box<dyn Future<Output = Result<GetPartitionResponse, RusotoError<GetPartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves information about a specified partition.

#[must_use]pub fn get_partitions<'life0, 'async_trait>(
    &'life0 self,
    input: GetPartitionsRequest
) -> Pin<Box<dyn Future<Output = Result<GetPartitionsResponse, RusotoError<GetPartitionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves information about the partitions in a table.

#[must_use]pub fn get_plan<'life0, 'async_trait>(
    &'life0 self,
    input: GetPlanRequest
) -> Pin<Box<dyn Future<Output = Result<GetPlanResponse, RusotoError<GetPlanError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets code to perform a specified mapping.

#[must_use]pub fn get_resource_policies<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourcePoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourcePoliciesResponse, RusotoError<GetResourcePoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the security configurations for the resource policies set on individual resources, and also the account-level policy.

#[must_use]pub fn get_resource_policy<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourcePolicyRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourcePolicyResponse, RusotoError<GetResourcePolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a specified resource policy.

#[must_use]pub fn get_security_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetSecurityConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetSecurityConfigurationResponse, RusotoError<GetSecurityConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a specified security configuration.

#[must_use]pub fn get_security_configurations<'life0, 'async_trait>(
    &'life0 self,
    input: GetSecurityConfigurationsRequest
) -> Pin<Box<dyn Future<Output = Result<GetSecurityConfigurationsResponse, RusotoError<GetSecurityConfigurationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a list of all security configurations.

#[must_use]pub fn get_table<'life0, 'async_trait>(
    &'life0 self,
    input: GetTableRequest
) -> Pin<Box<dyn Future<Output = Result<GetTableResponse, RusotoError<GetTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn get_table_version<'life0, 'async_trait>(
    &'life0 self,
    input: GetTableVersionRequest
) -> Pin<Box<dyn Future<Output = Result<GetTableVersionResponse, RusotoError<GetTableVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a specified version of a table.

#[must_use]pub fn get_table_versions<'life0, 'async_trait>(
    &'life0 self,
    input: GetTableVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<GetTableVersionsResponse, RusotoError<GetTableVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn get_tables<'life0, 'async_trait>(
    &'life0 self,
    input: GetTablesRequest
) -> Pin<Box<dyn Future<Output = Result<GetTablesResponse, RusotoError<GetTablesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn get_tags<'life0, 'async_trait>(
    &'life0 self,
    input: GetTagsRequest
) -> Pin<Box<dyn Future<Output = Result<GetTagsResponse, RusotoError<GetTagsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a list of tags associated with a resource.

#[must_use]pub fn get_trigger<'life0, 'async_trait>(
    &'life0 self,
    input: GetTriggerRequest
) -> Pin<Box<dyn Future<Output = Result<GetTriggerResponse, RusotoError<GetTriggerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the definition of a trigger.

#[must_use]pub fn get_triggers<'life0, 'async_trait>(
    &'life0 self,
    input: GetTriggersRequest
) -> Pin<Box<dyn Future<Output = Result<GetTriggersResponse, RusotoError<GetTriggersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets all the triggers associated with a job.

#[must_use]pub fn get_user_defined_function<'life0, 'async_trait>(
    &'life0 self,
    input: GetUserDefinedFunctionRequest
) -> Pin<Box<dyn Future<Output = Result<GetUserDefinedFunctionResponse, RusotoError<GetUserDefinedFunctionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a specified function definition from the Data Catalog.

#[must_use]pub fn get_user_defined_functions<'life0, 'async_trait>(
    &'life0 self,
    input: GetUserDefinedFunctionsRequest
) -> Pin<Box<dyn Future<Output = Result<GetUserDefinedFunctionsResponse, RusotoError<GetUserDefinedFunctionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves multiple function definitions from the Data Catalog.

#[must_use]pub fn get_workflow<'life0, 'async_trait>(
    &'life0 self,
    input: GetWorkflowRequest
) -> Pin<Box<dyn Future<Output = Result<GetWorkflowResponse, RusotoError<GetWorkflowError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves resource metadata for a workflow.

#[must_use]pub fn get_workflow_run<'life0, 'async_trait>(
    &'life0 self,
    input: GetWorkflowRunRequest
) -> Pin<Box<dyn Future<Output = Result<GetWorkflowRunResponse, RusotoError<GetWorkflowRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the metadata for a given workflow run.

#[must_use]pub fn get_workflow_run_properties<'life0, 'async_trait>(
    &'life0 self,
    input: GetWorkflowRunPropertiesRequest
) -> Pin<Box<dyn Future<Output = Result<GetWorkflowRunPropertiesResponse, RusotoError<GetWorkflowRunPropertiesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn get_workflow_runs<'life0, 'async_trait>(
    &'life0 self,
    input: GetWorkflowRunsRequest
) -> Pin<Box<dyn Future<Output = Result<GetWorkflowRunsResponse, RusotoError<GetWorkflowRunsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves metadata for all runs of a given workflow.

#[must_use]pub fn import_catalog_to_glue<'life0, 'async_trait>(
    &'life0 self,
    input: ImportCatalogToGlueRequest
) -> Pin<Box<dyn Future<Output = Result<ImportCatalogToGlueResponse, RusotoError<ImportCatalogToGlueError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Imports an existing Amazon Athena Data Catalog to AWS Glue

#[must_use]pub fn list_crawlers<'life0, 'async_trait>(
    &'life0 self,
    input: ListCrawlersRequest
) -> Pin<Box<dyn Future<Output = Result<ListCrawlersResponse, RusotoError<ListCrawlersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the names of all crawler resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

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.

#[must_use]pub fn list_dev_endpoints<'life0, 'async_trait>(
    &'life0 self,
    input: ListDevEndpointsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDevEndpointsResponse, RusotoError<ListDevEndpointsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the names of all DevEndpoint resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

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.

#[must_use]pub fn list_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListJobsResponse, RusotoError<ListJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the names of all job resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

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.

#[must_use]pub fn list_ml_transforms<'life0, 'async_trait>(
    &'life0 self,
    input: ListMLTransformsRequest
) -> Pin<Box<dyn Future<Output = Result<ListMLTransformsResponse, RusotoError<ListMLTransformsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a sortable, filterable list of existing AWS Glue machine learning transforms in this AWS account, or the resources with the specified tag. This operation takes the optional Tags field, which you can use as a filter of the responses so that tagged resources can be retrieved as a group. If you choose to use tag filtering, only resources with the tags are retrieved.

#[must_use]pub fn list_triggers<'life0, 'async_trait>(
    &'life0 self,
    input: ListTriggersRequest
) -> Pin<Box<dyn Future<Output = Result<ListTriggersResponse, RusotoError<ListTriggersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the names of all trigger resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

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.

#[must_use]pub fn list_workflows<'life0, 'async_trait>(
    &'life0 self,
    input: ListWorkflowsRequest
) -> Pin<Box<dyn Future<Output = Result<ListWorkflowsResponse, RusotoError<ListWorkflowsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists names of workflows created in the account.

#[must_use]pub fn put_data_catalog_encryption_settings<'life0, 'async_trait>(
    &'life0 self,
    input: PutDataCatalogEncryptionSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<PutDataCatalogEncryptionSettingsResponse, RusotoError<PutDataCatalogEncryptionSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn put_resource_policy<'life0, 'async_trait>(
    &'life0 self,
    input: PutResourcePolicyRequest
) -> Pin<Box<dyn Future<Output = Result<PutResourcePolicyResponse, RusotoError<PutResourcePolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets the Data Catalog resource policy for access control.

#[must_use]pub fn put_workflow_run_properties<'life0, 'async_trait>(
    &'life0 self,
    input: PutWorkflowRunPropertiesRequest
) -> Pin<Box<dyn Future<Output = Result<PutWorkflowRunPropertiesResponse, RusotoError<PutWorkflowRunPropertiesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.

#[must_use]pub fn reset_job_bookmark<'life0, 'async_trait>(
    &'life0 self,
    input: ResetJobBookmarkRequest
) -> Pin<Box<dyn Future<Output = Result<ResetJobBookmarkResponse, RusotoError<ResetJobBookmarkError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Resets a bookmark entry.

#[must_use]pub fn search_tables<'life0, 'async_trait>(
    &'life0 self,
    input: SearchTablesRequest
) -> Pin<Box<dyn Future<Output = Result<SearchTablesResponse, RusotoError<SearchTablesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn start_crawler<'life0, 'async_trait>(
    &'life0 self,
    input: StartCrawlerRequest
) -> Pin<Box<dyn Future<Output = Result<StartCrawlerResponse, RusotoError<StartCrawlerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn start_crawler_schedule<'life0, 'async_trait>(
    &'life0 self,
    input: StartCrawlerScheduleRequest
) -> Pin<Box<dyn Future<Output = Result<StartCrawlerScheduleResponse, RusotoError<StartCrawlerScheduleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn start_export_labels_task_run<'life0, 'async_trait>(
    &'life0 self,
    input: StartExportLabelsTaskRunRequest
) -> Pin<Box<dyn Future<Output = Result<StartExportLabelsTaskRunResponse, RusotoError<StartExportLabelsTaskRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn start_import_labels_task_run<'life0, 'async_trait>(
    &'life0 self,
    input: StartImportLabelsTaskRunRequest
) -> Pin<Box<dyn Future<Output = Result<StartImportLabelsTaskRunResponse, RusotoError<StartImportLabelsTaskRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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, AWS 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.

#[must_use]pub fn start_job_run<'life0, 'async_trait>(
    &'life0 self,
    input: StartJobRunRequest
) -> Pin<Box<dyn Future<Output = Result<StartJobRunResponse, RusotoError<StartJobRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts a job run using a job definition.

#[must_use]pub fn start_ml_evaluation_task_run<'life0, 'async_trait>(
    &'life0 self,
    input: StartMLEvaluationTaskRunRequest
) -> Pin<Box<dyn Future<Output = Result<StartMLEvaluationTaskRunResponse, RusotoError<StartMLEvaluationTaskRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts a task to estimate the quality of the transform.

When you provide label sets as examples of truth, AWS 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.

#[must_use]pub fn start_ml_labeling_set_generation_task_run<'life0, 'async_trait>(
    &'life0 self,
    input: StartMLLabelingSetGenerationTaskRunRequest
) -> Pin<Box<dyn Future<Output = Result<StartMLLabelingSetGenerationTaskRunResponse, RusotoError<StartMLLabelingSetGenerationTaskRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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, AWS 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.

#[must_use]pub fn start_trigger<'life0, 'async_trait>(
    &'life0 self,
    input: StartTriggerRequest
) -> Pin<Box<dyn Future<Output = Result<StartTriggerResponse, RusotoError<StartTriggerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn start_workflow_run<'life0, 'async_trait>(
    &'life0 self,
    input: StartWorkflowRunRequest
) -> Pin<Box<dyn Future<Output = Result<StartWorkflowRunResponse, RusotoError<StartWorkflowRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts a new run of the specified workflow.

#[must_use]pub fn stop_crawler<'life0, 'async_trait>(
    &'life0 self,
    input: StopCrawlerRequest
) -> Pin<Box<dyn Future<Output = Result<StopCrawlerResponse, RusotoError<StopCrawlerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

If the specified crawler is running, stops the crawl.

#[must_use]pub fn stop_crawler_schedule<'life0, 'async_trait>(
    &'life0 self,
    input: StopCrawlerScheduleRequest
) -> Pin<Box<dyn Future<Output = Result<StopCrawlerScheduleResponse, RusotoError<StopCrawlerScheduleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn stop_trigger<'life0, 'async_trait>(
    &'life0 self,
    input: StopTriggerRequest
) -> Pin<Box<dyn Future<Output = Result<StopTriggerResponse, RusotoError<StopTriggerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Stops a specified trigger.

#[must_use]pub fn stop_workflow_run<'life0, 'async_trait>(
    &'life0 self,
    input: StopWorkflowRunRequest
) -> Pin<Box<dyn Future<Output = Result<StopWorkflowRunResponse, RusotoError<StopWorkflowRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Stops the execution of the specified workflow run.

#[must_use]pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds tags to a resource. A tag is a label you can assign to an AWS resource. In AWS Glue, you can tag only certain resources. For information about what resources you can tag, see AWS Tags in AWS Glue.

#[must_use]pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes tags from a resource.

#[must_use]pub fn update_classifier<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateClassifierRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateClassifierResponse, RusotoError<UpdateClassifierError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn update_column_statistics_for_partition<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateColumnStatisticsForPartitionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateColumnStatisticsForPartitionResponse, RusotoError<UpdateColumnStatisticsForPartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates or updates partition statistics of columns.

#[must_use]pub fn update_column_statistics_for_table<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateColumnStatisticsForTableRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateColumnStatisticsForTableResponse, RusotoError<UpdateColumnStatisticsForTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates or updates table statistics of columns.

#[must_use]pub fn update_connection<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateConnectionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateConnectionResponse, RusotoError<UpdateConnectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a connection definition in the Data Catalog.

#[must_use]pub fn update_crawler<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateCrawlerRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateCrawlerResponse, RusotoError<UpdateCrawlerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn update_crawler_schedule<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateCrawlerScheduleRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateCrawlerScheduleResponse, RusotoError<UpdateCrawlerScheduleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the schedule of a crawler using a cron expression.

#[must_use]pub fn update_database<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDatabaseResponse, RusotoError<UpdateDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing database definition in a Data Catalog.

#[must_use]pub fn update_dev_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDevEndpointRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDevEndpointResponse, RusotoError<UpdateDevEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a specified development endpoint.

#[must_use]pub fn update_job<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateJobRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateJobResponse, RusotoError<UpdateJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing job definition.

#[must_use]pub fn update_ml_transform<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateMLTransformRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateMLTransformResponse, RusotoError<UpdateMLTransformError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

#[must_use]pub fn update_partition<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePartitionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdatePartitionResponse, RusotoError<UpdatePartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a partition.

#[must_use]pub fn update_table<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTableRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTableResponse, RusotoError<UpdateTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a metadata table in the Data Catalog.

#[must_use]pub fn update_trigger<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTriggerRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTriggerResponse, RusotoError<UpdateTriggerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a trigger definition.

#[must_use]pub fn update_user_defined_function<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUserDefinedFunctionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateUserDefinedFunctionResponse, RusotoError<UpdateUserDefinedFunctionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing function definition in the Data Catalog.

#[must_use]pub fn update_workflow<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateWorkflowRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateWorkflowResponse, RusotoError<UpdateWorkflowError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing workflow.

Loading content...

Implementors

impl Glue for GlueClient[src]

pub fn batch_create_partition<'life0, 'async_trait>(
    &'life0 self,
    input: BatchCreatePartitionRequest
) -> Pin<Box<dyn Future<Output = Result<BatchCreatePartitionResponse, RusotoError<BatchCreatePartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates one or more partitions in a batch operation.

pub fn batch_delete_connection<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDeleteConnectionRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDeleteConnectionResponse, RusotoError<BatchDeleteConnectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a list of connection definitions from the Data Catalog.

pub fn batch_delete_partition<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDeletePartitionRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDeletePartitionResponse, RusotoError<BatchDeletePartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes one or more partitions in a batch operation.

pub fn batch_delete_table<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDeleteTableRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDeleteTableResponse, RusotoError<BatchDeleteTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes multiple tables at once.

After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. AWS Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.

To ensure the immediate deletion of all related resources, before calling BatchDeleteTable, use DeleteTableVersion or BatchDeleteTableVersion, and DeletePartition or BatchDeletePartition, to delete any resources that belong to the table.

pub fn batch_delete_table_version<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDeleteTableVersionRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDeleteTableVersionResponse, RusotoError<BatchDeleteTableVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified batch of versions of a table.

pub fn batch_get_crawlers<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetCrawlersRequest
) -> Pin<Box<dyn Future<Output = Result<BatchGetCrawlersResponse, RusotoError<BatchGetCrawlersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn batch_get_dev_endpoints<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetDevEndpointsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchGetDevEndpointsResponse, RusotoError<BatchGetDevEndpointsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn batch_get_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetJobsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchGetJobsResponse, RusotoError<BatchGetJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn batch_get_partition<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetPartitionRequest
) -> Pin<Box<dyn Future<Output = Result<BatchGetPartitionResponse, RusotoError<BatchGetPartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves partitions in a batch request.

pub fn batch_get_triggers<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetTriggersRequest
) -> Pin<Box<dyn Future<Output = Result<BatchGetTriggersResponse, RusotoError<BatchGetTriggersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn batch_get_workflows<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetWorkflowsRequest
) -> Pin<Box<dyn Future<Output = Result<BatchGetWorkflowsResponse, RusotoError<BatchGetWorkflowsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn batch_stop_job_run<'life0, 'async_trait>(
    &'life0 self,
    input: BatchStopJobRunRequest
) -> Pin<Box<dyn Future<Output = Result<BatchStopJobRunResponse, RusotoError<GlueBatchStopJobRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn cancel_ml_task_run<'life0, 'async_trait>(
    &'life0 self,
    input: CancelMLTaskRunRequest
) -> Pin<Box<dyn Future<Output = Result<CancelMLTaskRunResponse, RusotoError<CancelMLTaskRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that AWS Glue runs on your behalf as part of various machine learning workflows. You can cancel a machine learning task run at any time by calling CancelMLTaskRun with a task run's parent transform's TransformID and the task run's TaskRunId.

pub fn create_classifier<'life0, 'async_trait>(
    &'life0 self,
    input: CreateClassifierRequest
) -> Pin<Box<dyn Future<Output = Result<CreateClassifierResponse, RusotoError<CreateClassifierError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a classifier in the user's account. This can be a GrokClassifier, an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on which field of the request is present.

pub fn create_connection<'life0, 'async_trait>(
    &'life0 self,
    input: CreateConnectionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateConnectionResponse, RusotoError<CreateConnectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a connection definition in the Data Catalog.

pub fn create_crawler<'life0, 'async_trait>(
    &'life0 self,
    input: CreateCrawlerRequest
) -> Pin<Box<dyn Future<Output = Result<CreateCrawlerResponse, RusotoError<CreateCrawlerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new crawler with specified targets, role, configuration, and optional schedule. At least one crawl target must be specified, in the s3Targets field, the jdbcTargets field, or the DynamoDBTargets field.

pub fn create_database<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDatabaseResponse, RusotoError<CreateDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new database in a Data Catalog.

pub fn create_dev_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDevEndpointRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDevEndpointResponse, RusotoError<CreateDevEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new development endpoint.

pub fn create_job<'life0, 'async_trait>(
    &'life0 self,
    input: CreateJobRequest
) -> Pin<Box<dyn Future<Output = Result<CreateJobResponse, RusotoError<CreateJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new job definition.

pub fn create_ml_transform<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMLTransformRequest
) -> Pin<Box<dyn Future<Output = Result<CreateMLTransformResponse, RusotoError<CreateMLTransformError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an AWS 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 AWS 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.

pub fn create_partition<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePartitionRequest
) -> Pin<Box<dyn Future<Output = Result<CreatePartitionResponse, RusotoError<CreatePartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new partition.

pub fn create_script<'life0, 'async_trait>(
    &'life0 self,
    input: CreateScriptRequest
) -> Pin<Box<dyn Future<Output = Result<CreateScriptResponse, RusotoError<CreateScriptError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Transforms a directed acyclic graph (DAG) into code.

pub fn create_security_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: CreateSecurityConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateSecurityConfigurationResponse, RusotoError<CreateSecurityConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new security configuration. A security configuration is a set of security properties that can be used by AWS Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in AWS Glue, see Encrypting Data Written by Crawlers, Jobs, and Development Endpoints.

pub fn create_table<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTableRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTableResponse, RusotoError<CreateTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new table definition in the Data Catalog.

pub fn create_trigger<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTriggerRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTriggerResponse, RusotoError<CreateTriggerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new trigger.

pub fn create_user_defined_function<'life0, 'async_trait>(
    &'life0 self,
    input: CreateUserDefinedFunctionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateUserDefinedFunctionResponse, RusotoError<CreateUserDefinedFunctionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new function definition in the Data Catalog.

pub fn create_workflow<'life0, 'async_trait>(
    &'life0 self,
    input: CreateWorkflowRequest
) -> Pin<Box<dyn Future<Output = Result<CreateWorkflowResponse, RusotoError<CreateWorkflowError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new workflow.

pub fn delete_classifier<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteClassifierRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteClassifierResponse, RusotoError<DeleteClassifierError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a classifier from the Data Catalog.

pub fn delete_column_statistics_for_partition<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteColumnStatisticsForPartitionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteColumnStatisticsForPartitionResponse, RusotoError<DeleteColumnStatisticsForPartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Delete the partition column statistics of a column.

pub fn delete_column_statistics_for_table<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteColumnStatisticsForTableRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteColumnStatisticsForTableResponse, RusotoError<DeleteColumnStatisticsForTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves table statistics of columns.

pub fn delete_connection<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteConnectionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteConnectionResponse, RusotoError<DeleteConnectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a connection from the Data Catalog.

pub fn delete_crawler<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCrawlerRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteCrawlerResponse, RusotoError<DeleteCrawlerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn delete_database<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDatabaseResponse, RusotoError<DeleteDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a specified database from a Data Catalog.

After completing this operation, you no longer have access to the tables (and all table versions and partitions that might belong to the tables) and the user-defined functions in the deleted database. AWS Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.

To ensure the immediate deletion of all related resources, before calling DeleteDatabase, use DeleteTableVersion or BatchDeleteTableVersion, DeletePartition or BatchDeletePartition, DeleteUserDefinedFunction, and DeleteTable or BatchDeleteTable, to delete any resources that belong to the database.

pub fn delete_dev_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDevEndpointRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDevEndpointResponse, RusotoError<DeleteDevEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified development endpoint.

pub fn delete_job<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteJobRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteJobResponse, RusotoError<DeleteJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn delete_ml_transform<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMLTransformRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteMLTransformResponse, RusotoError<DeleteMLTransformError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an AWS Glue machine learning transform. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by AWS Glue. If you no longer need a transform, you can delete it by calling DeleteMLTransforms. However, any AWS Glue jobs that still reference the deleted transform will no longer succeed.

pub fn delete_partition<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePartitionRequest
) -> Pin<Box<dyn Future<Output = Result<DeletePartitionResponse, RusotoError<DeletePartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified partition.

pub fn delete_resource_policy<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteResourcePolicyRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteResourcePolicyResponse, RusotoError<DeleteResourcePolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified policy.

pub fn delete_security_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSecurityConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteSecurityConfigurationResponse, RusotoError<DeleteSecurityConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified security configuration.

pub fn delete_table<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTableRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTableResponse, RusotoError<DeleteTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a table definition from the Data Catalog.

After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. AWS Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.

To ensure the immediate deletion of all related resources, before calling DeleteTable, use DeleteTableVersion or BatchDeleteTableVersion, and DeletePartition or BatchDeletePartition, to delete any resources that belong to the table.

pub fn delete_table_version<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTableVersionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTableVersionResponse, RusotoError<DeleteTableVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a specified version of a table.

pub fn delete_trigger<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTriggerRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTriggerResponse, RusotoError<DeleteTriggerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn delete_user_defined_function<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteUserDefinedFunctionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteUserDefinedFunctionResponse, RusotoError<DeleteUserDefinedFunctionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an existing function definition from the Data Catalog.

pub fn delete_workflow<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteWorkflowRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteWorkflowResponse, RusotoError<DeleteWorkflowError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a workflow.

pub fn get_catalog_import_status<'life0, 'async_trait>(
    &'life0 self,
    input: GetCatalogImportStatusRequest
) -> Pin<Box<dyn Future<Output = Result<GetCatalogImportStatusResponse, RusotoError<GetCatalogImportStatusError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the status of a migration operation.

pub fn get_classifier<'life0, 'async_trait>(
    &'life0 self,
    input: GetClassifierRequest
) -> Pin<Box<dyn Future<Output = Result<GetClassifierResponse, RusotoError<GetClassifierError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieve a classifier by name.

pub fn get_classifiers<'life0, 'async_trait>(
    &'life0 self,
    input: GetClassifiersRequest
) -> Pin<Box<dyn Future<Output = Result<GetClassifiersResponse, RusotoError<GetClassifiersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all classifier objects in the Data Catalog.

pub fn get_column_statistics_for_partition<'life0, 'async_trait>(
    &'life0 self,
    input: GetColumnStatisticsForPartitionRequest
) -> Pin<Box<dyn Future<Output = Result<GetColumnStatisticsForPartitionResponse, RusotoError<GetColumnStatisticsForPartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves partition statistics of columns.

pub fn get_column_statistics_for_table<'life0, 'async_trait>(
    &'life0 self,
    input: GetColumnStatisticsForTableRequest
) -> Pin<Box<dyn Future<Output = Result<GetColumnStatisticsForTableResponse, RusotoError<GetColumnStatisticsForTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves table statistics of columns.

pub fn get_connection<'life0, 'async_trait>(
    &'life0 self,
    input: GetConnectionRequest
) -> Pin<Box<dyn Future<Output = Result<GetConnectionResponse, RusotoError<GetConnectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a connection definition from the Data Catalog.

pub fn get_connections<'life0, 'async_trait>(
    &'life0 self,
    input: GetConnectionsRequest
) -> Pin<Box<dyn Future<Output = Result<GetConnectionsResponse, RusotoError<GetConnectionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a list of connection definitions from the Data Catalog.

pub fn get_crawler<'life0, 'async_trait>(
    &'life0 self,
    input: GetCrawlerRequest
) -> Pin<Box<dyn Future<Output = Result<GetCrawlerResponse, RusotoError<GetCrawlerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves metadata for a specified crawler.

pub fn get_crawler_metrics<'life0, 'async_trait>(
    &'life0 self,
    input: GetCrawlerMetricsRequest
) -> Pin<Box<dyn Future<Output = Result<GetCrawlerMetricsResponse, RusotoError<GetCrawlerMetricsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves metrics about specified crawlers.

pub fn get_crawlers<'life0, 'async_trait>(
    &'life0 self,
    input: GetCrawlersRequest
) -> Pin<Box<dyn Future<Output = Result<GetCrawlersResponse, RusotoError<GetCrawlersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves metadata for all crawlers defined in the customer account.

pub fn get_data_catalog_encryption_settings<'life0, 'async_trait>(
    &'life0 self,
    input: GetDataCatalogEncryptionSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<GetDataCatalogEncryptionSettingsResponse, RusotoError<GetDataCatalogEncryptionSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the security configuration for a specified catalog.

pub fn get_database<'life0, 'async_trait>(
    &'life0 self,
    input: GetDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<GetDatabaseResponse, RusotoError<GetDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the definition of a specified database.

pub fn get_databases<'life0, 'async_trait>(
    &'life0 self,
    input: GetDatabasesRequest
) -> Pin<Box<dyn Future<Output = Result<GetDatabasesResponse, RusotoError<GetDatabasesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves all databases defined in a given Data Catalog.

pub fn get_dataflow_graph<'life0, 'async_trait>(
    &'life0 self,
    input: GetDataflowGraphRequest
) -> Pin<Box<dyn Future<Output = Result<GetDataflowGraphResponse, RusotoError<GetDataflowGraphError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn get_dev_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: GetDevEndpointRequest
) -> Pin<Box<dyn Future<Output = Result<GetDevEndpointResponse, RusotoError<GetDevEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves information about a specified development endpoint.

When you create a development endpoint in a virtual private cloud (VPC), AWS Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, AWS Glue returns only a public IP address.

pub fn get_dev_endpoints<'life0, 'async_trait>(
    &'life0 self,
    input: GetDevEndpointsRequest
) -> Pin<Box<dyn Future<Output = Result<GetDevEndpointsResponse, RusotoError<GetDevEndpointsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves all the development endpoints in this AWS account.

When you create a development endpoint in a virtual private cloud (VPC), AWS Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, AWS Glue returns only a public IP address.

pub fn get_job<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobResponse, RusotoError<GetJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves an existing job definition.

pub fn get_job_bookmark<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobBookmarkRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobBookmarkResponse, RusotoError<GetJobBookmarkError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information on a job bookmark entry.

pub fn get_job_run<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobRunRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobRunResponse, RusotoError<GetJobRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the metadata for a given job run.

pub fn get_job_runs<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobRunsRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobRunsResponse, RusotoError<GetJobRunsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves metadata for all runs of a given job definition.

pub fn get_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobsRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobsResponse, RusotoError<GetJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves all current job definitions.

pub fn get_ml_task_run<'life0, 'async_trait>(
    &'life0 self,
    input: GetMLTaskRunRequest
) -> Pin<Box<dyn Future<Output = Result<GetMLTaskRunResponse, RusotoError<GetMLTaskRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous tasks that AWS Glue runs on your behalf as part of various machine learning workflows. You can check the stats of any task run by calling GetMLTaskRun with the TaskRunID and its parent transform's TransformID.

pub fn get_ml_task_runs<'life0, 'async_trait>(
    &'life0 self,
    input: GetMLTaskRunsRequest
) -> Pin<Box<dyn Future<Output = Result<GetMLTaskRunsResponse, RusotoError<GetMLTaskRunsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a list of runs for a machine learning transform. Machine learning task runs are asynchronous tasks that AWS Glue runs on your behalf as part of various machine learning workflows. You can get a sortable, filterable list of machine learning task runs by calling GetMLTaskRuns with their parent transform's TransformID and other optional parameters as documented in this section.

This operation returns a list of historic runs and must be paginated.

pub fn get_ml_transform<'life0, 'async_trait>(
    &'life0 self,
    input: GetMLTransformRequest
) -> Pin<Box<dyn Future<Output = Result<GetMLTransformResponse, RusotoError<GetMLTransformError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets an AWS Glue machine learning transform artifact and all its corresponding metadata. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by AWS Glue. You can retrieve their metadata by calling GetMLTransform.

pub fn get_ml_transforms<'life0, 'async_trait>(
    &'life0 self,
    input: GetMLTransformsRequest
) -> Pin<Box<dyn Future<Output = Result<GetMLTransformsResponse, RusotoError<GetMLTransformsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a sortable, filterable list of existing AWS Glue machine learning transforms. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by AWS Glue, and you can retrieve their metadata by calling GetMLTransforms.

pub fn get_mapping<'life0, 'async_trait>(
    &'life0 self,
    input: GetMappingRequest
) -> Pin<Box<dyn Future<Output = Result<GetMappingResponse, RusotoError<GetMappingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates mappings.

pub fn get_partition<'life0, 'async_trait>(
    &'life0 self,
    input: GetPartitionRequest
) -> Pin<Box<dyn Future<Output = Result<GetPartitionResponse, RusotoError<GetPartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves information about a specified partition.

pub fn get_partitions<'life0, 'async_trait>(
    &'life0 self,
    input: GetPartitionsRequest
) -> Pin<Box<dyn Future<Output = Result<GetPartitionsResponse, RusotoError<GetPartitionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves information about the partitions in a table.

pub fn get_plan<'life0, 'async_trait>(
    &'life0 self,
    input: GetPlanRequest
) -> Pin<Box<dyn Future<Output = Result<GetPlanResponse, RusotoError<GetPlanError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets code to perform a specified mapping.

pub fn get_resource_policies<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourcePoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourcePoliciesResponse, RusotoError<GetResourcePoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the security configurations for the resource policies set on individual resources, and also the account-level policy.

pub fn get_resource_policy<'life0, 'async_trait>(
    &'life0 self,
    input: GetResourcePolicyRequest
) -> Pin<Box<dyn Future<Output = Result<GetResourcePolicyResponse, RusotoError<GetResourcePolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a specified resource policy.

pub fn get_security_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetSecurityConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetSecurityConfigurationResponse, RusotoError<GetSecurityConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a specified security configuration.

pub fn get_security_configurations<'life0, 'async_trait>(
    &'life0 self,
    input: GetSecurityConfigurationsRequest
) -> Pin<Box<dyn Future<Output = Result<GetSecurityConfigurationsResponse, RusotoError<GetSecurityConfigurationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a list of all security configurations.

pub fn get_table<'life0, 'async_trait>(
    &'life0 self,
    input: GetTableRequest
) -> Pin<Box<dyn Future<Output = Result<GetTableResponse, RusotoError<GetTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn get_table_version<'life0, 'async_trait>(
    &'life0 self,
    input: GetTableVersionRequest
) -> Pin<Box<dyn Future<Output = Result<GetTableVersionResponse, RusotoError<GetTableVersionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a specified version of a table.

pub fn get_table_versions<'life0, 'async_trait>(
    &'life0 self,
    input: GetTableVersionsRequest
) -> Pin<Box<dyn Future<Output = Result<GetTableVersionsResponse, RusotoError<GetTableVersionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn get_tables<'life0, 'async_trait>(
    &'life0 self,
    input: GetTablesRequest
) -> Pin<Box<dyn Future<Output = Result<GetTablesResponse, RusotoError<GetTablesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn get_tags<'life0, 'async_trait>(
    &'life0 self,
    input: GetTagsRequest
) -> Pin<Box<dyn Future<Output = Result<GetTagsResponse, RusotoError<GetTagsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a list of tags associated with a resource.

pub fn get_trigger<'life0, 'async_trait>(
    &'life0 self,
    input: GetTriggerRequest
) -> Pin<Box<dyn Future<Output = Result<GetTriggerResponse, RusotoError<GetTriggerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the definition of a trigger.

pub fn get_triggers<'life0, 'async_trait>(
    &'life0 self,
    input: GetTriggersRequest
) -> Pin<Box<dyn Future<Output = Result<GetTriggersResponse, RusotoError<GetTriggersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets all the triggers associated with a job.

pub fn get_user_defined_function<'life0, 'async_trait>(
    &'life0 self,
    input: GetUserDefinedFunctionRequest
) -> Pin<Box<dyn Future<Output = Result<GetUserDefinedFunctionResponse, RusotoError<GetUserDefinedFunctionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a specified function definition from the Data Catalog.

pub fn get_user_defined_functions<'life0, 'async_trait>(
    &'life0 self,
    input: GetUserDefinedFunctionsRequest
) -> Pin<Box<dyn Future<Output = Result<GetUserDefinedFunctionsResponse, RusotoError<GetUserDefinedFunctionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves multiple function definitions from the Data Catalog.

pub fn get_workflow<'life0, 'async_trait>(
    &'life0 self,
    input: GetWorkflowRequest
) -> Pin<Box<dyn Future<Output = Result<GetWorkflowResponse, RusotoError<GetWorkflowError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves resource metadata for a workflow.

pub fn get_workflow_run<'life0, 'async_trait>(
    &'life0 self,
    input: GetWorkflowRunRequest
) -> Pin<Box<dyn Future<Output = Result<GetWorkflowRunResponse, RusotoError<GetWorkflowRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the metadata for a given workflow run.

pub fn get_workflow_run_properties<'life0, 'async_trait>(
    &'life0 self,
    input: GetWorkflowRunPropertiesRequest
) -> Pin<Box<dyn Future<Output = Result<GetWorkflowRunPropertiesResponse, RusotoError<GetWorkflowRunPropertiesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn get_workflow_runs<'life0, 'async_trait>(
    &'life0 self,
    input: GetWorkflowRunsRequest
) -> Pin<Box<dyn Future<Output = Result<GetWorkflowRunsResponse, RusotoError<GetWorkflowRunsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves metadata for all runs of a given workflow.

pub fn import_catalog_to_glue<'life0, 'async_trait>(
    &'life0 self,
    input: ImportCatalogToGlueRequest
) -> Pin<Box<dyn Future<Output = Result<ImportCatalogToGlueResponse, RusotoError<ImportCatalogToGlueError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Imports an existing Amazon Athena Data Catalog to AWS Glue

pub fn list_crawlers<'life0, 'async_trait>(
    &'life0 self,
    input: ListCrawlersRequest
) -> Pin<Box<dyn Future<Output = Result<ListCrawlersResponse, RusotoError<ListCrawlersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the names of all crawler resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

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.

pub fn list_dev_endpoints<'life0, 'async_trait>(
    &'life0 self,
    input: ListDevEndpointsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDevEndpointsResponse, RusotoError<ListDevEndpointsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the names of all DevEndpoint resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

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.

pub fn list_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListJobsResponse, RusotoError<ListJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the names of all job resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

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.

pub fn list_ml_transforms<'life0, 'async_trait>(
    &'life0 self,
    input: ListMLTransformsRequest
) -> Pin<Box<dyn Future<Output = Result<ListMLTransformsResponse, RusotoError<ListMLTransformsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a sortable, filterable list of existing AWS Glue machine learning transforms in this AWS account, or the resources with the specified tag. This operation takes the optional Tags field, which you can use as a filter of the responses so that tagged resources can be retrieved as a group. If you choose to use tag filtering, only resources with the tags are retrieved.

pub fn list_triggers<'life0, 'async_trait>(
    &'life0 self,
    input: ListTriggersRequest
) -> Pin<Box<dyn Future<Output = Result<ListTriggersResponse, RusotoError<ListTriggersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the names of all trigger resources in this AWS account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

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.

pub fn list_workflows<'life0, 'async_trait>(
    &'life0 self,
    input: ListWorkflowsRequest
) -> Pin<Box<dyn Future<Output = Result<ListWorkflowsResponse, RusotoError<ListWorkflowsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists names of workflows created in the account.

pub fn put_data_catalog_encryption_settings<'life0, 'async_trait>(
    &'life0 self,
    input: PutDataCatalogEncryptionSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<PutDataCatalogEncryptionSettingsResponse, RusotoError<PutDataCatalogEncryptionSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn put_resource_policy<'life0, 'async_trait>(
    &'life0 self,
    input: PutResourcePolicyRequest
) -> Pin<Box<dyn Future<Output = Result<PutResourcePolicyResponse, RusotoError<PutResourcePolicyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets the Data Catalog resource policy for access control.

pub fn put_workflow_run_properties<'life0, 'async_trait>(
    &'life0 self,
    input: PutWorkflowRunPropertiesRequest
) -> Pin<Box<dyn Future<Output = Result<PutWorkflowRunPropertiesResponse, RusotoError<PutWorkflowRunPropertiesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.

pub fn reset_job_bookmark<'life0, 'async_trait>(
    &'life0 self,
    input: ResetJobBookmarkRequest
) -> Pin<Box<dyn Future<Output = Result<ResetJobBookmarkResponse, RusotoError<ResetJobBookmarkError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Resets a bookmark entry.

pub fn search_tables<'life0, 'async_trait>(
    &'life0 self,
    input: SearchTablesRequest
) -> Pin<Box<dyn Future<Output = Result<SearchTablesResponse, RusotoError<SearchTablesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn start_crawler<'life0, 'async_trait>(
    &'life0 self,
    input: StartCrawlerRequest
) -> Pin<Box<dyn Future<Output = Result<StartCrawlerResponse, RusotoError<StartCrawlerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn start_crawler_schedule<'life0, 'async_trait>(
    &'life0 self,
    input: StartCrawlerScheduleRequest
) -> Pin<Box<dyn Future<Output = Result<StartCrawlerScheduleResponse, RusotoError<StartCrawlerScheduleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn start_export_labels_task_run<'life0, 'async_trait>(
    &'life0 self,
    input: StartExportLabelsTaskRunRequest
) -> Pin<Box<dyn Future<Output = Result<StartExportLabelsTaskRunResponse, RusotoError<StartExportLabelsTaskRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn start_import_labels_task_run<'life0, 'async_trait>(
    &'life0 self,
    input: StartImportLabelsTaskRunRequest
) -> Pin<Box<dyn Future<Output = Result<StartImportLabelsTaskRunResponse, RusotoError<StartImportLabelsTaskRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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, AWS 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.

pub fn start_job_run<'life0, 'async_trait>(
    &'life0 self,
    input: StartJobRunRequest
) -> Pin<Box<dyn Future<Output = Result<StartJobRunResponse, RusotoError<StartJobRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts a job run using a job definition.

pub fn start_ml_evaluation_task_run<'life0, 'async_trait>(
    &'life0 self,
    input: StartMLEvaluationTaskRunRequest
) -> Pin<Box<dyn Future<Output = Result<StartMLEvaluationTaskRunResponse, RusotoError<StartMLEvaluationTaskRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts a task to estimate the quality of the transform.

When you provide label sets as examples of truth, AWS 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.

pub fn start_ml_labeling_set_generation_task_run<'life0, 'async_trait>(
    &'life0 self,
    input: StartMLLabelingSetGenerationTaskRunRequest
) -> Pin<Box<dyn Future<Output = Result<StartMLLabelingSetGenerationTaskRunResponse, RusotoError<StartMLLabelingSetGenerationTaskRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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, AWS 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.

pub fn start_trigger<'life0, 'async_trait>(
    &'life0 self,
    input: StartTriggerRequest
) -> Pin<Box<dyn Future<Output = Result<StartTriggerResponse, RusotoError<StartTriggerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn start_workflow_run<'life0, 'async_trait>(
    &'life0 self,
    input: StartWorkflowRunRequest
) -> Pin<Box<dyn Future<Output = Result<StartWorkflowRunResponse, RusotoError<StartWorkflowRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts a new run of the specified workflow.

pub fn stop_crawler<'life0, 'async_trait>(
    &'life0 self,
    input: StopCrawlerRequest
) -> Pin<Box<dyn Future<Output = Result<StopCrawlerResponse, RusotoError<StopCrawlerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

If the specified crawler is running, stops the crawl.

pub fn stop_crawler_schedule<'life0, 'async_trait>(
    &'life0 self,
    input: StopCrawlerScheduleRequest
) -> Pin<Box<dyn Future<Output = Result<StopCrawlerScheduleResponse, RusotoError<StopCrawlerScheduleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn stop_trigger<'life0, 'async_trait>(
    &'life0 self,
    input: StopTriggerRequest
) -> Pin<Box<dyn Future<Output = Result<StopTriggerResponse, RusotoError<StopTriggerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Stops a specified trigger.

pub fn stop_workflow_run<'life0, 'async_trait>(
    &'life0 self,
    input: StopWorkflowRunRequest
) -> Pin<Box<dyn Future<Output = Result<StopWorkflowRunResponse, RusotoError<StopWorkflowRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Stops the execution of the specified workflow run.

pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds tags to a resource. A tag is a label you can assign to an AWS resource. In AWS Glue, you can tag only certain resources. For information about what resources you can tag, see AWS Tags in AWS Glue.

pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes tags from a resource.

pub fn update_classifier<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateClassifierRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateClassifierResponse, RusotoError<UpdateClassifierError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn update_column_statistics_for_partition<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateColumnStatisticsForPartitionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateColumnStatisticsForPartitionResponse, RusotoError<UpdateColumnStatisticsForPartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates or updates partition statistics of columns.

pub fn update_column_statistics_for_table<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateColumnStatisticsForTableRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateColumnStatisticsForTableResponse, RusotoError<UpdateColumnStatisticsForTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates or updates table statistics of columns.

pub fn update_connection<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateConnectionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateConnectionResponse, RusotoError<UpdateConnectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a connection definition in the Data Catalog.

pub fn update_crawler<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateCrawlerRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateCrawlerResponse, RusotoError<UpdateCrawlerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn update_crawler_schedule<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateCrawlerScheduleRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateCrawlerScheduleResponse, RusotoError<UpdateCrawlerScheduleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the schedule of a crawler using a cron expression.

pub fn update_database<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDatabaseRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDatabaseResponse, RusotoError<UpdateDatabaseError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing database definition in a Data Catalog.

pub fn update_dev_endpoint<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDevEndpointRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDevEndpointResponse, RusotoError<UpdateDevEndpointError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a specified development endpoint.

pub fn update_job<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateJobRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateJobResponse, RusotoError<UpdateJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing job definition.

pub fn update_ml_transform<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateMLTransformRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateMLTransformResponse, RusotoError<UpdateMLTransformError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

pub fn update_partition<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePartitionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdatePartitionResponse, RusotoError<UpdatePartitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a partition.

pub fn update_table<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTableRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTableResponse, RusotoError<UpdateTableError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a metadata table in the Data Catalog.

pub fn update_trigger<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTriggerRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTriggerResponse, RusotoError<UpdateTriggerError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates a trigger definition.

pub fn update_user_defined_function<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUserDefinedFunctionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateUserDefinedFunctionResponse, RusotoError<UpdateUserDefinedFunctionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing function definition in the Data Catalog.

pub fn update_workflow<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateWorkflowRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateWorkflowResponse, RusotoError<UpdateWorkflowError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing workflow.

Loading content...