UNPKG

286 kBTypeScriptView Raw
1import {Request} from '../lib/request';
2import {Response} from '../lib/response';
3import {AWSError} from '../lib/error';
4import {Service} from '../lib/service';
5import {ServiceConfigurationOptions} from '../lib/service';
6import {ConfigBase as Config} from '../lib/config';
7interface Blob {}
8declare class Glue extends Service {
9 /**
10 * Constructs a service object. This object has one method for each API operation.
11 */
12 constructor(options?: Glue.Types.ClientConfiguration)
13 config: Config & Glue.Types.ClientConfiguration;
14 /**
15 * Creates one or more partitions in a batch operation.
16 */
17 batchCreatePartition(params: Glue.Types.BatchCreatePartitionRequest, callback?: (err: AWSError, data: Glue.Types.BatchCreatePartitionResponse) => void): Request<Glue.Types.BatchCreatePartitionResponse, AWSError>;
18 /**
19 * Creates one or more partitions in a batch operation.
20 */
21 batchCreatePartition(callback?: (err: AWSError, data: Glue.Types.BatchCreatePartitionResponse) => void): Request<Glue.Types.BatchCreatePartitionResponse, AWSError>;
22 /**
23 * Deletes a list of connection definitions from the Data Catalog.
24 */
25 batchDeleteConnection(params: Glue.Types.BatchDeleteConnectionRequest, callback?: (err: AWSError, data: Glue.Types.BatchDeleteConnectionResponse) => void): Request<Glue.Types.BatchDeleteConnectionResponse, AWSError>;
26 /**
27 * Deletes a list of connection definitions from the Data Catalog.
28 */
29 batchDeleteConnection(callback?: (err: AWSError, data: Glue.Types.BatchDeleteConnectionResponse) => void): Request<Glue.Types.BatchDeleteConnectionResponse, AWSError>;
30 /**
31 * Deletes one or more partitions in a batch operation.
32 */
33 batchDeletePartition(params: Glue.Types.BatchDeletePartitionRequest, callback?: (err: AWSError, data: Glue.Types.BatchDeletePartitionResponse) => void): Request<Glue.Types.BatchDeletePartitionResponse, AWSError>;
34 /**
35 * Deletes one or more partitions in a batch operation.
36 */
37 batchDeletePartition(callback?: (err: AWSError, data: Glue.Types.BatchDeletePartitionResponse) => void): Request<Glue.Types.BatchDeletePartitionResponse, AWSError>;
38 /**
39 * 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.
40 */
41 batchDeleteTable(params: Glue.Types.BatchDeleteTableRequest, callback?: (err: AWSError, data: Glue.Types.BatchDeleteTableResponse) => void): Request<Glue.Types.BatchDeleteTableResponse, AWSError>;
42 /**
43 * 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.
44 */
45 batchDeleteTable(callback?: (err: AWSError, data: Glue.Types.BatchDeleteTableResponse) => void): Request<Glue.Types.BatchDeleteTableResponse, AWSError>;
46 /**
47 * Deletes a specified batch of versions of a table.
48 */
49 batchDeleteTableVersion(params: Glue.Types.BatchDeleteTableVersionRequest, callback?: (err: AWSError, data: Glue.Types.BatchDeleteTableVersionResponse) => void): Request<Glue.Types.BatchDeleteTableVersionResponse, AWSError>;
50 /**
51 * Deletes a specified batch of versions of a table.
52 */
53 batchDeleteTableVersion(callback?: (err: AWSError, data: Glue.Types.BatchDeleteTableVersionResponse) => void): Request<Glue.Types.BatchDeleteTableVersionResponse, AWSError>;
54 /**
55 * 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.
56 */
57 batchGetCrawlers(params: Glue.Types.BatchGetCrawlersRequest, callback?: (err: AWSError, data: Glue.Types.BatchGetCrawlersResponse) => void): Request<Glue.Types.BatchGetCrawlersResponse, AWSError>;
58 /**
59 * 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.
60 */
61 batchGetCrawlers(callback?: (err: AWSError, data: Glue.Types.BatchGetCrawlersResponse) => void): Request<Glue.Types.BatchGetCrawlersResponse, AWSError>;
62 /**
63 * 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.
64 */
65 batchGetDevEndpoints(params: Glue.Types.BatchGetDevEndpointsRequest, callback?: (err: AWSError, data: Glue.Types.BatchGetDevEndpointsResponse) => void): Request<Glue.Types.BatchGetDevEndpointsResponse, AWSError>;
66 /**
67 * 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.
68 */
69 batchGetDevEndpoints(callback?: (err: AWSError, data: Glue.Types.BatchGetDevEndpointsResponse) => void): Request<Glue.Types.BatchGetDevEndpointsResponse, AWSError>;
70 /**
71 * 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.
72 */
73 batchGetJobs(params: Glue.Types.BatchGetJobsRequest, callback?: (err: AWSError, data: Glue.Types.BatchGetJobsResponse) => void): Request<Glue.Types.BatchGetJobsResponse, AWSError>;
74 /**
75 * 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.
76 */
77 batchGetJobs(callback?: (err: AWSError, data: Glue.Types.BatchGetJobsResponse) => void): Request<Glue.Types.BatchGetJobsResponse, AWSError>;
78 /**
79 * Retrieves partitions in a batch request.
80 */
81 batchGetPartition(params: Glue.Types.BatchGetPartitionRequest, callback?: (err: AWSError, data: Glue.Types.BatchGetPartitionResponse) => void): Request<Glue.Types.BatchGetPartitionResponse, AWSError>;
82 /**
83 * Retrieves partitions in a batch request.
84 */
85 batchGetPartition(callback?: (err: AWSError, data: Glue.Types.BatchGetPartitionResponse) => void): Request<Glue.Types.BatchGetPartitionResponse, AWSError>;
86 /**
87 * 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.
88 */
89 batchGetTriggers(params: Glue.Types.BatchGetTriggersRequest, callback?: (err: AWSError, data: Glue.Types.BatchGetTriggersResponse) => void): Request<Glue.Types.BatchGetTriggersResponse, AWSError>;
90 /**
91 * 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.
92 */
93 batchGetTriggers(callback?: (err: AWSError, data: Glue.Types.BatchGetTriggersResponse) => void): Request<Glue.Types.BatchGetTriggersResponse, AWSError>;
94 /**
95 * 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.
96 */
97 batchGetWorkflows(params: Glue.Types.BatchGetWorkflowsRequest, callback?: (err: AWSError, data: Glue.Types.BatchGetWorkflowsResponse) => void): Request<Glue.Types.BatchGetWorkflowsResponse, AWSError>;
98 /**
99 * 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.
100 */
101 batchGetWorkflows(callback?: (err: AWSError, data: Glue.Types.BatchGetWorkflowsResponse) => void): Request<Glue.Types.BatchGetWorkflowsResponse, AWSError>;
102 /**
103 * Stops one or more job runs for a specified job definition.
104 */
105 batchStopJobRun(params: Glue.Types.BatchStopJobRunRequest, callback?: (err: AWSError, data: Glue.Types.BatchStopJobRunResponse) => void): Request<Glue.Types.BatchStopJobRunResponse, AWSError>;
106 /**
107 * Stops one or more job runs for a specified job definition.
108 */
109 batchStopJobRun(callback?: (err: AWSError, data: Glue.Types.BatchStopJobRunResponse) => void): Request<Glue.Types.BatchStopJobRunResponse, AWSError>;
110 /**
111 * 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.
112 */
113 cancelMLTaskRun(params: Glue.Types.CancelMLTaskRunRequest, callback?: (err: AWSError, data: Glue.Types.CancelMLTaskRunResponse) => void): Request<Glue.Types.CancelMLTaskRunResponse, AWSError>;
114 /**
115 * 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.
116 */
117 cancelMLTaskRun(callback?: (err: AWSError, data: Glue.Types.CancelMLTaskRunResponse) => void): Request<Glue.Types.CancelMLTaskRunResponse, AWSError>;
118 /**
119 * 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.
120 */
121 createClassifier(params: Glue.Types.CreateClassifierRequest, callback?: (err: AWSError, data: Glue.Types.CreateClassifierResponse) => void): Request<Glue.Types.CreateClassifierResponse, AWSError>;
122 /**
123 * 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.
124 */
125 createClassifier(callback?: (err: AWSError, data: Glue.Types.CreateClassifierResponse) => void): Request<Glue.Types.CreateClassifierResponse, AWSError>;
126 /**
127 * Creates a connection definition in the Data Catalog.
128 */
129 createConnection(params: Glue.Types.CreateConnectionRequest, callback?: (err: AWSError, data: Glue.Types.CreateConnectionResponse) => void): Request<Glue.Types.CreateConnectionResponse, AWSError>;
130 /**
131 * Creates a connection definition in the Data Catalog.
132 */
133 createConnection(callback?: (err: AWSError, data: Glue.Types.CreateConnectionResponse) => void): Request<Glue.Types.CreateConnectionResponse, AWSError>;
134 /**
135 * 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.
136 */
137 createCrawler(params: Glue.Types.CreateCrawlerRequest, callback?: (err: AWSError, data: Glue.Types.CreateCrawlerResponse) => void): Request<Glue.Types.CreateCrawlerResponse, AWSError>;
138 /**
139 * 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.
140 */
141 createCrawler(callback?: (err: AWSError, data: Glue.Types.CreateCrawlerResponse) => void): Request<Glue.Types.CreateCrawlerResponse, AWSError>;
142 /**
143 * Creates a new database in a Data Catalog.
144 */
145 createDatabase(params: Glue.Types.CreateDatabaseRequest, callback?: (err: AWSError, data: Glue.Types.CreateDatabaseResponse) => void): Request<Glue.Types.CreateDatabaseResponse, AWSError>;
146 /**
147 * Creates a new database in a Data Catalog.
148 */
149 createDatabase(callback?: (err: AWSError, data: Glue.Types.CreateDatabaseResponse) => void): Request<Glue.Types.CreateDatabaseResponse, AWSError>;
150 /**
151 * Creates a new development endpoint.
152 */
153 createDevEndpoint(params: Glue.Types.CreateDevEndpointRequest, callback?: (err: AWSError, data: Glue.Types.CreateDevEndpointResponse) => void): Request<Glue.Types.CreateDevEndpointResponse, AWSError>;
154 /**
155 * Creates a new development endpoint.
156 */
157 createDevEndpoint(callback?: (err: AWSError, data: Glue.Types.CreateDevEndpointResponse) => void): Request<Glue.Types.CreateDevEndpointResponse, AWSError>;
158 /**
159 * Creates a new job definition.
160 */
161 createJob(params: Glue.Types.CreateJobRequest, callback?: (err: AWSError, data: Glue.Types.CreateJobResponse) => void): Request<Glue.Types.CreateJobResponse, AWSError>;
162 /**
163 * Creates a new job definition.
164 */
165 createJob(callback?: (err: AWSError, data: Glue.Types.CreateJobResponse) => void): Request<Glue.Types.CreateJobResponse, AWSError>;
166 /**
167 * 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.
168 */
169 createMLTransform(params: Glue.Types.CreateMLTransformRequest, callback?: (err: AWSError, data: Glue.Types.CreateMLTransformResponse) => void): Request<Glue.Types.CreateMLTransformResponse, AWSError>;
170 /**
171 * 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.
172 */
173 createMLTransform(callback?: (err: AWSError, data: Glue.Types.CreateMLTransformResponse) => void): Request<Glue.Types.CreateMLTransformResponse, AWSError>;
174 /**
175 * Creates a new partition.
176 */
177 createPartition(params: Glue.Types.CreatePartitionRequest, callback?: (err: AWSError, data: Glue.Types.CreatePartitionResponse) => void): Request<Glue.Types.CreatePartitionResponse, AWSError>;
178 /**
179 * Creates a new partition.
180 */
181 createPartition(callback?: (err: AWSError, data: Glue.Types.CreatePartitionResponse) => void): Request<Glue.Types.CreatePartitionResponse, AWSError>;
182 /**
183 * Transforms a directed acyclic graph (DAG) into code.
184 */
185 createScript(params: Glue.Types.CreateScriptRequest, callback?: (err: AWSError, data: Glue.Types.CreateScriptResponse) => void): Request<Glue.Types.CreateScriptResponse, AWSError>;
186 /**
187 * Transforms a directed acyclic graph (DAG) into code.
188 */
189 createScript(callback?: (err: AWSError, data: Glue.Types.CreateScriptResponse) => void): Request<Glue.Types.CreateScriptResponse, AWSError>;
190 /**
191 * 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.
192 */
193 createSecurityConfiguration(params: Glue.Types.CreateSecurityConfigurationRequest, callback?: (err: AWSError, data: Glue.Types.CreateSecurityConfigurationResponse) => void): Request<Glue.Types.CreateSecurityConfigurationResponse, AWSError>;
194 /**
195 * 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.
196 */
197 createSecurityConfiguration(callback?: (err: AWSError, data: Glue.Types.CreateSecurityConfigurationResponse) => void): Request<Glue.Types.CreateSecurityConfigurationResponse, AWSError>;
198 /**
199 * Creates a new table definition in the Data Catalog.
200 */
201 createTable(params: Glue.Types.CreateTableRequest, callback?: (err: AWSError, data: Glue.Types.CreateTableResponse) => void): Request<Glue.Types.CreateTableResponse, AWSError>;
202 /**
203 * Creates a new table definition in the Data Catalog.
204 */
205 createTable(callback?: (err: AWSError, data: Glue.Types.CreateTableResponse) => void): Request<Glue.Types.CreateTableResponse, AWSError>;
206 /**
207 * Creates a new trigger.
208 */
209 createTrigger(params: Glue.Types.CreateTriggerRequest, callback?: (err: AWSError, data: Glue.Types.CreateTriggerResponse) => void): Request<Glue.Types.CreateTriggerResponse, AWSError>;
210 /**
211 * Creates a new trigger.
212 */
213 createTrigger(callback?: (err: AWSError, data: Glue.Types.CreateTriggerResponse) => void): Request<Glue.Types.CreateTriggerResponse, AWSError>;
214 /**
215 * Creates a new function definition in the Data Catalog.
216 */
217 createUserDefinedFunction(params: Glue.Types.CreateUserDefinedFunctionRequest, callback?: (err: AWSError, data: Glue.Types.CreateUserDefinedFunctionResponse) => void): Request<Glue.Types.CreateUserDefinedFunctionResponse, AWSError>;
218 /**
219 * Creates a new function definition in the Data Catalog.
220 */
221 createUserDefinedFunction(callback?: (err: AWSError, data: Glue.Types.CreateUserDefinedFunctionResponse) => void): Request<Glue.Types.CreateUserDefinedFunctionResponse, AWSError>;
222 /**
223 * Creates a new workflow.
224 */
225 createWorkflow(params: Glue.Types.CreateWorkflowRequest, callback?: (err: AWSError, data: Glue.Types.CreateWorkflowResponse) => void): Request<Glue.Types.CreateWorkflowResponse, AWSError>;
226 /**
227 * Creates a new workflow.
228 */
229 createWorkflow(callback?: (err: AWSError, data: Glue.Types.CreateWorkflowResponse) => void): Request<Glue.Types.CreateWorkflowResponse, AWSError>;
230 /**
231 * Removes a classifier from the Data Catalog.
232 */
233 deleteClassifier(params: Glue.Types.DeleteClassifierRequest, callback?: (err: AWSError, data: Glue.Types.DeleteClassifierResponse) => void): Request<Glue.Types.DeleteClassifierResponse, AWSError>;
234 /**
235 * Removes a classifier from the Data Catalog.
236 */
237 deleteClassifier(callback?: (err: AWSError, data: Glue.Types.DeleteClassifierResponse) => void): Request<Glue.Types.DeleteClassifierResponse, AWSError>;
238 /**
239 * Deletes a connection from the Data Catalog.
240 */
241 deleteConnection(params: Glue.Types.DeleteConnectionRequest, callback?: (err: AWSError, data: Glue.Types.DeleteConnectionResponse) => void): Request<Glue.Types.DeleteConnectionResponse, AWSError>;
242 /**
243 * Deletes a connection from the Data Catalog.
244 */
245 deleteConnection(callback?: (err: AWSError, data: Glue.Types.DeleteConnectionResponse) => void): Request<Glue.Types.DeleteConnectionResponse, AWSError>;
246 /**
247 * Removes a specified crawler from the AWS Glue Data Catalog, unless the crawler state is RUNNING.
248 */
249 deleteCrawler(params: Glue.Types.DeleteCrawlerRequest, callback?: (err: AWSError, data: Glue.Types.DeleteCrawlerResponse) => void): Request<Glue.Types.DeleteCrawlerResponse, AWSError>;
250 /**
251 * Removes a specified crawler from the AWS Glue Data Catalog, unless the crawler state is RUNNING.
252 */
253 deleteCrawler(callback?: (err: AWSError, data: Glue.Types.DeleteCrawlerResponse) => void): Request<Glue.Types.DeleteCrawlerResponse, AWSError>;
254 /**
255 * 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.
256 */
257 deleteDatabase(params: Glue.Types.DeleteDatabaseRequest, callback?: (err: AWSError, data: Glue.Types.DeleteDatabaseResponse) => void): Request<Glue.Types.DeleteDatabaseResponse, AWSError>;
258 /**
259 * 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.
260 */
261 deleteDatabase(callback?: (err: AWSError, data: Glue.Types.DeleteDatabaseResponse) => void): Request<Glue.Types.DeleteDatabaseResponse, AWSError>;
262 /**
263 * Deletes a specified development endpoint.
264 */
265 deleteDevEndpoint(params: Glue.Types.DeleteDevEndpointRequest, callback?: (err: AWSError, data: Glue.Types.DeleteDevEndpointResponse) => void): Request<Glue.Types.DeleteDevEndpointResponse, AWSError>;
266 /**
267 * Deletes a specified development endpoint.
268 */
269 deleteDevEndpoint(callback?: (err: AWSError, data: Glue.Types.DeleteDevEndpointResponse) => void): Request<Glue.Types.DeleteDevEndpointResponse, AWSError>;
270 /**
271 * Deletes a specified job definition. If the job definition is not found, no exception is thrown.
272 */
273 deleteJob(params: Glue.Types.DeleteJobRequest, callback?: (err: AWSError, data: Glue.Types.DeleteJobResponse) => void): Request<Glue.Types.DeleteJobResponse, AWSError>;
274 /**
275 * Deletes a specified job definition. If the job definition is not found, no exception is thrown.
276 */
277 deleteJob(callback?: (err: AWSError, data: Glue.Types.DeleteJobResponse) => void): Request<Glue.Types.DeleteJobResponse, AWSError>;
278 /**
279 * 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.
280 */
281 deleteMLTransform(params: Glue.Types.DeleteMLTransformRequest, callback?: (err: AWSError, data: Glue.Types.DeleteMLTransformResponse) => void): Request<Glue.Types.DeleteMLTransformResponse, AWSError>;
282 /**
283 * 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.
284 */
285 deleteMLTransform(callback?: (err: AWSError, data: Glue.Types.DeleteMLTransformResponse) => void): Request<Glue.Types.DeleteMLTransformResponse, AWSError>;
286 /**
287 * Deletes a specified partition.
288 */
289 deletePartition(params: Glue.Types.DeletePartitionRequest, callback?: (err: AWSError, data: Glue.Types.DeletePartitionResponse) => void): Request<Glue.Types.DeletePartitionResponse, AWSError>;
290 /**
291 * Deletes a specified partition.
292 */
293 deletePartition(callback?: (err: AWSError, data: Glue.Types.DeletePartitionResponse) => void): Request<Glue.Types.DeletePartitionResponse, AWSError>;
294 /**
295 * Deletes a specified policy.
296 */
297 deleteResourcePolicy(params: Glue.Types.DeleteResourcePolicyRequest, callback?: (err: AWSError, data: Glue.Types.DeleteResourcePolicyResponse) => void): Request<Glue.Types.DeleteResourcePolicyResponse, AWSError>;
298 /**
299 * Deletes a specified policy.
300 */
301 deleteResourcePolicy(callback?: (err: AWSError, data: Glue.Types.DeleteResourcePolicyResponse) => void): Request<Glue.Types.DeleteResourcePolicyResponse, AWSError>;
302 /**
303 * Deletes a specified security configuration.
304 */
305 deleteSecurityConfiguration(params: Glue.Types.DeleteSecurityConfigurationRequest, callback?: (err: AWSError, data: Glue.Types.DeleteSecurityConfigurationResponse) => void): Request<Glue.Types.DeleteSecurityConfigurationResponse, AWSError>;
306 /**
307 * Deletes a specified security configuration.
308 */
309 deleteSecurityConfiguration(callback?: (err: AWSError, data: Glue.Types.DeleteSecurityConfigurationResponse) => void): Request<Glue.Types.DeleteSecurityConfigurationResponse, AWSError>;
310 /**
311 * 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.
312 */
313 deleteTable(params: Glue.Types.DeleteTableRequest, callback?: (err: AWSError, data: Glue.Types.DeleteTableResponse) => void): Request<Glue.Types.DeleteTableResponse, AWSError>;
314 /**
315 * 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.
316 */
317 deleteTable(callback?: (err: AWSError, data: Glue.Types.DeleteTableResponse) => void): Request<Glue.Types.DeleteTableResponse, AWSError>;
318 /**
319 * Deletes a specified version of a table.
320 */
321 deleteTableVersion(params: Glue.Types.DeleteTableVersionRequest, callback?: (err: AWSError, data: Glue.Types.DeleteTableVersionResponse) => void): Request<Glue.Types.DeleteTableVersionResponse, AWSError>;
322 /**
323 * Deletes a specified version of a table.
324 */
325 deleteTableVersion(callback?: (err: AWSError, data: Glue.Types.DeleteTableVersionResponse) => void): Request<Glue.Types.DeleteTableVersionResponse, AWSError>;
326 /**
327 * Deletes a specified trigger. If the trigger is not found, no exception is thrown.
328 */
329 deleteTrigger(params: Glue.Types.DeleteTriggerRequest, callback?: (err: AWSError, data: Glue.Types.DeleteTriggerResponse) => void): Request<Glue.Types.DeleteTriggerResponse, AWSError>;
330 /**
331 * Deletes a specified trigger. If the trigger is not found, no exception is thrown.
332 */
333 deleteTrigger(callback?: (err: AWSError, data: Glue.Types.DeleteTriggerResponse) => void): Request<Glue.Types.DeleteTriggerResponse, AWSError>;
334 /**
335 * Deletes an existing function definition from the Data Catalog.
336 */
337 deleteUserDefinedFunction(params: Glue.Types.DeleteUserDefinedFunctionRequest, callback?: (err: AWSError, data: Glue.Types.DeleteUserDefinedFunctionResponse) => void): Request<Glue.Types.DeleteUserDefinedFunctionResponse, AWSError>;
338 /**
339 * Deletes an existing function definition from the Data Catalog.
340 */
341 deleteUserDefinedFunction(callback?: (err: AWSError, data: Glue.Types.DeleteUserDefinedFunctionResponse) => void): Request<Glue.Types.DeleteUserDefinedFunctionResponse, AWSError>;
342 /**
343 * Deletes a workflow.
344 */
345 deleteWorkflow(params: Glue.Types.DeleteWorkflowRequest, callback?: (err: AWSError, data: Glue.Types.DeleteWorkflowResponse) => void): Request<Glue.Types.DeleteWorkflowResponse, AWSError>;
346 /**
347 * Deletes a workflow.
348 */
349 deleteWorkflow(callback?: (err: AWSError, data: Glue.Types.DeleteWorkflowResponse) => void): Request<Glue.Types.DeleteWorkflowResponse, AWSError>;
350 /**
351 * Retrieves the status of a migration operation.
352 */
353 getCatalogImportStatus(params: Glue.Types.GetCatalogImportStatusRequest, callback?: (err: AWSError, data: Glue.Types.GetCatalogImportStatusResponse) => void): Request<Glue.Types.GetCatalogImportStatusResponse, AWSError>;
354 /**
355 * Retrieves the status of a migration operation.
356 */
357 getCatalogImportStatus(callback?: (err: AWSError, data: Glue.Types.GetCatalogImportStatusResponse) => void): Request<Glue.Types.GetCatalogImportStatusResponse, AWSError>;
358 /**
359 * Retrieve a classifier by name.
360 */
361 getClassifier(params: Glue.Types.GetClassifierRequest, callback?: (err: AWSError, data: Glue.Types.GetClassifierResponse) => void): Request<Glue.Types.GetClassifierResponse, AWSError>;
362 /**
363 * Retrieve a classifier by name.
364 */
365 getClassifier(callback?: (err: AWSError, data: Glue.Types.GetClassifierResponse) => void): Request<Glue.Types.GetClassifierResponse, AWSError>;
366 /**
367 * Lists all classifier objects in the Data Catalog.
368 */
369 getClassifiers(params: Glue.Types.GetClassifiersRequest, callback?: (err: AWSError, data: Glue.Types.GetClassifiersResponse) => void): Request<Glue.Types.GetClassifiersResponse, AWSError>;
370 /**
371 * Lists all classifier objects in the Data Catalog.
372 */
373 getClassifiers(callback?: (err: AWSError, data: Glue.Types.GetClassifiersResponse) => void): Request<Glue.Types.GetClassifiersResponse, AWSError>;
374 /**
375 * Retrieves a connection definition from the Data Catalog.
376 */
377 getConnection(params: Glue.Types.GetConnectionRequest, callback?: (err: AWSError, data: Glue.Types.GetConnectionResponse) => void): Request<Glue.Types.GetConnectionResponse, AWSError>;
378 /**
379 * Retrieves a connection definition from the Data Catalog.
380 */
381 getConnection(callback?: (err: AWSError, data: Glue.Types.GetConnectionResponse) => void): Request<Glue.Types.GetConnectionResponse, AWSError>;
382 /**
383 * Retrieves a list of connection definitions from the Data Catalog.
384 */
385 getConnections(params: Glue.Types.GetConnectionsRequest, callback?: (err: AWSError, data: Glue.Types.GetConnectionsResponse) => void): Request<Glue.Types.GetConnectionsResponse, AWSError>;
386 /**
387 * Retrieves a list of connection definitions from the Data Catalog.
388 */
389 getConnections(callback?: (err: AWSError, data: Glue.Types.GetConnectionsResponse) => void): Request<Glue.Types.GetConnectionsResponse, AWSError>;
390 /**
391 * Retrieves metadata for a specified crawler.
392 */
393 getCrawler(params: Glue.Types.GetCrawlerRequest, callback?: (err: AWSError, data: Glue.Types.GetCrawlerResponse) => void): Request<Glue.Types.GetCrawlerResponse, AWSError>;
394 /**
395 * Retrieves metadata for a specified crawler.
396 */
397 getCrawler(callback?: (err: AWSError, data: Glue.Types.GetCrawlerResponse) => void): Request<Glue.Types.GetCrawlerResponse, AWSError>;
398 /**
399 * Retrieves metrics about specified crawlers.
400 */
401 getCrawlerMetrics(params: Glue.Types.GetCrawlerMetricsRequest, callback?: (err: AWSError, data: Glue.Types.GetCrawlerMetricsResponse) => void): Request<Glue.Types.GetCrawlerMetricsResponse, AWSError>;
402 /**
403 * Retrieves metrics about specified crawlers.
404 */
405 getCrawlerMetrics(callback?: (err: AWSError, data: Glue.Types.GetCrawlerMetricsResponse) => void): Request<Glue.Types.GetCrawlerMetricsResponse, AWSError>;
406 /**
407 * Retrieves metadata for all crawlers defined in the customer account.
408 */
409 getCrawlers(params: Glue.Types.GetCrawlersRequest, callback?: (err: AWSError, data: Glue.Types.GetCrawlersResponse) => void): Request<Glue.Types.GetCrawlersResponse, AWSError>;
410 /**
411 * Retrieves metadata for all crawlers defined in the customer account.
412 */
413 getCrawlers(callback?: (err: AWSError, data: Glue.Types.GetCrawlersResponse) => void): Request<Glue.Types.GetCrawlersResponse, AWSError>;
414 /**
415 * Retrieves the security configuration for a specified catalog.
416 */
417 getDataCatalogEncryptionSettings(params: Glue.Types.GetDataCatalogEncryptionSettingsRequest, callback?: (err: AWSError, data: Glue.Types.GetDataCatalogEncryptionSettingsResponse) => void): Request<Glue.Types.GetDataCatalogEncryptionSettingsResponse, AWSError>;
418 /**
419 * Retrieves the security configuration for a specified catalog.
420 */
421 getDataCatalogEncryptionSettings(callback?: (err: AWSError, data: Glue.Types.GetDataCatalogEncryptionSettingsResponse) => void): Request<Glue.Types.GetDataCatalogEncryptionSettingsResponse, AWSError>;
422 /**
423 * Retrieves the definition of a specified database.
424 */
425 getDatabase(params: Glue.Types.GetDatabaseRequest, callback?: (err: AWSError, data: Glue.Types.GetDatabaseResponse) => void): Request<Glue.Types.GetDatabaseResponse, AWSError>;
426 /**
427 * Retrieves the definition of a specified database.
428 */
429 getDatabase(callback?: (err: AWSError, data: Glue.Types.GetDatabaseResponse) => void): Request<Glue.Types.GetDatabaseResponse, AWSError>;
430 /**
431 * Retrieves all databases defined in a given Data Catalog.
432 */
433 getDatabases(params: Glue.Types.GetDatabasesRequest, callback?: (err: AWSError, data: Glue.Types.GetDatabasesResponse) => void): Request<Glue.Types.GetDatabasesResponse, AWSError>;
434 /**
435 * Retrieves all databases defined in a given Data Catalog.
436 */
437 getDatabases(callback?: (err: AWSError, data: Glue.Types.GetDatabasesResponse) => void): Request<Glue.Types.GetDatabasesResponse, AWSError>;
438 /**
439 * Transforms a Python script into a directed acyclic graph (DAG).
440 */
441 getDataflowGraph(params: Glue.Types.GetDataflowGraphRequest, callback?: (err: AWSError, data: Glue.Types.GetDataflowGraphResponse) => void): Request<Glue.Types.GetDataflowGraphResponse, AWSError>;
442 /**
443 * Transforms a Python script into a directed acyclic graph (DAG).
444 */
445 getDataflowGraph(callback?: (err: AWSError, data: Glue.Types.GetDataflowGraphResponse) => void): Request<Glue.Types.GetDataflowGraphResponse, AWSError>;
446 /**
447 * 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.
448 */
449 getDevEndpoint(params: Glue.Types.GetDevEndpointRequest, callback?: (err: AWSError, data: Glue.Types.GetDevEndpointResponse) => void): Request<Glue.Types.GetDevEndpointResponse, AWSError>;
450 /**
451 * 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.
452 */
453 getDevEndpoint(callback?: (err: AWSError, data: Glue.Types.GetDevEndpointResponse) => void): Request<Glue.Types.GetDevEndpointResponse, AWSError>;
454 /**
455 * 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.
456 */
457 getDevEndpoints(params: Glue.Types.GetDevEndpointsRequest, callback?: (err: AWSError, data: Glue.Types.GetDevEndpointsResponse) => void): Request<Glue.Types.GetDevEndpointsResponse, AWSError>;
458 /**
459 * 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.
460 */
461 getDevEndpoints(callback?: (err: AWSError, data: Glue.Types.GetDevEndpointsResponse) => void): Request<Glue.Types.GetDevEndpointsResponse, AWSError>;
462 /**
463 * Retrieves an existing job definition.
464 */
465 getJob(params: Glue.Types.GetJobRequest, callback?: (err: AWSError, data: Glue.Types.GetJobResponse) => void): Request<Glue.Types.GetJobResponse, AWSError>;
466 /**
467 * Retrieves an existing job definition.
468 */
469 getJob(callback?: (err: AWSError, data: Glue.Types.GetJobResponse) => void): Request<Glue.Types.GetJobResponse, AWSError>;
470 /**
471 * Returns information on a job bookmark entry.
472 */
473 getJobBookmark(params: Glue.Types.GetJobBookmarkRequest, callback?: (err: AWSError, data: Glue.Types.GetJobBookmarkResponse) => void): Request<Glue.Types.GetJobBookmarkResponse, AWSError>;
474 /**
475 * Returns information on a job bookmark entry.
476 */
477 getJobBookmark(callback?: (err: AWSError, data: Glue.Types.GetJobBookmarkResponse) => void): Request<Glue.Types.GetJobBookmarkResponse, AWSError>;
478 /**
479 * Retrieves the metadata for a given job run.
480 */
481 getJobRun(params: Glue.Types.GetJobRunRequest, callback?: (err: AWSError, data: Glue.Types.GetJobRunResponse) => void): Request<Glue.Types.GetJobRunResponse, AWSError>;
482 /**
483 * Retrieves the metadata for a given job run.
484 */
485 getJobRun(callback?: (err: AWSError, data: Glue.Types.GetJobRunResponse) => void): Request<Glue.Types.GetJobRunResponse, AWSError>;
486 /**
487 * Retrieves metadata for all runs of a given job definition.
488 */
489 getJobRuns(params: Glue.Types.GetJobRunsRequest, callback?: (err: AWSError, data: Glue.Types.GetJobRunsResponse) => void): Request<Glue.Types.GetJobRunsResponse, AWSError>;
490 /**
491 * Retrieves metadata for all runs of a given job definition.
492 */
493 getJobRuns(callback?: (err: AWSError, data: Glue.Types.GetJobRunsResponse) => void): Request<Glue.Types.GetJobRunsResponse, AWSError>;
494 /**
495 * Retrieves all current job definitions.
496 */
497 getJobs(params: Glue.Types.GetJobsRequest, callback?: (err: AWSError, data: Glue.Types.GetJobsResponse) => void): Request<Glue.Types.GetJobsResponse, AWSError>;
498 /**
499 * Retrieves all current job definitions.
500 */
501 getJobs(callback?: (err: AWSError, data: Glue.Types.GetJobsResponse) => void): Request<Glue.Types.GetJobsResponse, AWSError>;
502 /**
503 * 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.
504 */
505 getMLTaskRun(params: Glue.Types.GetMLTaskRunRequest, callback?: (err: AWSError, data: Glue.Types.GetMLTaskRunResponse) => void): Request<Glue.Types.GetMLTaskRunResponse, AWSError>;
506 /**
507 * 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.
508 */
509 getMLTaskRun(callback?: (err: AWSError, data: Glue.Types.GetMLTaskRunResponse) => void): Request<Glue.Types.GetMLTaskRunResponse, AWSError>;
510 /**
511 * 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.
512 */
513 getMLTaskRuns(params: Glue.Types.GetMLTaskRunsRequest, callback?: (err: AWSError, data: Glue.Types.GetMLTaskRunsResponse) => void): Request<Glue.Types.GetMLTaskRunsResponse, AWSError>;
514 /**
515 * 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.
516 */
517 getMLTaskRuns(callback?: (err: AWSError, data: Glue.Types.GetMLTaskRunsResponse) => void): Request<Glue.Types.GetMLTaskRunsResponse, AWSError>;
518 /**
519 * 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.
520 */
521 getMLTransform(params: Glue.Types.GetMLTransformRequest, callback?: (err: AWSError, data: Glue.Types.GetMLTransformResponse) => void): Request<Glue.Types.GetMLTransformResponse, AWSError>;
522 /**
523 * 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.
524 */
525 getMLTransform(callback?: (err: AWSError, data: Glue.Types.GetMLTransformResponse) => void): Request<Glue.Types.GetMLTransformResponse, AWSError>;
526 /**
527 * 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.
528 */
529 getMLTransforms(params: Glue.Types.GetMLTransformsRequest, callback?: (err: AWSError, data: Glue.Types.GetMLTransformsResponse) => void): Request<Glue.Types.GetMLTransformsResponse, AWSError>;
530 /**
531 * 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.
532 */
533 getMLTransforms(callback?: (err: AWSError, data: Glue.Types.GetMLTransformsResponse) => void): Request<Glue.Types.GetMLTransformsResponse, AWSError>;
534 /**
535 * Creates mappings.
536 */
537 getMapping(params: Glue.Types.GetMappingRequest, callback?: (err: AWSError, data: Glue.Types.GetMappingResponse) => void): Request<Glue.Types.GetMappingResponse, AWSError>;
538 /**
539 * Creates mappings.
540 */
541 getMapping(callback?: (err: AWSError, data: Glue.Types.GetMappingResponse) => void): Request<Glue.Types.GetMappingResponse, AWSError>;
542 /**
543 * Retrieves information about a specified partition.
544 */
545 getPartition(params: Glue.Types.GetPartitionRequest, callback?: (err: AWSError, data: Glue.Types.GetPartitionResponse) => void): Request<Glue.Types.GetPartitionResponse, AWSError>;
546 /**
547 * Retrieves information about a specified partition.
548 */
549 getPartition(callback?: (err: AWSError, data: Glue.Types.GetPartitionResponse) => void): Request<Glue.Types.GetPartitionResponse, AWSError>;
550 /**
551 * Retrieves information about the partitions in a table.
552 */
553 getPartitions(params: Glue.Types.GetPartitionsRequest, callback?: (err: AWSError, data: Glue.Types.GetPartitionsResponse) => void): Request<Glue.Types.GetPartitionsResponse, AWSError>;
554 /**
555 * Retrieves information about the partitions in a table.
556 */
557 getPartitions(callback?: (err: AWSError, data: Glue.Types.GetPartitionsResponse) => void): Request<Glue.Types.GetPartitionsResponse, AWSError>;
558 /**
559 * Gets code to perform a specified mapping.
560 */
561 getPlan(params: Glue.Types.GetPlanRequest, callback?: (err: AWSError, data: Glue.Types.GetPlanResponse) => void): Request<Glue.Types.GetPlanResponse, AWSError>;
562 /**
563 * Gets code to perform a specified mapping.
564 */
565 getPlan(callback?: (err: AWSError, data: Glue.Types.GetPlanResponse) => void): Request<Glue.Types.GetPlanResponse, AWSError>;
566 /**
567 * Retrieves a specified resource policy.
568 */
569 getResourcePolicy(params: Glue.Types.GetResourcePolicyRequest, callback?: (err: AWSError, data: Glue.Types.GetResourcePolicyResponse) => void): Request<Glue.Types.GetResourcePolicyResponse, AWSError>;
570 /**
571 * Retrieves a specified resource policy.
572 */
573 getResourcePolicy(callback?: (err: AWSError, data: Glue.Types.GetResourcePolicyResponse) => void): Request<Glue.Types.GetResourcePolicyResponse, AWSError>;
574 /**
575 * Retrieves a specified security configuration.
576 */
577 getSecurityConfiguration(params: Glue.Types.GetSecurityConfigurationRequest, callback?: (err: AWSError, data: Glue.Types.GetSecurityConfigurationResponse) => void): Request<Glue.Types.GetSecurityConfigurationResponse, AWSError>;
578 /**
579 * Retrieves a specified security configuration.
580 */
581 getSecurityConfiguration(callback?: (err: AWSError, data: Glue.Types.GetSecurityConfigurationResponse) => void): Request<Glue.Types.GetSecurityConfigurationResponse, AWSError>;
582 /**
583 * Retrieves a list of all security configurations.
584 */
585 getSecurityConfigurations(params: Glue.Types.GetSecurityConfigurationsRequest, callback?: (err: AWSError, data: Glue.Types.GetSecurityConfigurationsResponse) => void): Request<Glue.Types.GetSecurityConfigurationsResponse, AWSError>;
586 /**
587 * Retrieves a list of all security configurations.
588 */
589 getSecurityConfigurations(callback?: (err: AWSError, data: Glue.Types.GetSecurityConfigurationsResponse) => void): Request<Glue.Types.GetSecurityConfigurationsResponse, AWSError>;
590 /**
591 * Retrieves the Table definition in a Data Catalog for a specified table.
592 */
593 getTable(params: Glue.Types.GetTableRequest, callback?: (err: AWSError, data: Glue.Types.GetTableResponse) => void): Request<Glue.Types.GetTableResponse, AWSError>;
594 /**
595 * Retrieves the Table definition in a Data Catalog for a specified table.
596 */
597 getTable(callback?: (err: AWSError, data: Glue.Types.GetTableResponse) => void): Request<Glue.Types.GetTableResponse, AWSError>;
598 /**
599 * Retrieves a specified version of a table.
600 */
601 getTableVersion(params: Glue.Types.GetTableVersionRequest, callback?: (err: AWSError, data: Glue.Types.GetTableVersionResponse) => void): Request<Glue.Types.GetTableVersionResponse, AWSError>;
602 /**
603 * Retrieves a specified version of a table.
604 */
605 getTableVersion(callback?: (err: AWSError, data: Glue.Types.GetTableVersionResponse) => void): Request<Glue.Types.GetTableVersionResponse, AWSError>;
606 /**
607 * Retrieves a list of strings that identify available versions of a specified table.
608 */
609 getTableVersions(params: Glue.Types.GetTableVersionsRequest, callback?: (err: AWSError, data: Glue.Types.GetTableVersionsResponse) => void): Request<Glue.Types.GetTableVersionsResponse, AWSError>;
610 /**
611 * Retrieves a list of strings that identify available versions of a specified table.
612 */
613 getTableVersions(callback?: (err: AWSError, data: Glue.Types.GetTableVersionsResponse) => void): Request<Glue.Types.GetTableVersionsResponse, AWSError>;
614 /**
615 * Retrieves the definitions of some or all of the tables in a given Database.
616 */
617 getTables(params: Glue.Types.GetTablesRequest, callback?: (err: AWSError, data: Glue.Types.GetTablesResponse) => void): Request<Glue.Types.GetTablesResponse, AWSError>;
618 /**
619 * Retrieves the definitions of some or all of the tables in a given Database.
620 */
621 getTables(callback?: (err: AWSError, data: Glue.Types.GetTablesResponse) => void): Request<Glue.Types.GetTablesResponse, AWSError>;
622 /**
623 * Retrieves a list of tags associated with a resource.
624 */
625 getTags(params: Glue.Types.GetTagsRequest, callback?: (err: AWSError, data: Glue.Types.GetTagsResponse) => void): Request<Glue.Types.GetTagsResponse, AWSError>;
626 /**
627 * Retrieves a list of tags associated with a resource.
628 */
629 getTags(callback?: (err: AWSError, data: Glue.Types.GetTagsResponse) => void): Request<Glue.Types.GetTagsResponse, AWSError>;
630 /**
631 * Retrieves the definition of a trigger.
632 */
633 getTrigger(params: Glue.Types.GetTriggerRequest, callback?: (err: AWSError, data: Glue.Types.GetTriggerResponse) => void): Request<Glue.Types.GetTriggerResponse, AWSError>;
634 /**
635 * Retrieves the definition of a trigger.
636 */
637 getTrigger(callback?: (err: AWSError, data: Glue.Types.GetTriggerResponse) => void): Request<Glue.Types.GetTriggerResponse, AWSError>;
638 /**
639 * Gets all the triggers associated with a job.
640 */
641 getTriggers(params: Glue.Types.GetTriggersRequest, callback?: (err: AWSError, data: Glue.Types.GetTriggersResponse) => void): Request<Glue.Types.GetTriggersResponse, AWSError>;
642 /**
643 * Gets all the triggers associated with a job.
644 */
645 getTriggers(callback?: (err: AWSError, data: Glue.Types.GetTriggersResponse) => void): Request<Glue.Types.GetTriggersResponse, AWSError>;
646 /**
647 * Retrieves a specified function definition from the Data Catalog.
648 */
649 getUserDefinedFunction(params: Glue.Types.GetUserDefinedFunctionRequest, callback?: (err: AWSError, data: Glue.Types.GetUserDefinedFunctionResponse) => void): Request<Glue.Types.GetUserDefinedFunctionResponse, AWSError>;
650 /**
651 * Retrieves a specified function definition from the Data Catalog.
652 */
653 getUserDefinedFunction(callback?: (err: AWSError, data: Glue.Types.GetUserDefinedFunctionResponse) => void): Request<Glue.Types.GetUserDefinedFunctionResponse, AWSError>;
654 /**
655 * Retrieves multiple function definitions from the Data Catalog.
656 */
657 getUserDefinedFunctions(params: Glue.Types.GetUserDefinedFunctionsRequest, callback?: (err: AWSError, data: Glue.Types.GetUserDefinedFunctionsResponse) => void): Request<Glue.Types.GetUserDefinedFunctionsResponse, AWSError>;
658 /**
659 * Retrieves multiple function definitions from the Data Catalog.
660 */
661 getUserDefinedFunctions(callback?: (err: AWSError, data: Glue.Types.GetUserDefinedFunctionsResponse) => void): Request<Glue.Types.GetUserDefinedFunctionsResponse, AWSError>;
662 /**
663 * Retrieves resource metadata for a workflow.
664 */
665 getWorkflow(params: Glue.Types.GetWorkflowRequest, callback?: (err: AWSError, data: Glue.Types.GetWorkflowResponse) => void): Request<Glue.Types.GetWorkflowResponse, AWSError>;
666 /**
667 * Retrieves resource metadata for a workflow.
668 */
669 getWorkflow(callback?: (err: AWSError, data: Glue.Types.GetWorkflowResponse) => void): Request<Glue.Types.GetWorkflowResponse, AWSError>;
670 /**
671 * Retrieves the metadata for a given workflow run.
672 */
673 getWorkflowRun(params: Glue.Types.GetWorkflowRunRequest, callback?: (err: AWSError, data: Glue.Types.GetWorkflowRunResponse) => void): Request<Glue.Types.GetWorkflowRunResponse, AWSError>;
674 /**
675 * Retrieves the metadata for a given workflow run.
676 */
677 getWorkflowRun(callback?: (err: AWSError, data: Glue.Types.GetWorkflowRunResponse) => void): Request<Glue.Types.GetWorkflowRunResponse, AWSError>;
678 /**
679 * Retrieves the workflow run properties which were set during the run.
680 */
681 getWorkflowRunProperties(params: Glue.Types.GetWorkflowRunPropertiesRequest, callback?: (err: AWSError, data: Glue.Types.GetWorkflowRunPropertiesResponse) => void): Request<Glue.Types.GetWorkflowRunPropertiesResponse, AWSError>;
682 /**
683 * Retrieves the workflow run properties which were set during the run.
684 */
685 getWorkflowRunProperties(callback?: (err: AWSError, data: Glue.Types.GetWorkflowRunPropertiesResponse) => void): Request<Glue.Types.GetWorkflowRunPropertiesResponse, AWSError>;
686 /**
687 * Retrieves metadata for all runs of a given workflow.
688 */
689 getWorkflowRuns(params: Glue.Types.GetWorkflowRunsRequest, callback?: (err: AWSError, data: Glue.Types.GetWorkflowRunsResponse) => void): Request<Glue.Types.GetWorkflowRunsResponse, AWSError>;
690 /**
691 * Retrieves metadata for all runs of a given workflow.
692 */
693 getWorkflowRuns(callback?: (err: AWSError, data: Glue.Types.GetWorkflowRunsResponse) => void): Request<Glue.Types.GetWorkflowRunsResponse, AWSError>;
694 /**
695 * Imports an existing Amazon Athena Data Catalog to AWS Glue
696 */
697 importCatalogToGlue(params: Glue.Types.ImportCatalogToGlueRequest, callback?: (err: AWSError, data: Glue.Types.ImportCatalogToGlueResponse) => void): Request<Glue.Types.ImportCatalogToGlueResponse, AWSError>;
698 /**
699 * Imports an existing Amazon Athena Data Catalog to AWS Glue
700 */
701 importCatalogToGlue(callback?: (err: AWSError, data: Glue.Types.ImportCatalogToGlueResponse) => void): Request<Glue.Types.ImportCatalogToGlueResponse, AWSError>;
702 /**
703 * 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.
704 */
705 listCrawlers(params: Glue.Types.ListCrawlersRequest, callback?: (err: AWSError, data: Glue.Types.ListCrawlersResponse) => void): Request<Glue.Types.ListCrawlersResponse, AWSError>;
706 /**
707 * 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.
708 */
709 listCrawlers(callback?: (err: AWSError, data: Glue.Types.ListCrawlersResponse) => void): Request<Glue.Types.ListCrawlersResponse, AWSError>;
710 /**
711 * 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.
712 */
713 listDevEndpoints(params: Glue.Types.ListDevEndpointsRequest, callback?: (err: AWSError, data: Glue.Types.ListDevEndpointsResponse) => void): Request<Glue.Types.ListDevEndpointsResponse, AWSError>;
714 /**
715 * 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.
716 */
717 listDevEndpoints(callback?: (err: AWSError, data: Glue.Types.ListDevEndpointsResponse) => void): Request<Glue.Types.ListDevEndpointsResponse, AWSError>;
718 /**
719 * 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.
720 */
721 listJobs(params: Glue.Types.ListJobsRequest, callback?: (err: AWSError, data: Glue.Types.ListJobsResponse) => void): Request<Glue.Types.ListJobsResponse, AWSError>;
722 /**
723 * 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.
724 */
725 listJobs(callback?: (err: AWSError, data: Glue.Types.ListJobsResponse) => void): Request<Glue.Types.ListJobsResponse, AWSError>;
726 /**
727 * 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.
728 */
729 listMLTransforms(params: Glue.Types.ListMLTransformsRequest, callback?: (err: AWSError, data: Glue.Types.ListMLTransformsResponse) => void): Request<Glue.Types.ListMLTransformsResponse, AWSError>;
730 /**
731 * 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.
732 */
733 listMLTransforms(callback?: (err: AWSError, data: Glue.Types.ListMLTransformsResponse) => void): Request<Glue.Types.ListMLTransformsResponse, AWSError>;
734 /**
735 * 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.
736 */
737 listTriggers(params: Glue.Types.ListTriggersRequest, callback?: (err: AWSError, data: Glue.Types.ListTriggersResponse) => void): Request<Glue.Types.ListTriggersResponse, AWSError>;
738 /**
739 * 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.
740 */
741 listTriggers(callback?: (err: AWSError, data: Glue.Types.ListTriggersResponse) => void): Request<Glue.Types.ListTriggersResponse, AWSError>;
742 /**
743 * Lists names of workflows created in the account.
744 */
745 listWorkflows(params: Glue.Types.ListWorkflowsRequest, callback?: (err: AWSError, data: Glue.Types.ListWorkflowsResponse) => void): Request<Glue.Types.ListWorkflowsResponse, AWSError>;
746 /**
747 * Lists names of workflows created in the account.
748 */
749 listWorkflows(callback?: (err: AWSError, data: Glue.Types.ListWorkflowsResponse) => void): Request<Glue.Types.ListWorkflowsResponse, AWSError>;
750 /**
751 * Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
752 */
753 putDataCatalogEncryptionSettings(params: Glue.Types.PutDataCatalogEncryptionSettingsRequest, callback?: (err: AWSError, data: Glue.Types.PutDataCatalogEncryptionSettingsResponse) => void): Request<Glue.Types.PutDataCatalogEncryptionSettingsResponse, AWSError>;
754 /**
755 * Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
756 */
757 putDataCatalogEncryptionSettings(callback?: (err: AWSError, data: Glue.Types.PutDataCatalogEncryptionSettingsResponse) => void): Request<Glue.Types.PutDataCatalogEncryptionSettingsResponse, AWSError>;
758 /**
759 * Sets the Data Catalog resource policy for access control.
760 */
761 putResourcePolicy(params: Glue.Types.PutResourcePolicyRequest, callback?: (err: AWSError, data: Glue.Types.PutResourcePolicyResponse) => void): Request<Glue.Types.PutResourcePolicyResponse, AWSError>;
762 /**
763 * Sets the Data Catalog resource policy for access control.
764 */
765 putResourcePolicy(callback?: (err: AWSError, data: Glue.Types.PutResourcePolicyResponse) => void): Request<Glue.Types.PutResourcePolicyResponse, AWSError>;
766 /**
767 * 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.
768 */
769 putWorkflowRunProperties(params: Glue.Types.PutWorkflowRunPropertiesRequest, callback?: (err: AWSError, data: Glue.Types.PutWorkflowRunPropertiesResponse) => void): Request<Glue.Types.PutWorkflowRunPropertiesResponse, AWSError>;
770 /**
771 * 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.
772 */
773 putWorkflowRunProperties(callback?: (err: AWSError, data: Glue.Types.PutWorkflowRunPropertiesResponse) => void): Request<Glue.Types.PutWorkflowRunPropertiesResponse, AWSError>;
774 /**
775 * Resets a bookmark entry.
776 */
777 resetJobBookmark(params: Glue.Types.ResetJobBookmarkRequest, callback?: (err: AWSError, data: Glue.Types.ResetJobBookmarkResponse) => void): Request<Glue.Types.ResetJobBookmarkResponse, AWSError>;
778 /**
779 * Resets a bookmark entry.
780 */
781 resetJobBookmark(callback?: (err: AWSError, data: Glue.Types.ResetJobBookmarkResponse) => void): Request<Glue.Types.ResetJobBookmarkResponse, AWSError>;
782 /**
783 * 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.
784 */
785 searchTables(params: Glue.Types.SearchTablesRequest, callback?: (err: AWSError, data: Glue.Types.SearchTablesResponse) => void): Request<Glue.Types.SearchTablesResponse, AWSError>;
786 /**
787 * 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.
788 */
789 searchTables(callback?: (err: AWSError, data: Glue.Types.SearchTablesResponse) => void): Request<Glue.Types.SearchTablesResponse, AWSError>;
790 /**
791 * Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
792 */
793 startCrawler(params: Glue.Types.StartCrawlerRequest, callback?: (err: AWSError, data: Glue.Types.StartCrawlerResponse) => void): Request<Glue.Types.StartCrawlerResponse, AWSError>;
794 /**
795 * Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
796 */
797 startCrawler(callback?: (err: AWSError, data: Glue.Types.StartCrawlerResponse) => void): Request<Glue.Types.StartCrawlerResponse, AWSError>;
798 /**
799 * Changes the schedule state of the specified crawler to SCHEDULED, unless the crawler is already running or the schedule state is already SCHEDULED.
800 */
801 startCrawlerSchedule(params: Glue.Types.StartCrawlerScheduleRequest, callback?: (err: AWSError, data: Glue.Types.StartCrawlerScheduleResponse) => void): Request<Glue.Types.StartCrawlerScheduleResponse, AWSError>;
802 /**
803 * Changes the schedule state of the specified crawler to SCHEDULED, unless the crawler is already running or the schedule state is already SCHEDULED.
804 */
805 startCrawlerSchedule(callback?: (err: AWSError, data: Glue.Types.StartCrawlerScheduleResponse) => void): Request<Glue.Types.StartCrawlerScheduleResponse, AWSError>;
806 /**
807 * 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.
808 */
809 startExportLabelsTaskRun(params: Glue.Types.StartExportLabelsTaskRunRequest, callback?: (err: AWSError, data: Glue.Types.StartExportLabelsTaskRunResponse) => void): Request<Glue.Types.StartExportLabelsTaskRunResponse, AWSError>;
810 /**
811 * 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.
812 */
813 startExportLabelsTaskRun(callback?: (err: AWSError, data: Glue.Types.StartExportLabelsTaskRunResponse) => void): Request<Glue.Types.StartExportLabelsTaskRunResponse, AWSError>;
814 /**
815 * 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.
816 */
817 startImportLabelsTaskRun(params: Glue.Types.StartImportLabelsTaskRunRequest, callback?: (err: AWSError, data: Glue.Types.StartImportLabelsTaskRunResponse) => void): Request<Glue.Types.StartImportLabelsTaskRunResponse, AWSError>;
818 /**
819 * 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.
820 */
821 startImportLabelsTaskRun(callback?: (err: AWSError, data: Glue.Types.StartImportLabelsTaskRunResponse) => void): Request<Glue.Types.StartImportLabelsTaskRunResponse, AWSError>;
822 /**
823 * Starts a job run using a job definition.
824 */
825 startJobRun(params: Glue.Types.StartJobRunRequest, callback?: (err: AWSError, data: Glue.Types.StartJobRunResponse) => void): Request<Glue.Types.StartJobRunResponse, AWSError>;
826 /**
827 * Starts a job run using a job definition.
828 */
829 startJobRun(callback?: (err: AWSError, data: Glue.Types.StartJobRunResponse) => void): Request<Glue.Types.StartJobRunResponse, AWSError>;
830 /**
831 * 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.
832 */
833 startMLEvaluationTaskRun(params: Glue.Types.StartMLEvaluationTaskRunRequest, callback?: (err: AWSError, data: Glue.Types.StartMLEvaluationTaskRunResponse) => void): Request<Glue.Types.StartMLEvaluationTaskRunResponse, AWSError>;
834 /**
835 * 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.
836 */
837 startMLEvaluationTaskRun(callback?: (err: AWSError, data: Glue.Types.StartMLEvaluationTaskRunResponse) => void): Request<Glue.Types.StartMLEvaluationTaskRunResponse, AWSError>;
838 /**
839 * 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.
840 */
841 startMLLabelingSetGenerationTaskRun(params: Glue.Types.StartMLLabelingSetGenerationTaskRunRequest, callback?: (err: AWSError, data: Glue.Types.StartMLLabelingSetGenerationTaskRunResponse) => void): Request<Glue.Types.StartMLLabelingSetGenerationTaskRunResponse, AWSError>;
842 /**
843 * 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.
844 */
845 startMLLabelingSetGenerationTaskRun(callback?: (err: AWSError, data: Glue.Types.StartMLLabelingSetGenerationTaskRunResponse) => void): Request<Glue.Types.StartMLLabelingSetGenerationTaskRunResponse, AWSError>;
846 /**
847 * Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.
848 */
849 startTrigger(params: Glue.Types.StartTriggerRequest, callback?: (err: AWSError, data: Glue.Types.StartTriggerResponse) => void): Request<Glue.Types.StartTriggerResponse, AWSError>;
850 /**
851 * Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.
852 */
853 startTrigger(callback?: (err: AWSError, data: Glue.Types.StartTriggerResponse) => void): Request<Glue.Types.StartTriggerResponse, AWSError>;
854 /**
855 * Starts a new run of the specified workflow.
856 */
857 startWorkflowRun(params: Glue.Types.StartWorkflowRunRequest, callback?: (err: AWSError, data: Glue.Types.StartWorkflowRunResponse) => void): Request<Glue.Types.StartWorkflowRunResponse, AWSError>;
858 /**
859 * Starts a new run of the specified workflow.
860 */
861 startWorkflowRun(callback?: (err: AWSError, data: Glue.Types.StartWorkflowRunResponse) => void): Request<Glue.Types.StartWorkflowRunResponse, AWSError>;
862 /**
863 * If the specified crawler is running, stops the crawl.
864 */
865 stopCrawler(params: Glue.Types.StopCrawlerRequest, callback?: (err: AWSError, data: Glue.Types.StopCrawlerResponse) => void): Request<Glue.Types.StopCrawlerResponse, AWSError>;
866 /**
867 * If the specified crawler is running, stops the crawl.
868 */
869 stopCrawler(callback?: (err: AWSError, data: Glue.Types.StopCrawlerResponse) => void): Request<Glue.Types.StopCrawlerResponse, AWSError>;
870 /**
871 * Sets the schedule state of the specified crawler to NOT_SCHEDULED, but does not stop the crawler if it is already running.
872 */
873 stopCrawlerSchedule(params: Glue.Types.StopCrawlerScheduleRequest, callback?: (err: AWSError, data: Glue.Types.StopCrawlerScheduleResponse) => void): Request<Glue.Types.StopCrawlerScheduleResponse, AWSError>;
874 /**
875 * Sets the schedule state of the specified crawler to NOT_SCHEDULED, but does not stop the crawler if it is already running.
876 */
877 stopCrawlerSchedule(callback?: (err: AWSError, data: Glue.Types.StopCrawlerScheduleResponse) => void): Request<Glue.Types.StopCrawlerScheduleResponse, AWSError>;
878 /**
879 * Stops a specified trigger.
880 */
881 stopTrigger(params: Glue.Types.StopTriggerRequest, callback?: (err: AWSError, data: Glue.Types.StopTriggerResponse) => void): Request<Glue.Types.StopTriggerResponse, AWSError>;
882 /**
883 * Stops a specified trigger.
884 */
885 stopTrigger(callback?: (err: AWSError, data: Glue.Types.StopTriggerResponse) => void): Request<Glue.Types.StopTriggerResponse, AWSError>;
886 /**
887 * 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.
888 */
889 tagResource(params: Glue.Types.TagResourceRequest, callback?: (err: AWSError, data: Glue.Types.TagResourceResponse) => void): Request<Glue.Types.TagResourceResponse, AWSError>;
890 /**
891 * 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.
892 */
893 tagResource(callback?: (err: AWSError, data: Glue.Types.TagResourceResponse) => void): Request<Glue.Types.TagResourceResponse, AWSError>;
894 /**
895 * Removes tags from a resource.
896 */
897 untagResource(params: Glue.Types.UntagResourceRequest, callback?: (err: AWSError, data: Glue.Types.UntagResourceResponse) => void): Request<Glue.Types.UntagResourceResponse, AWSError>;
898 /**
899 * Removes tags from a resource.
900 */
901 untagResource(callback?: (err: AWSError, data: Glue.Types.UntagResourceResponse) => void): Request<Glue.Types.UntagResourceResponse, AWSError>;
902 /**
903 * Modifies an existing classifier (a GrokClassifier, an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on which field is present).
904 */
905 updateClassifier(params: Glue.Types.UpdateClassifierRequest, callback?: (err: AWSError, data: Glue.Types.UpdateClassifierResponse) => void): Request<Glue.Types.UpdateClassifierResponse, AWSError>;
906 /**
907 * Modifies an existing classifier (a GrokClassifier, an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on which field is present).
908 */
909 updateClassifier(callback?: (err: AWSError, data: Glue.Types.UpdateClassifierResponse) => void): Request<Glue.Types.UpdateClassifierResponse, AWSError>;
910 /**
911 * Updates a connection definition in the Data Catalog.
912 */
913 updateConnection(params: Glue.Types.UpdateConnectionRequest, callback?: (err: AWSError, data: Glue.Types.UpdateConnectionResponse) => void): Request<Glue.Types.UpdateConnectionResponse, AWSError>;
914 /**
915 * Updates a connection definition in the Data Catalog.
916 */
917 updateConnection(callback?: (err: AWSError, data: Glue.Types.UpdateConnectionResponse) => void): Request<Glue.Types.UpdateConnectionResponse, AWSError>;
918 /**
919 * Updates a crawler. If a crawler is running, you must stop it using StopCrawler before updating it.
920 */
921 updateCrawler(params: Glue.Types.UpdateCrawlerRequest, callback?: (err: AWSError, data: Glue.Types.UpdateCrawlerResponse) => void): Request<Glue.Types.UpdateCrawlerResponse, AWSError>;
922 /**
923 * Updates a crawler. If a crawler is running, you must stop it using StopCrawler before updating it.
924 */
925 updateCrawler(callback?: (err: AWSError, data: Glue.Types.UpdateCrawlerResponse) => void): Request<Glue.Types.UpdateCrawlerResponse, AWSError>;
926 /**
927 * Updates the schedule of a crawler using a cron expression.
928 */
929 updateCrawlerSchedule(params: Glue.Types.UpdateCrawlerScheduleRequest, callback?: (err: AWSError, data: Glue.Types.UpdateCrawlerScheduleResponse) => void): Request<Glue.Types.UpdateCrawlerScheduleResponse, AWSError>;
930 /**
931 * Updates the schedule of a crawler using a cron expression.
932 */
933 updateCrawlerSchedule(callback?: (err: AWSError, data: Glue.Types.UpdateCrawlerScheduleResponse) => void): Request<Glue.Types.UpdateCrawlerScheduleResponse, AWSError>;
934 /**
935 * Updates an existing database definition in a Data Catalog.
936 */
937 updateDatabase(params: Glue.Types.UpdateDatabaseRequest, callback?: (err: AWSError, data: Glue.Types.UpdateDatabaseResponse) => void): Request<Glue.Types.UpdateDatabaseResponse, AWSError>;
938 /**
939 * Updates an existing database definition in a Data Catalog.
940 */
941 updateDatabase(callback?: (err: AWSError, data: Glue.Types.UpdateDatabaseResponse) => void): Request<Glue.Types.UpdateDatabaseResponse, AWSError>;
942 /**
943 * Updates a specified development endpoint.
944 */
945 updateDevEndpoint(params: Glue.Types.UpdateDevEndpointRequest, callback?: (err: AWSError, data: Glue.Types.UpdateDevEndpointResponse) => void): Request<Glue.Types.UpdateDevEndpointResponse, AWSError>;
946 /**
947 * Updates a specified development endpoint.
948 */
949 updateDevEndpoint(callback?: (err: AWSError, data: Glue.Types.UpdateDevEndpointResponse) => void): Request<Glue.Types.UpdateDevEndpointResponse, AWSError>;
950 /**
951 * Updates an existing job definition.
952 */
953 updateJob(params: Glue.Types.UpdateJobRequest, callback?: (err: AWSError, data: Glue.Types.UpdateJobResponse) => void): Request<Glue.Types.UpdateJobResponse, AWSError>;
954 /**
955 * Updates an existing job definition.
956 */
957 updateJob(callback?: (err: AWSError, data: Glue.Types.UpdateJobResponse) => void): Request<Glue.Types.UpdateJobResponse, AWSError>;
958 /**
959 * 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).
960 */
961 updateMLTransform(params: Glue.Types.UpdateMLTransformRequest, callback?: (err: AWSError, data: Glue.Types.UpdateMLTransformResponse) => void): Request<Glue.Types.UpdateMLTransformResponse, AWSError>;
962 /**
963 * 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).
964 */
965 updateMLTransform(callback?: (err: AWSError, data: Glue.Types.UpdateMLTransformResponse) => void): Request<Glue.Types.UpdateMLTransformResponse, AWSError>;
966 /**
967 * Updates a partition.
968 */
969 updatePartition(params: Glue.Types.UpdatePartitionRequest, callback?: (err: AWSError, data: Glue.Types.UpdatePartitionResponse) => void): Request<Glue.Types.UpdatePartitionResponse, AWSError>;
970 /**
971 * Updates a partition.
972 */
973 updatePartition(callback?: (err: AWSError, data: Glue.Types.UpdatePartitionResponse) => void): Request<Glue.Types.UpdatePartitionResponse, AWSError>;
974 /**
975 * Updates a metadata table in the Data Catalog.
976 */
977 updateTable(params: Glue.Types.UpdateTableRequest, callback?: (err: AWSError, data: Glue.Types.UpdateTableResponse) => void): Request<Glue.Types.UpdateTableResponse, AWSError>;
978 /**
979 * Updates a metadata table in the Data Catalog.
980 */
981 updateTable(callback?: (err: AWSError, data: Glue.Types.UpdateTableResponse) => void): Request<Glue.Types.UpdateTableResponse, AWSError>;
982 /**
983 * Updates a trigger definition.
984 */
985 updateTrigger(params: Glue.Types.UpdateTriggerRequest, callback?: (err: AWSError, data: Glue.Types.UpdateTriggerResponse) => void): Request<Glue.Types.UpdateTriggerResponse, AWSError>;
986 /**
987 * Updates a trigger definition.
988 */
989 updateTrigger(callback?: (err: AWSError, data: Glue.Types.UpdateTriggerResponse) => void): Request<Glue.Types.UpdateTriggerResponse, AWSError>;
990 /**
991 * Updates an existing function definition in the Data Catalog.
992 */
993 updateUserDefinedFunction(params: Glue.Types.UpdateUserDefinedFunctionRequest, callback?: (err: AWSError, data: Glue.Types.UpdateUserDefinedFunctionResponse) => void): Request<Glue.Types.UpdateUserDefinedFunctionResponse, AWSError>;
994 /**
995 * Updates an existing function definition in the Data Catalog.
996 */
997 updateUserDefinedFunction(callback?: (err: AWSError, data: Glue.Types.UpdateUserDefinedFunctionResponse) => void): Request<Glue.Types.UpdateUserDefinedFunctionResponse, AWSError>;
998 /**
999 * Updates an existing workflow.
1000 */
1001 updateWorkflow(params: Glue.Types.UpdateWorkflowRequest, callback?: (err: AWSError, data: Glue.Types.UpdateWorkflowResponse) => void): Request<Glue.Types.UpdateWorkflowResponse, AWSError>;
1002 /**
1003 * Updates an existing workflow.
1004 */
1005 updateWorkflow(callback?: (err: AWSError, data: Glue.Types.UpdateWorkflowResponse) => void): Request<Glue.Types.UpdateWorkflowResponse, AWSError>;
1006}
1007declare namespace Glue {
1008 export interface Action {
1009 /**
1010 * The name of a job to be executed.
1011 */
1012 JobName?: NameString;
1013 /**
1014 * The job arguments used when this trigger fires. For this job run, they replace the default arguments set in the job definition itself. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes. For information about how to specify and consume your own Job arguments, see the Calling AWS Glue APIs in Python topic in the developer guide. For information about the key-value pairs that AWS Glue consumes to set up your job, see the Special Parameters Used by AWS Glue topic in the developer guide.
1015 */
1016 Arguments?: GenericMap;
1017 /**
1018 * The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.
1019 */
1020 Timeout?: Timeout;
1021 /**
1022 * The name of the SecurityConfiguration structure to be used with this action.
1023 */
1024 SecurityConfiguration?: NameString;
1025 /**
1026 * Specifies configuration properties of a job run notification.
1027 */
1028 NotificationProperty?: NotificationProperty;
1029 /**
1030 * The name of the crawler to be used with this action.
1031 */
1032 CrawlerName?: NameString;
1033 }
1034 export type ActionList = Action[];
1035 export type AttemptCount = number;
1036 export interface BatchCreatePartitionRequest {
1037 /**
1038 * The ID of the catalog in which the partition is to be created. Currently, this should be the AWS account ID.
1039 */
1040 CatalogId?: CatalogIdString;
1041 /**
1042 * The name of the metadata database in which the partition is to be created.
1043 */
1044 DatabaseName: NameString;
1045 /**
1046 * The name of the metadata table in which the partition is to be created.
1047 */
1048 TableName: NameString;
1049 /**
1050 * A list of PartitionInput structures that define the partitions to be created.
1051 */
1052 PartitionInputList: PartitionInputList;
1053 }
1054 export interface BatchCreatePartitionResponse {
1055 /**
1056 * The errors encountered when trying to create the requested partitions.
1057 */
1058 Errors?: PartitionErrors;
1059 }
1060 export interface BatchDeleteConnectionRequest {
1061 /**
1062 * The ID of the Data Catalog in which the connections reside. If none is provided, the AWS account ID is used by default.
1063 */
1064 CatalogId?: CatalogIdString;
1065 /**
1066 * A list of names of the connections to delete.
1067 */
1068 ConnectionNameList: DeleteConnectionNameList;
1069 }
1070 export interface BatchDeleteConnectionResponse {
1071 /**
1072 * A list of names of the connection definitions that were successfully deleted.
1073 */
1074 Succeeded?: NameStringList;
1075 /**
1076 * A map of the names of connections that were not successfully deleted to error details.
1077 */
1078 Errors?: ErrorByName;
1079 }
1080 export interface BatchDeletePartitionRequest {
1081 /**
1082 * The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the AWS account ID is used by default.
1083 */
1084 CatalogId?: CatalogIdString;
1085 /**
1086 * The name of the catalog database in which the table in question resides.
1087 */
1088 DatabaseName: NameString;
1089 /**
1090 * The name of the table that contains the partitions to be deleted.
1091 */
1092 TableName: NameString;
1093 /**
1094 * A list of PartitionInput structures that define the partitions to be deleted.
1095 */
1096 PartitionsToDelete: BatchDeletePartitionValueList;
1097 }
1098 export interface BatchDeletePartitionResponse {
1099 /**
1100 * The errors encountered when trying to delete the requested partitions.
1101 */
1102 Errors?: PartitionErrors;
1103 }
1104 export type BatchDeletePartitionValueList = PartitionValueList[];
1105 export type BatchDeleteTableNameList = NameString[];
1106 export interface BatchDeleteTableRequest {
1107 /**
1108 * The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.
1109 */
1110 CatalogId?: CatalogIdString;
1111 /**
1112 * The name of the catalog database in which the tables to delete reside. For Hive compatibility, this name is entirely lowercase.
1113 */
1114 DatabaseName: NameString;
1115 /**
1116 * A list of the table to delete.
1117 */
1118 TablesToDelete: BatchDeleteTableNameList;
1119 }
1120 export interface BatchDeleteTableResponse {
1121 /**
1122 * A list of errors encountered in attempting to delete the specified tables.
1123 */
1124 Errors?: TableErrors;
1125 }
1126 export type BatchDeleteTableVersionList = VersionString[];
1127 export interface BatchDeleteTableVersionRequest {
1128 /**
1129 * The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.
1130 */
1131 CatalogId?: CatalogIdString;
1132 /**
1133 * The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
1134 */
1135 DatabaseName: NameString;
1136 /**
1137 * The name of the table. For Hive compatibility, this name is entirely lowercase.
1138 */
1139 TableName: NameString;
1140 /**
1141 * A list of the IDs of versions to be deleted. A VersionId is a string representation of an integer. Each version is incremented by 1.
1142 */
1143 VersionIds: BatchDeleteTableVersionList;
1144 }
1145 export interface BatchDeleteTableVersionResponse {
1146 /**
1147 * A list of errors encountered while trying to delete the specified table versions.
1148 */
1149 Errors?: TableVersionErrors;
1150 }
1151 export interface BatchGetCrawlersRequest {
1152 /**
1153 * A list of crawler names, which might be the names returned from the ListCrawlers operation.
1154 */
1155 CrawlerNames: CrawlerNameList;
1156 }
1157 export interface BatchGetCrawlersResponse {
1158 /**
1159 * A list of crawler definitions.
1160 */
1161 Crawlers?: CrawlerList;
1162 /**
1163 * A list of names of crawlers that were not found.
1164 */
1165 CrawlersNotFound?: CrawlerNameList;
1166 }
1167 export interface BatchGetDevEndpointsRequest {
1168 /**
1169 * The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.
1170 */
1171 DevEndpointNames: DevEndpointNames;
1172 }
1173 export interface BatchGetDevEndpointsResponse {
1174 /**
1175 * A list of DevEndpoint definitions.
1176 */
1177 DevEndpoints?: DevEndpointList;
1178 /**
1179 * A list of DevEndpoints not found.
1180 */
1181 DevEndpointsNotFound?: DevEndpointNames;
1182 }
1183 export interface BatchGetJobsRequest {
1184 /**
1185 * A list of job names, which might be the names returned from the ListJobs operation.
1186 */
1187 JobNames: JobNameList;
1188 }
1189 export interface BatchGetJobsResponse {
1190 /**
1191 * A list of job definitions.
1192 */
1193 Jobs?: JobList;
1194 /**
1195 * A list of names of jobs not found.
1196 */
1197 JobsNotFound?: JobNameList;
1198 }
1199 export interface BatchGetPartitionRequest {
1200 /**
1201 * The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.
1202 */
1203 CatalogId?: CatalogIdString;
1204 /**
1205 * The name of the catalog database where the partitions reside.
1206 */
1207 DatabaseName: NameString;
1208 /**
1209 * The name of the partitions' table.
1210 */
1211 TableName: NameString;
1212 /**
1213 * A list of partition values identifying the partitions to retrieve.
1214 */
1215 PartitionsToGet: BatchGetPartitionValueList;
1216 }
1217 export interface BatchGetPartitionResponse {
1218 /**
1219 * A list of the requested partitions.
1220 */
1221 Partitions?: PartitionList;
1222 /**
1223 * A list of the partition values in the request for which partitions were not returned.
1224 */
1225 UnprocessedKeys?: BatchGetPartitionValueList;
1226 }
1227 export type BatchGetPartitionValueList = PartitionValueList[];
1228 export interface BatchGetTriggersRequest {
1229 /**
1230 * A list of trigger names, which may be the names returned from the ListTriggers operation.
1231 */
1232 TriggerNames: TriggerNameList;
1233 }
1234 export interface BatchGetTriggersResponse {
1235 /**
1236 * A list of trigger definitions.
1237 */
1238 Triggers?: TriggerList;
1239 /**
1240 * A list of names of triggers not found.
1241 */
1242 TriggersNotFound?: TriggerNameList;
1243 }
1244 export interface BatchGetWorkflowsRequest {
1245 /**
1246 * A list of workflow names, which may be the names returned from the ListWorkflows operation.
1247 */
1248 Names: WorkflowNames;
1249 /**
1250 * Specifies whether to include a graph when returning the workflow resource metadata.
1251 */
1252 IncludeGraph?: NullableBoolean;
1253 }
1254 export interface BatchGetWorkflowsResponse {
1255 /**
1256 * A list of workflow resource metadata.
1257 */
1258 Workflows?: Workflows;
1259 /**
1260 * A list of names of workflows not found.
1261 */
1262 MissingWorkflows?: WorkflowNames;
1263 }
1264 export interface BatchStopJobRunError {
1265 /**
1266 * The name of the job definition that is used in the job run in question.
1267 */
1268 JobName?: NameString;
1269 /**
1270 * The JobRunId of the job run in question.
1271 */
1272 JobRunId?: IdString;
1273 /**
1274 * Specifies details about the error that was encountered.
1275 */
1276 ErrorDetail?: ErrorDetail;
1277 }
1278 export type BatchStopJobRunErrorList = BatchStopJobRunError[];
1279 export type BatchStopJobRunJobRunIdList = IdString[];
1280 export interface BatchStopJobRunRequest {
1281 /**
1282 * The name of the job definition for which to stop job runs.
1283 */
1284 JobName: NameString;
1285 /**
1286 * A list of the JobRunIds that should be stopped for that job definition.
1287 */
1288 JobRunIds: BatchStopJobRunJobRunIdList;
1289 }
1290 export interface BatchStopJobRunResponse {
1291 /**
1292 * A list of the JobRuns that were successfully submitted for stopping.
1293 */
1294 SuccessfulSubmissions?: BatchStopJobRunSuccessfulSubmissionList;
1295 /**
1296 * A list of the errors that were encountered in trying to stop JobRuns, including the JobRunId for which each error was encountered and details about the error.
1297 */
1298 Errors?: BatchStopJobRunErrorList;
1299 }
1300 export interface BatchStopJobRunSuccessfulSubmission {
1301 /**
1302 * The name of the job definition used in the job run that was stopped.
1303 */
1304 JobName?: NameString;
1305 /**
1306 * The JobRunId of the job run that was stopped.
1307 */
1308 JobRunId?: IdString;
1309 }
1310 export type BatchStopJobRunSuccessfulSubmissionList = BatchStopJobRunSuccessfulSubmission[];
1311 export type Boolean = boolean;
1312 export type BooleanNullable = boolean;
1313 export type BooleanValue = boolean;
1314 export type BoundedPartitionValueList = ValueString[];
1315 export interface CancelMLTaskRunRequest {
1316 /**
1317 * The unique identifier of the machine learning transform.
1318 */
1319 TransformId: HashString;
1320 /**
1321 * A unique identifier for the task run.
1322 */
1323 TaskRunId: HashString;
1324 }
1325 export interface CancelMLTaskRunResponse {
1326 /**
1327 * The unique identifier of the machine learning transform.
1328 */
1329 TransformId?: HashString;
1330 /**
1331 * The unique identifier for the task run.
1332 */
1333 TaskRunId?: HashString;
1334 /**
1335 * The status for this run.
1336 */
1337 Status?: TaskStatusType;
1338 }
1339 export type CatalogEncryptionMode = "DISABLED"|"SSE-KMS"|string;
1340 export type CatalogEntries = CatalogEntry[];
1341 export interface CatalogEntry {
1342 /**
1343 * The database in which the table metadata resides.
1344 */
1345 DatabaseName: NameString;
1346 /**
1347 * The name of the table in question.
1348 */
1349 TableName: NameString;
1350 }
1351 export type CatalogIdString = string;
1352 export interface CatalogImportStatus {
1353 /**
1354 * True if the migration has completed, or False otherwise.
1355 */
1356 ImportCompleted?: Boolean;
1357 /**
1358 * The time that the migration was started.
1359 */
1360 ImportTime?: Timestamp;
1361 /**
1362 * The name of the person who initiated the migration.
1363 */
1364 ImportedBy?: NameString;
1365 }
1366 export type CatalogTablesList = NameString[];
1367 export interface CatalogTarget {
1368 /**
1369 * The name of the database to be synchronized.
1370 */
1371 DatabaseName: NameString;
1372 /**
1373 * A list of the tables to be synchronized.
1374 */
1375 Tables: CatalogTablesList;
1376 }
1377 export type CatalogTargetList = CatalogTarget[];
1378 export type Classification = string;
1379 export interface Classifier {
1380 /**
1381 * A classifier that uses grok.
1382 */
1383 GrokClassifier?: GrokClassifier;
1384 /**
1385 * A classifier for XML content.
1386 */
1387 XMLClassifier?: XMLClassifier;
1388 /**
1389 * A classifier for JSON content.
1390 */
1391 JsonClassifier?: JsonClassifier;
1392 /**
1393 * A classifier for comma-separated values (CSV).
1394 */
1395 CsvClassifier?: CsvClassifier;
1396 }
1397 export type ClassifierList = Classifier[];
1398 export type ClassifierNameList = NameString[];
1399 export interface CloudWatchEncryption {
1400 /**
1401 * The encryption mode to use for CloudWatch data.
1402 */
1403 CloudWatchEncryptionMode?: CloudWatchEncryptionMode;
1404 /**
1405 * The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
1406 */
1407 KmsKeyArn?: KmsKeyArn;
1408 }
1409 export type CloudWatchEncryptionMode = "DISABLED"|"SSE-KMS"|string;
1410 export type CodeGenArgName = string;
1411 export type CodeGenArgValue = string;
1412 export interface CodeGenEdge {
1413 /**
1414 * The ID of the node at which the edge starts.
1415 */
1416 Source: CodeGenIdentifier;
1417 /**
1418 * The ID of the node at which the edge ends.
1419 */
1420 Target: CodeGenIdentifier;
1421 /**
1422 * The target of the edge.
1423 */
1424 TargetParameter?: CodeGenArgName;
1425 }
1426 export type CodeGenIdentifier = string;
1427 export interface CodeGenNode {
1428 /**
1429 * A node identifier that is unique within the node's graph.
1430 */
1431 Id: CodeGenIdentifier;
1432 /**
1433 * The type of node that this is.
1434 */
1435 NodeType: CodeGenNodeType;
1436 /**
1437 * Properties of the node, in the form of name-value pairs.
1438 */
1439 Args: CodeGenNodeArgs;
1440 /**
1441 * The line number of the node.
1442 */
1443 LineNumber?: Integer;
1444 }
1445 export interface CodeGenNodeArg {
1446 /**
1447 * The name of the argument or property.
1448 */
1449 Name: CodeGenArgName;
1450 /**
1451 * The value of the argument or property.
1452 */
1453 Value: CodeGenArgValue;
1454 /**
1455 * True if the value is used as a parameter.
1456 */
1457 Param?: Boolean;
1458 }
1459 export type CodeGenNodeArgs = CodeGenNodeArg[];
1460 export type CodeGenNodeType = string;
1461 export interface Column {
1462 /**
1463 * The name of the Column.
1464 */
1465 Name: NameString;
1466 /**
1467 * The data type of the Column.
1468 */
1469 Type?: ColumnTypeString;
1470 /**
1471 * A free-form text comment.
1472 */
1473 Comment?: CommentString;
1474 /**
1475 * These key-value pairs define properties associated with the column.
1476 */
1477 Parameters?: ParametersMap;
1478 }
1479 export type ColumnList = Column[];
1480 export type ColumnNameString = string;
1481 export type ColumnTypeString = string;
1482 export type ColumnValueStringList = ColumnValuesString[];
1483 export type ColumnValuesString = string;
1484 export type CommentString = string;
1485 export type Comparator = "EQUALS"|"GREATER_THAN"|"LESS_THAN"|"GREATER_THAN_EQUALS"|"LESS_THAN_EQUALS"|string;
1486 export interface Condition {
1487 /**
1488 * A logical operator.
1489 */
1490 LogicalOperator?: LogicalOperator;
1491 /**
1492 * The name of the job whose JobRuns this condition applies to, and on which this trigger waits.
1493 */
1494 JobName?: NameString;
1495 /**
1496 * The condition state. Currently, the values supported are SUCCEEDED, STOPPED, TIMEOUT, and FAILED.
1497 */
1498 State?: JobRunState;
1499 /**
1500 * The name of the crawler to which this condition applies.
1501 */
1502 CrawlerName?: NameString;
1503 /**
1504 * The state of the crawler to which this condition applies.
1505 */
1506 CrawlState?: CrawlState;
1507 }
1508 export type ConditionList = Condition[];
1509 export interface ConfusionMatrix {
1510 /**
1511 * The number of matches in the data that the transform correctly found, in the confusion matrix for your transform.
1512 */
1513 NumTruePositives?: RecordsCount;
1514 /**
1515 * The number of nonmatches in the data that the transform incorrectly classified as a match, in the confusion matrix for your transform.
1516 */
1517 NumFalsePositives?: RecordsCount;
1518 /**
1519 * The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix for your transform.
1520 */
1521 NumTrueNegatives?: RecordsCount;
1522 /**
1523 * The number of matches in the data that the transform didn't find, in the confusion matrix for your transform.
1524 */
1525 NumFalseNegatives?: RecordsCount;
1526 }
1527 export interface Connection {
1528 /**
1529 * The name of the connection definition.
1530 */
1531 Name?: NameString;
1532 /**
1533 * The description of the connection.
1534 */
1535 Description?: DescriptionString;
1536 /**
1537 * The type of the connection. Currently, only JDBC is supported; SFTP is not supported.
1538 */
1539 ConnectionType?: ConnectionType;
1540 /**
1541 * A list of criteria that can be used in selecting this connection.
1542 */
1543 MatchCriteria?: MatchCriteria;
1544 /**
1545 * These key-value pairs define parameters for the connection: HOST - The host URI: either the fully qualified domain name (FQDN) or the IPv4 address of the database host. PORT - The port number, between 1024 and 65535, of the port on which the database host is listening for database connections. USER_NAME - The name under which to log in to the database. The value string for USER_NAME is "USERNAME". PASSWORD - A password, if one is used, for the user name. ENCRYPTED_PASSWORD - When you enable connection password protection by setting ConnectionPasswordEncryption in the Data Catalog encryption settings, this field stores the encrypted password. JDBC_DRIVER_JAR_URI - The Amazon Simple Storage Service (Amazon S3) path of the JAR file that contains the JDBC driver to use. JDBC_DRIVER_CLASS_NAME - The class name of the JDBC driver to use. JDBC_ENGINE - The name of the JDBC engine to use. JDBC_ENGINE_VERSION - The version of the JDBC engine to use. CONFIG_FILES - (Reserved for future use.) INSTANCE_ID - The instance ID to use. JDBC_CONNECTION_URL - The URL for connecting to a JDBC data source. JDBC_ENFORCE_SSL - A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false. CUSTOM_JDBC_CERT - An Amazon S3 location specifying the customer's root certificate. AWS Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. AWS Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format. SKIP_CUSTOM_JDBC_CERT_VALIDATION - By default, this is false. AWS Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to true to skip AWS Glue’s validation of the customer certificate. CUSTOM_JDBC_CERT_STRING - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the SSL_SERVER_CERT_DN; in Microsoft SQL Server, this is used as the hostNameInCertificate. CONNECTION_URL - The URL for connecting to a general (non-JDBC) data source.
1546 */
1547 ConnectionProperties?: ConnectionProperties;
1548 /**
1549 * A map of physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to make this connection successfully.
1550 */
1551 PhysicalConnectionRequirements?: PhysicalConnectionRequirements;
1552 /**
1553 * The time that this connection definition was created.
1554 */
1555 CreationTime?: Timestamp;
1556 /**
1557 * The last time that this connection definition was updated.
1558 */
1559 LastUpdatedTime?: Timestamp;
1560 /**
1561 * The user, group, or role that last updated this connection definition.
1562 */
1563 LastUpdatedBy?: NameString;
1564 }
1565 export interface ConnectionInput {
1566 /**
1567 * The name of the connection.
1568 */
1569 Name: NameString;
1570 /**
1571 * The description of the connection.
1572 */
1573 Description?: DescriptionString;
1574 /**
1575 * The type of the connection. Currently, these types are supported: JDBC - Designates a connection to a database through Java Database Connectivity (JDBC). MONGODB - Designates a connection to a MongoDB document database. SFTP is not supported.
1576 */
1577 ConnectionType: ConnectionType;
1578 /**
1579 * A list of criteria that can be used in selecting this connection.
1580 */
1581 MatchCriteria?: MatchCriteria;
1582 /**
1583 * These key-value pairs define parameters for the connection.
1584 */
1585 ConnectionProperties: ConnectionProperties;
1586 /**
1587 * A map of physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to successfully make this connection.
1588 */
1589 PhysicalConnectionRequirements?: PhysicalConnectionRequirements;
1590 }
1591 export type ConnectionList = Connection[];
1592 export type ConnectionName = string;
1593 export interface ConnectionPasswordEncryption {
1594 /**
1595 * When the ReturnConnectionPasswordEncrypted flag is set to "true", passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently from catalog encryption.
1596 */
1597 ReturnConnectionPasswordEncrypted: Boolean;
1598 /**
1599 * An AWS KMS key that is used to encrypt the connection password. If connection password protection is enabled, the caller of CreateConnection and UpdateConnection needs at least kms:Encrypt permission on the specified AWS KMS key, to encrypt passwords before storing them in the Data Catalog. You can set the decrypt permission to enable or restrict access on the password key according to your security requirements.
1600 */
1601 AwsKmsKeyId?: NameString;
1602 }
1603 export type ConnectionProperties = {[key: string]: ValueString};
1604 export type ConnectionPropertyKey = "HOST"|"PORT"|"USERNAME"|"PASSWORD"|"ENCRYPTED_PASSWORD"|"JDBC_DRIVER_JAR_URI"|"JDBC_DRIVER_CLASS_NAME"|"JDBC_ENGINE"|"JDBC_ENGINE_VERSION"|"CONFIG_FILES"|"INSTANCE_ID"|"JDBC_CONNECTION_URL"|"JDBC_ENFORCE_SSL"|"CUSTOM_JDBC_CERT"|"SKIP_CUSTOM_JDBC_CERT_VALIDATION"|"CUSTOM_JDBC_CERT_STRING"|"CONNECTION_URL"|string;
1605 export type ConnectionType = "JDBC"|"SFTP"|"MONGODB"|string;
1606 export interface ConnectionsList {
1607 /**
1608 * A list of connections used by the job.
1609 */
1610 Connections?: OrchestrationStringList;
1611 }
1612 export interface Crawl {
1613 /**
1614 * The state of the crawler.
1615 */
1616 State?: CrawlState;
1617 /**
1618 * The date and time on which the crawl started.
1619 */
1620 StartedOn?: TimestampValue;
1621 /**
1622 * The date and time on which the crawl completed.
1623 */
1624 CompletedOn?: TimestampValue;
1625 /**
1626 * The error message associated with the crawl.
1627 */
1628 ErrorMessage?: DescriptionString;
1629 /**
1630 * The log group associated with the crawl.
1631 */
1632 LogGroup?: LogGroup;
1633 /**
1634 * The log stream associated with the crawl.
1635 */
1636 LogStream?: LogStream;
1637 }
1638 export type CrawlList = Crawl[];
1639 export type CrawlState = "RUNNING"|"SUCCEEDED"|"CANCELLED"|"FAILED"|string;
1640 export interface Crawler {
1641 /**
1642 * The name of the crawler.
1643 */
1644 Name?: NameString;
1645 /**
1646 * The Amazon Resource Name (ARN) of an IAM role that's used to access customer resources, such as Amazon Simple Storage Service (Amazon S3) data.
1647 */
1648 Role?: Role;
1649 /**
1650 * A collection of targets to crawl.
1651 */
1652 Targets?: CrawlerTargets;
1653 /**
1654 * The name of the database in which the crawler's output is stored.
1655 */
1656 DatabaseName?: DatabaseName;
1657 /**
1658 * A description of the crawler.
1659 */
1660 Description?: DescriptionString;
1661 /**
1662 * A list of UTF-8 strings that specify the custom classifiers that are associated with the crawler.
1663 */
1664 Classifiers?: ClassifierNameList;
1665 /**
1666 * The policy that specifies update and delete behaviors for the crawler.
1667 */
1668 SchemaChangePolicy?: SchemaChangePolicy;
1669 /**
1670 * Indicates whether the crawler is running, or whether a run is pending.
1671 */
1672 State?: CrawlerState;
1673 /**
1674 * The prefix added to the names of tables that are created.
1675 */
1676 TablePrefix?: TablePrefix;
1677 /**
1678 * For scheduled crawlers, the schedule when the crawler runs.
1679 */
1680 Schedule?: Schedule;
1681 /**
1682 * If the crawler is running, contains the total time elapsed since the last crawl began.
1683 */
1684 CrawlElapsedTime?: MillisecondsCount;
1685 /**
1686 * The time that the crawler was created.
1687 */
1688 CreationTime?: Timestamp;
1689 /**
1690 * The time that the crawler was last updated.
1691 */
1692 LastUpdated?: Timestamp;
1693 /**
1694 * The status of the last crawl, and potentially error information if an error occurred.
1695 */
1696 LastCrawl?: LastCrawlInfo;
1697 /**
1698 * The version of the crawler.
1699 */
1700 Version?: VersionId;
1701 /**
1702 * Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Configuring a Crawler.
1703 */
1704 Configuration?: CrawlerConfiguration;
1705 /**
1706 * The name of the SecurityConfiguration structure to be used by this crawler.
1707 */
1708 CrawlerSecurityConfiguration?: CrawlerSecurityConfiguration;
1709 }
1710 export type CrawlerConfiguration = string;
1711 export type CrawlerList = Crawler[];
1712 export interface CrawlerMetrics {
1713 /**
1714 * The name of the crawler.
1715 */
1716 CrawlerName?: NameString;
1717 /**
1718 * The estimated time left to complete a running crawl.
1719 */
1720 TimeLeftSeconds?: NonNegativeDouble;
1721 /**
1722 * True if the crawler is still estimating how long it will take to complete this run.
1723 */
1724 StillEstimating?: Boolean;
1725 /**
1726 * The duration of the crawler's most recent run, in seconds.
1727 */
1728 LastRuntimeSeconds?: NonNegativeDouble;
1729 /**
1730 * The median duration of this crawler's runs, in seconds.
1731 */
1732 MedianRuntimeSeconds?: NonNegativeDouble;
1733 /**
1734 * The number of tables created by this crawler.
1735 */
1736 TablesCreated?: NonNegativeInteger;
1737 /**
1738 * The number of tables updated by this crawler.
1739 */
1740 TablesUpdated?: NonNegativeInteger;
1741 /**
1742 * The number of tables deleted by this crawler.
1743 */
1744 TablesDeleted?: NonNegativeInteger;
1745 }
1746 export type CrawlerMetricsList = CrawlerMetrics[];
1747 export type CrawlerNameList = NameString[];
1748 export interface CrawlerNodeDetails {
1749 /**
1750 * A list of crawls represented by the crawl node.
1751 */
1752 Crawls?: CrawlList;
1753 }
1754 export type CrawlerSecurityConfiguration = string;
1755 export type CrawlerState = "READY"|"RUNNING"|"STOPPING"|string;
1756 export interface CrawlerTargets {
1757 /**
1758 * Specifies Amazon Simple Storage Service (Amazon S3) targets.
1759 */
1760 S3Targets?: S3TargetList;
1761 /**
1762 * Specifies JDBC targets.
1763 */
1764 JdbcTargets?: JdbcTargetList;
1765 /**
1766 * Specifies Amazon DynamoDB targets.
1767 */
1768 DynamoDBTargets?: DynamoDBTargetList;
1769 /**
1770 * Specifies AWS Glue Data Catalog targets.
1771 */
1772 CatalogTargets?: CatalogTargetList;
1773 }
1774 export interface CreateClassifierRequest {
1775 /**
1776 * A GrokClassifier object specifying the classifier to create.
1777 */
1778 GrokClassifier?: CreateGrokClassifierRequest;
1779 /**
1780 * An XMLClassifier object specifying the classifier to create.
1781 */
1782 XMLClassifier?: CreateXMLClassifierRequest;
1783 /**
1784 * A JsonClassifier object specifying the classifier to create.
1785 */
1786 JsonClassifier?: CreateJsonClassifierRequest;
1787 /**
1788 * A CsvClassifier object specifying the classifier to create.
1789 */
1790 CsvClassifier?: CreateCsvClassifierRequest;
1791 }
1792 export interface CreateClassifierResponse {
1793 }
1794 export interface CreateConnectionRequest {
1795 /**
1796 * The ID of the Data Catalog in which to create the connection. If none is provided, the AWS account ID is used by default.
1797 */
1798 CatalogId?: CatalogIdString;
1799 /**
1800 * A ConnectionInput object defining the connection to create.
1801 */
1802 ConnectionInput: ConnectionInput;
1803 }
1804 export interface CreateConnectionResponse {
1805 }
1806 export interface CreateCrawlerRequest {
1807 /**
1808 * Name of the new crawler.
1809 */
1810 Name: NameString;
1811 /**
1812 * The IAM role or Amazon Resource Name (ARN) of an IAM role used by the new crawler to access customer resources.
1813 */
1814 Role: Role;
1815 /**
1816 * The AWS Glue database where results are written, such as: arn:aws:daylight:us-east-1::database/sometable/*.
1817 */
1818 DatabaseName?: DatabaseName;
1819 /**
1820 * A description of the new crawler.
1821 */
1822 Description?: DescriptionString;
1823 /**
1824 * A list of collection of targets to crawl.
1825 */
1826 Targets: CrawlerTargets;
1827 /**
1828 * A cron expression used to specify the schedule. For more information, see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, specify cron(15 12 * * ? *).
1829 */
1830 Schedule?: CronExpression;
1831 /**
1832 * A list of custom classifiers that the user has registered. By default, all built-in classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.
1833 */
1834 Classifiers?: ClassifierNameList;
1835 /**
1836 * The table prefix used for catalog tables that are created.
1837 */
1838 TablePrefix?: TablePrefix;
1839 /**
1840 * The policy for the crawler's update and deletion behavior.
1841 */
1842 SchemaChangePolicy?: SchemaChangePolicy;
1843 /**
1844 * The crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Configuring a Crawler.
1845 */
1846 Configuration?: CrawlerConfiguration;
1847 /**
1848 * The name of the SecurityConfiguration structure to be used by this crawler.
1849 */
1850 CrawlerSecurityConfiguration?: CrawlerSecurityConfiguration;
1851 /**
1852 * The tags to use with this crawler request. You can use tags to limit access to the crawler. For more information, see AWS Tags in AWS Glue.
1853 */
1854 Tags?: TagsMap;
1855 }
1856 export interface CreateCrawlerResponse {
1857 }
1858 export interface CreateCsvClassifierRequest {
1859 /**
1860 * The name of the classifier.
1861 */
1862 Name: NameString;
1863 /**
1864 * A custom symbol to denote what separates each column entry in the row.
1865 */
1866 Delimiter?: CsvColumnDelimiter;
1867 /**
1868 * A custom symbol to denote what combines content into a single column value. Must be different from the column delimiter.
1869 */
1870 QuoteSymbol?: CsvQuoteSymbol;
1871 /**
1872 * Indicates whether the CSV file contains a header.
1873 */
1874 ContainsHeader?: CsvHeaderOption;
1875 /**
1876 * A list of strings representing column names.
1877 */
1878 Header?: CsvHeader;
1879 /**
1880 * Specifies not to trim values before identifying the type of column values. The default value is true.
1881 */
1882 DisableValueTrimming?: NullableBoolean;
1883 /**
1884 * Enables the processing of files that contain only one column.
1885 */
1886 AllowSingleColumn?: NullableBoolean;
1887 }
1888 export interface CreateDatabaseRequest {
1889 /**
1890 * The ID of the Data Catalog in which to create the database. If none is provided, the AWS account ID is used by default.
1891 */
1892 CatalogId?: CatalogIdString;
1893 /**
1894 * The metadata for the database.
1895 */
1896 DatabaseInput: DatabaseInput;
1897 }
1898 export interface CreateDatabaseResponse {
1899 }
1900 export interface CreateDevEndpointRequest {
1901 /**
1902 * The name to be assigned to the new DevEndpoint.
1903 */
1904 EndpointName: GenericString;
1905 /**
1906 * The IAM role for the DevEndpoint.
1907 */
1908 RoleArn: RoleArn;
1909 /**
1910 * Security group IDs for the security groups to be used by the new DevEndpoint.
1911 */
1912 SecurityGroupIds?: StringList;
1913 /**
1914 * The subnet ID for the new DevEndpoint to use.
1915 */
1916 SubnetId?: GenericString;
1917 /**
1918 * The public key to be used by this DevEndpoint for authentication. This attribute is provided for backward compatibility because the recommended attribute to use is public keys.
1919 */
1920 PublicKey?: GenericString;
1921 /**
1922 * A list of public keys to be used by the development endpoints for authentication. The use of this attribute is preferred over a single public key because the public keys allow you to have a different private key per client. If you previously created an endpoint with a public key, you must remove that key to be able to set a list of public keys. Call the UpdateDevEndpoint API with the public key content in the deletePublicKeys attribute, and the list of new keys in the addPublicKeys attribute.
1923 */
1924 PublicKeys?: PublicKeysList;
1925 /**
1926 * The number of AWS Glue Data Processing Units (DPUs) to allocate to this DevEndpoint.
1927 */
1928 NumberOfNodes?: IntegerValue;
1929 /**
1930 * The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. For the G.2X worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. Known issue: when a development endpoint is created with the G.2X WorkerType configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB disk.
1931 */
1932 WorkerType?: WorkerType;
1933 /**
1934 * Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. For more information about the available AWS Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide. Development endpoints that are created without specifying a Glue version default to Glue 0.9. You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.
1935 */
1936 GlueVersion?: GlueVersionString;
1937 /**
1938 * The number of workers of a defined workerType that are allocated to the development endpoint. The maximum number of workers you can define are 299 for G.1X, and 149 for G.2X.
1939 */
1940 NumberOfWorkers?: NullableInteger;
1941 /**
1942 * The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma. You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.
1943 */
1944 ExtraPythonLibsS3Path?: GenericString;
1945 /**
1946 * The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.
1947 */
1948 ExtraJarsS3Path?: GenericString;
1949 /**
1950 * The name of the SecurityConfiguration structure to be used with this DevEndpoint.
1951 */
1952 SecurityConfiguration?: NameString;
1953 /**
1954 * The tags to use with this DevEndpoint. You may use tags to limit access to the DevEndpoint. For more information about tags in AWS Glue, see AWS Tags in AWS Glue in the developer guide.
1955 */
1956 Tags?: TagsMap;
1957 /**
1958 * A map of arguments used to configure the DevEndpoint.
1959 */
1960 Arguments?: MapValue;
1961 }
1962 export interface CreateDevEndpointResponse {
1963 /**
1964 * The name assigned to the new DevEndpoint.
1965 */
1966 EndpointName?: GenericString;
1967 /**
1968 * The current status of the new DevEndpoint.
1969 */
1970 Status?: GenericString;
1971 /**
1972 * The security groups assigned to the new DevEndpoint.
1973 */
1974 SecurityGroupIds?: StringList;
1975 /**
1976 * The subnet ID assigned to the new DevEndpoint.
1977 */
1978 SubnetId?: GenericString;
1979 /**
1980 * The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint.
1981 */
1982 RoleArn?: RoleArn;
1983 /**
1984 * The address of the YARN endpoint used by this DevEndpoint.
1985 */
1986 YarnEndpointAddress?: GenericString;
1987 /**
1988 * The Apache Zeppelin port for the remote Apache Spark interpreter.
1989 */
1990 ZeppelinRemoteSparkInterpreterPort?: IntegerValue;
1991 /**
1992 * The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
1993 */
1994 NumberOfNodes?: IntegerValue;
1995 /**
1996 * The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.
1997 */
1998 WorkerType?: WorkerType;
1999 /**
2000 * Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.
2001 */
2002 GlueVersion?: GlueVersionString;
2003 /**
2004 * The number of workers of a defined workerType that are allocated to the development endpoint.
2005 */
2006 NumberOfWorkers?: NullableInteger;
2007 /**
2008 * The AWS Availability Zone where this DevEndpoint is located.
2009 */
2010 AvailabilityZone?: GenericString;
2011 /**
2012 * The ID of the virtual private cloud (VPC) used by this DevEndpoint.
2013 */
2014 VpcId?: GenericString;
2015 /**
2016 * The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.
2017 */
2018 ExtraPythonLibsS3Path?: GenericString;
2019 /**
2020 * Path to one or more Java .jar files in an S3 bucket that will be loaded in your DevEndpoint.
2021 */
2022 ExtraJarsS3Path?: GenericString;
2023 /**
2024 * The reason for a current failure in this DevEndpoint.
2025 */
2026 FailureReason?: GenericString;
2027 /**
2028 * The name of the SecurityConfiguration structure being used with this DevEndpoint.
2029 */
2030 SecurityConfiguration?: NameString;
2031 /**
2032 * The point in time at which this DevEndpoint was created.
2033 */
2034 CreatedTimestamp?: TimestampValue;
2035 /**
2036 * The map of arguments used to configure this DevEndpoint. Valid arguments are: "--enable-glue-datacatalog": "" "GLUE_PYTHON_VERSION": "3" "GLUE_PYTHON_VERSION": "2" You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.
2037 */
2038 Arguments?: MapValue;
2039 }
2040 export interface CreateGrokClassifierRequest {
2041 /**
2042 * An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.
2043 */
2044 Classification: Classification;
2045 /**
2046 * The name of the new classifier.
2047 */
2048 Name: NameString;
2049 /**
2050 * The grok pattern used by this classifier.
2051 */
2052 GrokPattern: GrokPattern;
2053 /**
2054 * Optional custom grok patterns used by this classifier.
2055 */
2056 CustomPatterns?: CustomPatterns;
2057 }
2058 export interface CreateJobRequest {
2059 /**
2060 * The name you assign to this job definition. It must be unique in your account.
2061 */
2062 Name: NameString;
2063 /**
2064 * Description of the job being defined.
2065 */
2066 Description?: DescriptionString;
2067 /**
2068 * This field is reserved for future use.
2069 */
2070 LogUri?: UriString;
2071 /**
2072 * The name or Amazon Resource Name (ARN) of the IAM role associated with this job.
2073 */
2074 Role: RoleString;
2075 /**
2076 * An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
2077 */
2078 ExecutionProperty?: ExecutionProperty;
2079 /**
2080 * The JobCommand that executes this job.
2081 */
2082 Command: JobCommand;
2083 /**
2084 * The default arguments for this job. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes. For information about how to specify and consume your own Job arguments, see the Calling AWS Glue APIs in Python topic in the developer guide. For information about the key-value pairs that AWS Glue consumes to set up your job, see the Special Parameters Used by AWS Glue topic in the developer guide.
2085 */
2086 DefaultArguments?: GenericMap;
2087 /**
2088 * Non-overridable arguments for this job, specified as name-value pairs.
2089 */
2090 NonOverridableArguments?: GenericMap;
2091 /**
2092 * The connections used for this job.
2093 */
2094 Connections?: ConnectionsList;
2095 /**
2096 * The maximum number of times to retry this job if it fails.
2097 */
2098 MaxRetries?: MaxRetries;
2099 /**
2100 * This parameter is deprecated. Use MaxCapacity instead. The number of AWS Glue data processing units (DPUs) to allocate to this Job. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page.
2101 */
2102 AllocatedCapacity?: IntegerValue;
2103 /**
2104 * The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
2105 */
2106 Timeout?: Timeout;
2107 /**
2108 * The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job or an Apache Spark ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl"), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.
2109 */
2110 MaxCapacity?: NullableDouble;
2111 /**
2112 * The name of the SecurityConfiguration structure to be used with this job.
2113 */
2114 SecurityConfiguration?: NameString;
2115 /**
2116 * The tags to use with this job. You may use tags to limit access to the job. For more information about tags in AWS Glue, see AWS Tags in AWS Glue in the developer guide.
2117 */
2118 Tags?: TagsMap;
2119 /**
2120 * Specifies configuration properties of a job notification.
2121 */
2122 NotificationProperty?: NotificationProperty;
2123 /**
2124 * Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for jobs of type Spark. For more information about the available AWS Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide. Jobs that are created without specifying a Glue version default to Glue 0.9.
2125 */
2126 GlueVersion?: GlueVersionString;
2127 /**
2128 * The number of workers of a defined workerType that are allocated when a job runs. The maximum number of workers you can define are 299 for G.1X, and 149 for G.2X.
2129 */
2130 NumberOfWorkers?: NullableInteger;
2131 /**
2132 * The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. For the G.2X worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
2133 */
2134 WorkerType?: WorkerType;
2135 }
2136 export interface CreateJobResponse {
2137 /**
2138 * The unique name that was provided for this job definition.
2139 */
2140 Name?: NameString;
2141 }
2142 export interface CreateJsonClassifierRequest {
2143 /**
2144 * The name of the classifier.
2145 */
2146 Name: NameString;
2147 /**
2148 * A JsonPath string defining the JSON data for the classifier to classify. AWS Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.
2149 */
2150 JsonPath: JsonPath;
2151 }
2152 export interface CreateMLTransformRequest {
2153 /**
2154 * The unique name that you give the transform when you create it.
2155 */
2156 Name: NameString;
2157 /**
2158 * A description of the machine learning transform that is being defined. The default is an empty string.
2159 */
2160 Description?: DescriptionString;
2161 /**
2162 * A list of AWS Glue table definitions used by the transform.
2163 */
2164 InputRecordTables: GlueTables;
2165 /**
2166 * The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type.
2167 */
2168 Parameters: TransformParameters;
2169 /**
2170 * The name or Amazon Resource Name (ARN) of the IAM role with the required permissions. The required permissions include both AWS Glue service role permissions to AWS Glue resources, and Amazon S3 permissions required by the transform. This role needs AWS Glue service role permissions to allow access to resources in AWS Glue. See Attach a Policy to IAM Users That Access AWS Glue. This role needs permission to your Amazon Simple Storage Service (Amazon S3) sources, targets, temporary directory, scripts, and any libraries used by the task run for this transform.
2171 */
2172 Role: RoleString;
2173 /**
2174 * This value determines which version of AWS Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see AWS Glue Versions in the developer guide.
2175 */
2176 GlueVersion?: GlueVersionString;
2177 /**
2178 * The number of AWS Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page. MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType. If either NumberOfWorkers or WorkerType is set, then MaxCapacity cannot be set. If MaxCapacity is set then neither NumberOfWorkers or WorkerType can be set. If WorkerType is set, then NumberOfWorkers is required (and vice versa). MaxCapacity and NumberOfWorkers must both be at least 1. When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only. When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.
2179 */
2180 MaxCapacity?: NullableDouble;
2181 /**
2182 * The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker. For the G.2X worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker. MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType. If either NumberOfWorkers or WorkerType is set, then MaxCapacity cannot be set. If MaxCapacity is set then neither NumberOfWorkers or WorkerType can be set. If WorkerType is set, then NumberOfWorkers is required (and vice versa). MaxCapacity and NumberOfWorkers must both be at least 1.
2183 */
2184 WorkerType?: WorkerType;
2185 /**
2186 * The number of workers of a defined workerType that are allocated when this task runs. If WorkerType is set, then NumberOfWorkers is required (and vice versa).
2187 */
2188 NumberOfWorkers?: NullableInteger;
2189 /**
2190 * The timeout of the task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
2191 */
2192 Timeout?: Timeout;
2193 /**
2194 * The maximum number of times to retry a task for this transform after a task run fails.
2195 */
2196 MaxRetries?: NullableInteger;
2197 /**
2198 * The tags to use with this machine learning transform. You may use tags to limit access to the machine learning transform. For more information about tags in AWS Glue, see AWS Tags in AWS Glue in the developer guide.
2199 */
2200 Tags?: TagsMap;
2201 }
2202 export interface CreateMLTransformResponse {
2203 /**
2204 * A unique identifier that is generated for the transform.
2205 */
2206 TransformId?: HashString;
2207 }
2208 export interface CreatePartitionRequest {
2209 /**
2210 * The AWS account ID of the catalog in which the partition is to be created.
2211 */
2212 CatalogId?: CatalogIdString;
2213 /**
2214 * The name of the metadata database in which the partition is to be created.
2215 */
2216 DatabaseName: NameString;
2217 /**
2218 * The name of the metadata table in which the partition is to be created.
2219 */
2220 TableName: NameString;
2221 /**
2222 * A PartitionInput structure defining the partition to be created.
2223 */
2224 PartitionInput: PartitionInput;
2225 }
2226 export interface CreatePartitionResponse {
2227 }
2228 export interface CreateScriptRequest {
2229 /**
2230 * A list of the nodes in the DAG.
2231 */
2232 DagNodes?: DagNodes;
2233 /**
2234 * A list of the edges in the DAG.
2235 */
2236 DagEdges?: DagEdges;
2237 /**
2238 * The programming language of the resulting code from the DAG.
2239 */
2240 Language?: Language;
2241 }
2242 export interface CreateScriptResponse {
2243 /**
2244 * The Python script generated from the DAG.
2245 */
2246 PythonScript?: PythonScript;
2247 /**
2248 * The Scala code generated from the DAG.
2249 */
2250 ScalaCode?: ScalaCode;
2251 }
2252 export interface CreateSecurityConfigurationRequest {
2253 /**
2254 * The name for the new security configuration.
2255 */
2256 Name: NameString;
2257 /**
2258 * The encryption configuration for the new security configuration.
2259 */
2260 EncryptionConfiguration: EncryptionConfiguration;
2261 }
2262 export interface CreateSecurityConfigurationResponse {
2263 /**
2264 * The name assigned to the new security configuration.
2265 */
2266 Name?: NameString;
2267 /**
2268 * The time at which the new security configuration was created.
2269 */
2270 CreatedTimestamp?: TimestampValue;
2271 }
2272 export interface CreateTableRequest {
2273 /**
2274 * The ID of the Data Catalog in which to create the Table. If none is supplied, the AWS account ID is used by default.
2275 */
2276 CatalogId?: CatalogIdString;
2277 /**
2278 * The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase.
2279 */
2280 DatabaseName: NameString;
2281 /**
2282 * The TableInput object that defines the metadata table to create in the catalog.
2283 */
2284 TableInput: TableInput;
2285 }
2286 export interface CreateTableResponse {
2287 }
2288 export interface CreateTriggerRequest {
2289 /**
2290 * The name of the trigger.
2291 */
2292 Name: NameString;
2293 /**
2294 * The name of the workflow associated with the trigger.
2295 */
2296 WorkflowName?: NameString;
2297 /**
2298 * The type of the new trigger.
2299 */
2300 Type: TriggerType;
2301 /**
2302 * A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *). This field is required when the trigger type is SCHEDULED.
2303 */
2304 Schedule?: GenericString;
2305 /**
2306 * A predicate to specify when the new trigger should fire. This field is required when the trigger type is CONDITIONAL.
2307 */
2308 Predicate?: Predicate;
2309 /**
2310 * The actions initiated by this trigger when it fires.
2311 */
2312 Actions: ActionList;
2313 /**
2314 * A description of the new trigger.
2315 */
2316 Description?: DescriptionString;
2317 /**
2318 * Set to true to start SCHEDULED and CONDITIONAL triggers when created. True is not supported for ON_DEMAND triggers.
2319 */
2320 StartOnCreation?: BooleanValue;
2321 /**
2322 * The tags to use with this trigger. You may use tags to limit access to the trigger. For more information about tags in AWS Glue, see AWS Tags in AWS Glue in the developer guide.
2323 */
2324 Tags?: TagsMap;
2325 }
2326 export interface CreateTriggerResponse {
2327 /**
2328 * The name of the trigger.
2329 */
2330 Name?: NameString;
2331 }
2332 export interface CreateUserDefinedFunctionRequest {
2333 /**
2334 * The ID of the Data Catalog in which to create the function. If none is provided, the AWS account ID is used by default.
2335 */
2336 CatalogId?: CatalogIdString;
2337 /**
2338 * The name of the catalog database in which to create the function.
2339 */
2340 DatabaseName: NameString;
2341 /**
2342 * A FunctionInput object that defines the function to create in the Data Catalog.
2343 */
2344 FunctionInput: UserDefinedFunctionInput;
2345 }
2346 export interface CreateUserDefinedFunctionResponse {
2347 }
2348 export interface CreateWorkflowRequest {
2349 /**
2350 * The name to be assigned to the workflow. It should be unique within your account.
2351 */
2352 Name: NameString;
2353 /**
2354 * A description of the workflow.
2355 */
2356 Description?: GenericString;
2357 /**
2358 * A collection of properties to be used as part of each execution of the workflow.
2359 */
2360 DefaultRunProperties?: WorkflowRunProperties;
2361 /**
2362 * The tags to be used with this workflow.
2363 */
2364 Tags?: TagsMap;
2365 }
2366 export interface CreateWorkflowResponse {
2367 /**
2368 * The name of the workflow which was provided as part of the request.
2369 */
2370 Name?: NameString;
2371 }
2372 export interface CreateXMLClassifierRequest {
2373 /**
2374 * An identifier of the data format that the classifier matches.
2375 */
2376 Classification: Classification;
2377 /**
2378 * The name of the classifier.
2379 */
2380 Name: NameString;
2381 /**
2382 * The XML tag designating the element that contains each record in an XML document being parsed. This can't identify a self-closing element (closed by /&gt;). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, &lt;row item_a="A" item_b="B"&gt;&lt;/row&gt; is okay, but &lt;row item_a="A" item_b="B" /&gt; is not).
2383 */
2384 RowTag?: RowTag;
2385 }
2386 export type CronExpression = string;
2387 export interface CsvClassifier {
2388 /**
2389 * The name of the classifier.
2390 */
2391 Name: NameString;
2392 /**
2393 * The time that this classifier was registered.
2394 */
2395 CreationTime?: Timestamp;
2396 /**
2397 * The time that this classifier was last updated.
2398 */
2399 LastUpdated?: Timestamp;
2400 /**
2401 * The version of this classifier.
2402 */
2403 Version?: VersionId;
2404 /**
2405 * A custom symbol to denote what separates each column entry in the row.
2406 */
2407 Delimiter?: CsvColumnDelimiter;
2408 /**
2409 * A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.
2410 */
2411 QuoteSymbol?: CsvQuoteSymbol;
2412 /**
2413 * Indicates whether the CSV file contains a header.
2414 */
2415 ContainsHeader?: CsvHeaderOption;
2416 /**
2417 * A list of strings representing column names.
2418 */
2419 Header?: CsvHeader;
2420 /**
2421 * Specifies not to trim values before identifying the type of column values. The default value is true.
2422 */
2423 DisableValueTrimming?: NullableBoolean;
2424 /**
2425 * Enables the processing of files that contain only one column.
2426 */
2427 AllowSingleColumn?: NullableBoolean;
2428 }
2429 export type CsvColumnDelimiter = string;
2430 export type CsvHeader = NameString[];
2431 export type CsvHeaderOption = "UNKNOWN"|"PRESENT"|"ABSENT"|string;
2432 export type CsvQuoteSymbol = string;
2433 export type CustomPatterns = string;
2434 export type DagEdges = CodeGenEdge[];
2435 export type DagNodes = CodeGenNode[];
2436 export interface DataCatalogEncryptionSettings {
2437 /**
2438 * Specifies the encryption-at-rest configuration for the Data Catalog.
2439 */
2440 EncryptionAtRest?: EncryptionAtRest;
2441 /**
2442 * When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption.
2443 */
2444 ConnectionPasswordEncryption?: ConnectionPasswordEncryption;
2445 }
2446 export interface DataLakePrincipal {
2447 /**
2448 * An identifier for the AWS Lake Formation principal.
2449 */
2450 DataLakePrincipalIdentifier?: DataLakePrincipalString;
2451 }
2452 export type DataLakePrincipalString = string;
2453 export interface Database {
2454 /**
2455 * The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.
2456 */
2457 Name: NameString;
2458 /**
2459 * A description of the database.
2460 */
2461 Description?: DescriptionString;
2462 /**
2463 * The location of the database (for example, an HDFS path).
2464 */
2465 LocationUri?: URI;
2466 /**
2467 * These key-value pairs define parameters and properties of the database.
2468 */
2469 Parameters?: ParametersMap;
2470 /**
2471 * The time at which the metadata database was created in the catalog.
2472 */
2473 CreateTime?: Timestamp;
2474 /**
2475 * Creates a set of default permissions on the table for principals.
2476 */
2477 CreateTableDefaultPermissions?: PrincipalPermissionsList;
2478 }
2479 export interface DatabaseInput {
2480 /**
2481 * The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.
2482 */
2483 Name: NameString;
2484 /**
2485 * A description of the database.
2486 */
2487 Description?: DescriptionString;
2488 /**
2489 * The location of the database (for example, an HDFS path).
2490 */
2491 LocationUri?: URI;
2492 /**
2493 * These key-value pairs define parameters and properties of the database. These key-value pairs define parameters and properties of the database.
2494 */
2495 Parameters?: ParametersMap;
2496 /**
2497 * Creates a set of default permissions on the table for principals.
2498 */
2499 CreateTableDefaultPermissions?: PrincipalPermissionsList;
2500 }
2501 export type DatabaseList = Database[];
2502 export type DatabaseName = string;
2503 export type DeleteBehavior = "LOG"|"DELETE_FROM_DATABASE"|"DEPRECATE_IN_DATABASE"|string;
2504 export interface DeleteClassifierRequest {
2505 /**
2506 * Name of the classifier to remove.
2507 */
2508 Name: NameString;
2509 }
2510 export interface DeleteClassifierResponse {
2511 }
2512 export type DeleteConnectionNameList = NameString[];
2513 export interface DeleteConnectionRequest {
2514 /**
2515 * The ID of the Data Catalog in which the connection resides. If none is provided, the AWS account ID is used by default.
2516 */
2517 CatalogId?: CatalogIdString;
2518 /**
2519 * The name of the connection to delete.
2520 */
2521 ConnectionName: NameString;
2522 }
2523 export interface DeleteConnectionResponse {
2524 }
2525 export interface DeleteCrawlerRequest {
2526 /**
2527 * The name of the crawler to remove.
2528 */
2529 Name: NameString;
2530 }
2531 export interface DeleteCrawlerResponse {
2532 }
2533 export interface DeleteDatabaseRequest {
2534 /**
2535 * The ID of the Data Catalog in which the database resides. If none is provided, the AWS account ID is used by default.
2536 */
2537 CatalogId?: CatalogIdString;
2538 /**
2539 * The name of the database to delete. For Hive compatibility, this must be all lowercase.
2540 */
2541 Name: NameString;
2542 }
2543 export interface DeleteDatabaseResponse {
2544 }
2545 export interface DeleteDevEndpointRequest {
2546 /**
2547 * The name of the DevEndpoint.
2548 */
2549 EndpointName: GenericString;
2550 }
2551 export interface DeleteDevEndpointResponse {
2552 }
2553 export interface DeleteJobRequest {
2554 /**
2555 * The name of the job definition to delete.
2556 */
2557 JobName: NameString;
2558 }
2559 export interface DeleteJobResponse {
2560 /**
2561 * The name of the job definition that was deleted.
2562 */
2563 JobName?: NameString;
2564 }
2565 export interface DeleteMLTransformRequest {
2566 /**
2567 * The unique identifier of the transform to delete.
2568 */
2569 TransformId: HashString;
2570 }
2571 export interface DeleteMLTransformResponse {
2572 /**
2573 * The unique identifier of the transform that was deleted.
2574 */
2575 TransformId?: HashString;
2576 }
2577 export interface DeletePartitionRequest {
2578 /**
2579 * The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the AWS account ID is used by default.
2580 */
2581 CatalogId?: CatalogIdString;
2582 /**
2583 * The name of the catalog database in which the table in question resides.
2584 */
2585 DatabaseName: NameString;
2586 /**
2587 * The name of the table that contains the partition to be deleted.
2588 */
2589 TableName: NameString;
2590 /**
2591 * The values that define the partition.
2592 */
2593 PartitionValues: ValueStringList;
2594 }
2595 export interface DeletePartitionResponse {
2596 }
2597 export interface DeleteResourcePolicyRequest {
2598 /**
2599 * The hash value returned when this policy was set.
2600 */
2601 PolicyHashCondition?: HashString;
2602 }
2603 export interface DeleteResourcePolicyResponse {
2604 }
2605 export interface DeleteSecurityConfigurationRequest {
2606 /**
2607 * The name of the security configuration to delete.
2608 */
2609 Name: NameString;
2610 }
2611 export interface DeleteSecurityConfigurationResponse {
2612 }
2613 export interface DeleteTableRequest {
2614 /**
2615 * The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.
2616 */
2617 CatalogId?: CatalogIdString;
2618 /**
2619 * The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.
2620 */
2621 DatabaseName: NameString;
2622 /**
2623 * The name of the table to be deleted. For Hive compatibility, this name is entirely lowercase.
2624 */
2625 Name: NameString;
2626 }
2627 export interface DeleteTableResponse {
2628 }
2629 export interface DeleteTableVersionRequest {
2630 /**
2631 * The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.
2632 */
2633 CatalogId?: CatalogIdString;
2634 /**
2635 * The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
2636 */
2637 DatabaseName: NameString;
2638 /**
2639 * The name of the table. For Hive compatibility, this name is entirely lowercase.
2640 */
2641 TableName: NameString;
2642 /**
2643 * The ID of the table version to be deleted. A VersionID is a string representation of an integer. Each version is incremented by 1.
2644 */
2645 VersionId: VersionString;
2646 }
2647 export interface DeleteTableVersionResponse {
2648 }
2649 export interface DeleteTriggerRequest {
2650 /**
2651 * The name of the trigger to delete.
2652 */
2653 Name: NameString;
2654 }
2655 export interface DeleteTriggerResponse {
2656 /**
2657 * The name of the trigger that was deleted.
2658 */
2659 Name?: NameString;
2660 }
2661 export interface DeleteUserDefinedFunctionRequest {
2662 /**
2663 * The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the AWS account ID is used by default.
2664 */
2665 CatalogId?: CatalogIdString;
2666 /**
2667 * The name of the catalog database where the function is located.
2668 */
2669 DatabaseName: NameString;
2670 /**
2671 * The name of the function definition to be deleted.
2672 */
2673 FunctionName: NameString;
2674 }
2675 export interface DeleteUserDefinedFunctionResponse {
2676 }
2677 export interface DeleteWorkflowRequest {
2678 /**
2679 * Name of the workflow to be deleted.
2680 */
2681 Name: NameString;
2682 }
2683 export interface DeleteWorkflowResponse {
2684 /**
2685 * Name of the workflow specified in input.
2686 */
2687 Name?: NameString;
2688 }
2689 export type DescriptionString = string;
2690 export type DescriptionStringRemovable = string;
2691 export interface DevEndpoint {
2692 /**
2693 * The name of the DevEndpoint.
2694 */
2695 EndpointName?: GenericString;
2696 /**
2697 * The Amazon Resource Name (ARN) of the IAM role used in this DevEndpoint.
2698 */
2699 RoleArn?: RoleArn;
2700 /**
2701 * A list of security group identifiers used in this DevEndpoint.
2702 */
2703 SecurityGroupIds?: StringList;
2704 /**
2705 * The subnet ID for this DevEndpoint.
2706 */
2707 SubnetId?: GenericString;
2708 /**
2709 * The YARN endpoint address used by this DevEndpoint.
2710 */
2711 YarnEndpointAddress?: GenericString;
2712 /**
2713 * A private IP address to access the DevEndpoint within a VPC if the DevEndpoint is created within one. The PrivateAddress field is present only when you create the DevEndpoint within your VPC.
2714 */
2715 PrivateAddress?: GenericString;
2716 /**
2717 * The Apache Zeppelin port for the remote Apache Spark interpreter.
2718 */
2719 ZeppelinRemoteSparkInterpreterPort?: IntegerValue;
2720 /**
2721 * The public IP address used by this DevEndpoint. The PublicAddress field is present only when you create a non-virtual private cloud (VPC) DevEndpoint.
2722 */
2723 PublicAddress?: GenericString;
2724 /**
2725 * The current status of this DevEndpoint.
2726 */
2727 Status?: GenericString;
2728 /**
2729 * The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. For the G.2X worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. Known issue: when a development endpoint is created with the G.2X WorkerType configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB disk.
2730 */
2731 WorkerType?: WorkerType;
2732 /**
2733 * Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. For more information about the available AWS Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide. Development endpoints that are created without specifying a Glue version default to Glue 0.9. You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.
2734 */
2735 GlueVersion?: GlueVersionString;
2736 /**
2737 * The number of workers of a defined workerType that are allocated to the development endpoint. The maximum number of workers you can define are 299 for G.1X, and 149 for G.2X.
2738 */
2739 NumberOfWorkers?: NullableInteger;
2740 /**
2741 * The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
2742 */
2743 NumberOfNodes?: IntegerValue;
2744 /**
2745 * The AWS Availability Zone where this DevEndpoint is located.
2746 */
2747 AvailabilityZone?: GenericString;
2748 /**
2749 * The ID of the virtual private cloud (VPC) used by this DevEndpoint.
2750 */
2751 VpcId?: GenericString;
2752 /**
2753 * The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma. You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.
2754 */
2755 ExtraPythonLibsS3Path?: GenericString;
2756 /**
2757 * The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint. You can only use pure Java/Scala libraries with a DevEndpoint.
2758 */
2759 ExtraJarsS3Path?: GenericString;
2760 /**
2761 * The reason for a current failure in this DevEndpoint.
2762 */
2763 FailureReason?: GenericString;
2764 /**
2765 * The status of the last update.
2766 */
2767 LastUpdateStatus?: GenericString;
2768 /**
2769 * The point in time at which this DevEndpoint was created.
2770 */
2771 CreatedTimestamp?: TimestampValue;
2772 /**
2773 * The point in time at which this DevEndpoint was last modified.
2774 */
2775 LastModifiedTimestamp?: TimestampValue;
2776 /**
2777 * The public key to be used by this DevEndpoint for authentication. This attribute is provided for backward compatibility because the recommended attribute to use is public keys.
2778 */
2779 PublicKey?: GenericString;
2780 /**
2781 * A list of public keys to be used by the DevEndpoints for authentication. Using this attribute is preferred over a single public key because the public keys allow you to have a different private key per client. If you previously created an endpoint with a public key, you must remove that key to be able to set a list of public keys. Call the UpdateDevEndpoint API operation with the public key content in the deletePublicKeys attribute, and the list of new keys in the addPublicKeys attribute.
2782 */
2783 PublicKeys?: PublicKeysList;
2784 /**
2785 * The name of the SecurityConfiguration structure to be used with this DevEndpoint.
2786 */
2787 SecurityConfiguration?: NameString;
2788 /**
2789 * A map of arguments used to configure the DevEndpoint. Valid arguments are: "--enable-glue-datacatalog": "" "GLUE_PYTHON_VERSION": "3" "GLUE_PYTHON_VERSION": "2" You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.
2790 */
2791 Arguments?: MapValue;
2792 }
2793 export interface DevEndpointCustomLibraries {
2794 /**
2795 * The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma. You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.
2796 */
2797 ExtraPythonLibsS3Path?: GenericString;
2798 /**
2799 * The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint. You can only use pure Java/Scala libraries with a DevEndpoint.
2800 */
2801 ExtraJarsS3Path?: GenericString;
2802 }
2803 export type DevEndpointList = DevEndpoint[];
2804 export type DevEndpointNameList = NameString[];
2805 export type DevEndpointNames = GenericString[];
2806 export interface DynamoDBTarget {
2807 /**
2808 * The name of the DynamoDB table to crawl.
2809 */
2810 Path?: Path;
2811 }
2812 export type DynamoDBTargetList = DynamoDBTarget[];
2813 export interface Edge {
2814 /**
2815 * The unique of the node within the workflow where the edge starts.
2816 */
2817 SourceId?: NameString;
2818 /**
2819 * The unique of the node within the workflow where the edge ends.
2820 */
2821 DestinationId?: NameString;
2822 }
2823 export type EdgeList = Edge[];
2824 export interface EncryptionAtRest {
2825 /**
2826 * The encryption-at-rest mode for encrypting Data Catalog data.
2827 */
2828 CatalogEncryptionMode: CatalogEncryptionMode;
2829 /**
2830 * The ID of the AWS KMS key to use for encryption at rest.
2831 */
2832 SseAwsKmsKeyId?: NameString;
2833 }
2834 export interface EncryptionConfiguration {
2835 /**
2836 * The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
2837 */
2838 S3Encryption?: S3EncryptionList;
2839 /**
2840 * The encryption configuration for Amazon CloudWatch.
2841 */
2842 CloudWatchEncryption?: CloudWatchEncryption;
2843 /**
2844 * The encryption configuration for job bookmarks.
2845 */
2846 JobBookmarksEncryption?: JobBookmarksEncryption;
2847 }
2848 export type ErrorByName = {[key: string]: ErrorDetail};
2849 export interface ErrorDetail {
2850 /**
2851 * The code associated with this error.
2852 */
2853 ErrorCode?: NameString;
2854 /**
2855 * A message describing the error.
2856 */
2857 ErrorMessage?: DescriptionString;
2858 }
2859 export type ErrorString = string;
2860 export interface EvaluationMetrics {
2861 /**
2862 * The type of machine learning transform.
2863 */
2864 TransformType: TransformType;
2865 /**
2866 * The evaluation metrics for the find matches algorithm.
2867 */
2868 FindMatchesMetrics?: FindMatchesMetrics;
2869 }
2870 export interface ExecutionProperty {
2871 /**
2872 * The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.
2873 */
2874 MaxConcurrentRuns?: MaxConcurrentRuns;
2875 }
2876 export type ExecutionTime = number;
2877 export type ExistCondition = "MUST_EXIST"|"NOT_EXIST"|"NONE"|string;
2878 export interface ExportLabelsTaskRunProperties {
2879 /**
2880 * The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
2881 */
2882 OutputS3Path?: UriString;
2883 }
2884 export type FieldType = string;
2885 export type FilterString = string;
2886 export interface FindMatchesMetrics {
2887 /**
2888 * The area under the precision/recall curve (AUPRC) is a single number measuring the overall quality of the transform, that is independent of the choice made for precision vs. recall. Higher values indicate that you have a more attractive precision vs. recall tradeoff. For more information, see Precision and recall in Wikipedia.
2889 */
2890 AreaUnderPRCurve?: GenericBoundedDouble;
2891 /**
2892 * The precision metric indicates when often your transform is correct when it predicts a match. Specifically, it measures how well the transform finds true positives from the total true positives possible. For more information, see Precision and recall in Wikipedia.
2893 */
2894 Precision?: GenericBoundedDouble;
2895 /**
2896 * The recall metric indicates that for an actual match, how often your transform predicts the match. Specifically, it measures how well the transform finds true positives from the total records in the source data. For more information, see Precision and recall in Wikipedia.
2897 */
2898 Recall?: GenericBoundedDouble;
2899 /**
2900 * The maximum F1 metric indicates the transform's accuracy between 0 and 1, where 1 is the best accuracy. For more information, see F1 score in Wikipedia.
2901 */
2902 F1?: GenericBoundedDouble;
2903 /**
2904 * The confusion matrix shows you what your transform is predicting accurately and what types of errors it is making. For more information, see Confusion matrix in Wikipedia.
2905 */
2906 ConfusionMatrix?: ConfusionMatrix;
2907 }
2908 export interface FindMatchesParameters {
2909 /**
2910 * The name of a column that uniquely identifies rows in the source table. Used to help identify matching records.
2911 */
2912 PrimaryKeyColumnName?: ColumnNameString;
2913 /**
2914 * The value selected when tuning your transform for a balance between precision and recall. A value of 0.5 means no preference; a value of 1.0 means a bias purely for precision, and a value of 0.0 means a bias for recall. Because this is a tradeoff, choosing values close to 1.0 means very low recall, and choosing values close to 0.0 results in very low precision. The precision metric indicates how often your model is correct when it predicts a match. The recall metric indicates that for an actual match, how often your model predicts the match.
2915 */
2916 PrecisionRecallTradeoff?: GenericBoundedDouble;
2917 /**
2918 * The value that is selected when tuning your transform for a balance between accuracy and cost. A value of 0.5 means that the system balances accuracy and cost concerns. A value of 1.0 means a bias purely for accuracy, which typically results in a higher cost, sometimes substantially higher. A value of 0.0 means a bias purely for cost, which results in a less accurate FindMatches transform, sometimes with unacceptable accuracy. Accuracy measures how well the transform finds true positives and true negatives. Increasing accuracy requires more machine resources and cost. But it also results in increased recall. Cost measures how many compute resources, and thus money, are consumed to run the transform.
2919 */
2920 AccuracyCostTradeoff?: GenericBoundedDouble;
2921 /**
2922 * The value to switch on or off to force the output to match the provided labels from users. If the value is True, the find matches transform forces the output to match the provided labels. The results override the normal conflation results. If the value is False, the find matches transform does not ensure all the labels provided are respected, and the results rely on the trained model. Note that setting this value to true may increase the conflation execution time.
2923 */
2924 EnforceProvidedLabels?: NullableBoolean;
2925 }
2926 export interface FindMatchesTaskRunProperties {
2927 /**
2928 * The job ID for the Find Matches task run.
2929 */
2930 JobId?: HashString;
2931 /**
2932 * The name assigned to the job for the Find Matches task run.
2933 */
2934 JobName?: NameString;
2935 /**
2936 * The job run ID for the Find Matches task run.
2937 */
2938 JobRunId?: HashString;
2939 }
2940 export type FormatString = string;
2941 export type GenericBoundedDouble = number;
2942 export type GenericMap = {[key: string]: GenericString};
2943 export type GenericString = string;
2944 export interface GetCatalogImportStatusRequest {
2945 /**
2946 * The ID of the catalog to migrate. Currently, this should be the AWS account ID.
2947 */
2948 CatalogId?: CatalogIdString;
2949 }
2950 export interface GetCatalogImportStatusResponse {
2951 /**
2952 * The status of the specified catalog migration.
2953 */
2954 ImportStatus?: CatalogImportStatus;
2955 }
2956 export interface GetClassifierRequest {
2957 /**
2958 * Name of the classifier to retrieve.
2959 */
2960 Name: NameString;
2961 }
2962 export interface GetClassifierResponse {
2963 /**
2964 * The requested classifier.
2965 */
2966 Classifier?: Classifier;
2967 }
2968 export interface GetClassifiersRequest {
2969 /**
2970 * The size of the list to return (optional).
2971 */
2972 MaxResults?: PageSize;
2973 /**
2974 * An optional continuation token.
2975 */
2976 NextToken?: Token;
2977 }
2978 export interface GetClassifiersResponse {
2979 /**
2980 * The requested list of classifier objects.
2981 */
2982 Classifiers?: ClassifierList;
2983 /**
2984 * A continuation token.
2985 */
2986 NextToken?: Token;
2987 }
2988 export interface GetConnectionRequest {
2989 /**
2990 * The ID of the Data Catalog in which the connection resides. If none is provided, the AWS account ID is used by default.
2991 */
2992 CatalogId?: CatalogIdString;
2993 /**
2994 * The name of the connection definition to retrieve.
2995 */
2996 Name: NameString;
2997 /**
2998 * Allows you to retrieve the connection metadata without returning the password. For instance, the AWS Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the AWS KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
2999 */
3000 HidePassword?: Boolean;
3001 }
3002 export interface GetConnectionResponse {
3003 /**
3004 * The requested connection definition.
3005 */
3006 Connection?: Connection;
3007 }
3008 export interface GetConnectionsFilter {
3009 /**
3010 * A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.
3011 */
3012 MatchCriteria?: MatchCriteria;
3013 /**
3014 * The type of connections to return. Currently, only JDBC is supported; SFTP is not supported.
3015 */
3016 ConnectionType?: ConnectionType;
3017 }
3018 export interface GetConnectionsRequest {
3019 /**
3020 * The ID of the Data Catalog in which the connections reside. If none is provided, the AWS account ID is used by default.
3021 */
3022 CatalogId?: CatalogIdString;
3023 /**
3024 * A filter that controls which connections are returned.
3025 */
3026 Filter?: GetConnectionsFilter;
3027 /**
3028 * Allows you to retrieve the connection metadata without returning the password. For instance, the AWS Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the AWS KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
3029 */
3030 HidePassword?: Boolean;
3031 /**
3032 * A continuation token, if this is a continuation call.
3033 */
3034 NextToken?: Token;
3035 /**
3036 * The maximum number of connections to return in one response.
3037 */
3038 MaxResults?: PageSize;
3039 }
3040 export interface GetConnectionsResponse {
3041 /**
3042 * A list of requested connection definitions.
3043 */
3044 ConnectionList?: ConnectionList;
3045 /**
3046 * A continuation token, if the list of connections returned does not include the last of the filtered connections.
3047 */
3048 NextToken?: Token;
3049 }
3050 export interface GetCrawlerMetricsRequest {
3051 /**
3052 * A list of the names of crawlers about which to retrieve metrics.
3053 */
3054 CrawlerNameList?: CrawlerNameList;
3055 /**
3056 * The maximum size of a list to return.
3057 */
3058 MaxResults?: PageSize;
3059 /**
3060 * A continuation token, if this is a continuation call.
3061 */
3062 NextToken?: Token;
3063 }
3064 export interface GetCrawlerMetricsResponse {
3065 /**
3066 * A list of metrics for the specified crawler.
3067 */
3068 CrawlerMetricsList?: CrawlerMetricsList;
3069 /**
3070 * A continuation token, if the returned list does not contain the last metric available.
3071 */
3072 NextToken?: Token;
3073 }
3074 export interface GetCrawlerRequest {
3075 /**
3076 * The name of the crawler to retrieve metadata for.
3077 */
3078 Name: NameString;
3079 }
3080 export interface GetCrawlerResponse {
3081 /**
3082 * The metadata for the specified crawler.
3083 */
3084 Crawler?: Crawler;
3085 }
3086 export interface GetCrawlersRequest {
3087 /**
3088 * The number of crawlers to return on each call.
3089 */
3090 MaxResults?: PageSize;
3091 /**
3092 * A continuation token, if this is a continuation request.
3093 */
3094 NextToken?: Token;
3095 }
3096 export interface GetCrawlersResponse {
3097 /**
3098 * A list of crawler metadata.
3099 */
3100 Crawlers?: CrawlerList;
3101 /**
3102 * A continuation token, if the returned list has not reached the end of those defined in this customer account.
3103 */
3104 NextToken?: Token;
3105 }
3106 export interface GetDataCatalogEncryptionSettingsRequest {
3107 /**
3108 * The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the AWS account ID is used by default.
3109 */
3110 CatalogId?: CatalogIdString;
3111 }
3112 export interface GetDataCatalogEncryptionSettingsResponse {
3113 /**
3114 * The requested security configuration.
3115 */
3116 DataCatalogEncryptionSettings?: DataCatalogEncryptionSettings;
3117 }
3118 export interface GetDatabaseRequest {
3119 /**
3120 * The ID of the Data Catalog in which the database resides. If none is provided, the AWS account ID is used by default.
3121 */
3122 CatalogId?: CatalogIdString;
3123 /**
3124 * The name of the database to retrieve. For Hive compatibility, this should be all lowercase.
3125 */
3126 Name: NameString;
3127 }
3128 export interface GetDatabaseResponse {
3129 /**
3130 * The definition of the specified database in the Data Catalog.
3131 */
3132 Database?: Database;
3133 }
3134 export interface GetDatabasesRequest {
3135 /**
3136 * The ID of the Data Catalog from which to retrieve Databases. If none is provided, the AWS account ID is used by default.
3137 */
3138 CatalogId?: CatalogIdString;
3139 /**
3140 * A continuation token, if this is a continuation call.
3141 */
3142 NextToken?: Token;
3143 /**
3144 * The maximum number of databases to return in one response.
3145 */
3146 MaxResults?: PageSize;
3147 }
3148 export interface GetDatabasesResponse {
3149 /**
3150 * A list of Database objects from the specified catalog.
3151 */
3152 DatabaseList: DatabaseList;
3153 /**
3154 * A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
3155 */
3156 NextToken?: Token;
3157 }
3158 export interface GetDataflowGraphRequest {
3159 /**
3160 * The Python script to transform.
3161 */
3162 PythonScript?: PythonScript;
3163 }
3164 export interface GetDataflowGraphResponse {
3165 /**
3166 * A list of the nodes in the resulting DAG.
3167 */
3168 DagNodes?: DagNodes;
3169 /**
3170 * A list of the edges in the resulting DAG.
3171 */
3172 DagEdges?: DagEdges;
3173 }
3174 export interface GetDevEndpointRequest {
3175 /**
3176 * Name of the DevEndpoint to retrieve information for.
3177 */
3178 EndpointName: GenericString;
3179 }
3180 export interface GetDevEndpointResponse {
3181 /**
3182 * A DevEndpoint definition.
3183 */
3184 DevEndpoint?: DevEndpoint;
3185 }
3186 export interface GetDevEndpointsRequest {
3187 /**
3188 * The maximum size of information to return.
3189 */
3190 MaxResults?: PageSize;
3191 /**
3192 * A continuation token, if this is a continuation call.
3193 */
3194 NextToken?: GenericString;
3195 }
3196 export interface GetDevEndpointsResponse {
3197 /**
3198 * A list of DevEndpoint definitions.
3199 */
3200 DevEndpoints?: DevEndpointList;
3201 /**
3202 * A continuation token, if not all DevEndpoint definitions have yet been returned.
3203 */
3204 NextToken?: GenericString;
3205 }
3206 export interface GetJobBookmarkRequest {
3207 /**
3208 * The name of the job in question.
3209 */
3210 JobName: JobName;
3211 /**
3212 * The unique run identifier associated with this job run.
3213 */
3214 RunId?: RunId;
3215 }
3216 export interface GetJobBookmarkResponse {
3217 /**
3218 * A structure that defines a point that a job can resume processing.
3219 */
3220 JobBookmarkEntry?: JobBookmarkEntry;
3221 }
3222 export interface GetJobRequest {
3223 /**
3224 * The name of the job definition to retrieve.
3225 */
3226 JobName: NameString;
3227 }
3228 export interface GetJobResponse {
3229 /**
3230 * The requested job definition.
3231 */
3232 Job?: Job;
3233 }
3234 export interface GetJobRunRequest {
3235 /**
3236 * Name of the job definition being run.
3237 */
3238 JobName: NameString;
3239 /**
3240 * The ID of the job run.
3241 */
3242 RunId: IdString;
3243 /**
3244 * True if a list of predecessor runs should be returned.
3245 */
3246 PredecessorsIncluded?: BooleanValue;
3247 }
3248 export interface GetJobRunResponse {
3249 /**
3250 * The requested job-run metadata.
3251 */
3252 JobRun?: JobRun;
3253 }
3254 export interface GetJobRunsRequest {
3255 /**
3256 * The name of the job definition for which to retrieve all job runs.
3257 */
3258 JobName: NameString;
3259 /**
3260 * A continuation token, if this is a continuation call.
3261 */
3262 NextToken?: GenericString;
3263 /**
3264 * The maximum size of the response.
3265 */
3266 MaxResults?: PageSize;
3267 }
3268 export interface GetJobRunsResponse {
3269 /**
3270 * A list of job-run metadata objects.
3271 */
3272 JobRuns?: JobRunList;
3273 /**
3274 * A continuation token, if not all requested job runs have been returned.
3275 */
3276 NextToken?: GenericString;
3277 }
3278 export interface GetJobsRequest {
3279 /**
3280 * A continuation token, if this is a continuation call.
3281 */
3282 NextToken?: GenericString;
3283 /**
3284 * The maximum size of the response.
3285 */
3286 MaxResults?: PageSize;
3287 }
3288 export interface GetJobsResponse {
3289 /**
3290 * A list of job definitions.
3291 */
3292 Jobs?: JobList;
3293 /**
3294 * A continuation token, if not all job definitions have yet been returned.
3295 */
3296 NextToken?: GenericString;
3297 }
3298 export interface GetMLTaskRunRequest {
3299 /**
3300 * The unique identifier of the machine learning transform.
3301 */
3302 TransformId: HashString;
3303 /**
3304 * The unique identifier of the task run.
3305 */
3306 TaskRunId: HashString;
3307 }
3308 export interface GetMLTaskRunResponse {
3309 /**
3310 * The unique identifier of the task run.
3311 */
3312 TransformId?: HashString;
3313 /**
3314 * The unique run identifier associated with this run.
3315 */
3316 TaskRunId?: HashString;
3317 /**
3318 * The status for this task run.
3319 */
3320 Status?: TaskStatusType;
3321 /**
3322 * The names of the log groups that are associated with the task run.
3323 */
3324 LogGroupName?: GenericString;
3325 /**
3326 * The list of properties that are associated with the task run.
3327 */
3328 Properties?: TaskRunProperties;
3329 /**
3330 * The error strings that are associated with the task run.
3331 */
3332 ErrorString?: GenericString;
3333 /**
3334 * The date and time when this task run started.
3335 */
3336 StartedOn?: Timestamp;
3337 /**
3338 * The date and time when this task run was last modified.
3339 */
3340 LastModifiedOn?: Timestamp;
3341 /**
3342 * The date and time when this task run was completed.
3343 */
3344 CompletedOn?: Timestamp;
3345 /**
3346 * The amount of time (in seconds) that the task run consumed resources.
3347 */
3348 ExecutionTime?: ExecutionTime;
3349 }
3350 export interface GetMLTaskRunsRequest {
3351 /**
3352 * The unique identifier of the machine learning transform.
3353 */
3354 TransformId: HashString;
3355 /**
3356 * A token for pagination of the results. The default is empty.
3357 */
3358 NextToken?: PaginationToken;
3359 /**
3360 * The maximum number of results to return.
3361 */
3362 MaxResults?: PageSize;
3363 /**
3364 * The filter criteria, in the TaskRunFilterCriteria structure, for the task run.
3365 */
3366 Filter?: TaskRunFilterCriteria;
3367 /**
3368 * The sorting criteria, in the TaskRunSortCriteria structure, for the task run.
3369 */
3370 Sort?: TaskRunSortCriteria;
3371 }
3372 export interface GetMLTaskRunsResponse {
3373 /**
3374 * A list of task runs that are associated with the transform.
3375 */
3376 TaskRuns?: TaskRunList;
3377 /**
3378 * A pagination token, if more results are available.
3379 */
3380 NextToken?: PaginationToken;
3381 }
3382 export interface GetMLTransformRequest {
3383 /**
3384 * The unique identifier of the transform, generated at the time that the transform was created.
3385 */
3386 TransformId: HashString;
3387 }
3388 export interface GetMLTransformResponse {
3389 /**
3390 * The unique identifier of the transform, generated at the time that the transform was created.
3391 */
3392 TransformId?: HashString;
3393 /**
3394 * The unique name given to the transform when it was created.
3395 */
3396 Name?: NameString;
3397 /**
3398 * A description of the transform.
3399 */
3400 Description?: DescriptionString;
3401 /**
3402 * The last known status of the transform (to indicate whether it can be used or not). One of "NOT_READY", "READY", or "DELETING".
3403 */
3404 Status?: TransformStatusType;
3405 /**
3406 * The date and time when the transform was created.
3407 */
3408 CreatedOn?: Timestamp;
3409 /**
3410 * The date and time when the transform was last modified.
3411 */
3412 LastModifiedOn?: Timestamp;
3413 /**
3414 * A list of AWS Glue table definitions used by the transform.
3415 */
3416 InputRecordTables?: GlueTables;
3417 /**
3418 * The configuration parameters that are specific to the algorithm used.
3419 */
3420 Parameters?: TransformParameters;
3421 /**
3422 * The latest evaluation metrics.
3423 */
3424 EvaluationMetrics?: EvaluationMetrics;
3425 /**
3426 * The number of labels available for this transform.
3427 */
3428 LabelCount?: LabelCount;
3429 /**
3430 * The Map&lt;Column, Type&gt; object that represents the schema that this transform accepts. Has an upper bound of 100 columns.
3431 */
3432 Schema?: TransformSchema;
3433 /**
3434 * The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.
3435 */
3436 Role?: RoleString;
3437 /**
3438 * This value determines which version of AWS Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see AWS Glue Versions in the developer guide.
3439 */
3440 GlueVersion?: GlueVersionString;
3441 /**
3442 * The number of AWS Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page. When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.
3443 */
3444 MaxCapacity?: NullableDouble;
3445 /**
3446 * The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker. For the G.2X worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.
3447 */
3448 WorkerType?: WorkerType;
3449 /**
3450 * The number of workers of a defined workerType that are allocated when this task runs.
3451 */
3452 NumberOfWorkers?: NullableInteger;
3453 /**
3454 * The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
3455 */
3456 Timeout?: Timeout;
3457 /**
3458 * The maximum number of times to retry a task for this transform after a task run fails.
3459 */
3460 MaxRetries?: NullableInteger;
3461 }
3462 export interface GetMLTransformsRequest {
3463 /**
3464 * A paginated token to offset the results.
3465 */
3466 NextToken?: PaginationToken;
3467 /**
3468 * The maximum number of results to return.
3469 */
3470 MaxResults?: PageSize;
3471 /**
3472 * The filter transformation criteria.
3473 */
3474 Filter?: TransformFilterCriteria;
3475 /**
3476 * The sorting criteria.
3477 */
3478 Sort?: TransformSortCriteria;
3479 }
3480 export interface GetMLTransformsResponse {
3481 /**
3482 * A list of machine learning transforms.
3483 */
3484 Transforms: TransformList;
3485 /**
3486 * A pagination token, if more results are available.
3487 */
3488 NextToken?: PaginationToken;
3489 }
3490 export interface GetMappingRequest {
3491 /**
3492 * Specifies the source table.
3493 */
3494 Source: CatalogEntry;
3495 /**
3496 * A list of target tables.
3497 */
3498 Sinks?: CatalogEntries;
3499 /**
3500 * Parameters for the mapping.
3501 */
3502 Location?: Location;
3503 }
3504 export interface GetMappingResponse {
3505 /**
3506 * A list of mappings to the specified targets.
3507 */
3508 Mapping: MappingList;
3509 }
3510 export interface GetPartitionRequest {
3511 /**
3512 * The ID of the Data Catalog where the partition in question resides. If none is provided, the AWS account ID is used by default.
3513 */
3514 CatalogId?: CatalogIdString;
3515 /**
3516 * The name of the catalog database where the partition resides.
3517 */
3518 DatabaseName: NameString;
3519 /**
3520 * The name of the partition's table.
3521 */
3522 TableName: NameString;
3523 /**
3524 * The values that define the partition.
3525 */
3526 PartitionValues: ValueStringList;
3527 }
3528 export interface GetPartitionResponse {
3529 /**
3530 * The requested information, in the form of a Partition object.
3531 */
3532 Partition?: Partition;
3533 }
3534 export interface GetPartitionsRequest {
3535 /**
3536 * The ID of the Data Catalog where the partitions in question reside. If none is provided, the AWS account ID is used by default.
3537 */
3538 CatalogId?: CatalogIdString;
3539 /**
3540 * The name of the catalog database where the partitions reside.
3541 */
3542 DatabaseName: NameString;
3543 /**
3544 * The name of the partitions' table.
3545 */
3546 TableName: NameString;
3547 /**
3548 * An expression that filters the partitions to be returned. The expression uses SQL syntax similar to the SQL WHERE filter clause. The SQL statement parser JSQLParser parses the expression. Operators: The following are the operators that you can use in the Expression API call: = Checks whether the values of the two operands are equal; if yes, then the condition becomes true. Example: Assume 'variable a' holds 10 and 'variable b' holds 20. (a = b) is not true. &lt; &gt; Checks whether the values of two operands are equal; if the values are not equal, then the condition becomes true. Example: (a &lt; &gt; b) is true. &gt; Checks whether the value of the left operand is greater than the value of the right operand; if yes, then the condition becomes true. Example: (a &gt; b) is not true. &lt; Checks whether the value of the left operand is less than the value of the right operand; if yes, then the condition becomes true. Example: (a &lt; b) is true. &gt;= Checks whether the value of the left operand is greater than or equal to the value of the right operand; if yes, then the condition becomes true. Example: (a &gt;= b) is not true. &lt;= Checks whether the value of the left operand is less than or equal to the value of the right operand; if yes, then the condition becomes true. Example: (a &lt;= b) is true. AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL Logical operators. Supported Partition Key Types: The following are the supported partition keys. string date timestamp int bigint long tinyint smallint decimal If an invalid type is encountered, an exception is thrown. The following list shows the valid operators on each type. When you define a crawler, the partitionKey type is created as a STRING, to be compatible with the catalog partitions. Sample API Call:
3549 */
3550 Expression?: PredicateString;
3551 /**
3552 * A continuation token, if this is not the first call to retrieve these partitions.
3553 */
3554 NextToken?: Token;
3555 /**
3556 * The segment of the table's partitions to scan in this request.
3557 */
3558 Segment?: Segment;
3559 /**
3560 * The maximum number of partitions to return in a single response.
3561 */
3562 MaxResults?: PageSize;
3563 }
3564 export interface GetPartitionsResponse {
3565 /**
3566 * A list of requested partitions.
3567 */
3568 Partitions?: PartitionList;
3569 /**
3570 * A continuation token, if the returned list of partitions does not include the last one.
3571 */
3572 NextToken?: Token;
3573 }
3574 export interface GetPlanRequest {
3575 /**
3576 * The list of mappings from a source table to target tables.
3577 */
3578 Mapping: MappingList;
3579 /**
3580 * The source table.
3581 */
3582 Source: CatalogEntry;
3583 /**
3584 * The target tables.
3585 */
3586 Sinks?: CatalogEntries;
3587 /**
3588 * The parameters for the mapping.
3589 */
3590 Location?: Location;
3591 /**
3592 * The programming language of the code to perform the mapping.
3593 */
3594 Language?: Language;
3595 }
3596 export interface GetPlanResponse {
3597 /**
3598 * A Python script to perform the mapping.
3599 */
3600 PythonScript?: PythonScript;
3601 /**
3602 * The Scala code to perform the mapping.
3603 */
3604 ScalaCode?: ScalaCode;
3605 }
3606 export interface GetResourcePolicyRequest {
3607 }
3608 export interface GetResourcePolicyResponse {
3609 /**
3610 * Contains the requested policy document, in JSON format.
3611 */
3612 PolicyInJson?: PolicyJsonString;
3613 /**
3614 * Contains the hash value associated with this policy.
3615 */
3616 PolicyHash?: HashString;
3617 /**
3618 * The date and time at which the policy was created.
3619 */
3620 CreateTime?: Timestamp;
3621 /**
3622 * The date and time at which the policy was last updated.
3623 */
3624 UpdateTime?: Timestamp;
3625 }
3626 export interface GetSecurityConfigurationRequest {
3627 /**
3628 * The name of the security configuration to retrieve.
3629 */
3630 Name: NameString;
3631 }
3632 export interface GetSecurityConfigurationResponse {
3633 /**
3634 * The requested security configuration.
3635 */
3636 SecurityConfiguration?: SecurityConfiguration;
3637 }
3638 export interface GetSecurityConfigurationsRequest {
3639 /**
3640 * The maximum number of results to return.
3641 */
3642 MaxResults?: PageSize;
3643 /**
3644 * A continuation token, if this is a continuation call.
3645 */
3646 NextToken?: GenericString;
3647 }
3648 export interface GetSecurityConfigurationsResponse {
3649 /**
3650 * A list of security configurations.
3651 */
3652 SecurityConfigurations?: SecurityConfigurationList;
3653 /**
3654 * A continuation token, if there are more security configurations to return.
3655 */
3656 NextToken?: GenericString;
3657 }
3658 export interface GetTableRequest {
3659 /**
3660 * The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.
3661 */
3662 CatalogId?: CatalogIdString;
3663 /**
3664 * The name of the database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
3665 */
3666 DatabaseName: NameString;
3667 /**
3668 * The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.
3669 */
3670 Name: NameString;
3671 }
3672 export interface GetTableResponse {
3673 /**
3674 * The Table object that defines the specified table.
3675 */
3676 Table?: Table;
3677 }
3678 export interface GetTableVersionRequest {
3679 /**
3680 * The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.
3681 */
3682 CatalogId?: CatalogIdString;
3683 /**
3684 * The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
3685 */
3686 DatabaseName: NameString;
3687 /**
3688 * The name of the table. For Hive compatibility, this name is entirely lowercase.
3689 */
3690 TableName: NameString;
3691 /**
3692 * The ID value of the table version to be retrieved. A VersionID is a string representation of an integer. Each version is incremented by 1.
3693 */
3694 VersionId?: VersionString;
3695 }
3696 export interface GetTableVersionResponse {
3697 /**
3698 * The requested table version.
3699 */
3700 TableVersion?: TableVersion;
3701 }
3702 export type GetTableVersionsList = TableVersion[];
3703 export interface GetTableVersionsRequest {
3704 /**
3705 * The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.
3706 */
3707 CatalogId?: CatalogIdString;
3708 /**
3709 * The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
3710 */
3711 DatabaseName: NameString;
3712 /**
3713 * The name of the table. For Hive compatibility, this name is entirely lowercase.
3714 */
3715 TableName: NameString;
3716 /**
3717 * A continuation token, if this is not the first call.
3718 */
3719 NextToken?: Token;
3720 /**
3721 * The maximum number of table versions to return in one response.
3722 */
3723 MaxResults?: PageSize;
3724 }
3725 export interface GetTableVersionsResponse {
3726 /**
3727 * A list of strings identifying available versions of the specified table.
3728 */
3729 TableVersions?: GetTableVersionsList;
3730 /**
3731 * A continuation token, if the list of available versions does not include the last one.
3732 */
3733 NextToken?: Token;
3734 }
3735 export interface GetTablesRequest {
3736 /**
3737 * The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.
3738 */
3739 CatalogId?: CatalogIdString;
3740 /**
3741 * The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.
3742 */
3743 DatabaseName: NameString;
3744 /**
3745 * A regular expression pattern. If present, only those tables whose names match the pattern are returned.
3746 */
3747 Expression?: FilterString;
3748 /**
3749 * A continuation token, included if this is a continuation call.
3750 */
3751 NextToken?: Token;
3752 /**
3753 * The maximum number of tables to return in a single response.
3754 */
3755 MaxResults?: PageSize;
3756 }
3757 export interface GetTablesResponse {
3758 /**
3759 * A list of the requested Table objects.
3760 */
3761 TableList?: TableList;
3762 /**
3763 * A continuation token, present if the current list segment is not the last.
3764 */
3765 NextToken?: Token;
3766 }
3767 export interface GetTagsRequest {
3768 /**
3769 * The Amazon Resource Name (ARN) of the resource for which to retrieve tags.
3770 */
3771 ResourceArn: GlueResourceArn;
3772 }
3773 export interface GetTagsResponse {
3774 /**
3775 * The requested tags.
3776 */
3777 Tags?: TagsMap;
3778 }
3779 export interface GetTriggerRequest {
3780 /**
3781 * The name of the trigger to retrieve.
3782 */
3783 Name: NameString;
3784 }
3785 export interface GetTriggerResponse {
3786 /**
3787 * The requested trigger definition.
3788 */
3789 Trigger?: Trigger;
3790 }
3791 export interface GetTriggersRequest {
3792 /**
3793 * A continuation token, if this is a continuation call.
3794 */
3795 NextToken?: GenericString;
3796 /**
3797 * The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.
3798 */
3799 DependentJobName?: NameString;
3800 /**
3801 * The maximum size of the response.
3802 */
3803 MaxResults?: PageSize;
3804 }
3805 export interface GetTriggersResponse {
3806 /**
3807 * A list of triggers for the specified job.
3808 */
3809 Triggers?: TriggerList;
3810 /**
3811 * A continuation token, if not all the requested triggers have yet been returned.
3812 */
3813 NextToken?: GenericString;
3814 }
3815 export interface GetUserDefinedFunctionRequest {
3816 /**
3817 * The ID of the Data Catalog where the function to be retrieved is located. If none is provided, the AWS account ID is used by default.
3818 */
3819 CatalogId?: CatalogIdString;
3820 /**
3821 * The name of the catalog database where the function is located.
3822 */
3823 DatabaseName: NameString;
3824 /**
3825 * The name of the function.
3826 */
3827 FunctionName: NameString;
3828 }
3829 export interface GetUserDefinedFunctionResponse {
3830 /**
3831 * The requested function definition.
3832 */
3833 UserDefinedFunction?: UserDefinedFunction;
3834 }
3835 export interface GetUserDefinedFunctionsRequest {
3836 /**
3837 * The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the AWS account ID is used by default.
3838 */
3839 CatalogId?: CatalogIdString;
3840 /**
3841 * The name of the catalog database where the functions are located.
3842 */
3843 DatabaseName: NameString;
3844 /**
3845 * An optional function-name pattern string that filters the function definitions returned.
3846 */
3847 Pattern: NameString;
3848 /**
3849 * A continuation token, if this is a continuation call.
3850 */
3851 NextToken?: Token;
3852 /**
3853 * The maximum number of functions to return in one response.
3854 */
3855 MaxResults?: PageSize;
3856 }
3857 export interface GetUserDefinedFunctionsResponse {
3858 /**
3859 * A list of requested function definitions.
3860 */
3861 UserDefinedFunctions?: UserDefinedFunctionList;
3862 /**
3863 * A continuation token, if the list of functions returned does not include the last requested function.
3864 */
3865 NextToken?: Token;
3866 }
3867 export interface GetWorkflowRequest {
3868 /**
3869 * The name of the workflow to retrieve.
3870 */
3871 Name: NameString;
3872 /**
3873 * Specifies whether to include a graph when returning the workflow resource metadata.
3874 */
3875 IncludeGraph?: NullableBoolean;
3876 }
3877 export interface GetWorkflowResponse {
3878 /**
3879 * The resource metadata for the workflow.
3880 */
3881 Workflow?: Workflow;
3882 }
3883 export interface GetWorkflowRunPropertiesRequest {
3884 /**
3885 * Name of the workflow which was run.
3886 */
3887 Name: NameString;
3888 /**
3889 * The ID of the workflow run whose run properties should be returned.
3890 */
3891 RunId: IdString;
3892 }
3893 export interface GetWorkflowRunPropertiesResponse {
3894 /**
3895 * The workflow run properties which were set during the specified run.
3896 */
3897 RunProperties?: WorkflowRunProperties;
3898 }
3899 export interface GetWorkflowRunRequest {
3900 /**
3901 * Name of the workflow being run.
3902 */
3903 Name: NameString;
3904 /**
3905 * The ID of the workflow run.
3906 */
3907 RunId: IdString;
3908 /**
3909 * Specifies whether to include the workflow graph in response or not.
3910 */
3911 IncludeGraph?: NullableBoolean;
3912 }
3913 export interface GetWorkflowRunResponse {
3914 /**
3915 * The requested workflow run metadata.
3916 */
3917 Run?: WorkflowRun;
3918 }
3919 export interface GetWorkflowRunsRequest {
3920 /**
3921 * Name of the workflow whose metadata of runs should be returned.
3922 */
3923 Name: NameString;
3924 /**
3925 * Specifies whether to include the workflow graph in response or not.
3926 */
3927 IncludeGraph?: NullableBoolean;
3928 /**
3929 * The maximum size of the response.
3930 */
3931 NextToken?: GenericString;
3932 /**
3933 * The maximum number of workflow runs to be included in the response.
3934 */
3935 MaxResults?: PageSize;
3936 }
3937 export interface GetWorkflowRunsResponse {
3938 /**
3939 * A list of workflow run metadata objects.
3940 */
3941 Runs?: WorkflowRuns;
3942 /**
3943 * A continuation token, if not all requested workflow runs have been returned.
3944 */
3945 NextToken?: GenericString;
3946 }
3947 export type GlueResourceArn = string;
3948 export interface GlueTable {
3949 /**
3950 * A database name in the AWS Glue Data Catalog.
3951 */
3952 DatabaseName: NameString;
3953 /**
3954 * A table name in the AWS Glue Data Catalog.
3955 */
3956 TableName: NameString;
3957 /**
3958 * A unique identifier for the AWS Glue Data Catalog.
3959 */
3960 CatalogId?: NameString;
3961 /**
3962 * The name of the connection to the AWS Glue Data Catalog.
3963 */
3964 ConnectionName?: NameString;
3965 }
3966 export type GlueTables = GlueTable[];
3967 export type GlueVersionString = string;
3968 export interface GrokClassifier {
3969 /**
3970 * The name of the classifier.
3971 */
3972 Name: NameString;
3973 /**
3974 * An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.
3975 */
3976 Classification: Classification;
3977 /**
3978 * The time that this classifier was registered.
3979 */
3980 CreationTime?: Timestamp;
3981 /**
3982 * The time that this classifier was last updated.
3983 */
3984 LastUpdated?: Timestamp;
3985 /**
3986 * The version of this classifier.
3987 */
3988 Version?: VersionId;
3989 /**
3990 * The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in Writing Custom Classifiers.
3991 */
3992 GrokPattern: GrokPattern;
3993 /**
3994 * Optional custom grok patterns defined by this classifier. For more information, see custom patterns in Writing Custom Classifiers.
3995 */
3996 CustomPatterns?: CustomPatterns;
3997 }
3998 export type GrokPattern = string;
3999 export type HashString = string;
4000 export type IdString = string;
4001 export interface ImportCatalogToGlueRequest {
4002 /**
4003 * The ID of the catalog to import. Currently, this should be the AWS account ID.
4004 */
4005 CatalogId?: CatalogIdString;
4006 }
4007 export interface ImportCatalogToGlueResponse {
4008 }
4009 export interface ImportLabelsTaskRunProperties {
4010 /**
4011 * The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
4012 */
4013 InputS3Path?: UriString;
4014 /**
4015 * Indicates whether to overwrite your existing labels.
4016 */
4017 Replace?: ReplaceBoolean;
4018 }
4019 export type Integer = number;
4020 export type IntegerFlag = number;
4021 export type IntegerValue = number;
4022 export interface JdbcTarget {
4023 /**
4024 * The name of the connection to use to connect to the JDBC target.
4025 */
4026 ConnectionName?: ConnectionName;
4027 /**
4028 * The path of the JDBC target.
4029 */
4030 Path?: Path;
4031 /**
4032 * A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
4033 */
4034 Exclusions?: PathList;
4035 }
4036 export type JdbcTargetList = JdbcTarget[];
4037 export interface Job {
4038 /**
4039 * The name you assign to this job definition.
4040 */
4041 Name?: NameString;
4042 /**
4043 * A description of the job.
4044 */
4045 Description?: DescriptionString;
4046 /**
4047 * This field is reserved for future use.
4048 */
4049 LogUri?: UriString;
4050 /**
4051 * The name or Amazon Resource Name (ARN) of the IAM role associated with this job.
4052 */
4053 Role?: RoleString;
4054 /**
4055 * The time and date that this job definition was created.
4056 */
4057 CreatedOn?: TimestampValue;
4058 /**
4059 * The last point in time when this job definition was modified.
4060 */
4061 LastModifiedOn?: TimestampValue;
4062 /**
4063 * An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
4064 */
4065 ExecutionProperty?: ExecutionProperty;
4066 /**
4067 * The JobCommand that executes this job.
4068 */
4069 Command?: JobCommand;
4070 /**
4071 * The default arguments for this job, specified as name-value pairs. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes. For information about how to specify and consume your own Job arguments, see the Calling AWS Glue APIs in Python topic in the developer guide. For information about the key-value pairs that AWS Glue consumes to set up your job, see the Special Parameters Used by AWS Glue topic in the developer guide.
4072 */
4073 DefaultArguments?: GenericMap;
4074 /**
4075 * Non-overridable arguments for this job, specified as name-value pairs.
4076 */
4077 NonOverridableArguments?: GenericMap;
4078 /**
4079 * The connections used for this job.
4080 */
4081 Connections?: ConnectionsList;
4082 /**
4083 * The maximum number of times to retry this job after a JobRun fails.
4084 */
4085 MaxRetries?: MaxRetries;
4086 /**
4087 * This field is deprecated. Use MaxCapacity instead. The number of AWS Glue data processing units (DPUs) allocated to runs of this job. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page.
4088 */
4089 AllocatedCapacity?: IntegerValue;
4090 /**
4091 * The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
4092 */
4093 Timeout?: Timeout;
4094 /**
4095 * The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job or an Apache Spark ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl"), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.
4096 */
4097 MaxCapacity?: NullableDouble;
4098 /**
4099 * The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. For the G.2X worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
4100 */
4101 WorkerType?: WorkerType;
4102 /**
4103 * The number of workers of a defined workerType that are allocated when a job runs. The maximum number of workers you can define are 299 for G.1X, and 149 for G.2X.
4104 */
4105 NumberOfWorkers?: NullableInteger;
4106 /**
4107 * The name of the SecurityConfiguration structure to be used with this job.
4108 */
4109 SecurityConfiguration?: NameString;
4110 /**
4111 * Specifies configuration properties of a job notification.
4112 */
4113 NotificationProperty?: NotificationProperty;
4114 /**
4115 * Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for jobs of type Spark. For more information about the available AWS Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide. Jobs that are created without specifying a Glue version default to Glue 0.9.
4116 */
4117 GlueVersion?: GlueVersionString;
4118 }
4119 export interface JobBookmarkEntry {
4120 /**
4121 * The name of the job in question.
4122 */
4123 JobName?: JobName;
4124 /**
4125 * The version of the job.
4126 */
4127 Version?: IntegerValue;
4128 /**
4129 * The run ID number.
4130 */
4131 Run?: IntegerValue;
4132 /**
4133 * The attempt ID number.
4134 */
4135 Attempt?: IntegerValue;
4136 /**
4137 * The unique run identifier associated with the previous job run.
4138 */
4139 PreviousRunId?: RunId;
4140 /**
4141 * The run ID number.
4142 */
4143 RunId?: RunId;
4144 /**
4145 * The bookmark itself.
4146 */
4147 JobBookmark?: JsonValue;
4148 }
4149 export interface JobBookmarksEncryption {
4150 /**
4151 * The encryption mode to use for job bookmarks data.
4152 */
4153 JobBookmarksEncryptionMode?: JobBookmarksEncryptionMode;
4154 /**
4155 * The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
4156 */
4157 KmsKeyArn?: KmsKeyArn;
4158 }
4159 export type JobBookmarksEncryptionMode = "DISABLED"|"CSE-KMS"|string;
4160 export interface JobCommand {
4161 /**
4162 * The name of the job command. For an Apache Spark ETL job, this must be glueetl. For a Python shell job, it must be pythonshell.
4163 */
4164 Name?: GenericString;
4165 /**
4166 * Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that executes a job.
4167 */
4168 ScriptLocation?: ScriptLocationString;
4169 /**
4170 * The Python version being used to execute a Python shell job. Allowed values are 2 or 3.
4171 */
4172 PythonVersion?: PythonVersionString;
4173 }
4174 export type JobList = Job[];
4175 export type JobName = string;
4176 export type JobNameList = NameString[];
4177 export interface JobNodeDetails {
4178 /**
4179 * The information for the job runs represented by the job node.
4180 */
4181 JobRuns?: JobRunList;
4182 }
4183 export interface JobRun {
4184 /**
4185 * The ID of this job run.
4186 */
4187 Id?: IdString;
4188 /**
4189 * The number of the attempt to run this job.
4190 */
4191 Attempt?: AttemptCount;
4192 /**
4193 * The ID of the previous run of this job. For example, the JobRunId specified in the StartJobRun action.
4194 */
4195 PreviousRunId?: IdString;
4196 /**
4197 * The name of the trigger that started this job run.
4198 */
4199 TriggerName?: NameString;
4200 /**
4201 * The name of the job definition being used in this run.
4202 */
4203 JobName?: NameString;
4204 /**
4205 * The date and time at which this job run was started.
4206 */
4207 StartedOn?: TimestampValue;
4208 /**
4209 * The last time that this job run was modified.
4210 */
4211 LastModifiedOn?: TimestampValue;
4212 /**
4213 * The date and time that this job run completed.
4214 */
4215 CompletedOn?: TimestampValue;
4216 /**
4217 * The current state of the job run.
4218 */
4219 JobRunState?: JobRunState;
4220 /**
4221 * The job arguments associated with this run. For this job run, they replace the default arguments set in the job definition itself. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes. For information about how to specify and consume your own job arguments, see the Calling AWS Glue APIs in Python topic in the developer guide. For information about the key-value pairs that AWS Glue consumes to set up your job, see the Special Parameters Used by AWS Glue topic in the developer guide.
4222 */
4223 Arguments?: GenericMap;
4224 /**
4225 * An error message associated with this job run.
4226 */
4227 ErrorMessage?: ErrorString;
4228 /**
4229 * A list of predecessors to this job run.
4230 */
4231 PredecessorRuns?: PredecessorList;
4232 /**
4233 * This field is deprecated. Use MaxCapacity instead. The number of AWS Glue data processing units (DPUs) allocated to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page.
4234 */
4235 AllocatedCapacity?: IntegerValue;
4236 /**
4237 * The amount of time (in seconds) that the job run consumed resources.
4238 */
4239 ExecutionTime?: ExecutionTime;
4240 /**
4241 * The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.
4242 */
4243 Timeout?: Timeout;
4244 /**
4245 * The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job or an Apache Spark ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl"), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.
4246 */
4247 MaxCapacity?: NullableDouble;
4248 /**
4249 * The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker. For the G.2X worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.
4250 */
4251 WorkerType?: WorkerType;
4252 /**
4253 * The number of workers of a defined workerType that are allocated when a job runs. The maximum number of workers you can define are 299 for G.1X, and 149 for G.2X.
4254 */
4255 NumberOfWorkers?: NullableInteger;
4256 /**
4257 * The name of the SecurityConfiguration structure to be used with this job run.
4258 */
4259 SecurityConfiguration?: NameString;
4260 /**
4261 * The name of the log group for secure logging that can be server-side encrypted in Amazon CloudWatch using AWS KMS. This name can be /aws-glue/jobs/, in which case the default encryption is NONE. If you add a role name and SecurityConfiguration name (in other words, /aws-glue/jobs-yourRoleName-yourSecurityConfigurationName/), then that security configuration is used to encrypt the log group.
4262 */
4263 LogGroupName?: GenericString;
4264 /**
4265 * Specifies configuration properties of a job run notification.
4266 */
4267 NotificationProperty?: NotificationProperty;
4268 /**
4269 * Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for jobs of type Spark. For more information about the available AWS Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide. Jobs that are created without specifying a Glue version default to Glue 0.9.
4270 */
4271 GlueVersion?: GlueVersionString;
4272 }
4273 export type JobRunList = JobRun[];
4274 export type JobRunState = "STARTING"|"RUNNING"|"STOPPING"|"STOPPED"|"SUCCEEDED"|"FAILED"|"TIMEOUT"|string;
4275 export interface JobUpdate {
4276 /**
4277 * Description of the job being defined.
4278 */
4279 Description?: DescriptionString;
4280 /**
4281 * This field is reserved for future use.
4282 */
4283 LogUri?: UriString;
4284 /**
4285 * The name or Amazon Resource Name (ARN) of the IAM role associated with this job (required).
4286 */
4287 Role?: RoleString;
4288 /**
4289 * An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
4290 */
4291 ExecutionProperty?: ExecutionProperty;
4292 /**
4293 * The JobCommand that executes this job (required).
4294 */
4295 Command?: JobCommand;
4296 /**
4297 * The default arguments for this job. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes. For information about how to specify and consume your own Job arguments, see the Calling AWS Glue APIs in Python topic in the developer guide. For information about the key-value pairs that AWS Glue consumes to set up your job, see the Special Parameters Used by AWS Glue topic in the developer guide.
4298 */
4299 DefaultArguments?: GenericMap;
4300 /**
4301 * Non-overridable arguments for this job, specified as name-value pairs.
4302 */
4303 NonOverridableArguments?: GenericMap;
4304 /**
4305 * The connections used for this job.
4306 */
4307 Connections?: ConnectionsList;
4308 /**
4309 * The maximum number of times to retry this job if it fails.
4310 */
4311 MaxRetries?: MaxRetries;
4312 /**
4313 * This field is deprecated. Use MaxCapacity instead. The number of AWS Glue data processing units (DPUs) to allocate to this job. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page.
4314 */
4315 AllocatedCapacity?: IntegerValue;
4316 /**
4317 * The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
4318 */
4319 Timeout?: Timeout;
4320 /**
4321 * The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job or an Apache Spark ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl"), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.
4322 */
4323 MaxCapacity?: NullableDouble;
4324 /**
4325 * The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs. For the G.2X worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.
4326 */
4327 WorkerType?: WorkerType;
4328 /**
4329 * The number of workers of a defined workerType that are allocated when a job runs. The maximum number of workers you can define are 299 for G.1X, and 149 for G.2X.
4330 */
4331 NumberOfWorkers?: NullableInteger;
4332 /**
4333 * The name of the SecurityConfiguration structure to be used with this job.
4334 */
4335 SecurityConfiguration?: NameString;
4336 /**
4337 * Specifies the configuration properties of a job notification.
4338 */
4339 NotificationProperty?: NotificationProperty;
4340 /**
4341 * Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for jobs of type Spark. For more information about the available AWS Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.
4342 */
4343 GlueVersion?: GlueVersionString;
4344 }
4345 export interface JsonClassifier {
4346 /**
4347 * The name of the classifier.
4348 */
4349 Name: NameString;
4350 /**
4351 * The time that this classifier was registered.
4352 */
4353 CreationTime?: Timestamp;
4354 /**
4355 * The time that this classifier was last updated.
4356 */
4357 LastUpdated?: Timestamp;
4358 /**
4359 * The version of this classifier.
4360 */
4361 Version?: VersionId;
4362 /**
4363 * A JsonPath string defining the JSON data for the classifier to classify. AWS Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.
4364 */
4365 JsonPath: JsonPath;
4366 }
4367 export type JsonPath = string;
4368 export type JsonValue = string;
4369 export type KeyString = string;
4370 export type KmsKeyArn = string;
4371 export type LabelCount = number;
4372 export interface LabelingSetGenerationTaskRunProperties {
4373 /**
4374 * The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.
4375 */
4376 OutputS3Path?: UriString;
4377 }
4378 export type Language = "PYTHON"|"SCALA"|string;
4379 export interface LastCrawlInfo {
4380 /**
4381 * Status of the last crawl.
4382 */
4383 Status?: LastCrawlStatus;
4384 /**
4385 * If an error occurred, the error information about the last crawl.
4386 */
4387 ErrorMessage?: DescriptionString;
4388 /**
4389 * The log group for the last crawl.
4390 */
4391 LogGroup?: LogGroup;
4392 /**
4393 * The log stream for the last crawl.
4394 */
4395 LogStream?: LogStream;
4396 /**
4397 * The prefix for a message about this crawl.
4398 */
4399 MessagePrefix?: MessagePrefix;
4400 /**
4401 * The time at which the crawl started.
4402 */
4403 StartTime?: Timestamp;
4404 }
4405 export type LastCrawlStatus = "SUCCEEDED"|"CANCELLED"|"FAILED"|string;
4406 export interface ListCrawlersRequest {
4407 /**
4408 * The maximum size of a list to return.
4409 */
4410 MaxResults?: PageSize;
4411 /**
4412 * A continuation token, if this is a continuation request.
4413 */
4414 NextToken?: Token;
4415 /**
4416 * Specifies to return only these tagged resources.
4417 */
4418 Tags?: TagsMap;
4419 }
4420 export interface ListCrawlersResponse {
4421 /**
4422 * The names of all crawlers in the account, or the crawlers with the specified tags.
4423 */
4424 CrawlerNames?: CrawlerNameList;
4425 /**
4426 * A continuation token, if the returned list does not contain the last metric available.
4427 */
4428 NextToken?: Token;
4429 }
4430 export interface ListDevEndpointsRequest {
4431 /**
4432 * A continuation token, if this is a continuation request.
4433 */
4434 NextToken?: GenericString;
4435 /**
4436 * The maximum size of a list to return.
4437 */
4438 MaxResults?: PageSize;
4439 /**
4440 * Specifies to return only these tagged resources.
4441 */
4442 Tags?: TagsMap;
4443 }
4444 export interface ListDevEndpointsResponse {
4445 /**
4446 * The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.
4447 */
4448 DevEndpointNames?: DevEndpointNameList;
4449 /**
4450 * A continuation token, if the returned list does not contain the last metric available.
4451 */
4452 NextToken?: GenericString;
4453 }
4454 export interface ListJobsRequest {
4455 /**
4456 * A continuation token, if this is a continuation request.
4457 */
4458 NextToken?: GenericString;
4459 /**
4460 * The maximum size of a list to return.
4461 */
4462 MaxResults?: PageSize;
4463 /**
4464 * Specifies to return only these tagged resources.
4465 */
4466 Tags?: TagsMap;
4467 }
4468 export interface ListJobsResponse {
4469 /**
4470 * The names of all jobs in the account, or the jobs with the specified tags.
4471 */
4472 JobNames?: JobNameList;
4473 /**
4474 * A continuation token, if the returned list does not contain the last metric available.
4475 */
4476 NextToken?: GenericString;
4477 }
4478 export interface ListMLTransformsRequest {
4479 /**
4480 * A continuation token, if this is a continuation request.
4481 */
4482 NextToken?: PaginationToken;
4483 /**
4484 * The maximum size of a list to return.
4485 */
4486 MaxResults?: PageSize;
4487 /**
4488 * A TransformFilterCriteria used to filter the machine learning transforms.
4489 */
4490 Filter?: TransformFilterCriteria;
4491 /**
4492 * A TransformSortCriteria used to sort the machine learning transforms.
4493 */
4494 Sort?: TransformSortCriteria;
4495 /**
4496 * Specifies to return only these tagged resources.
4497 */
4498 Tags?: TagsMap;
4499 }
4500 export interface ListMLTransformsResponse {
4501 /**
4502 * The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.
4503 */
4504 TransformIds: TransformIdList;
4505 /**
4506 * A continuation token, if the returned list does not contain the last metric available.
4507 */
4508 NextToken?: PaginationToken;
4509 }
4510 export interface ListTriggersRequest {
4511 /**
4512 * A continuation token, if this is a continuation request.
4513 */
4514 NextToken?: GenericString;
4515 /**
4516 * The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.
4517 */
4518 DependentJobName?: NameString;
4519 /**
4520 * The maximum size of a list to return.
4521 */
4522 MaxResults?: PageSize;
4523 /**
4524 * Specifies to return only these tagged resources.
4525 */
4526 Tags?: TagsMap;
4527 }
4528 export interface ListTriggersResponse {
4529 /**
4530 * The names of all triggers in the account, or the triggers with the specified tags.
4531 */
4532 TriggerNames?: TriggerNameList;
4533 /**
4534 * A continuation token, if the returned list does not contain the last metric available.
4535 */
4536 NextToken?: GenericString;
4537 }
4538 export interface ListWorkflowsRequest {
4539 /**
4540 * A continuation token, if this is a continuation request.
4541 */
4542 NextToken?: GenericString;
4543 /**
4544 * The maximum size of a list to return.
4545 */
4546 MaxResults?: PageSize;
4547 }
4548 export interface ListWorkflowsResponse {
4549 /**
4550 * List of names of workflows in the account.
4551 */
4552 Workflows?: WorkflowNames;
4553 /**
4554 * A continuation token, if not all workflow names have been returned.
4555 */
4556 NextToken?: GenericString;
4557 }
4558 export interface Location {
4559 /**
4560 * A JDBC location.
4561 */
4562 Jdbc?: CodeGenNodeArgs;
4563 /**
4564 * An Amazon Simple Storage Service (Amazon S3) location.
4565 */
4566 S3?: CodeGenNodeArgs;
4567 /**
4568 * An Amazon DynamoDB table location.
4569 */
4570 DynamoDB?: CodeGenNodeArgs;
4571 }
4572 export type LocationMap = {[key: string]: ColumnValuesString};
4573 export type LocationString = string;
4574 export type LogGroup = string;
4575 export type LogStream = string;
4576 export type Logical = "AND"|"ANY"|string;
4577 export type LogicalOperator = "EQUALS"|string;
4578 export interface MLTransform {
4579 /**
4580 * The unique transform ID that is generated for the machine learning transform. The ID is guaranteed to be unique and does not change.
4581 */
4582 TransformId?: HashString;
4583 /**
4584 * A user-defined name for the machine learning transform. Names are not guaranteed unique and can be changed at any time.
4585 */
4586 Name?: NameString;
4587 /**
4588 * A user-defined, long-form description text for the machine learning transform. Descriptions are not guaranteed to be unique and can be changed at any time.
4589 */
4590 Description?: DescriptionString;
4591 /**
4592 * The current status of the machine learning transform.
4593 */
4594 Status?: TransformStatusType;
4595 /**
4596 * A timestamp. The time and date that this machine learning transform was created.
4597 */
4598 CreatedOn?: Timestamp;
4599 /**
4600 * A timestamp. The last point in time when this machine learning transform was modified.
4601 */
4602 LastModifiedOn?: Timestamp;
4603 /**
4604 * A list of AWS Glue table definitions used by the transform.
4605 */
4606 InputRecordTables?: GlueTables;
4607 /**
4608 * A TransformParameters object. You can use parameters to tune (customize) the behavior of the machine learning transform by specifying what data it learns from and your preference on various tradeoffs (such as precious vs. recall, or accuracy vs. cost).
4609 */
4610 Parameters?: TransformParameters;
4611 /**
4612 * An EvaluationMetrics object. Evaluation metrics provide an estimate of the quality of your machine learning transform.
4613 */
4614 EvaluationMetrics?: EvaluationMetrics;
4615 /**
4616 * A count identifier for the labeling files generated by AWS Glue for this transform. As you create a better transform, you can iteratively download, label, and upload the labeling file.
4617 */
4618 LabelCount?: LabelCount;
4619 /**
4620 * A map of key-value pairs representing the columns and data types that this transform can run against. Has an upper bound of 100 columns.
4621 */
4622 Schema?: TransformSchema;
4623 /**
4624 * The name or Amazon Resource Name (ARN) of the IAM role with the required permissions. The required permissions include both AWS Glue service role permissions to AWS Glue resources, and Amazon S3 permissions required by the transform. This role needs AWS Glue service role permissions to allow access to resources in AWS Glue. See Attach a Policy to IAM Users That Access AWS Glue. This role needs permission to your Amazon Simple Storage Service (Amazon S3) sources, targets, temporary directory, scripts, and any libraries used by the task run for this transform.
4625 */
4626 Role?: RoleString;
4627 /**
4628 * This value determines which version of AWS Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see AWS Glue Versions in the developer guide.
4629 */
4630 GlueVersion?: GlueVersionString;
4631 /**
4632 * The number of AWS Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page. MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType. If either NumberOfWorkers or WorkerType is set, then MaxCapacity cannot be set. If MaxCapacity is set then neither NumberOfWorkers or WorkerType can be set. If WorkerType is set, then NumberOfWorkers is required (and vice versa). MaxCapacity and NumberOfWorkers must both be at least 1. When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.
4633 */
4634 MaxCapacity?: NullableDouble;
4635 /**
4636 * The type of predefined worker that is allocated when a task of this transform runs. Accepts a value of Standard, G.1X, or G.2X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker. For the G.2X worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker. MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType. If either NumberOfWorkers or WorkerType is set, then MaxCapacity cannot be set. If MaxCapacity is set then neither NumberOfWorkers or WorkerType can be set. If WorkerType is set, then NumberOfWorkers is required (and vice versa). MaxCapacity and NumberOfWorkers must both be at least 1.
4637 */
4638 WorkerType?: WorkerType;
4639 /**
4640 * The number of workers of a defined workerType that are allocated when a task of the transform runs. If WorkerType is set, then NumberOfWorkers is required (and vice versa).
4641 */
4642 NumberOfWorkers?: NullableInteger;
4643 /**
4644 * The timeout in minutes of the machine learning transform.
4645 */
4646 Timeout?: Timeout;
4647 /**
4648 * The maximum number of times to retry after an MLTaskRun of the machine learning transform fails.
4649 */
4650 MaxRetries?: NullableInteger;
4651 }
4652 export type MapValue = {[key: string]: GenericString};
4653 export interface MappingEntry {
4654 /**
4655 * The name of the source table.
4656 */
4657 SourceTable?: TableName;
4658 /**
4659 * The source path.
4660 */
4661 SourcePath?: SchemaPathString;
4662 /**
4663 * The source type.
4664 */
4665 SourceType?: FieldType;
4666 /**
4667 * The target table.
4668 */
4669 TargetTable?: TableName;
4670 /**
4671 * The target path.
4672 */
4673 TargetPath?: SchemaPathString;
4674 /**
4675 * The target type.
4676 */
4677 TargetType?: FieldType;
4678 }
4679 export type MappingList = MappingEntry[];
4680 export type MatchCriteria = NameString[];
4681 export type MaxConcurrentRuns = number;
4682 export type MaxRetries = number;
4683 export type MessagePrefix = string;
4684 export type MillisecondsCount = number;
4685 export type NameString = string;
4686 export type NameStringList = NameString[];
4687 export interface Node {
4688 /**
4689 * The type of AWS Glue component represented by the node.
4690 */
4691 Type?: NodeType;
4692 /**
4693 * The name of the AWS Glue component represented by the node.
4694 */
4695 Name?: NameString;
4696 /**
4697 * The unique Id assigned to the node within the workflow.
4698 */
4699 UniqueId?: NameString;
4700 /**
4701 * Details of the Trigger when the node represents a Trigger.
4702 */
4703 TriggerDetails?: TriggerNodeDetails;
4704 /**
4705 * Details of the Job when the node represents a Job.
4706 */
4707 JobDetails?: JobNodeDetails;
4708 /**
4709 * Details of the crawler when the node represents a crawler.
4710 */
4711 CrawlerDetails?: CrawlerNodeDetails;
4712 }
4713 export type NodeList = Node[];
4714 export type NodeType = "CRAWLER"|"JOB"|"TRIGGER"|string;
4715 export type NonNegativeDouble = number;
4716 export type NonNegativeInteger = number;
4717 export interface NotificationProperty {
4718 /**
4719 * After a job run starts, the number of minutes to wait before sending a job run delay notification.
4720 */
4721 NotifyDelayAfter?: NotifyDelayAfter;
4722 }
4723 export type NotifyDelayAfter = number;
4724 export type NullableBoolean = boolean;
4725 export type NullableDouble = number;
4726 export type NullableInteger = number;
4727 export type OrchestrationStringList = GenericString[];
4728 export interface Order {
4729 /**
4730 * The name of the column.
4731 */
4732 Column: NameString;
4733 /**
4734 * Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).
4735 */
4736 SortOrder: IntegerFlag;
4737 }
4738 export type OrderList = Order[];
4739 export type PageSize = number;
4740 export type PaginationToken = string;
4741 export type ParametersMap = {[key: string]: ParametersMapValue};
4742 export type ParametersMapValue = string;
4743 export interface Partition {
4744 /**
4745 * The values of the partition.
4746 */
4747 Values?: ValueStringList;
4748 /**
4749 * The name of the catalog database in which to create the partition.
4750 */
4751 DatabaseName?: NameString;
4752 /**
4753 * The name of the database table in which to create the partition.
4754 */
4755 TableName?: NameString;
4756 /**
4757 * The time at which the partition was created.
4758 */
4759 CreationTime?: Timestamp;
4760 /**
4761 * The last time at which the partition was accessed.
4762 */
4763 LastAccessTime?: Timestamp;
4764 /**
4765 * Provides information about the physical location where the partition is stored.
4766 */
4767 StorageDescriptor?: StorageDescriptor;
4768 /**
4769 * These key-value pairs define partition parameters.
4770 */
4771 Parameters?: ParametersMap;
4772 /**
4773 * The last time at which column statistics were computed for this partition.
4774 */
4775 LastAnalyzedTime?: Timestamp;
4776 }
4777 export interface PartitionError {
4778 /**
4779 * The values that define the partition.
4780 */
4781 PartitionValues?: ValueStringList;
4782 /**
4783 * The details about the partition error.
4784 */
4785 ErrorDetail?: ErrorDetail;
4786 }
4787 export type PartitionErrors = PartitionError[];
4788 export interface PartitionInput {
4789 /**
4790 * The values of the partition. Although this parameter is not required by the SDK, you must specify this parameter for a valid input. The values for the keys for the new partition must be passed as an array of String objects that must be ordered in the same order as the partition keys appearing in the Amazon S3 prefix. Otherwise AWS Glue will add the values to the wrong keys.
4791 */
4792 Values?: ValueStringList;
4793 /**
4794 * The last time at which the partition was accessed.
4795 */
4796 LastAccessTime?: Timestamp;
4797 /**
4798 * Provides information about the physical location where the partition is stored.
4799 */
4800 StorageDescriptor?: StorageDescriptor;
4801 /**
4802 * These key-value pairs define partition parameters.
4803 */
4804 Parameters?: ParametersMap;
4805 /**
4806 * The last time at which column statistics were computed for this partition.
4807 */
4808 LastAnalyzedTime?: Timestamp;
4809 }
4810 export type PartitionInputList = PartitionInput[];
4811 export type PartitionList = Partition[];
4812 export interface PartitionValueList {
4813 /**
4814 * The list of values.
4815 */
4816 Values: ValueStringList;
4817 }
4818 export type Path = string;
4819 export type PathList = Path[];
4820 export type Permission = "ALL"|"SELECT"|"ALTER"|"DROP"|"DELETE"|"INSERT"|"CREATE_DATABASE"|"CREATE_TABLE"|"DATA_LOCATION_ACCESS"|string;
4821 export type PermissionList = Permission[];
4822 export interface PhysicalConnectionRequirements {
4823 /**
4824 * The subnet ID used by the connection.
4825 */
4826 SubnetId?: NameString;
4827 /**
4828 * The security group ID list used by the connection.
4829 */
4830 SecurityGroupIdList?: SecurityGroupIdList;
4831 /**
4832 * The connection's Availability Zone. This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.
4833 */
4834 AvailabilityZone?: NameString;
4835 }
4836 export type PolicyJsonString = string;
4837 export interface Predecessor {
4838 /**
4839 * The name of the job definition used by the predecessor job run.
4840 */
4841 JobName?: NameString;
4842 /**
4843 * The job-run ID of the predecessor job run.
4844 */
4845 RunId?: IdString;
4846 }
4847 export type PredecessorList = Predecessor[];
4848 export interface Predicate {
4849 /**
4850 * An optional field if only one condition is listed. If multiple conditions are listed, then this field is required.
4851 */
4852 Logical?: Logical;
4853 /**
4854 * A list of the conditions that determine when the trigger will fire.
4855 */
4856 Conditions?: ConditionList;
4857 }
4858 export type PredicateString = string;
4859 export interface PrincipalPermissions {
4860 /**
4861 * The principal who is granted permissions.
4862 */
4863 Principal?: DataLakePrincipal;
4864 /**
4865 * The permissions that are granted to the principal.
4866 */
4867 Permissions?: PermissionList;
4868 }
4869 export type PrincipalPermissionsList = PrincipalPermissions[];
4870 export type PrincipalType = "USER"|"ROLE"|"GROUP"|string;
4871 export interface PropertyPredicate {
4872 /**
4873 * The key of the property.
4874 */
4875 Key?: ValueString;
4876 /**
4877 * The value of the property.
4878 */
4879 Value?: ValueString;
4880 /**
4881 * The comparator used to compare this property to others.
4882 */
4883 Comparator?: Comparator;
4884 }
4885 export type PublicKeysList = GenericString[];
4886 export interface PutDataCatalogEncryptionSettingsRequest {
4887 /**
4888 * The ID of the Data Catalog to set the security configuration for. If none is provided, the AWS account ID is used by default.
4889 */
4890 CatalogId?: CatalogIdString;
4891 /**
4892 * The security configuration to set.
4893 */
4894 DataCatalogEncryptionSettings: DataCatalogEncryptionSettings;
4895 }
4896 export interface PutDataCatalogEncryptionSettingsResponse {
4897 }
4898 export interface PutResourcePolicyRequest {
4899 /**
4900 * Contains the policy document to set, in JSON format.
4901 */
4902 PolicyInJson: PolicyJsonString;
4903 /**
4904 * The hash value returned when the previous policy was set using PutResourcePolicy. Its purpose is to prevent concurrent modifications of a policy. Do not use this parameter if no previous policy has been set.
4905 */
4906 PolicyHashCondition?: HashString;
4907 /**
4908 * A value of MUST_EXIST is used to update a policy. A value of NOT_EXIST is used to create a new policy. If a value of NONE or a null value is used, the call will not depend on the existence of a policy.
4909 */
4910 PolicyExistsCondition?: ExistCondition;
4911 }
4912 export interface PutResourcePolicyResponse {
4913 /**
4914 * A hash of the policy that has just been set. This must be included in a subsequent call that overwrites or updates this policy.
4915 */
4916 PolicyHash?: HashString;
4917 }
4918 export interface PutWorkflowRunPropertiesRequest {
4919 /**
4920 * Name of the workflow which was run.
4921 */
4922 Name: NameString;
4923 /**
4924 * The ID of the workflow run for which the run properties should be updated.
4925 */
4926 RunId: IdString;
4927 /**
4928 * The properties to put for the specified run.
4929 */
4930 RunProperties: WorkflowRunProperties;
4931 }
4932 export interface PutWorkflowRunPropertiesResponse {
4933 }
4934 export type PythonScript = string;
4935 export type PythonVersionString = string;
4936 export type RecordsCount = number;
4937 export type ReplaceBoolean = boolean;
4938 export interface ResetJobBookmarkRequest {
4939 /**
4940 * The name of the job in question.
4941 */
4942 JobName: JobName;
4943 /**
4944 * The unique run identifier associated with this job run.
4945 */
4946 RunId?: RunId;
4947 }
4948 export interface ResetJobBookmarkResponse {
4949 /**
4950 * The reset bookmark entry.
4951 */
4952 JobBookmarkEntry?: JobBookmarkEntry;
4953 }
4954 export type ResourceType = "JAR"|"FILE"|"ARCHIVE"|string;
4955 export interface ResourceUri {
4956 /**
4957 * The type of the resource.
4958 */
4959 ResourceType?: ResourceType;
4960 /**
4961 * The URI for accessing the resource.
4962 */
4963 Uri?: URI;
4964 }
4965 export type ResourceUriList = ResourceUri[];
4966 export type Role = string;
4967 export type RoleArn = string;
4968 export type RoleString = string;
4969 export type RowTag = string;
4970 export type RunId = string;
4971 export interface S3Encryption {
4972 /**
4973 * The encryption mode to use for Amazon S3 data.
4974 */
4975 S3EncryptionMode?: S3EncryptionMode;
4976 /**
4977 * The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
4978 */
4979 KmsKeyArn?: KmsKeyArn;
4980 }
4981 export type S3EncryptionList = S3Encryption[];
4982 export type S3EncryptionMode = "DISABLED"|"SSE-KMS"|"SSE-S3"|string;
4983 export interface S3Target {
4984 /**
4985 * The path to the Amazon S3 target.
4986 */
4987 Path?: Path;
4988 /**
4989 * A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
4990 */
4991 Exclusions?: PathList;
4992 }
4993 export type S3TargetList = S3Target[];
4994 export type ScalaCode = string;
4995 export interface Schedule {
4996 /**
4997 * A cron expression used to specify the schedule. For more information, see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, specify cron(15 12 * * ? *).
4998 */
4999 ScheduleExpression?: CronExpression;
5000 /**
5001 * The state of the schedule.
5002 */
5003 State?: ScheduleState;
5004 }
5005 export type ScheduleState = "SCHEDULED"|"NOT_SCHEDULED"|"TRANSITIONING"|string;
5006 export interface SchemaChangePolicy {
5007 /**
5008 * The update behavior when the crawler finds a changed schema.
5009 */
5010 UpdateBehavior?: UpdateBehavior;
5011 /**
5012 * The deletion behavior when the crawler finds a deleted object.
5013 */
5014 DeleteBehavior?: DeleteBehavior;
5015 }
5016 export interface SchemaColumn {
5017 /**
5018 * The name of the column.
5019 */
5020 Name?: ColumnNameString;
5021 /**
5022 * The type of data in the column.
5023 */
5024 DataType?: ColumnTypeString;
5025 }
5026 export type SchemaPathString = string;
5027 export type ScriptLocationString = string;
5028 export type SearchPropertyPredicates = PropertyPredicate[];
5029 export interface SearchTablesRequest {
5030 /**
5031 * A unique identifier, consisting of account_id/datalake.
5032 */
5033 CatalogId?: CatalogIdString;
5034 /**
5035 * A continuation token, included if this is a continuation call.
5036 */
5037 NextToken?: Token;
5038 /**
5039 * A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.
5040 */
5041 Filters?: SearchPropertyPredicates;
5042 /**
5043 * A string used for a text search. Specifying a value in quotes filters based on an exact match to the value.
5044 */
5045 SearchText?: ValueString;
5046 /**
5047 * A list of criteria for sorting the results by a field name, in an ascending or descending order.
5048 */
5049 SortCriteria?: SortCriteria;
5050 /**
5051 * The maximum number of tables to return in a single response.
5052 */
5053 MaxResults?: PageSize;
5054 }
5055 export interface SearchTablesResponse {
5056 /**
5057 * A continuation token, present if the current list segment is not the last.
5058 */
5059 NextToken?: Token;
5060 /**
5061 * A list of the requested Table objects. The SearchTables response returns only the tables that you have access to.
5062 */
5063 TableList?: TableList;
5064 }
5065 export interface SecurityConfiguration {
5066 /**
5067 * The name of the security configuration.
5068 */
5069 Name?: NameString;
5070 /**
5071 * The time at which this security configuration was created.
5072 */
5073 CreatedTimeStamp?: TimestampValue;
5074 /**
5075 * The encryption configuration associated with this security configuration.
5076 */
5077 EncryptionConfiguration?: EncryptionConfiguration;
5078 }
5079 export type SecurityConfigurationList = SecurityConfiguration[];
5080 export type SecurityGroupIdList = NameString[];
5081 export interface Segment {
5082 /**
5083 * The zero-based index number of the segment. For example, if the total number of segments is 4, SegmentNumber values range from 0 through 3.
5084 */
5085 SegmentNumber: NonNegativeInteger;
5086 /**
5087 * The total number of segments.
5088 */
5089 TotalSegments: TotalSegmentsInteger;
5090 }
5091 export interface SerDeInfo {
5092 /**
5093 * Name of the SerDe.
5094 */
5095 Name?: NameString;
5096 /**
5097 * Usually the class that implements the SerDe. An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.
5098 */
5099 SerializationLibrary?: NameString;
5100 /**
5101 * These key-value pairs define initialization parameters for the SerDe.
5102 */
5103 Parameters?: ParametersMap;
5104 }
5105 export interface SkewedInfo {
5106 /**
5107 * A list of names of columns that contain skewed values.
5108 */
5109 SkewedColumnNames?: NameStringList;
5110 /**
5111 * A list of values that appear so frequently as to be considered skewed.
5112 */
5113 SkewedColumnValues?: ColumnValueStringList;
5114 /**
5115 * A mapping of skewed values to the columns that contain them.
5116 */
5117 SkewedColumnValueLocationMaps?: LocationMap;
5118 }
5119 export type Sort = "ASC"|"DESC"|string;
5120 export type SortCriteria = SortCriterion[];
5121 export interface SortCriterion {
5122 /**
5123 * The name of the field on which to sort.
5124 */
5125 FieldName?: ValueString;
5126 /**
5127 * An ascending or descending sort.
5128 */
5129 Sort?: Sort;
5130 }
5131 export type SortDirectionType = "DESCENDING"|"ASCENDING"|string;
5132 export interface StartCrawlerRequest {
5133 /**
5134 * Name of the crawler to start.
5135 */
5136 Name: NameString;
5137 }
5138 export interface StartCrawlerResponse {
5139 }
5140 export interface StartCrawlerScheduleRequest {
5141 /**
5142 * Name of the crawler to schedule.
5143 */
5144 CrawlerName: NameString;
5145 }
5146 export interface StartCrawlerScheduleResponse {
5147 }
5148 export interface StartExportLabelsTaskRunRequest {
5149 /**
5150 * The unique identifier of the machine learning transform.
5151 */
5152 TransformId: HashString;
5153 /**
5154 * The Amazon S3 path where you export the labels.
5155 */
5156 OutputS3Path: UriString;
5157 }
5158 export interface StartExportLabelsTaskRunResponse {
5159 /**
5160 * The unique identifier for the task run.
5161 */
5162 TaskRunId?: HashString;
5163 }
5164 export interface StartImportLabelsTaskRunRequest {
5165 /**
5166 * The unique identifier of the machine learning transform.
5167 */
5168 TransformId: HashString;
5169 /**
5170 * The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
5171 */
5172 InputS3Path: UriString;
5173 /**
5174 * Indicates whether to overwrite your existing labels.
5175 */
5176 ReplaceAllLabels?: ReplaceBoolean;
5177 }
5178 export interface StartImportLabelsTaskRunResponse {
5179 /**
5180 * The unique identifier for the task run.
5181 */
5182 TaskRunId?: HashString;
5183 }
5184 export interface StartJobRunRequest {
5185 /**
5186 * The name of the job definition to use.
5187 */
5188 JobName: NameString;
5189 /**
5190 * The ID of a previous JobRun to retry.
5191 */
5192 JobRunId?: IdString;
5193 /**
5194 * The job arguments specifically for this run. For this job run, they replace the default arguments set in the job definition itself. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes. For information about how to specify and consume your own Job arguments, see the Calling AWS Glue APIs in Python topic in the developer guide. For information about the key-value pairs that AWS Glue consumes to set up your job, see the Special Parameters Used by AWS Glue topic in the developer guide.
5195 */
5196 Arguments?: GenericMap;
5197 /**
5198 * This field is deprecated. Use MaxCapacity instead. The number of AWS Glue data processing units (DPUs) to allocate to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page.
5199 */
5200 AllocatedCapacity?: IntegerValue;
5201 /**
5202 * The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.
5203 */
5204 Timeout?: Timeout;
5205 /**
5206 * The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page. Do not set Max Capacity if using WorkerType and NumberOfWorkers. The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, or an Apache Spark ETL job: When you specify a Python shell job (JobCommand.Name="pythonshell"), you can allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU. When you specify an Apache Spark ETL job (JobCommand.Name="glueetl"), you can allocate from 2 to 100 DPUs. The default is 10 DPUs. This job type cannot have a fractional DPU allocation.
5207 */
5208 MaxCapacity?: NullableDouble;
5209 /**
5210 * The name of the SecurityConfiguration structure to be used with this job run.
5211 */
5212 SecurityConfiguration?: NameString;
5213 /**
5214 * Specifies configuration properties of a job run notification.
5215 */
5216 NotificationProperty?: NotificationProperty;
5217 /**
5218 * The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, or G.2X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker. For the G.2X worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.
5219 */
5220 WorkerType?: WorkerType;
5221 /**
5222 * The number of workers of a defined workerType that are allocated when a job runs. The maximum number of workers you can define are 299 for G.1X, and 149 for G.2X.
5223 */
5224 NumberOfWorkers?: NullableInteger;
5225 }
5226 export interface StartJobRunResponse {
5227 /**
5228 * The ID assigned to this job run.
5229 */
5230 JobRunId?: IdString;
5231 }
5232 export interface StartMLEvaluationTaskRunRequest {
5233 /**
5234 * The unique identifier of the machine learning transform.
5235 */
5236 TransformId: HashString;
5237 }
5238 export interface StartMLEvaluationTaskRunResponse {
5239 /**
5240 * The unique identifier associated with this run.
5241 */
5242 TaskRunId?: HashString;
5243 }
5244 export interface StartMLLabelingSetGenerationTaskRunRequest {
5245 /**
5246 * The unique identifier of the machine learning transform.
5247 */
5248 TransformId: HashString;
5249 /**
5250 * The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.
5251 */
5252 OutputS3Path: UriString;
5253 }
5254 export interface StartMLLabelingSetGenerationTaskRunResponse {
5255 /**
5256 * The unique run identifier that is associated with this task run.
5257 */
5258 TaskRunId?: HashString;
5259 }
5260 export interface StartTriggerRequest {
5261 /**
5262 * The name of the trigger to start.
5263 */
5264 Name: NameString;
5265 }
5266 export interface StartTriggerResponse {
5267 /**
5268 * The name of the trigger that was started.
5269 */
5270 Name?: NameString;
5271 }
5272 export interface StartWorkflowRunRequest {
5273 /**
5274 * The name of the workflow to start.
5275 */
5276 Name: NameString;
5277 }
5278 export interface StartWorkflowRunResponse {
5279 /**
5280 * An Id for the new run.
5281 */
5282 RunId?: IdString;
5283 }
5284 export interface StopCrawlerRequest {
5285 /**
5286 * Name of the crawler to stop.
5287 */
5288 Name: NameString;
5289 }
5290 export interface StopCrawlerResponse {
5291 }
5292 export interface StopCrawlerScheduleRequest {
5293 /**
5294 * Name of the crawler whose schedule state to set.
5295 */
5296 CrawlerName: NameString;
5297 }
5298 export interface StopCrawlerScheduleResponse {
5299 }
5300 export interface StopTriggerRequest {
5301 /**
5302 * The name of the trigger to stop.
5303 */
5304 Name: NameString;
5305 }
5306 export interface StopTriggerResponse {
5307 /**
5308 * The name of the trigger that was stopped.
5309 */
5310 Name?: NameString;
5311 }
5312 export interface StorageDescriptor {
5313 /**
5314 * A list of the Columns in the table.
5315 */
5316 Columns?: ColumnList;
5317 /**
5318 * The physical location of the table. By default, this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.
5319 */
5320 Location?: LocationString;
5321 /**
5322 * The input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.
5323 */
5324 InputFormat?: FormatString;
5325 /**
5326 * The output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.
5327 */
5328 OutputFormat?: FormatString;
5329 /**
5330 * True if the data in the table is compressed, or False if not.
5331 */
5332 Compressed?: Boolean;
5333 /**
5334 * Must be specified if the table contains any dimension columns.
5335 */
5336 NumberOfBuckets?: Integer;
5337 /**
5338 * The serialization/deserialization (SerDe) information.
5339 */
5340 SerdeInfo?: SerDeInfo;
5341 /**
5342 * A list of reducer grouping columns, clustering columns, and bucketing columns in the table.
5343 */
5344 BucketColumns?: NameStringList;
5345 /**
5346 * A list specifying the sort order of each bucket in the table.
5347 */
5348 SortColumns?: OrderList;
5349 /**
5350 * The user-supplied properties in key-value form.
5351 */
5352 Parameters?: ParametersMap;
5353 /**
5354 * The information about values that appear frequently in a column (skewed values).
5355 */
5356 SkewedInfo?: SkewedInfo;
5357 /**
5358 * True if the table data is stored in subdirectories, or False if not.
5359 */
5360 StoredAsSubDirectories?: Boolean;
5361 }
5362 export type StringList = GenericString[];
5363 export interface Table {
5364 /**
5365 * The table name. For Hive compatibility, this must be entirely lowercase.
5366 */
5367 Name: NameString;
5368 /**
5369 * The name of the database where the table metadata resides. For Hive compatibility, this must be all lowercase.
5370 */
5371 DatabaseName?: NameString;
5372 /**
5373 * A description of the table.
5374 */
5375 Description?: DescriptionString;
5376 /**
5377 * The owner of the table.
5378 */
5379 Owner?: NameString;
5380 /**
5381 * The time when the table definition was created in the Data Catalog.
5382 */
5383 CreateTime?: Timestamp;
5384 /**
5385 * The last time that the table was updated.
5386 */
5387 UpdateTime?: Timestamp;
5388 /**
5389 * The last time that the table was accessed. This is usually taken from HDFS, and might not be reliable.
5390 */
5391 LastAccessTime?: Timestamp;
5392 /**
5393 * The last time that column statistics were computed for this table.
5394 */
5395 LastAnalyzedTime?: Timestamp;
5396 /**
5397 * The retention time for this table.
5398 */
5399 Retention?: NonNegativeInteger;
5400 /**
5401 * A storage descriptor containing information about the physical storage of this table.
5402 */
5403 StorageDescriptor?: StorageDescriptor;
5404 /**
5405 * A list of columns by which the table is partitioned. Only primitive types are supported as partition keys. When you create a table used by Amazon Athena, and you do not specify any partitionKeys, you must at least set the value of partitionKeys to an empty list. For example: "PartitionKeys": []
5406 */
5407 PartitionKeys?: ColumnList;
5408 /**
5409 * If the table is a view, the original text of the view; otherwise null.
5410 */
5411 ViewOriginalText?: ViewTextString;
5412 /**
5413 * If the table is a view, the expanded text of the view; otherwise null.
5414 */
5415 ViewExpandedText?: ViewTextString;
5416 /**
5417 * The type of this table (EXTERNAL_TABLE, VIRTUAL_VIEW, etc.).
5418 */
5419 TableType?: TableTypeString;
5420 /**
5421 * These key-value pairs define properties associated with the table.
5422 */
5423 Parameters?: ParametersMap;
5424 /**
5425 * The person or entity who created the table.
5426 */
5427 CreatedBy?: NameString;
5428 /**
5429 * Indicates whether the table has been registered with AWS Lake Formation.
5430 */
5431 IsRegisteredWithLakeFormation?: Boolean;
5432 }
5433 export interface TableError {
5434 /**
5435 * The name of the table. For Hive compatibility, this must be entirely lowercase.
5436 */
5437 TableName?: NameString;
5438 /**
5439 * The details about the error.
5440 */
5441 ErrorDetail?: ErrorDetail;
5442 }
5443 export type TableErrors = TableError[];
5444 export interface TableInput {
5445 /**
5446 * The table name. For Hive compatibility, this is folded to lowercase when it is stored.
5447 */
5448 Name: NameString;
5449 /**
5450 * A description of the table.
5451 */
5452 Description?: DescriptionString;
5453 /**
5454 * The table owner.
5455 */
5456 Owner?: NameString;
5457 /**
5458 * The last time that the table was accessed.
5459 */
5460 LastAccessTime?: Timestamp;
5461 /**
5462 * The last time that column statistics were computed for this table.
5463 */
5464 LastAnalyzedTime?: Timestamp;
5465 /**
5466 * The retention time for this table.
5467 */
5468 Retention?: NonNegativeInteger;
5469 /**
5470 * A storage descriptor containing information about the physical storage of this table.
5471 */
5472 StorageDescriptor?: StorageDescriptor;
5473 /**
5474 * A list of columns by which the table is partitioned. Only primitive types are supported as partition keys. When you create a table used by Amazon Athena, and you do not specify any partitionKeys, you must at least set the value of partitionKeys to an empty list. For example: "PartitionKeys": []
5475 */
5476 PartitionKeys?: ColumnList;
5477 /**
5478 * If the table is a view, the original text of the view; otherwise null.
5479 */
5480 ViewOriginalText?: ViewTextString;
5481 /**
5482 * If the table is a view, the expanded text of the view; otherwise null.
5483 */
5484 ViewExpandedText?: ViewTextString;
5485 /**
5486 * The type of this table (EXTERNAL_TABLE, VIRTUAL_VIEW, etc.).
5487 */
5488 TableType?: TableTypeString;
5489 /**
5490 * These key-value pairs define properties associated with the table.
5491 */
5492 Parameters?: ParametersMap;
5493 }
5494 export type TableList = Table[];
5495 export type TableName = string;
5496 export type TablePrefix = string;
5497 export type TableTypeString = string;
5498 export interface TableVersion {
5499 /**
5500 * The table in question.
5501 */
5502 Table?: Table;
5503 /**
5504 * The ID value that identifies this table version. A VersionId is a string representation of an integer. Each version is incremented by 1.
5505 */
5506 VersionId?: VersionString;
5507 }
5508 export interface TableVersionError {
5509 /**
5510 * The name of the table in question.
5511 */
5512 TableName?: NameString;
5513 /**
5514 * The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.
5515 */
5516 VersionId?: VersionString;
5517 /**
5518 * The details about the error.
5519 */
5520 ErrorDetail?: ErrorDetail;
5521 }
5522 export type TableVersionErrors = TableVersionError[];
5523 export type TagKey = string;
5524 export type TagKeysList = TagKey[];
5525 export interface TagResourceRequest {
5526 /**
5527 * The ARN of the AWS Glue resource to which to add the tags. For more information about AWS Glue resource ARNs, see the AWS Glue ARN string pattern.
5528 */
5529 ResourceArn: GlueResourceArn;
5530 /**
5531 * Tags to add to this resource.
5532 */
5533 TagsToAdd: TagsMap;
5534 }
5535 export interface TagResourceResponse {
5536 }
5537 export type TagValue = string;
5538 export type TagsMap = {[key: string]: TagValue};
5539 export interface TaskRun {
5540 /**
5541 * The unique identifier for the transform.
5542 */
5543 TransformId?: HashString;
5544 /**
5545 * The unique identifier for this task run.
5546 */
5547 TaskRunId?: HashString;
5548 /**
5549 * The current status of the requested task run.
5550 */
5551 Status?: TaskStatusType;
5552 /**
5553 * The names of the log group for secure logging, associated with this task run.
5554 */
5555 LogGroupName?: GenericString;
5556 /**
5557 * Specifies configuration properties associated with this task run.
5558 */
5559 Properties?: TaskRunProperties;
5560 /**
5561 * The list of error strings associated with this task run.
5562 */
5563 ErrorString?: GenericString;
5564 /**
5565 * The date and time that this task run started.
5566 */
5567 StartedOn?: Timestamp;
5568 /**
5569 * The last point in time that the requested task run was updated.
5570 */
5571 LastModifiedOn?: Timestamp;
5572 /**
5573 * The last point in time that the requested task run was completed.
5574 */
5575 CompletedOn?: Timestamp;
5576 /**
5577 * The amount of time (in seconds) that the task run consumed resources.
5578 */
5579 ExecutionTime?: ExecutionTime;
5580 }
5581 export interface TaskRunFilterCriteria {
5582 /**
5583 * The type of task run.
5584 */
5585 TaskRunType?: TaskType;
5586 /**
5587 * The current status of the task run.
5588 */
5589 Status?: TaskStatusType;
5590 /**
5591 * Filter on task runs started before this date.
5592 */
5593 StartedBefore?: Timestamp;
5594 /**
5595 * Filter on task runs started after this date.
5596 */
5597 StartedAfter?: Timestamp;
5598 }
5599 export type TaskRunList = TaskRun[];
5600 export interface TaskRunProperties {
5601 /**
5602 * The type of task run.
5603 */
5604 TaskType?: TaskType;
5605 /**
5606 * The configuration properties for an importing labels task run.
5607 */
5608 ImportLabelsTaskRunProperties?: ImportLabelsTaskRunProperties;
5609 /**
5610 * The configuration properties for an exporting labels task run.
5611 */
5612 ExportLabelsTaskRunProperties?: ExportLabelsTaskRunProperties;
5613 /**
5614 * The configuration properties for a labeling set generation task run.
5615 */
5616 LabelingSetGenerationTaskRunProperties?: LabelingSetGenerationTaskRunProperties;
5617 /**
5618 * The configuration properties for a find matches task run.
5619 */
5620 FindMatchesTaskRunProperties?: FindMatchesTaskRunProperties;
5621 }
5622 export type TaskRunSortColumnType = "TASK_RUN_TYPE"|"STATUS"|"STARTED"|string;
5623 export interface TaskRunSortCriteria {
5624 /**
5625 * The column to be used to sort the list of task runs for the machine learning transform.
5626 */
5627 Column: TaskRunSortColumnType;
5628 /**
5629 * The sort direction to be used to sort the list of task runs for the machine learning transform.
5630 */
5631 SortDirection: SortDirectionType;
5632 }
5633 export type TaskStatusType = "STARTING"|"RUNNING"|"STOPPING"|"STOPPED"|"SUCCEEDED"|"FAILED"|"TIMEOUT"|string;
5634 export type TaskType = "EVALUATION"|"LABELING_SET_GENERATION"|"IMPORT_LABELS"|"EXPORT_LABELS"|"FIND_MATCHES"|string;
5635 export type Timeout = number;
5636 export type Timestamp = Date;
5637 export type TimestampValue = Date;
5638 export type Token = string;
5639 export type TotalSegmentsInteger = number;
5640 export interface TransformFilterCriteria {
5641 /**
5642 * A unique transform name that is used to filter the machine learning transforms.
5643 */
5644 Name?: NameString;
5645 /**
5646 * The type of machine learning transform that is used to filter the machine learning transforms.
5647 */
5648 TransformType?: TransformType;
5649 /**
5650 * Filters the list of machine learning transforms by the last known status of the transforms (to indicate whether a transform can be used or not). One of "NOT_READY", "READY", or "DELETING".
5651 */
5652 Status?: TransformStatusType;
5653 /**
5654 * This value determines which version of AWS Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see AWS Glue Versions in the developer guide.
5655 */
5656 GlueVersion?: GlueVersionString;
5657 /**
5658 * The time and date before which the transforms were created.
5659 */
5660 CreatedBefore?: Timestamp;
5661 /**
5662 * The time and date after which the transforms were created.
5663 */
5664 CreatedAfter?: Timestamp;
5665 /**
5666 * Filter on transforms last modified before this date.
5667 */
5668 LastModifiedBefore?: Timestamp;
5669 /**
5670 * Filter on transforms last modified after this date.
5671 */
5672 LastModifiedAfter?: Timestamp;
5673 /**
5674 * Filters on datasets with a specific schema. The Map&lt;Column, Type&gt; object is an array of key-value pairs representing the schema this transform accepts, where Column is the name of a column, and Type is the type of the data such as an integer or string. Has an upper bound of 100 columns.
5675 */
5676 Schema?: TransformSchema;
5677 }
5678 export type TransformIdList = HashString[];
5679 export type TransformList = MLTransform[];
5680 export interface TransformParameters {
5681 /**
5682 * The type of machine learning transform. For information about the types of machine learning transforms, see Creating Machine Learning Transforms.
5683 */
5684 TransformType: TransformType;
5685 /**
5686 * The parameters for the find matches algorithm.
5687 */
5688 FindMatchesParameters?: FindMatchesParameters;
5689 }
5690 export type TransformSchema = SchemaColumn[];
5691 export type TransformSortColumnType = "NAME"|"TRANSFORM_TYPE"|"STATUS"|"CREATED"|"LAST_MODIFIED"|string;
5692 export interface TransformSortCriteria {
5693 /**
5694 * The column to be used in the sorting criteria that are associated with the machine learning transform.
5695 */
5696 Column: TransformSortColumnType;
5697 /**
5698 * The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
5699 */
5700 SortDirection: SortDirectionType;
5701 }
5702 export type TransformStatusType = "NOT_READY"|"READY"|"DELETING"|string;
5703 export type TransformType = "FIND_MATCHES"|string;
5704 export interface Trigger {
5705 /**
5706 * The name of the trigger.
5707 */
5708 Name?: NameString;
5709 /**
5710 * The name of the workflow associated with the trigger.
5711 */
5712 WorkflowName?: NameString;
5713 /**
5714 * Reserved for future use.
5715 */
5716 Id?: IdString;
5717 /**
5718 * The type of trigger that this is.
5719 */
5720 Type?: TriggerType;
5721 /**
5722 * The current state of the trigger.
5723 */
5724 State?: TriggerState;
5725 /**
5726 * A description of this trigger.
5727 */
5728 Description?: DescriptionString;
5729 /**
5730 * A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).
5731 */
5732 Schedule?: GenericString;
5733 /**
5734 * The actions initiated by this trigger.
5735 */
5736 Actions?: ActionList;
5737 /**
5738 * The predicate of this trigger, which defines when it will fire.
5739 */
5740 Predicate?: Predicate;
5741 }
5742 export type TriggerList = Trigger[];
5743 export type TriggerNameList = NameString[];
5744 export interface TriggerNodeDetails {
5745 /**
5746 * The information of the trigger represented by the trigger node.
5747 */
5748 Trigger?: Trigger;
5749 }
5750 export type TriggerState = "CREATING"|"CREATED"|"ACTIVATING"|"ACTIVATED"|"DEACTIVATING"|"DEACTIVATED"|"DELETING"|"UPDATING"|string;
5751 export type TriggerType = "SCHEDULED"|"CONDITIONAL"|"ON_DEMAND"|string;
5752 export interface TriggerUpdate {
5753 /**
5754 * Reserved for future use.
5755 */
5756 Name?: NameString;
5757 /**
5758 * A description of this trigger.
5759 */
5760 Description?: DescriptionString;
5761 /**
5762 * A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).
5763 */
5764 Schedule?: GenericString;
5765 /**
5766 * The actions initiated by this trigger.
5767 */
5768 Actions?: ActionList;
5769 /**
5770 * The predicate of this trigger, which defines when it will fire.
5771 */
5772 Predicate?: Predicate;
5773 }
5774 export type URI = string;
5775 export interface UntagResourceRequest {
5776 /**
5777 * The Amazon Resource Name (ARN) of the resource from which to remove the tags.
5778 */
5779 ResourceArn: GlueResourceArn;
5780 /**
5781 * Tags to remove from this resource.
5782 */
5783 TagsToRemove: TagKeysList;
5784 }
5785 export interface UntagResourceResponse {
5786 }
5787 export type UpdateBehavior = "LOG"|"UPDATE_IN_DATABASE"|string;
5788 export interface UpdateClassifierRequest {
5789 /**
5790 * A GrokClassifier object with updated fields.
5791 */
5792 GrokClassifier?: UpdateGrokClassifierRequest;
5793 /**
5794 * An XMLClassifier object with updated fields.
5795 */
5796 XMLClassifier?: UpdateXMLClassifierRequest;
5797 /**
5798 * A JsonClassifier object with updated fields.
5799 */
5800 JsonClassifier?: UpdateJsonClassifierRequest;
5801 /**
5802 * A CsvClassifier object with updated fields.
5803 */
5804 CsvClassifier?: UpdateCsvClassifierRequest;
5805 }
5806 export interface UpdateClassifierResponse {
5807 }
5808 export interface UpdateConnectionRequest {
5809 /**
5810 * The ID of the Data Catalog in which the connection resides. If none is provided, the AWS account ID is used by default.
5811 */
5812 CatalogId?: CatalogIdString;
5813 /**
5814 * The name of the connection definition to update.
5815 */
5816 Name: NameString;
5817 /**
5818 * A ConnectionInput object that redefines the connection in question.
5819 */
5820 ConnectionInput: ConnectionInput;
5821 }
5822 export interface UpdateConnectionResponse {
5823 }
5824 export interface UpdateCrawlerRequest {
5825 /**
5826 * Name of the new crawler.
5827 */
5828 Name: NameString;
5829 /**
5830 * The IAM role or Amazon Resource Name (ARN) of an IAM role that is used by the new crawler to access customer resources.
5831 */
5832 Role?: Role;
5833 /**
5834 * The AWS Glue database where results are stored, such as: arn:aws:daylight:us-east-1::database/sometable/*.
5835 */
5836 DatabaseName?: DatabaseName;
5837 /**
5838 * A description of the new crawler.
5839 */
5840 Description?: DescriptionStringRemovable;
5841 /**
5842 * A list of targets to crawl.
5843 */
5844 Targets?: CrawlerTargets;
5845 /**
5846 * A cron expression used to specify the schedule. For more information, see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, specify cron(15 12 * * ? *).
5847 */
5848 Schedule?: CronExpression;
5849 /**
5850 * A list of custom classifiers that the user has registered. By default, all built-in classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.
5851 */
5852 Classifiers?: ClassifierNameList;
5853 /**
5854 * The table prefix used for catalog tables that are created.
5855 */
5856 TablePrefix?: TablePrefix;
5857 /**
5858 * The policy for the crawler's update and deletion behavior.
5859 */
5860 SchemaChangePolicy?: SchemaChangePolicy;
5861 /**
5862 * The crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Configuring a Crawler.
5863 */
5864 Configuration?: CrawlerConfiguration;
5865 /**
5866 * The name of the SecurityConfiguration structure to be used by this crawler.
5867 */
5868 CrawlerSecurityConfiguration?: CrawlerSecurityConfiguration;
5869 }
5870 export interface UpdateCrawlerResponse {
5871 }
5872 export interface UpdateCrawlerScheduleRequest {
5873 /**
5874 * The name of the crawler whose schedule to update.
5875 */
5876 CrawlerName: NameString;
5877 /**
5878 * The updated cron expression used to specify the schedule. For more information, see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, specify cron(15 12 * * ? *).
5879 */
5880 Schedule?: CronExpression;
5881 }
5882 export interface UpdateCrawlerScheduleResponse {
5883 }
5884 export interface UpdateCsvClassifierRequest {
5885 /**
5886 * The name of the classifier.
5887 */
5888 Name: NameString;
5889 /**
5890 * A custom symbol to denote what separates each column entry in the row.
5891 */
5892 Delimiter?: CsvColumnDelimiter;
5893 /**
5894 * A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.
5895 */
5896 QuoteSymbol?: CsvQuoteSymbol;
5897 /**
5898 * Indicates whether the CSV file contains a header.
5899 */
5900 ContainsHeader?: CsvHeaderOption;
5901 /**
5902 * A list of strings representing column names.
5903 */
5904 Header?: CsvHeader;
5905 /**
5906 * Specifies not to trim values before identifying the type of column values. The default value is true.
5907 */
5908 DisableValueTrimming?: NullableBoolean;
5909 /**
5910 * Enables the processing of files that contain only one column.
5911 */
5912 AllowSingleColumn?: NullableBoolean;
5913 }
5914 export interface UpdateDatabaseRequest {
5915 /**
5916 * The ID of the Data Catalog in which the metadata database resides. If none is provided, the AWS account ID is used by default.
5917 */
5918 CatalogId?: CatalogIdString;
5919 /**
5920 * The name of the database to update in the catalog. For Hive compatibility, this is folded to lowercase.
5921 */
5922 Name: NameString;
5923 /**
5924 * A DatabaseInput object specifying the new definition of the metadata database in the catalog.
5925 */
5926 DatabaseInput: DatabaseInput;
5927 }
5928 export interface UpdateDatabaseResponse {
5929 }
5930 export interface UpdateDevEndpointRequest {
5931 /**
5932 * The name of the DevEndpoint to be updated.
5933 */
5934 EndpointName: GenericString;
5935 /**
5936 * The public key for the DevEndpoint to use.
5937 */
5938 PublicKey?: GenericString;
5939 /**
5940 * The list of public keys for the DevEndpoint to use.
5941 */
5942 AddPublicKeys?: PublicKeysList;
5943 /**
5944 * The list of public keys to be deleted from the DevEndpoint.
5945 */
5946 DeletePublicKeys?: PublicKeysList;
5947 /**
5948 * Custom Python or Java libraries to be loaded in the DevEndpoint.
5949 */
5950 CustomLibraries?: DevEndpointCustomLibraries;
5951 /**
5952 * True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False if otherwise.
5953 */
5954 UpdateEtlLibraries?: BooleanValue;
5955 /**
5956 * The list of argument keys to be deleted from the map of arguments used to configure the DevEndpoint.
5957 */
5958 DeleteArguments?: StringList;
5959 /**
5960 * The map of arguments to add the map of arguments used to configure the DevEndpoint. Valid arguments are: "--enable-glue-datacatalog": "" "GLUE_PYTHON_VERSION": "3" "GLUE_PYTHON_VERSION": "2" You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.
5961 */
5962 AddArguments?: MapValue;
5963 }
5964 export interface UpdateDevEndpointResponse {
5965 }
5966 export interface UpdateGrokClassifierRequest {
5967 /**
5968 * The name of the GrokClassifier.
5969 */
5970 Name: NameString;
5971 /**
5972 * An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.
5973 */
5974 Classification?: Classification;
5975 /**
5976 * The grok pattern used by this classifier.
5977 */
5978 GrokPattern?: GrokPattern;
5979 /**
5980 * Optional custom grok patterns used by this classifier.
5981 */
5982 CustomPatterns?: CustomPatterns;
5983 }
5984 export interface UpdateJobRequest {
5985 /**
5986 * The name of the job definition to update.
5987 */
5988 JobName: NameString;
5989 /**
5990 * Specifies the values with which to update the job definition.
5991 */
5992 JobUpdate: JobUpdate;
5993 }
5994 export interface UpdateJobResponse {
5995 /**
5996 * Returns the name of the updated job definition.
5997 */
5998 JobName?: NameString;
5999 }
6000 export interface UpdateJsonClassifierRequest {
6001 /**
6002 * The name of the classifier.
6003 */
6004 Name: NameString;
6005 /**
6006 * A JsonPath string defining the JSON data for the classifier to classify. AWS Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.
6007 */
6008 JsonPath?: JsonPath;
6009 }
6010 export interface UpdateMLTransformRequest {
6011 /**
6012 * A unique identifier that was generated when the transform was created.
6013 */
6014 TransformId: HashString;
6015 /**
6016 * The unique name that you gave the transform when you created it.
6017 */
6018 Name?: NameString;
6019 /**
6020 * A description of the transform. The default is an empty string.
6021 */
6022 Description?: DescriptionString;
6023 /**
6024 * The configuration parameters that are specific to the transform type (algorithm) used. Conditionally dependent on the transform type.
6025 */
6026 Parameters?: TransformParameters;
6027 /**
6028 * The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.
6029 */
6030 Role?: RoleString;
6031 /**
6032 * This value determines which version of AWS Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see AWS Glue Versions in the developer guide.
6033 */
6034 GlueVersion?: GlueVersionString;
6035 /**
6036 * The number of AWS Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the AWS Glue pricing page. When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.
6037 */
6038 MaxCapacity?: NullableDouble;
6039 /**
6040 * The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X. For the Standard worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker. For the G.1X worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker. For the G.2X worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.
6041 */
6042 WorkerType?: WorkerType;
6043 /**
6044 * The number of workers of a defined workerType that are allocated when this task runs.
6045 */
6046 NumberOfWorkers?: NullableInteger;
6047 /**
6048 * The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
6049 */
6050 Timeout?: Timeout;
6051 /**
6052 * The maximum number of times to retry a task for this transform after a task run fails.
6053 */
6054 MaxRetries?: NullableInteger;
6055 }
6056 export interface UpdateMLTransformResponse {
6057 /**
6058 * The unique identifier for the transform that was updated.
6059 */
6060 TransformId?: HashString;
6061 }
6062 export interface UpdatePartitionRequest {
6063 /**
6064 * The ID of the Data Catalog where the partition to be updated resides. If none is provided, the AWS account ID is used by default.
6065 */
6066 CatalogId?: CatalogIdString;
6067 /**
6068 * The name of the catalog database in which the table in question resides.
6069 */
6070 DatabaseName: NameString;
6071 /**
6072 * The name of the table in which the partition to be updated is located.
6073 */
6074 TableName: NameString;
6075 /**
6076 * A list of the values defining the partition.
6077 */
6078 PartitionValueList: BoundedPartitionValueList;
6079 /**
6080 * The new partition object to update the partition to.
6081 */
6082 PartitionInput: PartitionInput;
6083 }
6084 export interface UpdatePartitionResponse {
6085 }
6086 export interface UpdateTableRequest {
6087 /**
6088 * The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.
6089 */
6090 CatalogId?: CatalogIdString;
6091 /**
6092 * The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.
6093 */
6094 DatabaseName: NameString;
6095 /**
6096 * An updated TableInput object to define the metadata table in the catalog.
6097 */
6098 TableInput: TableInput;
6099 /**
6100 * By default, UpdateTable always creates an archived version of the table before updating it. However, if skipArchive is set to true, UpdateTable does not create the archived version.
6101 */
6102 SkipArchive?: BooleanNullable;
6103 }
6104 export interface UpdateTableResponse {
6105 }
6106 export interface UpdateTriggerRequest {
6107 /**
6108 * The name of the trigger to update.
6109 */
6110 Name: NameString;
6111 /**
6112 * The new values with which to update the trigger.
6113 */
6114 TriggerUpdate: TriggerUpdate;
6115 }
6116 export interface UpdateTriggerResponse {
6117 /**
6118 * The resulting trigger definition.
6119 */
6120 Trigger?: Trigger;
6121 }
6122 export interface UpdateUserDefinedFunctionRequest {
6123 /**
6124 * The ID of the Data Catalog where the function to be updated is located. If none is provided, the AWS account ID is used by default.
6125 */
6126 CatalogId?: CatalogIdString;
6127 /**
6128 * The name of the catalog database where the function to be updated is located.
6129 */
6130 DatabaseName: NameString;
6131 /**
6132 * The name of the function.
6133 */
6134 FunctionName: NameString;
6135 /**
6136 * A FunctionInput object that redefines the function in the Data Catalog.
6137 */
6138 FunctionInput: UserDefinedFunctionInput;
6139 }
6140 export interface UpdateUserDefinedFunctionResponse {
6141 }
6142 export interface UpdateWorkflowRequest {
6143 /**
6144 * Name of the workflow to be updated.
6145 */
6146 Name: NameString;
6147 /**
6148 * The description of the workflow.
6149 */
6150 Description?: GenericString;
6151 /**
6152 * A collection of properties to be used as part of each execution of the workflow.
6153 */
6154 DefaultRunProperties?: WorkflowRunProperties;
6155 }
6156 export interface UpdateWorkflowResponse {
6157 /**
6158 * The name of the workflow which was specified in input.
6159 */
6160 Name?: NameString;
6161 }
6162 export interface UpdateXMLClassifierRequest {
6163 /**
6164 * The name of the classifier.
6165 */
6166 Name: NameString;
6167 /**
6168 * An identifier of the data format that the classifier matches.
6169 */
6170 Classification?: Classification;
6171 /**
6172 * The XML tag designating the element that contains each record in an XML document being parsed. This cannot identify a self-closing element (closed by /&gt;). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, &lt;row item_a="A" item_b="B"&gt;&lt;/row&gt; is okay, but &lt;row item_a="A" item_b="B" /&gt; is not).
6173 */
6174 RowTag?: RowTag;
6175 }
6176 export type UriString = string;
6177 export interface UserDefinedFunction {
6178 /**
6179 * The name of the function.
6180 */
6181 FunctionName?: NameString;
6182 /**
6183 * The Java class that contains the function code.
6184 */
6185 ClassName?: NameString;
6186 /**
6187 * The owner of the function.
6188 */
6189 OwnerName?: NameString;
6190 /**
6191 * The owner type.
6192 */
6193 OwnerType?: PrincipalType;
6194 /**
6195 * The time at which the function was created.
6196 */
6197 CreateTime?: Timestamp;
6198 /**
6199 * The resource URIs for the function.
6200 */
6201 ResourceUris?: ResourceUriList;
6202 }
6203 export interface UserDefinedFunctionInput {
6204 /**
6205 * The name of the function.
6206 */
6207 FunctionName?: NameString;
6208 /**
6209 * The Java class that contains the function code.
6210 */
6211 ClassName?: NameString;
6212 /**
6213 * The owner of the function.
6214 */
6215 OwnerName?: NameString;
6216 /**
6217 * The owner type.
6218 */
6219 OwnerType?: PrincipalType;
6220 /**
6221 * The resource URIs for the function.
6222 */
6223 ResourceUris?: ResourceUriList;
6224 }
6225 export type UserDefinedFunctionList = UserDefinedFunction[];
6226 export type ValueString = string;
6227 export type ValueStringList = ValueString[];
6228 export type VersionId = number;
6229 export type VersionString = string;
6230 export type ViewTextString = string;
6231 export type WorkerType = "Standard"|"G.1X"|"G.2X"|string;
6232 export interface Workflow {
6233 /**
6234 * The name of the workflow representing the flow.
6235 */
6236 Name?: NameString;
6237 /**
6238 * A description of the workflow.
6239 */
6240 Description?: GenericString;
6241 /**
6242 * A collection of properties to be used as part of each execution of the workflow.
6243 */
6244 DefaultRunProperties?: WorkflowRunProperties;
6245 /**
6246 * The date and time when the workflow was created.
6247 */
6248 CreatedOn?: TimestampValue;
6249 /**
6250 * The date and time when the workflow was last modified.
6251 */
6252 LastModifiedOn?: TimestampValue;
6253 /**
6254 * The information about the last execution of the workflow.
6255 */
6256 LastRun?: WorkflowRun;
6257 /**
6258 * The graph representing all the AWS Glue components that belong to the workflow as nodes and directed connections between them as edges.
6259 */
6260 Graph?: WorkflowGraph;
6261 }
6262 export interface WorkflowGraph {
6263 /**
6264 * A list of the the AWS Glue components belong to the workflow represented as nodes.
6265 */
6266 Nodes?: NodeList;
6267 /**
6268 * A list of all the directed connections between the nodes belonging to the workflow.
6269 */
6270 Edges?: EdgeList;
6271 }
6272 export type WorkflowNames = NameString[];
6273 export interface WorkflowRun {
6274 /**
6275 * Name of the workflow which was executed.
6276 */
6277 Name?: NameString;
6278 /**
6279 * The ID of this workflow run.
6280 */
6281 WorkflowRunId?: IdString;
6282 /**
6283 * The workflow run properties which were set during the run.
6284 */
6285 WorkflowRunProperties?: WorkflowRunProperties;
6286 /**
6287 * The date and time when the workflow run was started.
6288 */
6289 StartedOn?: TimestampValue;
6290 /**
6291 * The date and time when the workflow run completed.
6292 */
6293 CompletedOn?: TimestampValue;
6294 /**
6295 * The status of the workflow run.
6296 */
6297 Status?: WorkflowRunStatus;
6298 /**
6299 * The statistics of the run.
6300 */
6301 Statistics?: WorkflowRunStatistics;
6302 /**
6303 * The graph representing all the AWS Glue components that belong to the workflow as nodes and directed connections between them as edges.
6304 */
6305 Graph?: WorkflowGraph;
6306 }
6307 export type WorkflowRunProperties = {[key: string]: GenericString};
6308 export interface WorkflowRunStatistics {
6309 /**
6310 * Total number of Actions in the workflow run.
6311 */
6312 TotalActions?: IntegerValue;
6313 /**
6314 * Total number of Actions which timed out.
6315 */
6316 TimeoutActions?: IntegerValue;
6317 /**
6318 * Total number of Actions which have failed.
6319 */
6320 FailedActions?: IntegerValue;
6321 /**
6322 * Total number of Actions which have stopped.
6323 */
6324 StoppedActions?: IntegerValue;
6325 /**
6326 * Total number of Actions which have succeeded.
6327 */
6328 SucceededActions?: IntegerValue;
6329 /**
6330 * Total number Actions in running state.
6331 */
6332 RunningActions?: IntegerValue;
6333 }
6334 export type WorkflowRunStatus = "RUNNING"|"COMPLETED"|string;
6335 export type WorkflowRuns = WorkflowRun[];
6336 export type Workflows = Workflow[];
6337 export interface XMLClassifier {
6338 /**
6339 * The name of the classifier.
6340 */
6341 Name: NameString;
6342 /**
6343 * An identifier of the data format that the classifier matches.
6344 */
6345 Classification: Classification;
6346 /**
6347 * The time that this classifier was registered.
6348 */
6349 CreationTime?: Timestamp;
6350 /**
6351 * The time that this classifier was last updated.
6352 */
6353 LastUpdated?: Timestamp;
6354 /**
6355 * The version of this classifier.
6356 */
6357 Version?: VersionId;
6358 /**
6359 * The XML tag designating the element that contains each record in an XML document being parsed. This can't identify a self-closing element (closed by /&gt;). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, &lt;row item_a="A" item_b="B"&gt;&lt;/row&gt; is okay, but &lt;row item_a="A" item_b="B" /&gt; is not).
6360 */
6361 RowTag?: RowTag;
6362 }
6363 /**
6364 * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
6365 */
6366 export type apiVersion = "2017-03-31"|"latest"|string;
6367 export interface ClientApiVersions {
6368 /**
6369 * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
6370 */
6371 apiVersion?: apiVersion;
6372 }
6373 export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
6374 /**
6375 * Contains interfaces for use with the Glue client.
6376 */
6377 export import Types = Glue;
6378}
6379export = Glue;