aws-sdk-glue 1.75.0 → 1.80.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,6 +19,10 @@ module Aws::Glue
19
19
  AdditionalPlanOptionsMap = Shapes::MapShape.new(name: 'AdditionalPlanOptionsMap')
20
20
  AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
21
21
  AttemptCount = Shapes::IntegerShape.new(name: 'AttemptCount')
22
+ BackfillError = Shapes::StructureShape.new(name: 'BackfillError')
23
+ BackfillErrorCode = Shapes::StringShape.new(name: 'BackfillErrorCode')
24
+ BackfillErroredPartitionsList = Shapes::ListShape.new(name: 'BackfillErroredPartitionsList')
25
+ BackfillErrors = Shapes::ListShape.new(name: 'BackfillErrors')
22
26
  BatchCreatePartitionRequest = Shapes::StructureShape.new(name: 'BatchCreatePartitionRequest')
23
27
  BatchCreatePartitionResponse = Shapes::StructureShape.new(name: 'BatchCreatePartitionResponse')
24
28
  BatchDeleteConnectionRequest = Shapes::StructureShape.new(name: 'BatchDeleteConnectionRequest')
@@ -75,6 +79,8 @@ module Aws::Glue
75
79
  CatalogTablesList = Shapes::ListShape.new(name: 'CatalogTablesList')
76
80
  CatalogTarget = Shapes::StructureShape.new(name: 'CatalogTarget')
77
81
  CatalogTargetList = Shapes::ListShape.new(name: 'CatalogTargetList')
82
+ CheckSchemaVersionValidityInput = Shapes::StructureShape.new(name: 'CheckSchemaVersionValidityInput')
83
+ CheckSchemaVersionValidityResponse = Shapes::StructureShape.new(name: 'CheckSchemaVersionValidityResponse')
78
84
  Classification = Shapes::StringShape.new(name: 'Classification')
79
85
  Classifier = Shapes::StructureShape.new(name: 'Classifier')
80
86
  ClassifierList = Shapes::ListShape.new(name: 'ClassifierList')
@@ -105,6 +111,7 @@ module Aws::Glue
105
111
  ColumnValuesString = Shapes::StringShape.new(name: 'ColumnValuesString')
106
112
  CommentString = Shapes::StringShape.new(name: 'CommentString')
107
113
  Comparator = Shapes::StringShape.new(name: 'Comparator')
114
+ Compatibility = Shapes::StringShape.new(name: 'Compatibility')
108
115
  ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
109
116
  ConcurrentRunsExceededException = Shapes::StructureShape.new(name: 'ConcurrentRunsExceededException')
110
117
  Condition = Shapes::StructureShape.new(name: 'Condition')
@@ -126,6 +133,7 @@ module Aws::Glue
126
133
  CrawlState = Shapes::StringShape.new(name: 'CrawlState')
127
134
  Crawler = Shapes::StructureShape.new(name: 'Crawler')
128
135
  CrawlerConfiguration = Shapes::StringShape.new(name: 'CrawlerConfiguration')
136
+ CrawlerLineageSettings = Shapes::StringShape.new(name: 'CrawlerLineageSettings')
129
137
  CrawlerList = Shapes::ListShape.new(name: 'CrawlerList')
130
138
  CrawlerMetrics = Shapes::StructureShape.new(name: 'CrawlerMetrics')
131
139
  CrawlerMetricsList = Shapes::ListShape.new(name: 'CrawlerMetricsList')
@@ -154,8 +162,14 @@ module Aws::Glue
154
162
  CreateJsonClassifierRequest = Shapes::StructureShape.new(name: 'CreateJsonClassifierRequest')
155
163
  CreateMLTransformRequest = Shapes::StructureShape.new(name: 'CreateMLTransformRequest')
156
164
  CreateMLTransformResponse = Shapes::StructureShape.new(name: 'CreateMLTransformResponse')
165
+ CreatePartitionIndexRequest = Shapes::StructureShape.new(name: 'CreatePartitionIndexRequest')
166
+ CreatePartitionIndexResponse = Shapes::StructureShape.new(name: 'CreatePartitionIndexResponse')
157
167
  CreatePartitionRequest = Shapes::StructureShape.new(name: 'CreatePartitionRequest')
158
168
  CreatePartitionResponse = Shapes::StructureShape.new(name: 'CreatePartitionResponse')
169
+ CreateRegistryInput = Shapes::StructureShape.new(name: 'CreateRegistryInput')
170
+ CreateRegistryResponse = Shapes::StructureShape.new(name: 'CreateRegistryResponse')
171
+ CreateSchemaInput = Shapes::StructureShape.new(name: 'CreateSchemaInput')
172
+ CreateSchemaResponse = Shapes::StructureShape.new(name: 'CreateSchemaResponse')
159
173
  CreateScriptRequest = Shapes::StructureShape.new(name: 'CreateScriptRequest')
160
174
  CreateScriptResponse = Shapes::StructureShape.new(name: 'CreateScriptResponse')
161
175
  CreateSecurityConfigurationRequest = Shapes::StructureShape.new(name: 'CreateSecurityConfigurationRequest')
@@ -169,6 +183,7 @@ module Aws::Glue
169
183
  CreateWorkflowRequest = Shapes::StructureShape.new(name: 'CreateWorkflowRequest')
170
184
  CreateWorkflowResponse = Shapes::StructureShape.new(name: 'CreateWorkflowResponse')
171
185
  CreateXMLClassifierRequest = Shapes::StructureShape.new(name: 'CreateXMLClassifierRequest')
186
+ CreatedTimestamp = Shapes::StringShape.new(name: 'CreatedTimestamp')
172
187
  CronExpression = Shapes::StringShape.new(name: 'CronExpression')
173
188
  CsvClassifier = Shapes::StructureShape.new(name: 'CsvClassifier')
174
189
  CsvColumnDelimiter = Shapes::StringShape.new(name: 'CsvColumnDelimiter')
@@ -179,6 +194,7 @@ module Aws::Glue
179
194
  DagEdges = Shapes::ListShape.new(name: 'DagEdges')
180
195
  DagNodes = Shapes::ListShape.new(name: 'DagNodes')
181
196
  DataCatalogEncryptionSettings = Shapes::StructureShape.new(name: 'DataCatalogEncryptionSettings')
197
+ DataFormat = Shapes::StringShape.new(name: 'DataFormat')
182
198
  DataLakePrincipal = Shapes::StructureShape.new(name: 'DataLakePrincipal')
183
199
  DataLakePrincipalString = Shapes::StringShape.new(name: 'DataLakePrincipalString')
184
200
  Database = Shapes::StructureShape.new(name: 'Database')
@@ -209,10 +225,18 @@ module Aws::Glue
209
225
  DeleteJobResponse = Shapes::StructureShape.new(name: 'DeleteJobResponse')
210
226
  DeleteMLTransformRequest = Shapes::StructureShape.new(name: 'DeleteMLTransformRequest')
211
227
  DeleteMLTransformResponse = Shapes::StructureShape.new(name: 'DeleteMLTransformResponse')
228
+ DeletePartitionIndexRequest = Shapes::StructureShape.new(name: 'DeletePartitionIndexRequest')
229
+ DeletePartitionIndexResponse = Shapes::StructureShape.new(name: 'DeletePartitionIndexResponse')
212
230
  DeletePartitionRequest = Shapes::StructureShape.new(name: 'DeletePartitionRequest')
213
231
  DeletePartitionResponse = Shapes::StructureShape.new(name: 'DeletePartitionResponse')
232
+ DeleteRegistryInput = Shapes::StructureShape.new(name: 'DeleteRegistryInput')
233
+ DeleteRegistryResponse = Shapes::StructureShape.new(name: 'DeleteRegistryResponse')
214
234
  DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
215
235
  DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
236
+ DeleteSchemaInput = Shapes::StructureShape.new(name: 'DeleteSchemaInput')
237
+ DeleteSchemaResponse = Shapes::StructureShape.new(name: 'DeleteSchemaResponse')
238
+ DeleteSchemaVersionsInput = Shapes::StructureShape.new(name: 'DeleteSchemaVersionsInput')
239
+ DeleteSchemaVersionsResponse = Shapes::StructureShape.new(name: 'DeleteSchemaVersionsResponse')
216
240
  DeleteSecurityConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteSecurityConfigurationRequest')
217
241
  DeleteSecurityConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteSecurityConfigurationResponse')
218
242
  DeleteTableRequest = Shapes::StructureShape.new(name: 'DeleteTableRequest')
@@ -243,7 +267,10 @@ module Aws::Glue
243
267
  EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
244
268
  EntityNotFoundException = Shapes::StructureShape.new(name: 'EntityNotFoundException')
245
269
  ErrorByName = Shapes::MapShape.new(name: 'ErrorByName')
270
+ ErrorCodeString = Shapes::StringShape.new(name: 'ErrorCodeString')
246
271
  ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
272
+ ErrorDetails = Shapes::StructureShape.new(name: 'ErrorDetails')
273
+ ErrorMessageString = Shapes::StringShape.new(name: 'ErrorMessageString')
247
274
  ErrorString = Shapes::StringShape.new(name: 'ErrorString')
248
275
  EvaluationMetrics = Shapes::StructureShape.new(name: 'EvaluationMetrics')
249
276
  ExecutionProperty = Shapes::StructureShape.new(name: 'ExecutionProperty')
@@ -321,11 +348,21 @@ module Aws::Glue
321
348
  GetPartitionsResponse = Shapes::StructureShape.new(name: 'GetPartitionsResponse')
322
349
  GetPlanRequest = Shapes::StructureShape.new(name: 'GetPlanRequest')
323
350
  GetPlanResponse = Shapes::StructureShape.new(name: 'GetPlanResponse')
351
+ GetRegistryInput = Shapes::StructureShape.new(name: 'GetRegistryInput')
352
+ GetRegistryResponse = Shapes::StructureShape.new(name: 'GetRegistryResponse')
324
353
  GetResourcePoliciesRequest = Shapes::StructureShape.new(name: 'GetResourcePoliciesRequest')
325
354
  GetResourcePoliciesResponse = Shapes::StructureShape.new(name: 'GetResourcePoliciesResponse')
