@aws-sdk/client-glue 3.682.0 → 3.686.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/README.md +49 -1
  2. package/dist-cjs/index.js +298 -33
  3. package/dist-es/Glue.js +12 -0
  4. package/dist-es/commands/CreateColumnStatisticsTaskSettingsCommand.js +22 -0
  5. package/dist-es/commands/DeleteColumnStatisticsTaskSettingsCommand.js +22 -0
  6. package/dist-es/commands/GetColumnStatisticsTaskSettingsCommand.js +22 -0
  7. package/dist-es/commands/StartColumnStatisticsTaskRunScheduleCommand.js +22 -0
  8. package/dist-es/commands/StopColumnStatisticsTaskRunScheduleCommand.js +22 -0
  9. package/dist-es/commands/UpdateColumnStatisticsTaskSettingsCommand.js +22 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/models_1.js +17 -9
  12. package/dist-es/models/models_2.js +9 -13
  13. package/dist-es/protocols/Aws_json1_1.js +162 -5
  14. package/dist-types/Glue.d.ts +42 -0
  15. package/dist-types/GlueClient.d.ts +8 -2
  16. package/dist-types/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +102 -0
  17. package/dist-types/commands/DeleteColumnStatisticsTaskSettingsCommand.d.ts +79 -0
  18. package/dist-types/commands/GetColumnStatisticsTaskRunCommand.d.ts +1 -0
  19. package/dist-types/commands/GetColumnStatisticsTaskRunsCommand.d.ts +1 -0
  20. package/dist-types/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +95 -0
  21. package/dist-types/commands/GetMLTaskRunCommand.d.ts +2 -1
  22. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +1 -1
  23. package/dist-types/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +82 -0
  24. package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +79 -0
  25. package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +93 -0
  26. package/dist-types/commands/UpdateDevEndpointCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateJobCommand.d.ts +1 -2
  28. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdatePartitionCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateRegistryCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +1 -2
  34. package/dist-types/commands/index.d.ts +6 -0
  35. package/dist-types/models/models_1.d.ts +181 -259
  36. package/dist-types/models/models_2.d.ts +374 -444
  37. package/dist-types/models/models_3.d.ts +404 -3
  38. package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
  39. package/dist-types/ts3.4/Glue.d.ts +132 -0
  40. package/dist-types/ts3.4/GlueClient.d.ts +36 -0
  41. package/dist-types/ts3.4/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +51 -0
  42. package/dist-types/ts3.4/commands/DeleteColumnStatisticsTaskSettingsCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +51 -0
  47. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -2
  51. package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +4 -2
  57. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  58. package/dist-types/ts3.4/models/models_1.d.ts +53 -65
  59. package/dist-types/ts3.4/models/models_2.d.ts +91 -97
  60. package/dist-types/ts3.4/models/models_3.d.ts +91 -0
  61. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
  62. package/package.json +35 -35
