aws-sdk-glue 1.78.0 → 1.79.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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')
@@ -435,9 +471,16 @@ module Aws::Glue
435
471
  MappingList = Shapes::ListShape.new(name: 'MappingList')
436
472
  MatchCriteria = Shapes::ListShape.new(name: 'MatchCriteria')
437
473
  MaxConcurrentRuns = Shapes::IntegerShape.new(name: 'MaxConcurrentRuns')
474
+ MaxResultsNumber = Shapes::IntegerShape.new(name: 'MaxResultsNumber')
438
475
  MaxRetries = Shapes::IntegerShape.new(name: 'MaxRetries')
439
476
  MessagePrefix = Shapes::StringShape.new(name: 'MessagePrefix')
440
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')
441
484
  MillisecondsCount = Shapes::IntegerShape.new(name: 'MillisecondsCount')
442
485
  MongoDBTarget = Shapes::StructureShape.new(name: 'MongoDBTarget')
443
486
  MongoDBTargetList = Shapes::ListShape.new(name: 'MongoDBTargetList')
@@ -495,13 +538,26 @@ module Aws::Glue
495
538
  PutDataCatalogEncryptionSettingsResponse = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsResponse')
496
539
  PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
497
540
  PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
541
+ PutSchemaVersionMetadataInput = Shapes::StructureShape.new(name: 'PutSchemaVersionMetadataInput')
542
+ PutSchemaVersionMetadataResponse = Shapes::StructureShape.new(name: 'PutSchemaVersionMetadataResponse')
498
543
  PutWorkflowRunPropertiesRequest = Shapes::StructureShape.new(name: 'PutWorkflowRunPropertiesRequest')
499
544
  PutWorkflowRunPropertiesResponse = Shapes::StructureShape.new(name: 'PutWorkflowRunPropertiesResponse')
500
545
  PythonScript = Shapes::StringShape.new(name: 'PythonScript')
501
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')
502
550
  RecordsCount = Shapes::IntegerShape.new(name: 'RecordsCount')
503
551
  RecrawlBehavior = Shapes::StringShape.new(name: 'RecrawlBehavior')
504
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')
505
561
  ReplaceBoolean = Shapes::BooleanShape.new(name: 'ReplaceBoolean')
506
562
  ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
507
563
  ResetJobBookmarkResponse = Shapes::StructureShape.new(name: 'ResetJobBookmarkResponse')
@@ -529,8 +585,27 @@ module Aws::Glue
529
585
  SchedulerRunningException = Shapes::StructureShape.new(name: 'SchedulerRunningException')
530
586
  SchedulerTransitioningException = Shapes::StructureShape.new(name: 'SchedulerTransitioningException')
531
587
  SchemaChangePolicy = Shapes::StructureShape.new(name: 'SchemaChangePolicy')
588
+ SchemaCheckpointNumber = Shapes::IntegerShape.new(name: 'SchemaCheckpointNumber')
532
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')
533
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')
534
609
  ScriptLocationString = Shapes::StringShape.new(name: 'ScriptLocationString')
535
610
  SearchPropertyPredicates = Shapes::ListShape.new(name: 'SearchPropertyPredicates')
536
611
  SearchTablesRequest = Shapes::StructureShape.new(name: 'SearchTablesRequest')
@@ -653,6 +728,10 @@ module Aws::Glue
653
728
  UpdateMLTransformResponse = Shapes::StructureShape.new(name: 'UpdateMLTransformResponse')
654
729
  UpdatePartitionRequest = Shapes::StructureShape.new(name: 'UpdatePartitionRequest')
655
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')
656
735
  UpdateTableRequest = Shapes::StructureShape.new(name: 'UpdateTableRequest')
657
736
  UpdateTableResponse = Shapes::StructureShape.new(name: 'UpdateTableResponse')
658
737
  UpdateTriggerRequest = Shapes::StructureShape.new(name: 'UpdateTriggerRequest')
@@ -662,6 +741,7 @@ module Aws::Glue
662
741
  UpdateWorkflowRequest = Shapes::StructureShape.new(name: 'UpdateWorkflowRequest')