326
355
  GetResourcePoliciesResponseList = Shapes::ListShape.new(name: 'GetResourcePoliciesResponseList')
327
356
  GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
328
357
  GetResourcePolicyResponse = Shapes::StructureShape.new(name: 'GetResourcePolicyResponse')
358
+ GetSchemaByDefinitionInput = Shapes::StructureShape.new(name: 'GetSchemaByDefinitionInput')
359
+ GetSchemaByDefinitionResponse = Shapes::StructureShape.new(name: 'GetSchemaByDefinitionResponse')
360
+ GetSchemaInput = Shapes::StructureShape.new(name: 'GetSchemaInput')
361
+ GetSchemaResponse = Shapes::StructureShape.new(name: 'GetSchemaResponse')
362
+ GetSchemaVersionInput = Shapes::StructureShape.new(name: 'GetSchemaVersionInput')
363
+ GetSchemaVersionResponse = Shapes::StructureShape.new(name: 'GetSchemaVersionResponse')
364
+ GetSchemaVersionsDiffInput = Shapes::StructureShape.new(name: 'GetSchemaVersionsDiffInput')
365
+ GetSchemaVersionsDiffResponse = Shapes::StructureShape.new(name: 'GetSchemaVersionsDiffResponse')
329
366
  GetSecurityConfigurationRequest = Shapes::StructureShape.new(name: 'GetSecurityConfigurationRequest')
330
367
  GetSecurityConfigurationResponse = Shapes::StructureShape.new(name: 'GetSecurityConfigurationResponse')
331
368
  GetSecurityConfigurationsRequest = Shapes::StructureShape.new(name: 'GetSecurityConfigurationsRequest')
@@ -377,6 +414,7 @@ module Aws::Glue
377
414
  IntegerValue = Shapes::IntegerShape.new(name: 'IntegerValue')
378
415
  InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
379
416
  InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
417
+ IsVersionValid = Shapes::BooleanShape.new(name: 'IsVersionValid')
380
418
  JdbcTarget = Shapes::StructureShape.new(name: 'JdbcTarget')
381
419
  JdbcTargetList = Shapes::ListShape.new(name: 'JdbcTargetList')
382
420
  Job = Shapes::StructureShape.new(name: 'Job')
@@ -405,6 +443,8 @@ module Aws::Glue
405
443
  Language = Shapes::StringShape.new(name: 'Language')
406
444
  LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
407
445
  LastCrawlStatus = Shapes::StringShape.new(name: 'LastCrawlStatus')
446
+ LatestSchemaVersionBoolean = Shapes::BooleanShape.new(name: 'LatestSchemaVersionBoolean')
447
+ LineageConfiguration = Shapes::StructureShape.new(name: 'LineageConfiguration')
408
448
  ListCrawlersRequest = Shapes::StructureShape.new(name: 'ListCrawlersRequest')
409
449
  ListCrawlersResponse = Shapes::StructureShape.new(name: 'ListCrawlersResponse')
410
450
  ListDevEndpointsRequest = Shapes::StructureShape.new(name: 'ListDevEndpointsRequest')
@@ -413,6 +453,12 @@ module Aws::Glue
413
453
  ListJobsResponse = Shapes::StructureShape.new(name: 'ListJobsResponse')
414
454
  ListMLTransformsRequest = Shapes::StructureShape.new(name: 'ListMLTransformsRequest')
415
455
  ListMLTransformsResponse = Shapes::StructureShape.new(name: 'ListMLTransformsResponse')
456
+ ListRegistriesInput = Shapes::StructureShape.new(name: 'ListRegistriesInput')
457
+ ListRegistriesResponse = Shapes::StructureShape.new(name: 'ListRegistriesResponse')
458
+ ListSchemaVersionsInput = Shapes::StructureShape.new(name: 'ListSchemaVersionsInput')
459
+ ListSchemaVersionsResponse = Shapes::StructureShape.new(name: 'ListSchemaVersionsResponse')
460
+ ListSchemasInput = Shapes::StructureShape.new(name: 'ListSchemasInput')
461
+ ListSchemasResponse = Shapes::StructureShape.new(name: 'ListSchemasResponse')
416
462
  ListTriggersRequest = Shapes::StructureShape.new(name: 'ListTriggersRequest')
417
463
  ListTriggersResponse = Shapes::StructureShape.new(name: 'ListTriggersResponse')
418
464
  ListWorkflowsRequest = Shapes::StructureShape.new(name: 'ListWorkflowsRequest')
@@ -428,14 +474,23 @@ module Aws::Glue
428
474
  LongColumnStatisticsData = Shapes::StructureShape.new(name: 'LongColumnStatisticsData')
429
475
  MLTransform = Shapes::StructureShape.new(name: 'MLTransform')
430
476
  MLTransformNotReadyException = Shapes::StructureShape.new(name: 'MLTransformNotReadyException')
477
+ MLUserDataEncryption = Shapes::StructureShape.new(name: 'MLUserDataEncryption')
478
+ MLUserDataEncryptionModeString = Shapes::StringShape.new(name: 'MLUserDataEncryptionModeString')
431
479
  MapValue = Shapes::MapShape.new(name: 'MapValue')
432
480
  MappingEntry = Shapes::StructureShape.new(name: 'MappingEntry')
433
481
  MappingList = Shapes::ListShape.new(name: 'MappingList')
434
482
  MatchCriteria = Shapes::ListShape.new(name: 'MatchCriteria')
435
483
  MaxConcurrentRuns = Shapes::IntegerShape.new(name: 'MaxConcurrentRuns')
484
+ MaxResultsNumber = Shapes::IntegerShape.new(name: 'MaxResultsNumber')
436
485
  MaxRetries = Shapes::IntegerShape.new(name: 'MaxRetries')
437
486
  MessagePrefix = Shapes::StringShape.new(name: 'MessagePrefix')
438
487
  MessageString = Shapes::StringShape.new(name: 'MessageString')
488
+ MetadataInfo = Shapes::StructureShape.new(name: 'MetadataInfo')
489
+ MetadataInfoMap = Shapes::MapShape.new(name: 'MetadataInfoMap')
490
+ MetadataKeyString = Shapes::StringShape.new(name: 'MetadataKeyString')
491
+ MetadataKeyValuePair = Shapes::StructureShape.new(name: 'MetadataKeyValuePair')
492
+ MetadataList = Shapes::ListShape.new(name: 'MetadataList')
493
+ MetadataValueString = Shapes::StringShape.new(name: 'MetadataValueString')
439
494
  MillisecondsCount = Shapes::IntegerShape.new(name: 'MillisecondsCount')
440
495
  MongoDBTarget = Shapes::StructureShape.new(name: 'MongoDBTarget')
441
496
  MongoDBTargetList = Shapes::ListShape.new(name: 'MongoDBTargetList')
@@ -493,11 +548,26 @@ module Aws::Glue
493
548
  PutDataCatalogEncryptionSettingsResponse = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsResponse')
494
549
  PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
495
550
  PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
551
+ PutSchemaVersionMetadataInput = Shapes::StructureShape.new(name: 'PutSchemaVersionMetadataInput')
552
+ PutSchemaVersionMetadataResponse = Shapes::StructureShape.new(name: 'PutSchemaVersionMetadataResponse')
496
553
  PutWorkflowRunPropertiesRequest = Shapes::StructureShape.new(name: 'PutWorkflowRunPropertiesRequest')
497
554
  PutWorkflowRunPropertiesResponse = Shapes::StructureShape.new(name: 'PutWorkflowRunPropertiesResponse')
498
555
  PythonScript = Shapes::StringShape.new(name: 'PythonScript')
499
556
  PythonVersionString = Shapes::StringShape.new(name: 'PythonVersionString')
557
+ QuerySchemaVersionMetadataInput = Shapes::StructureShape.new(name: 'QuerySchemaVersionMetadataInput')
558
+ QuerySchemaVersionMetadataMaxResults = Shapes::IntegerShape.new(name: 'QuerySchemaVersionMetadataMaxResults')
559
+ QuerySchemaVersionMetadataResponse = Shapes::StructureShape.new(name: 'QuerySchemaVersionMetadataResponse')
500
560
  RecordsCount = Shapes::IntegerShape.new(name: 'RecordsCount')
561
+ RecrawlBehavior = Shapes::StringShape.new(name: 'RecrawlBehavior')
562
+ RecrawlPolicy = Shapes::StructureShape.new(name: 'RecrawlPolicy')
563
+ RegisterSchemaVersionInput = Shapes::StructureShape.new(name: 'RegisterSchemaVersionInput')
564
+ RegisterSchemaVersionResponse = Shapes::StructureShape.new(name: 'RegisterSchemaVersionResponse')
565
+ RegistryId = Shapes::StructureShape.new(name: 'RegistryId')
566
+ RegistryListDefinition = Shapes::ListShape.new(name: 'RegistryListDefinition')
567
+ RegistryListItem = Shapes::StructureShape.new(name: 'RegistryListItem')
568
+ RegistryStatus = Shapes::StringShape.new(name: 'RegistryStatus')
569
+ RemoveSchemaVersionMetadataInput = Shapes::StructureShape.new(name: 'RemoveSchemaVersionMetadataInput')
570
+ RemoveSchemaVersionMetadataResponse = Shapes::StructureShape.new(name: 'RemoveSchemaVersionMetadataResponse')
501
571
  ReplaceBoolean = Shapes::BooleanShape.new(name: 'ReplaceBoolean')
502
572
  ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
503
573
  ResetJobBookmarkResponse = Shapes::StructureShape.new(name: 'ResetJobBookmarkResponse')
@@ -525,8 +595,27 @@ module Aws::Glue
525
595
  SchedulerRunningException = Shapes::StructureShape.new(name: 'SchedulerRunningException')
526
596
  SchedulerTransitioningException = Shapes::StructureShape.new(name: 'SchedulerTransitioningException')
527
597
  SchemaChangePolicy = Shapes::StructureShape.new(name: 'SchemaChangePolicy')
598
+ SchemaCheckpointNumber = Shapes::IntegerShape.new(name: 'SchemaCheckpointNumber')
528
599
  SchemaColumn = Shapes::StructureShape.new(name: 'SchemaColumn')