@@ -1,7 +1,265 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
3
- import { AuditContext, AuthenticationConfigurationInput, CrawlerTargets, CustomEntityType, DataSource, ErrorDetail, ExecutionClass, GlueTable, InclusionAnnotationValue, LakeFormationConfiguration, LineageConfiguration, NotificationProperty, Partition, PartitionInput, PartitionValueList, RecrawlPolicy, SchemaChangePolicy, SchemaId, SourceControlAuthStrategy, SourceControlProvider, StatisticAnnotation, TableOptimizer, TableOptimizerRun, TableOptimizerType, TimestampedInclusionAnnotation, Trigger, WorkerType, Workflow, WorkflowRun } from "./models_0";
4
- import { CatalogEntry, ColumnStatistics, Compatibility, ConnectionInput, ConnectionPropertyKey, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseInput, DataCatalogEncryptionSettings, DataFormat, DataQualityEvaluationRunAdditionalRunOptions, DataQualityTargetTable, EncryptionConfiguration, JobBookmarkEntry, Language, Location, MappingEntry, Permission, PrincipalType, ProfileConfiguration, RegistryId, RegistryStatus, ResourceShareType, ResourceUri, SchemaStatus, SchemaVersionStatus, Session, SortDirectionType, TaskStatusType, TransformEncryption, TransformParameters, TransformType, ViewDialect } from "./models_1";
3
+ import { AuditContext, AuthenticationConfigurationInput, CrawlerTargets, CustomEntityType, DataSource, ErrorDetail, ExecutionClass, GlueTable, InclusionAnnotationValue, LakeFormationConfiguration, LineageConfiguration, NotificationProperty, Partition, PartitionValueList, RecrawlPolicy, SchemaChangePolicy, SchemaId, StatisticAnnotation, TableOptimizer, TableOptimizerRun, TableOptimizerType, TimestampedInclusionAnnotation, Trigger, WorkerType, Workflow, WorkflowRun } from "./models_0";
4
+ import { CatalogEntry, ColumnStatistics, Compatibility, ConnectionInput, ConnectionPropertyKey, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseInput, DataCatalogEncryptionSettings, DataFormat, DataQualityEvaluationRunAdditionalRunOptions, DataQualityTargetTable, EncryptionConfiguration, ExportLabelsTaskRunProperties, FindMatchesTaskRunProperties, ImportLabelsTaskRunProperties, JobBookmarkEntry, LabelingSetGenerationTaskRunProperties, Language, Location, MappingEntry, Permission, PrincipalType, ProfileConfiguration, RegistryId, RegistryStatus, ResourceShareType, ResourceUri, SchemaStatus, SchemaVersionStatus, Session, TaskStatusType, TaskType, TransformEncryption, TransformParameters, TransformType, ViewDialect } from "./models_1";
5
+ /**
6
+ * <p>The configuration properties for the task run.</p>
7
+ * @public
8
+ */
9
+ export interface TaskRunProperties {
10
+ /**
11
+ * <p>The type of task run.</p>
12
+ * @public
13
+ */
14
+ TaskType?: TaskType;
15
+ /**
16
+ * <p>The configuration properties for an importing labels task run.</p>
17
+ * @public
18
+ */
19
+ ImportLabelsTaskRunProperties?: ImportLabelsTaskRunProperties;
20
+ /**
21
+ * <p>The configuration properties for an exporting labels task run.</p>
22
+ * @public
23
+ */
24
+ ExportLabelsTaskRunProperties?: ExportLabelsTaskRunProperties;
25
+ /**
26
+ * <p>The configuration properties for a labeling set generation task run.</p>
27
+ * @public
28
+ */
29
+ LabelingSetGenerationTaskRunProperties?: LabelingSetGenerationTaskRunProperties;
30
+ /**
31
+ * <p>The configuration properties for a find matches task run.</p>
32
+ * @public
33
+ */
34
+ FindMatchesTaskRunProperties?: FindMatchesTaskRunProperties;
35
+ }
36
+ /**
37
+ * @public
38
+ */
39
+ export interface GetMLTaskRunResponse {
40
+ /**
41
+ * <p>The unique identifier of the task run.</p>
42
+ * @public
43
+ */
44
+ TransformId?: string;
45
+ /**
46
+ * <p>The unique run identifier associated with this run.</p>
47
+ * @public
48
+ */
49
+ TaskRunId?: string;
50
+ /**
51
+ * <p>The status for this task run.</p>
52
+ * @public
53
+ */
54
+ Status?: TaskStatusType;
55
+ /**
56
+ * <p>The names of the log groups that are associated with the task run.</p>
57
+ * @public
58
+ */
59
+ LogGroupName?: string;
60
+ /**
61
+ * <p>The list of properties that are associated with the task run.</p>
62
+ * @public
63
+ */
64
+ Properties?: TaskRunProperties;
65
+ /**
66
+ * <p>The error strings that are associated with the task run.</p>
67
+ * @public
68
+ */
69
+ ErrorString?: string;
70
+ /**
71
+ * <p>The date and time when this task run started.</p>
72
+ * @public
73
+ */
74
+ StartedOn?: Date;
75
+ /**
76
+ * <p>The date and time when this task run was last modified.</p>
77
+ * @public
78
+ */
79
+ LastModifiedOn?: Date;
80
+ /**
81
+ * <p>The date and time when this task run was completed.</p>
82
+ * @public
83
+ */
84
+ CompletedOn?: Date;
85
+ /**
86
+ * <p>The amount of time (in seconds) that the task run consumed resources.</p>
87
+ * @public
88
+ */
89
+ ExecutionTime?: number;
90
+ }
91
+ /**
92
+ * <p>The criteria that are used to filter the task runs for the machine learning
93
+ * transform.</p>
94
+ * @public
95
+ */
96
+ export interface TaskRunFilterCriteria {
97
+ /**
98
+ * <p>The type of task run.</p>
99
+ * @public
100
+ */
101
+ TaskRunType?: TaskType;
102
+ /**
103
+ * <p>The current status of the task run.</p>
104
+ * @public
105
+ */
106
+ Status?: TaskStatusType;
107
+ /**
108
+ * <p>Filter on task runs started before this date.</p>
109
+ * @public
110
+ */
111
+ StartedBefore?: Date;
112
+ /**
113
+ * <p>Filter on task runs started after this date.</p>
114
+ * @public
115
+ */
116
+ StartedAfter?: Date;
117
+ }
118
+ /**
119
+ * @public
120
+ * @enum
121
+ */
122
+ export declare const TaskRunSortColumnType: {
123
+ readonly STARTED: "STARTED";
124
+ readonly STATUS: "STATUS";
125
+ readonly TASK_RUN_TYPE: "TASK_RUN_TYPE";
126
+ };
127
+ /**
128
+ * @public
129
+ */
130
+ export type TaskRunSortColumnType = (typeof TaskRunSortColumnType)[keyof typeof TaskRunSortColumnType];
131
+ /**
132
+ * @public
133
+ * @enum
134
+ */
135
+ export declare const SortDirectionType: {
136
+ readonly ASCENDING: "ASCENDING";
137
+ readonly DESCENDING: "DESCENDING";
138
+ };
139
+ /**
140
+ * @public
141
+ */
142
+ export type SortDirectionType = (typeof SortDirectionType)[keyof typeof SortDirectionType];
143
+ /**
144
+ * <p>The sorting criteria that are used to sort the list of task runs for the machine learning
145
+ * transform.</p>
146
+ * @public
147
+ */
148
+ export interface TaskRunSortCriteria {
149
+ /**
150
+ * <p>The column to be used to sort the list of task runs for the machine learning
151
+ * transform.</p>
152
+ * @public
153
+ */
154
+ Column: TaskRunSortColumnType | undefined;
155
+ /**
156
+ * <p>The sort direction to be used to sort the list of task runs for the machine learning
157
+ * transform.</p>
158
+ * @public
159
+ */
160
+ SortDirection: SortDirectionType | undefined;
161
+ }
162
+ /**
163
+ * @public
164
+ */
165
+ export interface GetMLTaskRunsRequest {
166
+ /**
167
+ * <p>The unique identifier of the machine learning transform.</p>
168
+ * @public
169
+ */
170
+ TransformId: string | undefined;
171
+ /**
172
+ * <p>A token for pagination of the results. The default is empty.</p>
173
+ * @public
174
+ */
175
+ NextToken?: string;
176
+ /**
177
+ * <p>The maximum number of results to return. </p>
178
+ * @public
179
+ */
180
+ MaxResults?: number;
181
+ /**
182
+ * <p>The filter criteria, in the <code>TaskRunFilterCriteria</code> structure, for the task run.</p>
183
+ * @public
184
+ */
185
+ Filter?: TaskRunFilterCriteria;
186
+ /**
187
+ * <p>The sorting criteria, in the <code>TaskRunSortCriteria</code> structure, for the task run.</p>
188
+ * @public
189
+ */
190
+ Sort?: TaskRunSortCriteria;
191
+ }
192
+ /**
193
+ * <p>The sampling parameters that are associated with the machine learning transform.</p>
194
+ * @public
195
+ */
196
+ export interface TaskRun {
197
+ /**
198
+ * <p>The unique identifier for the transform.</p>
199
+ * @public
200
+ */
201
+ TransformId?: string;
202
+ /**
203
+ * <p>The unique identifier for this task run.</p>
204
+ * @public
205
+ */
206
+ TaskRunId?: string;
207
+ /**
208
+ * <p>The current status of the requested task run.</p>
209
+ * @public
210
+ */
211
+ Status?: TaskStatusType;
212
+ /**
213
+ * <p>The names of the log group for secure logging, associated with this task run.</p>
214
+ * @public
215
+ */
216
+ LogGroupName?: string;
217
+ /**
218
+ * <p>Specifies configuration properties associated with this task run.</p>
219
+ * @public
220
+ */
221
+ Properties?: TaskRunProperties;
222
+ /**
223
+ * <p>The list of error strings associated with this task run.</p>
224
+ * @public
225
+ */
226
+ ErrorString?: string;
227
+ /**
228
+ * <p>The date and time that this task run started.</p>
229
+ * @public
230
+ */
231
+ StartedOn?: Date;
232
+ /**
233
+ * <p>The last point in time that the requested task run was updated.</p>
234
+ * @public
235
+ */
236
+ LastModifiedOn?: Date;
237
+ /**
238
+ * <p>The last point in time that the requested task run was completed.</p>
239
+ * @public
240
+ */
241
+ CompletedOn?: Date;
242
+ /**
243
+ * <p>The amount of time (in seconds) that the task run consumed resources.</p>
244
+ * @public
245
+ */
246
+ ExecutionTime?: number;
247
+ }
248
+ /**
249
+ * @public
250
+ */
251
+ export interface GetMLTaskRunsResponse {
252
+ /**
253
+ * <p>A list of task runs that are associated with the transform.</p>
254
+ * @public
255
+ */
256
+ TaskRuns?: TaskRun[];
257
+ /**
258
+ * <p>A pagination token, if more results are available.</p>
259
+ * @public
260
+ */
261
+ NextToken?: string;
262
+ }
5
263
  /**
6
264
  * @public
7
265
  */
