aws-sdk-glue 1.41.0 → 1.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-glue.rb +1 -1
- data/lib/aws-sdk-glue/client.rb +1098 -74
- data/lib/aws-sdk-glue/client_api.rb +552 -0
- data/lib/aws-sdk-glue/errors.rb +16 -0
- data/lib/aws-sdk-glue/types.rb +2134 -230
- metadata +2 -2
@@ -53,6 +53,8 @@ module Aws::Glue
|
|
53
53
|
BooleanNullable = Shapes::BooleanShape.new(name: 'BooleanNullable')
|
54
54
|
BooleanValue = Shapes::BooleanShape.new(name: 'BooleanValue')
|
55
55
|
BoundedPartitionValueList = Shapes::ListShape.new(name: 'BoundedPartitionValueList')
|
56
|
+
CancelMLTaskRunRequest = Shapes::StructureShape.new(name: 'CancelMLTaskRunRequest')
|
57
|
+
CancelMLTaskRunResponse = Shapes::StructureShape.new(name: 'CancelMLTaskRunResponse')
|
56
58
|
CatalogEncryptionMode = Shapes::StringShape.new(name: 'CatalogEncryptionMode')
|
57
59
|
CatalogEntries = Shapes::ListShape.new(name: 'CatalogEntries')
|
58
60
|
CatalogEntry = Shapes::StructureShape.new(name: 'CatalogEntry')
|
@@ -77,15 +79,18 @@ module Aws::Glue
|
|
77
79
|
CodeGenNodeType = Shapes::StringShape.new(name: 'CodeGenNodeType')
|
78
80
|
Column = Shapes::StructureShape.new(name: 'Column')
|
79
81
|
ColumnList = Shapes::ListShape.new(name: 'ColumnList')
|
82
|
+
ColumnNameString = Shapes::StringShape.new(name: 'ColumnNameString')
|
80
83
|
ColumnTypeString = Shapes::StringShape.new(name: 'ColumnTypeString')
|
81
84
|
ColumnValueStringList = Shapes::ListShape.new(name: 'ColumnValueStringList')
|
82
85
|
ColumnValuesString = Shapes::StringShape.new(name: 'ColumnValuesString')
|
83
86
|
CommentString = Shapes::StringShape.new(name: 'CommentString')
|
87
|
+
Comparator = Shapes::StringShape.new(name: 'Comparator')
|
84
88
|
ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
|
85
89
|
ConcurrentRunsExceededException = Shapes::StructureShape.new(name: 'ConcurrentRunsExceededException')
|
86
90
|
Condition = Shapes::StructureShape.new(name: 'Condition')
|
87
91
|
ConditionCheckFailureException = Shapes::StructureShape.new(name: 'ConditionCheckFailureException')
|
88
92
|
ConditionList = Shapes::ListShape.new(name: 'ConditionList')
|
93
|
+
ConfusionMatrix = Shapes::StructureShape.new(name: 'ConfusionMatrix')
|
89
94
|
Connection = Shapes::StructureShape.new(name: 'Connection')
|
90
95
|
ConnectionInput = Shapes::StructureShape.new(name: 'ConnectionInput')
|
91
96
|
ConnectionList = Shapes::ListShape.new(name: 'ConnectionList')
|
@@ -126,6 +131,8 @@ module Aws::Glue
|
|
126
131
|
CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
|
127
132
|
CreateJobResponse = Shapes::StructureShape.new(name: 'CreateJobResponse')
|
128
133
|
CreateJsonClassifierRequest = Shapes::StructureShape.new(name: 'CreateJsonClassifierRequest')
|
134
|
+
CreateMLTransformRequest = Shapes::StructureShape.new(name: 'CreateMLTransformRequest')
|
135
|
+
CreateMLTransformResponse = Shapes::StructureShape.new(name: 'CreateMLTransformResponse')
|
129
136
|
CreatePartitionRequest = Shapes::StructureShape.new(name: 'CreatePartitionRequest')
|
130
137
|
CreatePartitionResponse = Shapes::StructureShape.new(name: 'CreatePartitionResponse')
|
131
138
|
CreateScriptRequest = Shapes::StructureShape.new(name: 'CreateScriptRequest')
|
@@ -151,6 +158,8 @@ module Aws::Glue
|
|
151
158
|
DagEdges = Shapes::ListShape.new(name: 'DagEdges')
|
152
159
|
DagNodes = Shapes::ListShape.new(name: 'DagNodes')
|
153
160
|
DataCatalogEncryptionSettings = Shapes::StructureShape.new(name: 'DataCatalogEncryptionSettings')
|
161
|
+
DataLakePrincipal = Shapes::StructureShape.new(name: 'DataLakePrincipal')
|
162
|
+
DataLakePrincipalString = Shapes::StringShape.new(name: 'DataLakePrincipalString')
|
154
163
|
Database = Shapes::StructureShape.new(name: 'Database')
|
155
164
|
DatabaseInput = Shapes::StructureShape.new(name: 'DatabaseInput')
|
156
165
|
DatabaseList = Shapes::ListShape.new(name: 'DatabaseList')
|
@@ -169,6 +178,8 @@ module Aws::Glue
|
|
169
178
|
DeleteDevEndpointResponse = Shapes::StructureShape.new(name: 'DeleteDevEndpointResponse')
|
170
179
|
DeleteJobRequest = Shapes::StructureShape.new(name: 'DeleteJobRequest')
|
171
180
|
DeleteJobResponse = Shapes::StructureShape.new(name: 'DeleteJobResponse')
|
181
|
+
DeleteMLTransformRequest = Shapes::StructureShape.new(name: 'DeleteMLTransformRequest')
|
182
|
+
DeleteMLTransformResponse = Shapes::StructureShape.new(name: 'DeleteMLTransformResponse')
|
172
183
|
DeletePartitionRequest = Shapes::StructureShape.new(name: 'DeletePartitionRequest')
|
173
184
|
DeletePartitionResponse = Shapes::StructureShape.new(name: 'DeletePartitionResponse')
|
174
185
|
DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
|
@@ -202,12 +213,18 @@ module Aws::Glue
|
|
202
213
|
ErrorByName = Shapes::MapShape.new(name: 'ErrorByName')
|
203
214
|
ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
|
204
215
|
ErrorString = Shapes::StringShape.new(name: 'ErrorString')
|
216
|
+
EvaluationMetrics = Shapes::StructureShape.new(name: 'EvaluationMetrics')
|
205
217
|
ExecutionProperty = Shapes::StructureShape.new(name: 'ExecutionProperty')
|
206
218
|
ExecutionTime = Shapes::IntegerShape.new(name: 'ExecutionTime')
|
207
219
|
ExistCondition = Shapes::StringShape.new(name: 'ExistCondition')
|
220
|
+
ExportLabelsTaskRunProperties = Shapes::StructureShape.new(name: 'ExportLabelsTaskRunProperties')
|
208
221
|
FieldType = Shapes::StringShape.new(name: 'FieldType')
|
209
222
|
FilterString = Shapes::StringShape.new(name: 'FilterString')
|
223
|
+
FindMatchesMetrics = Shapes::StructureShape.new(name: 'FindMatchesMetrics')
|
224
|
+
FindMatchesParameters = Shapes::StructureShape.new(name: 'FindMatchesParameters')
|
225
|
+
FindMatchesTaskRunProperties = Shapes::StructureShape.new(name: 'FindMatchesTaskRunProperties')
|
210
226
|
FormatString = Shapes::StringShape.new(name: 'FormatString')
|
227
|
+
GenericBoundedDouble = Shapes::FloatShape.new(name: 'GenericBoundedDouble')
|
211
228
|
GenericMap = Shapes::MapShape.new(name: 'GenericMap')
|
212
229
|
GenericString = Shapes::StringShape.new(name: 'GenericString')
|
213
230
|
GetCatalogImportStatusRequest = Shapes::StructureShape.new(name: 'GetCatalogImportStatusRequest')
|
@@ -251,6 +268,14 @@ module Aws::Glue
|
|
251
268
|
GetJobRunsResponse = Shapes::StructureShape.new(name: 'GetJobRunsResponse')
|
252
269
|
GetJobsRequest = Shapes::StructureShape.new(name: 'GetJobsRequest')
|
253
270
|
GetJobsResponse = Shapes::StructureShape.new(name: 'GetJobsResponse')
|
271
|
+
GetMLTaskRunRequest = Shapes::StructureShape.new(name: 'GetMLTaskRunRequest')
|
272
|
+
GetMLTaskRunResponse = Shapes::StructureShape.new(name: 'GetMLTaskRunResponse')
|
273
|
+
GetMLTaskRunsRequest = Shapes::StructureShape.new(name: 'GetMLTaskRunsRequest')
|
274
|
+
GetMLTaskRunsResponse = Shapes::StructureShape.new(name: 'GetMLTaskRunsResponse')
|
275
|
+
GetMLTransformRequest = Shapes::StructureShape.new(name: 'GetMLTransformRequest')
|
276
|
+
GetMLTransformResponse = Shapes::StructureShape.new(name: 'GetMLTransformResponse')
|
277
|
+
GetMLTransformsRequest = Shapes::StructureShape.new(name: 'GetMLTransformsRequest')
|
278
|
+
GetMLTransformsResponse = Shapes::StructureShape.new(name: 'GetMLTransformsResponse')
|
254
279
|
GetMappingRequest = Shapes::StructureShape.new(name: 'GetMappingRequest')
|
255
280
|
GetMappingResponse = Shapes::StructureShape.new(name: 'GetMappingResponse')
|
256
281
|
GetPartitionRequest = Shapes::StructureShape.new(name: 'GetPartitionRequest')
|
@@ -294,6 +319,8 @@ module Aws::Glue
|
|
294
319
|
GetWorkflowRunsResponse = Shapes::StructureShape.new(name: 'GetWorkflowRunsResponse')
|
295
320
|
GlueEncryptionException = Shapes::StructureShape.new(name: 'GlueEncryptionException')
|
296
321
|
GlueResourceArn = Shapes::StringShape.new(name: 'GlueResourceArn')
|
322
|
+
GlueTable = Shapes::StructureShape.new(name: 'GlueTable')
|
323
|
+
GlueTables = Shapes::ListShape.new(name: 'GlueTables')
|
297
324
|
GlueVersionString = Shapes::StringShape.new(name: 'GlueVersionString')
|
298
325
|
GrokClassifier = Shapes::StructureShape.new(name: 'GrokClassifier')
|
299
326
|
GrokPattern = Shapes::StringShape.new(name: 'GrokPattern')
|
@@ -302,6 +329,7 @@ module Aws::Glue
|
|
302
329
|
IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
|
303
330
|
ImportCatalogToGlueRequest = Shapes::StructureShape.new(name: 'ImportCatalogToGlueRequest')
|
304
331
|
ImportCatalogToGlueResponse = Shapes::StructureShape.new(name: 'ImportCatalogToGlueResponse')
|
332
|
+
ImportLabelsTaskRunProperties = Shapes::StructureShape.new(name: 'ImportLabelsTaskRunProperties')
|
305
333
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
306
334
|
IntegerFlag = Shapes::IntegerShape.new(name: 'IntegerFlag')
|
307
335
|
IntegerValue = Shapes::IntegerShape.new(name: 'IntegerValue')
|
@@ -328,6 +356,8 @@ module Aws::Glue
|
|
328
356
|
JsonValue = Shapes::StringShape.new(name: 'JsonValue')
|
329
357
|
KeyString = Shapes::StringShape.new(name: 'KeyString')
|
330
358
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
359
|
+
LabelCount = Shapes::IntegerShape.new(name: 'LabelCount')
|
360
|
+
LabelingSetGenerationTaskRunProperties = Shapes::StructureShape.new(name: 'LabelingSetGenerationTaskRunProperties')
|
331
361
|
Language = Shapes::StringShape.new(name: 'Language')
|
332
362
|
LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
|
333
363
|
LastCrawlStatus = Shapes::StringShape.new(name: 'LastCrawlStatus')
|
@@ -348,6 +378,8 @@ module Aws::Glue
|
|
348
378
|
LogStream = Shapes::StringShape.new(name: 'LogStream')
|
349
379
|
Logical = Shapes::StringShape.new(name: 'Logical')
|
350
380
|
LogicalOperator = Shapes::StringShape.new(name: 'LogicalOperator')
|
381
|
+
MLTransform = Shapes::StructureShape.new(name: 'MLTransform')
|
382
|
+
MLTransformNotReadyException = Shapes::StructureShape.new(name: 'MLTransformNotReadyException')
|
351
383
|
MapValue = Shapes::MapShape.new(name: 'MapValue')
|
352
384
|
MappingEntry = Shapes::StructureShape.new(name: 'MappingEntry')
|
353
385
|
MappingList = Shapes::ListShape.new(name: 'MappingList')
|
@@ -375,6 +407,7 @@ module Aws::Glue
|
|
375
407
|
Order = Shapes::StructureShape.new(name: 'Order')
|
376
408
|
OrderList = Shapes::ListShape.new(name: 'OrderList')
|
377
409
|
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
410
|
+
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
378
411
|
ParametersMap = Shapes::MapShape.new(name: 'ParametersMap')
|
379
412
|
ParametersMapValue = Shapes::StringShape.new(name: 'ParametersMapValue')
|
380
413
|
Partition = Shapes::StructureShape.new(name: 'Partition')
|
@@ -386,13 +419,18 @@ module Aws::Glue
|
|
386
419
|
PartitionValueList = Shapes::StructureShape.new(name: 'PartitionValueList')
|
387
420
|
Path = Shapes::StringShape.new(name: 'Path')
|
388
421
|
PathList = Shapes::ListShape.new(name: 'PathList')
|
422
|
+
Permission = Shapes::StringShape.new(name: 'Permission')
|
423
|
+
PermissionList = Shapes::ListShape.new(name: 'PermissionList')
|
389
424
|
PhysicalConnectionRequirements = Shapes::StructureShape.new(name: 'PhysicalConnectionRequirements')
|
390
425
|
PolicyJsonString = Shapes::StringShape.new(name: 'PolicyJsonString')
|
391
426
|
Predecessor = Shapes::StructureShape.new(name: 'Predecessor')
|
392
427
|
PredecessorList = Shapes::ListShape.new(name: 'PredecessorList')
|
393
428
|
Predicate = Shapes::StructureShape.new(name: 'Predicate')
|
394
429
|
PredicateString = Shapes::StringShape.new(name: 'PredicateString')
|
430
|
+
PrincipalPermissions = Shapes::StructureShape.new(name: 'PrincipalPermissions')
|
431
|
+
PrincipalPermissionsList = Shapes::ListShape.new(name: 'PrincipalPermissionsList')
|
395
432
|
PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
|
433
|
+
PropertyPredicate = Shapes::StructureShape.new(name: 'PropertyPredicate')
|
396
434
|
PublicKeysList = Shapes::ListShape.new(name: 'PublicKeysList')
|
397
435
|
PutDataCatalogEncryptionSettingsRequest = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsRequest')
|
398
436
|
PutDataCatalogEncryptionSettingsResponse = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsResponse')
|
@@ -402,6 +440,8 @@ module Aws::Glue
|
|
402
440
|
PutWorkflowRunPropertiesResponse = Shapes::StructureShape.new(name: 'PutWorkflowRunPropertiesResponse')
|
403
441
|
PythonScript = Shapes::StringShape.new(name: 'PythonScript')
|
404
442
|
PythonVersionString = Shapes::StringShape.new(name: 'PythonVersionString')
|
443
|
+
RecordsCount = Shapes::IntegerShape.new(name: 'RecordsCount')
|
444
|
+
ReplaceBoolean = Shapes::BooleanShape.new(name: 'ReplaceBoolean')
|
405
445
|
ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
|
406
446
|
ResetJobBookmarkResponse = Shapes::StructureShape.new(name: 'ResetJobBookmarkResponse')
|
407
447
|
ResourceNumberLimitExceededException = Shapes::StructureShape.new(name: 'ResourceNumberLimitExceededException')
|
@@ -425,20 +465,36 @@ module Aws::Glue
|
|
425
465
|
SchedulerRunningException = Shapes::StructureShape.new(name: 'SchedulerRunningException')
|
426
466
|
SchedulerTransitioningException = Shapes::StructureShape.new(name: 'SchedulerTransitioningException')
|
427
467
|
SchemaChangePolicy = Shapes::StructureShape.new(name: 'SchemaChangePolicy')
|
468
|
+
SchemaColumn = Shapes::StructureShape.new(name: 'SchemaColumn')
|
428
469
|
SchemaPathString = Shapes::StringShape.new(name: 'SchemaPathString')
|
429
470
|
ScriptLocationString = Shapes::StringShape.new(name: 'ScriptLocationString')
|
471
|
+
SearchPropertyPredicates = Shapes::ListShape.new(name: 'SearchPropertyPredicates')
|
472
|
+
SearchTablesRequest = Shapes::StructureShape.new(name: 'SearchTablesRequest')
|
473
|
+
SearchTablesResponse = Shapes::StructureShape.new(name: 'SearchTablesResponse')
|
430
474
|
SecurityConfiguration = Shapes::StructureShape.new(name: 'SecurityConfiguration')
|
431
475
|
SecurityConfigurationList = Shapes::ListShape.new(name: 'SecurityConfigurationList')
|
432
476
|
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
433
477
|
Segment = Shapes::StructureShape.new(name: 'Segment')
|
434
478
|
SerDeInfo = Shapes::StructureShape.new(name: 'SerDeInfo')
|
435
479
|
SkewedInfo = Shapes::StructureShape.new(name: 'SkewedInfo')
|
480
|
+
Sort = Shapes::StringShape.new(name: 'Sort')
|
481
|
+
SortCriteria = Shapes::ListShape.new(name: 'SortCriteria')
|
482
|
+
SortCriterion = Shapes::StructureShape.new(name: 'SortCriterion')
|
483
|
+
SortDirectionType = Shapes::StringShape.new(name: 'SortDirectionType')
|
436
484
|
StartCrawlerRequest = Shapes::StructureShape.new(name: 'StartCrawlerRequest')
|
437
485
|
StartCrawlerResponse = Shapes::StructureShape.new(name: 'StartCrawlerResponse')
|
438
486
|
StartCrawlerScheduleRequest = Shapes::StructureShape.new(name: 'StartCrawlerScheduleRequest')
|
439
487
|
StartCrawlerScheduleResponse = Shapes::StructureShape.new(name: 'StartCrawlerScheduleResponse')
|
488
|
+
StartExportLabelsTaskRunRequest = Shapes::StructureShape.new(name: 'StartExportLabelsTaskRunRequest')
|
489
|
+
StartExportLabelsTaskRunResponse = Shapes::StructureShape.new(name: 'StartExportLabelsTaskRunResponse')
|
490
|
+
StartImportLabelsTaskRunRequest = Shapes::StructureShape.new(name: 'StartImportLabelsTaskRunRequest')
|
491
|
+
StartImportLabelsTaskRunResponse = Shapes::StructureShape.new(name: 'StartImportLabelsTaskRunResponse')
|
440
492
|
StartJobRunRequest = Shapes::StructureShape.new(name: 'StartJobRunRequest')
|
441
493
|
StartJobRunResponse = Shapes::StructureShape.new(name: 'StartJobRunResponse')
|
494
|
+
StartMLEvaluationTaskRunRequest = Shapes::StructureShape.new(name: 'StartMLEvaluationTaskRunRequest')
|
495
|
+
StartMLEvaluationTaskRunResponse = Shapes::StructureShape.new(name: 'StartMLEvaluationTaskRunResponse')
|
496
|
+
StartMLLabelingSetGenerationTaskRunRequest = Shapes::StructureShape.new(name: 'StartMLLabelingSetGenerationTaskRunRequest')
|
497
|
+
StartMLLabelingSetGenerationTaskRunResponse = Shapes::StructureShape.new(name: 'StartMLLabelingSetGenerationTaskRunResponse')
|
442
498
|
StartTriggerRequest = Shapes::StructureShape.new(name: 'StartTriggerRequest')
|
443
499
|
StartTriggerResponse = Shapes::StructureShape.new(name: 'StartTriggerResponse')
|
444
500
|
StartWorkflowRunRequest = Shapes::StructureShape.new(name: 'StartWorkflowRunRequest')
|
@@ -468,11 +524,27 @@ module Aws::Glue
|
|
468
524
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
469
525
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
470
526
|
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
527
|
+
TaskRun = Shapes::StructureShape.new(name: 'TaskRun')
|
528
|
+
TaskRunFilterCriteria = Shapes::StructureShape.new(name: 'TaskRunFilterCriteria')
|
529
|
+
TaskRunList = Shapes::ListShape.new(name: 'TaskRunList')
|
530
|
+
TaskRunProperties = Shapes::StructureShape.new(name: 'TaskRunProperties')
|
531
|
+
TaskRunSortColumnType = Shapes::StringShape.new(name: 'TaskRunSortColumnType')
|
532
|
+
TaskRunSortCriteria = Shapes::StructureShape.new(name: 'TaskRunSortCriteria')
|
533
|
+
TaskStatusType = Shapes::StringShape.new(name: 'TaskStatusType')
|
534
|
+
TaskType = Shapes::StringShape.new(name: 'TaskType')
|
471
535
|
Timeout = Shapes::IntegerShape.new(name: 'Timeout')
|
472
536
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
473
537
|
TimestampValue = Shapes::TimestampShape.new(name: 'TimestampValue')
|
474
538
|
Token = Shapes::StringShape.new(name: 'Token')
|
475
539
|
TotalSegmentsInteger = Shapes::IntegerShape.new(name: 'TotalSegmentsInteger')
|
540
|
+
TransformFilterCriteria = Shapes::StructureShape.new(name: 'TransformFilterCriteria')
|
541
|
+
TransformList = Shapes::ListShape.new(name: 'TransformList')
|
542
|
+
TransformParameters = Shapes::StructureShape.new(name: 'TransformParameters')
|
543
|
+
TransformSchema = Shapes::ListShape.new(name: 'TransformSchema')
|
544
|
+
TransformSortColumnType = Shapes::StringShape.new(name: 'TransformSortColumnType')
|
545
|
+
TransformSortCriteria = Shapes::StructureShape.new(name: 'TransformSortCriteria')
|
546
|
+
TransformStatusType = Shapes::StringShape.new(name: 'TransformStatusType')
|
547
|
+
TransformType = Shapes::StringShape.new(name: 'TransformType')
|
476
548
|
Trigger = Shapes::StructureShape.new(name: 'Trigger')
|
477
549
|
TriggerList = Shapes::ListShape.new(name: 'TriggerList')
|
478
550
|
TriggerNameList = Shapes::ListShape.new(name: 'TriggerNameList')
|
@@ -501,6 +573,8 @@ module Aws::Glue
|
|
501
573
|
UpdateJobRequest = Shapes::StructureShape.new(name: 'UpdateJobRequest')
|
502
574
|
UpdateJobResponse = Shapes::StructureShape.new(name: 'UpdateJobResponse')
|
503
575
|
UpdateJsonClassifierRequest = Shapes::StructureShape.new(name: 'UpdateJsonClassifierRequest')
|
576
|
+
UpdateMLTransformRequest = Shapes::StructureShape.new(name: 'UpdateMLTransformRequest')
|
577
|
+
UpdateMLTransformResponse = Shapes::StructureShape.new(name: 'UpdateMLTransformResponse')
|
504
578
|
UpdatePartitionRequest = Shapes::StructureShape.new(name: 'UpdatePartitionRequest')
|
505
579
|
UpdatePartitionResponse = Shapes::StructureShape.new(name: 'UpdatePartitionResponse')
|
506
580
|
UpdateTableRequest = Shapes::StructureShape.new(name: 'UpdateTableRequest')
|
@@ -673,6 +747,15 @@ module Aws::Glue
|
|
673
747
|
|
674
748
|
BoundedPartitionValueList.member = Shapes::ShapeRef.new(shape: ValueString)
|
675
749
|
|
750
|
+
CancelMLTaskRunRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
|
751
|
+
CancelMLTaskRunRequest.add_member(:task_run_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TaskRunId"))
|
752
|
+
CancelMLTaskRunRequest.struct_class = Types::CancelMLTaskRunRequest
|
753
|
+
|
754
|
+
CancelMLTaskRunResponse.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
|
755
|
+
CancelMLTaskRunResponse.add_member(:task_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TaskRunId"))
|
756
|
+
CancelMLTaskRunResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatusType, location_name: "Status"))
|
757
|
+
CancelMLTaskRunResponse.struct_class = Types::CancelMLTaskRunResponse
|
758
|
+
|
676
759
|
CatalogEntries.member = Shapes::ShapeRef.new(shape: CatalogEntry)
|
677
760
|
|
678
761
|
CatalogEntry.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
@@ -727,6 +810,7 @@ module Aws::Glue
|
|
727
810
|
Column.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
728
811
|
Column.add_member(:type, Shapes::ShapeRef.new(shape: ColumnTypeString, location_name: "Type"))
|
729
812
|
Column.add_member(:comment, Shapes::ShapeRef.new(shape: CommentString, location_name: "Comment"))
|
813
|
+
Column.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
730
814
|
Column.struct_class = Types::Column
|
731
815
|
|
732
816
|
ColumnList.member = Shapes::ShapeRef.new(shape: Column)
|
@@ -751,6 +835,12 @@ module Aws::Glue
|
|
751
835
|
|
752
836
|
ConditionList.member = Shapes::ShapeRef.new(shape: Condition)
|
753
837
|
|
838
|
+
ConfusionMatrix.add_member(:num_true_positives, Shapes::ShapeRef.new(shape: RecordsCount, location_name: "NumTruePositives"))
|
839
|
+
ConfusionMatrix.add_member(:num_false_positives, Shapes::ShapeRef.new(shape: RecordsCount, location_name: "NumFalsePositives"))
|
840
|
+
ConfusionMatrix.add_member(:num_true_negatives, Shapes::ShapeRef.new(shape: RecordsCount, location_name: "NumTrueNegatives"))
|
841
|
+
ConfusionMatrix.add_member(:num_false_negatives, Shapes::ShapeRef.new(shape: RecordsCount, location_name: "NumFalseNegatives"))
|
842
|
+
ConfusionMatrix.struct_class = Types::ConfusionMatrix
|
843
|
+
|
754
844
|
Connection.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
755
845
|
Connection.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
756
846
|
Connection.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
|
@@ -959,6 +1049,21 @@ module Aws::Glue
|
|
959
1049
|
CreateJsonClassifierRequest.add_member(:json_path, Shapes::ShapeRef.new(shape: JsonPath, required: true, location_name: "JsonPath"))
|
960
1050
|
CreateJsonClassifierRequest.struct_class = Types::CreateJsonClassifierRequest
|
961
1051
|
|
1052
|
+
CreateMLTransformRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1053
|
+
CreateMLTransformRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1054
|
+
CreateMLTransformRequest.add_member(:input_record_tables, Shapes::ShapeRef.new(shape: GlueTables, required: true, location_name: "InputRecordTables"))
|
1055
|
+
CreateMLTransformRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: TransformParameters, required: true, location_name: "Parameters"))
|
1056
|
+
CreateMLTransformRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, required: true, location_name: "Role"))
|
1057
|
+
CreateMLTransformRequest.add_member(:max_capacity, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MaxCapacity"))
|
1058
|
+
CreateMLTransformRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
|
1059
|
+
CreateMLTransformRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
|
1060
|
+
CreateMLTransformRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
|
1061
|
+
CreateMLTransformRequest.add_member(:max_retries, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxRetries"))
|
1062
|
+
CreateMLTransformRequest.struct_class = Types::CreateMLTransformRequest
|
1063
|
+
|
1064
|
+
CreateMLTransformResponse.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
|
1065
|
+
CreateMLTransformResponse.struct_class = Types::CreateMLTransformResponse
|
1066
|
+
|
962
1067
|
CreatePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
963
1068
|
CreatePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
964
1069
|
CreatePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
@@ -1048,17 +1153,22 @@ module Aws::Glue
|
|
1048
1153
|
DataCatalogEncryptionSettings.add_member(:connection_password_encryption, Shapes::ShapeRef.new(shape: ConnectionPasswordEncryption, location_name: "ConnectionPasswordEncryption"))
|
1049
1154
|
DataCatalogEncryptionSettings.struct_class = Types::DataCatalogEncryptionSettings
|
1050
1155
|
|
1156
|
+
DataLakePrincipal.add_member(:data_lake_principal_identifier, Shapes::ShapeRef.new(shape: DataLakePrincipalString, location_name: "DataLakePrincipalIdentifier"))
|
1157
|
+
DataLakePrincipal.struct_class = Types::DataLakePrincipal
|
1158
|
+
|
1051
1159
|
Database.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1052
1160
|
Database.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1053
1161
|
Database.add_member(:location_uri, Shapes::ShapeRef.new(shape: URI, location_name: "LocationUri"))
|
1054
1162
|
Database.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
1055
1163
|
Database.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
|
1164
|
+
Database.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
|
1056
1165
|
Database.struct_class = Types::Database
|
1057
1166
|
|
1058
1167
|
DatabaseInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1059
1168
|
DatabaseInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1060
1169
|
DatabaseInput.add_member(:location_uri, Shapes::ShapeRef.new(shape: URI, location_name: "LocationUri"))
|
1061
1170
|
DatabaseInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
1171
|
+
DatabaseInput.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
|
1062
1172
|
DatabaseInput.struct_class = Types::DatabaseInput
|
1063
1173
|
|
1064
1174
|
DatabaseList.member = Shapes::ShapeRef.new(shape: Database)
|
@@ -1098,6 +1208,12 @@ module Aws::Glue
|
|
1098
1208
|
DeleteJobResponse.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
|
1099
1209
|
DeleteJobResponse.struct_class = Types::DeleteJobResponse
|
1100
1210
|
|
1211
|
+
DeleteMLTransformRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
|
1212
|
+
DeleteMLTransformRequest.struct_class = Types::DeleteMLTransformRequest
|
1213
|
+
|
1214
|
+
DeleteMLTransformResponse.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
|
1215
|
+
DeleteMLTransformResponse.struct_class = Types::DeleteMLTransformResponse
|
1216
|
+
|
1101
1217
|
DeletePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1102
1218
|
DeletePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
1103
1219
|
DeletePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
@@ -1216,9 +1332,34 @@ module Aws::Glue
|
|
1216
1332
|
ErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
|
1217
1333
|
ErrorDetail.struct_class = Types::ErrorDetail
|
1218
1334
|
|
1335
|
+
EvaluationMetrics.add_member(:transform_type, Shapes::ShapeRef.new(shape: TransformType, required: true, location_name: "TransformType"))
|
1336
|
+
EvaluationMetrics.add_member(:find_matches_metrics, Shapes::ShapeRef.new(shape: FindMatchesMetrics, location_name: "FindMatchesMetrics"))
|
1337
|
+
EvaluationMetrics.struct_class = Types::EvaluationMetrics
|
1338
|
+
|
1219
1339
|
ExecutionProperty.add_member(:max_concurrent_runs, Shapes::ShapeRef.new(shape: MaxConcurrentRuns, location_name: "MaxConcurrentRuns"))
|
1220
1340
|
ExecutionProperty.struct_class = Types::ExecutionProperty
|
1221
1341
|
|
1342
|
+
ExportLabelsTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
|
1343
|
+
ExportLabelsTaskRunProperties.struct_class = Types::ExportLabelsTaskRunProperties
|
1344
|
+
|
1345
|
+
FindMatchesMetrics.add_member(:area_under_pr_curve, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "AreaUnderPRCurve"))
|
1346
|
+
FindMatchesMetrics.add_member(:precision, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "Precision"))
|
1347
|
+
FindMatchesMetrics.add_member(:recall, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "Recall"))
|
1348
|
+
FindMatchesMetrics.add_member(:f1, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "F1"))
|
1349
|
+
FindMatchesMetrics.add_member(:confusion_matrix, Shapes::ShapeRef.new(shape: ConfusionMatrix, location_name: "ConfusionMatrix"))
|
1350
|
+
FindMatchesMetrics.struct_class = Types::FindMatchesMetrics
|
1351
|
+
|
1352
|
+
FindMatchesParameters.add_member(:primary_key_column_name, Shapes::ShapeRef.new(shape: ColumnNameString, location_name: "PrimaryKeyColumnName"))
|
1353
|
+
FindMatchesParameters.add_member(:precision_recall_tradeoff, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "PrecisionRecallTradeoff"))
|
1354
|
+
FindMatchesParameters.add_member(:accuracy_cost_tradeoff, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "AccuracyCostTradeoff"))
|
1355
|
+
FindMatchesParameters.add_member(:enforce_provided_labels, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "EnforceProvidedLabels"))
|
1356
|
+
FindMatchesParameters.struct_class = Types::FindMatchesParameters
|
1357
|
+
|
1358
|
+
FindMatchesTaskRunProperties.add_member(:job_id, Shapes::ShapeRef.new(shape: HashString, location_name: "JobId"))
|
1359
|
+
FindMatchesTaskRunProperties.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
|
1360
|
+
FindMatchesTaskRunProperties.add_member(:job_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "JobRunId"))
|
1361
|
+
FindMatchesTaskRunProperties.struct_class = Types::FindMatchesTaskRunProperties
|
1362
|
+
|
1222
1363
|
GenericMap.key = Shapes::ShapeRef.new(shape: GenericString)
|
1223
1364
|
GenericMap.value = Shapes::ShapeRef.new(shape: GenericString)
|
1224
1365
|
|
@@ -1378,6 +1519,65 @@ module Aws::Glue
|
|
1378
1519
|
GetJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
1379
1520
|
GetJobsResponse.struct_class = Types::GetJobsResponse
|
1380
1521
|
|
1522
|
+
GetMLTaskRunRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
|
1523
|
+
GetMLTaskRunRequest.add_member(:task_run_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TaskRunId"))
|
1524
|
+
GetMLTaskRunRequest.struct_class = Types::GetMLTaskRunRequest
|
1525
|
+
|
1526
|
+
GetMLTaskRunResponse.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
|
1527
|
+
GetMLTaskRunResponse.add_member(:task_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TaskRunId"))
|
1528
|
+
GetMLTaskRunResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatusType, location_name: "Status"))
|
1529
|
+
GetMLTaskRunResponse.add_member(:log_group_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "LogGroupName"))
|
1530
|
+
GetMLTaskRunResponse.add_member(:properties, Shapes::ShapeRef.new(shape: TaskRunProperties, location_name: "Properties"))
|
1531
|
+
GetMLTaskRunResponse.add_member(:error_string, Shapes::ShapeRef.new(shape: GenericString, location_name: "ErrorString"))
|
1532
|
+
GetMLTaskRunResponse.add_member(:started_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedOn"))
|
1533
|
+
GetMLTaskRunResponse.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedOn"))
|
1534
|
+
GetMLTaskRunResponse.add_member(:completed_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedOn"))
|
1535
|
+
GetMLTaskRunResponse.add_member(:execution_time, Shapes::ShapeRef.new(shape: ExecutionTime, location_name: "ExecutionTime"))
|
1536
|
+
GetMLTaskRunResponse.struct_class = Types::GetMLTaskRunResponse
|
1537
|
+
|
1538
|
+
GetMLTaskRunsRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
|
1539
|
+
GetMLTaskRunsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1540
|
+
GetMLTaskRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
1541
|
+
GetMLTaskRunsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: TaskRunFilterCriteria, location_name: "Filter"))
|
1542
|
+
GetMLTaskRunsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: TaskRunSortCriteria, location_name: "Sort"))
|
1543
|
+
GetMLTaskRunsRequest.struct_class = Types::GetMLTaskRunsRequest
|
1544
|
+
|
1545
|
+
GetMLTaskRunsResponse.add_member(:task_runs, Shapes::ShapeRef.new(shape: TaskRunList, location_name: "TaskRuns"))
|
1546
|
+
GetMLTaskRunsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1547
|
+
GetMLTaskRunsResponse.struct_class = Types::GetMLTaskRunsResponse
|
1548
|
+
|
1549
|
+
GetMLTransformRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
|
1550
|
+
GetMLTransformRequest.struct_class = Types::GetMLTransformRequest
|
1551
|
+
|
1552
|
+
GetMLTransformResponse.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
|
1553
|
+
GetMLTransformResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
1554
|
+
GetMLTransformResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1555
|
+
GetMLTransformResponse.add_member(:status, Shapes::ShapeRef.new(shape: TransformStatusType, location_name: "Status"))
|
1556
|
+
GetMLTransformResponse.add_member(:created_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedOn"))
|
1557
|
+
GetMLTransformResponse.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedOn"))
|
1558
|
+
GetMLTransformResponse.add_member(:input_record_tables, Shapes::ShapeRef.new(shape: GlueTables, location_name: "InputRecordTables"))
|
1559
|
+
GetMLTransformResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: TransformParameters, location_name: "Parameters"))
|
1560
|
+
GetMLTransformResponse.add_member(:evaluation_metrics, Shapes::ShapeRef.new(shape: EvaluationMetrics, location_name: "EvaluationMetrics"))
|
1561
|
+
GetMLTransformResponse.add_member(:label_count, Shapes::ShapeRef.new(shape: LabelCount, location_name: "LabelCount"))
|
1562
|
+
GetMLTransformResponse.add_member(:schema, Shapes::ShapeRef.new(shape: TransformSchema, location_name: "Schema"))
|
1563
|
+
GetMLTransformResponse.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, location_name: "Role"))
|
1564
|
+
GetMLTransformResponse.add_member(:max_capacity, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MaxCapacity"))
|
1565
|
+
GetMLTransformResponse.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
|
1566
|
+
GetMLTransformResponse.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
|
1567
|
+
GetMLTransformResponse.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
|
1568
|
+
GetMLTransformResponse.add_member(:max_retries, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxRetries"))
|
1569
|
+
GetMLTransformResponse.struct_class = Types::GetMLTransformResponse
|
1570
|
+
|
1571
|
+
GetMLTransformsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1572
|
+
GetMLTransformsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
1573
|
+
GetMLTransformsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: TransformFilterCriteria, location_name: "Filter"))
|
1574
|
+
GetMLTransformsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: TransformSortCriteria, location_name: "Sort"))
|
1575
|
+
GetMLTransformsRequest.struct_class = Types::GetMLTransformsRequest
|
1576
|
+
|
1577
|
+
GetMLTransformsResponse.add_member(:transforms, Shapes::ShapeRef.new(shape: TransformList, required: true, location_name: "Transforms"))
|
1578
|
+
GetMLTransformsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1579
|
+
GetMLTransformsResponse.struct_class = Types::GetMLTransformsResponse
|
1580
|
+
|
1381
1581
|
GetMappingRequest.add_member(:source, Shapes::ShapeRef.new(shape: CatalogEntry, required: true, location_name: "Source"))
|
1382
1582
|
GetMappingRequest.add_member(:sinks, Shapes::ShapeRef.new(shape: CatalogEntries, location_name: "Sinks"))
|
1383
1583
|
GetMappingRequest.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "Location"))
|
@@ -1557,6 +1757,14 @@ module Aws::Glue
|
|
1557
1757
|
GlueEncryptionException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
1558
1758
|
GlueEncryptionException.struct_class = Types::GlueEncryptionException
|
1559
1759
|
|
1760
|
+
GlueTable.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
1761
|
+
GlueTable.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
1762
|
+
GlueTable.add_member(:catalog_id, Shapes::ShapeRef.new(shape: NameString, location_name: "CatalogId"))
|
1763
|
+
GlueTable.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
|
1764
|
+
GlueTable.struct_class = Types::GlueTable
|
1765
|
+
|
1766
|
+
GlueTables.member = Shapes::ShapeRef.new(shape: GlueTable)
|
1767
|
+
|
1560
1768
|
GrokClassifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1561
1769
|
GrokClassifier.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, required: true, location_name: "Classification"))
|
1562
1770
|
GrokClassifier.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
@@ -1574,6 +1782,10 @@ module Aws::Glue
|
|
1574
1782
|
|
1575
1783
|
ImportCatalogToGlueResponse.struct_class = Types::ImportCatalogToGlueResponse
|
1576
1784
|
|
1785
|
+
ImportLabelsTaskRunProperties.add_member(:input_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "InputS3Path"))
|
1786
|
+
ImportLabelsTaskRunProperties.add_member(:replace, Shapes::ShapeRef.new(shape: ReplaceBoolean, location_name: "Replace"))
|
1787
|
+
ImportLabelsTaskRunProperties.struct_class = Types::ImportLabelsTaskRunProperties
|
1788
|
+
|
1577
1789
|
InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
1578
1790
|
InternalServiceException.struct_class = Types::InternalServiceException
|
1579
1791
|
|
@@ -1686,6 +1898,9 @@ module Aws::Glue
|
|
1686
1898
|
JsonClassifier.add_member(:json_path, Shapes::ShapeRef.new(shape: JsonPath, required: true, location_name: "JsonPath"))
|
1687
1899
|
JsonClassifier.struct_class = Types::JsonClassifier
|
1688
1900
|
|
1901
|
+
LabelingSetGenerationTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
|
1902
|
+
LabelingSetGenerationTaskRunProperties.struct_class = Types::LabelingSetGenerationTaskRunProperties
|
1903
|
+
|
1689
1904
|
LastCrawlInfo.add_member(:status, Shapes::ShapeRef.new(shape: LastCrawlStatus, location_name: "Status"))
|
1690
1905
|
LastCrawlInfo.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
|
1691
1906
|
LastCrawlInfo.add_member(:log_group, Shapes::ShapeRef.new(shape: LogGroup, location_name: "LogGroup"))
|
@@ -1747,6 +1962,28 @@ module Aws::Glue
|
|
1747
1962
|
LocationMap.key = Shapes::ShapeRef.new(shape: ColumnValuesString)
|
1748
1963
|
LocationMap.value = Shapes::ShapeRef.new(shape: ColumnValuesString)
|
1749
1964
|
|
1965
|
+
MLTransform.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
|
1966
|
+
MLTransform.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
1967
|
+
MLTransform.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1968
|
+
MLTransform.add_member(:status, Shapes::ShapeRef.new(shape: TransformStatusType, location_name: "Status"))
|
1969
|
+
MLTransform.add_member(:created_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedOn"))
|
1970
|
+
MLTransform.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedOn"))
|
1971
|
+
MLTransform.add_member(:input_record_tables, Shapes::ShapeRef.new(shape: GlueTables, location_name: "InputRecordTables"))
|
1972
|
+
MLTransform.add_member(:parameters, Shapes::ShapeRef.new(shape: TransformParameters, location_name: "Parameters"))
|
1973
|
+
MLTransform.add_member(:evaluation_metrics, Shapes::ShapeRef.new(shape: EvaluationMetrics, location_name: "EvaluationMetrics"))
|
1974
|
+
MLTransform.add_member(:label_count, Shapes::ShapeRef.new(shape: LabelCount, location_name: "LabelCount"))
|
1975
|
+
MLTransform.add_member(:schema, Shapes::ShapeRef.new(shape: TransformSchema, location_name: "Schema"))
|
1976
|
+
MLTransform.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, location_name: "Role"))
|
1977
|
+
MLTransform.add_member(:max_capacity, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MaxCapacity"))
|
1978
|
+
MLTransform.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
|
1979
|
+
MLTransform.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
|
1980
|
+
MLTransform.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
|
1981
|
+
MLTransform.add_member(:max_retries, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxRetries"))
|
1982
|
+
MLTransform.struct_class = Types::MLTransform
|
1983
|
+
|
1984
|
+
MLTransformNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
1985
|
+
MLTransformNotReadyException.struct_class = Types::MLTransformNotReadyException
|
1986
|
+
|
1750
1987
|
MapValue.key = Shapes::ShapeRef.new(shape: GenericString)
|
1751
1988
|
MapValue.value = Shapes::ShapeRef.new(shape: GenericString)
|
1752
1989
|
|
@@ -1826,6 +2063,8 @@ module Aws::Glue
|
|
1826
2063
|
|
1827
2064
|
PathList.member = Shapes::ShapeRef.new(shape: Path)
|
1828
2065
|
|
2066
|
+
PermissionList.member = Shapes::ShapeRef.new(shape: Permission)
|
2067
|
+
|
1829
2068
|
PhysicalConnectionRequirements.add_member(:subnet_id, Shapes::ShapeRef.new(shape: NameString, location_name: "SubnetId"))
|
1830
2069
|
PhysicalConnectionRequirements.add_member(:security_group_id_list, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "SecurityGroupIdList"))
|
1831
2070
|
PhysicalConnectionRequirements.add_member(:availability_zone, Shapes::ShapeRef.new(shape: NameString, location_name: "AvailabilityZone"))
|
@@ -1841,6 +2080,17 @@ module Aws::Glue
|
|
1841
2080
|
Predicate.add_member(:conditions, Shapes::ShapeRef.new(shape: ConditionList, location_name: "Conditions"))
|
1842
2081
|
Predicate.struct_class = Types::Predicate
|
1843
2082
|
|
2083
|
+
PrincipalPermissions.add_member(:principal, Shapes::ShapeRef.new(shape: DataLakePrincipal, location_name: "Principal"))
|
2084
|
+
PrincipalPermissions.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionList, location_name: "Permissions"))
|
2085
|
+
PrincipalPermissions.struct_class = Types::PrincipalPermissions
|
2086
|
+
|
2087
|
+
PrincipalPermissionsList.member = Shapes::ShapeRef.new(shape: PrincipalPermissions)
|
2088
|
+
|
2089
|
+
PropertyPredicate.add_member(:key, Shapes::ShapeRef.new(shape: ValueString, location_name: "Key"))
|
2090
|
+
PropertyPredicate.add_member(:value, Shapes::ShapeRef.new(shape: ValueString, location_name: "Value"))
|
2091
|
+
PropertyPredicate.add_member(:comparator, Shapes::ShapeRef.new(shape: Comparator, location_name: "Comparator"))
|
2092
|
+
PropertyPredicate.struct_class = Types::PropertyPredicate
|
2093
|
+
|
1844
2094
|
PublicKeysList.member = Shapes::ShapeRef.new(shape: GenericString)
|
1845
2095
|
|
1846
2096
|
PutDataCatalogEncryptionSettingsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
@@ -1909,6 +2159,24 @@ module Aws::Glue
|
|
1909
2159
|
SchemaChangePolicy.add_member(:delete_behavior, Shapes::ShapeRef.new(shape: DeleteBehavior, location_name: "DeleteBehavior"))
|
1910
2160
|
SchemaChangePolicy.struct_class = Types::SchemaChangePolicy
|
1911
2161
|
|
2162
|
+
SchemaColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnNameString, location_name: "Name"))
|
2163
|
+
SchemaColumn.add_member(:data_type, Shapes::ShapeRef.new(shape: ColumnTypeString, location_name: "DataType"))
|
2164
|
+
SchemaColumn.struct_class = Types::SchemaColumn
|
2165
|
+
|
2166
|
+
SearchPropertyPredicates.member = Shapes::ShapeRef.new(shape: PropertyPredicate)
|
2167
|
+
|
2168
|
+
SearchTablesRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
2169
|
+
SearchTablesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
2170
|
+
SearchTablesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SearchPropertyPredicates, location_name: "Filters"))
|
2171
|
+
SearchTablesRequest.add_member(:search_text, Shapes::ShapeRef.new(shape: ValueString, location_name: "SearchText"))
|
2172
|
+
SearchTablesRequest.add_member(:sort_criteria, Shapes::ShapeRef.new(shape: SortCriteria, location_name: "SortCriteria"))
|
2173
|
+
SearchTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
2174
|
+
SearchTablesRequest.struct_class = Types::SearchTablesRequest
|
2175
|
+
|
2176
|
+
SearchTablesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
2177
|
+
SearchTablesResponse.add_member(:table_list, Shapes::ShapeRef.new(shape: TableList, location_name: "TableList"))
|
2178
|
+
SearchTablesResponse.struct_class = Types::SearchTablesResponse
|
2179
|
+
|
1912
2180
|
SecurityConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
1913
2181
|
SecurityConfiguration.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CreatedTimeStamp"))
|
1914
2182
|
SecurityConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
@@ -1932,6 +2200,12 @@ module Aws::Glue
|
|
1932
2200
|
SkewedInfo.add_member(:skewed_column_value_location_maps, Shapes::ShapeRef.new(shape: LocationMap, location_name: "SkewedColumnValueLocationMaps"))
|
1933
2201
|
SkewedInfo.struct_class = Types::SkewedInfo
|
1934
2202
|
|
2203
|
+
SortCriteria.member = Shapes::ShapeRef.new(shape: SortCriterion)
|
2204
|
+
|
2205
|
+
SortCriterion.add_member(:field_name, Shapes::ShapeRef.new(shape: ValueString, location_name: "FieldName"))
|
2206
|
+
SortCriterion.add_member(:sort, Shapes::ShapeRef.new(shape: Sort, location_name: "Sort"))
|
2207
|
+
SortCriterion.struct_class = Types::SortCriterion
|
2208
|
+
|
1935
2209
|
StartCrawlerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1936
2210
|
StartCrawlerRequest.struct_class = Types::StartCrawlerRequest
|
1937
2211
|
|
@@ -1942,6 +2216,21 @@ module Aws::Glue
|
|
1942
2216
|
|
1943
2217
|
StartCrawlerScheduleResponse.struct_class = Types::StartCrawlerScheduleResponse
|
1944
2218
|
|
2219
|
+
StartExportLabelsTaskRunRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
|
2220
|
+
StartExportLabelsTaskRunRequest.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, required: true, location_name: "OutputS3Path"))
|
2221
|
+
StartExportLabelsTaskRunRequest.struct_class = Types::StartExportLabelsTaskRunRequest
|
2222
|
+
|
2223
|
+
StartExportLabelsTaskRunResponse.add_member(:task_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TaskRunId"))
|
2224
|
+
StartExportLabelsTaskRunResponse.struct_class = Types::StartExportLabelsTaskRunResponse
|
2225
|
+
|
2226
|
+
StartImportLabelsTaskRunRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
|
2227
|
+
StartImportLabelsTaskRunRequest.add_member(:input_s3_path, Shapes::ShapeRef.new(shape: UriString, required: true, location_name: "InputS3Path"))
|
2228
|
+
StartImportLabelsTaskRunRequest.add_member(:replace_all_labels, Shapes::ShapeRef.new(shape: ReplaceBoolean, location_name: "ReplaceAllLabels"))
|
2229
|
+
StartImportLabelsTaskRunRequest.struct_class = Types::StartImportLabelsTaskRunRequest
|
2230
|
+
|
2231
|
+
StartImportLabelsTaskRunResponse.add_member(:task_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TaskRunId"))
|
2232
|
+
StartImportLabelsTaskRunResponse.struct_class = Types::StartImportLabelsTaskRunResponse
|
2233
|
+
|
1945
2234
|
StartJobRunRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "JobName"))
|
1946
2235
|
StartJobRunRequest.add_member(:job_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "JobRunId"))
|
1947
2236
|
StartJobRunRequest.add_member(:arguments, Shapes::ShapeRef.new(shape: GenericMap, location_name: "Arguments"))
|
@@ -1957,6 +2246,19 @@ module Aws::Glue
|
|
1957
2246
|
StartJobRunResponse.add_member(:job_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "JobRunId"))
|
1958
2247
|
StartJobRunResponse.struct_class = Types::StartJobRunResponse
|
1959
2248
|
|
2249
|
+
StartMLEvaluationTaskRunRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
|
2250
|
+
StartMLEvaluationTaskRunRequest.struct_class = Types::StartMLEvaluationTaskRunRequest
|
2251
|
+
|
2252
|
+
StartMLEvaluationTaskRunResponse.add_member(:task_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TaskRunId"))
|
2253
|
+
StartMLEvaluationTaskRunResponse.struct_class = Types::StartMLEvaluationTaskRunResponse
|
2254
|
+
|
2255
|
+
StartMLLabelingSetGenerationTaskRunRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
|
2256
|
+
StartMLLabelingSetGenerationTaskRunRequest.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, required: true, location_name: "OutputS3Path"))
|
2257
|
+
StartMLLabelingSetGenerationTaskRunRequest.struct_class = Types::StartMLLabelingSetGenerationTaskRunRequest
|
2258
|
+
|
2259
|
+
StartMLLabelingSetGenerationTaskRunResponse.add_member(:task_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TaskRunId"))
|
2260
|
+
StartMLLabelingSetGenerationTaskRunResponse.struct_class = Types::StartMLLabelingSetGenerationTaskRunResponse
|
2261
|
+
|
1960
2262
|
StartTriggerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1961
2263
|
StartTriggerRequest.struct_class = Types::StartTriggerRequest
|
1962
2264
|
|
@@ -2017,6 +2319,7 @@ module Aws::Glue
|
|
2017
2319
|
Table.add_member(:table_type, Shapes::ShapeRef.new(shape: TableTypeString, location_name: "TableType"))
|
2018
2320
|
Table.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
2019
2321
|
Table.add_member(:created_by, Shapes::ShapeRef.new(shape: NameString, location_name: "CreatedBy"))
|
2322
|
+
Table.add_member(:is_registered_with_lake_formation, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRegisteredWithLakeFormation"))
|
2020
2323
|
Table.struct_class = Types::Table
|
2021
2324
|
|
2022
2325
|
TableError.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TableName"))
|
@@ -2063,6 +2366,59 @@ module Aws::Glue
|
|
2063
2366
|
TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
2064
2367
|
TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
2065
2368
|
|
2369
|
+
TaskRun.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
|
2370
|
+
TaskRun.add_member(:task_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TaskRunId"))
|
2371
|
+
TaskRun.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatusType, location_name: "Status"))
|
2372
|
+
TaskRun.add_member(:log_group_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "LogGroupName"))
|
2373
|
+
TaskRun.add_member(:properties, Shapes::ShapeRef.new(shape: TaskRunProperties, location_name: "Properties"))
|
2374
|
+
TaskRun.add_member(:error_string, Shapes::ShapeRef.new(shape: GenericString, location_name: "ErrorString"))
|
2375
|
+
TaskRun.add_member(:started_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedOn"))
|
2376
|
+
TaskRun.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedOn"))
|
2377
|
+
TaskRun.add_member(:completed_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedOn"))
|
2378
|
+
TaskRun.add_member(:execution_time, Shapes::ShapeRef.new(shape: ExecutionTime, location_name: "ExecutionTime"))
|
2379
|
+
TaskRun.struct_class = Types::TaskRun
|
2380
|
+
|
2381
|
+
TaskRunFilterCriteria.add_member(:task_run_type, Shapes::ShapeRef.new(shape: TaskType, location_name: "TaskRunType"))
|
2382
|
+
TaskRunFilterCriteria.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatusType, location_name: "Status"))
|
2383
|
+
TaskRunFilterCriteria.add_member(:started_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedBefore"))
|
2384
|
+
TaskRunFilterCriteria.add_member(:started_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedAfter"))
|
2385
|
+
TaskRunFilterCriteria.struct_class = Types::TaskRunFilterCriteria
|
2386
|
+
|
2387
|
+
TaskRunList.member = Shapes::ShapeRef.new(shape: TaskRun)
|
2388
|
+
|
2389
|
+
TaskRunProperties.add_member(:task_type, Shapes::ShapeRef.new(shape: TaskType, location_name: "TaskType"))
|
2390
|
+
TaskRunProperties.add_member(:import_labels_task_run_properties, Shapes::ShapeRef.new(shape: ImportLabelsTaskRunProperties, location_name: "ImportLabelsTaskRunProperties"))
|
2391
|
+
TaskRunProperties.add_member(:export_labels_task_run_properties, Shapes::ShapeRef.new(shape: ExportLabelsTaskRunProperties, location_name: "ExportLabelsTaskRunProperties"))
|
2392
|
+
TaskRunProperties.add_member(:labeling_set_generation_task_run_properties, Shapes::ShapeRef.new(shape: LabelingSetGenerationTaskRunProperties, location_name: "LabelingSetGenerationTaskRunProperties"))
|
2393
|
+
TaskRunProperties.add_member(:find_matches_task_run_properties, Shapes::ShapeRef.new(shape: FindMatchesTaskRunProperties, location_name: "FindMatchesTaskRunProperties"))
|
2394
|
+
TaskRunProperties.struct_class = Types::TaskRunProperties
|
2395
|
+
|
2396
|
+
TaskRunSortCriteria.add_member(:column, Shapes::ShapeRef.new(shape: TaskRunSortColumnType, required: true, location_name: "Column"))
|
2397
|
+
TaskRunSortCriteria.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirectionType, required: true, location_name: "SortDirection"))
|
2398
|
+
TaskRunSortCriteria.struct_class = Types::TaskRunSortCriteria
|
2399
|
+
|
2400
|
+
TransformFilterCriteria.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
2401
|
+
TransformFilterCriteria.add_member(:transform_type, Shapes::ShapeRef.new(shape: TransformType, location_name: "TransformType"))
|
2402
|
+
TransformFilterCriteria.add_member(:status, Shapes::ShapeRef.new(shape: TransformStatusType, location_name: "Status"))
|
2403
|
+
TransformFilterCriteria.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
2404
|
+
TransformFilterCriteria.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
2405
|
+
TransformFilterCriteria.add_member(:last_modified_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedBefore"))
|
2406
|
+
TransformFilterCriteria.add_member(:last_modified_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedAfter"))
|
2407
|
+
TransformFilterCriteria.add_member(:schema, Shapes::ShapeRef.new(shape: TransformSchema, location_name: "Schema"))
|
2408
|
+
TransformFilterCriteria.struct_class = Types::TransformFilterCriteria
|
2409
|
+
|
2410
|
+
TransformList.member = Shapes::ShapeRef.new(shape: MLTransform)
|
2411
|
+
|
2412
|
+
TransformParameters.add_member(:transform_type, Shapes::ShapeRef.new(shape: TransformType, required: true, location_name: "TransformType"))
|
2413
|
+
TransformParameters.add_member(:find_matches_parameters, Shapes::ShapeRef.new(shape: FindMatchesParameters, location_name: "FindMatchesParameters"))
|
2414
|
+
TransformParameters.struct_class = Types::TransformParameters
|
2415
|
+
|
2416
|
+
TransformSchema.member = Shapes::ShapeRef.new(shape: SchemaColumn)
|
2417
|
+
|
2418
|
+
TransformSortCriteria.add_member(:column, Shapes::ShapeRef.new(shape: TransformSortColumnType, required: true, location_name: "Column"))
|
2419
|
+
TransformSortCriteria.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirectionType, required: true, location_name: "SortDirection"))
|
2420
|
+
TransformSortCriteria.struct_class = Types::TransformSortCriteria
|
2421
|
+
|
2066
2422
|
Trigger.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
2067
2423
|
Trigger.add_member(:workflow_name, Shapes::ShapeRef.new(shape: NameString, location_name: "WorkflowName"))
|
2068
2424
|
Trigger.add_member(:id, Shapes::ShapeRef.new(shape: IdString, location_name: "Id"))
|
@@ -2175,6 +2531,21 @@ module Aws::Glue
|
|
2175
2531
|
UpdateJsonClassifierRequest.add_member(:json_path, Shapes::ShapeRef.new(shape: JsonPath, location_name: "JsonPath"))
|
2176
2532
|
UpdateJsonClassifierRequest.struct_class = Types::UpdateJsonClassifierRequest
|
2177
2533
|
|
2534
|
+
UpdateMLTransformRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
|
2535
|
+
UpdateMLTransformRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
2536
|
+
UpdateMLTransformRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
2537
|
+
UpdateMLTransformRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: TransformParameters, location_name: "Parameters"))
|
2538
|
+
UpdateMLTransformRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, location_name: "Role"))
|
2539
|
+
UpdateMLTransformRequest.add_member(:max_capacity, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MaxCapacity"))
|
2540
|
+
UpdateMLTransformRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
|
2541
|
+
UpdateMLTransformRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
|
2542
|
+
UpdateMLTransformRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
|
2543
|
+
UpdateMLTransformRequest.add_member(:max_retries, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxRetries"))
|
2544
|
+
UpdateMLTransformRequest.struct_class = Types::UpdateMLTransformRequest
|
2545
|
+
|
2546
|
+
UpdateMLTransformResponse.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
|
2547
|
+
UpdateMLTransformResponse.struct_class = Types::UpdateMLTransformResponse
|
2548
|
+
|
2178
2549
|
UpdatePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
2179
2550
|
UpdatePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
2180
2551
|
UpdatePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
@@ -2451,6 +2822,18 @@ module Aws::Glue
|
|
2451
2822
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2452
2823
|
end)
|
2453
2824
|
|
2825
|
+
api.add_operation(:cancel_ml_task_run, Seahorse::Model::Operation.new.tap do |o|
|
2826
|
+
o.name = "CancelMLTaskRun"
|
2827
|
+
o.http_method = "POST"
|
2828
|
+
o.http_request_uri = "/"
|
2829
|
+
o.input = Shapes::ShapeRef.new(shape: CancelMLTaskRunRequest)
|
2830
|
+
o.output = Shapes::ShapeRef.new(shape: CancelMLTaskRunResponse)
|
2831
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
2832
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2833
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2834
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2835
|
+
end)
|
2836
|
+
|
2454
2837
|
api.add_operation(:create_classifier, Seahorse::Model::Operation.new.tap do |o|
|
2455
2838
|
o.name = "CreateClassifier"
|
2456
2839
|
o.http_method = "POST"
|
@@ -2532,6 +2915,21 @@ module Aws::Glue
|
|
2532
2915
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
2533
2916
|
end)
|
2534
2917
|
|
2918
|
+
api.add_operation(:create_ml_transform, Seahorse::Model::Operation.new.tap do |o|
|
2919
|
+
o.name = "CreateMLTransform"
|
2920
|
+
o.http_method = "POST"
|
2921
|
+
o.http_request_uri = "/"
|
2922
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMLTransformRequest)
|
2923
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMLTransformResponse)
|
2924
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
2925
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2926
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2927
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2928
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2929
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
2930
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
|
2931
|
+
end)
|
2932
|
+
|
2535
2933
|
api.add_operation(:create_partition, Seahorse::Model::Operation.new.tap do |o|
|
2536
2934
|
o.name = "CreatePartition"
|
2537
2935
|
o.http_method = "POST"
|
@@ -2698,6 +3096,18 @@ module Aws::Glue
|
|
2698
3096
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
2699
3097
|
end)
|
2700
3098
|
|
3099
|
+
api.add_operation(:delete_ml_transform, Seahorse::Model::Operation.new.tap do |o|
|
3100
|
+
o.name = "DeleteMLTransform"
|
3101
|
+
o.http_method = "POST"
|
3102
|
+
o.http_request_uri = "/"
|
3103
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteMLTransformRequest)
|
3104
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteMLTransformResponse)
|
3105
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3106
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3107
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3108
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3109
|
+
end)
|
3110
|
+
|
2701
3111
|
api.add_operation(:delete_partition, Seahorse::Model::Operation.new.tap do |o|
|
2702
3112
|
o.name = "DeletePartition"
|
2703
3113
|
o.http_method = "POST"
|
@@ -3074,6 +3484,66 @@ module Aws::Glue
|
|
3074
3484
|
)
|
3075
3485
|
end)
|
3076
3486
|
|
3487
|
+
api.add_operation(:get_ml_task_run, Seahorse::Model::Operation.new.tap do |o|
|
3488
|
+
o.name = "GetMLTaskRun"
|
3489
|
+
o.http_method = "POST"
|
3490
|
+
o.http_request_uri = "/"
|
3491
|
+
o.input = Shapes::ShapeRef.new(shape: GetMLTaskRunRequest)
|
3492
|
+
o.output = Shapes::ShapeRef.new(shape: GetMLTaskRunResponse)
|
3493
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3494
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3495
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3496
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3497
|
+
end)
|
3498
|
+
|
3499
|
+
api.add_operation(:get_ml_task_runs, Seahorse::Model::Operation.new.tap do |o|
|
3500
|
+
o.name = "GetMLTaskRuns"
|
3501
|
+
o.http_method = "POST"
|
3502
|
+
o.http_request_uri = "/"
|
3503
|
+
o.input = Shapes::ShapeRef.new(shape: GetMLTaskRunsRequest)
|
3504
|
+
o.output = Shapes::ShapeRef.new(shape: GetMLTaskRunsResponse)
|
3505
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3506
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3507
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3508
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3509
|
+
o[:pager] = Aws::Pager.new(
|
3510
|
+
limit_key: "max_results",
|
3511
|
+
tokens: {
|
3512
|
+
"next_token" => "next_token"
|
3513
|
+
}
|
3514
|
+
)
|
3515
|
+
end)
|
3516
|
+
|
3517
|
+
api.add_operation(:get_ml_transform, Seahorse::Model::Operation.new.tap do |o|
|
3518
|
+
o.name = "GetMLTransform"
|
3519
|
+
o.http_method = "POST"
|
3520
|
+
o.http_request_uri = "/"
|
3521
|
+
o.input = Shapes::ShapeRef.new(shape: GetMLTransformRequest)
|
3522
|
+
o.output = Shapes::ShapeRef.new(shape: GetMLTransformResponse)
|
3523
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3524
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3525
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3526
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3527
|
+
end)
|
3528
|
+
|
3529
|
+
api.add_operation(:get_ml_transforms, Seahorse::Model::Operation.new.tap do |o|
|
3530
|
+
o.name = "GetMLTransforms"
|
3531
|
+
o.http_method = "POST"
|
3532
|
+
o.http_request_uri = "/"
|
3533
|
+
o.input = Shapes::ShapeRef.new(shape: GetMLTransformsRequest)
|
3534
|
+
o.output = Shapes::ShapeRef.new(shape: GetMLTransformsResponse)
|
3535
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3536
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3537
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3538
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3539
|
+
o[:pager] = Aws::Pager.new(
|
3540
|
+
limit_key: "max_results",
|
3541
|
+
tokens: {
|
3542
|
+
"next_token" => "next_token"
|
3543
|
+
}
|
3544
|
+
)
|
3545
|
+
end)
|
3546
|
+
|
3077
3547
|
api.add_operation(:get_mapping, Seahorse::Model::Operation.new.tap do |o|
|
3078
3548
|
o.name = "GetMapping"
|
3079
3549
|
o.http_method = "POST"
|
@@ -3510,6 +3980,23 @@ module Aws::Glue
|
|
3510
3980
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3511
3981
|
end)
|
3512
3982
|
|
3983
|
+
api.add_operation(:search_tables, Seahorse::Model::Operation.new.tap do |o|
|
3984
|
+
o.name = "SearchTables"
|
3985
|
+
o.http_method = "POST"
|
3986
|
+
o.http_request_uri = "/"
|
3987
|
+
o.input = Shapes::ShapeRef.new(shape: SearchTablesRequest)
|
3988
|
+
o.output = Shapes::ShapeRef.new(shape: SearchTablesResponse)
|
3989
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3990
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3991
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3992
|
+
o[:pager] = Aws::Pager.new(
|
3993
|
+
limit_key: "max_results",
|
3994
|
+
tokens: {
|
3995
|
+
"next_token" => "next_token"
|
3996
|
+
}
|
3997
|
+
)
|
3998
|
+
end)
|
3999
|
+
|
3513
4000
|
api.add_operation(:start_crawler, Seahorse::Model::Operation.new.tap do |o|
|
3514
4001
|
o.name = "StartCrawler"
|
3515
4002
|
o.http_method = "POST"
|
@@ -3534,6 +4021,31 @@ module Aws::Glue
|
|
3534
4021
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3535
4022
|
end)
|
3536
4023
|
|
4024
|
+
api.add_operation(:start_export_labels_task_run, Seahorse::Model::Operation.new.tap do |o|
|
4025
|
+
o.name = "StartExportLabelsTaskRun"
|
4026
|
+
o.http_method = "POST"
|
4027
|
+
o.http_request_uri = "/"
|
4028
|
+
o.input = Shapes::ShapeRef.new(shape: StartExportLabelsTaskRunRequest)
|
4029
|
+
o.output = Shapes::ShapeRef.new(shape: StartExportLabelsTaskRunResponse)
|
4030
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4031
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4032
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
4033
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4034
|
+
end)
|
4035
|
+
|
4036
|
+
api.add_operation(:start_import_labels_task_run, Seahorse::Model::Operation.new.tap do |o|
|
4037
|
+
o.name = "StartImportLabelsTaskRun"
|
4038
|
+
o.http_method = "POST"
|
4039
|
+
o.http_request_uri = "/"
|
4040
|
+
o.input = Shapes::ShapeRef.new(shape: StartImportLabelsTaskRunRequest)
|
4041
|
+
o.output = Shapes::ShapeRef.new(shape: StartImportLabelsTaskRunResponse)
|
4042
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4043
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4044
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
4045
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
4046
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4047
|
+
end)
|
4048
|
+
|
3537
4049
|
api.add_operation(:start_job_run, Seahorse::Model::Operation.new.tap do |o|
|
3538
4050
|
o.name = "StartJobRun"
|
3539
4051
|
o.http_method = "POST"
|
@@ -3548,6 +4060,33 @@ module Aws::Glue
|
|
3548
4060
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentRunsExceededException)
|
3549
4061
|
end)
|
3550
4062
|
|
4063
|
+
api.add_operation(:start_ml_evaluation_task_run, Seahorse::Model::Operation.new.tap do |o|
|
4064
|
+
o.name = "StartMLEvaluationTaskRun"
|
4065
|
+
o.http_method = "POST"
|
4066
|
+
o.http_request_uri = "/"
|
4067
|
+
o.input = Shapes::ShapeRef.new(shape: StartMLEvaluationTaskRunRequest)
|
4068
|
+
o.output = Shapes::ShapeRef.new(shape: StartMLEvaluationTaskRunResponse)
|
4069
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4070
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4071
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
4072
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4073
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentRunsExceededException)
|
4074
|
+
o.errors << Shapes::ShapeRef.new(shape: MLTransformNotReadyException)
|
4075
|
+
end)
|
4076
|
+
|
4077
|
+
api.add_operation(:start_ml_labeling_set_generation_task_run, Seahorse::Model::Operation.new.tap do |o|
|
4078
|
+
o.name = "StartMLLabelingSetGenerationTaskRun"
|
4079
|
+
o.http_method = "POST"
|
4080
|
+
o.http_request_uri = "/"
|
4081
|
+
o.input = Shapes::ShapeRef.new(shape: StartMLLabelingSetGenerationTaskRunRequest)
|
4082
|
+
o.output = Shapes::ShapeRef.new(shape: StartMLLabelingSetGenerationTaskRunResponse)
|
4083
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4084
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4085
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
4086
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4087
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentRunsExceededException)
|
4088
|
+
end)
|
4089
|
+
|
3551
4090
|
api.add_operation(:start_trigger, Seahorse::Model::Operation.new.tap do |o|
|
3552
4091
|
o.name = "StartTrigger"
|
3553
4092
|
o.http_method = "POST"
|
@@ -3727,6 +4266,19 @@ module Aws::Glue
|
|
3727
4266
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3728
4267
|
end)
|
3729
4268
|
|
4269
|
+
api.add_operation(:update_ml_transform, Seahorse::Model::Operation.new.tap do |o|
|
4270
|
+
o.name = "UpdateMLTransform"
|
4271
|
+
o.http_method = "POST"
|
4272
|
+
o.http_request_uri = "/"
|
4273
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMLTransformRequest)
|
4274
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMLTransformResponse)
|
4275
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4276
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4277
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
4278
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4279
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4280
|
+
end)
|
4281
|
+
|
3730
4282
|
api.add_operation(:update_partition, Seahorse::Model::Operation.new.tap do |o|
|
3731
4283
|
o.name = "UpdatePartition"
|
3732
4284
|
o.http_method = "POST"
|