600
+ SchemaDefinitionDiff = Shapes::StringShape.new(name: 'SchemaDefinitionDiff')
601
+ SchemaDefinitionString = Shapes::StringShape.new(name: 'SchemaDefinitionString')
602
+ SchemaDiffType = Shapes::StringShape.new(name: 'SchemaDiffType')
603
+ SchemaId = Shapes::StructureShape.new(name: 'SchemaId')
604
+ SchemaListDefinition = Shapes::ListShape.new(name: 'SchemaListDefinition')
605
+ SchemaListItem = Shapes::StructureShape.new(name: 'SchemaListItem')
529
606
  SchemaPathString = Shapes::StringShape.new(name: 'SchemaPathString')
607
+ SchemaReference = Shapes::StructureShape.new(name: 'SchemaReference')
608
+ SchemaRegistryNameString = Shapes::StringShape.new(name: 'SchemaRegistryNameString')
609
+ SchemaRegistryTokenString = Shapes::StringShape.new(name: 'SchemaRegistryTokenString')
610
+ SchemaStatus = Shapes::StringShape.new(name: 'SchemaStatus')
611
+ SchemaValidationError = Shapes::StringShape.new(name: 'SchemaValidationError')
612
+ SchemaVersionErrorItem = Shapes::StructureShape.new(name: 'SchemaVersionErrorItem')
613
+ SchemaVersionErrorList = Shapes::ListShape.new(name: 'SchemaVersionErrorList')
614
+ SchemaVersionIdString = Shapes::StringShape.new(name: 'SchemaVersionIdString')
615
+ SchemaVersionList = Shapes::ListShape.new(name: 'SchemaVersionList')
616
+ SchemaVersionListItem = Shapes::StructureShape.new(name: 'SchemaVersionListItem')
617
+ SchemaVersionNumber = Shapes::StructureShape.new(name: 'SchemaVersionNumber')
618
+ SchemaVersionStatus = Shapes::StringShape.new(name: 'SchemaVersionStatus')
530
619
  ScriptLocationString = Shapes::StringShape.new(name: 'ScriptLocationString')
531
620
  SearchPropertyPredicates = Shapes::ListShape.new(name: 'SearchPropertyPredicates')
532
621
  SearchTablesRequest = Shapes::StructureShape.new(name: 'SearchTablesRequest')
@@ -601,6 +690,7 @@ module Aws::Glue
601
690
  TimestampValue = Shapes::TimestampShape.new(name: 'TimestampValue')
602
691
  Token = Shapes::StringShape.new(name: 'Token')
603
692
  TotalSegmentsInteger = Shapes::IntegerShape.new(name: 'TotalSegmentsInteger')
693
+ TransformEncryption = Shapes::StructureShape.new(name: 'TransformEncryption')
604
694
  TransformFilterCriteria = Shapes::StructureShape.new(name: 'TransformFilterCriteria')
605
695
  TransformIdList = Shapes::ListShape.new(name: 'TransformIdList')
606
696
  TransformList = Shapes::ListShape.new(name: 'TransformList')
@@ -648,6 +738,10 @@ module Aws::Glue
648
738
  UpdateMLTransformResponse = Shapes::StructureShape.new(name: 'UpdateMLTransformResponse')
649
739
  UpdatePartitionRequest = Shapes::StructureShape.new(name: 'UpdatePartitionRequest')
650
740
  UpdatePartitionResponse = Shapes::StructureShape.new(name: 'UpdatePartitionResponse')
741
+ UpdateRegistryInput = Shapes::StructureShape.new(name: 'UpdateRegistryInput')
742
+ UpdateRegistryResponse = Shapes::StructureShape.new(name: 'UpdateRegistryResponse')
743
+ UpdateSchemaInput = Shapes::StructureShape.new(name: 'UpdateSchemaInput')
744
+ UpdateSchemaResponse = Shapes::StructureShape.new(name: 'UpdateSchemaResponse')
651
745
  UpdateTableRequest = Shapes::StructureShape.new(name: 'UpdateTableRequest')
652
746
  UpdateTableResponse = Shapes::StructureShape.new(name: 'UpdateTableResponse')
653
747
  UpdateTriggerRequest = Shapes::StructureShape.new(name: 'UpdateTriggerRequest')
@@ -657,6 +751,7 @@ module Aws::Glue
657
751
  UpdateWorkflowRequest = Shapes::StructureShape.new(name: 'UpdateWorkflowRequest')
658
752
  UpdateWorkflowResponse = Shapes::StructureShape.new(name: 'UpdateWorkflowResponse')
659
753
  UpdateXMLClassifierRequest = Shapes::StructureShape.new(name: 'UpdateXMLClassifierRequest')
754
+ UpdatedTimestamp = Shapes::StringShape.new(name: 'UpdatedTimestamp')
660
755
  UriString = Shapes::StringShape.new(name: 'UriString')
661
756
  UserDefinedFunction = Shapes::StructureShape.new(name: 'UserDefinedFunction')
662
757
  UserDefinedFunctionInput = Shapes::StructureShape.new(name: 'UserDefinedFunctionInput')
@@ -665,8 +760,10 @@ module Aws::Glue
665
760
  ValueString = Shapes::StringShape.new(name: 'ValueString')
666
761
  ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
667
762
  VersionId = Shapes::IntegerShape.new(name: 'VersionId')
763
+ VersionLongNumber = Shapes::IntegerShape.new(name: 'VersionLongNumber')
668
764
  VersionMismatchException = Shapes::StructureShape.new(name: 'VersionMismatchException')
669
765
  VersionString = Shapes::StringShape.new(name: 'VersionString')
766
+ VersionsString = Shapes::StringShape.new(name: 'VersionsString')
670
767
  ViewTextString = Shapes::StringShape.new(name: 'ViewTextString')
671
768
  WorkerType = Shapes::StringShape.new(name: 'WorkerType')
672
769
  Workflow = Shapes::StructureShape.new(name: 'Workflow')
@@ -699,6 +796,14 @@ module Aws::Glue
699
796
  AlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
700
797
  AlreadyExistsException.struct_class = Types::AlreadyExistsException
701
798
 
799
+ BackfillError.add_member(:code, Shapes::ShapeRef.new(shape: BackfillErrorCode, location_name: "Code"))
800
+ BackfillError.add_member(:partitions, Shapes::ShapeRef.new(shape: BackfillErroredPartitionsList, location_name: "Partitions"))
801
+ BackfillError.struct_class = Types::BackfillError
802
+
803
+ BackfillErroredPartitionsList.member = Shapes::ShapeRef.new(shape: PartitionValueList)
804
+
805
+ BackfillErrors.member = Shapes::ShapeRef.new(shape: BackfillError)
806
+
702
807
  BatchCreatePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
703
808
  BatchCreatePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
704
809
  BatchCreatePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
@@ -880,6 +985,14 @@ module Aws::Glue
880
985
 
881
986
  CatalogTargetList.member = Shapes::ShapeRef.new(shape: CatalogTarget)
882
987
 
988
+ CheckSchemaVersionValidityInput.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, required: true, location_name: "DataFormat"))
989
+ CheckSchemaVersionValidityInput.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaDefinitionString, required: true, location_name: "SchemaDefinition"))
990
+ CheckSchemaVersionValidityInput.struct_class = Types::CheckSchemaVersionValidityInput
991
+
992
+ CheckSchemaVersionValidityResponse.add_member(:valid, Shapes::ShapeRef.new(shape: IsVersionValid, location_name: "Valid"))
993
+ CheckSchemaVersionValidityResponse.add_member(:error, Shapes::ShapeRef.new(shape: SchemaValidationError, location_name: "Error"))
994
+ CheckSchemaVersionValidityResponse.struct_class = Types::CheckSchemaVersionValidityResponse
995
+
883
996
  Classifier.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: GrokClassifier, location_name: "GrokClassifier"))
884
997
  Classifier.add_member(:xml_classifier, Shapes::ShapeRef.new(shape: XMLClassifier, location_name: "XMLClassifier"))
885
998
  Classifier.add_member(:json_classifier, Shapes::ShapeRef.new(shape: JsonClassifier, location_name: "JsonClassifier"))
@@ -1026,7 +1139,9 @@ module Aws::Glue
1026
1139
  Crawler.add_member(:database_name, Shapes::ShapeRef.new(shape: DatabaseName, location_name: "DatabaseName"))
1027
1140
  Crawler.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1028
1141
  Crawler.add_member(:classifiers, Shapes::ShapeRef.new(shape: ClassifierNameList, location_name: "Classifiers"))
1142
+ Crawler.add_member(:recrawl_policy, Shapes::ShapeRef.new(shape: RecrawlPolicy, location_name: "RecrawlPolicy"))
1029
1143
  Crawler.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
1144
+ Crawler.add_member(:lineage_configuration, Shapes::ShapeRef.new(shape: LineageConfiguration, location_name: "LineageConfiguration"))
1030
1145
  Crawler.add_member(:state, Shapes::ShapeRef.new(shape: CrawlerState, location_name: "State"))
1031
1146
  Crawler.add_member(:table_prefix, Shapes::ShapeRef.new(shape: TablePrefix, location_name: "TablePrefix"))
1032
1147
  Crawler.add_member(:schedule, Shapes::ShapeRef.new(shape: Schedule, location_name: "Schedule"))
@@ -1097,6 +1212,8 @@ module Aws::Glue
1097
1212
  CreateCrawlerRequest.add_member(:classifiers, Shapes::ShapeRef.new(shape: ClassifierNameList, location_name: "Classifiers"))
1098
1213
  CreateCrawlerRequest.add_member(:table_prefix, Shapes::ShapeRef.new(shape: TablePrefix, location_name: "TablePrefix"))
1099
1214
  CreateCrawlerRequest.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
1215
+ CreateCrawlerRequest.add_member(:recrawl_policy, Shapes::ShapeRef.new(shape: RecrawlPolicy, location_name: "RecrawlPolicy"))
1216
+ CreateCrawlerRequest.add_member(:lineage_configuration, Shapes::ShapeRef.new(shape: LineageConfiguration, location_name: "LineageConfiguration"))
1100
1217
  CreateCrawlerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
1101
1218
  CreateCrawlerRequest.add_member(:crawler_security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "CrawlerSecurityConfiguration"))