663
742
  UpdateWorkflowResponse = Shapes::StructureShape.new(name: 'UpdateWorkflowResponse')
664
743
  UpdateXMLClassifierRequest = Shapes::StructureShape.new(name: 'UpdateXMLClassifierRequest')
744
+ UpdatedTimestamp = Shapes::StringShape.new(name: 'UpdatedTimestamp')
665
745
  UriString = Shapes::StringShape.new(name: 'UriString')
666
746
  UserDefinedFunction = Shapes::StructureShape.new(name: 'UserDefinedFunction')
667
747
  UserDefinedFunctionInput = Shapes::StructureShape.new(name: 'UserDefinedFunctionInput')
@@ -670,8 +750,10 @@ module Aws::Glue
670
750
  ValueString = Shapes::StringShape.new(name: 'ValueString')
671
751
  ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
672
752
  VersionId = Shapes::IntegerShape.new(name: 'VersionId')
753
+ VersionLongNumber = Shapes::IntegerShape.new(name: 'VersionLongNumber')
673
754
  VersionMismatchException = Shapes::StructureShape.new(name: 'VersionMismatchException')
674
755
  VersionString = Shapes::StringShape.new(name: 'VersionString')
756
+ VersionsString = Shapes::StringShape.new(name: 'VersionsString')
675
757
  ViewTextString = Shapes::StringShape.new(name: 'ViewTextString')
676
758
  WorkerType = Shapes::StringShape.new(name: 'WorkerType')
677
759
  Workflow = Shapes::StructureShape.new(name: 'Workflow')
@@ -885,6 +967,14 @@ module Aws::Glue
885
967
 
886
968
  CatalogTargetList.member = Shapes::ShapeRef.new(shape: CatalogTarget)
887
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
+
888
978
  Classifier.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: GrokClassifier, location_name: "GrokClassifier"))
889
979
  Classifier.add_member(:xml_classifier, Shapes::ShapeRef.new(shape: XMLClassifier, location_name: "XMLClassifier"))
890
980
  Classifier.add_member(:json_classifier, Shapes::ShapeRef.new(shape: JsonClassifier, location_name: "JsonClassifier"))
@@ -1224,6 +1314,42 @@ module Aws::Glue
1224
1314
 
1225
1315
  CreatePartitionResponse.struct_class = Types::CreatePartitionResponse
1226
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
+
1227
1353
  CreateScriptRequest.add_member(:dag_nodes, Shapes::ShapeRef.new(shape: DagNodes, location_name: "DagNodes"))
1228
1354
  CreateScriptRequest.add_member(:dag_edges, Shapes::ShapeRef.new(shape: DagEdges, location_name: "DagEdges"))
1229
1355
  CreateScriptRequest.add_member(:language, Shapes::ShapeRef.new(shape: Language, location_name: "Language"))
@@ -1416,12 +1542,35 @@ module Aws::Glue
1416
1542
 
1417
1543
  DeletePartitionResponse.struct_class = Types::DeletePartitionResponse
1418
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
+
1419
1553
  DeleteResourcePolicyRequest.add_member(:policy_hash_condition, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHashCondition"))
1420
1554
  DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "ResourceArn"))
1421
1555
  DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
1422
1556
 
1423
1557
  DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
1424
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
+
1425
1574
  DeleteSecurityConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1426
1575
  DeleteSecurityConfigurationRequest.struct_class = Types::DeleteSecurityConfigurationRequest
1427
1576
 
@@ -1536,6 +1685,10 @@ module Aws::Glue
1536
1685
  ErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
1537
1686
  ErrorDetail.struct_class = Types::ErrorDetail
1538
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
+
1539
1692
  EvaluationMetrics.add_member(:transform_type, Shapes::ShapeRef.new(shape: TransformType, required: true, location_name: "TransformType"))
1540
1693
  EvaluationMetrics.add_member(:find_matches_metrics, Shapes::ShapeRef.new(shape: FindMatchesMetrics, location_name: "FindMatchesMetrics"))
