UNPKG

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