1102
1219
  CreateCrawlerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
@@ -1203,11 +1320,20 @@ module Aws::Glue
1203
1320
  CreateMLTransformRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
1204
1321
  CreateMLTransformRequest.add_member(:max_retries, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxRetries"))
1205
1322
  CreateMLTransformRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
1323
+ CreateMLTransformRequest.add_member(:transform_encryption, Shapes::ShapeRef.new(shape: TransformEncryption, location_name: "TransformEncryption"))
1206
1324
  CreateMLTransformRequest.struct_class = Types::CreateMLTransformRequest
1207
1325
 
1208
1326
  CreateMLTransformResponse.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
1209
1327
  CreateMLTransformResponse.struct_class = Types::CreateMLTransformResponse
1210
1328
 
1329
+ CreatePartitionIndexRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1330
+ CreatePartitionIndexRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1331
+ CreatePartitionIndexRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
1332
+ CreatePartitionIndexRequest.add_member(:partition_index, Shapes::ShapeRef.new(shape: PartitionIndex, required: true, location_name: "PartitionIndex"))
1333
+ CreatePartitionIndexRequest.struct_class = Types::CreatePartitionIndexRequest
1334
+
1335
+ CreatePartitionIndexResponse.struct_class = Types::CreatePartitionIndexResponse
1336
+
1211
1337
  CreatePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1212
1338
  CreatePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1213
1339
  CreatePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
@@ -1216,6 +1342,42 @@ module Aws::Glue
1216
1342
 
1217
1343
  CreatePartitionResponse.struct_class = Types::CreatePartitionResponse
1218
1344
 
1345
+ CreateRegistryInput.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, required: true, location_name: "RegistryName"))
1346
+ CreateRegistryInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1347
+ CreateRegistryInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
1348
+ CreateRegistryInput.struct_class = Types::CreateRegistryInput
1349
+
1350
+ CreateRegistryResponse.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
1351
+ CreateRegistryResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
1352
+ CreateRegistryResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1353
+ CreateRegistryResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
1354
+ CreateRegistryResponse.struct_class = Types::CreateRegistryResponse
1355
+
1356
+ CreateSchemaInput.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "RegistryId"))
1357
+ CreateSchemaInput.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, required: true, location_name: "SchemaName"))
1358
+ CreateSchemaInput.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, required: true, location_name: "DataFormat"))
1359
+ CreateSchemaInput.add_member(:compatibility, Shapes::ShapeRef.new(shape: Compatibility, location_name: "Compatibility"))
1360
+ CreateSchemaInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1361
+ CreateSchemaInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
1362
+ CreateSchemaInput.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaDefinitionString, location_name: "SchemaDefinition"))
1363
+ CreateSchemaInput.struct_class = Types::CreateSchemaInput
1364
+
1365
+ CreateSchemaResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
1366
+ CreateSchemaResponse.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
1367
+ CreateSchemaResponse.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
1368
+ CreateSchemaResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
1369
+ CreateSchemaResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1370
+ CreateSchemaResponse.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, location_name: "DataFormat"))
1371
+ CreateSchemaResponse.add_member(:compatibility, Shapes::ShapeRef.new(shape: Compatibility, location_name: "Compatibility"))
1372
+ CreateSchemaResponse.add_member(:schema_checkpoint, Shapes::ShapeRef.new(shape: SchemaCheckpointNumber, location_name: "SchemaCheckpoint"))
1373
+ CreateSchemaResponse.add_member(:latest_schema_version, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "LatestSchemaVersion"))
1374
+ CreateSchemaResponse.add_member(:next_schema_version, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "NextSchemaVersion"))
1375
+ CreateSchemaResponse.add_member(:schema_status, Shapes::ShapeRef.new(shape: SchemaStatus, location_name: "SchemaStatus"))
1376
+ CreateSchemaResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
1377
+ CreateSchemaResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
1378
+ CreateSchemaResponse.add_member(:schema_version_status, Shapes::ShapeRef.new(shape: SchemaVersionStatus, location_name: "SchemaVersionStatus"))
1379
+ CreateSchemaResponse.struct_class = Types::CreateSchemaResponse
1380
+
1219
1381
  CreateScriptRequest.add_member(:dag_nodes, Shapes::ShapeRef.new(shape: DagNodes, location_name: "DagNodes"))
1220
1382
  CreateScriptRequest.add_member(:dag_edges, Shapes::ShapeRef.new(shape: DagEdges, location_name: "DagEdges"))
1221
1383
  CreateScriptRequest.add_member(:language, Shapes::ShapeRef.new(shape: Language, location_name: "Language"))
@@ -1400,6 +1562,14 @@ module Aws::Glue
1400
1562
  DeleteMLTransformResponse.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
1401
1563
  DeleteMLTransformResponse.struct_class = Types::DeleteMLTransformResponse
1402
1564
 
1565
+ DeletePartitionIndexRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1566
+ DeletePartitionIndexRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1567
+ DeletePartitionIndexRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
1568
+ DeletePartitionIndexRequest.add_member(:index_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "IndexName"))
1569
+ DeletePartitionIndexRequest.struct_class = Types::DeletePartitionIndexRequest
1570
+
1571
+ DeletePartitionIndexResponse.struct_class = Types::DeletePartitionIndexResponse
1572
+
1403
1573
  DeletePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1404
1574
  DeletePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1405
1575
  DeletePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
@@ -1408,12 +1578,35 @@ module Aws::Glue
1408
1578
 
1409
1579
  DeletePartitionResponse.struct_class = Types::DeletePartitionResponse
1410
1580
 
1581
+ DeleteRegistryInput.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, required: true, location_name: "RegistryId"))
1582
+ DeleteRegistryInput.struct_class = Types::DeleteRegistryInput
1583
+
1584
+ DeleteRegistryResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
1585
+ DeleteRegistryResponse.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
1586
+ DeleteRegistryResponse.add_member(:status, Shapes::ShapeRef.new(shape: RegistryStatus, location_name: "Status"))
1587
+ DeleteRegistryResponse.struct_class = Types::DeleteRegistryResponse
1588
+
1411
1589
  DeleteResourcePolicyRequest.add_member(:policy_hash_condition, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHashCondition"))
1412
1590
  DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "ResourceArn"))
1413
1591
  DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
1414
1592
 
1415
1593
  DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
1416
1594
 
1595
+ DeleteSchemaInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
1596
+ DeleteSchemaInput.struct_class = Types::DeleteSchemaInput
1597
+
1598
+ DeleteSchemaResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
1599
+ DeleteSchemaResponse.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
1600
+ DeleteSchemaResponse.add_member(:status, Shapes::ShapeRef.new(shape: SchemaStatus, location_name: "Status"))
1601
+ DeleteSchemaResponse.struct_class = Types::DeleteSchemaResponse
1602
+
1603
+ DeleteSchemaVersionsInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
1604
+ DeleteSchemaVersionsInput.add_member(:versions, Shapes::ShapeRef.new(shape: VersionsString, required: true, location_name: "Versions"))
1605
+ DeleteSchemaVersionsInput.struct_class = Types::DeleteSchemaVersionsInput
1606
+
1607
+ DeleteSchemaVersionsResponse.add_member(:schema_version_errors, Shapes::ShapeRef.new(shape: SchemaVersionErrorList, location_name: "SchemaVersionErrors"))
1608
+ DeleteSchemaVersionsResponse.struct_class = Types::DeleteSchemaVersionsResponse
1609
+
1417
1610
  DeleteSecurityConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1418
1611
  DeleteSecurityConfigurationRequest.struct_class = Types::DeleteSecurityConfigurationRequest
1419
1612
 
@@ -1528,6 +1721,10 @@ module Aws::Glue
1528
1721
  ErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
1529
1722
  ErrorDetail.struct_class = Types::ErrorDetail
1530
1723
 
1724
+ ErrorDetails.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCodeString, location_name: "ErrorCode"))
1725
+ ErrorDetails.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessageString, location_name: "ErrorMessage"))
1726
+ ErrorDetails.struct_class = Types::ErrorDetails
1727
+
1531
1728
  EvaluationMetrics.add_member(:transform_type, Shapes::ShapeRef.new(shape: TransformType, required: true, location_name: "TransformType"))
1532
1729
  EvaluationMetrics.add_member(:find_matches_metrics, Shapes::ShapeRef.new(shape: FindMatchesMetrics, location_name: "FindMatchesMetrics"))
1533
1730
  EvaluationMetrics.struct_class = Types::EvaluationMetrics
@@ -1778,6 +1975,7 @@ module Aws::Glue
1778
1975
  GetMLTransformResponse.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
1779
1976
  GetMLTransformResponse.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
1780
1977
  GetMLTransformResponse.add_member(:max_retries, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxRetries"))
1978
+ GetMLTransformResponse.add_member(:transform_encryption, Shapes::ShapeRef.new(shape: TransformEncryption, location_name: "TransformEncryption"))
1781
1979
  GetMLTransformResponse.struct_class = Types::GetMLTransformResponse
1782
1980
 
1783
1981
  GetMLTransformsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
@@ -1842,6 +2040,17 @@ module Aws::Glue
1842
2040
  GetPlanResponse.add_member(:scala_code, Shapes::ShapeRef.new(shape: ScalaCode, location_name: "ScalaCode"))
1843
2041
  GetPlanResponse.struct_class = Types::GetPlanResponse
1844
2042
 
2043
+ GetRegistryInput.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, required: true, location_name: "RegistryId"))
2044
+ GetRegistryInput.struct_class = Types::GetRegistryInput
2045
+
2046
+ GetRegistryResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
2047
+ GetRegistryResponse.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
2048
+ GetRegistryResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
2049
+ GetRegistryResponse.add_member(:status, Shapes::ShapeRef.new(shape: RegistryStatus, location_name: "Status"))
2050
+ GetRegistryResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
2051
+ GetRegistryResponse.add_member(:updated_time, Shapes::ShapeRef.new(shape: UpdatedTimestamp, location_name: "UpdatedTime"))
2052
+ GetRegistryResponse.struct_class = Types::GetRegistryResponse
2053
+
1845
2054
  GetResourcePoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