1541
1694
  EvaluationMetrics.struct_class = Types::EvaluationMetrics
@@ -1851,6 +2004,17 @@ module Aws::Glue
1851
2004
  GetPlanResponse.add_member(:scala_code, Shapes::ShapeRef.new(shape: ScalaCode, location_name: "ScalaCode"))
1852
2005
  GetPlanResponse.struct_class = Types::GetPlanResponse
1853
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
+
1854
2018
  GetResourcePoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
1855
2019
  GetResourcePoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
1856
2020
  GetResourcePoliciesRequest.struct_class = Types::GetResourcePoliciesRequest
@@ -1870,6 +2034,58 @@ module Aws::Glue
1870
2034
  GetResourcePolicyResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdateTime"))
1871
2035
  GetResourcePolicyResponse.struct_class = Types::GetResourcePolicyResponse
1872
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
+
1873
2089
  GetSecurityConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1874
2090
  GetSecurityConfigurationRequest.struct_class = Types::GetSecurityConfigurationRequest
1875
2091
 
@@ -2207,6 +2423,32 @@ module Aws::Glue
2207
2423
  ListMLTransformsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
2208
2424
  ListMLTransformsResponse.struct_class = Types::ListMLTransformsResponse
2209
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
+
2210
2452
  ListTriggersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
2211
2453
  ListTriggersRequest.add_member(:dependent_job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DependentJobName"))
2212
2454
  ListTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
@@ -2282,6 +2524,19 @@ module Aws::Glue
2282
2524
 
2283
2525
  MatchCriteria.member = Shapes::ShapeRef.new(shape: NameString)
2284
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
+
2285
2540
  MongoDBTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
2286
2541
  MongoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
2287
2542
  MongoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ScanAll"))
@@ -2415,6 +2670,22 @@ module Aws::Glue
2415
2670
  PutResourcePolicyResponse.add_member(:policy_hash, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHash"))
2416
2671
  PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
2417
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
+
2418
2689
  PutWorkflowRunPropertiesRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2419
2690
  PutWorkflowRunPropertiesRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, required: true, location_name: "RunId"))
2420
2691
  PutWorkflowRunPropertiesRequest.add_member(:run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, required: true, location_name: "RunProperties"))
@@ -2422,9 +2693,61 @@ module Aws::Glue
2422
2693
 
2423
2694
  PutWorkflowRunPropertiesResponse.struct_class = Types::PutWorkflowRunPropertiesResponse
2424
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
+
2425
2709
  RecrawlPolicy.add_member(:recrawl_behavior, Shapes::ShapeRef.new(shape: RecrawlBehavior, location_name: "RecrawlBehavior"))
2426
2710
  RecrawlPolicy.struct_class = Types::RecrawlPolicy
2427
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
+
2428
2751
  ResetJobBookmarkRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
2429
2752
  ResetJobBookmarkRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "RunId"))
2430
2753
  ResetJobBookmarkRequest.struct_class = Types::ResetJobBookmarkRequest
@@ -2484,6 +2807,46 @@ module Aws::Glue
2484
2807
  SchemaColumn.add_member(:data_type, Shapes::ShapeRef.new(shape: ColumnTypeString, location_name: "DataType"))
2485
2808
  SchemaColumn.struct_class = Types::SchemaColumn
2486
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
+
2487
2850
  SearchPropertyPredicates.member = Shapes::ShapeRef.new(shape: PropertyPredicate)
2488
2851
 
2489
2852
  SearchTablesRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
@@ -2627,6 +2990,7 @@ module Aws::Glue
2627
2990
  StorageDescriptor.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
2628
2991
  StorageDescriptor.add_member(:skewed_info, Shapes::ShapeRef.new(shape: SkewedInfo, location_name: "SkewedInfo"))
2629
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"))
2630
2994
  StorageDescriptor.struct_class = Types::StorageDescriptor
2631
2995
 
2632
2996
  StringColumnStatisticsData.add_member(:maximum_length, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "MaximumLength"))
@@ -2927,6 +3291,25 @@ module Aws::Glue
2927
3291
 
