aws-sdk-glue 1.74.0 → 1.79.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 +1373 -1
- data/lib/aws-sdk-glue/client_api.rb +673 -0
- data/lib/aws-sdk-glue/types.rb +2202 -151
- metadata +2 -2
@@ -75,6 +75,8 @@ module Aws::Glue
|
|
75
75
|
CatalogTablesList = Shapes::ListShape.new(name: 'CatalogTablesList')
|
76
76
|
CatalogTarget = Shapes::StructureShape.new(name: 'CatalogTarget')
|
77
77
|
CatalogTargetList = Shapes::ListShape.new(name: 'CatalogTargetList')
|
78
|
+
CheckSchemaVersionValidityInput = Shapes::StructureShape.new(name: 'CheckSchemaVersionValidityInput')
|
79
|
+
CheckSchemaVersionValidityResponse = Shapes::StructureShape.new(name: 'CheckSchemaVersionValidityResponse')
|
78
80
|
Classification = Shapes::StringShape.new(name: 'Classification')
|
79
81
|
Classifier = Shapes::StructureShape.new(name: 'Classifier')
|
80
82
|
ClassifierList = Shapes::ListShape.new(name: 'ClassifierList')
|
@@ -105,6 +107,7 @@ module Aws::Glue
|
|
105
107
|
ColumnValuesString = Shapes::StringShape.new(name: 'ColumnValuesString')
|
106
108
|
CommentString = Shapes::StringShape.new(name: 'CommentString')
|
107
109
|
Comparator = Shapes::StringShape.new(name: 'Comparator')
|
110
|
+
Compatibility = Shapes::StringShape.new(name: 'Compatibility')
|
108
111
|
ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
|
109
112
|
ConcurrentRunsExceededException = Shapes::StructureShape.new(name: 'ConcurrentRunsExceededException')
|
110
113
|
Condition = Shapes::StructureShape.new(name: 'Condition')
|
@@ -156,6 +159,10 @@ module Aws::Glue
|
|
156
159
|
CreateMLTransformResponse = Shapes::StructureShape.new(name: 'CreateMLTransformResponse')
|
157
160
|
CreatePartitionRequest = Shapes::StructureShape.new(name: 'CreatePartitionRequest')
|
158
161
|
CreatePartitionResponse = Shapes::StructureShape.new(name: 'CreatePartitionResponse')
|
162
|
+
CreateRegistryInput = Shapes::StructureShape.new(name: 'CreateRegistryInput')
|
163
|
+
CreateRegistryResponse = Shapes::StructureShape.new(name: 'CreateRegistryResponse')
|
164
|
+
CreateSchemaInput = Shapes::StructureShape.new(name: 'CreateSchemaInput')
|
165
|
+
CreateSchemaResponse = Shapes::StructureShape.new(name: 'CreateSchemaResponse')
|
159
166
|
CreateScriptRequest = Shapes::StructureShape.new(name: 'CreateScriptRequest')
|
160
167
|
CreateScriptResponse = Shapes::StructureShape.new(name: 'CreateScriptResponse')
|
161
168
|
CreateSecurityConfigurationRequest = Shapes::StructureShape.new(name: 'CreateSecurityConfigurationRequest')
|
@@ -169,6 +176,7 @@ module Aws::Glue
|
|
169
176
|
CreateWorkflowRequest = Shapes::StructureShape.new(name: 'CreateWorkflowRequest')
|
170
177
|
CreateWorkflowResponse = Shapes::StructureShape.new(name: 'CreateWorkflowResponse')
|
171
178
|
CreateXMLClassifierRequest = Shapes::StructureShape.new(name: 'CreateXMLClassifierRequest')
|
179
|
+
CreatedTimestamp = Shapes::StringShape.new(name: 'CreatedTimestamp')
|
172
180
|
CronExpression = Shapes::StringShape.new(name: 'CronExpression')
|
173
181
|
CsvClassifier = Shapes::StructureShape.new(name: 'CsvClassifier')
|
174
182
|
CsvColumnDelimiter = Shapes::StringShape.new(name: 'CsvColumnDelimiter')
|
@@ -179,6 +187,7 @@ module Aws::Glue
|
|
179
187
|
DagEdges = Shapes::ListShape.new(name: 'DagEdges')
|
180
188
|
DagNodes = Shapes::ListShape.new(name: 'DagNodes')
|
181
189
|
DataCatalogEncryptionSettings = Shapes::StructureShape.new(name: 'DataCatalogEncryptionSettings')
|
190
|
+
DataFormat = Shapes::StringShape.new(name: 'DataFormat')
|
182
191
|
DataLakePrincipal = Shapes::StructureShape.new(name: 'DataLakePrincipal')
|
183
192
|
DataLakePrincipalString = Shapes::StringShape.new(name: 'DataLakePrincipalString')
|
184
193
|
Database = Shapes::StructureShape.new(name: 'Database')
|
@@ -211,8 +220,14 @@ module Aws::Glue
|
|
211
220
|
DeleteMLTransformResponse = Shapes::StructureShape.new(name: 'DeleteMLTransformResponse')
|
212
221
|
DeletePartitionRequest = Shapes::StructureShape.new(name: 'DeletePartitionRequest')
|
213
222
|
DeletePartitionResponse = Shapes::StructureShape.new(name: 'DeletePartitionResponse')
|
223
|
+
DeleteRegistryInput = Shapes::StructureShape.new(name: 'DeleteRegistryInput')
|
224
|
+
DeleteRegistryResponse = Shapes::StructureShape.new(name: 'DeleteRegistryResponse')
|
214
225
|
DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
|
215
226
|
DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
|
227
|
+
DeleteSchemaInput = Shapes::StructureShape.new(name: 'DeleteSchemaInput')
|
228
|
+
DeleteSchemaResponse = Shapes::StructureShape.new(name: 'DeleteSchemaResponse')
|
229
|
+
DeleteSchemaVersionsInput = Shapes::StructureShape.new(name: 'DeleteSchemaVersionsInput')
|
230
|
+
DeleteSchemaVersionsResponse = Shapes::StructureShape.new(name: 'DeleteSchemaVersionsResponse')
|
216
231
|
DeleteSecurityConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteSecurityConfigurationRequest')
|
217
232
|
DeleteSecurityConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteSecurityConfigurationResponse')
|
218
233
|
DeleteTableRequest = Shapes::StructureShape.new(name: 'DeleteTableRequest')
|
@@ -243,7 +258,10 @@ module Aws::Glue
|
|
243
258
|
EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
|
244
259
|
EntityNotFoundException = Shapes::StructureShape.new(name: 'EntityNotFoundException')
|
245
260
|
ErrorByName = Shapes::MapShape.new(name: 'ErrorByName')
|
261
|
+
ErrorCodeString = Shapes::StringShape.new(name: 'ErrorCodeString')
|
246
262
|
ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
|
263
|
+
ErrorDetails = Shapes::StructureShape.new(name: 'ErrorDetails')
|
264
|
+
ErrorMessageString = Shapes::StringShape.new(name: 'ErrorMessageString')
|
247
265
|
ErrorString = Shapes::StringShape.new(name: 'ErrorString')
|
248
266
|
EvaluationMetrics = Shapes::StructureShape.new(name: 'EvaluationMetrics')
|
249
267
|
ExecutionProperty = Shapes::StructureShape.new(name: 'ExecutionProperty')
|
@@ -321,11 +339,21 @@ module Aws::Glue
|
|
321
339
|
GetPartitionsResponse = Shapes::StructureShape.new(name: 'GetPartitionsResponse')
|
322
340
|
GetPlanRequest = Shapes::StructureShape.new(name: 'GetPlanRequest')
|
323
341
|
GetPlanResponse = Shapes::StructureShape.new(name: 'GetPlanResponse')
|
342
|
+
GetRegistryInput = Shapes::StructureShape.new(name: 'GetRegistryInput')
|
343
|
+
GetRegistryResponse = Shapes::StructureShape.new(name: 'GetRegistryResponse')
|
324
344
|
GetResourcePoliciesRequest = Shapes::StructureShape.new(name: 'GetResourcePoliciesRequest')
|
325
345
|
GetResourcePoliciesResponse = Shapes::StructureShape.new(name: 'GetResourcePoliciesResponse')
|
326
346
|
GetResourcePoliciesResponseList = Shapes::ListShape.new(name: 'GetResourcePoliciesResponseList')
|
327
347
|
GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
|
328
348
|
GetResourcePolicyResponse = Shapes::StructureShape.new(name: 'GetResourcePolicyResponse')
|
349
|
+
GetSchemaByDefinitionInput = Shapes::StructureShape.new(name: 'GetSchemaByDefinitionInput')
|
350
|
+
GetSchemaByDefinitionResponse = Shapes::StructureShape.new(name: 'GetSchemaByDefinitionResponse')
|
351
|
+
GetSchemaInput = Shapes::StructureShape.new(name: 'GetSchemaInput')
|
352
|
+
GetSchemaResponse = Shapes::StructureShape.new(name: 'GetSchemaResponse')
|
353
|
+
GetSchemaVersionInput = Shapes::StructureShape.new(name: 'GetSchemaVersionInput')
|
354
|
+
GetSchemaVersionResponse = Shapes::StructureShape.new(name: 'GetSchemaVersionResponse')
|
355
|
+
GetSchemaVersionsDiffInput = Shapes::StructureShape.new(name: 'GetSchemaVersionsDiffInput')
|
356
|
+
GetSchemaVersionsDiffResponse = Shapes::StructureShape.new(name: 'GetSchemaVersionsDiffResponse')
|
329
357
|
GetSecurityConfigurationRequest = Shapes::StructureShape.new(name: 'GetSecurityConfigurationRequest')
|
330
358
|
GetSecurityConfigurationResponse = Shapes::StructureShape.new(name: 'GetSecurityConfigurationResponse')
|
331
359
|
GetSecurityConfigurationsRequest = Shapes::StructureShape.new(name: 'GetSecurityConfigurationsRequest')
|
@@ -377,6 +405,7 @@ module Aws::Glue
|
|
377
405
|
IntegerValue = Shapes::IntegerShape.new(name: 'IntegerValue')
|
378
406
|
InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
|
379
407
|
InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
|
408
|
+
IsVersionValid = Shapes::BooleanShape.new(name: 'IsVersionValid')
|
380
409
|
JdbcTarget = Shapes::StructureShape.new(name: 'JdbcTarget')
|
381
410
|
JdbcTargetList = Shapes::ListShape.new(name: 'JdbcTargetList')
|
382
411
|
Job = Shapes::StructureShape.new(name: 'Job')
|
@@ -405,6 +434,7 @@ module Aws::Glue
|
|
405
434
|
Language = Shapes::StringShape.new(name: 'Language')
|
406
435
|
LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
|
407
436
|
LastCrawlStatus = Shapes::StringShape.new(name: 'LastCrawlStatus')
|
437
|
+
LatestSchemaVersionBoolean = Shapes::BooleanShape.new(name: 'LatestSchemaVersionBoolean')
|
408
438
|
ListCrawlersRequest = Shapes::StructureShape.new(name: 'ListCrawlersRequest')
|
409
439
|
ListCrawlersResponse = Shapes::StructureShape.new(name: 'ListCrawlersResponse')
|
410
440
|
ListDevEndpointsRequest = Shapes::StructureShape.new(name: 'ListDevEndpointsRequest')
|
@@ -413,6 +443,12 @@ module Aws::Glue
|
|
413
443
|
ListJobsResponse = Shapes::StructureShape.new(name: 'ListJobsResponse')
|
414
444
|
ListMLTransformsRequest = Shapes::StructureShape.new(name: 'ListMLTransformsRequest')
|
415
445
|
ListMLTransformsResponse = Shapes::StructureShape.new(name: 'ListMLTransformsResponse')
|
446
|
+
ListRegistriesInput = Shapes::StructureShape.new(name: 'ListRegistriesInput')
|
447
|
+
ListRegistriesResponse = Shapes::StructureShape.new(name: 'ListRegistriesResponse')
|
448
|
+
ListSchemaVersionsInput = Shapes::StructureShape.new(name: 'ListSchemaVersionsInput')
|
449
|
+
ListSchemaVersionsResponse = Shapes::StructureShape.new(name: 'ListSchemaVersionsResponse')
|
450
|
+
ListSchemasInput = Shapes::StructureShape.new(name: 'ListSchemasInput')
|
451
|
+
ListSchemasResponse = Shapes::StructureShape.new(name: 'ListSchemasResponse')
|
416
452
|
ListTriggersRequest = Shapes::StructureShape.new(name: 'ListTriggersRequest')
|
417
453
|
ListTriggersResponse = Shapes::StructureShape.new(name: 'ListTriggersResponse')
|
418
454
|
ListWorkflowsRequest = Shapes::StructureShape.new(name: 'ListWorkflowsRequest')
|
@@ -428,14 +464,23 @@ module Aws::Glue
|
|
428
464
|
LongColumnStatisticsData = Shapes::StructureShape.new(name: 'LongColumnStatisticsData')
|
429
465
|
MLTransform = Shapes::StructureShape.new(name: 'MLTransform')
|
430
466
|
MLTransformNotReadyException = Shapes::StructureShape.new(name: 'MLTransformNotReadyException')
|
467
|
+
MLUserDataEncryption = Shapes::StructureShape.new(name: 'MLUserDataEncryption')
|
468
|
+
MLUserDataEncryptionModeString = Shapes::StringShape.new(name: 'MLUserDataEncryptionModeString')
|
431
469
|
MapValue = Shapes::MapShape.new(name: 'MapValue')
|
432
470
|
MappingEntry = Shapes::StructureShape.new(name: 'MappingEntry')
|
433
471
|
MappingList = Shapes::ListShape.new(name: 'MappingList')
|
434
472
|
MatchCriteria = Shapes::ListShape.new(name: 'MatchCriteria')
|
435
473
|
MaxConcurrentRuns = Shapes::IntegerShape.new(name: 'MaxConcurrentRuns')
|
474
|
+
MaxResultsNumber = Shapes::IntegerShape.new(name: 'MaxResultsNumber')
|
436
475
|
MaxRetries = Shapes::IntegerShape.new(name: 'MaxRetries')
|
437
476
|
MessagePrefix = Shapes::StringShape.new(name: 'MessagePrefix')
|
438
477
|
MessageString = Shapes::StringShape.new(name: 'MessageString')
|
478
|
+
MetadataInfo = Shapes::StructureShape.new(name: 'MetadataInfo')
|
479
|
+
MetadataInfoMap = Shapes::MapShape.new(name: 'MetadataInfoMap')
|
480
|
+
MetadataKeyString = Shapes::StringShape.new(name: 'MetadataKeyString')
|
481
|
+
MetadataKeyValuePair = Shapes::StructureShape.new(name: 'MetadataKeyValuePair')
|
482
|
+
MetadataList = Shapes::ListShape.new(name: 'MetadataList')
|
483
|
+
MetadataValueString = Shapes::StringShape.new(name: 'MetadataValueString')
|
439
484
|
MillisecondsCount = Shapes::IntegerShape.new(name: 'MillisecondsCount')
|
440
485
|
MongoDBTarget = Shapes::StructureShape.new(name: 'MongoDBTarget')
|
441
486
|
MongoDBTargetList = Shapes::ListShape.new(name: 'MongoDBTargetList')
|
@@ -493,11 +538,26 @@ module Aws::Glue
|
|
493
538
|
PutDataCatalogEncryptionSettingsResponse = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsResponse')
|
494
539
|
PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
|
495
540
|
PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
|
541
|
+
PutSchemaVersionMetadataInput = Shapes::StructureShape.new(name: 'PutSchemaVersionMetadataInput')
|
542
|
+
PutSchemaVersionMetadataResponse = Shapes::StructureShape.new(name: 'PutSchemaVersionMetadataResponse')
|
496
543
|
PutWorkflowRunPropertiesRequest = Shapes::StructureShape.new(name: 'PutWorkflowRunPropertiesRequest')
|
497
544
|
PutWorkflowRunPropertiesResponse = Shapes::StructureShape.new(name: 'PutWorkflowRunPropertiesResponse')
|
498
545
|
PythonScript = Shapes::StringShape.new(name: 'PythonScript')
|
499
546
|
PythonVersionString = Shapes::StringShape.new(name: 'PythonVersionString')
|
547
|
+
QuerySchemaVersionMetadataInput = Shapes::StructureShape.new(name: 'QuerySchemaVersionMetadataInput')
|
548
|
+
QuerySchemaVersionMetadataMaxResults = Shapes::IntegerShape.new(name: 'QuerySchemaVersionMetadataMaxResults')
|
549
|
+
QuerySchemaVersionMetadataResponse = Shapes::StructureShape.new(name: 'QuerySchemaVersionMetadataResponse')
|
500
550
|
RecordsCount = Shapes::IntegerShape.new(name: 'RecordsCount')
|
551
|
+
RecrawlBehavior = Shapes::StringShape.new(name: 'RecrawlBehavior')
|
552
|
+
RecrawlPolicy = Shapes::StructureShape.new(name: 'RecrawlPolicy')
|
553
|
+
RegisterSchemaVersionInput = Shapes::StructureShape.new(name: 'RegisterSchemaVersionInput')
|
554
|
+
RegisterSchemaVersionResponse = Shapes::StructureShape.new(name: 'RegisterSchemaVersionResponse')
|
555
|
+
RegistryId = Shapes::StructureShape.new(name: 'RegistryId')
|
556
|
+
RegistryListDefinition = Shapes::ListShape.new(name: 'RegistryListDefinition')
|
557
|
+
RegistryListItem = Shapes::StructureShape.new(name: 'RegistryListItem')
|
558
|
+
RegistryStatus = Shapes::StringShape.new(name: 'RegistryStatus')
|
559
|
+
RemoveSchemaVersionMetadataInput = Shapes::StructureShape.new(name: 'RemoveSchemaVersionMetadataInput')
|
560
|
+
RemoveSchemaVersionMetadataResponse = Shapes::StructureShape.new(name: 'RemoveSchemaVersionMetadataResponse')
|
501
561
|
ReplaceBoolean = Shapes::BooleanShape.new(name: 'ReplaceBoolean')
|
502
562
|
ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
|
503
563
|
ResetJobBookmarkResponse = Shapes::StructureShape.new(name: 'ResetJobBookmarkResponse')
|
@@ -525,8 +585,27 @@ module Aws::Glue
|
|
525
585
|
SchedulerRunningException = Shapes::StructureShape.new(name: 'SchedulerRunningException')
|
526
586
|
SchedulerTransitioningException = Shapes::StructureShape.new(name: 'SchedulerTransitioningException')
|
527
587
|
SchemaChangePolicy = Shapes::StructureShape.new(name: 'SchemaChangePolicy')
|
588
|
+
SchemaCheckpointNumber = Shapes::IntegerShape.new(name: 'SchemaCheckpointNumber')
|
528
589
|
SchemaColumn = Shapes::StructureShape.new(name: 'SchemaColumn')
|
590
|
+
SchemaDefinitionDiff = Shapes::StringShape.new(name: 'SchemaDefinitionDiff')
|
591
|
+
SchemaDefinitionString = Shapes::StringShape.new(name: 'SchemaDefinitionString')
|
592
|
+
SchemaDiffType = Shapes::StringShape.new(name: 'SchemaDiffType')
|
593
|
+
SchemaId = Shapes::StructureShape.new(name: 'SchemaId')
|
594
|
+
SchemaListDefinition = Shapes::ListShape.new(name: 'SchemaListDefinition')
|
595
|
+
SchemaListItem = Shapes::StructureShape.new(name: 'SchemaListItem')
|
529
596
|
SchemaPathString = Shapes::StringShape.new(name: 'SchemaPathString')
|
597
|
+
SchemaReference = Shapes::StructureShape.new(name: 'SchemaReference')
|
598
|
+
SchemaRegistryNameString = Shapes::StringShape.new(name: 'SchemaRegistryNameString')
|
599
|
+
SchemaRegistryTokenString = Shapes::StringShape.new(name: 'SchemaRegistryTokenString')
|
600
|
+
SchemaStatus = Shapes::StringShape.new(name: 'SchemaStatus')
|
601
|
+
SchemaValidationError = Shapes::StringShape.new(name: 'SchemaValidationError')
|
602
|
+
SchemaVersionErrorItem = Shapes::StructureShape.new(name: 'SchemaVersionErrorItem')
|
603
|
+
SchemaVersionErrorList = Shapes::ListShape.new(name: 'SchemaVersionErrorList')
|
604
|
+
SchemaVersionIdString = Shapes::StringShape.new(name: 'SchemaVersionIdString')
|
605
|
+
SchemaVersionList = Shapes::ListShape.new(name: 'SchemaVersionList')
|
606
|
+
SchemaVersionListItem = Shapes::StructureShape.new(name: 'SchemaVersionListItem')
|
607
|
+
SchemaVersionNumber = Shapes::StructureShape.new(name: 'SchemaVersionNumber')
|
608
|
+
SchemaVersionStatus = Shapes::StringShape.new(name: 'SchemaVersionStatus')
|
530
609
|
ScriptLocationString = Shapes::StringShape.new(name: 'ScriptLocationString')
|
531
610
|
SearchPropertyPredicates = Shapes::ListShape.new(name: 'SearchPropertyPredicates')
|
532
611
|
SearchTablesRequest = Shapes::StructureShape.new(name: 'SearchTablesRequest')
|
@@ -601,6 +680,7 @@ module Aws::Glue
|
|
601
680
|
TimestampValue = Shapes::TimestampShape.new(name: 'TimestampValue')
|
602
681
|
Token = Shapes::StringShape.new(name: 'Token')
|
603
682
|
TotalSegmentsInteger = Shapes::IntegerShape.new(name: 'TotalSegmentsInteger')
|
683
|
+
TransformEncryption = Shapes::StructureShape.new(name: 'TransformEncryption')
|
604
684
|
TransformFilterCriteria = Shapes::StructureShape.new(name: 'TransformFilterCriteria')
|
605
685
|
TransformIdList = Shapes::ListShape.new(name: 'TransformIdList')
|
606
686
|
TransformList = Shapes::ListShape.new(name: 'TransformList')
|
@@ -648,6 +728,10 @@ module Aws::Glue
|
|
648
728
|
UpdateMLTransformResponse = Shapes::StructureShape.new(name: 'UpdateMLTransformResponse')
|
649
729
|
UpdatePartitionRequest = Shapes::StructureShape.new(name: 'UpdatePartitionRequest')
|
650
730
|
UpdatePartitionResponse = Shapes::StructureShape.new(name: 'UpdatePartitionResponse')
|
731
|
+
UpdateRegistryInput = Shapes::StructureShape.new(name: 'UpdateRegistryInput')
|
732
|
+
UpdateRegistryResponse = Shapes::StructureShape.new(name: 'UpdateRegistryResponse')
|
733
|
+
UpdateSchemaInput = Shapes::StructureShape.new(name: 'UpdateSchemaInput')
|
734
|
+
UpdateSchemaResponse = Shapes::StructureShape.new(name: 'UpdateSchemaResponse')
|
651
735
|
UpdateTableRequest = Shapes::StructureShape.new(name: 'UpdateTableRequest')
|
652
736
|
UpdateTableResponse = Shapes::StructureShape.new(name: 'UpdateTableResponse')
|
653
737
|
UpdateTriggerRequest = Shapes::StructureShape.new(name: 'UpdateTriggerRequest')
|
@@ -657,6 +741,7 @@ module Aws::Glue
|
|
657
741
|
UpdateWorkflowRequest = Shapes::StructureShape.new(name: 'UpdateWorkflowRequest')
|
658
742
|
UpdateWorkflowResponse = Shapes::StructureShape.new(name: 'UpdateWorkflowResponse')
|
659
743
|
UpdateXMLClassifierRequest = Shapes::StructureShape.new(name: 'UpdateXMLClassifierRequest')
|
744
|
+
UpdatedTimestamp = Shapes::StringShape.new(name: 'UpdatedTimestamp')
|
660
745
|
UriString = Shapes::StringShape.new(name: 'UriString')
|
661
746
|
UserDefinedFunction = Shapes::StructureShape.new(name: 'UserDefinedFunction')
|
662
747
|
UserDefinedFunctionInput = Shapes::StructureShape.new(name: 'UserDefinedFunctionInput')
|
@@ -665,8 +750,10 @@ module Aws::Glue
|
|
665
750
|
ValueString = Shapes::StringShape.new(name: 'ValueString')
|
666
751
|
ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
|
667
752
|
VersionId = Shapes::IntegerShape.new(name: 'VersionId')
|
753
|
+
VersionLongNumber = Shapes::IntegerShape.new(name: 'VersionLongNumber')
|
668
754
|
VersionMismatchException = Shapes::StructureShape.new(name: 'VersionMismatchException')
|
669
755
|
VersionString = Shapes::StringShape.new(name: 'VersionString')
|
756
|
+
VersionsString = Shapes::StringShape.new(name: 'VersionsString')
|
670
757
|
ViewTextString = Shapes::StringShape.new(name: 'ViewTextString')
|
671
758
|
WorkerType = Shapes::StringShape.new(name: 'WorkerType')
|
672
759
|
Workflow = Shapes::StructureShape.new(name: 'Workflow')
|
@@ -880,6 +967,14 @@ module Aws::Glue
|
|
880
967
|
|
881
968
|
CatalogTargetList.member = Shapes::ShapeRef.new(shape: CatalogTarget)
|
882
969
|
|
970
|
+
CheckSchemaVersionValidityInput.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, required: true, location_name: "DataFormat"))
|
971
|
+
CheckSchemaVersionValidityInput.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaDefinitionString, required: true, location_name: "SchemaDefinition"))
|
972
|
+
CheckSchemaVersionValidityInput.struct_class = Types::CheckSchemaVersionValidityInput
|
973
|
+
|
974
|
+
CheckSchemaVersionValidityResponse.add_member(:valid, Shapes::ShapeRef.new(shape: IsVersionValid, location_name: "Valid"))
|
975
|
+
CheckSchemaVersionValidityResponse.add_member(:error, Shapes::ShapeRef.new(shape: SchemaValidationError, location_name: "Error"))
|
976
|
+
CheckSchemaVersionValidityResponse.struct_class = Types::CheckSchemaVersionValidityResponse
|
977
|
+
|
883
978
|
Classifier.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: GrokClassifier, location_name: "GrokClassifier"))
|
884
979
|
Classifier.add_member(:xml_classifier, Shapes::ShapeRef.new(shape: XMLClassifier, location_name: "XMLClassifier"))
|
885
980
|
Classifier.add_member(:json_classifier, Shapes::ShapeRef.new(shape: JsonClassifier, location_name: "JsonClassifier"))
|
@@ -1026,6 +1121,7 @@ module Aws::Glue
|
|
1026
1121
|
Crawler.add_member(:database_name, Shapes::ShapeRef.new(shape: DatabaseName, location_name: "DatabaseName"))
|
1027
1122
|
Crawler.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1028
1123
|
Crawler.add_member(:classifiers, Shapes::ShapeRef.new(shape: ClassifierNameList, location_name: "Classifiers"))
|
1124
|
+
Crawler.add_member(:recrawl_policy, Shapes::ShapeRef.new(shape: RecrawlPolicy, location_name: "RecrawlPolicy"))
|
1029
1125
|
Crawler.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
|
1030
1126
|
Crawler.add_member(:state, Shapes::ShapeRef.new(shape: CrawlerState, location_name: "State"))
|
1031
1127
|
Crawler.add_member(:table_prefix, Shapes::ShapeRef.new(shape: TablePrefix, location_name: "TablePrefix"))
|
@@ -1097,6 +1193,7 @@ module Aws::Glue
|
|
1097
1193
|
CreateCrawlerRequest.add_member(:classifiers, Shapes::ShapeRef.new(shape: ClassifierNameList, location_name: "Classifiers"))
|
1098
1194
|
CreateCrawlerRequest.add_member(:table_prefix, Shapes::ShapeRef.new(shape: TablePrefix, location_name: "TablePrefix"))
|
1099
1195
|
CreateCrawlerRequest.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
|
1196
|
+
CreateCrawlerRequest.add_member(:recrawl_policy, Shapes::ShapeRef.new(shape: RecrawlPolicy, location_name: "RecrawlPolicy"))
|
1100
1197
|
CreateCrawlerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
|
1101
1198
|
CreateCrawlerRequest.add_member(:crawler_security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "CrawlerSecurityConfiguration"))
|
1102
1199
|
CreateCrawlerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
@@ -1203,6 +1300,7 @@ module Aws::Glue
|
|
1203
1300
|
CreateMLTransformRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
|
1204
1301
|
CreateMLTransformRequest.add_member(:max_retries, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxRetries"))
|
1205
1302
|
CreateMLTransformRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
1303
|
+
CreateMLTransformRequest.add_member(:transform_encryption, Shapes::ShapeRef.new(shape: TransformEncryption, location_name: "TransformEncryption"))
|
1206
1304
|
CreateMLTransformRequest.struct_class = Types::CreateMLTransformRequest
|
1207
1305
|
|
1208
1306
|
CreateMLTransformResponse.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
|
@@ -1216,6 +1314,42 @@ module Aws::Glue
|
|
1216
1314
|
|
1217
1315
|
CreatePartitionResponse.struct_class = Types::CreatePartitionResponse
|
1218
1316
|
|
1317
|
+
CreateRegistryInput.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, required: true, location_name: "RegistryName"))
|
1318
|
+
CreateRegistryInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1319
|
+
CreateRegistryInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
1320
|
+
CreateRegistryInput.struct_class = Types::CreateRegistryInput
|
1321
|
+
|
1322
|
+
CreateRegistryResponse.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
|
1323
|
+
CreateRegistryResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
|
1324
|
+
CreateRegistryResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1325
|
+
CreateRegistryResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
1326
|
+
CreateRegistryResponse.struct_class = Types::CreateRegistryResponse
|
1327
|
+
|
1328
|
+
CreateSchemaInput.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "RegistryId"))
|
1329
|
+
CreateSchemaInput.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, required: true, location_name: "SchemaName"))
|
1330
|
+
CreateSchemaInput.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, required: true, location_name: "DataFormat"))
|
1331
|
+
CreateSchemaInput.add_member(:compatibility, Shapes::ShapeRef.new(shape: Compatibility, location_name: "Compatibility"))
|
1332
|
+
CreateSchemaInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1333
|
+
CreateSchemaInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
1334
|
+
CreateSchemaInput.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaDefinitionString, location_name: "SchemaDefinition"))
|
1335
|
+
CreateSchemaInput.struct_class = Types::CreateSchemaInput
|
1336
|
+
|
1337
|
+
CreateSchemaResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
|
1338
|
+
CreateSchemaResponse.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
|
1339
|
+
CreateSchemaResponse.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
|
1340
|
+
CreateSchemaResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
|
1341
|
+
CreateSchemaResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1342
|
+
CreateSchemaResponse.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, location_name: "DataFormat"))
|
1343
|
+
CreateSchemaResponse.add_member(:compatibility, Shapes::ShapeRef.new(shape: Compatibility, location_name: "Compatibility"))
|
1344
|
+
CreateSchemaResponse.add_member(:schema_checkpoint, Shapes::ShapeRef.new(shape: SchemaCheckpointNumber, location_name: "SchemaCheckpoint"))
|
1345
|
+
CreateSchemaResponse.add_member(:latest_schema_version, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "LatestSchemaVersion"))
|
1346
|
+
CreateSchemaResponse.add_member(:next_schema_version, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "NextSchemaVersion"))
|
1347
|
+
CreateSchemaResponse.add_member(:schema_status, Shapes::ShapeRef.new(shape: SchemaStatus, location_name: "SchemaStatus"))
|
1348
|
+
CreateSchemaResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
1349
|
+
CreateSchemaResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
1350
|
+
CreateSchemaResponse.add_member(:schema_version_status, Shapes::ShapeRef.new(shape: SchemaVersionStatus, location_name: "SchemaVersionStatus"))
|
1351
|
+
CreateSchemaResponse.struct_class = Types::CreateSchemaResponse
|
1352
|
+
|
1219
1353
|
CreateScriptRequest.add_member(:dag_nodes, Shapes::ShapeRef.new(shape: DagNodes, location_name: "DagNodes"))
|
1220
1354
|
CreateScriptRequest.add_member(:dag_edges, Shapes::ShapeRef.new(shape: DagEdges, location_name: "DagEdges"))
|
1221
1355
|
CreateScriptRequest.add_member(:language, Shapes::ShapeRef.new(shape: Language, location_name: "Language"))
|
@@ -1408,12 +1542,35 @@ module Aws::Glue
|
|
1408
1542
|
|
1409
1543
|
DeletePartitionResponse.struct_class = Types::DeletePartitionResponse
|
1410
1544
|
|
1545
|
+
DeleteRegistryInput.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, required: true, location_name: "RegistryId"))
|
1546
|
+
DeleteRegistryInput.struct_class = Types::DeleteRegistryInput
|
1547
|
+
|
1548
|
+
DeleteRegistryResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
|
1549
|
+
DeleteRegistryResponse.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
|
1550
|
+
DeleteRegistryResponse.add_member(:status, Shapes::ShapeRef.new(shape: RegistryStatus, location_name: "Status"))
|
1551
|
+
DeleteRegistryResponse.struct_class = Types::DeleteRegistryResponse
|
1552
|
+
|
1411
1553
|
DeleteResourcePolicyRequest.add_member(:policy_hash_condition, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHashCondition"))
|
1412
1554
|
DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "ResourceArn"))
|
1413
1555
|
DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
|
1414
1556
|
|
1415
1557
|
DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
|
1416
1558
|
|
1559
|
+
DeleteSchemaInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
|
1560
|
+
DeleteSchemaInput.struct_class = Types::DeleteSchemaInput
|
1561
|
+
|
1562
|
+
DeleteSchemaResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
|
1563
|
+
DeleteSchemaResponse.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
|
1564
|
+
DeleteSchemaResponse.add_member(:status, Shapes::ShapeRef.new(shape: SchemaStatus, location_name: "Status"))
|
1565
|
+
DeleteSchemaResponse.struct_class = Types::DeleteSchemaResponse
|
1566
|
+
|
1567
|
+
DeleteSchemaVersionsInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
|
1568
|
+
DeleteSchemaVersionsInput.add_member(:versions, Shapes::ShapeRef.new(shape: VersionsString, required: true, location_name: "Versions"))
|
1569
|
+
DeleteSchemaVersionsInput.struct_class = Types::DeleteSchemaVersionsInput
|
1570
|
+
|
1571
|
+
DeleteSchemaVersionsResponse.add_member(:schema_version_errors, Shapes::ShapeRef.new(shape: SchemaVersionErrorList, location_name: "SchemaVersionErrors"))
|
1572
|
+
DeleteSchemaVersionsResponse.struct_class = Types::DeleteSchemaVersionsResponse
|
1573
|
+
|
1417
1574
|
DeleteSecurityConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1418
1575
|
DeleteSecurityConfigurationRequest.struct_class = Types::DeleteSecurityConfigurationRequest
|
1419
1576
|
|
@@ -1528,6 +1685,10 @@ module Aws::Glue
|
|
1528
1685
|
ErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
|
1529
1686
|
ErrorDetail.struct_class = Types::ErrorDetail
|
1530
1687
|
|
1688
|
+
ErrorDetails.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCodeString, location_name: "ErrorCode"))
|
1689
|
+
ErrorDetails.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessageString, location_name: "ErrorMessage"))
|
1690
|
+
ErrorDetails.struct_class = Types::ErrorDetails
|
1691
|
+
|
1531
1692
|
EvaluationMetrics.add_member(:transform_type, Shapes::ShapeRef.new(shape: TransformType, required: true, location_name: "TransformType"))
|
1532
1693
|
EvaluationMetrics.add_member(:find_matches_metrics, Shapes::ShapeRef.new(shape: FindMatchesMetrics, location_name: "FindMatchesMetrics"))
|
1533
1694
|
EvaluationMetrics.struct_class = Types::EvaluationMetrics
|
@@ -1778,6 +1939,7 @@ module Aws::Glue
|
|
1778
1939
|
GetMLTransformResponse.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
|
1779
1940
|
GetMLTransformResponse.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
|
1780
1941
|
GetMLTransformResponse.add_member(:max_retries, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxRetries"))
|
1942
|
+
GetMLTransformResponse.add_member(:transform_encryption, Shapes::ShapeRef.new(shape: TransformEncryption, location_name: "TransformEncryption"))
|
1781
1943
|
GetMLTransformResponse.struct_class = Types::GetMLTransformResponse
|
1782
1944
|
|
1783
1945
|
GetMLTransformsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
@@ -1842,6 +2004,17 @@ module Aws::Glue
|
|
1842
2004
|
GetPlanResponse.add_member(:scala_code, Shapes::ShapeRef.new(shape: ScalaCode, location_name: "ScalaCode"))
|
1843
2005
|
GetPlanResponse.struct_class = Types::GetPlanResponse
|
1844
2006
|
|
2007
|
+
GetRegistryInput.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, required: true, location_name: "RegistryId"))
|
2008
|
+
GetRegistryInput.struct_class = Types::GetRegistryInput
|
2009
|
+
|
2010
|
+
GetRegistryResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
|
2011
|
+
GetRegistryResponse.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
|
2012
|
+
GetRegistryResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
2013
|
+
GetRegistryResponse.add_member(:status, Shapes::ShapeRef.new(shape: RegistryStatus, location_name: "Status"))
|
2014
|
+
GetRegistryResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
|
2015
|
+
GetRegistryResponse.add_member(:updated_time, Shapes::ShapeRef.new(shape: UpdatedTimestamp, location_name: "UpdatedTime"))
|
2016
|
+
GetRegistryResponse.struct_class = Types::GetRegistryResponse
|
2017
|
+
|
1845
2018
|
GetResourcePoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
1846
2019
|
GetResourcePoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
1847
2020
|
GetResourcePoliciesRequest.struct_class = Types::GetResourcePoliciesRequest
|
@@ -1861,6 +2034,58 @@ module Aws::Glue
|
|
1861
2034
|
GetResourcePolicyResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdateTime"))
|
1862
2035
|
GetResourcePolicyResponse.struct_class = Types::GetResourcePolicyResponse
|
1863
2036
|
|
2037
|
+
GetSchemaByDefinitionInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
|
2038
|
+
GetSchemaByDefinitionInput.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaDefinitionString, required: true, location_name: "SchemaDefinition"))
|
2039
|
+
GetSchemaByDefinitionInput.struct_class = Types::GetSchemaByDefinitionInput
|
2040
|
+
|
2041
|
+
GetSchemaByDefinitionResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
2042
|
+
GetSchemaByDefinitionResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
|
2043
|
+
GetSchemaByDefinitionResponse.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, location_name: "DataFormat"))
|
2044
|
+
GetSchemaByDefinitionResponse.add_member(:status, Shapes::ShapeRef.new(shape: SchemaVersionStatus, location_name: "Status"))
|
2045
|
+
GetSchemaByDefinitionResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
|
2046
|
+
GetSchemaByDefinitionResponse.struct_class = Types::GetSchemaByDefinitionResponse
|
2047
|
+
|
2048
|
+
GetSchemaInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
|
2049
|
+
GetSchemaInput.struct_class = Types::GetSchemaInput
|
2050
|
+
|
2051
|
+
GetSchemaResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
|
2052
|
+
GetSchemaResponse.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
|
2053
|
+
GetSchemaResponse.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
|
2054
|
+
GetSchemaResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
|
2055
|
+
GetSchemaResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
2056
|
+
GetSchemaResponse.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, location_name: "DataFormat"))
|
2057
|
+
GetSchemaResponse.add_member(:compatibility, Shapes::ShapeRef.new(shape: Compatibility, location_name: "Compatibility"))
|
2058
|
+
GetSchemaResponse.add_member(:schema_checkpoint, Shapes::ShapeRef.new(shape: SchemaCheckpointNumber, location_name: "SchemaCheckpoint"))
|
2059
|
+
GetSchemaResponse.add_member(:latest_schema_version, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "LatestSchemaVersion"))
|
2060
|
+
GetSchemaResponse.add_member(:next_schema_version, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "NextSchemaVersion"))
|
2061
|
+
GetSchemaResponse.add_member(:schema_status, Shapes::ShapeRef.new(shape: SchemaStatus, location_name: "SchemaStatus"))
|
2062
|
+
GetSchemaResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
|
2063
|
+
GetSchemaResponse.add_member(:updated_time, Shapes::ShapeRef.new(shape: UpdatedTimestamp, location_name: "UpdatedTime"))
|
2064
|
+
GetSchemaResponse.struct_class = Types::GetSchemaResponse
|
2065
|
+
|
2066
|
+
GetSchemaVersionInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
|
2067
|
+
GetSchemaVersionInput.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
2068
|
+
GetSchemaVersionInput.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, location_name: "SchemaVersionNumber"))
|
2069
|
+
GetSchemaVersionInput.struct_class = Types::GetSchemaVersionInput
|
2070
|
+
|
2071
|
+
GetSchemaVersionResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
2072
|
+
GetSchemaVersionResponse.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaDefinitionString, location_name: "SchemaDefinition"))
|
2073
|
+
GetSchemaVersionResponse.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, location_name: "DataFormat"))
|
2074
|
+
GetSchemaVersionResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
|
2075
|
+
GetSchemaVersionResponse.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
|
2076
|
+
GetSchemaVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: SchemaVersionStatus, location_name: "Status"))
|
2077
|
+
GetSchemaVersionResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
|
2078
|
+
GetSchemaVersionResponse.struct_class = Types::GetSchemaVersionResponse
|
2079
|
+
|
2080
|
+
GetSchemaVersionsDiffInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
|
2081
|
+
GetSchemaVersionsDiffInput.add_member(:first_schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, required: true, location_name: "FirstSchemaVersionNumber"))
|
2082
|
+
GetSchemaVersionsDiffInput.add_member(:second_schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, required: true, location_name: "SecondSchemaVersionNumber"))
|
2083
|
+
GetSchemaVersionsDiffInput.add_member(:schema_diff_type, Shapes::ShapeRef.new(shape: SchemaDiffType, required: true, location_name: "SchemaDiffType"))
|
2084
|
+
GetSchemaVersionsDiffInput.struct_class = Types::GetSchemaVersionsDiffInput
|
2085
|
+
|
2086
|
+
GetSchemaVersionsDiffResponse.add_member(:diff, Shapes::ShapeRef.new(shape: SchemaDefinitionDiff, location_name: "Diff"))
|
2087
|
+
GetSchemaVersionsDiffResponse.struct_class = Types::GetSchemaVersionsDiffResponse
|
2088
|
+
|
1864
2089
|
GetSecurityConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1865
2090
|
GetSecurityConfigurationRequest.struct_class = Types::GetSecurityConfigurationRequest
|
1866
2091
|
|
@@ -2198,6 +2423,32 @@ module Aws::Glue
|
|
2198
2423
|
ListMLTransformsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
2199
2424
|
ListMLTransformsResponse.struct_class = Types::ListMLTransformsResponse
|
2200
2425
|
|
2426
|
+
ListRegistriesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsNumber, location_name: "MaxResults"))
|
2427
|
+
ListRegistriesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
|
2428
|
+
ListRegistriesInput.struct_class = Types::ListRegistriesInput
|
2429
|
+
|
2430
|
+
ListRegistriesResponse.add_member(:registries, Shapes::ShapeRef.new(shape: RegistryListDefinition, location_name: "Registries"))
|
2431
|
+
ListRegistriesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
|
2432
|
+
ListRegistriesResponse.struct_class = Types::ListRegistriesResponse
|
2433
|
+
|
2434
|
+
ListSchemaVersionsInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
|
2435
|
+
ListSchemaVersionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsNumber, location_name: "MaxResults"))
|
2436
|
+
ListSchemaVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
|
2437
|
+
ListSchemaVersionsInput.struct_class = Types::ListSchemaVersionsInput
|
2438
|
+
|
2439
|
+
ListSchemaVersionsResponse.add_member(:schemas, Shapes::ShapeRef.new(shape: SchemaVersionList, location_name: "Schemas"))
|
2440
|
+
ListSchemaVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
|
2441
|
+
ListSchemaVersionsResponse.struct_class = Types::ListSchemaVersionsResponse
|
2442
|
+
|
2443
|
+
ListSchemasInput.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "RegistryId"))
|
2444
|
+
ListSchemasInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsNumber, location_name: "MaxResults"))
|
2445
|
+
ListSchemasInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
|
2446
|
+
ListSchemasInput.struct_class = Types::ListSchemasInput
|
2447
|
+
|
2448
|
+
ListSchemasResponse.add_member(:schemas, Shapes::ShapeRef.new(shape: SchemaListDefinition, location_name: "Schemas"))
|
2449
|
+
ListSchemasResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
|
2450
|
+
ListSchemasResponse.struct_class = Types::ListSchemasResponse
|
2451
|
+
|
2201
2452
|
ListTriggersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
2202
2453
|
ListTriggersRequest.add_member(:dependent_job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DependentJobName"))
|
2203
2454
|
ListTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
@@ -2248,11 +2499,16 @@ module Aws::Glue
|
|
2248
2499
|
MLTransform.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
|
2249
2500
|
MLTransform.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
|
2250
2501
|
MLTransform.add_member(:max_retries, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxRetries"))
|
2502
|
+
MLTransform.add_member(:transform_encryption, Shapes::ShapeRef.new(shape: TransformEncryption, location_name: "TransformEncryption"))
|
2251
2503
|
MLTransform.struct_class = Types::MLTransform
|
2252
2504
|
|
2253
2505
|
MLTransformNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
2254
2506
|
MLTransformNotReadyException.struct_class = Types::MLTransformNotReadyException
|
2255
2507
|
|
2508
|
+
MLUserDataEncryption.add_member(:ml_user_data_encryption_mode, Shapes::ShapeRef.new(shape: MLUserDataEncryptionModeString, required: true, location_name: "MlUserDataEncryptionMode"))
|
2509
|
+
MLUserDataEncryption.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NameString, location_name: "KmsKeyId"))
|
2510
|
+
MLUserDataEncryption.struct_class = Types::MLUserDataEncryption
|
2511
|
+
|
2256
2512
|
MapValue.key = Shapes::ShapeRef.new(shape: GenericString)
|
2257
2513
|
MapValue.value = Shapes::ShapeRef.new(shape: GenericString)
|
2258
2514
|
|
@@ -2268,6 +2524,19 @@ module Aws::Glue
|
|
2268
2524
|
|
2269
2525
|
MatchCriteria.member = Shapes::ShapeRef.new(shape: NameString)
|
2270
2526
|
|
2527
|
+
MetadataInfo.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
|
2528
|
+
MetadataInfo.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
|
2529
|
+
MetadataInfo.struct_class = Types::MetadataInfo
|
2530
|
+
|
2531
|
+
MetadataInfoMap.key = Shapes::ShapeRef.new(shape: MetadataKeyString)
|
2532
|
+
MetadataInfoMap.value = Shapes::ShapeRef.new(shape: MetadataInfo)
|
2533
|
+
|
2534
|
+
MetadataKeyValuePair.add_member(:metadata_key, Shapes::ShapeRef.new(shape: MetadataKeyString, location_name: "MetadataKey"))
|
2535
|
+
MetadataKeyValuePair.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
|
2536
|
+
MetadataKeyValuePair.struct_class = Types::MetadataKeyValuePair
|
2537
|
+
|
2538
|
+
MetadataList.member = Shapes::ShapeRef.new(shape: MetadataKeyValuePair)
|
2539
|
+
|
2271
2540
|
MongoDBTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
2272
2541
|
MongoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
2273
2542
|
MongoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ScanAll"))
|
@@ -2401,6 +2670,22 @@ module Aws::Glue
|
|
2401
2670
|
PutResourcePolicyResponse.add_member(:policy_hash, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHash"))
|
2402
2671
|
PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
|
2403
2672
|
|
2673
|
+
PutSchemaVersionMetadataInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
|
2674
|
+
PutSchemaVersionMetadataInput.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, location_name: "SchemaVersionNumber"))
|
2675
|
+
PutSchemaVersionMetadataInput.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
2676
|
+
PutSchemaVersionMetadataInput.add_member(:metadata_key_value, Shapes::ShapeRef.new(shape: MetadataKeyValuePair, required: true, location_name: "MetadataKeyValue"))
|
2677
|
+
PutSchemaVersionMetadataInput.struct_class = Types::PutSchemaVersionMetadataInput
|
2678
|
+
|
2679
|
+
PutSchemaVersionMetadataResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
|
2680
|
+
PutSchemaVersionMetadataResponse.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
|
2681
|
+
PutSchemaVersionMetadataResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
|
2682
|
+
PutSchemaVersionMetadataResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: LatestSchemaVersionBoolean, location_name: "LatestVersion"))
|
2683
|
+
PutSchemaVersionMetadataResponse.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
|
2684
|
+
PutSchemaVersionMetadataResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
2685
|
+
PutSchemaVersionMetadataResponse.add_member(:metadata_key, Shapes::ShapeRef.new(shape: MetadataKeyString, location_name: "MetadataKey"))
|
2686
|
+
PutSchemaVersionMetadataResponse.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
|
2687
|
+
PutSchemaVersionMetadataResponse.struct_class = Types::PutSchemaVersionMetadataResponse
|
2688
|
+
|
2404
2689
|
PutWorkflowRunPropertiesRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2405
2690
|
PutWorkflowRunPropertiesRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, required: true, location_name: "RunId"))
|
2406
2691
|
PutWorkflowRunPropertiesRequest.add_member(:run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, required: true, location_name: "RunProperties"))
|
@@ -2408,6 +2693,61 @@ module Aws::Glue
|
|
2408
2693
|
|
2409
2694
|
PutWorkflowRunPropertiesResponse.struct_class = Types::PutWorkflowRunPropertiesResponse
|
2410
2695
|
|
2696
|
+
QuerySchemaVersionMetadataInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
|
2697
|
+
QuerySchemaVersionMetadataInput.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, location_name: "SchemaVersionNumber"))
|
2698
|
+
QuerySchemaVersionMetadataInput.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
2699
|
+
QuerySchemaVersionMetadataInput.add_member(:metadata_list, Shapes::ShapeRef.new(shape: MetadataList, location_name: "MetadataList"))
|
2700
|
+
QuerySchemaVersionMetadataInput.add_member(:max_results, Shapes::ShapeRef.new(shape: QuerySchemaVersionMetadataMaxResults, location_name: "MaxResults"))
|
2701
|
+
QuerySchemaVersionMetadataInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
|
2702
|
+
QuerySchemaVersionMetadataInput.struct_class = Types::QuerySchemaVersionMetadataInput
|
2703
|
+
|
2704
|
+
QuerySchemaVersionMetadataResponse.add_member(:metadata_info_map, Shapes::ShapeRef.new(shape: MetadataInfoMap, location_name: "MetadataInfoMap"))
|
2705
|
+
QuerySchemaVersionMetadataResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
2706
|
+
QuerySchemaVersionMetadataResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
|
2707
|
+
QuerySchemaVersionMetadataResponse.struct_class = Types::QuerySchemaVersionMetadataResponse
|
2708
|
+
|
2709
|
+
RecrawlPolicy.add_member(:recrawl_behavior, Shapes::ShapeRef.new(shape: RecrawlBehavior, location_name: "RecrawlBehavior"))
|
2710
|
+
RecrawlPolicy.struct_class = Types::RecrawlPolicy
|
2711
|
+
|
2712
|
+
RegisterSchemaVersionInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
|
2713
|
+
RegisterSchemaVersionInput.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaDefinitionString, required: true, location_name: "SchemaDefinition"))
|
2714
|
+
RegisterSchemaVersionInput.struct_class = Types::RegisterSchemaVersionInput
|
2715
|
+
|
2716
|
+
RegisterSchemaVersionResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
2717
|
+
RegisterSchemaVersionResponse.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
|
2718
|
+
RegisterSchemaVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: SchemaVersionStatus, location_name: "Status"))
|
2719
|
+
RegisterSchemaVersionResponse.struct_class = Types::RegisterSchemaVersionResponse
|
2720
|
+
|
2721
|
+
RegistryId.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
|
2722
|
+
RegistryId.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
|
2723
|
+
RegistryId.struct_class = Types::RegistryId
|
2724
|
+
|
2725
|
+
RegistryListDefinition.member = Shapes::ShapeRef.new(shape: RegistryListItem)
|
2726
|
+
|
2727
|
+
RegistryListItem.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
|
2728
|
+
RegistryListItem.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
|
2729
|
+
RegistryListItem.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
2730
|
+
RegistryListItem.add_member(:status, Shapes::ShapeRef.new(shape: RegistryStatus, location_name: "Status"))
|
2731
|
+
RegistryListItem.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
|
2732
|
+
RegistryListItem.add_member(:updated_time, Shapes::ShapeRef.new(shape: UpdatedTimestamp, location_name: "UpdatedTime"))
|
2733
|
+
RegistryListItem.struct_class = Types::RegistryListItem
|
2734
|
+
|
2735
|
+
RemoveSchemaVersionMetadataInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
|
2736
|
+
RemoveSchemaVersionMetadataInput.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, location_name: "SchemaVersionNumber"))
|
2737
|
+
RemoveSchemaVersionMetadataInput.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
2738
|
+
RemoveSchemaVersionMetadataInput.add_member(:metadata_key_value, Shapes::ShapeRef.new(shape: MetadataKeyValuePair, required: true, location_name: "MetadataKeyValue"))
|
2739
|
+
RemoveSchemaVersionMetadataInput.struct_class = Types::RemoveSchemaVersionMetadataInput
|
2740
|
+
|
2741
|
+
RemoveSchemaVersionMetadataResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
|
2742
|
+
RemoveSchemaVersionMetadataResponse.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
|
2743
|
+
RemoveSchemaVersionMetadataResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
|
2744
|
+
RemoveSchemaVersionMetadataResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: LatestSchemaVersionBoolean, location_name: "LatestVersion"))
|
2745
|
+
RemoveSchemaVersionMetadataResponse.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
|
2746
|
+
RemoveSchemaVersionMetadataResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
2747
|
+
RemoveSchemaVersionMetadataResponse.add_member(:metadata_key, Shapes::ShapeRef.new(shape: MetadataKeyString, location_name: "MetadataKey"))
|
2748
|
+
RemoveSchemaVersionMetadataResponse.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
|
2749
|
+
RemoveSchemaVersionMetadataResponse.struct_class = Types::RemoveSchemaVersionMetadataResponse
|
2750
|
+
|
2411
2751
|
ResetJobBookmarkRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
|
2412
2752
|
ResetJobBookmarkRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "RunId"))
|
2413
2753
|
ResetJobBookmarkRequest.struct_class = Types::ResetJobBookmarkRequest
|
@@ -2467,6 +2807,46 @@ module Aws::Glue
|
|
2467
2807
|
SchemaColumn.add_member(:data_type, Shapes::ShapeRef.new(shape: ColumnTypeString, location_name: "DataType"))
|
2468
2808
|
SchemaColumn.struct_class = Types::SchemaColumn
|
2469
2809
|
|
2810
|
+
SchemaId.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
|
2811
|
+
SchemaId.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
|
2812
|
+
SchemaId.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
|
2813
|
+
SchemaId.struct_class = Types::SchemaId
|
2814
|
+
|
2815
|
+
SchemaListDefinition.member = Shapes::ShapeRef.new(shape: SchemaListItem)
|
2816
|
+
|
2817
|
+
SchemaListItem.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
|
2818
|
+
SchemaListItem.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
|
2819
|
+
SchemaListItem.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
|
2820
|
+
SchemaListItem.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
2821
|
+
SchemaListItem.add_member(:schema_status, Shapes::ShapeRef.new(shape: SchemaStatus, location_name: "SchemaStatus"))
|
2822
|
+
SchemaListItem.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
|
2823
|
+
SchemaListItem.add_member(:updated_time, Shapes::ShapeRef.new(shape: UpdatedTimestamp, location_name: "UpdatedTime"))
|
2824
|
+
SchemaListItem.struct_class = Types::SchemaListItem
|
2825
|
+
|
2826
|
+
SchemaReference.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
|
2827
|
+
SchemaReference.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
2828
|
+
SchemaReference.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "SchemaVersionNumber", metadata: {"box"=>true}))
|
2829
|
+
SchemaReference.struct_class = Types::SchemaReference
|
2830
|
+
|
2831
|
+
SchemaVersionErrorItem.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
|
2832
|
+
SchemaVersionErrorItem.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "ErrorDetails"))
|
2833
|
+
SchemaVersionErrorItem.struct_class = Types::SchemaVersionErrorItem
|
2834
|
+
|
2835
|
+
SchemaVersionErrorList.member = Shapes::ShapeRef.new(shape: SchemaVersionErrorItem)
|
2836
|
+
|
2837
|
+
SchemaVersionList.member = Shapes::ShapeRef.new(shape: SchemaVersionListItem)
|
2838
|
+
|
2839
|
+
SchemaVersionListItem.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
|
2840
|
+
SchemaVersionListItem.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
2841
|
+
SchemaVersionListItem.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
|
2842
|
+
SchemaVersionListItem.add_member(:status, Shapes::ShapeRef.new(shape: SchemaVersionStatus, location_name: "Status"))
|
2843
|
+
SchemaVersionListItem.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
|
2844
|
+
SchemaVersionListItem.struct_class = Types::SchemaVersionListItem
|
2845
|
+
|
2846
|
+
SchemaVersionNumber.add_member(:latest_version, Shapes::ShapeRef.new(shape: LatestSchemaVersionBoolean, location_name: "LatestVersion"))
|
2847
|
+
SchemaVersionNumber.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
|
2848
|
+
SchemaVersionNumber.struct_class = Types::SchemaVersionNumber
|
2849
|
+
|
2470
2850
|
SearchPropertyPredicates.member = Shapes::ShapeRef.new(shape: PropertyPredicate)
|
2471
2851
|
|
2472
2852
|
SearchTablesRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
@@ -2610,6 +2990,7 @@ module Aws::Glue
|
|
2610
2990
|
StorageDescriptor.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
2611
2991
|
StorageDescriptor.add_member(:skewed_info, Shapes::ShapeRef.new(shape: SkewedInfo, location_name: "SkewedInfo"))
|
2612
2992
|
StorageDescriptor.add_member(:stored_as_sub_directories, Shapes::ShapeRef.new(shape: Boolean, location_name: "StoredAsSubDirectories"))
|
2993
|
+
StorageDescriptor.add_member(:schema_reference, Shapes::ShapeRef.new(shape: SchemaReference, location_name: "SchemaReference"))
|
2613
2994
|
StorageDescriptor.struct_class = Types::StorageDescriptor
|
2614
2995
|
|
2615
2996
|
StringColumnStatisticsData.add_member(:maximum_length, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "MaximumLength"))
|
@@ -2722,6 +3103,10 @@ module Aws::Glue
|
|
2722
3103
|
TaskRunSortCriteria.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirectionType, required: true, location_name: "SortDirection"))
|
2723
3104
|
TaskRunSortCriteria.struct_class = Types::TaskRunSortCriteria
|
2724
3105
|
|
3106
|
+
TransformEncryption.add_member(:ml_user_data_encryption, Shapes::ShapeRef.new(shape: MLUserDataEncryption, location_name: "MlUserDataEncryption"))
|
3107
|
+
TransformEncryption.add_member(:task_run_security_configuration_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TaskRunSecurityConfigurationName"))
|
3108
|
+
TransformEncryption.struct_class = Types::TransformEncryption
|
3109
|
+
|
2725
3110
|
TransformFilterCriteria.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
2726
3111
|
TransformFilterCriteria.add_member(:transform_type, Shapes::ShapeRef.new(shape: TransformType, location_name: "TransformType"))
|
2727
3112
|
TransformFilterCriteria.add_member(:status, Shapes::ShapeRef.new(shape: TransformStatusType, location_name: "Status"))
|
@@ -2823,6 +3208,7 @@ module Aws::Glue
|
|
2823
3208
|
UpdateCrawlerRequest.add_member(:classifiers, Shapes::ShapeRef.new(shape: ClassifierNameList, location_name: "Classifiers"))
|
2824
3209
|
UpdateCrawlerRequest.add_member(:table_prefix, Shapes::ShapeRef.new(shape: TablePrefix, location_name: "TablePrefix"))
|
2825
3210
|
UpdateCrawlerRequest.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
|
3211
|
+
UpdateCrawlerRequest.add_member(:recrawl_policy, Shapes::ShapeRef.new(shape: RecrawlPolicy, location_name: "RecrawlPolicy"))
|
2826
3212
|
UpdateCrawlerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
|
2827
3213
|
UpdateCrawlerRequest.add_member(:crawler_security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "CrawlerSecurityConfiguration"))
|
2828
3214
|
UpdateCrawlerRequest.struct_class = Types::UpdateCrawlerRequest
|
@@ -2905,6 +3291,25 @@ module Aws::Glue
|
|
2905
3291
|
|
2906
3292
|
UpdatePartitionResponse.struct_class = Types::UpdatePartitionResponse
|
2907
3293
|
|
3294
|
+
UpdateRegistryInput.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, required: true, location_name: "RegistryId"))
|
3295
|
+
UpdateRegistryInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, required: true, location_name: "Description"))
|
3296
|
+
UpdateRegistryInput.struct_class = Types::UpdateRegistryInput
|
3297
|
+
|
3298
|
+
UpdateRegistryResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
|
3299
|
+
UpdateRegistryResponse.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
|
3300
|
+
UpdateRegistryResponse.struct_class = Types::UpdateRegistryResponse
|
3301
|
+
|
3302
|
+
UpdateSchemaInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
|
3303
|
+
UpdateSchemaInput.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, location_name: "SchemaVersionNumber"))
|
3304
|
+
UpdateSchemaInput.add_member(:compatibility, Shapes::ShapeRef.new(shape: Compatibility, location_name: "Compatibility"))
|
3305
|
+
UpdateSchemaInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
3306
|
+
UpdateSchemaInput.struct_class = Types::UpdateSchemaInput
|
3307
|
+
|
3308
|
+
UpdateSchemaResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
|
3309
|
+
UpdateSchemaResponse.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
|
3310
|
+
UpdateSchemaResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
|
3311
|
+
UpdateSchemaResponse.struct_class = Types::UpdateSchemaResponse
|
3312
|
+
|
2908
3313
|
UpdateTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
2909
3314
|
UpdateTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
2910
3315
|
UpdateTableRequest.add_member(:table_input, Shapes::ShapeRef.new(shape: TableInput, required: true, location_name: "TableInput"))
|
@@ -3203,6 +3608,17 @@ module Aws::Glue
|
|
3203
3608
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3204
3609
|
end)
|
3205
3610
|
|
3611
|
+
api.add_operation(:check_schema_version_validity, Seahorse::Model::Operation.new.tap do |o|
|
3612
|
+
o.name = "CheckSchemaVersionValidity"
|
3613
|
+
o.http_method = "POST"
|
3614
|
+
o.http_request_uri = "/"
|
3615
|
+
o.input = Shapes::ShapeRef.new(shape: CheckSchemaVersionValidityInput)
|
3616
|
+
o.output = Shapes::ShapeRef.new(shape: CheckSchemaVersionValidityResponse)
|
3617
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3618
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3619
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3620
|
+
end)
|
3621
|
+
|
3206
3622
|
api.add_operation(:create_classifier, Seahorse::Model::Operation.new.tap do |o|
|
3207
3623
|
o.name = "CreateClassifier"
|
3208
3624
|
o.http_method = "POST"
|
@@ -3314,6 +3730,33 @@ module Aws::Glue
|
|
3314
3730
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
3315
3731
|
end)
|
3316
3732
|
|
3733
|
+
api.add_operation(:create_registry, Seahorse::Model::Operation.new.tap do |o|
|
3734
|
+
o.name = "CreateRegistry"
|
3735
|
+
o.http_method = "POST"
|
3736
|
+
o.http_request_uri = "/"
|
3737
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRegistryInput)
|
3738
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRegistryResponse)
|
3739
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3740
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3741
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
3742
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
3743
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3744
|
+
end)
|
3745
|
+
|
3746
|
+
api.add_operation(:create_schema, Seahorse::Model::Operation.new.tap do |o|
|
3747
|
+
o.name = "CreateSchema"
|
3748
|
+
o.http_method = "POST"
|
3749
|
+
o.http_request_uri = "/"
|
3750
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSchemaInput)
|
3751
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSchemaResponse)
|
3752
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3753
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3754
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3755
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
3756
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
3757
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3758
|
+
end)
|
3759
|
+
|
3317
3760
|
api.add_operation(:create_script, Seahorse::Model::Operation.new.tap do |o|
|
3318
3761
|
o.name = "CreateScript"
|
3319
3762
|
o.http_method = "POST"
|
@@ -3515,6 +3958,18 @@ module Aws::Glue
|
|
3515
3958
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3516
3959
|
end)
|
3517
3960
|
|
3961
|
+
api.add_operation(:delete_registry, Seahorse::Model::Operation.new.tap do |o|
|
3962
|
+
o.name = "DeleteRegistry"
|
3963
|
+
o.http_method = "POST"
|
3964
|
+
o.http_request_uri = "/"
|
3965
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRegistryInput)
|
3966
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteRegistryResponse)
|
3967
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3968
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3969
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3970
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3971
|
+
end)
|
3972
|
+
|
3518
3973
|
api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
3519
3974
|
o.name = "DeleteResourcePolicy"
|
3520
3975
|
o.http_method = "POST"
|
@@ -3528,6 +3983,30 @@ module Aws::Glue
|
|
3528
3983
|
o.errors << Shapes::ShapeRef.new(shape: ConditionCheckFailureException)
|
3529
3984
|
end)
|
3530
3985
|
|
3986
|
+
api.add_operation(:delete_schema, Seahorse::Model::Operation.new.tap do |o|
|
3987
|
+
o.name = "DeleteSchema"
|
3988
|
+
o.http_method = "POST"
|
3989
|
+
o.http_request_uri = "/"
|
3990
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSchemaInput)
|
3991
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSchemaResponse)
|
3992
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3993
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3994
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3995
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3996
|
+
end)
|
3997
|
+
|
3998
|
+
api.add_operation(:delete_schema_versions, Seahorse::Model::Operation.new.tap do |o|
|
3999
|
+
o.name = "DeleteSchemaVersions"
|
4000
|
+
o.http_method = "POST"
|
4001
|
+
o.http_request_uri = "/"
|
4002
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSchemaVersionsInput)
|
4003
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteSchemaVersionsResponse)
|
4004
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4005
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4006
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4007
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
4008
|
+
end)
|
4009
|
+
|
3531
4010
|
api.add_operation(:delete_security_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3532
4011
|
o.name = "DeleteSecurityConfiguration"
|
3533
4012
|
o.http_method = "POST"
|
@@ -4020,6 +4499,18 @@ module Aws::Glue
|
|
4020
4499
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
4021
4500
|
end)
|
4022
4501
|
|
4502
|
+
api.add_operation(:get_registry, Seahorse::Model::Operation.new.tap do |o|
|
4503
|
+
o.name = "GetRegistry"
|
4504
|
+
o.http_method = "POST"
|
4505
|
+
o.http_request_uri = "/"
|
4506
|
+
o.input = Shapes::ShapeRef.new(shape: GetRegistryInput)
|
4507
|
+
o.output = Shapes::ShapeRef.new(shape: GetRegistryResponse)
|
4508
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4509
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4510
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4511
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4512
|
+
end)
|
4513
|
+
|
4023
4514
|
api.add_operation(:get_resource_policies, Seahorse::Model::Operation.new.tap do |o|
|
4024
4515
|
o.name = "GetResourcePolicies"
|
4025
4516
|
o.http_method = "POST"
|
@@ -4030,6 +4521,12 @@ module Aws::Glue
|
|
4030
4521
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
4031
4522
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4032
4523
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
4524
|
+
o[:pager] = Aws::Pager.new(
|
4525
|
+
limit_key: "max_results",
|
4526
|
+
tokens: {
|
4527
|
+
"next_token" => "next_token"
|
4528
|
+
}
|
4529
|
+
)
|
4033
4530
|
end)
|
4034
4531
|
|
4035
4532
|
api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4044,6 +4541,54 @@ module Aws::Glue
|
|
4044
4541
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4045
4542
|
end)
|
4046
4543
|
|
4544
|
+
api.add_operation(:get_schema, Seahorse::Model::Operation.new.tap do |o|
|
4545
|
+
o.name = "GetSchema"
|
4546
|
+
o.http_method = "POST"
|
4547
|
+
o.http_request_uri = "/"
|
4548
|
+
o.input = Shapes::ShapeRef.new(shape: GetSchemaInput)
|
4549
|
+
o.output = Shapes::ShapeRef.new(shape: GetSchemaResponse)
|
4550
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4551
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4552
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4553
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4554
|
+
end)
|
4555
|
+
|
4556
|
+
api.add_operation(:get_schema_by_definition, Seahorse::Model::Operation.new.tap do |o|
|
4557
|
+
o.name = "GetSchemaByDefinition"
|
4558
|
+
o.http_method = "POST"
|
4559
|
+
o.http_request_uri = "/"
|
4560
|
+
o.input = Shapes::ShapeRef.new(shape: GetSchemaByDefinitionInput)
|
4561
|
+
o.output = Shapes::ShapeRef.new(shape: GetSchemaByDefinitionResponse)
|
4562
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4563
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4564
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4565
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4566
|
+
end)
|
4567
|
+
|
4568
|
+
api.add_operation(:get_schema_version, Seahorse::Model::Operation.new.tap do |o|
|
4569
|
+
o.name = "GetSchemaVersion"
|
4570
|
+
o.http_method = "POST"
|
4571
|
+
o.http_request_uri = "/"
|
4572
|
+
o.input = Shapes::ShapeRef.new(shape: GetSchemaVersionInput)
|
4573
|
+
o.output = Shapes::ShapeRef.new(shape: GetSchemaVersionResponse)
|
4574
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4575
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4576
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4577
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4578
|
+
end)
|
4579
|
+
|
4580
|
+
api.add_operation(:get_schema_versions_diff, Seahorse::Model::Operation.new.tap do |o|
|
4581
|
+
o.name = "GetSchemaVersionsDiff"
|
4582
|
+
o.http_method = "POST"
|
4583
|
+
o.http_request_uri = "/"
|
4584
|
+
o.input = Shapes::ShapeRef.new(shape: GetSchemaVersionsDiffInput)
|
4585
|
+
o.output = Shapes::ShapeRef.new(shape: GetSchemaVersionsDiffResponse)
|
4586
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4587
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4588
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4589
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4590
|
+
end)
|
4591
|
+
|
4047
4592
|
api.add_operation(:get_security_configuration, Seahorse::Model::Operation.new.tap do |o|
|
4048
4593
|
o.name = "GetSecurityConfiguration"
|
4049
4594
|
o.http_method = "POST"
|
@@ -4345,6 +4890,59 @@ module Aws::Glue
|
|
4345
4890
|
)
|
4346
4891
|
end)
|
4347
4892
|
|
4893
|
+
api.add_operation(:list_registries, Seahorse::Model::Operation.new.tap do |o|
|
4894
|
+
o.name = "ListRegistries"
|
4895
|
+
o.http_method = "POST"
|
4896
|
+
o.http_request_uri = "/"
|
4897
|
+
o.input = Shapes::ShapeRef.new(shape: ListRegistriesInput)
|
4898
|
+
o.output = Shapes::ShapeRef.new(shape: ListRegistriesResponse)
|
4899
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4900
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4901
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4902
|
+
o[:pager] = Aws::Pager.new(
|
4903
|
+
limit_key: "max_results",
|
4904
|
+
tokens: {
|
4905
|
+
"next_token" => "next_token"
|
4906
|
+
}
|
4907
|
+
)
|
4908
|
+
end)
|
4909
|
+
|
4910
|
+
api.add_operation(:list_schema_versions, Seahorse::Model::Operation.new.tap do |o|
|
4911
|
+
o.name = "ListSchemaVersions"
|
4912
|
+
o.http_method = "POST"
|
4913
|
+
o.http_request_uri = "/"
|
4914
|
+
o.input = Shapes::ShapeRef.new(shape: ListSchemaVersionsInput)
|
4915
|
+
o.output = Shapes::ShapeRef.new(shape: ListSchemaVersionsResponse)
|
4916
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4917
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4918
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4919
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4920
|
+
o[:pager] = Aws::Pager.new(
|
4921
|
+
limit_key: "max_results",
|
4922
|
+
tokens: {
|
4923
|
+
"next_token" => "next_token"
|
4924
|
+
}
|
4925
|
+
)
|
4926
|
+
end)
|
4927
|
+
|
4928
|
+
api.add_operation(:list_schemas, Seahorse::Model::Operation.new.tap do |o|
|
4929
|
+
o.name = "ListSchemas"
|
4930
|
+
o.http_method = "POST"
|
4931
|
+
o.http_request_uri = "/"
|
4932
|
+
o.input = Shapes::ShapeRef.new(shape: ListSchemasInput)
|
4933
|
+
o.output = Shapes::ShapeRef.new(shape: ListSchemasResponse)
|
4934
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4935
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4936
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4937
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4938
|
+
o[:pager] = Aws::Pager.new(
|
4939
|
+
limit_key: "max_results",
|
4940
|
+
tokens: {
|
4941
|
+
"next_token" => "next_token"
|
4942
|
+
}
|
4943
|
+
)
|
4944
|
+
end)
|
4945
|
+
|
4348
4946
|
api.add_operation(:list_triggers, Seahorse::Model::Operation.new.tap do |o|
|
4349
4947
|
o.name = "ListTriggers"
|
4350
4948
|
o.http_method = "POST"
|
@@ -4404,6 +5002,19 @@ module Aws::Glue
|
|
4404
5002
|
o.errors << Shapes::ShapeRef.new(shape: ConditionCheckFailureException)
|
4405
5003
|
end)
|
4406
5004
|
|
5005
|
+
api.add_operation(:put_schema_version_metadata, Seahorse::Model::Operation.new.tap do |o|
|
5006
|
+
o.name = "PutSchemaVersionMetadata"
|
5007
|
+
o.http_method = "POST"
|
5008
|
+
o.http_request_uri = "/"
|
5009
|
+
o.input = Shapes::ShapeRef.new(shape: PutSchemaVersionMetadataInput)
|
5010
|
+
o.output = Shapes::ShapeRef.new(shape: PutSchemaVersionMetadataResponse)
|
5011
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
5012
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5013
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
5014
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
5015
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
5016
|
+
end)
|
5017
|
+
|
4407
5018
|
api.add_operation(:put_workflow_run_properties, Seahorse::Model::Operation.new.tap do |o|
|
4408
5019
|
o.name = "PutWorkflowRunProperties"
|
4409
5020
|
o.http_method = "POST"
|
@@ -4419,6 +5030,42 @@ module Aws::Glue
|
|
4419
5030
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
4420
5031
|
end)
|
4421
5032
|
|
5033
|
+
api.add_operation(:query_schema_version_metadata, Seahorse::Model::Operation.new.tap do |o|
|
5034
|
+
o.name = "QuerySchemaVersionMetadata"
|
5035
|
+
o.http_method = "POST"
|
5036
|
+
o.http_request_uri = "/"
|
5037
|
+
o.input = Shapes::ShapeRef.new(shape: QuerySchemaVersionMetadataInput)
|
5038
|
+
o.output = Shapes::ShapeRef.new(shape: QuerySchemaVersionMetadataResponse)
|
5039
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
5040
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5041
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
5042
|
+
end)
|
5043
|
+
|
5044
|
+
api.add_operation(:register_schema_version, Seahorse::Model::Operation.new.tap do |o|
|
5045
|
+
o.name = "RegisterSchemaVersion"
|
5046
|
+
o.http_method = "POST"
|
5047
|
+
o.http_request_uri = "/"
|
5048
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterSchemaVersionInput)
|
5049
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterSchemaVersionResponse)
|
5050
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
5051
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5052
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
5053
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
5054
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
5055
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
5056
|
+
end)
|
5057
|
+
|
5058
|
+
api.add_operation(:remove_schema_version_metadata, Seahorse::Model::Operation.new.tap do |o|
|
5059
|
+
o.name = "RemoveSchemaVersionMetadata"
|
5060
|
+
o.http_method = "POST"
|
5061
|
+
o.http_request_uri = "/"
|
5062
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveSchemaVersionMetadataInput)
|
5063
|
+
o.output = Shapes::ShapeRef.new(shape: RemoveSchemaVersionMetadataResponse)
|
5064
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
5065
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5066
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
5067
|
+
end)
|
5068
|
+
|
4422
5069
|
api.add_operation(:reset_job_bookmark, Seahorse::Model::Operation.new.tap do |o|
|
4423
5070
|
o.name = "ResetJobBookmark"
|
4424
5071
|
o.http_method = "POST"
|
@@ -4796,6 +5443,32 @@ module Aws::Glue
|
|
4796
5443
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
4797
5444
|
end)
|
4798
5445
|
|
5446
|
+
api.add_operation(:update_registry, Seahorse::Model::Operation.new.tap do |o|
|
5447
|
+
o.name = "UpdateRegistry"
|
5448
|
+
o.http_method = "POST"
|
5449
|
+
o.http_request_uri = "/"
|
5450
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateRegistryInput)
|
5451
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateRegistryResponse)
|
5452
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
5453
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5454
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
5455
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
5456
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
5457
|
+
end)
|
5458
|
+
|
5459
|
+
api.add_operation(:update_schema, Seahorse::Model::Operation.new.tap do |o|
|
5460
|
+
o.name = "UpdateSchema"
|
5461
|
+
o.http_method = "POST"
|
5462
|
+
o.http_request_uri = "/"
|
5463
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSchemaInput)
|
5464
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSchemaResponse)
|
5465
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
5466
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5467
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
5468
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
5469
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
5470
|
+
end)
|
5471
|
+
|
4799
5472
|
api.add_operation(:update_table, Seahorse::Model::Operation.new.tap do |o|
|
4800
5473
|
o.name = "UpdateTable"
|
4801
5474
|
o.http_method = "POST"
|