1846
2055
  GetResourcePoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
1847
2056
  GetResourcePoliciesRequest.struct_class = Types::GetResourcePoliciesRequest
@@ -1861,6 +2070,58 @@ module Aws::Glue
1861
2070
  GetResourcePolicyResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdateTime"))
1862
2071
  GetResourcePolicyResponse.struct_class = Types::GetResourcePolicyResponse
1863
2072
 
2073
+ GetSchemaByDefinitionInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
2074
+ GetSchemaByDefinitionInput.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaDefinitionString, required: true, location_name: "SchemaDefinition"))
2075
+ GetSchemaByDefinitionInput.struct_class = Types::GetSchemaByDefinitionInput
2076
+
2077
+ GetSchemaByDefinitionResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
2078
+ GetSchemaByDefinitionResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
2079
+ GetSchemaByDefinitionResponse.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, location_name: "DataFormat"))
2080
+ GetSchemaByDefinitionResponse.add_member(:status, Shapes::ShapeRef.new(shape: SchemaVersionStatus, location_name: "Status"))
2081
+ GetSchemaByDefinitionResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
2082
+ GetSchemaByDefinitionResponse.struct_class = Types::GetSchemaByDefinitionResponse
2083
+
2084
+ GetSchemaInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
2085
+ GetSchemaInput.struct_class = Types::GetSchemaInput
2086
+
2087
+ GetSchemaResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
2088
+ GetSchemaResponse.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
2089
+ GetSchemaResponse.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
2090
+ GetSchemaResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
2091
+ GetSchemaResponse.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
2092
+ GetSchemaResponse.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, location_name: "DataFormat"))
2093
+ GetSchemaResponse.add_member(:compatibility, Shapes::ShapeRef.new(shape: Compatibility, location_name: "Compatibility"))
2094
+ GetSchemaResponse.add_member(:schema_checkpoint, Shapes::ShapeRef.new(shape: SchemaCheckpointNumber, location_name: "SchemaCheckpoint"))
2095
+ GetSchemaResponse.add_member(:latest_schema_version, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "LatestSchemaVersion"))
2096
+ GetSchemaResponse.add_member(:next_schema_version, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "NextSchemaVersion"))
2097
+ GetSchemaResponse.add_member(:schema_status, Shapes::ShapeRef.new(shape: SchemaStatus, location_name: "SchemaStatus"))
2098
+ GetSchemaResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
2099
+ GetSchemaResponse.add_member(:updated_time, Shapes::ShapeRef.new(shape: UpdatedTimestamp, location_name: "UpdatedTime"))
2100
+ GetSchemaResponse.struct_class = Types::GetSchemaResponse
2101
+
2102
+ GetSchemaVersionInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
2103
+ GetSchemaVersionInput.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
2104
+ GetSchemaVersionInput.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, location_name: "SchemaVersionNumber"))
2105
+ GetSchemaVersionInput.struct_class = Types::GetSchemaVersionInput
2106
+
2107
+ GetSchemaVersionResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
2108
+ GetSchemaVersionResponse.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaDefinitionString, location_name: "SchemaDefinition"))
2109
+ GetSchemaVersionResponse.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, location_name: "DataFormat"))
2110
+ GetSchemaVersionResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
2111
+ GetSchemaVersionResponse.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
2112
+ GetSchemaVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: SchemaVersionStatus, location_name: "Status"))
2113
+ GetSchemaVersionResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
2114
+ GetSchemaVersionResponse.struct_class = Types::GetSchemaVersionResponse
2115
+
2116
+ GetSchemaVersionsDiffInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
2117
+ GetSchemaVersionsDiffInput.add_member(:first_schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, required: true, location_name: "FirstSchemaVersionNumber"))
2118
+ GetSchemaVersionsDiffInput.add_member(:second_schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, required: true, location_name: "SecondSchemaVersionNumber"))
2119
+ GetSchemaVersionsDiffInput.add_member(:schema_diff_type, Shapes::ShapeRef.new(shape: SchemaDiffType, required: true, location_name: "SchemaDiffType"))
2120
+ GetSchemaVersionsDiffInput.struct_class = Types::GetSchemaVersionsDiffInput
2121
+
2122
+ GetSchemaVersionsDiffResponse.add_member(:diff, Shapes::ShapeRef.new(shape: SchemaDefinitionDiff, location_name: "Diff"))
2123
+ GetSchemaVersionsDiffResponse.struct_class = Types::GetSchemaVersionsDiffResponse
2124
+
1864
2125
  GetSecurityConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1865
2126
  GetSecurityConfigurationRequest.struct_class = Types::GetSecurityConfigurationRequest
1866
2127
 
@@ -2160,6 +2421,9 @@ module Aws::Glue
2160
2421
  LastCrawlInfo.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
2161
2422
  LastCrawlInfo.struct_class = Types::LastCrawlInfo
2162
2423
 
2424
+ LineageConfiguration.add_member(:crawler_lineage_settings, Shapes::ShapeRef.new(shape: CrawlerLineageSettings, location_name: "CrawlerLineageSettings"))
2425
+ LineageConfiguration.struct_class = Types::LineageConfiguration
2426
+
2163
2427
  ListCrawlersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2164
2428
  ListCrawlersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
2165
2429
  ListCrawlersRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
@@ -2198,6 +2462,32 @@ module Aws::Glue
2198
2462
  ListMLTransformsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
2199
2463
  ListMLTransformsResponse.struct_class = Types::ListMLTransformsResponse
2200
2464
 
2465
+ ListRegistriesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsNumber, location_name: "MaxResults"))
2466
+ ListRegistriesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
2467
+ ListRegistriesInput.struct_class = Types::ListRegistriesInput
2468
+
2469
+ ListRegistriesResponse.add_member(:registries, Shapes::ShapeRef.new(shape: RegistryListDefinition, location_name: "Registries"))
2470
+ ListRegistriesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
2471
+ ListRegistriesResponse.struct_class = Types::ListRegistriesResponse
2472
+
2473
+ ListSchemaVersionsInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
2474
+ ListSchemaVersionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsNumber, location_name: "MaxResults"))
2475
+ ListSchemaVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
2476
+ ListSchemaVersionsInput.struct_class = Types::ListSchemaVersionsInput
2477
+
2478
+ ListSchemaVersionsResponse.add_member(:schemas, Shapes::ShapeRef.new(shape: SchemaVersionList, location_name: "Schemas"))
2479
+ ListSchemaVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
2480
+ ListSchemaVersionsResponse.struct_class = Types::ListSchemaVersionsResponse
2481
+
2482
+ ListSchemasInput.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, location_name: "RegistryId"))
2483
+ ListSchemasInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsNumber, location_name: "MaxResults"))
2484
+ ListSchemasInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
2485
+ ListSchemasInput.struct_class = Types::ListSchemasInput
2486
+
2487
+ ListSchemasResponse.add_member(:schemas, Shapes::ShapeRef.new(shape: SchemaListDefinition, location_name: "Schemas"))
2488
+ ListSchemasResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
2489
+ ListSchemasResponse.struct_class = Types::ListSchemasResponse
2490
+
2201
2491
  ListTriggersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
2202
2492
  ListTriggersRequest.add_member(:dependent_job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DependentJobName"))
2203
2493
  ListTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
@@ -2248,11 +2538,16 @@ module Aws::Glue
2248
2538
  MLTransform.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
2249
2539
  MLTransform.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
2250
2540
  MLTransform.add_member(:max_retries, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxRetries"))
2541
+ MLTransform.add_member(:transform_encryption, Shapes::ShapeRef.new(shape: TransformEncryption, location_name: "TransformEncryption"))
2251
2542
  MLTransform.struct_class = Types::MLTransform
2252
2543
 
2253
2544
  MLTransformNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2254
2545
  MLTransformNotReadyException.struct_class = Types::MLTransformNotReadyException
2255
2546
 
2547
+ MLUserDataEncryption.add_member(:ml_user_data_encryption_mode, Shapes::ShapeRef.new(shape: MLUserDataEncryptionModeString, required: true, location_name: "MlUserDataEncryptionMode"))
2548
+ MLUserDataEncryption.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NameString, location_name: "KmsKeyId"))
2549
+ MLUserDataEncryption.struct_class = Types::MLUserDataEncryption
2550
+
2256
2551
  MapValue.key = Shapes::ShapeRef.new(shape: GenericString)
2257
2552
  MapValue.value = Shapes::ShapeRef.new(shape: GenericString)
2258
2553
 
@@ -2268,6 +2563,19 @@ module Aws::Glue
2268
2563
 
2269
2564
  MatchCriteria.member = Shapes::ShapeRef.new(shape: NameString)
2270
2565
 
2566
+ MetadataInfo.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
2567
+ MetadataInfo.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
2568
+ MetadataInfo.struct_class = Types::MetadataInfo
2569
+
2570
+ MetadataInfoMap.key = Shapes::ShapeRef.new(shape: MetadataKeyString)
2571
+ MetadataInfoMap.value = Shapes::ShapeRef.new(shape: MetadataInfo)
2572
+
2573
+ MetadataKeyValuePair.add_member(:metadata_key, Shapes::ShapeRef.new(shape: MetadataKeyString, location_name: "MetadataKey"))
2574
+ MetadataKeyValuePair.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
2575
+ MetadataKeyValuePair.struct_class = Types::MetadataKeyValuePair
2576
+
2577
+ MetadataList.member = Shapes::ShapeRef.new(shape: MetadataKeyValuePair)
2578
+
2271
2579
  MongoDBTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
2272
2580
  MongoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
2273
2581
  MongoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ScanAll"))
@@ -2333,6 +2641,7 @@ module Aws::Glue
2333
2641
  PartitionIndexDescriptor.add_member(:index_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "IndexName"))
2334
2642
  PartitionIndexDescriptor.add_member(:keys, Shapes::ShapeRef.new(shape: KeySchemaElementList, required: true, location_name: "Keys"))
2335
2643
  PartitionIndexDescriptor.add_member(:index_status, Shapes::ShapeRef.new(shape: PartitionIndexStatus, required: true, location_name: "IndexStatus"))
