Documentation
¶
Index ¶
- type BatchCreatePartitionFuture
- type BatchDeleteConnectionFuture
- type BatchDeletePartitionFuture
- type BatchDeleteTableFuture
- type BatchDeleteTableVersionFuture
- type BatchGetCrawlersFuture
- type BatchGetDevEndpointsFuture
- type BatchGetJobsFuture
- type BatchGetPartitionFuture
- type BatchGetTriggersFuture
- type BatchGetWorkflowsFuture
- type BatchStopJobRunFuture
- type BatchUpdatePartitionFuture
- type CancelMLTaskRunFuture
- type CheckSchemaVersionValidityFuture
- type Client
- type CreateClassifierFuture
- type CreateConnectionFuture
- type CreateCrawlerFuture
- type CreateDatabaseFuture
- type CreateDevEndpointFuture
- type CreateJobFuture
- type CreateMLTransformFuture
- type CreatePartitionFuture
- type CreatePartitionIndexFuture
- type CreateRegistryFuture
- type CreateSchemaFuture
- type CreateScriptFuture
- type CreateSecurityConfigurationFuture
- type CreateTableFuture
- type CreateTriggerFuture
- type CreateUserDefinedFunctionFuture
- type CreateWorkflowFuture
- type DeleteClassifierFuture
- type DeleteColumnStatisticsForPartitionFuture
- type DeleteColumnStatisticsForTableFuture
- type DeleteConnectionFuture
- type DeleteCrawlerFuture
- type DeleteDatabaseFuture
- type DeleteDevEndpointFuture
- type DeleteJobFuture
- type DeleteMLTransformFuture
- type DeletePartitionFuture
- type DeletePartitionIndexFuture
- type DeleteRegistryFuture
- type DeleteResourcePolicyFuture
- type DeleteSchemaFuture
- type DeleteSchemaVersionsFuture
- type DeleteSecurityConfigurationFuture
- type DeleteTableFuture
- type DeleteTableVersionFuture
- type DeleteTriggerFuture
- type DeleteUserDefinedFunctionFuture
- type DeleteWorkflowFuture
- type GetCatalogImportStatusFuture
- type GetClassifierFuture
- type GetClassifiersFuture
- type GetColumnStatisticsForPartitionFuture
- type GetColumnStatisticsForTableFuture
- type GetConnectionFuture
- type GetConnectionsFuture
- type GetCrawlerFuture
- type GetCrawlerMetricsFuture
- type GetCrawlersFuture
- type GetDataCatalogEncryptionSettingsFuture
- type GetDatabaseFuture
- type GetDatabasesFuture
- type GetDataflowGraphFuture
- type GetDevEndpointFuture
- type GetDevEndpointsFuture
- type GetJobBookmarkFuture
- type GetJobFuture
- type GetJobRunFuture
- type GetJobRunsFuture
- type GetJobsFuture
- type GetMLTaskRunFuture
- type GetMLTaskRunsFuture
- type GetMLTransformFuture
- type GetMLTransformsFuture
- type GetMappingFuture
- type GetPartitionFuture
- type GetPartitionIndexesFuture
- type GetPartitionsFuture
- type GetPlanFuture
- type GetRegistryFuture
- type GetResourcePoliciesFuture
- type GetResourcePolicyFuture
- type GetSchemaByDefinitionFuture
- type GetSchemaFuture
- type GetSchemaVersionFuture
- type GetSchemaVersionsDiffFuture
- type GetSecurityConfigurationFuture
- type GetSecurityConfigurationsFuture
- type GetTableFuture
- type GetTableVersionFuture
- type GetTableVersionsFuture
- type GetTablesFuture
- type GetTagsFuture
- type GetTriggerFuture
- type GetTriggersFuture
- type GetUserDefinedFunctionFuture
- type GetUserDefinedFunctionsFuture
- type GetWorkflowFuture
- type GetWorkflowRunFuture
- type GetWorkflowRunPropertiesFuture
- type GetWorkflowRunsFuture
- type ImportCatalogToGlueFuture
- type ListCrawlersFuture
- type ListDevEndpointsFuture
- type ListJobsFuture
- type ListMLTransformsFuture
- type ListRegistriesFuture
- type ListSchemaVersionsFuture
- type ListSchemasFuture
- type ListTriggersFuture
- type ListWorkflowsFuture
- type PutDataCatalogEncryptionSettingsFuture
- type PutResourcePolicyFuture
- type PutSchemaVersionMetadataFuture
- type PutWorkflowRunPropertiesFuture
- type QuerySchemaVersionMetadataFuture
- type RegisterSchemaVersionFuture
- type RemoveSchemaVersionMetadataFuture
- type ResetJobBookmarkFuture
- type ResumeWorkflowRunFuture
- type SearchTablesFuture
- type StartCrawlerFuture
- type StartCrawlerScheduleFuture
- type StartExportLabelsTaskRunFuture
- type StartImportLabelsTaskRunFuture
- type StartJobRunFuture
- type StartMLEvaluationTaskRunFuture
- type StartMLLabelingSetGenerationTaskRunFuture
- type StartTriggerFuture
- type StartWorkflowRunFuture
- type StopCrawlerFuture
- type StopCrawlerScheduleFuture
- type StopTriggerFuture
- type StopWorkflowRunFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateClassifierFuture
- type UpdateColumnStatisticsForPartitionFuture
- type UpdateColumnStatisticsForTableFuture
- type UpdateConnectionFuture
- type UpdateCrawlerFuture
- type UpdateCrawlerScheduleFuture
- type UpdateDatabaseFuture
- type UpdateDevEndpointFuture
- type UpdateJobFuture
- type UpdateMLTransformFuture
- type UpdatePartitionFuture
- type UpdateRegistryFuture
- type UpdateSchemaFuture
- type UpdateTableFuture
- type UpdateTriggerFuture
- type UpdateUserDefinedFunctionFuture
- type UpdateWorkflowFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchCreatePartitionFuture ¶
type BatchCreatePartitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchCreatePartitionFuture) Get ¶
func (r *BatchCreatePartitionFuture) Get(ctx workflow.Context) (*glue.BatchCreatePartitionOutput, error)
type BatchDeleteConnectionFuture ¶
type BatchDeleteConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDeleteConnectionFuture) Get ¶
func (r *BatchDeleteConnectionFuture) Get(ctx workflow.Context) (*glue.BatchDeleteConnectionOutput, error)
type BatchDeletePartitionFuture ¶
type BatchDeletePartitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDeletePartitionFuture) Get ¶
func (r *BatchDeletePartitionFuture) Get(ctx workflow.Context) (*glue.BatchDeletePartitionOutput, error)
type BatchDeleteTableFuture ¶
type BatchDeleteTableFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDeleteTableFuture) Get ¶
func (r *BatchDeleteTableFuture) Get(ctx workflow.Context) (*glue.BatchDeleteTableOutput, error)
type BatchDeleteTableVersionFuture ¶
type BatchDeleteTableVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDeleteTableVersionFuture) Get ¶
func (r *BatchDeleteTableVersionFuture) Get(ctx workflow.Context) (*glue.BatchDeleteTableVersionOutput, error)
type BatchGetCrawlersFuture ¶
type BatchGetCrawlersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetCrawlersFuture) Get ¶
func (r *BatchGetCrawlersFuture) Get(ctx workflow.Context) (*glue.BatchGetCrawlersOutput, error)
type BatchGetDevEndpointsFuture ¶
type BatchGetDevEndpointsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetDevEndpointsFuture) Get ¶
func (r *BatchGetDevEndpointsFuture) Get(ctx workflow.Context) (*glue.BatchGetDevEndpointsOutput, error)
type BatchGetJobsFuture ¶
func (*BatchGetJobsFuture) Get ¶
func (r *BatchGetJobsFuture) Get(ctx workflow.Context) (*glue.BatchGetJobsOutput, error)
type BatchGetPartitionFuture ¶
type BatchGetPartitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetPartitionFuture) Get ¶
func (r *BatchGetPartitionFuture) Get(ctx workflow.Context) (*glue.BatchGetPartitionOutput, error)
type BatchGetTriggersFuture ¶
type BatchGetTriggersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetTriggersFuture) Get ¶
func (r *BatchGetTriggersFuture) Get(ctx workflow.Context) (*glue.BatchGetTriggersOutput, error)
type BatchGetWorkflowsFuture ¶
type BatchGetWorkflowsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetWorkflowsFuture) Get ¶
func (r *BatchGetWorkflowsFuture) Get(ctx workflow.Context) (*glue.BatchGetWorkflowsOutput, error)
type BatchStopJobRunFuture ¶
type BatchStopJobRunFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchStopJobRunFuture) Get ¶
func (r *BatchStopJobRunFuture) Get(ctx workflow.Context) (*glue.BatchStopJobRunOutput, error)
type BatchUpdatePartitionFuture ¶
type BatchUpdatePartitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchUpdatePartitionFuture) Get ¶
func (r *BatchUpdatePartitionFuture) Get(ctx workflow.Context) (*glue.BatchUpdatePartitionOutput, error)
type CancelMLTaskRunFuture ¶
type CancelMLTaskRunFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CancelMLTaskRunFuture) Get ¶
func (r *CancelMLTaskRunFuture) Get(ctx workflow.Context) (*glue.CancelMLTaskRunOutput, error)
type CheckSchemaVersionValidityFuture ¶
type CheckSchemaVersionValidityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CheckSchemaVersionValidityFuture) Get ¶
func (r *CheckSchemaVersionValidityFuture) Get(ctx workflow.Context) (*glue.CheckSchemaVersionValidityOutput, error)
type Client ¶
type Client interface { BatchCreatePartition(ctx workflow.Context, input *glue.BatchCreatePartitionInput) (*glue.BatchCreatePartitionOutput, error) BatchCreatePartitionAsync(ctx workflow.Context, input *glue.BatchCreatePartitionInput) *BatchCreatePartitionFuture BatchDeleteConnection(ctx workflow.Context, input *glue.BatchDeleteConnectionInput) (*glue.BatchDeleteConnectionOutput, error) BatchDeleteConnectionAsync(ctx workflow.Context, input *glue.BatchDeleteConnectionInput) *BatchDeleteConnectionFuture BatchDeletePartition(ctx workflow.Context, input *glue.BatchDeletePartitionInput) (*glue.BatchDeletePartitionOutput, error) BatchDeletePartitionAsync(ctx workflow.Context, input *glue.BatchDeletePartitionInput) *BatchDeletePartitionFuture BatchDeleteTable(ctx workflow.Context, input *glue.BatchDeleteTableInput) (*glue.BatchDeleteTableOutput, error) BatchDeleteTableAsync(ctx workflow.Context, input *glue.BatchDeleteTableInput) *BatchDeleteTableFuture BatchDeleteTableVersion(ctx workflow.Context, input *glue.BatchDeleteTableVersionInput) (*glue.BatchDeleteTableVersionOutput, error) BatchDeleteTableVersionAsync(ctx workflow.Context, input *glue.BatchDeleteTableVersionInput) *BatchDeleteTableVersionFuture BatchGetCrawlers(ctx workflow.Context, input *glue.BatchGetCrawlersInput) (*glue.BatchGetCrawlersOutput, error) BatchGetCrawlersAsync(ctx workflow.Context, input *glue.BatchGetCrawlersInput) *BatchGetCrawlersFuture BatchGetDevEndpoints(ctx workflow.Context, input *glue.BatchGetDevEndpointsInput) (*glue.BatchGetDevEndpointsOutput, error) BatchGetDevEndpointsAsync(ctx workflow.Context, input *glue.BatchGetDevEndpointsInput) *BatchGetDevEndpointsFuture BatchGetJobs(ctx workflow.Context, input *glue.BatchGetJobsInput) (*glue.BatchGetJobsOutput, error) BatchGetJobsAsync(ctx workflow.Context, input *glue.BatchGetJobsInput) *BatchGetJobsFuture BatchGetPartition(ctx workflow.Context, input *glue.BatchGetPartitionInput) (*glue.BatchGetPartitionOutput, error) BatchGetPartitionAsync(ctx workflow.Context, input *glue.BatchGetPartitionInput) *BatchGetPartitionFuture BatchGetTriggers(ctx workflow.Context, input *glue.BatchGetTriggersInput) (*glue.BatchGetTriggersOutput, error) BatchGetTriggersAsync(ctx workflow.Context, input *glue.BatchGetTriggersInput) *BatchGetTriggersFuture BatchGetWorkflows(ctx workflow.Context, input *glue.BatchGetWorkflowsInput) (*glue.BatchGetWorkflowsOutput, error) BatchGetWorkflowsAsync(ctx workflow.Context, input *glue.BatchGetWorkflowsInput) *BatchGetWorkflowsFuture BatchStopJobRun(ctx workflow.Context, input *glue.BatchStopJobRunInput) (*glue.BatchStopJobRunOutput, error) BatchStopJobRunAsync(ctx workflow.Context, input *glue.BatchStopJobRunInput) *BatchStopJobRunFuture BatchUpdatePartition(ctx workflow.Context, input *glue.BatchUpdatePartitionInput) (*glue.BatchUpdatePartitionOutput, error) BatchUpdatePartitionAsync(ctx workflow.Context, input *glue.BatchUpdatePartitionInput) *BatchUpdatePartitionFuture CancelMLTaskRun(ctx workflow.Context, input *glue.CancelMLTaskRunInput) (*glue.CancelMLTaskRunOutput, error) CancelMLTaskRunAsync(ctx workflow.Context, input *glue.CancelMLTaskRunInput) *CancelMLTaskRunFuture CheckSchemaVersionValidity(ctx workflow.Context, input *glue.CheckSchemaVersionValidityInput) (*glue.CheckSchemaVersionValidityOutput, error) CheckSchemaVersionValidityAsync(ctx workflow.Context, input *glue.CheckSchemaVersionValidityInput) *CheckSchemaVersionValidityFuture CreateClassifier(ctx workflow.Context, input *glue.CreateClassifierInput) (*glue.CreateClassifierOutput, error) CreateClassifierAsync(ctx workflow.Context, input *glue.CreateClassifierInput) *CreateClassifierFuture CreateConnection(ctx workflow.Context, input *glue.CreateConnectionInput) (*glue.CreateConnectionOutput, error) CreateConnectionAsync(ctx workflow.Context, input *glue.CreateConnectionInput) *CreateConnectionFuture CreateCrawler(ctx workflow.Context, input *glue.CreateCrawlerInput) (*glue.CreateCrawlerOutput, error) CreateCrawlerAsync(ctx workflow.Context, input *glue.CreateCrawlerInput) *CreateCrawlerFuture CreateDatabase(ctx workflow.Context, input *glue.CreateDatabaseInput) (*glue.CreateDatabaseOutput, error) CreateDatabaseAsync(ctx workflow.Context, input *glue.CreateDatabaseInput) *CreateDatabaseFuture CreateDevEndpoint(ctx workflow.Context, input *glue.CreateDevEndpointInput) (*glue.CreateDevEndpointOutput, error) CreateDevEndpointAsync(ctx workflow.Context, input *glue.CreateDevEndpointInput) *CreateDevEndpointFuture CreateJob(ctx workflow.Context, input *glue.CreateJobInput) (*glue.CreateJobOutput, error) CreateJobAsync(ctx workflow.Context, input *glue.CreateJobInput) *CreateJobFuture CreateMLTransform(ctx workflow.Context, input *glue.CreateMLTransformInput) (*glue.CreateMLTransformOutput, error) CreateMLTransformAsync(ctx workflow.Context, input *glue.CreateMLTransformInput) *CreateMLTransformFuture CreatePartition(ctx workflow.Context, input *glue.CreatePartitionInput) (*glue.CreatePartitionOutput, error) CreatePartitionAsync(ctx workflow.Context, input *glue.CreatePartitionInput) *CreatePartitionFuture CreatePartitionIndex(ctx workflow.Context, input *glue.CreatePartitionIndexInput) (*glue.CreatePartitionIndexOutput, error) CreatePartitionIndexAsync(ctx workflow.Context, input *glue.CreatePartitionIndexInput) *CreatePartitionIndexFuture CreateRegistry(ctx workflow.Context, input *glue.CreateRegistryInput) (*glue.CreateRegistryOutput, error) CreateRegistryAsync(ctx workflow.Context, input *glue.CreateRegistryInput) *CreateRegistryFuture CreateSchema(ctx workflow.Context, input *glue.CreateSchemaInput) (*glue.CreateSchemaOutput, error) CreateSchemaAsync(ctx workflow.Context, input *glue.CreateSchemaInput) *CreateSchemaFuture CreateScript(ctx workflow.Context, input *glue.CreateScriptInput) (*glue.CreateScriptOutput, error) CreateScriptAsync(ctx workflow.Context, input *glue.CreateScriptInput) *CreateScriptFuture CreateSecurityConfiguration(ctx workflow.Context, input *glue.CreateSecurityConfigurationInput) (*glue.CreateSecurityConfigurationOutput, error) CreateSecurityConfigurationAsync(ctx workflow.Context, input *glue.CreateSecurityConfigurationInput) *CreateSecurityConfigurationFuture CreateTable(ctx workflow.Context, input *glue.CreateTableInput) (*glue.CreateTableOutput, error) CreateTableAsync(ctx workflow.Context, input *glue.CreateTableInput) *CreateTableFuture CreateTrigger(ctx workflow.Context, input *glue.CreateTriggerInput) (*glue.CreateTriggerOutput, error) CreateTriggerAsync(ctx workflow.Context, input *glue.CreateTriggerInput) *CreateTriggerFuture CreateUserDefinedFunction(ctx workflow.Context, input *glue.CreateUserDefinedFunctionInput) (*glue.CreateUserDefinedFunctionOutput, error) CreateUserDefinedFunctionAsync(ctx workflow.Context, input *glue.CreateUserDefinedFunctionInput) *CreateUserDefinedFunctionFuture CreateWorkflow(ctx workflow.Context, input *glue.CreateWorkflowInput) (*glue.CreateWorkflowOutput, error) CreateWorkflowAsync(ctx workflow.Context, input *glue.CreateWorkflowInput) *CreateWorkflowFuture DeleteClassifier(ctx workflow.Context, input *glue.DeleteClassifierInput) (*glue.DeleteClassifierOutput, error) DeleteClassifierAsync(ctx workflow.Context, input *glue.DeleteClassifierInput) *DeleteClassifierFuture DeleteColumnStatisticsForPartition(ctx workflow.Context, input *glue.DeleteColumnStatisticsForPartitionInput) (*glue.DeleteColumnStatisticsForPartitionOutput, error) DeleteColumnStatisticsForPartitionAsync(ctx workflow.Context, input *glue.DeleteColumnStatisticsForPartitionInput) *DeleteColumnStatisticsForPartitionFuture DeleteColumnStatisticsForTable(ctx workflow.Context, input *glue.DeleteColumnStatisticsForTableInput) (*glue.DeleteColumnStatisticsForTableOutput, error) DeleteColumnStatisticsForTableAsync(ctx workflow.Context, input *glue.DeleteColumnStatisticsForTableInput) *DeleteColumnStatisticsForTableFuture DeleteConnection(ctx workflow.Context, input *glue.DeleteConnectionInput) (*glue.DeleteConnectionOutput, error) DeleteConnectionAsync(ctx workflow.Context, input *glue.DeleteConnectionInput) *DeleteConnectionFuture DeleteCrawler(ctx workflow.Context, input *glue.DeleteCrawlerInput) (*glue.DeleteCrawlerOutput, error) DeleteCrawlerAsync(ctx workflow.Context, input *glue.DeleteCrawlerInput) *DeleteCrawlerFuture DeleteDatabase(ctx workflow.Context, input *glue.DeleteDatabaseInput) (*glue.DeleteDatabaseOutput, error) DeleteDatabaseAsync(ctx workflow.Context, input *glue.DeleteDatabaseInput) *DeleteDatabaseFuture DeleteDevEndpoint(ctx workflow.Context, input *glue.DeleteDevEndpointInput) (*glue.DeleteDevEndpointOutput, error) DeleteDevEndpointAsync(ctx workflow.Context, input *glue.DeleteDevEndpointInput) *DeleteDevEndpointFuture DeleteJob(ctx workflow.Context, input *glue.DeleteJobInput) (*glue.DeleteJobOutput, error) DeleteJobAsync(ctx workflow.Context, input *glue.DeleteJobInput) *DeleteJobFuture DeleteMLTransform(ctx workflow.Context, input *glue.DeleteMLTransformInput) (*glue.DeleteMLTransformOutput, error) DeleteMLTransformAsync(ctx workflow.Context, input *glue.DeleteMLTransformInput) *DeleteMLTransformFuture DeletePartition(ctx workflow.Context, input *glue.DeletePartitionInput) (*glue.DeletePartitionOutput, error) DeletePartitionAsync(ctx workflow.Context, input *glue.DeletePartitionInput) *DeletePartitionFuture DeletePartitionIndex(ctx workflow.Context, input *glue.DeletePartitionIndexInput) (*glue.DeletePartitionIndexOutput, error) DeletePartitionIndexAsync(ctx workflow.Context, input *glue.DeletePartitionIndexInput) *DeletePartitionIndexFuture DeleteRegistry(ctx workflow.Context, input *glue.DeleteRegistryInput) (*glue.DeleteRegistryOutput, error) DeleteRegistryAsync(ctx workflow.Context, input *glue.DeleteRegistryInput) *DeleteRegistryFuture DeleteResourcePolicy(ctx workflow.Context, input *glue.DeleteResourcePolicyInput) (*glue.DeleteResourcePolicyOutput, error) DeleteResourcePolicyAsync(ctx workflow.Context, input *glue.DeleteResourcePolicyInput) *DeleteResourcePolicyFuture DeleteSchema(ctx workflow.Context, input *glue.DeleteSchemaInput) (*glue.DeleteSchemaOutput, error) DeleteSchemaAsync(ctx workflow.Context, input *glue.DeleteSchemaInput) *DeleteSchemaFuture DeleteSchemaVersions(ctx workflow.Context, input *glue.DeleteSchemaVersionsInput) (*glue.DeleteSchemaVersionsOutput, error) DeleteSchemaVersionsAsync(ctx workflow.Context, input *glue.DeleteSchemaVersionsInput) *DeleteSchemaVersionsFuture DeleteSecurityConfiguration(ctx workflow.Context, input *glue.DeleteSecurityConfigurationInput) (*glue.DeleteSecurityConfigurationOutput, error) DeleteSecurityConfigurationAsync(ctx workflow.Context, input *glue.DeleteSecurityConfigurationInput) *DeleteSecurityConfigurationFuture DeleteTable(ctx workflow.Context, input *glue.DeleteTableInput) (*glue.DeleteTableOutput, error) DeleteTableAsync(ctx workflow.Context, input *glue.DeleteTableInput) *DeleteTableFuture DeleteTableVersion(ctx workflow.Context, input *glue.DeleteTableVersionInput) (*glue.DeleteTableVersionOutput, error) DeleteTableVersionAsync(ctx workflow.Context, input *glue.DeleteTableVersionInput) *DeleteTableVersionFuture DeleteTrigger(ctx workflow.Context, input *glue.DeleteTriggerInput) (*glue.DeleteTriggerOutput, error) DeleteTriggerAsync(ctx workflow.Context, input *glue.DeleteTriggerInput) *DeleteTriggerFuture DeleteUserDefinedFunction(ctx workflow.Context, input *glue.DeleteUserDefinedFunctionInput) (*glue.DeleteUserDefinedFunctionOutput, error) DeleteUserDefinedFunctionAsync(ctx workflow.Context, input *glue.DeleteUserDefinedFunctionInput) *DeleteUserDefinedFunctionFuture DeleteWorkflow(ctx workflow.Context, input *glue.DeleteWorkflowInput) (*glue.DeleteWorkflowOutput, error) DeleteWorkflowAsync(ctx workflow.Context, input *glue.DeleteWorkflowInput) *DeleteWorkflowFuture GetCatalogImportStatus(ctx workflow.Context, input *glue.GetCatalogImportStatusInput) (*glue.GetCatalogImportStatusOutput, error) GetCatalogImportStatusAsync(ctx workflow.Context, input *glue.GetCatalogImportStatusInput) *GetCatalogImportStatusFuture GetClassifier(ctx workflow.Context, input *glue.GetClassifierInput) (*glue.GetClassifierOutput, error) GetClassifierAsync(ctx workflow.Context, input *glue.GetClassifierInput) *GetClassifierFuture GetClassifiers(ctx workflow.Context, input *glue.GetClassifiersInput) (*glue.GetClassifiersOutput, error) GetClassifiersAsync(ctx workflow.Context, input *glue.GetClassifiersInput) *GetClassifiersFuture GetColumnStatisticsForPartition(ctx workflow.Context, input *glue.GetColumnStatisticsForPartitionInput) (*glue.GetColumnStatisticsForPartitionOutput, error) GetColumnStatisticsForPartitionAsync(ctx workflow.Context, input *glue.GetColumnStatisticsForPartitionInput) *GetColumnStatisticsForPartitionFuture GetColumnStatisticsForTable(ctx workflow.Context, input *glue.GetColumnStatisticsForTableInput) (*glue.GetColumnStatisticsForTableOutput, error) GetColumnStatisticsForTableAsync(ctx workflow.Context, input *glue.GetColumnStatisticsForTableInput) *GetColumnStatisticsForTableFuture GetConnection(ctx workflow.Context, input *glue.GetConnectionInput) (*glue.GetConnectionOutput, error) GetConnectionAsync(ctx workflow.Context, input *glue.GetConnectionInput) *GetConnectionFuture GetConnections(ctx workflow.Context, input *glue.GetConnectionsInput) (*glue.GetConnectionsOutput, error) GetConnectionsAsync(ctx workflow.Context, input *glue.GetConnectionsInput) *GetConnectionsFuture GetCrawler(ctx workflow.Context, input *glue.GetCrawlerInput) (*glue.GetCrawlerOutput, error) GetCrawlerAsync(ctx workflow.Context, input *glue.GetCrawlerInput) *GetCrawlerFuture GetCrawlerMetrics(ctx workflow.Context, input *glue.GetCrawlerMetricsInput) (*glue.GetCrawlerMetricsOutput, error) GetCrawlerMetricsAsync(ctx workflow.Context, input *glue.GetCrawlerMetricsInput) *GetCrawlerMetricsFuture GetCrawlers(ctx workflow.Context, input *glue.GetCrawlersInput) (*glue.GetCrawlersOutput, error) GetCrawlersAsync(ctx workflow.Context, input *glue.GetCrawlersInput) *GetCrawlersFuture GetDataCatalogEncryptionSettings(ctx workflow.Context, input *glue.GetDataCatalogEncryptionSettingsInput) (*glue.GetDataCatalogEncryptionSettingsOutput, error) GetDataCatalogEncryptionSettingsAsync(ctx workflow.Context, input *glue.GetDataCatalogEncryptionSettingsInput) *GetDataCatalogEncryptionSettingsFuture GetDatabase(ctx workflow.Context, input *glue.GetDatabaseInput) (*glue.GetDatabaseOutput, error) GetDatabaseAsync(ctx workflow.Context, input *glue.GetDatabaseInput) *GetDatabaseFuture GetDatabases(ctx workflow.Context, input *glue.GetDatabasesInput) (*glue.GetDatabasesOutput, error) GetDatabasesAsync(ctx workflow.Context, input *glue.GetDatabasesInput) *GetDatabasesFuture GetDataflowGraph(ctx workflow.Context, input *glue.GetDataflowGraphInput) (*glue.GetDataflowGraphOutput, error) GetDataflowGraphAsync(ctx workflow.Context, input *glue.GetDataflowGraphInput) *GetDataflowGraphFuture GetDevEndpoint(ctx workflow.Context, input *glue.GetDevEndpointInput) (*glue.GetDevEndpointOutput, error) GetDevEndpointAsync(ctx workflow.Context, input *glue.GetDevEndpointInput) *GetDevEndpointFuture GetDevEndpoints(ctx workflow.Context, input *glue.GetDevEndpointsInput) (*glue.GetDevEndpointsOutput, error) GetDevEndpointsAsync(ctx workflow.Context, input *glue.GetDevEndpointsInput) *GetDevEndpointsFuture GetJob(ctx workflow.Context, input *glue.GetJobInput) (*glue.GetJobOutput, error) GetJobAsync(ctx workflow.Context, input *glue.GetJobInput) *GetJobFuture GetJobBookmark(ctx workflow.Context, input *glue.GetJobBookmarkInput) (*glue.GetJobBookmarkOutput, error) GetJobBookmarkAsync(ctx workflow.Context, input *glue.GetJobBookmarkInput) *GetJobBookmarkFuture GetJobRun(ctx workflow.Context, input *glue.GetJobRunInput) (*glue.GetJobRunOutput, error) GetJobRunAsync(ctx workflow.Context, input *glue.GetJobRunInput) *GetJobRunFuture GetJobRuns(ctx workflow.Context, input *glue.GetJobRunsInput) (*glue.GetJobRunsOutput, error) GetJobRunsAsync(ctx workflow.Context, input *glue.GetJobRunsInput) *GetJobRunsFuture GetJobs(ctx workflow.Context, input *glue.GetJobsInput) (*glue.GetJobsOutput, error) GetJobsAsync(ctx workflow.Context, input *glue.GetJobsInput) *GetJobsFuture GetMLTaskRun(ctx workflow.Context, input *glue.GetMLTaskRunInput) (*glue.GetMLTaskRunOutput, error) GetMLTaskRunAsync(ctx workflow.Context, input *glue.GetMLTaskRunInput) *GetMLTaskRunFuture GetMLTaskRuns(ctx workflow.Context, input *glue.GetMLTaskRunsInput) (*glue.GetMLTaskRunsOutput, error) GetMLTaskRunsAsync(ctx workflow.Context, input *glue.GetMLTaskRunsInput) *GetMLTaskRunsFuture GetMLTransform(ctx workflow.Context, input *glue.GetMLTransformInput) (*glue.GetMLTransformOutput, error) GetMLTransformAsync(ctx workflow.Context, input *glue.GetMLTransformInput) *GetMLTransformFuture GetMLTransforms(ctx workflow.Context, input *glue.GetMLTransformsInput) (*glue.GetMLTransformsOutput, error) GetMLTransformsAsync(ctx workflow.Context, input *glue.GetMLTransformsInput) *GetMLTransformsFuture GetMapping(ctx workflow.Context, input *glue.GetMappingInput) (*glue.GetMappingOutput, error) GetMappingAsync(ctx workflow.Context, input *glue.GetMappingInput) *GetMappingFuture GetPartition(ctx workflow.Context, input *glue.GetPartitionInput) (*glue.GetPartitionOutput, error) GetPartitionAsync(ctx workflow.Context, input *glue.GetPartitionInput) *GetPartitionFuture GetPartitionIndexes(ctx workflow.Context, input *glue.GetPartitionIndexesInput) (*glue.GetPartitionIndexesOutput, error) GetPartitionIndexesAsync(ctx workflow.Context, input *glue.GetPartitionIndexesInput) *GetPartitionIndexesFuture GetPartitions(ctx workflow.Context, input *glue.GetPartitionsInput) (*glue.GetPartitionsOutput, error) GetPartitionsAsync(ctx workflow.Context, input *glue.GetPartitionsInput) *GetPartitionsFuture GetPlan(ctx workflow.Context, input *glue.GetPlanInput) (*glue.GetPlanOutput, error) GetPlanAsync(ctx workflow.Context, input *glue.GetPlanInput) *GetPlanFuture GetRegistry(ctx workflow.Context, input *glue.GetRegistryInput) (*glue.GetRegistryOutput, error) GetRegistryAsync(ctx workflow.Context, input *glue.GetRegistryInput) *GetRegistryFuture GetResourcePolicies(ctx workflow.Context, input *glue.GetResourcePoliciesInput) (*glue.GetResourcePoliciesOutput, error) GetResourcePoliciesAsync(ctx workflow.Context, input *glue.GetResourcePoliciesInput) *GetResourcePoliciesFuture GetResourcePolicy(ctx workflow.Context, input *glue.GetResourcePolicyInput) (*glue.GetResourcePolicyOutput, error) GetResourcePolicyAsync(ctx workflow.Context, input *glue.GetResourcePolicyInput) *GetResourcePolicyFuture GetSchema(ctx workflow.Context, input *glue.GetSchemaInput) (*glue.GetSchemaOutput, error) GetSchemaAsync(ctx workflow.Context, input *glue.GetSchemaInput) *GetSchemaFuture GetSchemaByDefinition(ctx workflow.Context, input *glue.GetSchemaByDefinitionInput) (*glue.GetSchemaByDefinitionOutput, error) GetSchemaByDefinitionAsync(ctx workflow.Context, input *glue.GetSchemaByDefinitionInput) *GetSchemaByDefinitionFuture GetSchemaVersion(ctx workflow.Context, input *glue.GetSchemaVersionInput) (*glue.GetSchemaVersionOutput, error) GetSchemaVersionAsync(ctx workflow.Context, input *glue.GetSchemaVersionInput) *GetSchemaVersionFuture GetSchemaVersionsDiff(ctx workflow.Context, input *glue.GetSchemaVersionsDiffInput) (*glue.GetSchemaVersionsDiffOutput, error) GetSchemaVersionsDiffAsync(ctx workflow.Context, input *glue.GetSchemaVersionsDiffInput) *GetSchemaVersionsDiffFuture GetSecurityConfiguration(ctx workflow.Context, input *glue.GetSecurityConfigurationInput) (*glue.GetSecurityConfigurationOutput, error) GetSecurityConfigurationAsync(ctx workflow.Context, input *glue.GetSecurityConfigurationInput) *GetSecurityConfigurationFuture GetSecurityConfigurations(ctx workflow.Context, input *glue.GetSecurityConfigurationsInput) (*glue.GetSecurityConfigurationsOutput, error) GetSecurityConfigurationsAsync(ctx workflow.Context, input *glue.GetSecurityConfigurationsInput) *GetSecurityConfigurationsFuture GetTable(ctx workflow.Context, input *glue.GetTableInput) (*glue.GetTableOutput, error) GetTableAsync(ctx workflow.Context, input *glue.GetTableInput) *GetTableFuture GetTableVersion(ctx workflow.Context, input *glue.GetTableVersionInput) (*glue.GetTableVersionOutput, error) GetTableVersionAsync(ctx workflow.Context, input *glue.GetTableVersionInput) *GetTableVersionFuture GetTableVersions(ctx workflow.Context, input *glue.GetTableVersionsInput) (*glue.GetTableVersionsOutput, error) GetTableVersionsAsync(ctx workflow.Context, input *glue.GetTableVersionsInput) *GetTableVersionsFuture GetTables(ctx workflow.Context, input *glue.GetTablesInput) (*glue.GetTablesOutput, error) GetTablesAsync(ctx workflow.Context, input *glue.GetTablesInput) *GetTablesFuture GetTags(ctx workflow.Context, input *glue.GetTagsInput) (*glue.GetTagsOutput, error) GetTagsAsync(ctx workflow.Context, input *glue.GetTagsInput) *GetTagsFuture GetTrigger(ctx workflow.Context, input *glue.GetTriggerInput) (*glue.GetTriggerOutput, error) GetTriggerAsync(ctx workflow.Context, input *glue.GetTriggerInput) *GetTriggerFuture GetTriggers(ctx workflow.Context, input *glue.GetTriggersInput) (*glue.GetTriggersOutput, error) GetTriggersAsync(ctx workflow.Context, input *glue.GetTriggersInput) *GetTriggersFuture GetUserDefinedFunction(ctx workflow.Context, input *glue.GetUserDefinedFunctionInput) (*glue.GetUserDefinedFunctionOutput, error) GetUserDefinedFunctionAsync(ctx workflow.Context, input *glue.GetUserDefinedFunctionInput) *GetUserDefinedFunctionFuture GetUserDefinedFunctions(ctx workflow.Context, input *glue.GetUserDefinedFunctionsInput) (*glue.GetUserDefinedFunctionsOutput, error) GetUserDefinedFunctionsAsync(ctx workflow.Context, input *glue.GetUserDefinedFunctionsInput) *GetUserDefinedFunctionsFuture GetWorkflow(ctx workflow.Context, input *glue.GetWorkflowInput) (*glue.GetWorkflowOutput, error) GetWorkflowAsync(ctx workflow.Context, input *glue.GetWorkflowInput) *GetWorkflowFuture GetWorkflowRun(ctx workflow.Context, input *glue.GetWorkflowRunInput) (*glue.GetWorkflowRunOutput, error) GetWorkflowRunAsync(ctx workflow.Context, input *glue.GetWorkflowRunInput) *GetWorkflowRunFuture GetWorkflowRunProperties(ctx workflow.Context, input *glue.GetWorkflowRunPropertiesInput) (*glue.GetWorkflowRunPropertiesOutput, error) GetWorkflowRunPropertiesAsync(ctx workflow.Context, input *glue.GetWorkflowRunPropertiesInput) *GetWorkflowRunPropertiesFuture GetWorkflowRuns(ctx workflow.Context, input *glue.GetWorkflowRunsInput) (*glue.GetWorkflowRunsOutput, error) GetWorkflowRunsAsync(ctx workflow.Context, input *glue.GetWorkflowRunsInput) *GetWorkflowRunsFuture ImportCatalogToGlue(ctx workflow.Context, input *glue.ImportCatalogToGlueInput) (*glue.ImportCatalogToGlueOutput, error) ImportCatalogToGlueAsync(ctx workflow.Context, input *glue.ImportCatalogToGlueInput) *ImportCatalogToGlueFuture ListCrawlers(ctx workflow.Context, input *glue.ListCrawlersInput) (*glue.ListCrawlersOutput, error) ListCrawlersAsync(ctx workflow.Context, input *glue.ListCrawlersInput) *ListCrawlersFuture ListDevEndpoints(ctx workflow.Context, input *glue.ListDevEndpointsInput) (*glue.ListDevEndpointsOutput, error) ListDevEndpointsAsync(ctx workflow.Context, input *glue.ListDevEndpointsInput) *ListDevEndpointsFuture ListJobs(ctx workflow.Context, input *glue.ListJobsInput) (*glue.ListJobsOutput, error) ListJobsAsync(ctx workflow.Context, input *glue.ListJobsInput) *ListJobsFuture ListMLTransforms(ctx workflow.Context, input *glue.ListMLTransformsInput) (*glue.ListMLTransformsOutput, error) ListMLTransformsAsync(ctx workflow.Context, input *glue.ListMLTransformsInput) *ListMLTransformsFuture ListRegistries(ctx workflow.Context, input *glue.ListRegistriesInput) (*glue.ListRegistriesOutput, error) ListRegistriesAsync(ctx workflow.Context, input *glue.ListRegistriesInput) *ListRegistriesFuture ListSchemaVersions(ctx workflow.Context, input *glue.ListSchemaVersionsInput) (*glue.ListSchemaVersionsOutput, error) ListSchemaVersionsAsync(ctx workflow.Context, input *glue.ListSchemaVersionsInput) *ListSchemaVersionsFuture ListSchemas(ctx workflow.Context, input *glue.ListSchemasInput) (*glue.ListSchemasOutput, error) ListSchemasAsync(ctx workflow.Context, input *glue.ListSchemasInput) *ListSchemasFuture ListTriggers(ctx workflow.Context, input *glue.ListTriggersInput) (*glue.ListTriggersOutput, error) ListTriggersAsync(ctx workflow.Context, input *glue.ListTriggersInput) *ListTriggersFuture ListWorkflows(ctx workflow.Context, input *glue.ListWorkflowsInput) (*glue.ListWorkflowsOutput, error) ListWorkflowsAsync(ctx workflow.Context, input *glue.ListWorkflowsInput) *ListWorkflowsFuture PutDataCatalogEncryptionSettings(ctx workflow.Context, input *glue.PutDataCatalogEncryptionSettingsInput) (*glue.PutDataCatalogEncryptionSettingsOutput, error) PutDataCatalogEncryptionSettingsAsync(ctx workflow.Context, input *glue.PutDataCatalogEncryptionSettingsInput) *PutDataCatalogEncryptionSettingsFuture PutResourcePolicy(ctx workflow.Context, input *glue.PutResourcePolicyInput) (*glue.PutResourcePolicyOutput, error) PutResourcePolicyAsync(ctx workflow.Context, input *glue.PutResourcePolicyInput) *PutResourcePolicyFuture PutSchemaVersionMetadata(ctx workflow.Context, input *glue.PutSchemaVersionMetadataInput) (*glue.PutSchemaVersionMetadataOutput, error) PutSchemaVersionMetadataAsync(ctx workflow.Context, input *glue.PutSchemaVersionMetadataInput) *PutSchemaVersionMetadataFuture PutWorkflowRunProperties(ctx workflow.Context, input *glue.PutWorkflowRunPropertiesInput) (*glue.PutWorkflowRunPropertiesOutput, error) PutWorkflowRunPropertiesAsync(ctx workflow.Context, input *glue.PutWorkflowRunPropertiesInput) *PutWorkflowRunPropertiesFuture QuerySchemaVersionMetadata(ctx workflow.Context, input *glue.QuerySchemaVersionMetadataInput) (*glue.QuerySchemaVersionMetadataOutput, error) QuerySchemaVersionMetadataAsync(ctx workflow.Context, input *glue.QuerySchemaVersionMetadataInput) *QuerySchemaVersionMetadataFuture RegisterSchemaVersion(ctx workflow.Context, input *glue.RegisterSchemaVersionInput) (*glue.RegisterSchemaVersionOutput, error) RegisterSchemaVersionAsync(ctx workflow.Context, input *glue.RegisterSchemaVersionInput) *RegisterSchemaVersionFuture RemoveSchemaVersionMetadata(ctx workflow.Context, input *glue.RemoveSchemaVersionMetadataInput) (*glue.RemoveSchemaVersionMetadataOutput, error) RemoveSchemaVersionMetadataAsync(ctx workflow.Context, input *glue.RemoveSchemaVersionMetadataInput) *RemoveSchemaVersionMetadataFuture ResetJobBookmark(ctx workflow.Context, input *glue.ResetJobBookmarkInput) (*glue.ResetJobBookmarkOutput, error) ResetJobBookmarkAsync(ctx workflow.Context, input *glue.ResetJobBookmarkInput) *ResetJobBookmarkFuture ResumeWorkflowRun(ctx workflow.Context, input *glue.ResumeWorkflowRunInput) (*glue.ResumeWorkflowRunOutput, error) ResumeWorkflowRunAsync(ctx workflow.Context, input *glue.ResumeWorkflowRunInput) *ResumeWorkflowRunFuture SearchTables(ctx workflow.Context, input *glue.SearchTablesInput) (*glue.SearchTablesOutput, error) SearchTablesAsync(ctx workflow.Context, input *glue.SearchTablesInput) *SearchTablesFuture StartCrawler(ctx workflow.Context, input *glue.StartCrawlerInput) (*glue.StartCrawlerOutput, error) StartCrawlerAsync(ctx workflow.Context, input *glue.StartCrawlerInput) *StartCrawlerFuture StartCrawlerSchedule(ctx workflow.Context, input *glue.StartCrawlerScheduleInput) (*glue.StartCrawlerScheduleOutput, error) StartCrawlerScheduleAsync(ctx workflow.Context, input *glue.StartCrawlerScheduleInput) *StartCrawlerScheduleFuture StartExportLabelsTaskRun(ctx workflow.Context, input *glue.StartExportLabelsTaskRunInput) (*glue.StartExportLabelsTaskRunOutput, error) StartExportLabelsTaskRunAsync(ctx workflow.Context, input *glue.StartExportLabelsTaskRunInput) *StartExportLabelsTaskRunFuture StartImportLabelsTaskRun(ctx workflow.Context, input *glue.StartImportLabelsTaskRunInput) (*glue.StartImportLabelsTaskRunOutput, error) StartImportLabelsTaskRunAsync(ctx workflow.Context, input *glue.StartImportLabelsTaskRunInput) *StartImportLabelsTaskRunFuture StartJobRun(ctx workflow.Context, input *glue.StartJobRunInput) (*glue.StartJobRunOutput, error) StartJobRunAsync(ctx workflow.Context, input *glue.StartJobRunInput) *StartJobRunFuture StartMLEvaluationTaskRun(ctx workflow.Context, input *glue.StartMLEvaluationTaskRunInput) (*glue.StartMLEvaluationTaskRunOutput, error) StartMLEvaluationTaskRunAsync(ctx workflow.Context, input *glue.StartMLEvaluationTaskRunInput) *StartMLEvaluationTaskRunFuture StartMLLabelingSetGenerationTaskRun(ctx workflow.Context, input *glue.StartMLLabelingSetGenerationTaskRunInput) (*glue.StartMLLabelingSetGenerationTaskRunOutput, error) StartMLLabelingSetGenerationTaskRunAsync(ctx workflow.Context, input *glue.StartMLLabelingSetGenerationTaskRunInput) *StartMLLabelingSetGenerationTaskRunFuture StartTrigger(ctx workflow.Context, input *glue.StartTriggerInput) (*glue.StartTriggerOutput, error) StartTriggerAsync(ctx workflow.Context, input *glue.StartTriggerInput) *StartTriggerFuture StartWorkflowRun(ctx workflow.Context, input *glue.StartWorkflowRunInput) (*glue.StartWorkflowRunOutput, error) StartWorkflowRunAsync(ctx workflow.Context, input *glue.StartWorkflowRunInput) *StartWorkflowRunFuture StopCrawler(ctx workflow.Context, input *glue.StopCrawlerInput) (*glue.StopCrawlerOutput, error) StopCrawlerAsync(ctx workflow.Context, input *glue.StopCrawlerInput) *StopCrawlerFuture StopCrawlerSchedule(ctx workflow.Context, input *glue.StopCrawlerScheduleInput) (*glue.StopCrawlerScheduleOutput, error) StopCrawlerScheduleAsync(ctx workflow.Context, input *glue.StopCrawlerScheduleInput) *StopCrawlerScheduleFuture StopTrigger(ctx workflow.Context, input *glue.StopTriggerInput) (*glue.StopTriggerOutput, error) StopTriggerAsync(ctx workflow.Context, input *glue.StopTriggerInput) *StopTriggerFuture StopWorkflowRun(ctx workflow.Context, input *glue.StopWorkflowRunInput) (*glue.StopWorkflowRunOutput, error) StopWorkflowRunAsync(ctx workflow.Context, input *glue.StopWorkflowRunInput) *StopWorkflowRunFuture TagResource(ctx workflow.Context, input *glue.TagResourceInput) (*glue.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *glue.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *glue.UntagResourceInput) (*glue.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *glue.UntagResourceInput) *UntagResourceFuture UpdateClassifier(ctx workflow.Context, input *glue.UpdateClassifierInput) (*glue.UpdateClassifierOutput, error) UpdateClassifierAsync(ctx workflow.Context, input *glue.UpdateClassifierInput) *UpdateClassifierFuture UpdateColumnStatisticsForPartition(ctx workflow.Context, input *glue.UpdateColumnStatisticsForPartitionInput) (*glue.UpdateColumnStatisticsForPartitionOutput, error) UpdateColumnStatisticsForPartitionAsync(ctx workflow.Context, input *glue.UpdateColumnStatisticsForPartitionInput) *UpdateColumnStatisticsForPartitionFuture UpdateColumnStatisticsForTable(ctx workflow.Context, input *glue.UpdateColumnStatisticsForTableInput) (*glue.UpdateColumnStatisticsForTableOutput, error) UpdateColumnStatisticsForTableAsync(ctx workflow.Context, input *glue.UpdateColumnStatisticsForTableInput) *UpdateColumnStatisticsForTableFuture UpdateConnection(ctx workflow.Context, input *glue.UpdateConnectionInput) (*glue.UpdateConnectionOutput, error) UpdateConnectionAsync(ctx workflow.Context, input *glue.UpdateConnectionInput) *UpdateConnectionFuture UpdateCrawler(ctx workflow.Context, input *glue.UpdateCrawlerInput) (*glue.UpdateCrawlerOutput, error) UpdateCrawlerAsync(ctx workflow.Context, input *glue.UpdateCrawlerInput) *UpdateCrawlerFuture UpdateCrawlerSchedule(ctx workflow.Context, input *glue.UpdateCrawlerScheduleInput) (*glue.UpdateCrawlerScheduleOutput, error) UpdateCrawlerScheduleAsync(ctx workflow.Context, input *glue.UpdateCrawlerScheduleInput) *UpdateCrawlerScheduleFuture UpdateDatabase(ctx workflow.Context, input *glue.UpdateDatabaseInput) (*glue.UpdateDatabaseOutput, error) UpdateDatabaseAsync(ctx workflow.Context, input *glue.UpdateDatabaseInput) *UpdateDatabaseFuture UpdateDevEndpoint(ctx workflow.Context, input *glue.UpdateDevEndpointInput) (*glue.UpdateDevEndpointOutput, error) UpdateDevEndpointAsync(ctx workflow.Context, input *glue.UpdateDevEndpointInput) *UpdateDevEndpointFuture UpdateJob(ctx workflow.Context, input *glue.UpdateJobInput) (*glue.UpdateJobOutput, error) UpdateJobAsync(ctx workflow.Context, input *glue.UpdateJobInput) *UpdateJobFuture UpdateMLTransform(ctx workflow.Context, input *glue.UpdateMLTransformInput) (*glue.UpdateMLTransformOutput, error) UpdateMLTransformAsync(ctx workflow.Context, input *glue.UpdateMLTransformInput) *UpdateMLTransformFuture UpdatePartition(ctx workflow.Context, input *glue.UpdatePartitionInput) (*glue.UpdatePartitionOutput, error) UpdatePartitionAsync(ctx workflow.Context, input *glue.UpdatePartitionInput) *UpdatePartitionFuture UpdateRegistry(ctx workflow.Context, input *glue.UpdateRegistryInput) (*glue.UpdateRegistryOutput, error) UpdateRegistryAsync(ctx workflow.Context, input *glue.UpdateRegistryInput) *UpdateRegistryFuture UpdateSchema(ctx workflow.Context, input *glue.UpdateSchemaInput) (*glue.UpdateSchemaOutput, error) UpdateSchemaAsync(ctx workflow.Context, input *glue.UpdateSchemaInput) *UpdateSchemaFuture UpdateTable(ctx workflow.Context, input *glue.UpdateTableInput) (*glue.UpdateTableOutput, error) UpdateTableAsync(ctx workflow.Context, input *glue.UpdateTableInput) *UpdateTableFuture UpdateTrigger(ctx workflow.Context, input *glue.UpdateTriggerInput) (*glue.UpdateTriggerOutput, error) UpdateTriggerAsync(ctx workflow.Context, input *glue.UpdateTriggerInput) *UpdateTriggerFuture UpdateUserDefinedFunction(ctx workflow.Context, input *glue.UpdateUserDefinedFunctionInput) (*glue.UpdateUserDefinedFunctionOutput, error) UpdateUserDefinedFunctionAsync(ctx workflow.Context, input *glue.UpdateUserDefinedFunctionInput) *UpdateUserDefinedFunctionFuture UpdateWorkflow(ctx workflow.Context, input *glue.UpdateWorkflowInput) (*glue.UpdateWorkflowOutput, error) UpdateWorkflowAsync(ctx workflow.Context, input *glue.UpdateWorkflowInput) *UpdateWorkflowFuture }
type CreateClassifierFuture ¶
type CreateClassifierFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateClassifierFuture) Get ¶
func (r *CreateClassifierFuture) Get(ctx workflow.Context) (*glue.CreateClassifierOutput, error)
type CreateConnectionFuture ¶
type CreateConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateConnectionFuture) Get ¶
func (r *CreateConnectionFuture) Get(ctx workflow.Context) (*glue.CreateConnectionOutput, error)
type CreateCrawlerFuture ¶
func (*CreateCrawlerFuture) Get ¶
func (r *CreateCrawlerFuture) Get(ctx workflow.Context) (*glue.CreateCrawlerOutput, error)
type CreateDatabaseFuture ¶
func (*CreateDatabaseFuture) Get ¶
func (r *CreateDatabaseFuture) Get(ctx workflow.Context) (*glue.CreateDatabaseOutput, error)
type CreateDevEndpointFuture ¶
type CreateDevEndpointFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDevEndpointFuture) Get ¶
func (r *CreateDevEndpointFuture) Get(ctx workflow.Context) (*glue.CreateDevEndpointOutput, error)
type CreateJobFuture ¶
func (*CreateJobFuture) Get ¶
func (r *CreateJobFuture) Get(ctx workflow.Context) (*glue.CreateJobOutput, error)
type CreateMLTransformFuture ¶
type CreateMLTransformFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateMLTransformFuture) Get ¶
func (r *CreateMLTransformFuture) Get(ctx workflow.Context) (*glue.CreateMLTransformOutput, error)
type CreatePartitionFuture ¶
type CreatePartitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreatePartitionFuture) Get ¶
func (r *CreatePartitionFuture) Get(ctx workflow.Context) (*glue.CreatePartitionOutput, error)
type CreatePartitionIndexFuture ¶
type CreatePartitionIndexFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreatePartitionIndexFuture) Get ¶
func (r *CreatePartitionIndexFuture) Get(ctx workflow.Context) (*glue.CreatePartitionIndexOutput, error)
type CreateRegistryFuture ¶
func (*CreateRegistryFuture) Get ¶
func (r *CreateRegistryFuture) Get(ctx workflow.Context) (*glue.CreateRegistryOutput, error)
type CreateSchemaFuture ¶
func (*CreateSchemaFuture) Get ¶
func (r *CreateSchemaFuture) Get(ctx workflow.Context) (*glue.CreateSchemaOutput, error)
type CreateScriptFuture ¶
func (*CreateScriptFuture) Get ¶
func (r *CreateScriptFuture) Get(ctx workflow.Context) (*glue.CreateScriptOutput, error)
type CreateSecurityConfigurationFuture ¶
type CreateSecurityConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateSecurityConfigurationFuture) Get ¶
func (r *CreateSecurityConfigurationFuture) Get(ctx workflow.Context) (*glue.CreateSecurityConfigurationOutput, error)
type CreateTableFuture ¶
func (*CreateTableFuture) Get ¶
func (r *CreateTableFuture) Get(ctx workflow.Context) (*glue.CreateTableOutput, error)
type CreateTriggerFuture ¶
func (*CreateTriggerFuture) Get ¶
func (r *CreateTriggerFuture) Get(ctx workflow.Context) (*glue.CreateTriggerOutput, error)
type CreateUserDefinedFunctionFuture ¶
type CreateUserDefinedFunctionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateUserDefinedFunctionFuture) Get ¶
func (r *CreateUserDefinedFunctionFuture) Get(ctx workflow.Context) (*glue.CreateUserDefinedFunctionOutput, error)
type CreateWorkflowFuture ¶
func (*CreateWorkflowFuture) Get ¶
func (r *CreateWorkflowFuture) Get(ctx workflow.Context) (*glue.CreateWorkflowOutput, error)
type DeleteClassifierFuture ¶
type DeleteClassifierFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteClassifierFuture) Get ¶
func (r *DeleteClassifierFuture) Get(ctx workflow.Context) (*glue.DeleteClassifierOutput, error)
type DeleteColumnStatisticsForPartitionFuture ¶
type DeleteColumnStatisticsForPartitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteColumnStatisticsForPartitionFuture) Get ¶
func (r *DeleteColumnStatisticsForPartitionFuture) Get(ctx workflow.Context) (*glue.DeleteColumnStatisticsForPartitionOutput, error)
type DeleteColumnStatisticsForTableFuture ¶
type DeleteColumnStatisticsForTableFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteColumnStatisticsForTableFuture) Get ¶
func (r *DeleteColumnStatisticsForTableFuture) Get(ctx workflow.Context) (*glue.DeleteColumnStatisticsForTableOutput, error)
type DeleteConnectionFuture ¶
type DeleteConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteConnectionFuture) Get ¶
func (r *DeleteConnectionFuture) Get(ctx workflow.Context) (*glue.DeleteConnectionOutput, error)
type DeleteCrawlerFuture ¶
func (*DeleteCrawlerFuture) Get ¶
func (r *DeleteCrawlerFuture) Get(ctx workflow.Context) (*glue.DeleteCrawlerOutput, error)
type DeleteDatabaseFuture ¶
func (*DeleteDatabaseFuture) Get ¶
func (r *DeleteDatabaseFuture) Get(ctx workflow.Context) (*glue.DeleteDatabaseOutput, error)
type DeleteDevEndpointFuture ¶
type DeleteDevEndpointFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDevEndpointFuture) Get ¶
func (r *DeleteDevEndpointFuture) Get(ctx workflow.Context) (*glue.DeleteDevEndpointOutput, error)
type DeleteJobFuture ¶
func (*DeleteJobFuture) Get ¶
func (r *DeleteJobFuture) Get(ctx workflow.Context) (*glue.DeleteJobOutput, error)
type DeleteMLTransformFuture ¶
type DeleteMLTransformFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteMLTransformFuture) Get ¶
func (r *DeleteMLTransformFuture) Get(ctx workflow.Context) (*glue.DeleteMLTransformOutput, error)
type DeletePartitionFuture ¶
type DeletePartitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeletePartitionFuture) Get ¶
func (r *DeletePartitionFuture) Get(ctx workflow.Context) (*glue.DeletePartitionOutput, error)
type DeletePartitionIndexFuture ¶
type DeletePartitionIndexFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeletePartitionIndexFuture) Get ¶
func (r *DeletePartitionIndexFuture) Get(ctx workflow.Context) (*glue.DeletePartitionIndexOutput, error)
type DeleteRegistryFuture ¶
func (*DeleteRegistryFuture) Get ¶
func (r *DeleteRegistryFuture) Get(ctx workflow.Context) (*glue.DeleteRegistryOutput, error)
type DeleteResourcePolicyFuture ¶
type DeleteResourcePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteResourcePolicyFuture) Get ¶
func (r *DeleteResourcePolicyFuture) Get(ctx workflow.Context) (*glue.DeleteResourcePolicyOutput, error)
type DeleteSchemaFuture ¶
func (*DeleteSchemaFuture) Get ¶
func (r *DeleteSchemaFuture) Get(ctx workflow.Context) (*glue.DeleteSchemaOutput, error)
type DeleteSchemaVersionsFuture ¶
type DeleteSchemaVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteSchemaVersionsFuture) Get ¶
func (r *DeleteSchemaVersionsFuture) Get(ctx workflow.Context) (*glue.DeleteSchemaVersionsOutput, error)
type DeleteSecurityConfigurationFuture ¶
type DeleteSecurityConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteSecurityConfigurationFuture) Get ¶
func (r *DeleteSecurityConfigurationFuture) Get(ctx workflow.Context) (*glue.DeleteSecurityConfigurationOutput, error)
type DeleteTableFuture ¶
func (*DeleteTableFuture) Get ¶
func (r *DeleteTableFuture) Get(ctx workflow.Context) (*glue.DeleteTableOutput, error)
type DeleteTableVersionFuture ¶
type DeleteTableVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteTableVersionFuture) Get ¶
func (r *DeleteTableVersionFuture) Get(ctx workflow.Context) (*glue.DeleteTableVersionOutput, error)
type DeleteTriggerFuture ¶
func (*DeleteTriggerFuture) Get ¶
func (r *DeleteTriggerFuture) Get(ctx workflow.Context) (*glue.DeleteTriggerOutput, error)
type DeleteUserDefinedFunctionFuture ¶
type DeleteUserDefinedFunctionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteUserDefinedFunctionFuture) Get ¶
func (r *DeleteUserDefinedFunctionFuture) Get(ctx workflow.Context) (*glue.DeleteUserDefinedFunctionOutput, error)
type DeleteWorkflowFuture ¶
func (*DeleteWorkflowFuture) Get ¶
func (r *DeleteWorkflowFuture) Get(ctx workflow.Context) (*glue.DeleteWorkflowOutput, error)
type GetCatalogImportStatusFuture ¶
type GetCatalogImportStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCatalogImportStatusFuture) Get ¶
func (r *GetCatalogImportStatusFuture) Get(ctx workflow.Context) (*glue.GetCatalogImportStatusOutput, error)
type GetClassifierFuture ¶
func (*GetClassifierFuture) Get ¶
func (r *GetClassifierFuture) Get(ctx workflow.Context) (*glue.GetClassifierOutput, error)
type GetClassifiersFuture ¶
func (*GetClassifiersFuture) Get ¶
func (r *GetClassifiersFuture) Get(ctx workflow.Context) (*glue.GetClassifiersOutput, error)
type GetColumnStatisticsForPartitionFuture ¶
type GetColumnStatisticsForPartitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetColumnStatisticsForPartitionFuture) Get ¶
func (r *GetColumnStatisticsForPartitionFuture) Get(ctx workflow.Context) (*glue.GetColumnStatisticsForPartitionOutput, error)
type GetColumnStatisticsForTableFuture ¶
type GetColumnStatisticsForTableFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetColumnStatisticsForTableFuture) Get ¶
func (r *GetColumnStatisticsForTableFuture) Get(ctx workflow.Context) (*glue.GetColumnStatisticsForTableOutput, error)
type GetConnectionFuture ¶
func (*GetConnectionFuture) Get ¶
func (r *GetConnectionFuture) Get(ctx workflow.Context) (*glue.GetConnectionOutput, error)
type GetConnectionsFuture ¶
func (*GetConnectionsFuture) Get ¶
func (r *GetConnectionsFuture) Get(ctx workflow.Context) (*glue.GetConnectionsOutput, error)
type GetCrawlerFuture ¶
func (*GetCrawlerFuture) Get ¶
func (r *GetCrawlerFuture) Get(ctx workflow.Context) (*glue.GetCrawlerOutput, error)
type GetCrawlerMetricsFuture ¶
type GetCrawlerMetricsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCrawlerMetricsFuture) Get ¶
func (r *GetCrawlerMetricsFuture) Get(ctx workflow.Context) (*glue.GetCrawlerMetricsOutput, error)
type GetCrawlersFuture ¶
func (*GetCrawlersFuture) Get ¶
func (r *GetCrawlersFuture) Get(ctx workflow.Context) (*glue.GetCrawlersOutput, error)
type GetDataCatalogEncryptionSettingsFuture ¶
type GetDataCatalogEncryptionSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDataCatalogEncryptionSettingsFuture) Get ¶
func (r *GetDataCatalogEncryptionSettingsFuture) Get(ctx workflow.Context) (*glue.GetDataCatalogEncryptionSettingsOutput, error)
type GetDatabaseFuture ¶
func (*GetDatabaseFuture) Get ¶
func (r *GetDatabaseFuture) Get(ctx workflow.Context) (*glue.GetDatabaseOutput, error)
type GetDatabasesFuture ¶
func (*GetDatabasesFuture) Get ¶
func (r *GetDatabasesFuture) Get(ctx workflow.Context) (*glue.GetDatabasesOutput, error)
type GetDataflowGraphFuture ¶
type GetDataflowGraphFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDataflowGraphFuture) Get ¶
func (r *GetDataflowGraphFuture) Get(ctx workflow.Context) (*glue.GetDataflowGraphOutput, error)
type GetDevEndpointFuture ¶
func (*GetDevEndpointFuture) Get ¶
func (r *GetDevEndpointFuture) Get(ctx workflow.Context) (*glue.GetDevEndpointOutput, error)
type GetDevEndpointsFuture ¶
type GetDevEndpointsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDevEndpointsFuture) Get ¶
func (r *GetDevEndpointsFuture) Get(ctx workflow.Context) (*glue.GetDevEndpointsOutput, error)
type GetJobBookmarkFuture ¶
func (*GetJobBookmarkFuture) Get ¶
func (r *GetJobBookmarkFuture) Get(ctx workflow.Context) (*glue.GetJobBookmarkOutput, error)
type GetJobFuture ¶
func (*GetJobFuture) Get ¶
func (r *GetJobFuture) Get(ctx workflow.Context) (*glue.GetJobOutput, error)
type GetJobRunFuture ¶
func (*GetJobRunFuture) Get ¶
func (r *GetJobRunFuture) Get(ctx workflow.Context) (*glue.GetJobRunOutput, error)
type GetJobRunsFuture ¶
func (*GetJobRunsFuture) Get ¶
func (r *GetJobRunsFuture) Get(ctx workflow.Context) (*glue.GetJobRunsOutput, error)
type GetJobsFuture ¶
func (*GetJobsFuture) Get ¶
func (r *GetJobsFuture) Get(ctx workflow.Context) (*glue.GetJobsOutput, error)
type GetMLTaskRunFuture ¶
func (*GetMLTaskRunFuture) Get ¶
func (r *GetMLTaskRunFuture) Get(ctx workflow.Context) (*glue.GetMLTaskRunOutput, error)
type GetMLTaskRunsFuture ¶
func (*GetMLTaskRunsFuture) Get ¶
func (r *GetMLTaskRunsFuture) Get(ctx workflow.Context) (*glue.GetMLTaskRunsOutput, error)
type GetMLTransformFuture ¶
func (*GetMLTransformFuture) Get ¶
func (r *GetMLTransformFuture) Get(ctx workflow.Context) (*glue.GetMLTransformOutput, error)
type GetMLTransformsFuture ¶
type GetMLTransformsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetMLTransformsFuture) Get ¶
func (r *GetMLTransformsFuture) Get(ctx workflow.Context) (*glue.GetMLTransformsOutput, error)
type GetMappingFuture ¶
func (*GetMappingFuture) Get ¶
func (r *GetMappingFuture) Get(ctx workflow.Context) (*glue.GetMappingOutput, error)
type GetPartitionFuture ¶
func (*GetPartitionFuture) Get ¶
func (r *GetPartitionFuture) Get(ctx workflow.Context) (*glue.GetPartitionOutput, error)
type GetPartitionIndexesFuture ¶
type GetPartitionIndexesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPartitionIndexesFuture) Get ¶
func (r *GetPartitionIndexesFuture) Get(ctx workflow.Context) (*glue.GetPartitionIndexesOutput, error)
type GetPartitionsFuture ¶
func (*GetPartitionsFuture) Get ¶
func (r *GetPartitionsFuture) Get(ctx workflow.Context) (*glue.GetPartitionsOutput, error)
type GetPlanFuture ¶
func (*GetPlanFuture) Get ¶
func (r *GetPlanFuture) Get(ctx workflow.Context) (*glue.GetPlanOutput, error)
type GetRegistryFuture ¶
func (*GetRegistryFuture) Get ¶
func (r *GetRegistryFuture) Get(ctx workflow.Context) (*glue.GetRegistryOutput, error)
type GetResourcePoliciesFuture ¶
type GetResourcePoliciesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetResourcePoliciesFuture) Get ¶
func (r *GetResourcePoliciesFuture) Get(ctx workflow.Context) (*glue.GetResourcePoliciesOutput, error)
type GetResourcePolicyFuture ¶
type GetResourcePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetResourcePolicyFuture) Get ¶
func (r *GetResourcePolicyFuture) Get(ctx workflow.Context) (*glue.GetResourcePolicyOutput, error)
type GetSchemaByDefinitionFuture ¶
type GetSchemaByDefinitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSchemaByDefinitionFuture) Get ¶
func (r *GetSchemaByDefinitionFuture) Get(ctx workflow.Context) (*glue.GetSchemaByDefinitionOutput, error)
type GetSchemaFuture ¶
func (*GetSchemaFuture) Get ¶
func (r *GetSchemaFuture) Get(ctx workflow.Context) (*glue.GetSchemaOutput, error)
type GetSchemaVersionFuture ¶
type GetSchemaVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSchemaVersionFuture) Get ¶
func (r *GetSchemaVersionFuture) Get(ctx workflow.Context) (*glue.GetSchemaVersionOutput, error)
type GetSchemaVersionsDiffFuture ¶
type GetSchemaVersionsDiffFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSchemaVersionsDiffFuture) Get ¶
func (r *GetSchemaVersionsDiffFuture) Get(ctx workflow.Context) (*glue.GetSchemaVersionsDiffOutput, error)
type GetSecurityConfigurationFuture ¶
type GetSecurityConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSecurityConfigurationFuture) Get ¶
func (r *GetSecurityConfigurationFuture) Get(ctx workflow.Context) (*glue.GetSecurityConfigurationOutput, error)
type GetSecurityConfigurationsFuture ¶
type GetSecurityConfigurationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSecurityConfigurationsFuture) Get ¶
func (r *GetSecurityConfigurationsFuture) Get(ctx workflow.Context) (*glue.GetSecurityConfigurationsOutput, error)
type GetTableFuture ¶
func (*GetTableFuture) Get ¶
func (r *GetTableFuture) Get(ctx workflow.Context) (*glue.GetTableOutput, error)
type GetTableVersionFuture ¶
type GetTableVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetTableVersionFuture) Get ¶
func (r *GetTableVersionFuture) Get(ctx workflow.Context) (*glue.GetTableVersionOutput, error)
type GetTableVersionsFuture ¶
type GetTableVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetTableVersionsFuture) Get ¶
func (r *GetTableVersionsFuture) Get(ctx workflow.Context) (*glue.GetTableVersionsOutput, error)
type GetTablesFuture ¶
func (*GetTablesFuture) Get ¶
func (r *GetTablesFuture) Get(ctx workflow.Context) (*glue.GetTablesOutput, error)
type GetTagsFuture ¶
func (*GetTagsFuture) Get ¶
func (r *GetTagsFuture) Get(ctx workflow.Context) (*glue.GetTagsOutput, error)
type GetTriggerFuture ¶
func (*GetTriggerFuture) Get ¶
func (r *GetTriggerFuture) Get(ctx workflow.Context) (*glue.GetTriggerOutput, error)
type GetTriggersFuture ¶
func (*GetTriggersFuture) Get ¶
func (r *GetTriggersFuture) Get(ctx workflow.Context) (*glue.GetTriggersOutput, error)
type GetUserDefinedFunctionFuture ¶
type GetUserDefinedFunctionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetUserDefinedFunctionFuture) Get ¶
func (r *GetUserDefinedFunctionFuture) Get(ctx workflow.Context) (*glue.GetUserDefinedFunctionOutput, error)
type GetUserDefinedFunctionsFuture ¶
type GetUserDefinedFunctionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetUserDefinedFunctionsFuture) Get ¶
func (r *GetUserDefinedFunctionsFuture) Get(ctx workflow.Context) (*glue.GetUserDefinedFunctionsOutput, error)
type GetWorkflowFuture ¶
func (*GetWorkflowFuture) Get ¶
func (r *GetWorkflowFuture) Get(ctx workflow.Context) (*glue.GetWorkflowOutput, error)
type GetWorkflowRunFuture ¶
func (*GetWorkflowRunFuture) Get ¶
func (r *GetWorkflowRunFuture) Get(ctx workflow.Context) (*glue.GetWorkflowRunOutput, error)
type GetWorkflowRunPropertiesFuture ¶
type GetWorkflowRunPropertiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetWorkflowRunPropertiesFuture) Get ¶
func (r *GetWorkflowRunPropertiesFuture) Get(ctx workflow.Context) (*glue.GetWorkflowRunPropertiesOutput, error)
type GetWorkflowRunsFuture ¶
type GetWorkflowRunsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetWorkflowRunsFuture) Get ¶
func (r *GetWorkflowRunsFuture) Get(ctx workflow.Context) (*glue.GetWorkflowRunsOutput, error)
type ImportCatalogToGlueFuture ¶
type ImportCatalogToGlueFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ImportCatalogToGlueFuture) Get ¶
func (r *ImportCatalogToGlueFuture) Get(ctx workflow.Context) (*glue.ImportCatalogToGlueOutput, error)
type ListCrawlersFuture ¶
func (*ListCrawlersFuture) Get ¶
func (r *ListCrawlersFuture) Get(ctx workflow.Context) (*glue.ListCrawlersOutput, error)
type ListDevEndpointsFuture ¶
type ListDevEndpointsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDevEndpointsFuture) Get ¶
func (r *ListDevEndpointsFuture) Get(ctx workflow.Context) (*glue.ListDevEndpointsOutput, error)
type ListJobsFuture ¶
func (*ListJobsFuture) Get ¶
func (r *ListJobsFuture) Get(ctx workflow.Context) (*glue.ListJobsOutput, error)
type ListMLTransformsFuture ¶
type ListMLTransformsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListMLTransformsFuture) Get ¶
func (r *ListMLTransformsFuture) Get(ctx workflow.Context) (*glue.ListMLTransformsOutput, error)
type ListRegistriesFuture ¶
func (*ListRegistriesFuture) Get ¶
func (r *ListRegistriesFuture) Get(ctx workflow.Context) (*glue.ListRegistriesOutput, error)
type ListSchemaVersionsFuture ¶
type ListSchemaVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListSchemaVersionsFuture) Get ¶
func (r *ListSchemaVersionsFuture) Get(ctx workflow.Context) (*glue.ListSchemaVersionsOutput, error)
type ListSchemasFuture ¶
func (*ListSchemasFuture) Get ¶
func (r *ListSchemasFuture) Get(ctx workflow.Context) (*glue.ListSchemasOutput, error)
type ListTriggersFuture ¶
func (*ListTriggersFuture) Get ¶
func (r *ListTriggersFuture) Get(ctx workflow.Context) (*glue.ListTriggersOutput, error)
type ListWorkflowsFuture ¶
func (*ListWorkflowsFuture) Get ¶
func (r *ListWorkflowsFuture) Get(ctx workflow.Context) (*glue.ListWorkflowsOutput, error)
type PutDataCatalogEncryptionSettingsFuture ¶
type PutDataCatalogEncryptionSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutDataCatalogEncryptionSettingsFuture) Get ¶
func (r *PutDataCatalogEncryptionSettingsFuture) Get(ctx workflow.Context) (*glue.PutDataCatalogEncryptionSettingsOutput, error)
type PutResourcePolicyFuture ¶
type PutResourcePolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutResourcePolicyFuture) Get ¶
func (r *PutResourcePolicyFuture) Get(ctx workflow.Context) (*glue.PutResourcePolicyOutput, error)
type PutSchemaVersionMetadataFuture ¶
type PutSchemaVersionMetadataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutSchemaVersionMetadataFuture) Get ¶
func (r *PutSchemaVersionMetadataFuture) Get(ctx workflow.Context) (*glue.PutSchemaVersionMetadataOutput, error)
type PutWorkflowRunPropertiesFuture ¶
type PutWorkflowRunPropertiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutWorkflowRunPropertiesFuture) Get ¶
func (r *PutWorkflowRunPropertiesFuture) Get(ctx workflow.Context) (*glue.PutWorkflowRunPropertiesOutput, error)
type QuerySchemaVersionMetadataFuture ¶
type QuerySchemaVersionMetadataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*QuerySchemaVersionMetadataFuture) Get ¶
func (r *QuerySchemaVersionMetadataFuture) Get(ctx workflow.Context) (*glue.QuerySchemaVersionMetadataOutput, error)
type RegisterSchemaVersionFuture ¶
type RegisterSchemaVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterSchemaVersionFuture) Get ¶
func (r *RegisterSchemaVersionFuture) Get(ctx workflow.Context) (*glue.RegisterSchemaVersionOutput, error)
type RemoveSchemaVersionMetadataFuture ¶
type RemoveSchemaVersionMetadataFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemoveSchemaVersionMetadataFuture) Get ¶
func (r *RemoveSchemaVersionMetadataFuture) Get(ctx workflow.Context) (*glue.RemoveSchemaVersionMetadataOutput, error)
type ResetJobBookmarkFuture ¶
type ResetJobBookmarkFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ResetJobBookmarkFuture) Get ¶
func (r *ResetJobBookmarkFuture) Get(ctx workflow.Context) (*glue.ResetJobBookmarkOutput, error)
type ResumeWorkflowRunFuture ¶
type ResumeWorkflowRunFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ResumeWorkflowRunFuture) Get ¶
func (r *ResumeWorkflowRunFuture) Get(ctx workflow.Context) (*glue.ResumeWorkflowRunOutput, error)
type SearchTablesFuture ¶
func (*SearchTablesFuture) Get ¶
func (r *SearchTablesFuture) Get(ctx workflow.Context) (*glue.SearchTablesOutput, error)
type StartCrawlerFuture ¶
func (*StartCrawlerFuture) Get ¶
func (r *StartCrawlerFuture) Get(ctx workflow.Context) (*glue.StartCrawlerOutput, error)
type StartCrawlerScheduleFuture ¶
type StartCrawlerScheduleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartCrawlerScheduleFuture) Get ¶
func (r *StartCrawlerScheduleFuture) Get(ctx workflow.Context) (*glue.StartCrawlerScheduleOutput, error)
type StartExportLabelsTaskRunFuture ¶
type StartExportLabelsTaskRunFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartExportLabelsTaskRunFuture) Get ¶
func (r *StartExportLabelsTaskRunFuture) Get(ctx workflow.Context) (*glue.StartExportLabelsTaskRunOutput, error)
type StartImportLabelsTaskRunFuture ¶
type StartImportLabelsTaskRunFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartImportLabelsTaskRunFuture) Get ¶
func (r *StartImportLabelsTaskRunFuture) Get(ctx workflow.Context) (*glue.StartImportLabelsTaskRunOutput, error)
type StartJobRunFuture ¶
func (*StartJobRunFuture) Get ¶
func (r *StartJobRunFuture) Get(ctx workflow.Context) (*glue.StartJobRunOutput, error)
type StartMLEvaluationTaskRunFuture ¶
type StartMLEvaluationTaskRunFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartMLEvaluationTaskRunFuture) Get ¶
func (r *StartMLEvaluationTaskRunFuture) Get(ctx workflow.Context) (*glue.StartMLEvaluationTaskRunOutput, error)
type StartMLLabelingSetGenerationTaskRunFuture ¶
type StartMLLabelingSetGenerationTaskRunFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartMLLabelingSetGenerationTaskRunFuture) Get ¶
func (r *StartMLLabelingSetGenerationTaskRunFuture) Get(ctx workflow.Context) (*glue.StartMLLabelingSetGenerationTaskRunOutput, error)
type StartTriggerFuture ¶
func (*StartTriggerFuture) Get ¶
func (r *StartTriggerFuture) Get(ctx workflow.Context) (*glue.StartTriggerOutput, error)
type StartWorkflowRunFuture ¶
type StartWorkflowRunFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartWorkflowRunFuture) Get ¶
func (r *StartWorkflowRunFuture) Get(ctx workflow.Context) (*glue.StartWorkflowRunOutput, error)
type StopCrawlerFuture ¶
func (*StopCrawlerFuture) Get ¶
func (r *StopCrawlerFuture) Get(ctx workflow.Context) (*glue.StopCrawlerOutput, error)
type StopCrawlerScheduleFuture ¶
type StopCrawlerScheduleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopCrawlerScheduleFuture) Get ¶
func (r *StopCrawlerScheduleFuture) Get(ctx workflow.Context) (*glue.StopCrawlerScheduleOutput, error)
type StopTriggerFuture ¶
func (*StopTriggerFuture) Get ¶
func (r *StopTriggerFuture) Get(ctx workflow.Context) (*glue.StopTriggerOutput, error)
type StopWorkflowRunFuture ¶
type StopWorkflowRunFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopWorkflowRunFuture) Get ¶
func (r *StopWorkflowRunFuture) Get(ctx workflow.Context) (*glue.StopWorkflowRunOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*glue.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*glue.UntagResourceOutput, error)
type UpdateClassifierFuture ¶
type UpdateClassifierFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateClassifierFuture) Get ¶
func (r *UpdateClassifierFuture) Get(ctx workflow.Context) (*glue.UpdateClassifierOutput, error)
type UpdateColumnStatisticsForPartitionFuture ¶
type UpdateColumnStatisticsForPartitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateColumnStatisticsForPartitionFuture) Get ¶
func (r *UpdateColumnStatisticsForPartitionFuture) Get(ctx workflow.Context) (*glue.UpdateColumnStatisticsForPartitionOutput, error)
type UpdateColumnStatisticsForTableFuture ¶
type UpdateColumnStatisticsForTableFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateColumnStatisticsForTableFuture) Get ¶
func (r *UpdateColumnStatisticsForTableFuture) Get(ctx workflow.Context) (*glue.UpdateColumnStatisticsForTableOutput, error)
type UpdateConnectionFuture ¶
type UpdateConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateConnectionFuture) Get ¶
func (r *UpdateConnectionFuture) Get(ctx workflow.Context) (*glue.UpdateConnectionOutput, error)
type UpdateCrawlerFuture ¶
func (*UpdateCrawlerFuture) Get ¶
func (r *UpdateCrawlerFuture) Get(ctx workflow.Context) (*glue.UpdateCrawlerOutput, error)
type UpdateCrawlerScheduleFuture ¶
type UpdateCrawlerScheduleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateCrawlerScheduleFuture) Get ¶
func (r *UpdateCrawlerScheduleFuture) Get(ctx workflow.Context) (*glue.UpdateCrawlerScheduleOutput, error)
type UpdateDatabaseFuture ¶
func (*UpdateDatabaseFuture) Get ¶
func (r *UpdateDatabaseFuture) Get(ctx workflow.Context) (*glue.UpdateDatabaseOutput, error)
type UpdateDevEndpointFuture ¶
type UpdateDevEndpointFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDevEndpointFuture) Get ¶
func (r *UpdateDevEndpointFuture) Get(ctx workflow.Context) (*glue.UpdateDevEndpointOutput, error)
type UpdateJobFuture ¶
func (*UpdateJobFuture) Get ¶
func (r *UpdateJobFuture) Get(ctx workflow.Context) (*glue.UpdateJobOutput, error)
type UpdateMLTransformFuture ¶
type UpdateMLTransformFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateMLTransformFuture) Get ¶
func (r *UpdateMLTransformFuture) Get(ctx workflow.Context) (*glue.UpdateMLTransformOutput, error)
type UpdatePartitionFuture ¶
type UpdatePartitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdatePartitionFuture) Get ¶
func (r *UpdatePartitionFuture) Get(ctx workflow.Context) (*glue.UpdatePartitionOutput, error)
type UpdateRegistryFuture ¶
func (*UpdateRegistryFuture) Get ¶
func (r *UpdateRegistryFuture) Get(ctx workflow.Context) (*glue.UpdateRegistryOutput, error)
type UpdateSchemaFuture ¶
func (*UpdateSchemaFuture) Get ¶
func (r *UpdateSchemaFuture) Get(ctx workflow.Context) (*glue.UpdateSchemaOutput, error)
type UpdateTableFuture ¶
func (*UpdateTableFuture) Get ¶
func (r *UpdateTableFuture) Get(ctx workflow.Context) (*glue.UpdateTableOutput, error)
type UpdateTriggerFuture ¶
func (*UpdateTriggerFuture) Get ¶
func (r *UpdateTriggerFuture) Get(ctx workflow.Context) (*glue.UpdateTriggerOutput, error)
type UpdateUserDefinedFunctionFuture ¶
type UpdateUserDefinedFunctionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateUserDefinedFunctionFuture) Get ¶
func (r *UpdateUserDefinedFunctionFuture) Get(ctx workflow.Context) (*glue.UpdateUserDefinedFunctionOutput, error)
type UpdateWorkflowFuture ¶
func (*UpdateWorkflowFuture) Get ¶
func (r *UpdateWorkflowFuture) Get(ctx workflow.Context) (*glue.UpdateWorkflowOutput, error)
Click to show internal directories.
Click to hide internal directories.