Glue
public struct Glue
Client object for interacting with AWS Glue service.
AWS Glue Defines the public endpoint for the AWS Glue service.
-
Undocumented
Declaration
Swift
public let client: AWSClient
-
Initialize the Glue client
Declaration
Swift
public init(accessKeyId: String? = nil, secretAccessKey: String? = nil, sessionToken: String? = nil, region: AWSSDKSwiftCore.Region? = nil, endpoint: String? = nil, middlewares: [AWSServiceMiddleware] = [], eventLoopGroupProvider: AWSClient.EventLoopGroupProvider = .useAWSClientShared)
Parameters
accessKeyId
Public access key provided by AWS
secretAccessKey
Private access key provided by AWS
sessionToken
Token provided by STS.AssumeRole() which allows access to another AWS account
region
Region of server you want to communicate with
endpoint
Custom endpoint URL to use instead of standard AWS servers
middlewares
Array of middlewares to apply to requests and responses
eventLoopGroupProvider
EventLoopGroup to use. Use
useAWSClientShared
if the client shall manage its own EventLoopGroup.
-
Creates one or more partitions in a batch operation.
Declaration
Swift
public func batchCreatePartition(_ input: BatchCreatePartitionRequest) -> EventLoopFuture<BatchCreatePartitionResponse>
-
Deletes a list of connection definitions from the Data Catalog.
Declaration
Swift
public func batchDeleteConnection(_ input: BatchDeleteConnectionRequest) -> EventLoopFuture<BatchDeleteConnectionResponse>
-
Deletes one or more partitions in a batch operation.
Declaration
Swift
public func batchDeletePartition(_ input: BatchDeletePartitionRequest) -> EventLoopFuture<BatchDeletePartitionResponse>
-
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.
Declaration
Swift
public func batchDeleteTable(_ input: BatchDeleteTableRequest) -> EventLoopFuture<BatchDeleteTableResponse>
-
Deletes a specified batch of versions of a table.
Declaration
Swift
public func batchDeleteTableVersion(_ input: BatchDeleteTableVersionRequest) -> EventLoopFuture<BatchDeleteTableVersionResponse>
-
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.
Declaration
Swift
public func batchGetCrawlers(_ input: BatchGetCrawlersRequest) -> EventLoopFuture<BatchGetCrawlersResponse>
-
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.
Declaration
Swift
public func batchGetDevEndpoints(_ input: BatchGetDevEndpointsRequest) -> EventLoopFuture<BatchGetDevEndpointsResponse>
-
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.
Declaration
Swift
public func batchGetJobs(_ input: BatchGetJobsRequest) -> EventLoopFuture<BatchGetJobsResponse>
-
Retrieves partitions in a batch request.
Declaration
Swift
public func batchGetPartition(_ input: BatchGetPartitionRequest) -> EventLoopFuture<BatchGetPartitionResponse>
-
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.
Declaration
Swift
public func batchGetTriggers(_ input: BatchGetTriggersRequest) -> EventLoopFuture<BatchGetTriggersResponse>
-
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.
Declaration
Swift
public func batchGetWorkflows(_ input: BatchGetWorkflowsRequest) -> EventLoopFuture<BatchGetWorkflowsResponse>
-
Stops one or more job runs for a specified job definition.
Declaration
Swift
public func batchStopJobRun(_ input: BatchStopJobRunRequest) -> EventLoopFuture<BatchStopJobRunResponse>
-
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.
Declaration
Swift
public func cancelMLTaskRun(_ input: CancelMLTaskRunRequest) -> EventLoopFuture<CancelMLTaskRunResponse>
-
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.
Declaration
Swift
public func createClassifier(_ input: CreateClassifierRequest) -> EventLoopFuture<CreateClassifierResponse>
-
Creates a connection definition in the Data Catalog.
Declaration
Swift
public func createConnection(_ input: CreateConnectionRequest) -> EventLoopFuture<CreateConnectionResponse>
-
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.
Declaration
Swift
public func createCrawler(_ input: CreateCrawlerRequest) -> EventLoopFuture<CreateCrawlerResponse>
-
Creates a new database in a Data Catalog.
Declaration
Swift
public func createDatabase(_ input: CreateDatabaseRequest) -> EventLoopFuture<CreateDatabaseResponse>
-
Creates a new development endpoint.
Declaration
Swift
public func createDevEndpoint(_ input: CreateDevEndpointRequest) -> EventLoopFuture<CreateDevEndpointResponse>
-
Creates a new job definition.
Declaration
Swift
public func createJob(_ input: CreateJobRequest) -> EventLoopFuture<CreateJobResponse>
-
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.
Declaration
Swift
public func createMLTransform(_ input: CreateMLTransformRequest) -> EventLoopFuture<CreateMLTransformResponse>
-
Creates a new partition.
Declaration
Swift
public func createPartition(_ input: CreatePartitionRequest) -> EventLoopFuture<CreatePartitionResponse>
-
Transforms a directed acyclic graph (DAG) into code.
Declaration
Swift
public func createScript(_ input: CreateScriptRequest) -> EventLoopFuture<CreateScriptResponse>
-
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.
Declaration
Swift
public func createSecurityConfiguration(_ input: CreateSecurityConfigurationRequest) -> EventLoopFuture<CreateSecurityConfigurationResponse>
-
Creates a new table definition in the Data Catalog.
Declaration
Swift
public func createTable(_ input: CreateTableRequest) -> EventLoopFuture<CreateTableResponse>
-
Creates a new trigger.
Declaration
Swift
public func createTrigger(_ input: CreateTriggerRequest) -> EventLoopFuture<CreateTriggerResponse>
-
Creates a new function definition in the Data Catalog.
Declaration
Swift
public func createUserDefinedFunction(_ input: CreateUserDefinedFunctionRequest) -> EventLoopFuture<CreateUserDefinedFunctionResponse>
-
Creates a new workflow.
Declaration
Swift
public func createWorkflow(_ input: CreateWorkflowRequest) -> EventLoopFuture<CreateWorkflowResponse>
-
Removes a classifier from the Data Catalog.
Declaration
Swift
public func deleteClassifier(_ input: DeleteClassifierRequest) -> EventLoopFuture<DeleteClassifierResponse>
-
Delete the partition column statistics of a column.
Declaration
Swift
public func deleteColumnStatisticsForPartition(_ input: DeleteColumnStatisticsForPartitionRequest) -> EventLoopFuture<DeleteColumnStatisticsForPartitionResponse>
-
Retrieves table statistics of columns.
Declaration
Swift
public func deleteColumnStatisticsForTable(_ input: DeleteColumnStatisticsForTableRequest) -> EventLoopFuture<DeleteColumnStatisticsForTableResponse>
-
Deletes a connection from the Data Catalog.
Declaration
Swift
public func deleteConnection(_ input: DeleteConnectionRequest) -> EventLoopFuture<DeleteConnectionResponse>
-
Removes a specified crawler from the AWS Glue Data Catalog, unless the crawler state is RUNNING.
Declaration
Swift
public func deleteCrawler(_ input: DeleteCrawlerRequest) -> EventLoopFuture<DeleteCrawlerResponse>
-
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.
Declaration
Swift
public func deleteDatabase(_ input: DeleteDatabaseRequest) -> EventLoopFuture<DeleteDatabaseResponse>
-
Deletes a specified development endpoint.
Declaration
Swift
public func deleteDevEndpoint(_ input: DeleteDevEndpointRequest) -> EventLoopFuture<DeleteDevEndpointResponse>
-
Deletes a specified job definition. If the job definition is not found, no exception is thrown.
Declaration
Swift
public func deleteJob(_ input: DeleteJobRequest) -> EventLoopFuture<DeleteJobResponse>
-
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.
Declaration
Swift
public func deleteMLTransform(_ input: DeleteMLTransformRequest) -> EventLoopFuture<DeleteMLTransformResponse>
-
Deletes a specified partition.
Declaration
Swift
public func deletePartition(_ input: DeletePartitionRequest) -> EventLoopFuture<DeletePartitionResponse>
-
Deletes a specified policy.
Declaration
Swift
public func deleteResourcePolicy(_ input: DeleteResourcePolicyRequest) -> EventLoopFuture<DeleteResourcePolicyResponse>
-
Deletes a specified security configuration.
Declaration
Swift
public func deleteSecurityConfiguration(_ input: DeleteSecurityConfigurationRequest) -> EventLoopFuture<DeleteSecurityConfigurationResponse>
-
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.
Declaration
Swift
public func deleteTable(_ input: DeleteTableRequest) -> EventLoopFuture<DeleteTableResponse>
-
Deletes a specified version of a table.
Declaration
Swift
public func deleteTableVersion(_ input: DeleteTableVersionRequest) -> EventLoopFuture<DeleteTableVersionResponse>
-
Deletes a specified trigger. If the trigger is not found, no exception is thrown.
Declaration
Swift
public func deleteTrigger(_ input: DeleteTriggerRequest) -> EventLoopFuture<DeleteTriggerResponse>
-
Deletes an existing function definition from the Data Catalog.
Declaration
Swift
public func deleteUserDefinedFunction(_ input: DeleteUserDefinedFunctionRequest) -> EventLoopFuture<DeleteUserDefinedFunctionResponse>
-
Deletes a workflow.
Declaration
Swift
public func deleteWorkflow(_ input: DeleteWorkflowRequest) -> EventLoopFuture<DeleteWorkflowResponse>
-
Retrieves the status of a migration operation.
Declaration
Swift
public func getCatalogImportStatus(_ input: GetCatalogImportStatusRequest) -> EventLoopFuture<GetCatalogImportStatusResponse>
-
Retrieve a classifier by name.
Declaration
Swift
public func getClassifier(_ input: GetClassifierRequest) -> EventLoopFuture<GetClassifierResponse>
-
Lists all classifier objects in the Data Catalog.
Declaration
Swift
public func getClassifiers(_ input: GetClassifiersRequest) -> EventLoopFuture<GetClassifiersResponse>
-
Retrieves partition statistics of columns.
Declaration
Swift
public func getColumnStatisticsForPartition(_ input: GetColumnStatisticsForPartitionRequest) -> EventLoopFuture<GetColumnStatisticsForPartitionResponse>
-
Retrieves table statistics of columns.
Declaration
Swift
public func getColumnStatisticsForTable(_ input: GetColumnStatisticsForTableRequest) -> EventLoopFuture<GetColumnStatisticsForTableResponse>
-
Retrieves a connection definition from the Data Catalog.
Declaration
Swift
public func getConnection(_ input: GetConnectionRequest) -> EventLoopFuture<GetConnectionResponse>
-
Retrieves a list of connection definitions from the Data Catalog.
Declaration
Swift
public func getConnections(_ input: GetConnectionsRequest) -> EventLoopFuture<GetConnectionsResponse>
-
Retrieves metadata for a specified crawler.
Declaration
Swift
public func getCrawler(_ input: GetCrawlerRequest) -> EventLoopFuture<GetCrawlerResponse>
-
Retrieves metrics about specified crawlers.
Declaration
Swift
public func getCrawlerMetrics(_ input: GetCrawlerMetricsRequest) -> EventLoopFuture<GetCrawlerMetricsResponse>
-
Retrieves metadata for all crawlers defined in the customer account.
Declaration
Swift
public func getCrawlers(_ input: GetCrawlersRequest) -> EventLoopFuture<GetCrawlersResponse>
-
Retrieves the security configuration for a specified catalog.
Declaration
Swift
public func getDataCatalogEncryptionSettings(_ input: GetDataCatalogEncryptionSettingsRequest) -> EventLoopFuture<GetDataCatalogEncryptionSettingsResponse>
-
Retrieves the definition of a specified database.
Declaration
Swift
public func getDatabase(_ input: GetDatabaseRequest) -> EventLoopFuture<GetDatabaseResponse>
-
Retrieves all databases defined in a given Data Catalog.
Declaration
Swift
public func getDatabases(_ input: GetDatabasesRequest) -> EventLoopFuture<GetDatabasesResponse>
-
Transforms a Python script into a directed acyclic graph (DAG).
Declaration
Swift
public func getDataflowGraph(_ input: GetDataflowGraphRequest) -> EventLoopFuture<GetDataflowGraphResponse>
-
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.
Declaration
Swift
public func getDevEndpoint(_ input: GetDevEndpointRequest) -> EventLoopFuture<GetDevEndpointResponse>
-
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.
Declaration
Swift
public func getDevEndpoints(_ input: GetDevEndpointsRequest) -> EventLoopFuture<GetDevEndpointsResponse>
-
Retrieves an existing job definition.
Declaration
Swift
public func getJob(_ input: GetJobRequest) -> EventLoopFuture<GetJobResponse>
-
Returns information on a job bookmark entry.
Declaration
Swift
public func getJobBookmark(_ input: GetJobBookmarkRequest) -> EventLoopFuture<GetJobBookmarkResponse>
-
Retrieves the metadata for a given job run.
Declaration
Swift
public func getJobRun(_ input: GetJobRunRequest) -> EventLoopFuture<GetJobRunResponse>
-
Retrieves metadata for all runs of a given job definition.
Declaration
Swift
public func getJobRuns(_ input: GetJobRunsRequest) -> EventLoopFuture<GetJobRunsResponse>
-
Retrieves all current job definitions.
Declaration
Swift
public func getJobs(_ input: GetJobsRequest) -> EventLoopFuture<GetJobsResponse>
-
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.
Declaration
Swift
public func getMLTaskRun(_ input: GetMLTaskRunRequest) -> EventLoopFuture<GetMLTaskRunResponse>
-
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.
Declaration
Swift
public func getMLTaskRuns(_ input: GetMLTaskRunsRequest) -> EventLoopFuture<GetMLTaskRunsResponse>
-
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.
Declaration
Swift
public func getMLTransform(_ input: GetMLTransformRequest) -> EventLoopFuture<GetMLTransformResponse>
-
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.
Declaration
Swift
public func getMLTransforms(_ input: GetMLTransformsRequest) -> EventLoopFuture<GetMLTransformsResponse>
-
Creates mappings.
Declaration
Swift
public func getMapping(_ input: GetMappingRequest) -> EventLoopFuture<GetMappingResponse>
-
Retrieves information about a specified partition.
Declaration
Swift
public func getPartition(_ input: GetPartitionRequest) -> EventLoopFuture<GetPartitionResponse>
-
Retrieves the partition indexes associated with a table.
Declaration
Swift
public func getPartitionIndexes(_ input: GetPartitionIndexesRequest) -> EventLoopFuture<GetPartitionIndexesResponse>
-
Retrieves information about the partitions in a table.
Declaration
Swift
public func getPartitions(_ input: GetPartitionsRequest) -> EventLoopFuture<GetPartitionsResponse>
-
Gets code to perform a specified mapping.
Declaration
Swift
public func getPlan(_ input: GetPlanRequest) -> EventLoopFuture<GetPlanResponse>
-
Retrieves the security configurations for the resource policies set on individual resources, and also the account-level policy. This operation also returns the Data Catalog resource policy. However, if you enabled metadata encryption in Data Catalog settings, and you do not have permission on the AWS KMS key, the operation can’t return the Data Catalog resource policy.
Declaration
Swift
public func getResourcePolicies(_ input: GetResourcePoliciesRequest) -> EventLoopFuture<GetResourcePoliciesResponse>
-
Retrieves a specified resource policy.
Declaration
Swift
public func getResourcePolicy(_ input: GetResourcePolicyRequest) -> EventLoopFuture<GetResourcePolicyResponse>
-
Retrieves a specified security configuration.
Declaration
Swift
public func getSecurityConfiguration(_ input: GetSecurityConfigurationRequest) -> EventLoopFuture<GetSecurityConfigurationResponse>
-
Retrieves a list of all security configurations.
Declaration
Swift
public func getSecurityConfigurations(_ input: GetSecurityConfigurationsRequest) -> EventLoopFuture<GetSecurityConfigurationsResponse>
-
Retrieves the Table definition in a Data Catalog for a specified table.
Declaration
Swift
public func getTable(_ input: GetTableRequest) -> EventLoopFuture<GetTableResponse>
-
Retrieves a specified version of a table.
Declaration
Swift
public func getTableVersion(_ input: GetTableVersionRequest) -> EventLoopFuture<GetTableVersionResponse>
-
Retrieves a list of strings that identify available versions of a specified table.
Declaration
Swift
public func getTableVersions(_ input: GetTableVersionsRequest) -> EventLoopFuture<GetTableVersionsResponse>
-
Retrieves the definitions of some or all of the tables in a given Database.
Declaration
Swift
public func getTables(_ input: GetTablesRequest) -> EventLoopFuture<GetTablesResponse>
-
Retrieves a list of tags associated with a resource.
Declaration
Swift
public func getTags(_ input: GetTagsRequest) -> EventLoopFuture<GetTagsResponse>
-
Retrieves the definition of a trigger.
Declaration
Swift
public func getTrigger(_ input: GetTriggerRequest) -> EventLoopFuture<GetTriggerResponse>
-
Gets all the triggers associated with a job.
Declaration
Swift
public func getTriggers(_ input: GetTriggersRequest) -> EventLoopFuture<GetTriggersResponse>
-
Retrieves a specified function definition from the Data Catalog.
Declaration
Swift
public func getUserDefinedFunction(_ input: GetUserDefinedFunctionRequest) -> EventLoopFuture<GetUserDefinedFunctionResponse>
-
Retrieves multiple function definitions from the Data Catalog.
Declaration
Swift
public func getUserDefinedFunctions(_ input: GetUserDefinedFunctionsRequest) -> EventLoopFuture<GetUserDefinedFunctionsResponse>
-
Retrieves resource metadata for a workflow.
Declaration
Swift
public func getWorkflow(_ input: GetWorkflowRequest) -> EventLoopFuture<GetWorkflowResponse>
-
Retrieves the metadata for a given workflow run.
Declaration
Swift
public func getWorkflowRun(_ input: GetWorkflowRunRequest) -> EventLoopFuture<GetWorkflowRunResponse>
-
Retrieves the workflow run properties which were set during the run.
Declaration
Swift
public func getWorkflowRunProperties(_ input: GetWorkflowRunPropertiesRequest) -> EventLoopFuture<GetWorkflowRunPropertiesResponse>
-
Retrieves metadata for all runs of a given workflow.
Declaration
Swift
public func getWorkflowRuns(_ input: GetWorkflowRunsRequest) -> EventLoopFuture<GetWorkflowRunsResponse>
-
Imports an existing Amazon Athena Data Catalog to AWS Glue
Declaration
Swift
public func importCatalogToGlue(_ input: ImportCatalogToGlueRequest) -> EventLoopFuture<ImportCatalogToGlueResponse>
-
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.
Declaration
Swift
public func listCrawlers(_ input: ListCrawlersRequest) -> EventLoopFuture<ListCrawlersResponse>
-
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.
Declaration
Swift
public func listDevEndpoints(_ input: ListDevEndpointsRequest) -> EventLoopFuture<ListDevEndpointsResponse>
-
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.
Declaration
Swift
public func listJobs(_ input: ListJobsRequest) -> EventLoopFuture<ListJobsResponse>
-
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.
Declaration
Swift
public func listMLTransforms(_ input: ListMLTransformsRequest) -> EventLoopFuture<ListMLTransformsResponse>
-
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.
Declaration
Swift
public func listTriggers(_ input: ListTriggersRequest) -> EventLoopFuture<ListTriggersResponse>
-
Lists names of workflows created in the account.
Declaration
Swift
public func listWorkflows(_ input: ListWorkflowsRequest) -> EventLoopFuture<ListWorkflowsResponse>
-
Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
Declaration
Swift
public func putDataCatalogEncryptionSettings(_ input: PutDataCatalogEncryptionSettingsRequest) -> EventLoopFuture<PutDataCatalogEncryptionSettingsResponse>
-
Sets the Data Catalog resource policy for access control.
Declaration
Swift
public func putResourcePolicy(_ input: PutResourcePolicyRequest) -> EventLoopFuture<PutResourcePolicyResponse>
-
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.
Declaration
Swift
public func putWorkflowRunProperties(_ input: PutWorkflowRunPropertiesRequest) -> EventLoopFuture<PutWorkflowRunPropertiesResponse>
-
Resets a bookmark entry.
Declaration
Swift
public func resetJobBookmark(_ input: ResetJobBookmarkRequest) -> EventLoopFuture<ResetJobBookmarkResponse>
-
Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.
Declaration
Swift
public func resumeWorkflowRun(_ input: ResumeWorkflowRunRequest) -> EventLoopFuture<ResumeWorkflowRunResponse>
-
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.
Declaration
Swift
public func searchTables(_ input: SearchTablesRequest) -> EventLoopFuture<SearchTablesResponse>
-
Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
Declaration
Swift
public func startCrawler(_ input: StartCrawlerRequest) -> EventLoopFuture<StartCrawlerResponse>
-
Changes the schedule state of the specified crawler to SCHEDULED, unless the crawler is already running or the schedule state is already SCHEDULED.
Declaration
Swift
public func startCrawlerSchedule(_ input: StartCrawlerScheduleRequest) -> EventLoopFuture<StartCrawlerScheduleResponse>
-
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.
Declaration
Swift
public func startExportLabelsTaskRun(_ input: StartExportLabelsTaskRunRequest) -> EventLoopFuture<StartExportLabelsTaskRunResponse>
-
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.
Declaration
Swift
public func startImportLabelsTaskRun(_ input: StartImportLabelsTaskRunRequest) -> EventLoopFuture<StartImportLabelsTaskRunResponse>
-
Starts a job run using a job definition.
Declaration
Swift
public func startJobRun(_ input: StartJobRunRequest) -> EventLoopFuture<StartJobRunResponse>
-
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.
Declaration
Swift
public func startMLEvaluationTaskRun(_ input: StartMLEvaluationTaskRunRequest) -> EventLoopFuture<StartMLEvaluationTaskRunResponse>
-
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.
Declaration
Swift
public func startMLLabelingSetGenerationTaskRun(_ input: StartMLLabelingSetGenerationTaskRunRequest) -> EventLoopFuture<StartMLLabelingSetGenerationTaskRunResponse>
-
Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.
Declaration
Swift
public func startTrigger(_ input: StartTriggerRequest) -> EventLoopFuture<StartTriggerResponse>
-
Starts a new run of the specified workflow.
Declaration
Swift
public func startWorkflowRun(_ input: StartWorkflowRunRequest) -> EventLoopFuture<StartWorkflowRunResponse>
-
If the specified crawler is running, stops the crawl.
Declaration
Swift
public func stopCrawler(_ input: StopCrawlerRequest) -> EventLoopFuture<StopCrawlerResponse>
-
Sets the schedule state of the specified crawler to NOT_SCHEDULED, but does not stop the crawler if it is already running.
Declaration
Swift
public func stopCrawlerSchedule(_ input: StopCrawlerScheduleRequest) -> EventLoopFuture<StopCrawlerScheduleResponse>
-
Stops a specified trigger.
Declaration
Swift
public func stopTrigger(_ input: StopTriggerRequest) -> EventLoopFuture<StopTriggerResponse>
-
Stops the execution of the specified workflow run.
Declaration
Swift
public func stopWorkflowRun(_ input: StopWorkflowRunRequest) -> EventLoopFuture<StopWorkflowRunResponse>
-
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.
Declaration
Swift
public func tagResource(_ input: TagResourceRequest) -> EventLoopFuture<TagResourceResponse>
-
Removes tags from a resource.
Declaration
Swift
public func untagResource(_ input: UntagResourceRequest) -> EventLoopFuture<UntagResourceResponse>
-
Modifies an existing classifier (a GrokClassifier, an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on which field is present).
Declaration
Swift
public func updateClassifier(_ input: UpdateClassifierRequest) -> EventLoopFuture<UpdateClassifierResponse>
-
Creates or updates partition statistics of columns.
Declaration
Swift
public func updateColumnStatisticsForPartition(_ input: UpdateColumnStatisticsForPartitionRequest) -> EventLoopFuture<UpdateColumnStatisticsForPartitionResponse>
-
Creates or updates table statistics of columns.
Declaration
Swift
public func updateColumnStatisticsForTable(_ input: UpdateColumnStatisticsForTableRequest) -> EventLoopFuture<UpdateColumnStatisticsForTableResponse>
-
Updates a connection definition in the Data Catalog.
Declaration
Swift
public func updateConnection(_ input: UpdateConnectionRequest) -> EventLoopFuture<UpdateConnectionResponse>
-
Updates a crawler. If a crawler is running, you must stop it using StopCrawler before updating it.
Declaration
Swift
public func updateCrawler(_ input: UpdateCrawlerRequest) -> EventLoopFuture<UpdateCrawlerResponse>
-
Updates the schedule of a crawler using a cron expression.
Declaration
Swift
public func updateCrawlerSchedule(_ input: UpdateCrawlerScheduleRequest) -> EventLoopFuture<UpdateCrawlerScheduleResponse>
-
Updates an existing database definition in a Data Catalog.
Declaration
Swift
public func updateDatabase(_ input: UpdateDatabaseRequest) -> EventLoopFuture<UpdateDatabaseResponse>
-
Updates a specified development endpoint.
Declaration
Swift
public func updateDevEndpoint(_ input: UpdateDevEndpointRequest) -> EventLoopFuture<UpdateDevEndpointResponse>
-
Updates an existing job definition.
Declaration
Swift
public func updateJob(_ input: UpdateJobRequest) -> EventLoopFuture<UpdateJobResponse>
-
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).
Declaration
Swift
public func updateMLTransform(_ input: UpdateMLTransformRequest) -> EventLoopFuture<UpdateMLTransformResponse>
-
Updates a partition.
Declaration
Swift
public func updatePartition(_ input: UpdatePartitionRequest) -> EventLoopFuture<UpdatePartitionResponse>
-
Updates a metadata table in the Data Catalog.
Declaration
Swift
public func updateTable(_ input: UpdateTableRequest) -> EventLoopFuture<UpdateTableResponse>
-
Updates a trigger definition.
Declaration
Swift
public func updateTrigger(_ input: UpdateTriggerRequest) -> EventLoopFuture<UpdateTriggerResponse>
-
Updates an existing function definition in the Data Catalog.
Declaration
Swift
public func updateUserDefinedFunction(_ input: UpdateUserDefinedFunctionRequest) -> EventLoopFuture<UpdateUserDefinedFunctionResponse>
-
Updates an existing workflow.
Declaration
Swift
public func updateWorkflow(_ input: UpdateWorkflowRequest) -> EventLoopFuture<UpdateWorkflowResponse>
-
Lists all classifier objects in the Data Catalog.
Declaration
Swift
public func getClassifiersPaginator(_ input: GetClassifiersRequest, onPage: @escaping (GetClassifiersResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves a list of connection definitions from the Data Catalog.
Declaration
Swift
public func getConnectionsPaginator(_ input: GetConnectionsRequest, onPage: @escaping (GetConnectionsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves metrics about specified crawlers.
Declaration
Swift
public func getCrawlerMetricsPaginator(_ input: GetCrawlerMetricsRequest, onPage: @escaping (GetCrawlerMetricsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves metadata for all crawlers defined in the customer account.
Declaration
Swift
public func getCrawlersPaginator(_ input: GetCrawlersRequest, onPage: @escaping (GetCrawlersResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves all databases defined in a given Data Catalog.
Declaration
Swift
public func getDatabasesPaginator(_ input: GetDatabasesRequest, onPage: @escaping (GetDatabasesResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
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.
Declaration
Swift
public func getDevEndpointsPaginator(_ input: GetDevEndpointsRequest, onPage: @escaping (GetDevEndpointsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves metadata for all runs of a given job definition.
Declaration
Swift
public func getJobRunsPaginator(_ input: GetJobRunsRequest, onPage: @escaping (GetJobRunsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves all current job definitions.
Declaration
Swift
public func getJobsPaginator(_ input: GetJobsRequest, onPage: @escaping (GetJobsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
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.
Declaration
Swift
public func getMLTaskRunsPaginator(_ input: GetMLTaskRunsRequest, onPage: @escaping (GetMLTaskRunsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
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.
Declaration
Swift
public func getMLTransformsPaginator(_ input: GetMLTransformsRequest, onPage: @escaping (GetMLTransformsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves the partition indexes associated with a table.
Declaration
Swift
public func getPartitionIndexesPaginator(_ input: GetPartitionIndexesRequest, onPage: @escaping (GetPartitionIndexesResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves information about the partitions in a table.
Declaration
Swift
public func getPartitionsPaginator(_ input: GetPartitionsRequest, onPage: @escaping (GetPartitionsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves a list of all security configurations.
Declaration
Swift
public func getSecurityConfigurationsPaginator(_ input: GetSecurityConfigurationsRequest, onPage: @escaping (GetSecurityConfigurationsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves a list of strings that identify available versions of a specified table.
Declaration
Swift
public func getTableVersionsPaginator(_ input: GetTableVersionsRequest, onPage: @escaping (GetTableVersionsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves the definitions of some or all of the tables in a given Database.
Declaration
Swift
public func getTablesPaginator(_ input: GetTablesRequest, onPage: @escaping (GetTablesResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets all the triggers associated with a job.
Declaration
Swift
public func getTriggersPaginator(_ input: GetTriggersRequest, onPage: @escaping (GetTriggersResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves multiple function definitions from the Data Catalog.
Declaration
Swift
public func getUserDefinedFunctionsPaginator(_ input: GetUserDefinedFunctionsRequest, onPage: @escaping (GetUserDefinedFunctionsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves metadata for all runs of a given workflow.
Declaration
Swift
public func getWorkflowRunsPaginator(_ input: GetWorkflowRunsRequest, onPage: @escaping (GetWorkflowRunsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
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.
Declaration
Swift
public func listCrawlersPaginator(_ input: ListCrawlersRequest, onPage: @escaping (ListCrawlersResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
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.
Declaration
Swift
public func listDevEndpointsPaginator(_ input: ListDevEndpointsRequest, onPage: @escaping (ListDevEndpointsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
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.
Declaration
Swift
public func listJobsPaginator(_ input: ListJobsRequest, onPage: @escaping (ListJobsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
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.
Declaration
Swift
public func listMLTransformsPaginator(_ input: ListMLTransformsRequest, onPage: @escaping (ListMLTransformsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
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.
Declaration
Swift
public func listTriggersPaginator(_ input: ListTriggersRequest, onPage: @escaping (ListTriggersResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Lists names of workflows created in the account.
Declaration
Swift
public func listWorkflowsPaginator(_ input: ListWorkflowsRequest, onPage: @escaping (ListWorkflowsResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
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.
Declaration
Swift
public func searchTablesPaginator(_ input: SearchTablesRequest, onPage: @escaping (SearchTablesResponse, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Undocumented
See moreDeclaration
Swift
public struct GetClassifiersRequest : AWSShape
extension Glue.GetClassifiersRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetConnectionsRequest : AWSShape
extension Glue.GetConnectionsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetCrawlerMetricsRequest : AWSShape
extension Glue.GetCrawlerMetricsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetCrawlersRequest : AWSShape
extension Glue.GetCrawlersRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetDatabasesRequest : AWSShape
extension Glue.GetDatabasesRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetDevEndpointsRequest : AWSShape
extension Glue.GetDevEndpointsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetJobRunsRequest : AWSShape
extension Glue.GetJobRunsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
-
Undocumented
See moreDeclaration
Swift
public struct GetMLTaskRunsRequest : AWSShape
extension Glue.GetMLTaskRunsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetMLTransformsRequest : AWSShape
extension Glue.GetMLTransformsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetPartitionIndexesRequest : AWSShape
extension Glue.GetPartitionIndexesRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetPartitionsRequest : AWSShape
extension Glue.GetPartitionsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetSecurityConfigurationsRequest : AWSShape
extension Glue.GetSecurityConfigurationsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetTableVersionsRequest : AWSShape
extension Glue.GetTableVersionsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetTablesRequest : AWSShape
extension Glue.GetTablesRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetTriggersRequest : AWSShape
extension Glue.GetTriggersRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetUserDefinedFunctionsRequest : AWSShape
extension Glue.GetUserDefinedFunctionsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct GetWorkflowRunsRequest : AWSShape
extension Glue.GetWorkflowRunsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListCrawlersRequest : AWSShape
extension Glue.ListCrawlersRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListDevEndpointsRequest : AWSShape
extension Glue.ListDevEndpointsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListJobsRequest : AWSShape
extension Glue.ListJobsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListMLTransformsRequest : AWSShape
extension Glue.ListMLTransformsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListTriggersRequest : AWSShape
extension Glue.ListTriggersRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListWorkflowsRequest : AWSShape
extension Glue.ListWorkflowsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct SearchTablesRequest : AWSShape
extension Glue.SearchTablesRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public enum CatalogEncryptionMode : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum CloudWatchEncryptionMode : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ColumnStatisticsType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum Comparator : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ConnectionPropertyKey : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ConnectionType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum CrawlState : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum CrawlerState : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum CsvHeaderOption : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum DeleteBehavior : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum EnableHybridValues : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ExistCondition : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum JobBookmarksEncryptionMode : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum JobRunState : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum Language : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum LastCrawlStatus : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum Logical : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum LogicalOperator : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum NodeType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum PartitionIndexStatus : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum Permission : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum PrincipalType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ResourceShareType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ResourceType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum S3EncryptionMode : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ScheduleState : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum Sort : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum SortDirectionType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum TaskRunSortColumnType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum TaskStatusType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum TaskType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum TransformSortColumnType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum TransformStatusType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum TransformType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum TriggerState : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum TriggerType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum UpdateBehavior : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum WorkerType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum WorkflowRunStatus : String, CustomStringConvertible, Codable