@@ -5125,23 +5383,6 @@ export interface StartBlueprintRunResponse {
5125
5383
  */
5126
5384
  RunId?: string;
5127
5385
  }
5128
- /**
5129
- * <p>An exception thrown when you try to start another job while running a column stats generation job.</p>
5130
- * @public
5131
- */
5132
- export declare class ColumnStatisticsTaskRunningException extends __BaseException {
5133
- readonly name: "ColumnStatisticsTaskRunningException";
5134
- readonly $fault: "client";
5135
- /**
5136
- * <p>A message describing the problem.</p>
5137
- * @public
5138
- */
5139
- Message?: string;
5140
- /**
5141
- * @internal
5142
- */
5143
- constructor(opts: __ExceptionOptionType<ColumnStatisticsTaskRunningException, __BaseException>);
5144
- }
5145
5386
  /**
5146
5387
  * @public
5147
5388
  */
@@ -5192,6 +5433,26 @@ export interface StartColumnStatisticsTaskRunResponse {
5192
5433
  */
5193
5434
  ColumnStatisticsTaskRunId?: string;
5194
5435
  }
5436
+ /**
5437
+ * @public
5438
+ */
5439
+ export interface StartColumnStatisticsTaskRunScheduleRequest {
5440
+ /**
5441
+ * <p>The name of the database where the table resides.</p>
5442
+ * @public
5443
+ */
5444
+ DatabaseName: string | undefined;
5445
+ /**
5446
+ * <p>The name of the table for which to start a column statistic task run schedule.</p>
5447
+ * @public
5448
+ */
5449
+ TableName: string | undefined;
5450
+ }
5451
+ /**
5452
+ * @public
5453
+ */
5454
+ export interface StartColumnStatisticsTaskRunScheduleResponse {
5455
+ }
5195
5456
  /**
5196
5457
  * @public
5197
5458
  */
