@aws-sdk/client-glue 3.983.0 → 3.985.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.
- package/README.md +14 -0
- package/dist-cjs/index.js +338 -70
- package/dist-es/Glue.js +4 -0
- package/dist-es/commands/DeleteConnectionTypeCommand.js +16 -0
- package/dist-es/commands/RegisterConnectionTypeCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +24 -0
- package/dist-es/schemas/schemas_0.js +256 -70
- package/dist-types/Glue.d.ts +14 -0
- package/dist-types/GlueClient.d.ts +4 -2
- package/dist-types/commands/DeleteConnectionTypeCommand.d.ts +91 -0
- package/dist-types/commands/DescribeConnectionTypeCommand.d.ts +156 -1
- package/dist-types/commands/DescribeEntityCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTransformCommand.d.ts +1 -2
- package/dist-types/commands/ListConnectionTypesCommand.d.ts +3 -1
- package/dist-types/commands/RegisterConnectionTypeCommand.d.ts +284 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntegrationResourcePropertyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntegrationTablePropertiesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +1 -2
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +64 -0
- package/dist-types/models/models_0.d.ts +11 -1
- package/dist-types/models/models_1.d.ts +252 -368
- package/dist-types/models/models_2.d.ts +664 -599
- package/dist-types/models/models_3.d.ts +585 -4
- package/dist-types/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/Glue.d.ts +34 -0
- package/dist-types/ts3.4/GlueClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DeleteConnectionTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RegisterConnectionTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationResourcePropertyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationTablePropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/UpdateJobFromSourceControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSourceControlFromJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +32 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/dist-types/ts3.4/models/models_1.d.ts +63 -85
- package/dist-types/ts3.4/models/models_2.d.ts +161 -134
- package/dist-types/ts3.4/models/models_3.d.ts +141 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- package/package.json +13 -13
|
@@ -1,6 +1,373 @@
|
|
|
1
|
-
import { BackfillErrorCode, Comparator, Compatibility, ConnectionPropertyKey, ConnectionType, CrawlerHistoryState, CsvHeaderOption, CsvSerdeOption, DataFormat, EnableHybridValues, ExecutionClass, ExistCondition, FieldName, FilterOperator, FunctionType,
|
|
2
|
-
import { type AuditContext, type AuthenticationConfigurationInput, type CatalogInput, type ConnectionInput, type CrawlerTargets, type DatabaseInput, type DataQualityTargetTable, type ErrorDetail, type LakeFormationConfiguration, type LineageConfiguration, type NotificationProperty, type
|
|
3
|
-
import { type Capabilities, type DataCatalogEncryptionSettings, type DataQualityEvaluationRunAdditionalRunOptions, type EncryptionConfiguration, type
|
|
1
|
+
import { AuthenticationType, BackfillErrorCode, Comparator, Compatibility, ConnectionPropertyKey, ConnectionType, ConnectorOAuth2GrantType, ContentType, CrawlerHistoryState, CsvHeaderOption, CsvSerdeOption, DataFormat, EnableHybridValues, ExecutionClass, ExistCondition, FieldName, FilterOperator, FunctionType, HTTPMethod, InclusionAnnotationValue, IntegrationStatus, IntegrationType, Language, LastRefreshType, PartitionIndexStatus, Permission, PermissionType, PrincipalType, RegistryStatus, ResourceShareType, ResourceState, SchemaDiffType, SchemaStatus, SchemaVersionStatus, Sort, SortDirectionType, StatementState, StatisticEvaluationLevel, TableAttributes, TableOptimizerType, TaskRunSortColumnType, TaskStatusType, TaskType, TransformSortColumnType, TransformStatusType, TransformType, ViewDialect, WorkerType } from "./enums";
|
|
2
|
+
import { type AuditContext, type AuthenticationConfigurationInput, type CatalogInput, type ConnectionInput, type CrawlerTargets, type DatabaseInput, type DataQualityTargetTable, type ErrorDetail, type LakeFormationConfiguration, type LineageConfiguration, type NotificationProperty, type RecrawlPolicy, type SchemaChangePolicy, type SchemaId, type TableOptimizer, type TimestampedInclusionAnnotation, type Workflow, CustomEntityType, DataSource, GlueTable, Partition, PartitionValueList, StatisticAnnotation, TableOptimizerRun, Trigger, WorkflowRun } from "./models_0";
|
|
3
|
+
import { type Capabilities, type DataCatalogEncryptionSettings, type DataQualityEvaluationRunAdditionalRunOptions, type EncryptionConfiguration, type ExportLabelsTaskRunProperties, type FindMatchesTaskRunProperties, type IntegrationConfig, type JobBookmarkEntry, type Location, type ProfileConfiguration, type RegistryId, type RestConfiguration, type SourceProcessingProperties, type TargetProcessingProperties, type TransformEncryption, type TransformParameters, CatalogEntry, ColumnStatistics, ConnectorProperty, IntegrationError, MappingEntry, MaterializedViewRefreshTaskRun, ResourceUri, Session, Tag } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Specifies configuration properties for an importing labels task run.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface ImportLabelsTaskRunProperties {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The Amazon Simple Storage Service (Amazon S3) path from where you will import the
|
|
11
|
+
* labels.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
InputS3Path?: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>Indicates whether to overwrite your existing labels.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
Replace?: boolean | undefined;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* <p>Specifies configuration properties for a labeling set generation task run.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
export interface LabelingSetGenerationTaskRunProperties {
|
|
26
|
+
/**
|
|
27
|
+
* <p>The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling
|
|
28
|
+
* set.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
OutputS3Path?: string | undefined;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* <p>The configuration properties for the task run.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export interface TaskRunProperties {
|
|
38
|
+
/**
|
|
39
|
+
* <p>The type of task run.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
TaskType?: TaskType | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The configuration properties for an importing labels task run.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
ImportLabelsTaskRunProperties?: ImportLabelsTaskRunProperties | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The configuration properties for an exporting labels task run.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
ExportLabelsTaskRunProperties?: ExportLabelsTaskRunProperties | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The configuration properties for a labeling set generation task run.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
LabelingSetGenerationTaskRunProperties?: LabelingSetGenerationTaskRunProperties | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The configuration properties for a find matches task run.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
FindMatchesTaskRunProperties?: FindMatchesTaskRunProperties | undefined;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export interface GetMLTaskRunResponse {
|
|
68
|
+
/**
|
|
69
|
+
* <p>The unique identifier of the task run.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
TransformId?: string | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The unique run identifier associated with this run.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
TaskRunId?: string | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The status for this task run.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
Status?: TaskStatusType | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* <p>The names of the log groups that are associated with the task run.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
LogGroupName?: string | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The list of properties that are associated with the task run.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
Properties?: TaskRunProperties | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* <p>The error strings that are associated with the task run.</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
ErrorString?: string | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The date and time when this task run started.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
StartedOn?: Date | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The date and time when this task run was last modified.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
LastModifiedOn?: Date | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* <p>The date and time when this task run was completed.</p>
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
CompletedOn?: Date | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* <p>The amount of time (in seconds) that the task run consumed resources.</p>
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
ExecutionTime?: number | undefined;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* <p>The criteria that are used to filter the task runs for the machine learning
|
|
121
|
+
* transform.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
export interface TaskRunFilterCriteria {
|
|
125
|
+
/**
|
|
126
|
+
* <p>The type of task run.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
TaskRunType?: TaskType | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* <p>The current status of the task run.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
Status?: TaskStatusType | undefined;
|
|
135
|
+
/**
|
|
136
|
+
* <p>Filter on task runs started before this date.</p>
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
StartedBefore?: Date | undefined;
|
|
140
|
+
/**
|
|
141
|
+
* <p>Filter on task runs started after this date.</p>
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
StartedAfter?: Date | undefined;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* <p>The sorting criteria that are used to sort the list of task runs for the machine learning
|
|
148
|
+
* transform.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
export interface TaskRunSortCriteria {
|
|
152
|
+
/**
|
|
153
|
+
* <p>The column to be used to sort the list of task runs for the machine learning
|
|
154
|
+
* transform.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
Column: TaskRunSortColumnType | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The sort direction to be used to sort the list of task runs for the machine learning
|
|
160
|
+
* transform.</p>
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
SortDirection: SortDirectionType | undefined;
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* @public
|
|
167
|
+
*/
|
|
168
|
+
export interface GetMLTaskRunsRequest {
|
|
169
|
+
/**
|
|
170
|
+
* <p>The unique identifier of the machine learning transform.</p>
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
173
|
+
TransformId: string | undefined;
|
|
174
|
+
/**
|
|
175
|
+
* <p>A token for pagination of the results. The default is empty.</p>
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
178
|
+
NextToken?: string | undefined;
|
|
179
|
+
/**
|
|
180
|
+
* <p>The maximum number of results to return. </p>
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
183
|
+
MaxResults?: number | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* <p>The filter criteria, in the <code>TaskRunFilterCriteria</code> structure, for the task run.</p>
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
Filter?: TaskRunFilterCriteria | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* <p>The sorting criteria, in the <code>TaskRunSortCriteria</code> structure, for the task run.</p>
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
Sort?: TaskRunSortCriteria | undefined;
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* <p>The sampling parameters that are associated with the machine learning transform.</p>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
export interface TaskRun {
|
|
200
|
+
/**
|
|
201
|
+
* <p>The unique identifier for the transform.</p>
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
TransformId?: string | undefined;
|
|
205
|
+
/**
|
|
206
|
+
* <p>The unique identifier for this task run.</p>
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
TaskRunId?: string | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* <p>The current status of the requested task run.</p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
Status?: TaskStatusType | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* <p>The names of the log group for secure logging, associated with this task run.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
LogGroupName?: string | undefined;
|
|
220
|
+
/**
|
|
221
|
+
* <p>Specifies configuration properties associated with this task run.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
Properties?: TaskRunProperties | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* <p>The list of error strings associated with this task run.</p>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
ErrorString?: string | undefined;
|
|
230
|
+
/**
|
|
231
|
+
* <p>The date and time that this task run started.</p>
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
StartedOn?: Date | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* <p>The last point in time that the requested task run was updated.</p>
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
LastModifiedOn?: Date | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* <p>The last point in time that the requested task run was completed.</p>
|
|
242
|
+
* @public
|
|
243
|
+
*/
|
|
244
|
+
CompletedOn?: Date | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* <p>The amount of time (in seconds) that the task run consumed resources.</p>
|
|
247
|
+
* @public
|
|
248
|
+
*/
|
|
249
|
+
ExecutionTime?: number | undefined;
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* @public
|
|
253
|
+
*/
|
|
254
|
+
export interface GetMLTaskRunsResponse {
|
|
255
|
+
/**
|
|
256
|
+
* <p>A list of task runs that are associated with the transform.</p>
|
|
257
|
+
* @public
|
|
258
|
+
*/
|
|
259
|
+
TaskRuns?: TaskRun[] | undefined;
|
|
260
|
+
/**
|
|
261
|
+
* <p>A pagination token, if more results are available.</p>
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
NextToken?: string | undefined;
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
export interface GetMLTransformRequest {
|
|
270
|
+
/**
|
|
271
|
+
* <p>The unique identifier of the transform, generated at the time that the transform was
|
|
272
|
+
* created.</p>
|
|
273
|
+
* @public
|
|
274
|
+
*/
|
|
275
|
+
TransformId: string | undefined;
|
|
276
|
+
}
|
|
277
|
+
/**
|
|
278
|
+
* <p>A structure containing the column name and column importance score for a column. </p>
|
|
279
|
+
* <p>Column importance helps you understand how columns contribute to your model, by identifying which columns in your records are more important than others.</p>
|
|
280
|
+
* @public
|
|
281
|
+
*/
|
|
282
|
+
export interface ColumnImportance {
|
|
283
|
+
/**
|
|
284
|
+
* <p>The name of a column.</p>
|
|
285
|
+
* @public
|
|
286
|
+
*/
|
|
287
|
+
ColumnName?: string | undefined;
|
|
288
|
+
/**
|
|
289
|
+
* <p>The column importance score for the column, as a decimal.</p>
|
|
290
|
+
* @public
|
|
291
|
+
*/
|
|
292
|
+
Importance?: number | undefined;
|
|
293
|
+
}
|
|
294
|
+
/**
|
|
295
|
+
* <p>The confusion matrix shows you what your transform is predicting accurately and what types of errors it is making.</p>
|
|
296
|
+
* <p>For more information, see <a href="https://en.wikipedia.org/wiki/Confusion_matrix">Confusion matrix</a> in Wikipedia.</p>
|
|
297
|
+
* @public
|
|
298
|
+
*/
|
|
299
|
+
export interface ConfusionMatrix {
|
|
300
|
+
/**
|
|
301
|
+
* <p>The number of matches in the data that the transform correctly found, in the confusion matrix for your transform.</p>
|
|
302
|
+
* @public
|
|
303
|
+
*/
|
|
304
|
+
NumTruePositives?: number | undefined;
|
|
305
|
+
/**
|
|
306
|
+
* <p>The number of nonmatches in the data that the transform incorrectly classified as a match,
|
|
307
|
+
* in the confusion matrix for your transform.</p>
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
NumFalsePositives?: number | undefined;
|
|
311
|
+
/**
|
|
312
|
+
* <p>The number of nonmatches in the data that the transform correctly rejected, in the
|
|
313
|
+
* confusion matrix for your transform.</p>
|
|
314
|
+
* @public
|
|
315
|
+
*/
|
|
316
|
+
NumTrueNegatives?: number | undefined;
|
|
317
|
+
/**
|
|
318
|
+
* <p>The number of matches in the data that the transform didn't find, in the confusion matrix for your transform.</p>
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
321
|
+
NumFalseNegatives?: number | undefined;
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
* <p>The evaluation metrics for the find matches algorithm. The quality of your machine
|
|
325
|
+
* learning transform is measured by getting your transform to predict some matches and comparing
|
|
326
|
+
* the results to known matches from the same dataset. The quality metrics are based on a subset
|
|
327
|
+
* of your data, so they are not precise.</p>
|
|
328
|
+
* @public
|
|
329
|
+
*/
|
|
330
|
+
export interface FindMatchesMetrics {
|
|
331
|
+
/**
|
|
332
|
+
* <p>The area under the precision/recall curve (AUPRC) is a single number measuring the overall
|
|
333
|
+
* quality of the transform, that is independent of the choice made for precision vs. recall.
|
|
334
|
+
* Higher values indicate that you have a more attractive precision vs. recall tradeoff.</p>
|
|
335
|
+
* <p>For more information, see <a href="https://en.wikipedia.org/wiki/Precision_and_recall">Precision and recall</a> in Wikipedia.</p>
|
|
336
|
+
* @public
|
|
337
|
+
*/
|
|
338
|
+
AreaUnderPRCurve?: number | undefined;
|
|
339
|
+
/**
|
|
340
|
+
* <p>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.</p>
|
|
341
|
+
* <p>For more information, see <a href="https://en.wikipedia.org/wiki/Precision_and_recall">Precision and recall</a> in Wikipedia.</p>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
Precision?: number | undefined;
|
|
345
|
+
/**
|
|
346
|
+
* <p>The recall metric indicates that for an actual match, how often your transform predicts
|
|
347
|
+
* the match. Specifically, it measures how well the transform finds true positives from the
|
|
348
|
+
* total records in the source data.</p>
|
|
349
|
+
* <p>For more information, see <a href="https://en.wikipedia.org/wiki/Precision_and_recall">Precision and recall</a> in Wikipedia.</p>
|
|
350
|
+
* @public
|
|
351
|
+
*/
|
|
352
|
+
Recall?: number | undefined;
|
|
353
|
+
/**
|
|
354
|
+
* <p>The maximum F1 metric indicates the transform's accuracy between 0 and 1, where 1 is the best accuracy.</p>
|
|
355
|
+
* <p>For more information, see <a href="https://en.wikipedia.org/wiki/F1_score">F1 score</a> in Wikipedia.</p>
|
|
356
|
+
* @public
|
|
357
|
+
*/
|
|
358
|
+
F1?: number | undefined;
|
|
359
|
+
/**
|
|
360
|
+
* <p>The confusion matrix shows you what your transform is predicting accurately and what types of errors it is making.</p>
|
|
361
|
+
* <p>For more information, see <a href="https://en.wikipedia.org/wiki/Confusion_matrix">Confusion matrix</a> in Wikipedia.</p>
|
|
362
|
+
* @public
|
|
363
|
+
*/
|
|
364
|
+
ConfusionMatrix?: ConfusionMatrix | undefined;
|
|
365
|
+
/**
|
|
366
|
+
* <p>A list of <code>ColumnImportance</code> structures containing column importance metrics, sorted in order of descending importance.</p>
|
|
367
|
+
* @public
|
|
368
|
+
*/
|
|
369
|
+
ColumnImportances?: ColumnImportance[] | undefined;
|
|
370
|
+
}
|
|
4
371
|
/**
|
|
5
372
|
* <p>Evaluation metrics provide an estimate of the quality of your machine learning transform.</p>
|
|
6
373
|
* @public
|
|
@@ -2737,7 +3104,7 @@ export interface ListConnectionTypesRequest {
|
|
|
2737
3104
|
NextToken?: string | undefined;
|
|
2738
3105
|
}
|
|
2739
3106
|
/**
|
|
2740
|
-
* <p>Represents a variant of a connection type in Glue
|
|
3107
|
+
* <p>Represents a variant of a connection type in Glue. Connection type variants provide specific configurations and behaviors
|
|
2741
3108
|
* for different implementations of the same general connection type.</p>
|
|
2742
3109
|
* @public
|
|
2743
3110
|
*/
|
|
@@ -4867,32 +5234,311 @@ export interface QuerySchemaVersionMetadataResponse {
|
|
|
4867
5234
|
NextToken?: string | undefined;
|
|
4868
5235
|
}
|
|
4869
5236
|
/**
|
|
5237
|
+
* <p>Configuration that defines the base URL and additional request parameters needed during connection creation.</p>
|
|
4870
5238
|
* @public
|
|
4871
5239
|
*/
|
|
4872
|
-
export interface
|
|
5240
|
+
export interface ConnectionPropertiesConfiguration {
|
|
4873
5241
|
/**
|
|
4874
|
-
* <p>
|
|
4875
|
-
* <ul>
|
|
4876
|
-
* <li>
|
|
4877
|
-
* <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
|
|
4878
|
-
* </li>
|
|
4879
|
-
* <li>
|
|
4880
|
-
* <p>SchemaId$SchemaName: The name of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
|
|
4881
|
-
* </li>
|
|
4882
|
-
* </ul>
|
|
5242
|
+
* <p>The base instance URL for the endpoint that this connection type will connect to.</p>
|
|
4883
5243
|
* @public
|
|
4884
5244
|
*/
|
|
4885
|
-
|
|
5245
|
+
Url?: ConnectorProperty | undefined;
|
|
4886
5246
|
/**
|
|
4887
|
-
* <p>
|
|
5247
|
+
* <p>Key-value pairs of additional request parameters that may be needed during connection creation, such as API versions or service-specific configuration options.</p>
|
|
4888
5248
|
* @public
|
|
4889
5249
|
*/
|
|
4890
|
-
|
|
5250
|
+
AdditionalRequestParameters?: ConnectorProperty[] | undefined;
|
|
4891
5251
|
}
|
|
4892
5252
|
/**
|
|
5253
|
+
* <p>Basic authentication configuration that defines the username and password properties for HTTP Basic authentication.</p>
|
|
4893
5254
|
* @public
|
|
4894
5255
|
*/
|
|
4895
|
-
export interface
|
|
5256
|
+
export interface BasicAuthenticationProperties {
|
|
5257
|
+
/**
|
|
5258
|
+
* <p>The username property name to use for Basic authentication credentials.</p>
|
|
5259
|
+
* @public
|
|
5260
|
+
*/
|
|
5261
|
+
Username?: ConnectorProperty | undefined;
|
|
5262
|
+
/**
|
|
5263
|
+
* <p>The password property name to use for Basic authentication credentials.</p>
|
|
5264
|
+
* @public
|
|
5265
|
+
*/
|
|
5266
|
+
Password?: ConnectorProperty | undefined;
|
|
5267
|
+
}
|
|
5268
|
+
/**
|
|
5269
|
+
* <p>Custom authentication configuration that allows for flexible authentication mechanisms beyond standard Basic and OAuth2 flows.</p>
|
|
5270
|
+
* @public
|
|
5271
|
+
*/
|
|
5272
|
+
export interface CustomAuthenticationProperties {
|
|
5273
|
+
/**
|
|
5274
|
+
* <p>A map of custom authentication parameters that define the specific authentication mechanism and required properties.</p>
|
|
5275
|
+
* @public
|
|
5276
|
+
*/
|
|
5277
|
+
AuthenticationParameters: ConnectorProperty[] | undefined;
|
|
5278
|
+
}
|
|
5279
|
+
/**
|
|
5280
|
+
* <p>OAuth2 authorization code configuration that defines the properties needed for the Authorization Code grant type flow.</p>
|
|
5281
|
+
* @public
|
|
5282
|
+
*/
|
|
5283
|
+
export interface ConnectorAuthorizationCodeProperties {
|
|
5284
|
+
/**
|
|
5285
|
+
* <p>The authorization endpoint URL where users will be redirected to grant authorization.</p>
|
|
5286
|
+
* @public
|
|
5287
|
+
*/
|
|
5288
|
+
AuthorizationCodeUrl?: ConnectorProperty | undefined;
|
|
5289
|
+
/**
|
|
5290
|
+
* <p>The authorization code received from the authorization server after user consent.</p>
|
|
5291
|
+
* @public
|
|
5292
|
+
*/
|
|
5293
|
+
AuthorizationCode?: ConnectorProperty | undefined;
|
|
5294
|
+
/**
|
|
5295
|
+
* <p>The redirect URI that must match the URI registered with the authorization server.</p>
|
|
5296
|
+
* @public
|
|
5297
|
+
*/
|
|
5298
|
+
RedirectUri?: ConnectorProperty | undefined;
|
|
5299
|
+
/**
|
|
5300
|
+
* <p>The token endpoint URL where the authorization code will be exchanged for an access token.</p>
|
|
5301
|
+
* @public
|
|
5302
|
+
*/
|
|
5303
|
+
TokenUrl?: ConnectorProperty | undefined;
|
|
5304
|
+
/**
|
|
5305
|
+
* <p>The HTTP method to use when making token exchange requests, typically POST.</p>
|
|
5306
|
+
* @public
|
|
5307
|
+
*/
|
|
5308
|
+
RequestMethod?: HTTPMethod | undefined;
|
|
5309
|
+
/**
|
|
5310
|
+
* <p>The content type to use for token exchange requests, such as application/x-www-form-urlencoded or application/json.</p>
|
|
5311
|
+
* @public
|
|
5312
|
+
*/
|
|
5313
|
+
ContentType?: ContentType | undefined;
|
|
5314
|
+
/**
|
|
5315
|
+
* <p>The OAuth2 client identifier provided by the authorization server.</p>
|
|
5316
|
+
* @public
|
|
5317
|
+
*/
|
|
5318
|
+
ClientId?: ConnectorProperty | undefined;
|
|
5319
|
+
/**
|
|
5320
|
+
* <p>The OAuth2 client secret provided by the authorization server.</p>
|
|
5321
|
+
* @public
|
|
5322
|
+
*/
|
|
5323
|
+
ClientSecret?: ConnectorProperty | undefined;
|
|
5324
|
+
/**
|
|
5325
|
+
* <p>The OAuth2 scope that defines the level of access requested for the authorization code flow.</p>
|
|
5326
|
+
* @public
|
|
5327
|
+
*/
|
|
5328
|
+
Scope?: ConnectorProperty | undefined;
|
|
5329
|
+
/**
|
|
5330
|
+
* <p>The OAuth2 prompt parameter that controls the authorization server's behavior during user authentication.</p>
|
|
5331
|
+
* @public
|
|
5332
|
+
*/
|
|
5333
|
+
Prompt?: ConnectorProperty | undefined;
|
|
5334
|
+
/**
|
|
5335
|
+
* <p>Additional parameters to include in token URL requests as key-value pairs.</p>
|
|
5336
|
+
* @public
|
|
5337
|
+
*/
|
|
5338
|
+
TokenUrlParameters?: ConnectorProperty[] | undefined;
|
|
5339
|
+
}
|
|
5340
|
+
/**
|
|
5341
|
+
* <p>OAuth2 client credentials configuration that defines the properties needed for the Client Credentials grant type flow.</p>
|
|
5342
|
+
* @public
|
|
5343
|
+
*/
|
|
5344
|
+
export interface ClientCredentialsProperties {
|
|
5345
|
+
/**
|
|
5346
|
+
* <p>The token endpoint URL where the client will request access tokens using client credentials.</p>
|
|
5347
|
+
* @public
|
|
5348
|
+
*/
|
|
5349
|
+
TokenUrl?: ConnectorProperty | undefined;
|
|
5350
|
+
/**
|
|
5351
|
+
* <p>The HTTP method to use when making token requests, typically POST.</p>
|
|
5352
|
+
* @public
|
|
5353
|
+
*/
|
|
5354
|
+
RequestMethod?: HTTPMethod | undefined;
|
|
5355
|
+
/**
|
|
5356
|
+
* <p>The content type to use for token requests, such as application/x-www-form-urlencoded or application/json.</p>
|
|
5357
|
+
* @public
|
|
5358
|
+
*/
|
|
5359
|
+
ContentType?: ContentType | undefined;
|
|
5360
|
+
/**
|
|
5361
|
+
* <p>The OAuth2 client identifier provided by the authorization server.</p>
|
|
5362
|
+
* @public
|
|
5363
|
+
*/
|
|
5364
|
+
ClientId?: ConnectorProperty | undefined;
|
|
5365
|
+
/**
|
|
5366
|
+
* <p>The OAuth2 client secret provided by the authorization server.</p>
|
|
5367
|
+
* @public
|
|
5368
|
+
*/
|
|
5369
|
+
ClientSecret?: ConnectorProperty | undefined;
|
|
5370
|
+
/**
|
|
5371
|
+
* <p>The OAuth2 scope that defines the level of access requested for the client credentials flow.</p>
|
|
5372
|
+
* @public
|
|
5373
|
+
*/
|
|
5374
|
+
Scope?: ConnectorProperty | undefined;
|
|
5375
|
+
/**
|
|
5376
|
+
* <p>Additional parameters to include in token URL requests as key-value pairs.</p>
|
|
5377
|
+
* @public
|
|
5378
|
+
*/
|
|
5379
|
+
TokenUrlParameters?: ConnectorProperty[] | undefined;
|
|
5380
|
+
}
|
|
5381
|
+
/**
|
|
5382
|
+
* <p>JWT bearer token configuration that defines the properties needed for the JWT Bearer grant type flow.</p>
|
|
5383
|
+
* @public
|
|
5384
|
+
*/
|
|
5385
|
+
export interface JWTBearerProperties {
|
|
5386
|
+
/**
|
|
5387
|
+
* <p>The token endpoint URL where the JWT bearer token will be exchanged for an access token.</p>
|
|
5388
|
+
* @public
|
|
5389
|
+
*/
|
|
5390
|
+
TokenUrl?: ConnectorProperty | undefined;
|
|
5391
|
+
/**
|
|
5392
|
+
* <p>The HTTP method to use when making JWT bearer token requests, typically POST.</p>
|
|
5393
|
+
* @public
|
|
5394
|
+
*/
|
|
5395
|
+
RequestMethod?: HTTPMethod | undefined;
|
|
5396
|
+
/**
|
|
5397
|
+
* <p>The content type to use for JWT bearer token requests, such as application/x-www-form-urlencoded or application/json.</p>
|
|
5398
|
+
* @public
|
|
5399
|
+
*/
|
|
5400
|
+
ContentType?: ContentType | undefined;
|
|
5401
|
+
/**
|
|
5402
|
+
* <p>The JWT token to be used in the bearer token grant flow for authentication.</p>
|
|
5403
|
+
* @public
|
|
5404
|
+
*/
|
|
5405
|
+
JwtToken?: ConnectorProperty | undefined;
|
|
5406
|
+
/**
|
|
5407
|
+
* <p>Additional parameters to include in token URL requests as key-value pairs.</p>
|
|
5408
|
+
* @public
|
|
5409
|
+
*/
|
|
5410
|
+
TokenUrlParameters?: ConnectorProperty[] | undefined;
|
|
5411
|
+
}
|
|
5412
|
+
/**
|
|
5413
|
+
* <p>OAuth2 configuration container that defines the authentication properties and flow-specific configurations for OAuth2-based connections.</p>
|
|
5414
|
+
* @public
|
|
5415
|
+
*/
|
|
5416
|
+
export interface ConnectorOAuth2Properties {
|
|
5417
|
+
/**
|
|
5418
|
+
* <p>The OAuth2 grant type to use for authentication, such as CLIENT_CREDENTIALS, JWT_BEARER, or AUTHORIZATION_CODE.</p>
|
|
5419
|
+
* @public
|
|
5420
|
+
*/
|
|
5421
|
+
OAuth2GrantType: ConnectorOAuth2GrantType | undefined;
|
|
5422
|
+
/**
|
|
5423
|
+
* <p>Configuration properties specific to the OAuth2 Client Credentials grant type flow.</p>
|
|
5424
|
+
* @public
|
|
5425
|
+
*/
|
|
5426
|
+
ClientCredentialsProperties?: ClientCredentialsProperties | undefined;
|
|
5427
|
+
/**
|
|
5428
|
+
* <p>Configuration properties specific to the OAuth2 JWT Bearer grant type flow.</p>
|
|
5429
|
+
* @public
|
|
5430
|
+
*/
|
|
5431
|
+
JWTBearerProperties?: JWTBearerProperties | undefined;
|
|
5432
|
+
/**
|
|
5433
|
+
* <p>Configuration properties specific to the OAuth2 Authorization Code grant type flow.</p>
|
|
5434
|
+
* @public
|
|
5435
|
+
*/
|
|
5436
|
+
AuthorizationCodeProperties?: ConnectorAuthorizationCodeProperties | undefined;
|
|
5437
|
+
}
|
|
5438
|
+
/**
|
|
5439
|
+
* <p>Configuration that defines the supported authentication types and required properties for the connection type.</p>
|
|
5440
|
+
* @public
|
|
5441
|
+
*/
|
|
5442
|
+
export interface ConnectorAuthenticationConfiguration {
|
|
5443
|
+
/**
|
|
5444
|
+
* <p>A list of authentication types supported by this connection type, such as Basic, OAuth2, or Custom authentication methods.</p>
|
|
5445
|
+
* @public
|
|
5446
|
+
*/
|
|
5447
|
+
AuthenticationTypes: AuthenticationType[] | undefined;
|
|
5448
|
+
/**
|
|
5449
|
+
* <p>OAuth2 configuration container that defines the authentication properties and flow-specific configurations for OAuth2-based connections.</p>
|
|
5450
|
+
* @public
|
|
5451
|
+
*/
|
|
5452
|
+
OAuth2Properties?: ConnectorOAuth2Properties | undefined;
|
|
5453
|
+
/**
|
|
5454
|
+
* <p>Basic authentication configuration that defines the username and password properties for HTTP Basic authentication.</p>
|
|
5455
|
+
* @public
|
|
5456
|
+
*/
|
|
5457
|
+
BasicAuthenticationProperties?: BasicAuthenticationProperties | undefined;
|
|
5458
|
+
/**
|
|
5459
|
+
* <p>Custom authentication configuration that allows for flexible authentication mechanisms beyond standard Basic and OAuth2 flows.</p>
|
|
5460
|
+
* @public
|
|
5461
|
+
*/
|
|
5462
|
+
CustomAuthenticationProperties?: CustomAuthenticationProperties | undefined;
|
|
5463
|
+
}
|
|
5464
|
+
/**
|
|
5465
|
+
* @public
|
|
5466
|
+
*/
|
|
5467
|
+
export interface RegisterConnectionTypeRequest {
|
|
5468
|
+
/**
|
|
5469
|
+
* <p>The name of the connection type. Must be between 1 and 255 characters and must be prefixed with "REST-" to indicate it is a REST-based connector.</p>
|
|
5470
|
+
* @public
|
|
5471
|
+
*/
|
|
5472
|
+
ConnectionType: string | undefined;
|
|
5473
|
+
/**
|
|
5474
|
+
* <p>The integration type for the connection. Currently only "REST" protocol is supported.</p>
|
|
5475
|
+
* @public
|
|
5476
|
+
*/
|
|
5477
|
+
IntegrationType: IntegrationType | undefined;
|
|
5478
|
+
/**
|
|
5479
|
+
* <p>A description of the connection type. Can be up to 2048 characters and provides details about the purpose and functionality of the connection type.</p>
|
|
5480
|
+
* @public
|
|
5481
|
+
*/
|
|
5482
|
+
Description?: string | undefined;
|
|
5483
|
+
/**
|
|
5484
|
+
* <p>Defines the base URL and additional request parameters needed during connection creation for this connection type.</p>
|
|
5485
|
+
* @public
|
|
5486
|
+
*/
|
|
5487
|
+
ConnectionProperties: ConnectionPropertiesConfiguration | undefined;
|
|
5488
|
+
/**
|
|
5489
|
+
* <p>Defines the supported authentication types and required properties for this connection type, including Basic, OAuth2, and Custom authentication methods.</p>
|
|
5490
|
+
* @public
|
|
5491
|
+
*/
|
|
5492
|
+
ConnectorAuthenticationConfiguration: ConnectorAuthenticationConfiguration | undefined;
|
|
5493
|
+
/**
|
|
5494
|
+
* <p>Defines the HTTP request and response configuration, validation endpoint, and entity configurations for REST API interactions.</p>
|
|
5495
|
+
* @public
|
|
5496
|
+
*/
|
|
5497
|
+
RestConfiguration: RestConfiguration | undefined;
|
|
5498
|
+
/**
|
|
5499
|
+
* <p>The tags you assign to the connection type.</p>
|
|
5500
|
+
* @public
|
|
5501
|
+
*/
|
|
5502
|
+
Tags?: Record<string, string> | undefined;
|
|
5503
|
+
}
|
|
5504
|
+
/**
|
|
5505
|
+
* <p>Contains the Amazon Resource Name (ARN) of the newly registered connection type.</p>
|
|
5506
|
+
* @public
|
|
5507
|
+
*/
|
|
5508
|
+
export interface RegisterConnectionTypeResponse {
|
|
5509
|
+
/**
|
|
5510
|
+
* <p>The Amazon Resource Name (ARN) of the registered connection type. This unique identifier can be used to reference the connection type in other Glue operations.</p>
|
|
5511
|
+
* @public
|
|
5512
|
+
*/
|
|
5513
|
+
ConnectionTypeArn?: string | undefined;
|
|
5514
|
+
}
|
|
5515
|
+
/**
|
|
5516
|
+
* @public
|
|
5517
|
+
*/
|
|
5518
|
+
export interface RegisterSchemaVersionInput {
|
|
5519
|
+
/**
|
|
5520
|
+
* <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
|
|
5521
|
+
* <ul>
|
|
5522
|
+
* <li>
|
|
5523
|
+
* <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
|
|
5524
|
+
* </li>
|
|
5525
|
+
* <li>
|
|
5526
|
+
* <p>SchemaId$SchemaName: The name of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
|
|
5527
|
+
* </li>
|
|
5528
|
+
* </ul>
|
|
5529
|
+
* @public
|
|
5530
|
+
*/
|
|
5531
|
+
SchemaId: SchemaId | undefined;
|
|
5532
|
+
/**
|
|
5533
|
+
* <p>The schema definition using the <code>DataFormat</code> setting for the <code>SchemaName</code>.</p>
|
|
5534
|
+
* @public
|
|
5535
|
+
*/
|
|
5536
|
+
SchemaDefinition: string | undefined;
|
|
5537
|
+
}
|
|
5538
|
+
/**
|
|
5539
|
+
* @public
|
|
5540
|
+
*/
|
|
5541
|
+
export interface RegisterSchemaVersionResponse {
|
|
4896
5542
|
/**
|
|
4897
5543
|
* <p>The unique ID that represents the version of this schema.</p>
|
|
4898
5544
|
* @public
|
|
@@ -6577,584 +7223,3 @@ export interface DevEndpointCustomLibraries {
|
|
|
6577
7223
|
*/
|
|
6578
7224
|
ExtraJarsS3Path?: string | undefined;
|
|
6579
7225
|
}
|
|
6580
|
-
/**
|
|
6581
|
-
* @public
|
|
6582
|
-
*/
|
|
6583
|
-
export interface UpdateDevEndpointRequest {
|
|
6584
|
-
/**
|
|
6585
|
-
* <p>The name of the <code>DevEndpoint</code> to be updated.</p>
|
|
6586
|
-
* @public
|
|
6587
|
-
*/
|
|
6588
|
-
EndpointName: string | undefined;
|
|
6589
|
-
/**
|
|
6590
|
-
* <p>The public key for the <code>DevEndpoint</code> to use.</p>
|
|
6591
|
-
* @public
|
|
6592
|
-
*/
|
|
6593
|
-
PublicKey?: string | undefined;
|
|
6594
|
-
/**
|
|
6595
|
-
* <p>The list of public keys for the <code>DevEndpoint</code> to use.</p>
|
|
6596
|
-
* @public
|
|
6597
|
-
*/
|
|
6598
|
-
AddPublicKeys?: string[] | undefined;
|
|
6599
|
-
/**
|
|
6600
|
-
* <p>The list of public keys to be deleted from the <code>DevEndpoint</code>.</p>
|
|
6601
|
-
* @public
|
|
6602
|
-
*/
|
|
6603
|
-
DeletePublicKeys?: string[] | undefined;
|
|
6604
|
-
/**
|
|
6605
|
-
* <p>Custom Python or Java libraries to be loaded in the <code>DevEndpoint</code>.</p>
|
|
6606
|
-
* @public
|
|
6607
|
-
*/
|
|
6608
|
-
CustomLibraries?: DevEndpointCustomLibraries | undefined;
|
|
6609
|
-
/**
|
|
6610
|
-
* <p>
|
|
6611
|
-
* <code>True</code> if the list of custom libraries to be loaded in the development endpoint
|
|
6612
|
-
* needs to be updated, or <code>False</code> if otherwise.</p>
|
|
6613
|
-
* @public
|
|
6614
|
-
*/
|
|
6615
|
-
UpdateEtlLibraries?: boolean | undefined;
|
|
6616
|
-
/**
|
|
6617
|
-
* <p>The list of argument keys to be deleted from the map of arguments used to configure the
|
|
6618
|
-
* <code>DevEndpoint</code>.</p>
|
|
6619
|
-
* @public
|
|
6620
|
-
*/
|
|
6621
|
-
DeleteArguments?: string[] | undefined;
|
|
6622
|
-
/**
|
|
6623
|
-
* <p>The map of arguments to add the map of arguments used to configure the
|
|
6624
|
-
* <code>DevEndpoint</code>.</p>
|
|
6625
|
-
* <p>Valid arguments are:</p>
|
|
6626
|
-
* <ul>
|
|
6627
|
-
* <li>
|
|
6628
|
-
* <p>
|
|
6629
|
-
* <code>"--enable-glue-datacatalog": ""</code>
|
|
6630
|
-
* </p>
|
|
6631
|
-
* </li>
|
|
6632
|
-
* </ul>
|
|
6633
|
-
* <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>
|
|
6634
|
-
* @public
|
|
6635
|
-
*/
|
|
6636
|
-
AddArguments?: Record<string, string> | undefined;
|
|
6637
|
-
}
|
|
6638
|
-
/**
|
|
6639
|
-
* @public
|
|
6640
|
-
*/
|
|
6641
|
-
export interface UpdateDevEndpointResponse {
|
|
6642
|
-
}
|
|
6643
|
-
/**
|
|
6644
|
-
* <p>Request to update an existing Glue Identity Center configuration.</p>
|
|
6645
|
-
* @public
|
|
6646
|
-
*/
|
|
6647
|
-
export interface UpdateGlueIdentityCenterConfigurationRequest {
|
|
6648
|
-
/**
|
|
6649
|
-
* <p>A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.</p>
|
|
6650
|
-
* @public
|
|
6651
|
-
*/
|
|
6652
|
-
Scopes?: string[] | undefined;
|
|
6653
|
-
/**
|
|
6654
|
-
* <p>Specifies whether users can run background sessions when using Identity Center authentication with Glue services.</p>
|
|
6655
|
-
* @public
|
|
6656
|
-
*/
|
|
6657
|
-
UserBackgroundSessionsEnabled?: boolean | undefined;
|
|
6658
|
-
}
|
|
6659
|
-
/**
|
|
6660
|
-
* <p>Response from updating an existing Glue Identity Center configuration.</p>
|
|
6661
|
-
* @public
|
|
6662
|
-
*/
|
|
6663
|
-
export interface UpdateGlueIdentityCenterConfigurationResponse {
|
|
6664
|
-
}
|
|
6665
|
-
/**
|
|
6666
|
-
* @public
|
|
6667
|
-
*/
|
|
6668
|
-
export interface UpdateIntegrationResourcePropertyRequest {
|
|
6669
|
-
/**
|
|
6670
|
-
* <p>The connection ARN of the source, or the database ARN of the target.</p>
|
|
6671
|
-
* @public
|
|
6672
|
-
*/
|
|
6673
|
-
ResourceArn: string | undefined;
|
|
6674
|
-
/**
|
|
6675
|
-
* <p>The resource properties associated with the integration source.</p>
|
|
6676
|
-
* @public
|
|
6677
|
-
*/
|
|
6678
|
-
SourceProcessingProperties?: SourceProcessingProperties | undefined;
|
|
6679
|
-
/**
|
|
6680
|
-
* <p>The resource properties associated with the integration target.</p>
|
|
6681
|
-
* @public
|
|
6682
|
-
*/
|
|
6683
|
-
TargetProcessingProperties?: TargetProcessingProperties | undefined;
|
|
6684
|
-
}
|
|
6685
|
-
/**
|
|
6686
|
-
* @public
|
|
6687
|
-
*/
|
|
6688
|
-
export interface UpdateIntegrationResourcePropertyResponse {
|
|
6689
|
-
/**
|
|
6690
|
-
* <p>The connection ARN of the source, or the database ARN of the target.</p>
|
|
6691
|
-
* @public
|
|
6692
|
-
*/
|
|
6693
|
-
ResourceArn?: string | undefined;
|
|
6694
|
-
/**
|
|
6695
|
-
* <p>The resource ARN created through this create API. The format is something like arn:aws:glue:<region>:<account_id>:integrationresourceproperty/*</p>
|
|
6696
|
-
* @public
|
|
6697
|
-
*/
|
|
6698
|
-
ResourcePropertyArn?: string | undefined;
|
|
6699
|
-
/**
|
|
6700
|
-
* <p>The resource properties associated with the integration source.</p>
|
|
6701
|
-
* @public
|
|
6702
|
-
*/
|
|
6703
|
-
SourceProcessingProperties?: SourceProcessingProperties | undefined;
|
|
6704
|
-
/**
|
|
6705
|
-
* <p>The resource properties associated with the integration target.</p>
|
|
6706
|
-
* @public
|
|
6707
|
-
*/
|
|
6708
|
-
TargetProcessingProperties?: TargetProcessingProperties | undefined;
|
|
6709
|
-
}
|
|
6710
|
-
/**
|
|
6711
|
-
* @public
|
|
6712
|
-
*/
|
|
6713
|
-
export interface UpdateIntegrationTablePropertiesRequest {
|
|
6714
|
-
/**
|
|
6715
|
-
* <p>The connection ARN of the source, or the database ARN of the target.</p>
|
|
6716
|
-
* @public
|
|
6717
|
-
*/
|
|
6718
|
-
ResourceArn: string | undefined;
|
|
6719
|
-
/**
|
|
6720
|
-
* <p>The name of the table to be replicated.</p>
|
|
6721
|
-
* @public
|
|
6722
|
-
*/
|
|
6723
|
-
TableName: string | undefined;
|
|
6724
|
-
/**
|
|
6725
|
-
* <p>A structure for the source table configuration.</p>
|
|
6726
|
-
* @public
|
|
6727
|
-
*/
|
|
6728
|
-
SourceTableConfig?: SourceTableConfig | undefined;
|
|
6729
|
-
/**
|
|
6730
|
-
* <p>A structure for the target table configuration.</p>
|
|
6731
|
-
* @public
|
|
6732
|
-
*/
|
|
6733
|
-
TargetTableConfig?: TargetTableConfig | undefined;
|
|
6734
|
-
}
|
|
6735
|
-
/**
|
|
6736
|
-
* @public
|
|
6737
|
-
*/
|
|
6738
|
-
export interface UpdateIntegrationTablePropertiesResponse {
|
|
6739
|
-
}
|
|
6740
|
-
/**
|
|
6741
|
-
* @public
|
|
6742
|
-
*/
|
|
6743
|
-
export interface UpdateJobResponse {
|
|
6744
|
-
/**
|
|
6745
|
-
* <p>Returns the name of the updated job definition.</p>
|
|
6746
|
-
* @public
|
|
6747
|
-
*/
|
|
6748
|
-
JobName?: string | undefined;
|
|
6749
|
-
}
|
|
6750
|
-
/**
|
|
6751
|
-
* @public
|
|
6752
|
-
*/
|
|
6753
|
-
export interface UpdateJobFromSourceControlRequest {
|
|
6754
|
-
/**
|
|
6755
|
-
* <p>The name of the Glue job to be synchronized to or from the remote repository.</p>
|
|
6756
|
-
* @public
|
|
6757
|
-
*/
|
|
6758
|
-
JobName?: string | undefined;
|
|
6759
|
-
/**
|
|
6760
|
-
* <p>
|
|
6761
|
-
* The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.
|
|
6762
|
-
* </p>
|
|
6763
|
-
* @public
|
|
6764
|
-
*/
|
|
6765
|
-
Provider?: SourceControlProvider | undefined;
|
|
6766
|
-
/**
|
|
6767
|
-
* <p>The name of the remote repository that contains the job artifacts.
|
|
6768
|
-
* For BitBucket providers, <code>RepositoryName</code> should include <code>WorkspaceName</code>.
|
|
6769
|
-
* Use the format <code><WorkspaceName>/<RepositoryName></code>.
|
|
6770
|
-
* </p>
|
|
6771
|
-
* @public
|
|
6772
|
-
*/
|
|
6773
|
-
RepositoryName?: string | undefined;
|
|
6774
|
-
/**
|
|
6775
|
-
* <p>The owner of the remote repository that contains the job artifacts.</p>
|
|
6776
|
-
* @public
|
|
6777
|
-
*/
|
|
6778
|
-
RepositoryOwner?: string | undefined;
|
|
6779
|
-
/**
|
|
6780
|
-
* <p>An optional branch in the remote repository.</p>
|
|
6781
|
-
* @public
|
|
6782
|
-
*/
|
|
6783
|
-
BranchName?: string | undefined;
|
|
6784
|
-
/**
|
|
6785
|
-
* <p>An optional folder in the remote repository.</p>
|
|
6786
|
-
* @public
|
|
6787
|
-
*/
|
|
6788
|
-
Folder?: string | undefined;
|
|
6789
|
-
/**
|
|
6790
|
-
* <p>A commit ID for a commit in the remote repository.</p>
|
|
6791
|
-
* @public
|
|
6792
|
-
*/
|
|
6793
|
-
CommitId?: string | undefined;
|
|
6794
|
-
/**
|
|
6795
|
-
* <p>The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.</p>
|
|
6796
|
-
* @public
|
|
6797
|
-
*/
|
|
6798
|
-
AuthStrategy?: SourceControlAuthStrategy | undefined;
|
|
6799
|
-
/**
|
|
6800
|
-
* <p>The value of the authorization token.</p>
|
|
6801
|
-
* @public
|
|
6802
|
-
*/
|
|
6803
|
-
AuthToken?: string | undefined;
|
|
6804
|
-
}
|
|
6805
|
-
/**
|
|
6806
|
-
* @public
|
|
6807
|
-
*/
|
|
6808
|
-
export interface UpdateJobFromSourceControlResponse {
|
|
6809
|
-
/**
|
|
6810
|
-
* <p>The name of the Glue job.</p>
|
|
6811
|
-
* @public
|
|
6812
|
-
*/
|
|
6813
|
-
JobName?: string | undefined;
|
|
6814
|
-
}
|
|
6815
|
-
/**
|
|
6816
|
-
* @public
|
|
6817
|
-
*/
|
|
6818
|
-
export interface UpdateMLTransformRequest {
|
|
6819
|
-
/**
|
|
6820
|
-
* <p>A unique identifier that was generated when the transform was created.</p>
|
|
6821
|
-
* @public
|
|
6822
|
-
*/
|
|
6823
|
-
TransformId: string | undefined;
|
|
6824
|
-
/**
|
|
6825
|
-
* <p>The unique name that you gave the transform when you created it.</p>
|
|
6826
|
-
* @public
|
|
6827
|
-
*/
|
|
6828
|
-
Name?: string | undefined;
|
|
6829
|
-
/**
|
|
6830
|
-
* <p>A description of the transform. The default is an empty string.</p>
|
|
6831
|
-
* @public
|
|
6832
|
-
*/
|
|
6833
|
-
Description?: string | undefined;
|
|
6834
|
-
/**
|
|
6835
|
-
* <p>The configuration parameters that are specific to the transform type (algorithm) used.
|
|
6836
|
-
* Conditionally dependent on the transform type.</p>
|
|
6837
|
-
* @public
|
|
6838
|
-
*/
|
|
6839
|
-
Parameters?: TransformParameters | undefined;
|
|
6840
|
-
/**
|
|
6841
|
-
* <p>The name or Amazon Resource Name (ARN) of the IAM role with the required
|
|
6842
|
-
* permissions.</p>
|
|
6843
|
-
* @public
|
|
6844
|
-
*/
|
|
6845
|
-
Role?: string | undefined;
|
|
6846
|
-
/**
|
|
6847
|
-
* <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>
|
|
6848
|
-
* @public
|
|
6849
|
-
*/
|
|
6850
|
-
GlueVersion?: string | undefined;
|
|
6851
|
-
/**
|
|
6852
|
-
* <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
|
|
6853
|
-
* processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more
|
|
6854
|
-
* information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
|
|
6855
|
-
* page</a>. </p>
|
|
6856
|
-
* <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>
|
|
6857
|
-
* @public
|
|
6858
|
-
*/
|
|
6859
|
-
MaxCapacity?: number | undefined;
|
|
6860
|
-
/**
|
|
6861
|
-
* <p>The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.</p>
|
|
6862
|
-
* <ul>
|
|
6863
|
-
* <li>
|
|
6864
|
-
* <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>
|
|
6865
|
-
* </li>
|
|
6866
|
-
* <li>
|
|
6867
|
-
* <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>
|
|
6868
|
-
* </li>
|
|
6869
|
-
* <li>
|
|
6870
|
-
* <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>
|
|
6871
|
-
* </li>
|
|
6872
|
-
* </ul>
|
|
6873
|
-
* @public
|
|
6874
|
-
*/
|
|
6875
|
-
WorkerType?: WorkerType | undefined;
|
|
6876
|
-
/**
|
|
6877
|
-
* <p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>
|
|
6878
|
-
* @public
|
|
6879
|
-
*/
|
|
6880
|
-
NumberOfWorkers?: number | undefined;
|
|
6881
|
-
/**
|
|
6882
|
-
* <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>
|
|
6883
|
-
* @public
|
|
6884
|
-
*/
|
|
6885
|
-
Timeout?: number | undefined;
|
|
6886
|
-
/**
|
|
6887
|
-
* <p>The maximum number of times to retry a task for this transform after a task run fails.</p>
|
|
6888
|
-
* @public
|
|
6889
|
-
*/
|
|
6890
|
-
MaxRetries?: number | undefined;
|
|
6891
|
-
}
|
|
6892
|
-
/**
|
|
6893
|
-
* @public
|
|
6894
|
-
*/
|
|
6895
|
-
export interface UpdateMLTransformResponse {
|
|
6896
|
-
/**
|
|
6897
|
-
* <p>The unique identifier for the transform that was updated.</p>
|
|
6898
|
-
* @public
|
|
6899
|
-
*/
|
|
6900
|
-
TransformId?: string | undefined;
|
|
6901
|
-
}
|
|
6902
|
-
/**
|
|
6903
|
-
* @public
|
|
6904
|
-
*/
|
|
6905
|
-
export interface UpdatePartitionRequest {
|
|
6906
|
-
/**
|
|
6907
|
-
* <p>The ID of the Data Catalog where the partition to be updated resides. If none is provided,
|
|
6908
|
-
* the Amazon Web Services account ID is used by default.</p>
|
|
6909
|
-
* @public
|
|
6910
|
-
*/
|
|
6911
|
-
CatalogId?: string | undefined;
|
|
6912
|
-
/**
|
|
6913
|
-
* <p>The name of the catalog database in which the table in question
|
|
6914
|
-
* resides.</p>
|
|
6915
|
-
* @public
|
|
6916
|
-
*/
|
|
6917
|
-
DatabaseName: string | undefined;
|
|
6918
|
-
/**
|
|
6919
|
-
* <p>The name of the table in which the partition to be updated is located.</p>
|
|
6920
|
-
* @public
|
|
6921
|
-
*/
|
|
6922
|
-
TableName: string | undefined;
|
|
6923
|
-
/**
|
|
6924
|
-
* <p>List of partition key values that define the partition to update.</p>
|
|
6925
|
-
* @public
|
|
6926
|
-
*/
|
|
6927
|
-
PartitionValueList: string[] | undefined;
|
|
6928
|
-
/**
|
|
6929
|
-
* <p>The new partition object to update the partition to.</p>
|
|
6930
|
-
* <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>
|
|
6931
|
-
* @public
|
|
6932
|
-
*/
|
|
6933
|
-
PartitionInput: PartitionInput | undefined;
|
|
6934
|
-
}
|
|
6935
|
-
/**
|
|
6936
|
-
* @public
|
|
6937
|
-
*/
|
|
6938
|
-
export interface UpdatePartitionResponse {
|
|
6939
|
-
}
|
|
6940
|
-
/**
|
|
6941
|
-
* @public
|
|
6942
|
-
*/
|
|
6943
|
-
export interface UpdateRegistryInput {
|
|
6944
|
-
/**
|
|
6945
|
-
* <p>This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>
|
|
6946
|
-
* @public
|
|
6947
|
-
*/
|
|
6948
|
-
RegistryId: RegistryId | undefined;
|
|
6949
|
-
/**
|
|
6950
|
-
* <p>A description of the registry. If description is not provided, this field will not be updated.</p>
|
|
6951
|
-
* @public
|
|
6952
|
-
*/
|
|
6953
|
-
Description: string | undefined;
|
|
6954
|
-
}
|
|
6955
|
-
/**
|
|
6956
|
-
* @public
|
|
6957
|
-
*/
|
|
6958
|
-
export interface UpdateRegistryResponse {
|
|
6959
|
-
/**
|
|
6960
|
-
* <p>The name of the updated registry.</p>
|
|
6961
|
-
* @public
|
|
6962
|
-
*/
|
|
6963
|
-
RegistryName?: string | undefined;
|
|
6964
|
-
/**
|
|
6965
|
-
* <p>The Amazon Resource name (ARN) of the updated registry.</p>
|
|
6966
|
-
* @public
|
|
6967
|
-
*/
|
|
6968
|
-
RegistryArn?: string | undefined;
|
|
6969
|
-
}
|
|
6970
|
-
/**
|
|
6971
|
-
* @public
|
|
6972
|
-
*/
|
|
6973
|
-
export interface UpdateSchemaInput {
|
|
6974
|
-
/**
|
|
6975
|
-
* <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
|
|
6976
|
-
* <ul>
|
|
6977
|
-
* <li>
|
|
6978
|
-
* <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>
|
|
6979
|
-
* </li>
|
|
6980
|
-
* <li>
|
|
6981
|
-
* <p>SchemaId$SchemaName: The name of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
|
|
6982
|
-
* </li>
|
|
6983
|
-
* </ul>
|
|
6984
|
-
* @public
|
|
6985
|
-
*/
|
|
6986
|
-
SchemaId: SchemaId | undefined;
|
|
6987
|
-
/**
|
|
6988
|
-
* <p>Version number required for check pointing. One of <code>VersionNumber</code> or <code>Compatibility</code> has to be provided.</p>
|
|
6989
|
-
* @public
|
|
6990
|
-
*/
|
|
6991
|
-
SchemaVersionNumber?: SchemaVersionNumber | undefined;
|
|
6992
|
-
/**
|
|
6993
|
-
* <p>The new compatibility setting for the schema.</p>
|
|
6994
|
-
* @public
|
|
6995
|
-
*/
|
|
6996
|
-
Compatibility?: Compatibility | undefined;
|
|
6997
|
-
/**
|
|
6998
|
-
* <p>The new description for the schema.</p>
|
|
6999
|
-
* @public
|
|
7000
|
-
*/
|
|
7001
|
-
Description?: string | undefined;
|
|
7002
|
-
}
|
|
7003
|
-
/**
|
|
7004
|
-
* @public
|
|
7005
|
-
*/
|
|
7006
|
-
export interface UpdateSchemaResponse {
|
|
7007
|
-
/**
|
|
7008
|
-
* <p>The Amazon Resource Name (ARN) of the schema.</p>
|
|
7009
|
-
* @public
|
|
7010
|
-
*/
|
|
7011
|
-
SchemaArn?: string | undefined;
|
|
7012
|
-
/**
|
|
7013
|
-
* <p>The name of the schema.</p>
|
|
7014
|
-
* @public
|
|
7015
|
-
*/
|
|
7016
|
-
SchemaName?: string | undefined;
|
|
7017
|
-
/**
|
|
7018
|
-
* <p>The name of the registry that contains the schema.</p>
|
|
7019
|
-
* @public
|
|
7020
|
-
*/
|
|
7021
|
-
RegistryName?: string | undefined;
|
|
7022
|
-
}
|
|
7023
|
-
/**
|
|
7024
|
-
* @public
|
|
7025
|
-
*/
|
|
7026
|
-
export interface UpdateSourceControlFromJobRequest {
|
|
7027
|
-
/**
|
|
7028
|
-
* <p>The name of the Glue job to be synchronized to or from the remote repository.</p>
|
|
7029
|
-
* @public
|
|
7030
|
-
*/
|
|
7031
|
-
JobName?: string | undefined;
|
|
7032
|
-
/**
|
|
7033
|
-
* <p>
|
|
7034
|
-
* The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.
|
|
7035
|
-
* </p>
|
|
7036
|
-
* @public
|
|
7037
|
-
*/
|
|
7038
|
-
Provider?: SourceControlProvider | undefined;
|
|
7039
|
-
/**
|
|
7040
|
-
* <p>The name of the remote repository that contains the job artifacts.
|
|
7041
|
-
* For BitBucket providers, <code>RepositoryName</code> should include <code>WorkspaceName</code>.
|
|
7042
|
-
* Use the format <code><WorkspaceName>/<RepositoryName></code>.
|
|
7043
|
-
* </p>
|
|
7044
|
-
* @public
|
|
7045
|
-
*/
|
|
7046
|
-
RepositoryName?: string | undefined;
|
|
7047
|
-
/**
|
|
7048
|
-
* <p>The owner of the remote repository that contains the job artifacts.</p>
|
|
7049
|
-
* @public
|
|
7050
|
-
*/
|
|
7051
|
-
RepositoryOwner?: string | undefined;
|
|
7052
|
-
/**
|
|
7053
|
-
* <p>An optional branch in the remote repository.</p>
|
|
7054
|
-
* @public
|
|
7055
|
-
*/
|
|
7056
|
-
BranchName?: string | undefined;
|
|
7057
|
-
/**
|
|
7058
|
-
* <p>An optional folder in the remote repository.</p>
|
|
7059
|
-
* @public
|
|
7060
|
-
*/
|
|
7061
|
-
Folder?: string | undefined;
|
|
7062
|
-
/**
|
|
7063
|
-
* <p>A commit ID for a commit in the remote repository.</p>
|
|
7064
|
-
* @public
|
|
7065
|
-
*/
|
|
7066
|
-
CommitId?: string | undefined;
|
|
7067
|
-
/**
|
|
7068
|
-
* <p>The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.</p>
|
|
7069
|
-
* @public
|
|
7070
|
-
*/
|
|
7071
|
-
AuthStrategy?: SourceControlAuthStrategy | undefined;
|
|
7072
|
-
/**
|
|
7073
|
-
* <p>The value of the authorization token.</p>
|
|
7074
|
-
* @public
|
|
7075
|
-
*/
|
|
7076
|
-
AuthToken?: string | undefined;
|
|
7077
|
-
}
|
|
7078
|
-
/**
|
|
7079
|
-
* @public
|
|
7080
|
-
*/
|
|
7081
|
-
export interface UpdateSourceControlFromJobResponse {
|
|
7082
|
-
/**
|
|
7083
|
-
* <p>The name of the Glue job.</p>
|
|
7084
|
-
* @public
|
|
7085
|
-
*/
|
|
7086
|
-
JobName?: string | undefined;
|
|
7087
|
-
}
|
|
7088
|
-
/**
|
|
7089
|
-
* <p>Encryption key structure used for Iceberg table encryption. Contains the key ID, encrypted key metadata, optional reference to the encrypting key, and additional properties for the table's encryption scheme.</p>
|
|
7090
|
-
* @public
|
|
7091
|
-
*/
|
|
7092
|
-
export interface IcebergEncryptedKey {
|
|
7093
|
-
/**
|
|
7094
|
-
* <p>Unique identifier of the encryption key used for Iceberg table encryption. This ID is used to reference the key in table metadata and track which key was used to encrypt specific data.</p>
|
|
7095
|
-
* @public
|
|
7096
|
-
*/
|
|
7097
|
-
KeyId: string | undefined;
|
|
7098
|
-
/**
|
|
7099
|
-
* <p>Encrypted key and metadata, base64 encoded. The format of encrypted key metadata is determined by the table's encryption scheme and can be a wrapped format specific to the table's KMS provider.</p>
|
|
7100
|
-
* @public
|
|
7101
|
-
*/
|
|
7102
|
-
EncryptedKeyMetadata: string | undefined;
|
|
7103
|
-
/**
|
|
7104
|
-
* <p>Optional ID of the key used to encrypt or wrap the key metadata in Iceberg table encryption. This field references another encryption key that was used to encrypt the current key's metadata.</p>
|
|
7105
|
-
* @public
|
|
7106
|
-
*/
|
|
7107
|
-
EncryptedById?: string | undefined;
|
|
7108
|
-
/**
|
|
7109
|
-
* <p>A string to string map of additional metadata used by the table's encryption scheme. These properties provide additional context and configuration for the encryption key implementation.</p>
|
|
7110
|
-
* @public
|
|
7111
|
-
*/
|
|
7112
|
-
Properties?: Record<string, string> | undefined;
|
|
7113
|
-
}
|
|
7114
|
-
/**
|
|
7115
|
-
* <p>Defines a complete set of updates to be applied to an Iceberg table, including schema changes, partitioning modifications, sort order
|
|
7116
|
-
* adjustments, location updates, and property changes.</p>
|
|
7117
|
-
* @public
|
|
7118
|
-
*/
|
|
7119
|
-
export interface IcebergTableUpdate {
|
|
7120
|
-
/**
|
|
7121
|
-
* <p>The updated schema definition for the Iceberg table, specifying any changes to field structure, data types, or schema metadata.</p>
|
|
7122
|
-
* @public
|
|
7123
|
-
*/
|
|
7124
|
-
Schema: IcebergSchema | undefined;
|
|
7125
|
-
/**
|
|
7126
|
-
* <p>The updated partitioning specification that defines how the table data should be reorganized and partitioned.</p>
|
|
7127
|
-
* @public
|
|
7128
|
-
*/
|
|
7129
|
-
PartitionSpec?: IcebergPartitionSpec | undefined;
|
|
7130
|
-
/**
|
|
7131
|
-
* <p>The updated sort order specification that defines how data should be ordered within partitions for optimal query performance.</p>
|
|
7132
|
-
* @public
|
|
7133
|
-
*/
|
|
7134
|
-
SortOrder?: IcebergSortOrder | undefined;
|
|
7135
|
-
/**
|
|
7136
|
-
* <p>The updated S3 location where the Iceberg table data will be stored.</p>
|
|
7137
|
-
* @public
|
|
7138
|
-
*/
|
|
7139
|
-
Location: string | undefined;
|
|
7140
|
-
/**
|
|
7141
|
-
* <p>Updated key-value pairs of table properties and configuration settings for the Iceberg table.</p>
|
|
7142
|
-
* @public
|
|
7143
|
-
*/
|
|
7144
|
-
Properties?: Record<string, string> | undefined;
|
|
7145
|
-
/**
|
|
7146
|
-
* <p>The type of update action to be performed on the Iceberg table. Defines the specific operation such as adding schema, setting current schema, adding partition spec, or managing encryption keys.</p>
|
|
7147
|
-
* @public
|
|
7148
|
-
*/
|
|
7149
|
-
Action?: IcebergUpdateAction | undefined;
|
|
7150
|
-
/**
|
|
7151
|
-
* <p>Encryption key information associated with an Iceberg table update operation. Used when adding or removing encryption keys from the table metadata during table evolution.</p>
|
|
7152
|
-
* @public
|
|
7153
|
-
*/
|
|
7154
|
-
EncryptionKey?: IcebergEncryptedKey | undefined;
|
|
7155
|
-
/**
|
|
7156
|
-
* <p>Identifier of the encryption key involved in an Iceberg table update operation. References the specific key being added to or removed from the table's encryption configuration.</p>
|
|
7157
|
-
* @public
|
|
7158
|
-
*/
|
|
7159
|
-
KeyId?: string | undefined;
|
|
7160
|
-
}
|