2644
+ PartitionIndexDescriptor.add_member(:backfill_errors, Shapes::ShapeRef.new(shape: BackfillErrors, location_name: "BackfillErrors"))
2336
2645
  PartitionIndexDescriptor.struct_class = Types::PartitionIndexDescriptor
2337
2646
 
2338
2647
  PartitionIndexDescriptorList.member = Shapes::ShapeRef.new(shape: PartitionIndexDescriptor)
@@ -2401,6 +2710,22 @@ module Aws::Glue
2401
2710
  PutResourcePolicyResponse.add_member(:policy_hash, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHash"))
2402
2711
  PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
2403
2712
 
2713
+ PutSchemaVersionMetadataInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
2714
+ PutSchemaVersionMetadataInput.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, location_name: "SchemaVersionNumber"))
2715
+ PutSchemaVersionMetadataInput.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
2716
+ PutSchemaVersionMetadataInput.add_member(:metadata_key_value, Shapes::ShapeRef.new(shape: MetadataKeyValuePair, required: true, location_name: "MetadataKeyValue"))
2717
+ PutSchemaVersionMetadataInput.struct_class = Types::PutSchemaVersionMetadataInput
2718
+
2719
+ PutSchemaVersionMetadataResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
2720
+ PutSchemaVersionMetadataResponse.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
2721
+ PutSchemaVersionMetadataResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
2722
+ PutSchemaVersionMetadataResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: LatestSchemaVersionBoolean, location_name: "LatestVersion"))
2723
+ PutSchemaVersionMetadataResponse.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
2724
+ PutSchemaVersionMetadataResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
2725
+ PutSchemaVersionMetadataResponse.add_member(:metadata_key, Shapes::ShapeRef.new(shape: MetadataKeyString, location_name: "MetadataKey"))
2726
+ PutSchemaVersionMetadataResponse.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
2727
+ PutSchemaVersionMetadataResponse.struct_class = Types::PutSchemaVersionMetadataResponse
2728
+
2404
2729
  PutWorkflowRunPropertiesRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2405
2730
  PutWorkflowRunPropertiesRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, required: true, location_name: "RunId"))
2406
2731
  PutWorkflowRunPropertiesRequest.add_member(:run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, required: true, location_name: "RunProperties"))
@@ -2408,6 +2733,61 @@ module Aws::Glue
2408
2733
 
2409
2734
  PutWorkflowRunPropertiesResponse.struct_class = Types::PutWorkflowRunPropertiesResponse
2410
2735
 
2736
+ QuerySchemaVersionMetadataInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
2737
+ QuerySchemaVersionMetadataInput.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, location_name: "SchemaVersionNumber"))
2738
+ QuerySchemaVersionMetadataInput.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
2739
+ QuerySchemaVersionMetadataInput.add_member(:metadata_list, Shapes::ShapeRef.new(shape: MetadataList, location_name: "MetadataList"))
2740
+ QuerySchemaVersionMetadataInput.add_member(:max_results, Shapes::ShapeRef.new(shape: QuerySchemaVersionMetadataMaxResults, location_name: "MaxResults"))
2741
+ QuerySchemaVersionMetadataInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
2742
+ QuerySchemaVersionMetadataInput.struct_class = Types::QuerySchemaVersionMetadataInput
2743
+
2744
+ QuerySchemaVersionMetadataResponse.add_member(:metadata_info_map, Shapes::ShapeRef.new(shape: MetadataInfoMap, location_name: "MetadataInfoMap"))
2745
+ QuerySchemaVersionMetadataResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
2746
+ QuerySchemaVersionMetadataResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
2747
+ QuerySchemaVersionMetadataResponse.struct_class = Types::QuerySchemaVersionMetadataResponse
2748
+
2749
+ RecrawlPolicy.add_member(:recrawl_behavior, Shapes::ShapeRef.new(shape: RecrawlBehavior, location_name: "RecrawlBehavior"))
2750
+ RecrawlPolicy.struct_class = Types::RecrawlPolicy
2751
+
2752
+ RegisterSchemaVersionInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
2753
+ RegisterSchemaVersionInput.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaDefinitionString, required: true, location_name: "SchemaDefinition"))
2754
+ RegisterSchemaVersionInput.struct_class = Types::RegisterSchemaVersionInput
2755
+
2756
+ RegisterSchemaVersionResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
2757
+ RegisterSchemaVersionResponse.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
2758
+ RegisterSchemaVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: SchemaVersionStatus, location_name: "Status"))
2759
+ RegisterSchemaVersionResponse.struct_class = Types::RegisterSchemaVersionResponse
2760
+
2761
+ RegistryId.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
2762
+ RegistryId.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
2763
+ RegistryId.struct_class = Types::RegistryId
2764
+
2765
+ RegistryListDefinition.member = Shapes::ShapeRef.new(shape: RegistryListItem)
2766
+
2767
+ RegistryListItem.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
2768
+ RegistryListItem.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
2769
+ RegistryListItem.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
2770
+ RegistryListItem.add_member(:status, Shapes::ShapeRef.new(shape: RegistryStatus, location_name: "Status"))
2771
+ RegistryListItem.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
2772
+ RegistryListItem.add_member(:updated_time, Shapes::ShapeRef.new(shape: UpdatedTimestamp, location_name: "UpdatedTime"))
2773
+ RegistryListItem.struct_class = Types::RegistryListItem
2774
+
2775
+ RemoveSchemaVersionMetadataInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
2776
+ RemoveSchemaVersionMetadataInput.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, location_name: "SchemaVersionNumber"))
2777
+ RemoveSchemaVersionMetadataInput.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
2778
+ RemoveSchemaVersionMetadataInput.add_member(:metadata_key_value, Shapes::ShapeRef.new(shape: MetadataKeyValuePair, required: true, location_name: "MetadataKeyValue"))
2779
+ RemoveSchemaVersionMetadataInput.struct_class = Types::RemoveSchemaVersionMetadataInput
2780
+
2781
+ RemoveSchemaVersionMetadataResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
2782
+ RemoveSchemaVersionMetadataResponse.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
2783
+ RemoveSchemaVersionMetadataResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
2784
+ RemoveSchemaVersionMetadataResponse.add_member(:latest_version, Shapes::ShapeRef.new(shape: LatestSchemaVersionBoolean, location_name: "LatestVersion"))
2785
+ RemoveSchemaVersionMetadataResponse.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
2786
+ RemoveSchemaVersionMetadataResponse.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
2787
+ RemoveSchemaVersionMetadataResponse.add_member(:metadata_key, Shapes::ShapeRef.new(shape: MetadataKeyString, location_name: "MetadataKey"))
2788
+ RemoveSchemaVersionMetadataResponse.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
2789
+ RemoveSchemaVersionMetadataResponse.struct_class = Types::RemoveSchemaVersionMetadataResponse
2790
+
2411
2791
  ResetJobBookmarkRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
2412
2792
  ResetJobBookmarkRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "RunId"))
2413
2793
  ResetJobBookmarkRequest.struct_class = Types::ResetJobBookmarkRequest
@@ -2467,6 +2847,46 @@ module Aws::Glue
2467
2847
  SchemaColumn.add_member(:data_type, Shapes::ShapeRef.new(shape: ColumnTypeString, location_name: "DataType"))
2468
2848
  SchemaColumn.struct_class = Types::SchemaColumn
2469
2849
 
2850
+ SchemaId.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
2851
+ SchemaId.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
2852
+ SchemaId.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
2853
+ SchemaId.struct_class = Types::SchemaId
2854
+
2855
+ SchemaListDefinition.member = Shapes::ShapeRef.new(shape: SchemaListItem)
2856
+
2857
+ SchemaListItem.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
2858
+ SchemaListItem.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
2859
+ SchemaListItem.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
2860
+ SchemaListItem.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
2861
+ SchemaListItem.add_member(:schema_status, Shapes::ShapeRef.new(shape: SchemaStatus, location_name: "SchemaStatus"))
2862
+ SchemaListItem.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
2863
+ SchemaListItem.add_member(:updated_time, Shapes::ShapeRef.new(shape: UpdatedTimestamp, location_name: "UpdatedTime"))
2864
+ SchemaListItem.struct_class = Types::SchemaListItem
2865
+
2866
+ SchemaReference.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
2867
+ SchemaReference.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
2868
+ SchemaReference.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "SchemaVersionNumber", metadata: {"box"=>true}))
2869
+ SchemaReference.struct_class = Types::SchemaReference
2870
+
2871
+ SchemaVersionErrorItem.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
2872
+ SchemaVersionErrorItem.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "ErrorDetails"))
2873
+ SchemaVersionErrorItem.struct_class = Types::SchemaVersionErrorItem
2874
+
2875
+ SchemaVersionErrorList.member = Shapes::ShapeRef.new(shape: SchemaVersionErrorItem)
2876
+
2877
+ SchemaVersionList.member = Shapes::ShapeRef.new(shape: SchemaVersionListItem)
2878
+
2879
+ SchemaVersionListItem.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
2880
+ SchemaVersionListItem.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
2881
+ SchemaVersionListItem.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
2882
+ SchemaVersionListItem.add_member(:status, Shapes::ShapeRef.new(shape: SchemaVersionStatus, location_name: "Status"))
2883
+ SchemaVersionListItem.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
2884
+ SchemaVersionListItem.struct_class = Types::SchemaVersionListItem
2885
+
2886
+ SchemaVersionNumber.add_member(:latest_version, Shapes::ShapeRef.new(shape: LatestSchemaVersionBoolean, location_name: "LatestVersion"))
2887
+ SchemaVersionNumber.add_member(:version_number, Shapes::ShapeRef.new(shape: VersionLongNumber, location_name: "VersionNumber"))
2888
+ SchemaVersionNumber.struct_class = Types::SchemaVersionNumber
2889
+
2470
2890
  SearchPropertyPredicates.member = Shapes::ShapeRef.new(shape: PropertyPredicate)
2471
2891
 
2472
2892
  SearchTablesRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
@@ -2610,6 +3030,7 @@ module Aws::Glue
2610
3030
  StorageDescriptor.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
2611
3031
  StorageDescriptor.add_member(:skewed_info, Shapes::ShapeRef.new(shape: SkewedInfo, location_name: "SkewedInfo"))