@@ -5721,6 +5982,26 @@ export interface StopColumnStatisticsTaskRunRequest {
5721
5982
  */
5722
5983
  export interface StopColumnStatisticsTaskRunResponse {
5723
5984
  }
5985
+ /**
5986
+ * @public
5987
+ */
5988
+ export interface StopColumnStatisticsTaskRunScheduleRequest {
5989
+ /**
5990
+ * <p>The name of the database where the table resides.</p>
5991
+ * @public
5992
+ */
5993
+ DatabaseName: string | undefined;
5994
+ /**
5995
+ * <p>The name of the table for which to stop a column statistic task run schedule.</p>
5996
+ * @public
5997
+ */
5998
+ TableName: string | undefined;
5999
+ }
6000
+ /**
6001
+ * @public
6002
+ */
6003
+ export interface StopColumnStatisticsTaskRunScheduleResponse {
6004
+ }
5724
6005
  /**
5725
6006
  * <p>The specified crawler is not running.</p>
5726
6007
  * @public
@@ -6262,45 +6543,95 @@ export interface UpdateColumnStatisticsForTableResponse {
6262
6543
  /**
6263
6544
  * @public
6264
6545
  */
6265
- export interface UpdateConnectionRequest {
6546
+ export interface UpdateColumnStatisticsTaskSettingsRequest {
6266
6547
  /**
6267
- * <p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services
6268
- * account ID is used by default.</p>
6548
+ * <p>The name of the database where the table resides.</p>
6269
6549
  * @public
6270
6550
  */
6271
- CatalogId?: string;
6551
+ DatabaseName: string | undefined;
6272
6552
  /**
6273
- * <p>The name of the connection definition to update.</p>
6553
+ * <p>The name of the table for which to generate column statistics.</p>
6274
6554
  * @public
6275
6555
  */
6276
- Name: string | undefined;
6556
+ TableName: string | undefined;
6277
6557
  /**
6278
- * <p>A <code>ConnectionInput</code> object that redefines the connection
6279
- * in question.</p>
6558
+ * <p>The role used for running the column statistics.</p>
6280
6559
  * @public
6281
6560
  */
6282
- ConnectionInput: ConnectionInput | undefined;
6283
- }
6284
- /**
6285
- * @public
6286
- */
6287
- export interface UpdateConnectionResponse {
6288
- }
6289
- /**
6290
- * @public
6291
- */
6292
- export interface UpdateCrawlerRequest {
6561
+ Role?: string;
6293
6562
  /**
6294
- * <p>Name of the new crawler.</p>
6563
+ * <p>A schedule for running the column statistics, specified in CRON syntax.</p>
6295
6564
  * @public
6296
6565
  */
6297
- Name: string | undefined;
6566
+ Schedule?: string;
6298
6567
  /**
6299
- * <p>The IAM role or Amazon Resource Name (ARN) of an IAM role that is used by the new crawler
6300
- * to access customer resources.</p>
6568
+ * <p>A list of column names for which to run statistics.</p>
6301
6569
  * @public
6302
6570
  */
6303
- Role?: string;
6571
+ ColumnNameList?: string[];
6572
+ /**
6573
+ * <p>The percentage of data to sample.</p>
6574
+ * @public
6575
+ */
6576
+ SampleSize?: number;
6577
+ /**
6578
+ * <p>The ID of the Data Catalog in which the database resides.</p>
6579
+ * @public
6580
+ */
6581
+ CatalogID?: string;
6582
+ /**
6583
+ * <p>Name of the security configuration that is used to encrypt CloudWatch logs.</p>
6584
+ * @public
6585
+ */
6586
+ SecurityConfiguration?: string;
6587
+ }
6588
+ /**
6589
+ * @public
6590
+ */
6591
+ export interface UpdateColumnStatisticsTaskSettingsResponse {
6592
+ }
6593
+ /**
6594
+ * @public
6595
+ */
6596
+ export interface UpdateConnectionRequest {
6597
+ /**
6598
+ * <p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services
6599
+ * account ID is used by default.</p>
6600
+ * @public
6601
+ */
6602
+ CatalogId?: string;
6603
+ /**
6604
+ * <p>The name of the connection definition to update.</p>
6605
+ * @public
6606
+ */
6607
+ Name: string | undefined;
6608
+ /**
6609
+ * <p>A <code>ConnectionInput</code> object that redefines the connection
6610
+ * in question.</p>
6611
+ * @public
6612
+ */
6613
+ ConnectionInput: ConnectionInput | undefined;
6614
+ }
6615
+ /**
6616
+ * @public
6617
+ */
6618
+ export interface UpdateConnectionResponse {
6619
+ }
6620
+ /**
6621
+ * @public
6622
+ */
6623
+ export interface UpdateCrawlerRequest {
6624
+ /**
6625
+ * <p>Name of the new crawler.</p>
6626
+ * @public
6627
+ */
6628
+ Name: string | undefined;
6629
+ /**
6630
+ * <p>The IAM role or Amazon Resource Name (ARN) of an IAM role that is used by the new crawler
6631
+ * to access customer resources.</p>
6632
+ * @public
6633
+ */
6634
+ Role?: string;
6304
6635
  /**
6305
6636
  * <p>The Glue database where results are stored, such as:
6306
6637
  * <code>arn:aws:daylight:us-east-1::database/sometable/*</code>.</p>
@@ -6493,407 +6824,6 @@ export interface DevEndpointCustomLibraries {
6493
6824
  */
6494
6825
  ExtraJarsS3Path?: string;
6495
6826
  }
6496
- /**
6497
- * @public
6498
- */
6499
- export interface UpdateDevEndpointRequest {
6500
- /**
6501
- * <p>The name of the <code>DevEndpoint</code> to be updated.</p>
6502
- * @public
6503
- */
6504
- EndpointName: string | undefined;
6505
- /**
6506
- * <p>The public key for the <code>DevEndpoint</code> to use.</p>
6507
- * @public
6508
- */
6509
- PublicKey?: string;
6510
- /**
6511
- * <p>The list of public keys for the <code>DevEndpoint</code> to use.</p>
6512
- * @public
6513
- */
6514
- AddPublicKeys?: string[];
6515
- /**
6516
- * <p>The list of public keys to be deleted from the <code>DevEndpoint</code>.</p>
6517
- * @public
6518
- */
6519
- DeletePublicKeys?: string[];
6520
- /**
6521
- * <p>Custom Python or Java libraries to be loaded in the <code>DevEndpoint</code>.</p>
6522
- * @public
6523
- */
6524
- CustomLibraries?: DevEndpointCustomLibraries;
6525
- /**
6526
- * <p>
6527
- * <code>True</code> if the list of custom libraries to be loaded in the development endpoint
6528
- * needs to be updated, or <code>False</code> if otherwise.</p>
6529
- * @public
6530
- */
6531
- UpdateEtlLibraries?: boolean;
6532
- /**
6533
- * <p>The list of argument keys to be deleted from the map of arguments used to configure the
6534
- * <code>DevEndpoint</code>.</p>
6535
- * @public
6536
- */
6537
- DeleteArguments?: string[];
6538
- /**
6539
- * <p>The map of arguments to add the map of arguments used to configure the
6540
- * <code>DevEndpoint</code>.</p>
6541
- * <p>Valid arguments are:</p>
6542
- * <ul>
6543
- * <li>
6544
- * <p>
6545
- * <code>"--enable-glue-datacatalog": ""</code>
6546
- * </p>
6547
- * </li>
6548
- * </ul>
6549
- * <p>You can specify a version of Python support for development endpoints by using the <code>Arguments</code> parameter in the <code>CreateDevEndpoint</code> or <code>UpdateDevEndpoint</code> APIs. If no arguments are provided, the version defaults to Python 2.</p>
6550
- * @public
6551
- */
6552
- AddArguments?: Record<string, string>;
6553
- }
6554
- /**
6555
- * @public
6556
- */
6557
- export interface UpdateDevEndpointResponse {
6558
- }
6559
- /**
6560
- * @public
6561
- */
6562
- export interface UpdateJobResponse {
6563
- /**
6564
- * <p>Returns the name of the updated job definition.</p>
6565
- * @public
6566
- */
6567
- JobName?: string;
6568
- }
6569
- /**
6570
- * @public
6571
- */
6572
- export interface UpdateJobFromSourceControlRequest {
6573
- /**
6574
- * <p>The name of the Glue job to be synchronized to or from the remote repository.</p>
6575
- * @public
6576
- */
6577
- JobName?: string;
6578
- /**
6579
- * <p>
6580
- * The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.
6581
- * </p>
6582
- * @public
6583
- */
6584
- Provider?: SourceControlProvider;
6585
- /**
6586
- * <p>The name of the remote repository that contains the job artifacts.
6587
- * For BitBucket providers, <code>RepositoryName</code> should include <code>WorkspaceName</code>.
6588
- * Use the format <code><WorkspaceName>/<RepositoryName></code>.
6589
- * </p>
6590
- * @public
6591
- */
6592
- RepositoryName?: string;
6593
- /**
6594
- * <p>The owner of the remote repository that contains the job artifacts.</p>
6595
- * @public
6596
- */
6597
- RepositoryOwner?: string;
6598
- /**
6599
- * <p>An optional branch in the remote repository.</p>
6600
- * @public
6601
- */
6602
- BranchName?: string;
6603
- /**
6604
- * <p>An optional folder in the remote repository.</p>
6605
- * @public
6606
- */
6607
- Folder?: string;
6608
- /**
6609
- * <p>A commit ID for a commit in the remote repository.</p>
6610
- * @public
6611
- */
6612
- CommitId?: string;
6613
- /**
6614
- * <p>The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.</p>
6615
- * @public
6616
- */
6617
- AuthStrategy?: SourceControlAuthStrategy;
6618
- /**
6619
- * <p>The value of the authorization token.</p>
6620
- * @public
6621
- */
6622
- AuthToken?: string;
6623
- }
6624
- /**
6625
- * @public
6626
- */
6627
- export interface UpdateJobFromSourceControlResponse {
6628
- /**
6629
- * <p>The name of the Glue job.</p>
6630
- * @public
6631
- */
6632
- JobName?: string;
6633
- }
6634
- /**
6635
- * @public
6636
- */
6637
- export interface UpdateMLTransformRequest {
6638
- /**
6639
- * <p>A unique identifier that was generated when the transform was created.</p>
6640
- * @public
6641
- */
6642
- TransformId: string | undefined;
6643
- /**
6644
- * <p>The unique name that you gave the transform when you created it.</p>
6645
- * @public
6646
- */
6647
- Name?: string;
6648
- /**
6649
- * <p>A description of the transform. The default is an empty string.</p>
6650
- * @public
6651
- */
6652
- Description?: string;
6653
- /**
6654
- * <p>The configuration parameters that are specific to the transform type (algorithm) used.
6655
- * Conditionally dependent on the transform type.</p>
6656
- * @public
6657
- */
6658
- Parameters?: TransformParameters;
6659
- /**
6660
- * <p>The name or Amazon Resource Name (ARN) of the IAM role with the required
6661
- * permissions.</p>
6662
- * @public
6663
- */
6664
- Role?: string;
6665
- /**
6666
- * <p>This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see <a href="https://docs.aws.amazon.com/glue/latest/dg/release-notes.html#release-notes-versions">Glue Versions</a> in the developer guide.</p>
6667
- * @public
6668
- */
6669
- GlueVersion?: string;
6670
- /**
6671
- * <p>The number of 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
6672
- * processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more
6673
- * information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
6674
- * page</a>. </p>
6675
- * <p>When the <code>WorkerType</code> field is set to a value other than <code>Standard</code>, the <code>MaxCapacity</code> field is set automatically and becomes read-only.</p>
6676
- * @public
6677
- */
6678
- MaxCapacity?: number;
6679
- /**
6680
- * <p>The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.</p>
6681
- * <ul>
6682
- * <li>
6683
- * <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
6684
- * </li>
6685
- * <li>
6686
- * <p>For the <code>G.1X</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker.</p>
6687
- * </li>
6688
- * <li>
6689
- * <p>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.</p>
6690
- * </li>
6691
- * </ul>
6692
- * @public
6693
- */
6694
- WorkerType?: WorkerType;
6695
- /**
6696
- * <p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>
6697
- * @public
6698
- */
6699
- NumberOfWorkers?: number;
6700
- /**
6701
- * <p>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 <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>
6702
- * @public
6703
- */
6704
- Timeout?: number;
6705
- /**
6706
- * <p>The maximum number of times to retry a task for this transform after a task run fails.</p>
6707
- * @public
6708
- */
6709
- MaxRetries?: number;
6710
- }
6711
- /**
6712
- * @public
6713
- */
6714
- export interface UpdateMLTransformResponse {
6715
- /**
6716
- * <p>The unique identifier for the transform that was updated.</p>
6717
- * @public
6718
- */
6719
- TransformId?: string;
6720
- }
6721
- /**
6722
- * @public
6723
- */
6724
- export interface UpdatePartitionRequest {
6725
- /**
6726
- * <p>The ID of the Data Catalog where the partition to be updated resides. If none is provided,
6727
- * the Amazon Web Services account ID is used by default.</p>
6728
- * @public
6729
- */
6730
- CatalogId?: string;
6731
- /**
6732
- * <p>The name of the catalog database in which the table in question
6733
- * resides.</p>
6734
- * @public
6735
- */
6736
- DatabaseName: string | undefined;
6737
- /**
6738
- * <p>The name of the table in which the partition to be updated is located.</p>
6739
- * @public
6740
- */
6741
- TableName: string | undefined;
6742
- /**
6743
- * <p>List of partition key values that define the partition to update.</p>
6744
- * @public
6745
- */
6746
- PartitionValueList: string[] | undefined;
6747
- /**
6748
- * <p>The new partition object to update the partition to.</p>
6749
- * <p>The <code>Values</code> property can't be changed. If you want to change the partition key values for a partition, delete and recreate the partition.</p>
6750
- * @public
6751
- */
6752
- PartitionInput: PartitionInput | undefined;
6753
- }
6754
- /**
6755
- * @public
6756
- */
6757
- export interface UpdatePartitionResponse {
6758
- }
6759
- /**
6760
- * @public
6761
- */
6762
- export interface UpdateRegistryInput {
6763
- /**
6764
- * <p>This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>
6765
- * @public
6766
- */
6767
- RegistryId: RegistryId | undefined;
6768
- /**
6769
- * <p>A description of the registry. If description is not provided, this field will not be updated.</p>
6770
- * @public
6771
- */
6772
- Description: string | undefined;
6773
- }
6774
- /**
6775
- * @public
6776
- */
6777
- export interface UpdateRegistryResponse {
6778
- /**
6779
- * <p>The name of the updated registry.</p>
6780
- * @public
6781
- */
6782
- RegistryName?: string;
6783
- /**
6784
- * <p>The Amazon Resource name (ARN) of the updated registry.</p>
6785
- * @public
6786
- */
6787
- RegistryArn?: string;
6788
- }
6789
- /**
6790
- * @public
6791
- */
6792
- export interface UpdateSchemaInput {
6793
- /**
6794
- * <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
6795
- * <ul>
6796
- * <li>
6797
- * <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
6798
- * </li>
6799
- * <li>
6800
- * <p>SchemaId$SchemaName: The name of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
6801
- * </li>
6802
- * </ul>
6803
- * @public
6804
- */
6805
- SchemaId: SchemaId | undefined;
6806
- /**
6807
- * <p>Version number required for check pointing. One of <code>VersionNumber</code> or <code>Compatibility</code> has to be provided.</p>
6808
- * @public
6809
- */
6810
- SchemaVersionNumber?: SchemaVersionNumber;
6811
- /**
6812
- * <p>The new compatibility setting for the schema.</p>
6813
- * @public
6814
- */
6815
- Compatibility?: Compatibility;
6816
- /**
6817
- * <p>The new description for the schema.</p>
6818
- * @public
6819
- */
6820
- Description?: string;
6821
- }
6822
- /**
6823
- * @public
6824
- */
6825
- export interface UpdateSchemaResponse {
6826
- /**
6827
- * <p>The Amazon Resource Name (ARN) of the schema.</p>
6828
- * @public
6829
- */
6830
- SchemaArn?: string;
6831
- /**
6832
- * <p>The name of the schema.</p>
6833
- * @public
6834
- */
6835
- SchemaName?: string;
6836
- /**
6837
- * <p>The name of the registry that contains the schema.</p>
6838
- * @public
6839
- */
6840
- RegistryName?: string;
6841
- }
6842
- /**
6843
- * @public
6844
- */
6845
- export interface UpdateSourceControlFromJobRequest {
6846
- /**
6847
- * <p>The name of the Glue job to be synchronized to or from the remote repository.</p>
6848
- * @public
6849
- */
6850
- JobName?: string;
6851
- /**
6852
- * <p>
6853
- * The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.
6854
- * </p>
6855
- * @public
6856
- */
6857
- Provider?: SourceControlProvider;
6858
- /**
6859
- * <p>The name of the remote repository that contains the job artifacts.
6860
- * For BitBucket providers, <code>RepositoryName</code> should include <code>WorkspaceName</code>.
6861
- * Use the format <code><WorkspaceName>/<RepositoryName></code>.
6862
- * </p>
6863
- * @public
6864
- */
6865
- RepositoryName?: string;
6866
- /**
6867
- * <p>The owner of the remote repository that contains the job artifacts.</p>
6868
- * @public
6869
- */
6870
- RepositoryOwner?: string;
6871
- /**
6872
- * <p>An optional branch in the remote repository.</p>
6873
- * @public
6874
- */
6875
- BranchName?: string;
6876
- /**
6877
- * <p>An optional folder in the remote repository.</p>
6878
- * @public
6879
- */
6880
- Folder?: string;
6881
- /**
6882
- * <p>A commit ID for a commit in the remote repository.</p>
6883
- * @public
6884
- */
6885
- CommitId?: string;
6886
- /**
6887
- * <p>The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.</p>
6888
- * @public
6889
- */
6890
- AuthStrategy?: SourceControlAuthStrategy;
6891
- /**
6892
- * <p>The value of the authorization token.</p>
6893
- * @public
6894
- */
6895
- AuthToken?: string;
6896
- }
6897
6827
  /**
6898
6828
  * @internal
6899
6829
  */