2928
3292
  UpdatePartitionResponse.struct_class = Types::UpdatePartitionResponse
2929
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
+
2930
3313
  UpdateTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2931
3314
  UpdateTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2932
3315
  UpdateTableRequest.add_member(:table_input, Shapes::ShapeRef.new(shape: TableInput, required: true, location_name: "TableInput"))
@@ -3225,6 +3608,17 @@ module Aws::Glue
3225
3608
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3226
3609
  end)
3227
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
+
3228
3622
  api.add_operation(:create_classifier, Seahorse::Model::Operation.new.tap do |o|
3229
3623
  o.name = "CreateClassifier"
3230
3624
  o.http_method = "POST"
@@ -3336,6 +3730,33 @@ module Aws::Glue
3336
3730
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3337
3731
  end)
3338
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
+
3339
3760
  api.add_operation(:create_script, Seahorse::Model::Operation.new.tap do |o|
3340
3761
  o.name = "CreateScript"
3341
3762
  o.http_method = "POST"
@@ -3537,6 +3958,18 @@ module Aws::Glue
3537
3958
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3538
3959
  end)
3539
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
+
3540
3973
  api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
3541
3974
  o.name = "DeleteResourcePolicy"
3542
3975
  o.http_method = "POST"
@@ -3550,6 +3983,30 @@ module Aws::Glue
3550
3983
  o.errors << Shapes::ShapeRef.new(shape: ConditionCheckFailureException)
3551
3984
  end)
3552
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
+
3553
4010
  api.add_operation(:delete_security_configuration, Seahorse::Model::Operation.new.tap do |o|
3554
4011
  o.name = "DeleteSecurityConfiguration"
3555
4012
  o.http_method = "POST"
@@ -4042,6 +4499,18 @@ module Aws::Glue
4042
4499
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4043
4500
  end)
4044
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
+
4045
4514
  api.add_operation(:get_resource_policies, Seahorse::Model::Operation.new.tap do |o|
4046
4515
  o.name = "GetResourcePolicies"
4047
4516
  o.http_method = "POST"
@@ -4052,6 +4521,12 @@ module Aws::Glue
4052
4521
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4053
4522
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4054
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
+ )
4055
4530
  end)
4056
4531
 
4057
4532
  api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -4066,6 +4541,54 @@ module Aws::Glue
4066
4541
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4067
4542
  end)
4068
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
+
4069
4592
  api.add_operation(:get_security_configuration, Seahorse::Model::Operation.new.tap do |o|
4070
4593
  o.name = "GetSecurityConfiguration"
4071
4594
  o.http_method = "POST"
@@ -4367,6 +4890,59 @@ module Aws::Glue
4367
4890
  )
4368
4891
  end)
4369
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
+
4370
4946
  api.add_operation(:list_triggers, Seahorse::Model::Operation.new.tap do |o|
4371
4947
  o.name = "ListTriggers"
4372
4948
  o.http_method = "POST"
@@ -4426,6 +5002,19 @@ module Aws::Glue
4426
5002
  o.errors << Shapes::ShapeRef.new(shape: ConditionCheckFailureException)
4427
5003
  end)
4428
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
+
4429
5018
  api.add_operation(:put_workflow_run_properties, Seahorse::Model::Operation.new.tap do |o|
4430
5019
  o.name = "PutWorkflowRunProperties"
4431
5020
  o.http_method = "POST"
@@ -4441,6 +5030,42 @@ module Aws::Glue
4441
5030
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4442
5031
  end)
4443
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
+
4444
5069
  api.add_operation(:reset_job_bookmark, Seahorse::Model::Operation.new.tap do |o|
4445
5070
  o.name = "ResetJobBookmark"
4446
5071
  o.http_method = "POST"
@@ -4818,6 +5443,32 @@ module Aws::Glue
4818
5443
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
4819
5444
  end)
4820
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
+
4821
5472
  api.add_operation(:update_table, Seahorse::Model::Operation.new.tap do |o|
4822
5473
  o.name = "UpdateTable"
4823
5474
  o.http_method = "POST"