2612
3032
  StorageDescriptor.add_member(:stored_as_sub_directories, Shapes::ShapeRef.new(shape: Boolean, location_name: "StoredAsSubDirectories"))
3033
+ StorageDescriptor.add_member(:schema_reference, Shapes::ShapeRef.new(shape: SchemaReference, location_name: "SchemaReference"))
2613
3034
  StorageDescriptor.struct_class = Types::StorageDescriptor
2614
3035
 
2615
3036
  StringColumnStatisticsData.add_member(:maximum_length, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "MaximumLength"))
@@ -2722,6 +3143,10 @@ module Aws::Glue
2722
3143
  TaskRunSortCriteria.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirectionType, required: true, location_name: "SortDirection"))
2723
3144
  TaskRunSortCriteria.struct_class = Types::TaskRunSortCriteria
2724
3145
 
3146
+ TransformEncryption.add_member(:ml_user_data_encryption, Shapes::ShapeRef.new(shape: MLUserDataEncryption, location_name: "MlUserDataEncryption"))
3147
+ TransformEncryption.add_member(:task_run_security_configuration_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TaskRunSecurityConfigurationName"))
3148
+ TransformEncryption.struct_class = Types::TransformEncryption
3149
+
2725
3150
  TransformFilterCriteria.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2726
3151
  TransformFilterCriteria.add_member(:transform_type, Shapes::ShapeRef.new(shape: TransformType, location_name: "TransformType"))
2727
3152
  TransformFilterCriteria.add_member(:status, Shapes::ShapeRef.new(shape: TransformStatusType, location_name: "Status"))
@@ -2823,6 +3248,8 @@ module Aws::Glue
2823
3248
  UpdateCrawlerRequest.add_member(:classifiers, Shapes::ShapeRef.new(shape: ClassifierNameList, location_name: "Classifiers"))
2824
3249
  UpdateCrawlerRequest.add_member(:table_prefix, Shapes::ShapeRef.new(shape: TablePrefix, location_name: "TablePrefix"))
2825
3250
  UpdateCrawlerRequest.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
3251
+ UpdateCrawlerRequest.add_member(:recrawl_policy, Shapes::ShapeRef.new(shape: RecrawlPolicy, location_name: "RecrawlPolicy"))
3252
+ UpdateCrawlerRequest.add_member(:lineage_configuration, Shapes::ShapeRef.new(shape: LineageConfiguration, location_name: "LineageConfiguration"))
2826
3253
  UpdateCrawlerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
2827
3254
  UpdateCrawlerRequest.add_member(:crawler_security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "CrawlerSecurityConfiguration"))
2828
3255
  UpdateCrawlerRequest.struct_class = Types::UpdateCrawlerRequest
@@ -2905,6 +3332,25 @@ module Aws::Glue
2905
3332
 
2906
3333
  UpdatePartitionResponse.struct_class = Types::UpdatePartitionResponse
2907
3334
 
3335
+ UpdateRegistryInput.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryId, required: true, location_name: "RegistryId"))
3336
+ UpdateRegistryInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, required: true, location_name: "Description"))
3337
+ UpdateRegistryInput.struct_class = Types::UpdateRegistryInput
3338
+
3339
+ UpdateRegistryResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
3340
+ UpdateRegistryResponse.add_member(:registry_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "RegistryArn"))
3341
+ UpdateRegistryResponse.struct_class = Types::UpdateRegistryResponse
3342
+
3343
+ UpdateSchemaInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
3344
+ UpdateSchemaInput.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, location_name: "SchemaVersionNumber"))
3345
+ UpdateSchemaInput.add_member(:compatibility, Shapes::ShapeRef.new(shape: Compatibility, location_name: "Compatibility"))
3346
+ UpdateSchemaInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
3347
+ UpdateSchemaInput.struct_class = Types::UpdateSchemaInput
3348
+
3349
+ UpdateSchemaResponse.add_member(:schema_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "SchemaArn"))
3350
+ UpdateSchemaResponse.add_member(:schema_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "SchemaName"))
3351
+ UpdateSchemaResponse.add_member(:registry_name, Shapes::ShapeRef.new(shape: SchemaRegistryNameString, location_name: "RegistryName"))
3352
+ UpdateSchemaResponse.struct_class = Types::UpdateSchemaResponse
3353
+
2908
3354
  UpdateTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2909
3355
  UpdateTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2910
3356
  UpdateTableRequest.add_member(:table_input, Shapes::ShapeRef.new(shape: TableInput, required: true, location_name: "TableInput"))
@@ -3203,6 +3649,17 @@ module Aws::Glue
3203
3649
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3204
3650
  end)
3205
3651
 
3652
+ api.add_operation(:check_schema_version_validity, Seahorse::Model::Operation.new.tap do |o|
3653
+ o.name = "CheckSchemaVersionValidity"
3654
+ o.http_method = "POST"
3655
+ o.http_request_uri = "/"
3656
+ o.input = Shapes::ShapeRef.new(shape: CheckSchemaVersionValidityInput)
3657
+ o.output = Shapes::ShapeRef.new(shape: CheckSchemaVersionValidityResponse)
3658
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3659
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3660
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3661
+ end)
3662
+
3206
3663
  api.add_operation(:create_classifier, Seahorse::Model::Operation.new.tap do |o|
3207
3664
  o.name = "CreateClassifier"
3208
3665
  o.http_method = "POST"
@@ -3314,6 +3771,48 @@ module Aws::Glue
3314
3771
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3315
3772
  end)
3316
3773
 
3774
+ api.add_operation(:create_partition_index, Seahorse::Model::Operation.new.tap do |o|
3775
+ o.name = "CreatePartitionIndex"
3776
+ o.http_method = "POST"
3777
+ o.http_request_uri = "/"
3778
+ o.input = Shapes::ShapeRef.new(shape: CreatePartitionIndexRequest)
3779
+ o.output = Shapes::ShapeRef.new(shape: CreatePartitionIndexResponse)
3780
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
3781
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3782
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3783
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
3784
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3785
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3786
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3787
+ end)
3788
+
3789
+ api.add_operation(:create_registry, Seahorse::Model::Operation.new.tap do |o|
3790
+ o.name = "CreateRegistry"
3791
+ o.http_method = "POST"
3792
+ o.http_request_uri = "/"
3793
+ o.input = Shapes::ShapeRef.new(shape: CreateRegistryInput)
3794
+ o.output = Shapes::ShapeRef.new(shape: CreateRegistryResponse)
3795
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3796
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3797
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
3798
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
3799
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3800
+ end)
3801
+
3802
+ api.add_operation(:create_schema, Seahorse::Model::Operation.new.tap do |o|
3803
+ o.name = "CreateSchema"
3804
+ o.http_method = "POST"
3805
+ o.http_request_uri = "/"
3806
+ o.input = Shapes::ShapeRef.new(shape: CreateSchemaInput)
3807
+ o.output = Shapes::ShapeRef.new(shape: CreateSchemaResponse)
3808
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3809
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3810
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3811
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
3812
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
3813
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3814
+ end)
3815
+
3317
3816
  api.add_operation(:create_script, Seahorse::Model::Operation.new.tap do |o|
3318
3817
  o.name = "CreateScript"
3319
3818
  o.http_method = "POST"
@@ -3515,6 +4014,32 @@ module Aws::Glue
3515
4014
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3516
4015
  end)
3517
4016
 
4017
+ api.add_operation(:delete_partition_index, Seahorse::Model::Operation.new.tap do |o|
4018
+ o.name = "DeletePartitionIndex"
4019
+ o.http_method = "POST"
4020
+ o.http_request_uri = "/"
4021
+ o.input = Shapes::ShapeRef.new(shape: DeletePartitionIndexRequest)
4022
+ o.output = Shapes::ShapeRef.new(shape: DeletePartitionIndexResponse)
4023
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4024
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4025
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4026
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4027
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4028
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
4029
+ end)
4030
+
4031
+ api.add_operation(:delete_registry, Seahorse::Model::Operation.new.tap do |o|
4032
+ o.name = "DeleteRegistry"
4033
+ o.http_method = "POST"
4034
+ o.http_request_uri = "/"
4035
+ o.input = Shapes::ShapeRef.new(shape: DeleteRegistryInput)
4036
+ o.output = Shapes::ShapeRef.new(shape: DeleteRegistryResponse)
4037
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4038
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4039
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4040
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4041
+ end)
4042
+
3518
4043
  api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
3519
4044
  o.name = "DeleteResourcePolicy"
3520
4045
  o.http_method = "POST"
@@ -3528,6 +4053,30 @@ module Aws::Glue
3528
4053
  o.errors << Shapes::ShapeRef.new(shape: ConditionCheckFailureException)
3529
4054
  end)
3530
4055
 
4056
+ api.add_operation(:delete_schema, Seahorse::Model::Operation.new.tap do |o|
4057
+ o.name = "DeleteSchema"
4058
+ o.http_method = "POST"
4059
+ o.http_request_uri = "/"
4060
+ o.input = Shapes::ShapeRef.new(shape: DeleteSchemaInput)
4061
+ o.output = Shapes::ShapeRef.new(shape: DeleteSchemaResponse)
4062
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4063
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4064
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4065
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4066
+ end)
4067
+
4068
+ api.add_operation(:delete_schema_versions, Seahorse::Model::Operation.new.tap do |o|
4069
+ o.name = "DeleteSchemaVersions"
4070
+ o.http_method = "POST"
4071
+ o.http_request_uri = "/"
4072
+ o.input = Shapes::ShapeRef.new(shape: DeleteSchemaVersionsInput)
4073
+ o.output = Shapes::ShapeRef.new(shape: DeleteSchemaVersionsResponse)
4074
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4075
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4076
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4077
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4078
+ end)
4079
+
3531
4080
  api.add_operation(:delete_security_configuration, Seahorse::Model::Operation.new.tap do |o|
3532
4081
  o.name = "DeleteSecurityConfiguration"
3533
4082
  o.http_method = "POST"
@@ -4020,6 +4569,18 @@ module Aws::Glue
4020
4569
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4021
4570
  end)
4022
4571
 
4572
+ api.add_operation(:get_registry, Seahorse::Model::Operation.new.tap do |o|
4573
+ o.name = "GetRegistry"
4574
+ o.http_method = "POST"
4575
+ o.http_request_uri = "/"
4576
+ o.input = Shapes::ShapeRef.new(shape: GetRegistryInput)
4577
+ o.output = Shapes::ShapeRef.new(shape: GetRegistryResponse)
4578
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4579
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4580
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4581
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4582
+ end)
4583
+
4023
4584
  api.add_operation(:get_resource_policies, Seahorse::Model::Operation.new.tap do |o|
4024
4585
  o.name = "GetResourcePolicies"
4025
4586
  o.http_method = "POST"
@@ -4030,6 +4591,12 @@ module Aws::Glue
4030
4591
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4031
4592
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4032
4593
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
4594
+ o[:pager] = Aws::Pager.new(
4595
+ limit_key: "max_results",
4596
+ tokens: {
4597
+ "next_token" => "next_token"
4598
+ }
4599
+ )
4033
4600
  end)
4034
4601
 
4035
4602
  api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -4044,6 +4611,54 @@ module Aws::Glue
4044
4611
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4045
4612
  end)
4046
4613
 
4614
+ api.add_operation(:get_schema, Seahorse::Model::Operation.new.tap do |o|
4615
+ o.name = "GetSchema"
4616
+ o.http_method = "POST"
4617
+ o.http_request_uri = "/"
4618
+ o.input = Shapes::ShapeRef.new(shape: GetSchemaInput)
4619
+ o.output = Shapes::ShapeRef.new(shape: GetSchemaResponse)
4620
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4621
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4622
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4623
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4624
+ end)
4625
+
4626
+ api.add_operation(:get_schema_by_definition, Seahorse::Model::Operation.new.tap do |o|
4627
+ o.name = "GetSchemaByDefinition"
4628
+ o.http_method = "POST"
4629
+ o.http_request_uri = "/"
4630
+ o.input = Shapes::ShapeRef.new(shape: GetSchemaByDefinitionInput)
4631
+ o.output = Shapes::ShapeRef.new(shape: GetSchemaByDefinitionResponse)
4632
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4633
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4634
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4635
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4636
+ end)
4637
+
4638
+ api.add_operation(:get_schema_version, Seahorse::Model::Operation.new.tap do |o|
4639
+ o.name = "GetSchemaVersion"
4640
+ o.http_method = "POST"
4641
+ o.http_request_uri = "/"
4642
+ o.input = Shapes::ShapeRef.new(shape: GetSchemaVersionInput)
4643
+ o.output = Shapes::ShapeRef.new(shape: GetSchemaVersionResponse)
4644
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4645
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4646
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4647
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4648
+ end)
4649
+
4650
+ api.add_operation(:get_schema_versions_diff, Seahorse::Model::Operation.new.tap do |o|
4651
+ o.name = "GetSchemaVersionsDiff"
4652
+ o.http_method = "POST"
4653
+ o.http_request_uri = "/"
4654
+ o.input = Shapes::ShapeRef.new(shape: GetSchemaVersionsDiffInput)
4655
+ o.output = Shapes::ShapeRef.new(shape: GetSchemaVersionsDiffResponse)
4656
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4657
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4658
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4659
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4660
+ end)
4661
+
4047
4662
  api.add_operation(:get_security_configuration, Seahorse::Model::Operation.new.tap do |o|
4048
4663
  o.name = "GetSecurityConfiguration"
4049
4664
  o.http_method = "POST"
@@ -4345,6 +4960,59 @@ module Aws::Glue
4345
4960
  )
4346
4961
  end)
4347
4962
 
4963
+ api.add_operation(:list_registries, Seahorse::Model::Operation.new.tap do |o|
4964
+ o.name = "ListRegistries"
4965
+ o.http_method = "POST"
4966
+ o.http_request_uri = "/"
4967
+ o.input = Shapes::ShapeRef.new(shape: ListRegistriesInput)
4968
+ o.output = Shapes::ShapeRef.new(shape: ListRegistriesResponse)
4969
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4970
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4971
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4972
+ o[:pager] = Aws::Pager.new(
4973
+ limit_key: "max_results",
4974
+ tokens: {
4975
+ "next_token" => "next_token"
4976
+ }
4977
+ )
4978
+ end)
4979
+
4980
+ api.add_operation(:list_schema_versions, Seahorse::Model::Operation.new.tap do |o|
4981
+ o.name = "ListSchemaVersions"
4982
+ o.http_method = "POST"
4983
+ o.http_request_uri = "/"
4984
+ o.input = Shapes::ShapeRef.new(shape: ListSchemaVersionsInput)
4985
+ o.output = Shapes::ShapeRef.new(shape: ListSchemaVersionsResponse)
4986
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4987
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4988
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4989
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4990
+ o[:pager] = Aws::Pager.new(
4991
+ limit_key: "max_results",
4992
+ tokens: {
4993
+ "next_token" => "next_token"
4994
+ }
4995
+ )
4996
+ end)
4997
+
4998
+ api.add_operation(:list_schemas, Seahorse::Model::Operation.new.tap do |o|
4999
+ o.name = "ListSchemas"
5000
+ o.http_method = "POST"
5001
+ o.http_request_uri = "/"
5002
+ o.input = Shapes::ShapeRef.new(shape: ListSchemasInput)
5003
+ o.output = Shapes::ShapeRef.new(shape: ListSchemasResponse)
5004
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5005
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5006
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5007
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5008
+ o[:pager] = Aws::Pager.new(
5009
+ limit_key: "max_results",
5010
+ tokens: {
5011
+ "next_token" => "next_token"
5012
+ }
5013
+ )
5014
+ end)
5015
+
4348
5016
  api.add_operation(:list_triggers, Seahorse::Model::Operation.new.tap do |o|
4349
5017
  o.name = "ListTriggers"
4350
5018
  o.http_method = "POST"
@@ -4404,6 +5072,19 @@ module Aws::Glue
4404
5072
  o.errors << Shapes::ShapeRef.new(shape: ConditionCheckFailureException)
4405
5073
  end)
4406
5074
 
5075
+ api.add_operation(:put_schema_version_metadata, Seahorse::Model::Operation.new.tap do |o|
5076
+ o.name = "PutSchemaVersionMetadata"
5077
+ o.http_method = "POST"
5078
+ o.http_request_uri = "/"
5079
+ o.input = Shapes::ShapeRef.new(shape: PutSchemaVersionMetadataInput)
5080
+ o.output = Shapes::ShapeRef.new(shape: PutSchemaVersionMetadataResponse)
5081
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5082
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5083
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
5084
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5085
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
5086
+ end)
5087
+
4407
5088
  api.add_operation(:put_workflow_run_properties, Seahorse::Model::Operation.new.tap do |o|
4408
5089
  o.name = "PutWorkflowRunProperties"
4409
5090
  o.http_method = "POST"
@@ -4419,6 +5100,42 @@ module Aws::Glue
4419
5100
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4420
5101
  end)
4421
5102
 
5103
+ api.add_operation(:query_schema_version_metadata, Seahorse::Model::Operation.new.tap do |o|
5104
+ o.name = "QuerySchemaVersionMetadata"
5105
+ o.http_method = "POST"
5106
+ o.http_request_uri = "/"
5107
+ o.input = Shapes::ShapeRef.new(shape: QuerySchemaVersionMetadataInput)
5108
+ o.output = Shapes::ShapeRef.new(shape: QuerySchemaVersionMetadataResponse)
5109
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5110
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5111
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5112
+ end)
5113
+
5114
+ api.add_operation(:register_schema_version, Seahorse::Model::Operation.new.tap do |o|
5115
+ o.name = "RegisterSchemaVersion"
5116
+ o.http_method = "POST"
5117
+ o.http_request_uri = "/"
5118
+ o.input = Shapes::ShapeRef.new(shape: RegisterSchemaVersionInput)
5119
+ o.output = Shapes::ShapeRef.new(shape: RegisterSchemaVersionResponse)
5120
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5121
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5122
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5123
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
5124
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
5125
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5126
+ end)
5127
+
5128
+ api.add_operation(:remove_schema_version_metadata, Seahorse::Model::Operation.new.tap do |o|
5129
+ o.name = "RemoveSchemaVersionMetadata"
5130
+ o.http_method = "POST"
5131
+ o.http_request_uri = "/"
5132
+ o.input = Shapes::ShapeRef.new(shape: RemoveSchemaVersionMetadataInput)
5133
+ o.output = Shapes::ShapeRef.new(shape: RemoveSchemaVersionMetadataResponse)
5134
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5135
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5136
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5137
+ end)
5138
+
4422
5139
  api.add_operation(:reset_job_bookmark, Seahorse::Model::Operation.new.tap do |o|
4423
5140
  o.name = "ResetJobBookmark"
4424
5141
  o.http_method = "POST"
@@ -4796,6 +5513,32 @@ module Aws::Glue
4796
5513
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
4797
5514
  end)
4798
5515
 
5516
+ api.add_operation(:update_registry, Seahorse::Model::Operation.new.tap do |o|
5517
+ o.name = "UpdateRegistry"
5518
+ o.http_method = "POST"
5519
+ o.http_request_uri = "/"
5520
+ o.input = Shapes::ShapeRef.new(shape: UpdateRegistryInput)
5521
+ o.output = Shapes::ShapeRef.new(shape: UpdateRegistryResponse)
5522
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5523
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5524
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5525
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
5526
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5527
+ end)
5528
+
5529
+ api.add_operation(:update_schema, Seahorse::Model::Operation.new.tap do |o|
5530
+ o.name = "UpdateSchema"
5531
+ o.http_method = "POST"
5532
+ o.http_request_uri = "/"
5533
+ o.input = Shapes::ShapeRef.new(shape: UpdateSchemaInput)
5534
+ o.output = Shapes::ShapeRef.new(shape: UpdateSchemaResponse)
5535
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5536
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5537
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5538
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
5539
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5540
+ end)
5541
+
4799
5542
  api.add_operation(:update_table, Seahorse::Model::Operation.new.tap do |o|
4800
5543
  o.name = "UpdateTable"
4801
5544
  o.http_method = "POST"