aws-sdk-glue 1.110.0 → 1.113.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,8 +17,15 @@ module Aws::Glue
17
17
  AccountId = Shapes::StringShape.new(name: 'AccountId')
18
18
  Action = Shapes::StructureShape.new(name: 'Action')
19
19
  ActionList = Shapes::ListShape.new(name: 'ActionList')
20
+ AdditionalOptions = Shapes::MapShape.new(name: 'AdditionalOptions')
20
21
  AdditionalPlanOptionsMap = Shapes::MapShape.new(name: 'AdditionalPlanOptionsMap')
22
+ AggFunction = Shapes::StringShape.new(name: 'AggFunction')
23
+ Aggregate = Shapes::StructureShape.new(name: 'Aggregate')
24
+ AggregateOperation = Shapes::StructureShape.new(name: 'AggregateOperation')
25
+ AggregateOperations = Shapes::ListShape.new(name: 'AggregateOperations')
21
26
  AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
27
+ ApplyMapping = Shapes::StructureShape.new(name: 'ApplyMapping')
28
+ AthenaConnectorSource = Shapes::StructureShape.new(name: 'AthenaConnectorSource')
22
29
  AttemptCount = Shapes::IntegerShape.new(name: 'AttemptCount')
23
30
  AuditColumnNamesList = Shapes::ListShape.new(name: 'AuditColumnNamesList')
24
31
  AuditContext = Shapes::StructureShape.new(name: 'AuditContext')
@@ -27,6 +34,7 @@ module Aws::Glue
27
34
  BackfillErrorCode = Shapes::StringShape.new(name: 'BackfillErrorCode')
28
35
  BackfillErroredPartitionsList = Shapes::ListShape.new(name: 'BackfillErroredPartitionsList')
29
36
  BackfillErrors = Shapes::ListShape.new(name: 'BackfillErrors')
37
+ BasicCatalogTarget = Shapes::StructureShape.new(name: 'BasicCatalogTarget')
30
38
  BatchCreatePartitionRequest = Shapes::StructureShape.new(name: 'BatchCreatePartitionRequest')
31
39
  BatchCreatePartitionResponse = Shapes::StructureShape.new(name: 'BatchCreatePartitionResponse')
32
40
  BatchDeleteConnectionRequest = Shapes::StructureShape.new(name: 'BatchDeleteConnectionRequest')
@@ -90,6 +98,12 @@ module Aws::Glue
90
98
  BooleanNullable = Shapes::BooleanShape.new(name: 'BooleanNullable')
91
99
  BooleanValue = Shapes::BooleanShape.new(name: 'BooleanValue')
92
100
  BoundedPartitionValueList = Shapes::ListShape.new(name: 'BoundedPartitionValueList')
101
+ BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
102
+ BoxedDoubleFraction = Shapes::FloatShape.new(name: 'BoxedDoubleFraction')
103
+ BoxedLong = Shapes::IntegerShape.new(name: 'BoxedLong')
104
+ BoxedNonNegativeInt = Shapes::IntegerShape.new(name: 'BoxedNonNegativeInt')
105
+ BoxedNonNegativeLong = Shapes::IntegerShape.new(name: 'BoxedNonNegativeLong')
106
+ BoxedPositiveInt = Shapes::IntegerShape.new(name: 'BoxedPositiveInt')
93
107
  CancelMLTaskRunRequest = Shapes::StructureShape.new(name: 'CancelMLTaskRunRequest')
94
108
  CancelMLTaskRunResponse = Shapes::StructureShape.new(name: 'CancelMLTaskRunResponse')
95
109
  CancelStatementRequest = Shapes::StructureShape.new(name: 'CancelStatementRequest')
@@ -100,6 +114,10 @@ module Aws::Glue
100
114
  CatalogGetterPageSize = Shapes::IntegerShape.new(name: 'CatalogGetterPageSize')
101
115
  CatalogIdString = Shapes::StringShape.new(name: 'CatalogIdString')
102
116
  CatalogImportStatus = Shapes::StructureShape.new(name: 'CatalogImportStatus')
117
+ CatalogKafkaSource = Shapes::StructureShape.new(name: 'CatalogKafkaSource')
118
+ CatalogKinesisSource = Shapes::StructureShape.new(name: 'CatalogKinesisSource')
119
+ CatalogSchemaChangePolicy = Shapes::StructureShape.new(name: 'CatalogSchemaChangePolicy')
120
+ CatalogSource = Shapes::StructureShape.new(name: 'CatalogSource')
103
121
  CatalogTablesList = Shapes::ListShape.new(name: 'CatalogTablesList')
104
122
  CatalogTarget = Shapes::StructureShape.new(name: 'CatalogTarget')
105
123
  CatalogTargetList = Shapes::ListShape.new(name: 'CatalogTargetList')
@@ -113,6 +131,8 @@ module Aws::Glue
113
131
  CloudWatchEncryptionMode = Shapes::StringShape.new(name: 'CloudWatchEncryptionMode')
114
132
  CodeGenArgName = Shapes::StringShape.new(name: 'CodeGenArgName')
115
133
  CodeGenArgValue = Shapes::StringShape.new(name: 'CodeGenArgValue')
134
+ CodeGenConfigurationNode = Shapes::StructureShape.new(name: 'CodeGenConfigurationNode')
135
+ CodeGenConfigurationNodes = Shapes::MapShape.new(name: 'CodeGenConfigurationNodes')
116
136
  CodeGenEdge = Shapes::StructureShape.new(name: 'CodeGenEdge')
117
137
  CodeGenIdentifier = Shapes::StringShape.new(name: 'CodeGenIdentifier')
118
138
  CodeGenNode = Shapes::StructureShape.new(name: 'CodeGenNode')
@@ -140,6 +160,7 @@ module Aws::Glue
140
160
  CommentString = Shapes::StringShape.new(name: 'CommentString')
141
161
  Comparator = Shapes::StringShape.new(name: 'Comparator')
142
162
  Compatibility = Shapes::StringShape.new(name: 'Compatibility')
163
+ CompressionType = Shapes::StringShape.new(name: 'CompressionType')
143
164
  ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
144
165
  ConcurrentRunsExceededException = Shapes::StructureShape.new(name: 'ConcurrentRunsExceededException')
145
166
  Condition = Shapes::StructureShape.new(name: 'Condition')
@@ -158,10 +179,14 @@ module Aws::Glue
158
179
  ConnectionsList = Shapes::StructureShape.new(name: 'ConnectionsList')
159
180
  ContextWords = Shapes::ListShape.new(name: 'ContextWords')
160
181
  Crawl = Shapes::StructureShape.new(name: 'Crawl')
182
+ CrawlId = Shapes::StringShape.new(name: 'CrawlId')
161
183
  CrawlList = Shapes::ListShape.new(name: 'CrawlList')
162
184
  CrawlState = Shapes::StringShape.new(name: 'CrawlState')
163
185
  Crawler = Shapes::StructureShape.new(name: 'Crawler')
164
186
  CrawlerConfiguration = Shapes::StringShape.new(name: 'CrawlerConfiguration')
187
+ CrawlerHistory = Shapes::StructureShape.new(name: 'CrawlerHistory')
188
+ CrawlerHistoryList = Shapes::ListShape.new(name: 'CrawlerHistoryList')
189
+ CrawlerHistoryState = Shapes::StringShape.new(name: 'CrawlerHistoryState')
165
190
  CrawlerLineageSettings = Shapes::StringShape.new(name: 'CrawlerLineageSettings')
166
191
  CrawlerList = Shapes::ListShape.new(name: 'CrawlerList')
167
192
  CrawlerMetrics = Shapes::StructureShape.new(name: 'CrawlerMetrics')
@@ -174,6 +199,8 @@ module Aws::Glue
174
199
  CrawlerState = Shapes::StringShape.new(name: 'CrawlerState')
175
200
  CrawlerStoppingException = Shapes::StructureShape.new(name: 'CrawlerStoppingException')
176
201
  CrawlerTargets = Shapes::StructureShape.new(name: 'CrawlerTargets')
202
+ CrawlsFilter = Shapes::StructureShape.new(name: 'CrawlsFilter')
203
+ CrawlsFilterList = Shapes::ListShape.new(name: 'CrawlsFilterList')
177
204
  CreateBlueprintRequest = Shapes::StructureShape.new(name: 'CreateBlueprintRequest')
178
205
  CreateBlueprintResponse = Shapes::StructureShape.new(name: 'CreateBlueprintResponse')
179
206
  CreateClassifierRequest = Shapes::StructureShape.new(name: 'CreateClassifierRequest')
@@ -225,6 +252,7 @@ module Aws::Glue
225
252
  CsvHeader = Shapes::ListShape.new(name: 'CsvHeader')
226
253
  CsvHeaderOption = Shapes::StringShape.new(name: 'CsvHeaderOption')
227
254
  CsvQuoteSymbol = Shapes::StringShape.new(name: 'CsvQuoteSymbol')
255
+ CustomCode = Shapes::StructureShape.new(name: 'CustomCode')
228
256
  CustomEntityType = Shapes::StructureShape.new(name: 'CustomEntityType')
229
257
  CustomEntityTypeNames = Shapes::ListShape.new(name: 'CustomEntityTypeNames')
230
258
  CustomEntityTypes = Shapes::ListShape.new(name: 'CustomEntityTypes')
@@ -240,6 +268,7 @@ module Aws::Glue
240
268
  DatabaseInput = Shapes::StructureShape.new(name: 'DatabaseInput')
241
269
  DatabaseList = Shapes::ListShape.new(name: 'DatabaseList')
242
270
  DatabaseName = Shapes::StringShape.new(name: 'DatabaseName')
271
+ Datatype = Shapes::StructureShape.new(name: 'Datatype')
243
272
  DateColumnStatisticsData = Shapes::StructureShape.new(name: 'DateColumnStatisticsData')
244
273
  DecimalColumnStatisticsData = Shapes::StructureShape.new(name: 'DecimalColumnStatisticsData')
245
274
  DecimalNumber = Shapes::StructureShape.new(name: 'DecimalNumber')
@@ -302,14 +331,25 @@ module Aws::Glue
302
331
  DevEndpointList = Shapes::ListShape.new(name: 'DevEndpointList')
303
332
  DevEndpointNameList = Shapes::ListShape.new(name: 'DevEndpointNameList')
304
333
  DevEndpointNames = Shapes::ListShape.new(name: 'DevEndpointNames')
334
+ DirectKafkaSource = Shapes::StructureShape.new(name: 'DirectKafkaSource')
335
+ DirectKinesisSource = Shapes::StructureShape.new(name: 'DirectKinesisSource')
336
+ DirectSchemaChangePolicy = Shapes::StructureShape.new(name: 'DirectSchemaChangePolicy')
305
337
  Double = Shapes::FloatShape.new(name: 'Double')
306
338
  DoubleColumnStatisticsData = Shapes::StructureShape.new(name: 'DoubleColumnStatisticsData')
307
339
  DoubleValue = Shapes::FloatShape.new(name: 'DoubleValue')
340
+ DropDuplicates = Shapes::StructureShape.new(name: 'DropDuplicates')
341
+ DropFields = Shapes::StructureShape.new(name: 'DropFields')
342
+ DropNullFields = Shapes::StructureShape.new(name: 'DropNullFields')
343
+ DynamoDBCatalogSource = Shapes::StructureShape.new(name: 'DynamoDBCatalogSource')
308
344
  DynamoDBTarget = Shapes::StructureShape.new(name: 'DynamoDBTarget')
309
345
  DynamoDBTargetList = Shapes::ListShape.new(name: 'DynamoDBTargetList')
310
346
  Edge = Shapes::StructureShape.new(name: 'Edge')
311
347
  EdgeList = Shapes::ListShape.new(name: 'EdgeList')
312
348
  EnableHybridValues = Shapes::StringShape.new(name: 'EnableHybridValues')
349
+ EnclosedInStringProperties = Shapes::ListShape.new(name: 'EnclosedInStringProperties')
350
+ EnclosedInStringPropertiesMinOne = Shapes::ListShape.new(name: 'EnclosedInStringPropertiesMinOne')
351
+ EnclosedInStringProperty = Shapes::StringShape.new(name: 'EnclosedInStringProperty')
352
+ EnclosedInStringPropertyWithQuote = Shapes::StringShape.new(name: 'EnclosedInStringPropertyWithQuote')
313
353
  EncryptionAtRest = Shapes::StructureShape.new(name: 'EncryptionAtRest')
314
354
  EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
315
355
  EntityNotFoundException = Shapes::StructureShape.new(name: 'EntityNotFoundException')
@@ -326,14 +366,27 @@ module Aws::Glue
326
366
  ExecutionTime = Shapes::IntegerShape.new(name: 'ExecutionTime')
327
367
  ExistCondition = Shapes::StringShape.new(name: 'ExistCondition')
328
368
  ExportLabelsTaskRunProperties = Shapes::StructureShape.new(name: 'ExportLabelsTaskRunProperties')
369
+ ExtendedString = Shapes::StringShape.new(name: 'ExtendedString')
370
+ FieldName = Shapes::StringShape.new(name: 'FieldName')
329
371
  FieldType = Shapes::StringShape.new(name: 'FieldType')
372
+ FillMissingValues = Shapes::StructureShape.new(name: 'FillMissingValues')
373
+ Filter = Shapes::StructureShape.new(name: 'Filter')
374
+ FilterExpression = Shapes::StructureShape.new(name: 'FilterExpression')
375
+ FilterExpressions = Shapes::ListShape.new(name: 'FilterExpressions')
376
+ FilterLogicalOperator = Shapes::StringShape.new(name: 'FilterLogicalOperator')
377
+ FilterOperation = Shapes::StringShape.new(name: 'FilterOperation')
378
+ FilterOperator = Shapes::StringShape.new(name: 'FilterOperator')
330
379
  FilterString = Shapes::StringShape.new(name: 'FilterString')
380
+ FilterValue = Shapes::StructureShape.new(name: 'FilterValue')
381
+ FilterValueType = Shapes::StringShape.new(name: 'FilterValueType')
382
+ FilterValues = Shapes::ListShape.new(name: 'FilterValues')
331
383
  FindMatchesMetrics = Shapes::StructureShape.new(name: 'FindMatchesMetrics')
332
384
  FindMatchesParameters = Shapes::StructureShape.new(name: 'FindMatchesParameters')
333
385
  FindMatchesTaskRunProperties = Shapes::StructureShape.new(name: 'FindMatchesTaskRunProperties')
334
386
  FormatString = Shapes::StringShape.new(name: 'FormatString')
335
387
  Generic512CharString = Shapes::StringShape.new(name: 'Generic512CharString')
336
388
  GenericBoundedDouble = Shapes::FloatShape.new(name: 'GenericBoundedDouble')
389
+ GenericLimitedString = Shapes::StringShape.new(name: 'GenericLimitedString')
337
390
  GenericMap = Shapes::MapShape.new(name: 'GenericMap')
338
391
  GenericString = Shapes::StringShape.new(name: 'GenericString')
339
392
  GetBlueprintRequest = Shapes::StructureShape.new(name: 'GetBlueprintRequest')
@@ -464,10 +517,19 @@ module Aws::Glue
464
517
  GetWorkflowRunsResponse = Shapes::StructureShape.new(name: 'GetWorkflowRunsResponse')
465
518
  GlueEncryptionException = Shapes::StructureShape.new(name: 'GlueEncryptionException')
466
519
  GluePolicy = Shapes::StructureShape.new(name: 'GluePolicy')
520
+ GlueRecordType = Shapes::StringShape.new(name: 'GlueRecordType')
467
521
  GlueResourceArn = Shapes::StringShape.new(name: 'GlueResourceArn')
522
+ GlueSchema = Shapes::StructureShape.new(name: 'GlueSchema')
523
+ GlueSchemas = Shapes::ListShape.new(name: 'GlueSchemas')
524
+ GlueStudioColumnNameString = Shapes::StringShape.new(name: 'GlueStudioColumnNameString')
525
+ GlueStudioPathList = Shapes::ListShape.new(name: 'GlueStudioPathList')
526
+ GlueStudioSchemaColumn = Shapes::StructureShape.new(name: 'GlueStudioSchemaColumn')
527
+ GlueStudioSchemaColumnList = Shapes::ListShape.new(name: 'GlueStudioSchemaColumnList')
468
528
  GlueTable = Shapes::StructureShape.new(name: 'GlueTable')
469
529
  GlueTables = Shapes::ListShape.new(name: 'GlueTables')
470
530
  GlueVersionString = Shapes::StringShape.new(name: 'GlueVersionString')
531
+ GovernedCatalogSource = Shapes::StructureShape.new(name: 'GovernedCatalogSource')
532
+ GovernedCatalogTarget = Shapes::StructureShape.new(name: 'GovernedCatalogTarget')
471
533
  GrokClassifier = Shapes::StructureShape.new(name: 'GrokClassifier')
472
534
  GrokPattern = Shapes::StringShape.new(name: 'GrokPattern')
473
535
  HashString = Shapes::StringShape.new(name: 'HashString')
@@ -486,6 +548,11 @@ module Aws::Glue
486
548
  InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
487
549
  InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
488
550
  IsVersionValid = Shapes::BooleanShape.new(name: 'IsVersionValid')
551
+ JDBCConnectorOptions = Shapes::StructureShape.new(name: 'JDBCConnectorOptions')
552
+ JDBCConnectorSource = Shapes::StructureShape.new(name: 'JDBCConnectorSource')
553
+ JDBCConnectorTarget = Shapes::StructureShape.new(name: 'JDBCConnectorTarget')
554
+ JDBCDataType = Shapes::StringShape.new(name: 'JDBCDataType')
555
+ JDBCDataTypeMapping = Shapes::MapShape.new(name: 'JDBCDataTypeMapping')
489
556
  JdbcTarget = Shapes::StructureShape.new(name: 'JdbcTarget')
490
557
  JdbcTargetList = Shapes::ListShape.new(name: 'JdbcTargetList')
491
558
  Job = Shapes::StructureShape.new(name: 'Job')
@@ -501,13 +568,19 @@ module Aws::Glue
501
568
  JobRunList = Shapes::ListShape.new(name: 'JobRunList')
502
569
  JobRunState = Shapes::StringShape.new(name: 'JobRunState')
503
570
  JobUpdate = Shapes::StructureShape.new(name: 'JobUpdate')
571
+ Join = Shapes::StructureShape.new(name: 'Join')
572
+ JoinColumn = Shapes::StructureShape.new(name: 'JoinColumn')
573
+ JoinColumns = Shapes::ListShape.new(name: 'JoinColumns')
574
+ JoinType = Shapes::StringShape.new(name: 'JoinType')
504
575
  JsonClassifier = Shapes::StructureShape.new(name: 'JsonClassifier')
505
576
  JsonPath = Shapes::StringShape.new(name: 'JsonPath')
506
577
  JsonValue = Shapes::StringShape.new(name: 'JsonValue')
578
+ KafkaStreamingSourceOptions = Shapes::StructureShape.new(name: 'KafkaStreamingSourceOptions')
507
579
  KeyList = Shapes::ListShape.new(name: 'KeyList')
508
580
  KeySchemaElement = Shapes::StructureShape.new(name: 'KeySchemaElement')
509
581
  KeySchemaElementList = Shapes::ListShape.new(name: 'KeySchemaElementList')
510
582
  KeyString = Shapes::StringShape.new(name: 'KeyString')
583
+ KinesisStreamingSourceOptions = Shapes::StructureShape.new(name: 'KinesisStreamingSourceOptions')
511
584
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
512
585
  LabelCount = Shapes::IntegerShape.new(name: 'LabelCount')
513
586
  LabelingSetGenerationTaskRunProperties = Shapes::StructureShape.new(name: 'LabelingSetGenerationTaskRunProperties')
@@ -517,11 +590,15 @@ module Aws::Glue
517
590
  LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
518
591
  LastCrawlStatus = Shapes::StringShape.new(name: 'LastCrawlStatus')
519
592
  LatestSchemaVersionBoolean = Shapes::BooleanShape.new(name: 'LatestSchemaVersionBoolean')
593
+ LimitedPathList = Shapes::ListShape.new(name: 'LimitedPathList')
594
+ LimitedStringList = Shapes::ListShape.new(name: 'LimitedStringList')
520
595
  LineageConfiguration = Shapes::StructureShape.new(name: 'LineageConfiguration')
521
596
  ListBlueprintsRequest = Shapes::StructureShape.new(name: 'ListBlueprintsRequest')
522
597
  ListBlueprintsResponse = Shapes::StructureShape.new(name: 'ListBlueprintsResponse')
523
598
  ListCrawlersRequest = Shapes::StructureShape.new(name: 'ListCrawlersRequest')
524
599
  ListCrawlersResponse = Shapes::StructureShape.new(name: 'ListCrawlersResponse')
600
+ ListCrawlsRequest = Shapes::StructureShape.new(name: 'ListCrawlsRequest')
601
+ ListCrawlsResponse = Shapes::StructureShape.new(name: 'ListCrawlsResponse')
525
602
  ListCustomEntityTypesRequest = Shapes::StructureShape.new(name: 'ListCustomEntityTypesRequest')
526
603
  ListCustomEntityTypesResponse = Shapes::StructureShape.new(name: 'ListCustomEntityTypesResponse')
527
604
  ListDevEndpointsRequest = Shapes::StructureShape.new(name: 'ListDevEndpointsRequest')
@@ -559,13 +636,18 @@ module Aws::Glue
559
636
  MLTransformNotReadyException = Shapes::StructureShape.new(name: 'MLTransformNotReadyException')
560
637
  MLUserDataEncryption = Shapes::StructureShape.new(name: 'MLUserDataEncryption')
561
638
  MLUserDataEncryptionModeString = Shapes::StringShape.new(name: 'MLUserDataEncryptionModeString')
639
+ ManyInputs = Shapes::ListShape.new(name: 'ManyInputs')
562
640
  MapValue = Shapes::MapShape.new(name: 'MapValue')
641
+ Mapping = Shapes::StructureShape.new(name: 'Mapping')
563
642
  MappingEntry = Shapes::StructureShape.new(name: 'MappingEntry')
564
643
  MappingList = Shapes::ListShape.new(name: 'MappingList')
644
+ Mappings = Shapes::ListShape.new(name: 'Mappings')
645
+ MaskValue = Shapes::StringShape.new(name: 'MaskValue')
565
646
  MatchCriteria = Shapes::ListShape.new(name: 'MatchCriteria')
566
647
  MaxConcurrentRuns = Shapes::IntegerShape.new(name: 'MaxConcurrentRuns')
567
648
  MaxResultsNumber = Shapes::IntegerShape.new(name: 'MaxResultsNumber')
568
649
  MaxRetries = Shapes::IntegerShape.new(name: 'MaxRetries')
650
+ Merge = Shapes::StructureShape.new(name: 'Merge')
569
651
  MessagePrefix = Shapes::StringShape.new(name: 'MessagePrefix')
570
652
  MessageString = Shapes::StringShape.new(name: 'MessageString')
571
653
  MetadataInfo = Shapes::StructureShape.new(name: 'MetadataInfo')
@@ -574,25 +656,38 @@ module Aws::Glue
574
656
  MetadataKeyValuePair = Shapes::StructureShape.new(name: 'MetadataKeyValuePair')
575
657
  MetadataList = Shapes::ListShape.new(name: 'MetadataList')
576
658
  MetadataValueString = Shapes::StringShape.new(name: 'MetadataValueString')
659
+ MicrosoftSQLServerCatalogSource = Shapes::StructureShape.new(name: 'MicrosoftSQLServerCatalogSource')
660
+ MicrosoftSQLServerCatalogTarget = Shapes::StructureShape.new(name: 'MicrosoftSQLServerCatalogTarget')
577
661
  MillisecondsCount = Shapes::IntegerShape.new(name: 'MillisecondsCount')
578
662
  MongoDBTarget = Shapes::StructureShape.new(name: 'MongoDBTarget')
579
663
  MongoDBTargetList = Shapes::ListShape.new(name: 'MongoDBTargetList')
664
+ MySQLCatalogSource = Shapes::StructureShape.new(name: 'MySQLCatalogSource')
665
+ MySQLCatalogTarget = Shapes::StructureShape.new(name: 'MySQLCatalogTarget')
580
666
  NameString = Shapes::StringShape.new(name: 'NameString')
581
667
  NameStringList = Shapes::ListShape.new(name: 'NameStringList')
582
668
  NoScheduleException = Shapes::StructureShape.new(name: 'NoScheduleException')
583
669
  Node = Shapes::StructureShape.new(name: 'Node')
670
+ NodeId = Shapes::StringShape.new(name: 'NodeId')
584
671
  NodeIdList = Shapes::ListShape.new(name: 'NodeIdList')
585
672
  NodeList = Shapes::ListShape.new(name: 'NodeList')
673
+ NodeName = Shapes::StringShape.new(name: 'NodeName')
586
674
  NodeType = Shapes::StringShape.new(name: 'NodeType')
587
675
  NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
676
+ NonNegativeInt = Shapes::IntegerShape.new(name: 'NonNegativeInt')
588
677
  NonNegativeInteger = Shapes::IntegerShape.new(name: 'NonNegativeInteger')
589
678
  NonNegativeLong = Shapes::IntegerShape.new(name: 'NonNegativeLong')
590
679
  NotificationProperty = Shapes::StructureShape.new(name: 'NotificationProperty')
591
680
  NotifyDelayAfter = Shapes::IntegerShape.new(name: 'NotifyDelayAfter')
681
+ NullCheckBoxList = Shapes::StructureShape.new(name: 'NullCheckBoxList')
682
+ NullValueField = Shapes::StructureShape.new(name: 'NullValueField')
683
+ NullValueFields = Shapes::ListShape.new(name: 'NullValueFields')
592
684
  NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
593
685
  NullableDouble = Shapes::FloatShape.new(name: 'NullableDouble')
594
686
  NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
687
+ OneInput = Shapes::ListShape.new(name: 'OneInput')
595
688
  OperationTimeoutException = Shapes::StructureShape.new(name: 'OperationTimeoutException')
689
+ OracleSQLCatalogSource = Shapes::StructureShape.new(name: 'OracleSQLCatalogSource')
690
+ OracleSQLCatalogTarget = Shapes::StructureShape.new(name: 'OracleSQLCatalogTarget')
596
691
  OrchestrationArgumentsMap = Shapes::MapShape.new(name: 'OrchestrationArgumentsMap')
597
692
  OrchestrationArgumentsValue = Shapes::StringShape.new(name: 'OrchestrationArgumentsValue')
598
693
  OrchestrationIAMRoleArn = Shapes::StringShape.new(name: 'OrchestrationIAMRoleArn')
@@ -606,10 +701,12 @@ module Aws::Glue
606
701
  OrderList = Shapes::ListShape.new(name: 'OrderList')
607
702
  OtherMetadataValueList = Shapes::ListShape.new(name: 'OtherMetadataValueList')
608
703
  OtherMetadataValueListItem = Shapes::StructureShape.new(name: 'OtherMetadataValueListItem')
704
+ PIIDetection = Shapes::StructureShape.new(name: 'PIIDetection')
609
705
  PageSize = Shapes::IntegerShape.new(name: 'PageSize')
610
706
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
611
707
  ParametersMap = Shapes::MapShape.new(name: 'ParametersMap')
612
708
  ParametersMapValue = Shapes::StringShape.new(name: 'ParametersMapValue')
709
+ ParquetCompressionType = Shapes::StringShape.new(name: 'ParquetCompressionType')
613
710
  Partition = Shapes::StructureShape.new(name: 'Partition')
614
711
  PartitionError = Shapes::StructureShape.new(name: 'PartitionError')
615
712
  PartitionErrors = Shapes::ListShape.new(name: 'PartitionErrors')
@@ -630,7 +727,12 @@ module Aws::Glue
630
727
  PermissionTypeList = Shapes::ListShape.new(name: 'PermissionTypeList')
631
728
  PermissionTypeMismatchException = Shapes::StructureShape.new(name: 'PermissionTypeMismatchException')
632
729
  PhysicalConnectionRequirements = Shapes::StructureShape.new(name: 'PhysicalConnectionRequirements')
730
+ PiiType = Shapes::StringShape.new(name: 'PiiType')
633
731
  PolicyJsonString = Shapes::StringShape.new(name: 'PolicyJsonString')
732
+ PollingTime = Shapes::IntegerShape.new(name: 'PollingTime')
733
+ PositiveLong = Shapes::IntegerShape.new(name: 'PositiveLong')
734
+ PostgreSQLCatalogSource = Shapes::StructureShape.new(name: 'PostgreSQLCatalogSource')
735
+ PostgreSQLCatalogTarget = Shapes::StructureShape.new(name: 'PostgreSQLCatalogTarget')
634
736
  Predecessor = Shapes::StructureShape.new(name: 'Predecessor')
635
737
  PredecessorList = Shapes::ListShape.new(name: 'PredecessorList')
636
738
  Predicate = Shapes::StructureShape.new(name: 'Predicate')
@@ -638,6 +740,7 @@ module Aws::Glue
638
740
  PrincipalPermissions = Shapes::StructureShape.new(name: 'PrincipalPermissions')
639
741
  PrincipalPermissionsList = Shapes::ListShape.new(name: 'PrincipalPermissionsList')
640
742
  PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
743
+ Prob = Shapes::FloatShape.new(name: 'Prob')
641
744
  PropertyPredicate = Shapes::StructureShape.new(name: 'PropertyPredicate')
642
745
  PublicKeysList = Shapes::ListShape.new(name: 'PublicKeysList')
643
746
  PutDataCatalogEncryptionSettingsRequest = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsRequest')
@@ -653,17 +756,22 @@ module Aws::Glue
653
756
  QuerySchemaVersionMetadataInput = Shapes::StructureShape.new(name: 'QuerySchemaVersionMetadataInput')
654
757
  QuerySchemaVersionMetadataMaxResults = Shapes::IntegerShape.new(name: 'QuerySchemaVersionMetadataMaxResults')
655
758
  QuerySchemaVersionMetadataResponse = Shapes::StructureShape.new(name: 'QuerySchemaVersionMetadataResponse')
759
+ QuoteChar = Shapes::StringShape.new(name: 'QuoteChar')
656
760
  RecordsCount = Shapes::IntegerShape.new(name: 'RecordsCount')
657
761
  RecrawlBehavior = Shapes::StringShape.new(name: 'RecrawlBehavior')
658
762
  RecrawlPolicy = Shapes::StructureShape.new(name: 'RecrawlPolicy')
763
+ RedshiftSource = Shapes::StructureShape.new(name: 'RedshiftSource')
764
+ RedshiftTarget = Shapes::StructureShape.new(name: 'RedshiftTarget')
659
765
  RegisterSchemaVersionInput = Shapes::StructureShape.new(name: 'RegisterSchemaVersionInput')
660
766
  RegisterSchemaVersionResponse = Shapes::StructureShape.new(name: 'RegisterSchemaVersionResponse')
661
767
  RegistryId = Shapes::StructureShape.new(name: 'RegistryId')
662
768
  RegistryListDefinition = Shapes::ListShape.new(name: 'RegistryListDefinition')
663
769
  RegistryListItem = Shapes::StructureShape.new(name: 'RegistryListItem')
664
770
  RegistryStatus = Shapes::StringShape.new(name: 'RegistryStatus')
771
+ RelationalCatalogSource = Shapes::StructureShape.new(name: 'RelationalCatalogSource')
665
772
  RemoveSchemaVersionMetadataInput = Shapes::StructureShape.new(name: 'RemoveSchemaVersionMetadataInput')
666
773
  RemoveSchemaVersionMetadataResponse = Shapes::StructureShape.new(name: 'RemoveSchemaVersionMetadataResponse')
774
+ RenameField = Shapes::StructureShape.new(name: 'RenameField')
667
775
  ReplaceBoolean = Shapes::BooleanShape.new(name: 'ReplaceBoolean')
668
776
  ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
669
777
  ResetJobBookmarkResponse = Shapes::StructureShape.new(name: 'ResetJobBookmarkResponse')
@@ -682,9 +790,18 @@ module Aws::Glue
682
790
  RunId = Shapes::StringShape.new(name: 'RunId')
683
791
  RunStatementRequest = Shapes::StructureShape.new(name: 'RunStatementRequest')
684
792
  RunStatementResponse = Shapes::StructureShape.new(name: 'RunStatementResponse')
793
+ S3CatalogSource = Shapes::StructureShape.new(name: 'S3CatalogSource')
794
+ S3CatalogTarget = Shapes::StructureShape.new(name: 'S3CatalogTarget')
795
+ S3CsvSource = Shapes::StructureShape.new(name: 'S3CsvSource')
796
+ S3DirectSourceAdditionalOptions = Shapes::StructureShape.new(name: 'S3DirectSourceAdditionalOptions')
797
+ S3DirectTarget = Shapes::StructureShape.new(name: 'S3DirectTarget')
685
798
  S3Encryption = Shapes::StructureShape.new(name: 'S3Encryption')
686
799
  S3EncryptionList = Shapes::ListShape.new(name: 'S3EncryptionList')
687
800
  S3EncryptionMode = Shapes::StringShape.new(name: 'S3EncryptionMode')
801
+ S3GlueParquetTarget = Shapes::StructureShape.new(name: 'S3GlueParquetTarget')
802
+ S3JsonSource = Shapes::StructureShape.new(name: 'S3JsonSource')
803
+ S3ParquetSource = Shapes::StructureShape.new(name: 'S3ParquetSource')
804
+ S3SourceAdditionalOptions = Shapes::StructureShape.new(name: 'S3SourceAdditionalOptions')
688
805
  S3Target = Shapes::StructureShape.new(name: 'S3Target')
689
806
  S3TargetList = Shapes::ListShape.new(name: 'S3TargetList')
690
807
  ScalaCode = Shapes::StringShape.new(name: 'ScalaCode')
@@ -723,6 +840,9 @@ module Aws::Glue
723
840
  SecurityConfigurationList = Shapes::ListShape.new(name: 'SecurityConfigurationList')
724
841
  SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
725
842
  Segment = Shapes::StructureShape.new(name: 'Segment')
843
+ SelectFields = Shapes::StructureShape.new(name: 'SelectFields')
844
+ SelectFromCollection = Shapes::StructureShape.new(name: 'SelectFromCollection')
845
+ Separator = Shapes::StringShape.new(name: 'Separator')
726
846
  SerDeInfo = Shapes::StructureShape.new(name: 'SerDeInfo')
727
847
  Session = Shapes::StructureShape.new(name: 'Session')
728
848
  SessionCommand = Shapes::StructureShape.new(name: 'SessionCommand')
@@ -734,6 +854,14 @@ module Aws::Glue
734
854
  SortCriteria = Shapes::ListShape.new(name: 'SortCriteria')
735
855
  SortCriterion = Shapes::StructureShape.new(name: 'SortCriterion')
736
856
  SortDirectionType = Shapes::StringShape.new(name: 'SortDirectionType')
857
+ SparkConnectorSource = Shapes::StructureShape.new(name: 'SparkConnectorSource')
858
+ SparkConnectorTarget = Shapes::StructureShape.new(name: 'SparkConnectorTarget')
859
+ SparkSQL = Shapes::StructureShape.new(name: 'SparkSQL')
860
+ Spigot = Shapes::StructureShape.new(name: 'Spigot')
861
+ SplitFields = Shapes::StructureShape.new(name: 'SplitFields')
862
+ SqlAlias = Shapes::StructureShape.new(name: 'SqlAlias')
863
+ SqlAliases = Shapes::ListShape.new(name: 'SqlAliases')
864
+ SqlQuery = Shapes::StringShape.new(name: 'SqlQuery')
737
865
  StartBlueprintRunRequest = Shapes::StructureShape.new(name: 'StartBlueprintRunRequest')
738
866
  StartBlueprintRunResponse = Shapes::StructureShape.new(name: 'StartBlueprintRunResponse')
739
867
  StartCrawlerRequest = Shapes::StructureShape.new(name: 'StartCrawlerRequest')
@@ -755,6 +883,7 @@ module Aws::Glue
755
883
  StartWorkflowRunRequest = Shapes::StructureShape.new(name: 'StartWorkflowRunRequest')
756
884
  StartWorkflowRunResponse = Shapes::StructureShape.new(name: 'StartWorkflowRunResponse')
757
885
  StartingEventBatchCondition = Shapes::StructureShape.new(name: 'StartingEventBatchCondition')
886
+ StartingPosition = Shapes::StringShape.new(name: 'StartingPosition')
758
887
  Statement = Shapes::StructureShape.new(name: 'Statement')
759
888
  StatementList = Shapes::ListShape.new(name: 'StatementList')
760
889
  StatementOutput = Shapes::StructureShape.new(name: 'StatementOutput')
@@ -771,6 +900,7 @@ module Aws::Glue
771
900
  StopWorkflowRunRequest = Shapes::StructureShape.new(name: 'StopWorkflowRunRequest')
772
901
  StopWorkflowRunResponse = Shapes::StructureShape.new(name: 'StopWorkflowRunResponse')
773
902
  StorageDescriptor = Shapes::StructureShape.new(name: 'StorageDescriptor')
903
+ StreamingDataPreviewOptions = Shapes::StructureShape.new(name: 'StreamingDataPreviewOptions')
774
904
  StringColumnStatisticsData = Shapes::StructureShape.new(name: 'StringColumnStatisticsData')
775
905
  StringList = Shapes::ListShape.new(name: 'StringList')
776
906
  Table = Shapes::StructureShape.new(name: 'Table')
@@ -791,6 +921,7 @@ module Aws::Glue
791
921
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
792
922
  TagValue = Shapes::StringShape.new(name: 'TagValue')
793
923
  TagsMap = Shapes::MapShape.new(name: 'TagsMap')
924
+ TargetFormat = Shapes::StringShape.new(name: 'TargetFormat')
794
925
  TaskRun = Shapes::StructureShape.new(name: 'TaskRun')
795
926
  TaskRunFilterCriteria = Shapes::StructureShape.new(name: 'TaskRunFilterCriteria')
796
927
  TaskRunList = Shapes::ListShape.new(name: 'TaskRunList')
@@ -803,6 +934,7 @@ module Aws::Glue
803
934
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
804
935
  TimestampValue = Shapes::TimestampShape.new(name: 'TimestampValue')
805
936
  Token = Shapes::StringShape.new(name: 'Token')
937
+ Topk = Shapes::IntegerShape.new(name: 'Topk')
806
938
  TotalSegmentsInteger = Shapes::IntegerShape.new(name: 'TotalSegmentsInteger')
807
939
  TransactionIdString = Shapes::StringShape.new(name: 'TransactionIdString')
808
940
  TransformEncryption = Shapes::StructureShape.new(name: 'TransformEncryption')
@@ -822,15 +954,19 @@ module Aws::Glue
822
954
  TriggerState = Shapes::StringShape.new(name: 'TriggerState')
823
955
  TriggerType = Shapes::StringShape.new(name: 'TriggerType')
824
956
  TriggerUpdate = Shapes::StructureShape.new(name: 'TriggerUpdate')
957
+ TwoInputs = Shapes::ListShape.new(name: 'TwoInputs')
825
958
  TypeString = Shapes::StringShape.new(name: 'TypeString')
826
959
  URI = Shapes::StringShape.new(name: 'URI')
827
960
  UnfilteredPartition = Shapes::StructureShape.new(name: 'UnfilteredPartition')
828
961
  UnfilteredPartitionList = Shapes::ListShape.new(name: 'UnfilteredPartitionList')
962
+ Union = Shapes::StructureShape.new(name: 'Union')
963
+ UnionType = Shapes::StringShape.new(name: 'UnionType')
829
964
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
830
965
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
831
966
  UpdateBehavior = Shapes::StringShape.new(name: 'UpdateBehavior')
832
967
  UpdateBlueprintRequest = Shapes::StructureShape.new(name: 'UpdateBlueprintRequest')
833
968
  UpdateBlueprintResponse = Shapes::StructureShape.new(name: 'UpdateBlueprintResponse')
969
+ UpdateCatalogBehavior = Shapes::StringShape.new(name: 'UpdateCatalogBehavior')
834
970
  UpdateClassifierRequest = Shapes::StructureShape.new(name: 'UpdateClassifierRequest')
835
971
  UpdateClassifierResponse = Shapes::StructureShape.new(name: 'UpdateClassifierResponse')
836
972
  UpdateColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForPartitionRequest')
@@ -871,6 +1007,7 @@ module Aws::Glue
871
1007
  UpdateWorkflowResponse = Shapes::StructureShape.new(name: 'UpdateWorkflowResponse')
872
1008
  UpdateXMLClassifierRequest = Shapes::StructureShape.new(name: 'UpdateXMLClassifierRequest')
873
1009
  UpdatedTimestamp = Shapes::StringShape.new(name: 'UpdatedTimestamp')
1010
+ UpsertRedshiftTargetOptions = Shapes::StructureShape.new(name: 'UpsertRedshiftTargetOptions')
874
1011
  UriString = Shapes::StringShape.new(name: 'UriString')
875
1012
  UserDefinedFunction = Shapes::StructureShape.new(name: 'UserDefinedFunction')
876
1013
  UserDefinedFunctionInput = Shapes::StructureShape.new(name: 'UserDefinedFunctionInput')
@@ -909,12 +1046,41 @@ module Aws::Glue
909
1046
 
910
1047
  ActionList.member = Shapes::ShapeRef.new(shape: Action)
911
1048
 
1049
+ AdditionalOptions.key = Shapes::ShapeRef.new(shape: EnclosedInStringProperty)
1050
+ AdditionalOptions.value = Shapes::ShapeRef.new(shape: EnclosedInStringProperty)
1051
+
912
1052
  AdditionalPlanOptionsMap.key = Shapes::ShapeRef.new(shape: GenericString)
913
1053
  AdditionalPlanOptionsMap.value = Shapes::ShapeRef.new(shape: GenericString)
914
1054
 
1055
+ Aggregate.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
1056
+ Aggregate.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
1057
+ Aggregate.add_member(:groups, Shapes::ShapeRef.new(shape: GlueStudioPathList, required: true, location_name: "Groups"))
1058
+ Aggregate.add_member(:aggs, Shapes::ShapeRef.new(shape: AggregateOperations, required: true, location_name: "Aggs"))
1059
+ Aggregate.struct_class = Types::Aggregate
1060
+
1061
+ AggregateOperation.add_member(:column, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "Column"))
1062
+ AggregateOperation.add_member(:agg_func, Shapes::ShapeRef.new(shape: AggFunction, required: true, location_name: "AggFunc"))
1063
+ AggregateOperation.struct_class = Types::AggregateOperation
1064
+
1065
+ AggregateOperations.member = Shapes::ShapeRef.new(shape: AggregateOperation)
1066
+
915
1067
  AlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
916
1068
  AlreadyExistsException.struct_class = Types::AlreadyExistsException
917
1069
 
1070
+ ApplyMapping.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
1071
+ ApplyMapping.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
1072
+ ApplyMapping.add_member(:mapping, Shapes::ShapeRef.new(shape: Mappings, required: true, location_name: "Mapping"))
1073
+ ApplyMapping.struct_class = Types::ApplyMapping
1074
+
1075
+ AthenaConnectorSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
1076
+ AthenaConnectorSource.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
1077
+ AthenaConnectorSource.add_member(:connector_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectorName"))
1078
+ AthenaConnectorSource.add_member(:connection_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionType"))
1079
+ AthenaConnectorSource.add_member(:connection_table, Shapes::ShapeRef.new(shape: EnclosedInStringPropertyWithQuote, location_name: "ConnectionTable"))
1080
+ AthenaConnectorSource.add_member(:schema_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "SchemaName"))
1081
+ AthenaConnectorSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
1082
+ AthenaConnectorSource.struct_class = Types::AthenaConnectorSource
1083
+
918
1084
  AuditColumnNamesList.member = Shapes::ShapeRef.new(shape: ColumnNameString)
919
1085
 
920
1086
  AuditContext.add_member(:additional_audit_context, Shapes::ShapeRef.new(shape: AuditContextString, location_name: "AdditionalAuditContext"))
@@ -930,6 +1096,12 @@ module Aws::Glue
930
1096
 
931
1097
  BackfillErrors.member = Shapes::ShapeRef.new(shape: BackfillError)
932
1098
 
1099
+ BasicCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
1100
+ BasicCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
1101
+ BasicCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
1102
+ BasicCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
1103
+ BasicCatalogTarget.struct_class = Types::BasicCatalogTarget
1104
+
933
1105
  BatchCreatePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
934
1106
  BatchCreatePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
935
1107
  BatchCreatePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
@@ -1163,6 +1335,33 @@ module Aws::Glue
1163
1335
  CatalogImportStatus.add_member(:imported_by, Shapes::ShapeRef.new(shape: NameString, location_name: "ImportedBy"))
1164
1336
  CatalogImportStatus.struct_class = Types::CatalogImportStatus
1165
1337
 
1338
+ CatalogKafkaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
1339
+ CatalogKafkaSource.add_member(:window_size, Shapes::ShapeRef.new(shape: BoxedPositiveInt, location_name: "WindowSize", metadata: {"box"=>true}))
1340
+ CatalogKafkaSource.add_member(:detect_schema, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "DetectSchema", metadata: {"box"=>true}))
1341
+ CatalogKafkaSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
1342
+ CatalogKafkaSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
1343
+ CatalogKafkaSource.add_member(:streaming_options, Shapes::ShapeRef.new(shape: KafkaStreamingSourceOptions, location_name: "StreamingOptions"))
1344
+ CatalogKafkaSource.add_member(:data_preview_options, Shapes::ShapeRef.new(shape: StreamingDataPreviewOptions, location_name: "DataPreviewOptions"))
1345
+ CatalogKafkaSource.struct_class = Types::CatalogKafkaSource
1346
+
1347
+ CatalogKinesisSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
1348
+ CatalogKinesisSource.add_member(:window_size, Shapes::ShapeRef.new(shape: BoxedPositiveInt, location_name: "WindowSize"))
1349
+ CatalogKinesisSource.add_member(:detect_schema, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "DetectSchema", metadata: {"box"=>true}))
1350
+ CatalogKinesisSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
1351
+ CatalogKinesisSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
1352
+ CatalogKinesisSource.add_member(:streaming_options, Shapes::ShapeRef.new(shape: KinesisStreamingSourceOptions, location_name: "StreamingOptions"))
1353
+ CatalogKinesisSource.add_member(:data_preview_options, Shapes::ShapeRef.new(shape: StreamingDataPreviewOptions, location_name: "DataPreviewOptions"))
1354
+ CatalogKinesisSource.struct_class = Types::CatalogKinesisSource
1355
+
1356
+ CatalogSchemaChangePolicy.add_member(:enable_update_catalog, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableUpdateCatalog"))
1357
+ CatalogSchemaChangePolicy.add_member(:update_behavior, Shapes::ShapeRef.new(shape: UpdateCatalogBehavior, location_name: "UpdateBehavior"))
1358
+ CatalogSchemaChangePolicy.struct_class = Types::CatalogSchemaChangePolicy
1359
+
1360
+ CatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
1361
+ CatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
1362
+ CatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
1363
+ CatalogSource.struct_class = Types::CatalogSource
1364
+
1166
1365
  CatalogTablesList.member = Shapes::ShapeRef.new(shape: NameString)
1167
1366
 
1168
1367
  CatalogTarget.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
@@ -1194,6 +1393,61 @@ module Aws::Glue
1194
1393
  CloudWatchEncryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
1195
1394
  CloudWatchEncryption.struct_class = Types::CloudWatchEncryption
1196
1395
 
1396
+ CodeGenConfigurationNode.add_member(:athena_connector_source, Shapes::ShapeRef.new(shape: AthenaConnectorSource, location_name: "AthenaConnectorSource"))
1397
+ CodeGenConfigurationNode.add_member(:jdbc_connector_source, Shapes::ShapeRef.new(shape: JDBCConnectorSource, location_name: "JDBCConnectorSource"))
1398
+ CodeGenConfigurationNode.add_member(:spark_connector_source, Shapes::ShapeRef.new(shape: SparkConnectorSource, location_name: "SparkConnectorSource"))
1399
+ CodeGenConfigurationNode.add_member(:catalog_source, Shapes::ShapeRef.new(shape: CatalogSource, location_name: "CatalogSource"))
1400
+ CodeGenConfigurationNode.add_member(:redshift_source, Shapes::ShapeRef.new(shape: RedshiftSource, location_name: "RedshiftSource"))
1401
+ CodeGenConfigurationNode.add_member(:s3_catalog_source, Shapes::ShapeRef.new(shape: S3CatalogSource, location_name: "S3CatalogSource"))
1402
+ CodeGenConfigurationNode.add_member(:s3_csv_source, Shapes::ShapeRef.new(shape: S3CsvSource, location_name: "S3CsvSource"))
1403
+ CodeGenConfigurationNode.add_member(:s3_json_source, Shapes::ShapeRef.new(shape: S3JsonSource, location_name: "S3JsonSource"))
1404
+ CodeGenConfigurationNode.add_member(:s3_parquet_source, Shapes::ShapeRef.new(shape: S3ParquetSource, location_name: "S3ParquetSource"))
1405
+ CodeGenConfigurationNode.add_member(:relational_catalog_source, Shapes::ShapeRef.new(shape: RelationalCatalogSource, location_name: "RelationalCatalogSource"))
1406
+ CodeGenConfigurationNode.add_member(:dynamo_db_catalog_source, Shapes::ShapeRef.new(shape: DynamoDBCatalogSource, location_name: "DynamoDBCatalogSource"))
1407
+ CodeGenConfigurationNode.add_member(:jdbc_connector_target, Shapes::ShapeRef.new(shape: JDBCConnectorTarget, location_name: "JDBCConnectorTarget"))
1408
+ CodeGenConfigurationNode.add_member(:spark_connector_target, Shapes::ShapeRef.new(shape: SparkConnectorTarget, location_name: "SparkConnectorTarget"))
1409
+ CodeGenConfigurationNode.add_member(:catalog_target, Shapes::ShapeRef.new(shape: BasicCatalogTarget, location_name: "CatalogTarget"))
1410
+ CodeGenConfigurationNode.add_member(:redshift_target, Shapes::ShapeRef.new(shape: RedshiftTarget, location_name: "RedshiftTarget"))
1411
+ CodeGenConfigurationNode.add_member(:s3_catalog_target, Shapes::ShapeRef.new(shape: S3CatalogTarget, location_name: "S3CatalogTarget"))
1412
+ CodeGenConfigurationNode.add_member(:s3_glue_parquet_target, Shapes::ShapeRef.new(shape: S3GlueParquetTarget, location_name: "S3GlueParquetTarget"))
1413
+ CodeGenConfigurationNode.add_member(:s3_direct_target, Shapes::ShapeRef.new(shape: S3DirectTarget, location_name: "S3DirectTarget"))
1414
+ CodeGenConfigurationNode.add_member(:apply_mapping, Shapes::ShapeRef.new(shape: ApplyMapping, location_name: "ApplyMapping"))
1415
+ CodeGenConfigurationNode.add_member(:select_fields, Shapes::ShapeRef.new(shape: SelectFields, location_name: "SelectFields"))
1416
+ CodeGenConfigurationNode.add_member(:drop_fields, Shapes::ShapeRef.new(shape: DropFields, location_name: "DropFields"))
1417
+ CodeGenConfigurationNode.add_member(:rename_field, Shapes::ShapeRef.new(shape: RenameField, location_name: "RenameField"))
1418
+ CodeGenConfigurationNode.add_member(:spigot, Shapes::ShapeRef.new(shape: Spigot, location_name: "Spigot"))
1419
+ CodeGenConfigurationNode.add_member(:join, Shapes::ShapeRef.new(shape: Join, location_name: "Join"))
1420
+ CodeGenConfigurationNode.add_member(:split_fields, Shapes::ShapeRef.new(shape: SplitFields, location_name: "SplitFields"))
1421
+ CodeGenConfigurationNode.add_member(:select_from_collection, Shapes::ShapeRef.new(shape: SelectFromCollection, location_name: "SelectFromCollection"))
1422
+ CodeGenConfigurationNode.add_member(:fill_missing_values, Shapes::ShapeRef.new(shape: FillMissingValues, location_name: "FillMissingValues"))
1423
+ CodeGenConfigurationNode.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "Filter"))
1424
+ CodeGenConfigurationNode.add_member(:custom_code, Shapes::ShapeRef.new(shape: CustomCode, location_name: "CustomCode"))
1425
+ CodeGenConfigurationNode.add_member(:spark_sql, Shapes::ShapeRef.new(shape: SparkSQL, location_name: "SparkSQL"))
1426
+ CodeGenConfigurationNode.add_member(:direct_kinesis_source, Shapes::ShapeRef.new(shape: DirectKinesisSource, location_name: "DirectKinesisSource"))
1427
+ CodeGenConfigurationNode.add_member(:direct_kafka_source, Shapes::ShapeRef.new(shape: DirectKafkaSource, location_name: "DirectKafkaSource"))
1428
+ CodeGenConfigurationNode.add_member(:catalog_kinesis_source, Shapes::ShapeRef.new(shape: CatalogKinesisSource, location_name: "CatalogKinesisSource"))
1429
+ CodeGenConfigurationNode.add_member(:catalog_kafka_source, Shapes::ShapeRef.new(shape: CatalogKafkaSource, location_name: "CatalogKafkaSource"))
1430
+ CodeGenConfigurationNode.add_member(:drop_null_fields, Shapes::ShapeRef.new(shape: DropNullFields, location_name: "DropNullFields"))
1431
+ CodeGenConfigurationNode.add_member(:merge, Shapes::ShapeRef.new(shape: Merge, location_name: "Merge"))
1432
+ CodeGenConfigurationNode.add_member(:union, Shapes::ShapeRef.new(shape: Union, location_name: "Union"))
1433
+ CodeGenConfigurationNode.add_member(:pii_detection, Shapes::ShapeRef.new(shape: PIIDetection, location_name: "PIIDetection"))
1434
+ CodeGenConfigurationNode.add_member(:aggregate, Shapes::ShapeRef.new(shape: Aggregate, location_name: "Aggregate"))
1435
+ CodeGenConfigurationNode.add_member(:drop_duplicates, Shapes::ShapeRef.new(shape: DropDuplicates, location_name: "DropDuplicates"))
1436
+ CodeGenConfigurationNode.add_member(:governed_catalog_target, Shapes::ShapeRef.new(shape: GovernedCatalogTarget, location_name: "GovernedCatalogTarget"))
1437
+ CodeGenConfigurationNode.add_member(:governed_catalog_source, Shapes::ShapeRef.new(shape: GovernedCatalogSource, location_name: "GovernedCatalogSource"))
1438
+ CodeGenConfigurationNode.add_member(:microsoft_sql_server_catalog_source, Shapes::ShapeRef.new(shape: MicrosoftSQLServerCatalogSource, location_name: "MicrosoftSQLServerCatalogSource"))
1439
+ CodeGenConfigurationNode.add_member(:my_sql_catalog_source, Shapes::ShapeRef.new(shape: MySQLCatalogSource, location_name: "MySQLCatalogSource"))
1440
+ CodeGenConfigurationNode.add_member(:oracle_sql_catalog_source, Shapes::ShapeRef.new(shape: OracleSQLCatalogSource, location_name: "OracleSQLCatalogSource"))
1441
+ CodeGenConfigurationNode.add_member(:postgre_sql_catalog_source, Shapes::ShapeRef.new(shape: PostgreSQLCatalogSource, location_name: "PostgreSQLCatalogSource"))
1442
+ CodeGenConfigurationNode.add_member(:microsoft_sql_server_catalog_target, Shapes::ShapeRef.new(shape: MicrosoftSQLServerCatalogTarget, location_name: "MicrosoftSQLServerCatalogTarget"))
1443
+ CodeGenConfigurationNode.add_member(:my_sql_catalog_target, Shapes::ShapeRef.new(shape: MySQLCatalogTarget, location_name: "MySQLCatalogTarget"))
1444
+ CodeGenConfigurationNode.add_member(:oracle_sql_catalog_target, Shapes::ShapeRef.new(shape: OracleSQLCatalogTarget, location_name: "OracleSQLCatalogTarget"))
1445
+ CodeGenConfigurationNode.add_member(:postgre_sql_catalog_target, Shapes::ShapeRef.new(shape: PostgreSQLCatalogTarget, location_name: "PostgreSQLCatalogTarget"))
1446
+ CodeGenConfigurationNode.struct_class = Types::CodeGenConfigurationNode
1447
+
1448
+ CodeGenConfigurationNodes.key = Shapes::ShapeRef.new(shape: NodeId)
1449
+ CodeGenConfigurationNodes.value = Shapes::ShapeRef.new(shape: CodeGenConfigurationNode)
1450
+
1197
1451
  CodeGenEdge.add_member(:source, Shapes::ShapeRef.new(shape: CodeGenIdentifier, required: true, location_name: "Source"))
1198
1452
  CodeGenEdge.add_member(:target, Shapes::ShapeRef.new(shape: CodeGenIdentifier, required: true, location_name: "Target"))
1199
1453
  CodeGenEdge.add_member(:target_parameter, Shapes::ShapeRef.new(shape: CodeGenArgName, location_name: "TargetParameter"))
@@ -1356,6 +1610,20 @@ module Aws::Glue
1356
1610
  Crawler.add_member(:lake_formation_configuration, Shapes::ShapeRef.new(shape: LakeFormationConfiguration, location_name: "LakeFormationConfiguration"))
1357
1611
  Crawler.struct_class = Types::Crawler
1358
1612
 
1613
+ CrawlerHistory.add_member(:crawl_id, Shapes::ShapeRef.new(shape: CrawlId, location_name: "CrawlId"))
1614
+ CrawlerHistory.add_member(:state, Shapes::ShapeRef.new(shape: CrawlerHistoryState, location_name: "State"))
1615
+ CrawlerHistory.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
1616
+ CrawlerHistory.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
1617
+ CrawlerHistory.add_member(:summary, Shapes::ShapeRef.new(shape: NameString, location_name: "Summary"))
1618
+ CrawlerHistory.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
1619
+ CrawlerHistory.add_member(:log_group, Shapes::ShapeRef.new(shape: LogGroup, location_name: "LogGroup"))
1620
+ CrawlerHistory.add_member(:log_stream, Shapes::ShapeRef.new(shape: LogStream, location_name: "LogStream"))
1621
+ CrawlerHistory.add_member(:message_prefix, Shapes::ShapeRef.new(shape: MessagePrefix, location_name: "MessagePrefix"))
1622
+ CrawlerHistory.add_member(:dpu_hour, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "DPUHour"))
1623
+ CrawlerHistory.struct_class = Types::CrawlerHistory
1624
+
1625
+ CrawlerHistoryList.member = Shapes::ShapeRef.new(shape: CrawlerHistory)
1626
+
1359
1627
  CrawlerList.member = Shapes::ShapeRef.new(shape: Crawler)
1360
1628
 
1361
1629
  CrawlerMetrics.add_member(:crawler_name, Shapes::ShapeRef.new(shape: NameString, location_name: "CrawlerName"))
@@ -1392,6 +1660,13 @@ module Aws::Glue
1392
1660
  CrawlerTargets.add_member(:delta_targets, Shapes::ShapeRef.new(shape: DeltaTargetList, location_name: "DeltaTargets"))
1393
1661
  CrawlerTargets.struct_class = Types::CrawlerTargets
1394
1662
 
1663
+ CrawlsFilter.add_member(:field_name, Shapes::ShapeRef.new(shape: FieldName, location_name: "FieldName"))
1664
+ CrawlsFilter.add_member(:filter_operator, Shapes::ShapeRef.new(shape: FilterOperator, location_name: "FilterOperator"))
1665
+ CrawlsFilter.add_member(:field_value, Shapes::ShapeRef.new(shape: GenericString, location_name: "FieldValue"))
1666
+ CrawlsFilter.struct_class = Types::CrawlsFilter
1667
+
1668
+ CrawlsFilterList.member = Shapes::ShapeRef.new(shape: CrawlsFilter)
1669
+
1395
1670
  CreateBlueprintRequest.add_member(:name, Shapes::ShapeRef.new(shape: OrchestrationNameString, required: true, location_name: "Name"))
1396
1671
  CreateBlueprintRequest.add_member(:description, Shapes::ShapeRef.new(shape: Generic512CharString, location_name: "Description"))
1397
1672
  CreateBlueprintRequest.add_member(:blueprint_location, Shapes::ShapeRef.new(shape: OrchestrationS3Location, required: true, location_name: "BlueprintLocation"))
@@ -1521,6 +1796,7 @@ module Aws::Glue
1521
1796
  CreateJobRequest.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
1522
1797
  CreateJobRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
1523
1798
  CreateJobRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
1799
+ CreateJobRequest.add_member(:code_gen_configuration_nodes, Shapes::ShapeRef.new(shape: CodeGenConfigurationNodes, location_name: "CodeGenConfigurationNodes"))
1524
1800
  CreateJobRequest.struct_class = Types::CreateJobRequest
1525
1801
 
1526
1802
  CreateJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
@@ -1697,6 +1973,13 @@ module Aws::Glue
1697
1973
 
1698
1974
  CsvHeader.member = Shapes::ShapeRef.new(shape: NameString)
1699
1975
 
1976
+ CustomCode.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
1977
+ CustomCode.add_member(:inputs, Shapes::ShapeRef.new(shape: ManyInputs, required: true, location_name: "Inputs"))
1978
+ CustomCode.add_member(:code, Shapes::ShapeRef.new(shape: ExtendedString, required: true, location_name: "Code"))
1979
+ CustomCode.add_member(:class_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ClassName"))
1980
+ CustomCode.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
1981
+ CustomCode.struct_class = Types::CustomCode
1982
+
1700
1983
  CustomEntityType.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1701
1984
  CustomEntityType.add_member(:regex_string, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "RegexString"))
1702
1985
  CustomEntityType.add_member(:context_words, Shapes::ShapeRef.new(shape: ContextWords, location_name: "ContextWords"))
@@ -1741,6 +2024,10 @@ module Aws::Glue
1741
2024
 
1742
2025
  DatabaseList.member = Shapes::ShapeRef.new(shape: Database)
1743
2026
 
2027
+ Datatype.add_member(:id, Shapes::ShapeRef.new(shape: GenericLimitedString, required: true, location_name: "Id"))
2028
+ Datatype.add_member(:label, Shapes::ShapeRef.new(shape: GenericLimitedString, required: true, location_name: "Label"))
2029
+ Datatype.struct_class = Types::Datatype
2030
+
1744
2031
  DateColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Timestamp, location_name: "MinimumValue"))
1745
2032
  DateColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Timestamp, location_name: "MaximumValue"))
1746
2033
  DateColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
@@ -1963,12 +2250,53 @@ module Aws::Glue
1963
2250
 
1964
2251
  DevEndpointNames.member = Shapes::ShapeRef.new(shape: GenericString)
1965
2252
 
2253
+ DirectKafkaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
2254
+ DirectKafkaSource.add_member(:streaming_options, Shapes::ShapeRef.new(shape: KafkaStreamingSourceOptions, location_name: "StreamingOptions"))
2255
+ DirectKafkaSource.add_member(:window_size, Shapes::ShapeRef.new(shape: BoxedPositiveInt, location_name: "WindowSize", metadata: {"box"=>true}))
2256
+ DirectKafkaSource.add_member(:detect_schema, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "DetectSchema", metadata: {"box"=>true}))
2257
+ DirectKafkaSource.add_member(:data_preview_options, Shapes::ShapeRef.new(shape: StreamingDataPreviewOptions, location_name: "DataPreviewOptions"))
2258
+ DirectKafkaSource.struct_class = Types::DirectKafkaSource
2259
+
2260
+ DirectKinesisSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
2261
+ DirectKinesisSource.add_member(:window_size, Shapes::ShapeRef.new(shape: BoxedPositiveInt, location_name: "WindowSize", metadata: {"box"=>true}))
2262
+ DirectKinesisSource.add_member(:detect_schema, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "DetectSchema", metadata: {"box"=>true}))
2263
+ DirectKinesisSource.add_member(:streaming_options, Shapes::ShapeRef.new(shape: KinesisStreamingSourceOptions, location_name: "StreamingOptions"))
2264
+ DirectKinesisSource.add_member(:data_preview_options, Shapes::ShapeRef.new(shape: StreamingDataPreviewOptions, location_name: "DataPreviewOptions"))
2265
+ DirectKinesisSource.struct_class = Types::DirectKinesisSource
2266
+
2267
+ DirectSchemaChangePolicy.add_member(:enable_update_catalog, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableUpdateCatalog"))
2268
+ DirectSchemaChangePolicy.add_member(:update_behavior, Shapes::ShapeRef.new(shape: UpdateCatalogBehavior, location_name: "UpdateBehavior"))
2269
+ DirectSchemaChangePolicy.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Table"))
2270
+ DirectSchemaChangePolicy.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Database"))
2271
+ DirectSchemaChangePolicy.struct_class = Types::DirectSchemaChangePolicy
2272
+
1966
2273
  DoubleColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Double, location_name: "MinimumValue"))
1967
2274
  DoubleColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Double, location_name: "MaximumValue"))
1968
2275
  DoubleColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
1969
2276
  DoubleColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
1970
2277
  DoubleColumnStatisticsData.struct_class = Types::DoubleColumnStatisticsData
1971
2278
 
2279
+ DropDuplicates.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
2280
+ DropDuplicates.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
2281
+ DropDuplicates.add_member(:columns, Shapes::ShapeRef.new(shape: LimitedPathList, location_name: "Columns"))
2282
+ DropDuplicates.struct_class = Types::DropDuplicates
2283
+
2284
+ DropFields.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
2285
+ DropFields.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
2286
+ DropFields.add_member(:paths, Shapes::ShapeRef.new(shape: GlueStudioPathList, required: true, location_name: "Paths"))
2287
+ DropFields.struct_class = Types::DropFields
2288
+
2289
+ DropNullFields.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
2290
+ DropNullFields.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
2291
+ DropNullFields.add_member(:null_check_box_list, Shapes::ShapeRef.new(shape: NullCheckBoxList, location_name: "NullCheckBoxList"))
2292
+ DropNullFields.add_member(:null_text_list, Shapes::ShapeRef.new(shape: NullValueFields, location_name: "NullTextList"))
2293
+ DropNullFields.struct_class = Types::DropNullFields
2294
+
2295
+ DynamoDBCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
2296
+ DynamoDBCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
2297
+ DynamoDBCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
2298
+ DynamoDBCatalogSource.struct_class = Types::DynamoDBCatalogSource
2299
+
1972
2300
  DynamoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
1973
2301
  DynamoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "scanAll"))
1974
2302
  DynamoDBTarget.add_member(:scan_rate, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "scanRate"))
@@ -1982,6 +2310,10 @@ module Aws::Glue
1982
2310
 
1983
2311
  EdgeList.member = Shapes::ShapeRef.new(shape: Edge)
1984
2312
 
2313
+ EnclosedInStringProperties.member = Shapes::ShapeRef.new(shape: EnclosedInStringProperty)
2314
+
2315
+ EnclosedInStringPropertiesMinOne.member = Shapes::ShapeRef.new(shape: EnclosedInStringProperty)
2316
+
1985
2317
  EncryptionAtRest.add_member(:catalog_encryption_mode, Shapes::ShapeRef.new(shape: CatalogEncryptionMode, required: true, location_name: "CatalogEncryptionMode"))
1986
2318
  EncryptionAtRest.add_member(:sse_aws_kms_key_id, Shapes::ShapeRef.new(shape: NameString, location_name: "SseAwsKmsKeyId"))
1987
2319
  EncryptionAtRest.struct_class = Types::EncryptionAtRest
@@ -2019,6 +2351,31 @@ module Aws::Glue
2019
2351
  ExportLabelsTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
2020
2352
  ExportLabelsTaskRunProperties.struct_class = Types::ExportLabelsTaskRunProperties
2021
2353
 
2354
+ FillMissingValues.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
2355
+ FillMissingValues.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
2356
+ FillMissingValues.add_member(:imputed_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ImputedPath"))
2357
+ FillMissingValues.add_member(:filled_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "FilledPath"))
2358
+ FillMissingValues.struct_class = Types::FillMissingValues
2359
+
2360
+ Filter.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
2361
+ Filter.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
2362
+ Filter.add_member(:logical_operator, Shapes::ShapeRef.new(shape: FilterLogicalOperator, required: true, location_name: "LogicalOperator"))
2363
+ Filter.add_member(:filters, Shapes::ShapeRef.new(shape: FilterExpressions, required: true, location_name: "Filters"))
2364
+ Filter.struct_class = Types::Filter
2365
+
2366
+ FilterExpression.add_member(:operation, Shapes::ShapeRef.new(shape: FilterOperation, required: true, location_name: "Operation"))
2367
+ FilterExpression.add_member(:negated, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Negated"))
2368
+ FilterExpression.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "Values"))
2369
+ FilterExpression.struct_class = Types::FilterExpression
2370
+
2371
+ FilterExpressions.member = Shapes::ShapeRef.new(shape: FilterExpression)
2372
+
2373
+ FilterValue.add_member(:type, Shapes::ShapeRef.new(shape: FilterValueType, required: true, location_name: "Type"))
2374
+ FilterValue.add_member(:value, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "Value"))
2375
+ FilterValue.struct_class = Types::FilterValue
2376
+
2377
+ FilterValues.member = Shapes::ShapeRef.new(shape: FilterValue)
2378
+
2022
2379
  FindMatchesMetrics.add_member(:area_under_pr_curve, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "AreaUnderPRCurve"))
2023
2380
  FindMatchesMetrics.add_member(:precision, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "Precision"))
2024
2381
  FindMatchesMetrics.add_member(:recall, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "Recall"))
@@ -2638,6 +2995,19 @@ module Aws::Glue
2638
2995
  GluePolicy.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdateTime"))
2639
2996
  GluePolicy.struct_class = Types::GluePolicy
2640
2997
 
2998
+ GlueSchema.add_member(:columns, Shapes::ShapeRef.new(shape: GlueStudioSchemaColumnList, location_name: "Columns"))
2999
+ GlueSchema.struct_class = Types::GlueSchema
3000
+
3001
+ GlueSchemas.member = Shapes::ShapeRef.new(shape: GlueSchema)
3002
+
3003
+ GlueStudioPathList.member = Shapes::ShapeRef.new(shape: EnclosedInStringProperties)
3004
+
3005
+ GlueStudioSchemaColumn.add_member(:name, Shapes::ShapeRef.new(shape: GlueStudioColumnNameString, required: true, location_name: "Name"))
3006
+ GlueStudioSchemaColumn.add_member(:type, Shapes::ShapeRef.new(shape: ColumnTypeString, location_name: "Type"))
3007
+ GlueStudioSchemaColumn.struct_class = Types::GlueStudioSchemaColumn
3008
+
3009
+ GlueStudioSchemaColumnList.member = Shapes::ShapeRef.new(shape: GlueStudioSchemaColumn)
3010
+
2641
3011
  GlueTable.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2642
3012
  GlueTable.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
2643
3013
  GlueTable.add_member(:catalog_id, Shapes::ShapeRef.new(shape: NameString, location_name: "CatalogId"))
@@ -2646,6 +3016,21 @@ module Aws::Glue
2646
3016
 
2647
3017
  GlueTables.member = Shapes::ShapeRef.new(shape: GlueTable)
2648
3018
 
3019
+ GovernedCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3020
+ GovernedCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3021
+ GovernedCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3022
+ GovernedCatalogSource.add_member(:partition_predicate, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "PartitionPredicate"))
3023
+ GovernedCatalogSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: S3SourceAdditionalOptions, location_name: "AdditionalOptions"))
3024
+ GovernedCatalogSource.struct_class = Types::GovernedCatalogSource
3025
+
3026
+ GovernedCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3027
+ GovernedCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
3028
+ GovernedCatalogTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
3029
+ GovernedCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3030
+ GovernedCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3031
+ GovernedCatalogTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: CatalogSchemaChangePolicy, location_name: "SchemaChangePolicy"))
3032
+ GovernedCatalogTarget.struct_class = Types::GovernedCatalogTarget
3033
+
2649
3034
  GrokClassifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2650
3035
  GrokClassifier.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, required: true, location_name: "Classification"))
2651
3036
  GrokClassifier.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
@@ -2685,6 +3070,39 @@ module Aws::Glue
2685
3070
  InvalidStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2686
3071
  InvalidStateException.struct_class = Types::InvalidStateException
2687
3072
 
3073
+ JDBCConnectorOptions.add_member(:filter_predicate, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "FilterPredicate"))
3074
+ JDBCConnectorOptions.add_member(:partition_column, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "PartitionColumn"))
3075
+ JDBCConnectorOptions.add_member(:lower_bound, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "LowerBound"))
3076
+ JDBCConnectorOptions.add_member(:upper_bound, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "UpperBound"))
3077
+ JDBCConnectorOptions.add_member(:num_partitions, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "NumPartitions"))
3078
+ JDBCConnectorOptions.add_member(:job_bookmark_keys, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, location_name: "JobBookmarkKeys"))
3079
+ JDBCConnectorOptions.add_member(:job_bookmark_keys_sort_order, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "JobBookmarkKeysSortOrder"))
3080
+ JDBCConnectorOptions.add_member(:data_type_mapping, Shapes::ShapeRef.new(shape: JDBCDataTypeMapping, location_name: "DataTypeMapping"))
3081
+ JDBCConnectorOptions.struct_class = Types::JDBCConnectorOptions
3082
+
3083
+ JDBCConnectorSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3084
+ JDBCConnectorSource.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
3085
+ JDBCConnectorSource.add_member(:connector_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectorName"))
3086
+ JDBCConnectorSource.add_member(:connection_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionType"))
3087
+ JDBCConnectorSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: JDBCConnectorOptions, location_name: "AdditionalOptions"))
3088
+ JDBCConnectorSource.add_member(:connection_table, Shapes::ShapeRef.new(shape: EnclosedInStringPropertyWithQuote, location_name: "ConnectionTable"))
3089
+ JDBCConnectorSource.add_member(:query, Shapes::ShapeRef.new(shape: SqlQuery, location_name: "Query"))
3090
+ JDBCConnectorSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
3091
+ JDBCConnectorSource.struct_class = Types::JDBCConnectorSource
3092
+
3093
+ JDBCConnectorTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3094
+ JDBCConnectorTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
3095
+ JDBCConnectorTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
3096
+ JDBCConnectorTarget.add_member(:connection_table, Shapes::ShapeRef.new(shape: EnclosedInStringPropertyWithQuote, required: true, location_name: "ConnectionTable"))
3097
+ JDBCConnectorTarget.add_member(:connector_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectorName"))
3098
+ JDBCConnectorTarget.add_member(:connection_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionType"))
3099
+ JDBCConnectorTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
3100
+ JDBCConnectorTarget.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
3101
+ JDBCConnectorTarget.struct_class = Types::JDBCConnectorTarget
3102
+
3103
+ JDBCDataTypeMapping.key = Shapes::ShapeRef.new(shape: JDBCDataType)
3104
+ JDBCDataTypeMapping.value = Shapes::ShapeRef.new(shape: GlueRecordType)
3105
+
2688
3106
  JdbcTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
2689
3107
  JdbcTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
2690
3108
  JdbcTarget.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
@@ -2712,6 +3130,7 @@ module Aws::Glue
2712
3130
  Job.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
2713
3131
  Job.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
2714
3132
  Job.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
3133
+ Job.add_member(:code_gen_configuration_nodes, Shapes::ShapeRef.new(shape: CodeGenConfigurationNodes, location_name: "CodeGenConfigurationNodes"))
2715
3134
  Job.struct_class = Types::Job
2716
3135
 
2717
3136
  JobBookmarkEntry.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, location_name: "JobName"))
@@ -2783,8 +3202,21 @@ module Aws::Glue
2783
3202
  JobUpdate.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
2784
3203
  JobUpdate.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
2785
3204
  JobUpdate.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
3205
+ JobUpdate.add_member(:code_gen_configuration_nodes, Shapes::ShapeRef.new(shape: CodeGenConfigurationNodes, location_name: "CodeGenConfigurationNodes"))
2786
3206
  JobUpdate.struct_class = Types::JobUpdate
2787
3207
 
3208
+ Join.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3209
+ Join.add_member(:inputs, Shapes::ShapeRef.new(shape: TwoInputs, required: true, location_name: "Inputs"))
3210
+ Join.add_member(:join_type, Shapes::ShapeRef.new(shape: JoinType, required: true, location_name: "JoinType"))
3211
+ Join.add_member(:columns, Shapes::ShapeRef.new(shape: JoinColumns, required: true, location_name: "Columns"))
3212
+ Join.struct_class = Types::Join
3213
+
3214
+ JoinColumn.add_member(:from, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "From"))
3215
+ JoinColumn.add_member(:keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, required: true, location_name: "Keys"))
3216
+ JoinColumn.struct_class = Types::JoinColumn
3217
+
3218
+ JoinColumns.member = Shapes::ShapeRef.new(shape: JoinColumn)
3219
+
2788
3220
  JsonClassifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2789
3221
  JsonClassifier.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
2790
3222
  JsonClassifier.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
@@ -2792,6 +3224,23 @@ module Aws::Glue
2792
3224
  JsonClassifier.add_member(:json_path, Shapes::ShapeRef.new(shape: JsonPath, required: true, location_name: "JsonPath"))
2793
3225
  JsonClassifier.struct_class = Types::JsonClassifier
2794
3226
 
3227
+ KafkaStreamingSourceOptions.add_member(:bootstrap_servers, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "BootstrapServers"))
3228
+ KafkaStreamingSourceOptions.add_member(:security_protocol, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "SecurityProtocol"))
3229
+ KafkaStreamingSourceOptions.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "ConnectionName"))
3230
+ KafkaStreamingSourceOptions.add_member(:topic_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "TopicName"))
3231
+ KafkaStreamingSourceOptions.add_member(:assign, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Assign"))
3232
+ KafkaStreamingSourceOptions.add_member(:subscribe_pattern, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "SubscribePattern"))
3233
+ KafkaStreamingSourceOptions.add_member(:classification, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Classification"))
3234
+ KafkaStreamingSourceOptions.add_member(:delimiter, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Delimiter"))
3235
+ KafkaStreamingSourceOptions.add_member(:starting_offsets, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "StartingOffsets"))
3236
+ KafkaStreamingSourceOptions.add_member(:ending_offsets, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "EndingOffsets"))
3237
+ KafkaStreamingSourceOptions.add_member(:poll_timeout_ms, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "PollTimeoutMs"))
3238
+ KafkaStreamingSourceOptions.add_member(:num_retries, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "NumRetries"))
3239
+ KafkaStreamingSourceOptions.add_member(:retry_interval_ms, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "RetryIntervalMs"))
3240
+ KafkaStreamingSourceOptions.add_member(:max_offsets_per_trigger, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "MaxOffsetsPerTrigger"))
3241
+ KafkaStreamingSourceOptions.add_member(:min_partitions, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MinPartitions"))
3242
+ KafkaStreamingSourceOptions.struct_class = Types::KafkaStreamingSourceOptions
3243
+
2795
3244
  KeyList.member = Shapes::ShapeRef.new(shape: NameString)
2796
3245
 
2797
3246
  KeySchemaElement.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
@@ -2800,6 +3249,26 @@ module Aws::Glue
2800
3249
 
2801
3250
  KeySchemaElementList.member = Shapes::ShapeRef.new(shape: KeySchemaElement)
2802
3251
 
3252
+ KinesisStreamingSourceOptions.add_member(:endpoint_url, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "EndpointUrl"))
3253
+ KinesisStreamingSourceOptions.add_member(:stream_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "StreamName"))
3254
+ KinesisStreamingSourceOptions.add_member(:classification, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Classification"))
3255
+ KinesisStreamingSourceOptions.add_member(:delimiter, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Delimiter"))
3256
+ KinesisStreamingSourceOptions.add_member(:starting_position, Shapes::ShapeRef.new(shape: StartingPosition, location_name: "StartingPosition"))
3257
+ KinesisStreamingSourceOptions.add_member(:max_fetch_time_in_ms, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "MaxFetchTimeInMs"))
3258
+ KinesisStreamingSourceOptions.add_member(:max_fetch_records_per_shard, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "MaxFetchRecordsPerShard"))
3259
+ KinesisStreamingSourceOptions.add_member(:max_record_per_read, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "MaxRecordPerRead"))
3260
+ KinesisStreamingSourceOptions.add_member(:add_idle_time_between_reads, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "AddIdleTimeBetweenReads"))
3261
+ KinesisStreamingSourceOptions.add_member(:idle_time_between_reads_in_ms, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "IdleTimeBetweenReadsInMs"))
3262
+ KinesisStreamingSourceOptions.add_member(:describe_shard_interval, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "DescribeShardInterval"))
3263
+ KinesisStreamingSourceOptions.add_member(:num_retries, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "NumRetries"))
3264
+ KinesisStreamingSourceOptions.add_member(:retry_interval_ms, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "RetryIntervalMs"))
3265
+ KinesisStreamingSourceOptions.add_member(:max_retry_interval_ms, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "MaxRetryIntervalMs"))
3266
+ KinesisStreamingSourceOptions.add_member(:avoid_empty_batches, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "AvoidEmptyBatches"))
3267
+ KinesisStreamingSourceOptions.add_member(:stream_arn, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "StreamArn"))
3268
+ KinesisStreamingSourceOptions.add_member(:role_arn, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "RoleArn"))
3269
+ KinesisStreamingSourceOptions.add_member(:role_session_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "RoleSessionName"))
3270
+ KinesisStreamingSourceOptions.struct_class = Types::KinesisStreamingSourceOptions
3271
+
2803
3272
  LabelingSetGenerationTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
2804
3273
  LabelingSetGenerationTaskRunProperties.struct_class = Types::LabelingSetGenerationTaskRunProperties
2805
3274
 
@@ -2822,6 +3291,10 @@ module Aws::Glue
2822
3291
  LastCrawlInfo.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
2823
3292
  LastCrawlInfo.struct_class = Types::LastCrawlInfo
2824
3293
 
3294
+ LimitedPathList.member = Shapes::ShapeRef.new(shape: LimitedStringList)
3295
+
3296
+ LimitedStringList.member = Shapes::ShapeRef.new(shape: GenericLimitedString)
3297
+
2825
3298
  LineageConfiguration.add_member(:crawler_lineage_settings, Shapes::ShapeRef.new(shape: CrawlerLineageSettings, location_name: "CrawlerLineageSettings"))
2826
3299
  LineageConfiguration.struct_class = Types::LineageConfiguration
2827
3300
 
@@ -2843,6 +3316,16 @@ module Aws::Glue
2843
3316
  ListCrawlersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
2844
3317
  ListCrawlersResponse.struct_class = Types::ListCrawlersResponse
2845
3318
 
3319
+ ListCrawlsRequest.add_member(:crawler_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "CrawlerName"))
3320
+ ListCrawlsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
3321
+ ListCrawlsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: CrawlsFilterList, location_name: "Filters"))
3322
+ ListCrawlsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
3323
+ ListCrawlsRequest.struct_class = Types::ListCrawlsRequest
3324
+
3325
+ ListCrawlsResponse.add_member(:crawls, Shapes::ShapeRef.new(shape: CrawlerHistoryList, location_name: "Crawls"))
3326
+ ListCrawlsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
3327
+ ListCrawlsResponse.struct_class = Types::ListCrawlsResponse
3328
+
2846
3329
  ListCustomEntityTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
2847
3330
  ListCustomEntityTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2848
3331
  ListCustomEntityTypesRequest.struct_class = Types::ListCustomEntityTypesRequest
@@ -2988,9 +3471,19 @@ module Aws::Glue
2988
3471
  MLUserDataEncryption.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NameString, location_name: "KmsKeyId"))
2989
3472
  MLUserDataEncryption.struct_class = Types::MLUserDataEncryption
2990
3473
 
3474
+ ManyInputs.member = Shapes::ShapeRef.new(shape: NodeId)
3475
+
2991
3476
  MapValue.key = Shapes::ShapeRef.new(shape: GenericString)
2992
3477
  MapValue.value = Shapes::ShapeRef.new(shape: GenericString)
2993
3478
 
3479
+ Mapping.add_member(:to_key, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "ToKey"))
3480
+ Mapping.add_member(:from_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, location_name: "FromPath"))
3481
+ Mapping.add_member(:from_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "FromType"))
3482
+ Mapping.add_member(:to_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "ToType"))
3483
+ Mapping.add_member(:dropped, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Dropped"))
3484
+ Mapping.add_member(:children, Shapes::ShapeRef.new(shape: Mappings, location_name: "Children"))
3485
+ Mapping.struct_class = Types::Mapping
3486
+
2994
3487
  MappingEntry.add_member(:source_table, Shapes::ShapeRef.new(shape: TableName, location_name: "SourceTable"))
2995
3488
  MappingEntry.add_member(:source_path, Shapes::ShapeRef.new(shape: SchemaPathString, location_name: "SourcePath"))
2996
3489
  MappingEntry.add_member(:source_type, Shapes::ShapeRef.new(shape: FieldType, location_name: "SourceType"))
@@ -3001,8 +3494,16 @@ module Aws::Glue
3001
3494
 
3002
3495
  MappingList.member = Shapes::ShapeRef.new(shape: MappingEntry)
3003
3496
 
3497
+ Mappings.member = Shapes::ShapeRef.new(shape: Mapping)
3498
+
3004
3499
  MatchCriteria.member = Shapes::ShapeRef.new(shape: NameString)
3005
3500
 
3501
+ Merge.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3502
+ Merge.add_member(:inputs, Shapes::ShapeRef.new(shape: TwoInputs, required: true, location_name: "Inputs"))
3503
+ Merge.add_member(:source, Shapes::ShapeRef.new(shape: NodeId, required: true, location_name: "Source"))
3504
+ Merge.add_member(:primary_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, required: true, location_name: "PrimaryKeys"))
3505
+ Merge.struct_class = Types::Merge
3506
+
3006
3507
  MetadataInfo.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
3007
3508
  MetadataInfo.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
3008
3509
  MetadataInfo.add_member(:other_metadata_value_list, Shapes::ShapeRef.new(shape: OtherMetadataValueList, location_name: "OtherMetadataValueList"))
@@ -3017,6 +3518,17 @@ module Aws::Glue
3017
3518
 
3018
3519
  MetadataList.member = Shapes::ShapeRef.new(shape: MetadataKeyValuePair)
3019
3520
 
3521
+ MicrosoftSQLServerCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3522
+ MicrosoftSQLServerCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3523
+ MicrosoftSQLServerCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3524
+ MicrosoftSQLServerCatalogSource.struct_class = Types::MicrosoftSQLServerCatalogSource
3525
+
3526
+ MicrosoftSQLServerCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3527
+ MicrosoftSQLServerCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
3528
+ MicrosoftSQLServerCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3529
+ MicrosoftSQLServerCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3530
+ MicrosoftSQLServerCatalogTarget.struct_class = Types::MicrosoftSQLServerCatalogTarget
3531
+
3020
3532
  MongoDBTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
3021
3533
  MongoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
3022
3534
  MongoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ScanAll"))
@@ -3024,6 +3536,17 @@ module Aws::Glue
3024
3536
 
3025
3537
  MongoDBTargetList.member = Shapes::ShapeRef.new(shape: MongoDBTarget)
3026
3538
 
3539
+ MySQLCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3540
+ MySQLCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3541
+ MySQLCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3542
+ MySQLCatalogSource.struct_class = Types::MySQLCatalogSource
3543
+
3544
+ MySQLCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3545
+ MySQLCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
3546
+ MySQLCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3547
+ MySQLCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3548
+ MySQLCatalogTarget.struct_class = Types::MySQLCatalogTarget
3549
+
3027
3550
  NameStringList.member = Shapes::ShapeRef.new(shape: NameString)
3028
3551
 
3029
3552
  NoScheduleException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
@@ -3044,9 +3567,33 @@ module Aws::Glue
3044
3567
  NotificationProperty.add_member(:notify_delay_after, Shapes::ShapeRef.new(shape: NotifyDelayAfter, location_name: "NotifyDelayAfter"))
3045
3568
  NotificationProperty.struct_class = Types::NotificationProperty
3046
3569
 
3570
+ NullCheckBoxList.add_member(:is_empty, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "IsEmpty"))
3571
+ NullCheckBoxList.add_member(:is_null_string, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "IsNullString"))
3572
+ NullCheckBoxList.add_member(:is_neg_one, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "IsNegOne"))
3573
+ NullCheckBoxList.struct_class = Types::NullCheckBoxList
3574
+
3575
+ NullValueField.add_member(:value, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Value"))
3576
+ NullValueField.add_member(:datatype, Shapes::ShapeRef.new(shape: Datatype, required: true, location_name: "Datatype"))
3577
+ NullValueField.struct_class = Types::NullValueField
3578
+
3579
+ NullValueFields.member = Shapes::ShapeRef.new(shape: NullValueField)
3580
+
3581
+ OneInput.member = Shapes::ShapeRef.new(shape: NodeId)
3582
+
3047
3583
  OperationTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
3048
3584
  OperationTimeoutException.struct_class = Types::OperationTimeoutException
3049
3585
 
3586
+ OracleSQLCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3587
+ OracleSQLCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3588
+ OracleSQLCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3589
+ OracleSQLCatalogSource.struct_class = Types::OracleSQLCatalogSource
3590
+
3591
+ OracleSQLCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3592
+ OracleSQLCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
3593
+ OracleSQLCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3594
+ OracleSQLCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3595
+ OracleSQLCatalogTarget.struct_class = Types::OracleSQLCatalogTarget
3596
+
3050
3597
  OrchestrationArgumentsMap.key = Shapes::ShapeRef.new(shape: OrchestrationNameString)
3051
3598
  OrchestrationArgumentsMap.value = Shapes::ShapeRef.new(shape: OrchestrationArgumentsValue)
3052
3599
 
@@ -3064,6 +3611,16 @@ module Aws::Glue
3064
3611
  OtherMetadataValueListItem.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
3065
3612
  OtherMetadataValueListItem.struct_class = Types::OtherMetadataValueListItem
3066
3613
 
3614
+ PIIDetection.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3615
+ PIIDetection.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
3616
+ PIIDetection.add_member(:pii_type, Shapes::ShapeRef.new(shape: PiiType, required: true, location_name: "PiiType"))
3617
+ PIIDetection.add_member(:entity_types_to_detect, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "EntityTypesToDetect"))
3618
+ PIIDetection.add_member(:output_column_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "OutputColumnName"))
3619
+ PIIDetection.add_member(:sample_fraction, Shapes::ShapeRef.new(shape: BoxedDoubleFraction, location_name: "SampleFraction"))
3620
+ PIIDetection.add_member(:threshold_fraction, Shapes::ShapeRef.new(shape: BoxedDoubleFraction, location_name: "ThresholdFraction"))
3621
+ PIIDetection.add_member(:mask_value, Shapes::ShapeRef.new(shape: MaskValue, location_name: "MaskValue"))
3622
+ PIIDetection.struct_class = Types::PIIDetection
3623
+
3067
3624
  ParametersMap.key = Shapes::ShapeRef.new(shape: KeyString)
3068
3625
  ParametersMap.value = Shapes::ShapeRef.new(shape: ParametersMapValue)
3069
3626
 
@@ -3126,6 +3683,17 @@ module Aws::Glue
3126
3683
  PhysicalConnectionRequirements.add_member(:availability_zone, Shapes::ShapeRef.new(shape: NameString, location_name: "AvailabilityZone"))
3127
3684
  PhysicalConnectionRequirements.struct_class = Types::PhysicalConnectionRequirements
3128
3685
 
3686
+ PostgreSQLCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3687
+ PostgreSQLCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3688
+ PostgreSQLCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3689
+ PostgreSQLCatalogSource.struct_class = Types::PostgreSQLCatalogSource
3690
+
3691
+ PostgreSQLCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3692
+ PostgreSQLCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
3693
+ PostgreSQLCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3694
+ PostgreSQLCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3695
+ PostgreSQLCatalogTarget.struct_class = Types::PostgreSQLCatalogTarget
3696
+
3129
3697
  Predecessor.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
3130
3698
  Predecessor.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "RunId"))
3131
3699
  Predecessor.struct_class = Types::Predecessor
@@ -3204,6 +3772,22 @@ module Aws::Glue
3204
3772
  RecrawlPolicy.add_member(:recrawl_behavior, Shapes::ShapeRef.new(shape: RecrawlBehavior, location_name: "RecrawlBehavior"))
3205
3773
  RecrawlPolicy.struct_class = Types::RecrawlPolicy
3206
3774
 
3775
+ RedshiftSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3776
+ RedshiftSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3777
+ RedshiftSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3778
+ RedshiftSource.add_member(:redshift_tmp_dir, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "RedshiftTmpDir"))
3779
+ RedshiftSource.add_member(:tmp_dir_iam_role, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "TmpDirIAMRole"))
3780
+ RedshiftSource.struct_class = Types::RedshiftSource
3781
+
3782
+ RedshiftTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3783
+ RedshiftTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
3784
+ RedshiftTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3785
+ RedshiftTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3786
+ RedshiftTarget.add_member(:redshift_tmp_dir, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "RedshiftTmpDir"))
3787
+ RedshiftTarget.add_member(:tmp_dir_iam_role, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "TmpDirIAMRole"))
3788
+ RedshiftTarget.add_member(:upsert_redshift_options, Shapes::ShapeRef.new(shape: UpsertRedshiftTargetOptions, location_name: "UpsertRedshiftOptions"))
3789
+ RedshiftTarget.struct_class = Types::RedshiftTarget
3790
+
3207
3791
  RegisterSchemaVersionInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
3208
3792
  RegisterSchemaVersionInput.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaDefinitionString, required: true, location_name: "SchemaDefinition"))
3209
3793
  RegisterSchemaVersionInput.struct_class = Types::RegisterSchemaVersionInput
@@ -3227,6 +3811,11 @@ module Aws::Glue
3227
3811
  RegistryListItem.add_member(:updated_time, Shapes::ShapeRef.new(shape: UpdatedTimestamp, location_name: "UpdatedTime"))
3228
3812
  RegistryListItem.struct_class = Types::RegistryListItem
3229
3813
 
3814
+ RelationalCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3815
+ RelationalCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3816
+ RelationalCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3817
+ RelationalCatalogSource.struct_class = Types::RelationalCatalogSource
3818
+
3230
3819
  RemoveSchemaVersionMetadataInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
3231
3820
  RemoveSchemaVersionMetadataInput.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, location_name: "SchemaVersionNumber"))
3232
3821
  RemoveSchemaVersionMetadataInput.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
@@ -3243,6 +3832,12 @@ module Aws::Glue
3243
3832
  RemoveSchemaVersionMetadataResponse.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
3244
3833
  RemoveSchemaVersionMetadataResponse.struct_class = Types::RemoveSchemaVersionMetadataResponse
3245
3834
 
3835
+ RenameField.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3836
+ RenameField.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
3837
+ RenameField.add_member(:source_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "SourcePath"))
3838
+ RenameField.add_member(:target_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "TargetPath"))
3839
+ RenameField.struct_class = Types::RenameField
3840
+
3246
3841
  ResetJobBookmarkRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
3247
3842
  ResetJobBookmarkRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "RunId"))
3248
3843
  ResetJobBookmarkRequest.struct_class = Types::ResetJobBookmarkRequest
@@ -3279,12 +3874,103 @@ module Aws::Glue
3279
3874
  RunStatementResponse.add_member(:id, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "Id"))
3280
3875
  RunStatementResponse.struct_class = Types::RunStatementResponse
3281
3876
 
3877
+ S3CatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3878
+ S3CatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3879
+ S3CatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3880
+ S3CatalogSource.add_member(:partition_predicate, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "PartitionPredicate"))
3881
+ S3CatalogSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: S3SourceAdditionalOptions, location_name: "AdditionalOptions"))
3882
+ S3CatalogSource.struct_class = Types::S3CatalogSource
3883
+
3884
+ S3CatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3885
+ S3CatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
3886
+ S3CatalogTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
3887
+ S3CatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3888
+ S3CatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3889
+ S3CatalogTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: CatalogSchemaChangePolicy, location_name: "SchemaChangePolicy"))
3890
+ S3CatalogTarget.struct_class = Types::S3CatalogTarget
3891
+
3892
+ S3CsvSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3893
+ S3CsvSource.add_member(:paths, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "Paths"))
3894
+ S3CsvSource.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionType, location_name: "CompressionType"))
3895
+ S3CsvSource.add_member(:exclusions, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, location_name: "Exclusions"))
3896
+ S3CsvSource.add_member(:group_size, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "GroupSize"))
3897
+ S3CsvSource.add_member(:group_files, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "GroupFiles"))
3898
+ S3CsvSource.add_member(:recurse, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Recurse"))
3899
+ S3CsvSource.add_member(:max_band, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MaxBand"))
3900
+ S3CsvSource.add_member(:max_files_in_band, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MaxFilesInBand"))
3901
+ S3CsvSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: S3DirectSourceAdditionalOptions, location_name: "AdditionalOptions"))
3902
+ S3CsvSource.add_member(:separator, Shapes::ShapeRef.new(shape: Separator, required: true, location_name: "Separator"))
3903
+ S3CsvSource.add_member(:escaper, Shapes::ShapeRef.new(shape: EnclosedInStringPropertyWithQuote, location_name: "Escaper"))
3904
+ S3CsvSource.add_member(:quote_char, Shapes::ShapeRef.new(shape: QuoteChar, required: true, location_name: "QuoteChar"))
3905
+ S3CsvSource.add_member(:multiline, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Multiline"))
3906
+ S3CsvSource.add_member(:with_header, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "WithHeader"))
3907
+ S3CsvSource.add_member(:write_header, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "WriteHeader"))
3908
+ S3CsvSource.add_member(:skip_first, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "SkipFirst"))
3909
+ S3CsvSource.add_member(:optimize_performance, Shapes::ShapeRef.new(shape: BooleanValue, location_name: "OptimizePerformance"))
3910
+ S3CsvSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
3911
+ S3CsvSource.struct_class = Types::S3CsvSource
3912
+
3913
+ S3DirectSourceAdditionalOptions.add_member(:bounded_size, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "BoundedSize"))
3914
+ S3DirectSourceAdditionalOptions.add_member(:bounded_files, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "BoundedFiles"))
3915
+ S3DirectSourceAdditionalOptions.add_member(:enable_sample_path, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableSamplePath"))
3916
+ S3DirectSourceAdditionalOptions.add_member(:sample_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "SamplePath"))
3917
+ S3DirectSourceAdditionalOptions.struct_class = Types::S3DirectSourceAdditionalOptions
3918
+
3919
+ S3DirectTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3920
+ S3DirectTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
3921
+ S3DirectTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
3922
+ S3DirectTarget.add_member(:path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Path"))
3923
+ S3DirectTarget.add_member(:compression, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Compression"))
3924
+ S3DirectTarget.add_member(:format, Shapes::ShapeRef.new(shape: TargetFormat, required: true, location_name: "Format"))
3925
+ S3DirectTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: DirectSchemaChangePolicy, location_name: "SchemaChangePolicy"))
3926
+ S3DirectTarget.struct_class = Types::S3DirectTarget
3927
+
3282
3928
  S3Encryption.add_member(:s3_encryption_mode, Shapes::ShapeRef.new(shape: S3EncryptionMode, location_name: "S3EncryptionMode"))
3283
3929
  S3Encryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
3284
3930
  S3Encryption.struct_class = Types::S3Encryption
3285
3931
 
3286
3932
  S3EncryptionList.member = Shapes::ShapeRef.new(shape: S3Encryption)
3287
3933
 
3934
+ S3GlueParquetTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3935
+ S3GlueParquetTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
3936
+ S3GlueParquetTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
3937
+ S3GlueParquetTarget.add_member(:path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Path"))
3938
+ S3GlueParquetTarget.add_member(:compression, Shapes::ShapeRef.new(shape: ParquetCompressionType, location_name: "Compression"))
3939
+ S3GlueParquetTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: DirectSchemaChangePolicy, location_name: "SchemaChangePolicy"))
3940
+ S3GlueParquetTarget.struct_class = Types::S3GlueParquetTarget
3941
+
3942
+ S3JsonSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3943
+ S3JsonSource.add_member(:paths, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "Paths"))
3944
+ S3JsonSource.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionType, location_name: "CompressionType"))
3945
+ S3JsonSource.add_member(:exclusions, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, location_name: "Exclusions"))
3946
+ S3JsonSource.add_member(:group_size, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "GroupSize"))
3947
+ S3JsonSource.add_member(:group_files, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "GroupFiles"))
3948
+ S3JsonSource.add_member(:recurse, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Recurse"))
3949
+ S3JsonSource.add_member(:max_band, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MaxBand"))
3950
+ S3JsonSource.add_member(:max_files_in_band, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MaxFilesInBand"))
3951
+ S3JsonSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: S3DirectSourceAdditionalOptions, location_name: "AdditionalOptions"))
3952
+ S3JsonSource.add_member(:json_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "JsonPath"))
3953
+ S3JsonSource.add_member(:multiline, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Multiline"))
3954
+ S3JsonSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
3955
+ S3JsonSource.struct_class = Types::S3JsonSource
3956
+
3957
+ S3ParquetSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3958
+ S3ParquetSource.add_member(:paths, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "Paths"))
3959
+ S3ParquetSource.add_member(:compression_type, Shapes::ShapeRef.new(shape: ParquetCompressionType, location_name: "CompressionType"))
3960
+ S3ParquetSource.add_member(:exclusions, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, location_name: "Exclusions"))
3961
+ S3ParquetSource.add_member(:group_size, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "GroupSize"))
3962
+ S3ParquetSource.add_member(:group_files, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "GroupFiles"))
3963
+ S3ParquetSource.add_member(:recurse, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Recurse"))
3964
+ S3ParquetSource.add_member(:max_band, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MaxBand"))
3965
+ S3ParquetSource.add_member(:max_files_in_band, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MaxFilesInBand"))
3966
+ S3ParquetSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: S3DirectSourceAdditionalOptions, location_name: "AdditionalOptions"))
3967
+ S3ParquetSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
3968
+ S3ParquetSource.struct_class = Types::S3ParquetSource
3969
+
3970
+ S3SourceAdditionalOptions.add_member(:bounded_size, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "BoundedSize"))
3971
+ S3SourceAdditionalOptions.add_member(:bounded_files, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "BoundedFiles"))
3972
+ S3SourceAdditionalOptions.struct_class = Types::S3SourceAdditionalOptions
3973
+
3288
3974
  S3Target.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
3289
3975
  S3Target.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
3290
3976
  S3Target.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
@@ -3384,6 +4070,16 @@ module Aws::Glue
3384
4070
  Segment.add_member(:total_segments, Shapes::ShapeRef.new(shape: TotalSegmentsInteger, required: true, location_name: "TotalSegments"))
3385
4071
  Segment.struct_class = Types::Segment
3386
4072
 
4073
+ SelectFields.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
4074
+ SelectFields.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
4075
+ SelectFields.add_member(:paths, Shapes::ShapeRef.new(shape: GlueStudioPathList, required: true, location_name: "Paths"))
4076
+ SelectFields.struct_class = Types::SelectFields
4077
+
4078
+ SelectFromCollection.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
4079
+ SelectFromCollection.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
4080
+ SelectFromCollection.add_member(:index, Shapes::ShapeRef.new(shape: NonNegativeInt, required: true, location_name: "Index"))
4081
+ SelectFromCollection.struct_class = Types::SelectFromCollection
4082
+
3387
4083
  SerDeInfo.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
3388
4084
  SerDeInfo.add_member(:serialization_library, Shapes::ShapeRef.new(shape: NameString, location_name: "SerializationLibrary"))
3389
4085
  SerDeInfo.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
@@ -3423,6 +4119,48 @@ module Aws::Glue
3423
4119
  SortCriterion.add_member(:sort, Shapes::ShapeRef.new(shape: Sort, location_name: "Sort"))
3424
4120
  SortCriterion.struct_class = Types::SortCriterion
3425
4121
 
4122
+ SparkConnectorSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
4123
+ SparkConnectorSource.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
4124
+ SparkConnectorSource.add_member(:connector_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectorName"))
4125
+ SparkConnectorSource.add_member(:connection_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionType"))
4126
+ SparkConnectorSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
4127
+ SparkConnectorSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
4128
+ SparkConnectorSource.struct_class = Types::SparkConnectorSource
4129
+
4130
+ SparkConnectorTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
4131
+ SparkConnectorTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
4132
+ SparkConnectorTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
4133
+ SparkConnectorTarget.add_member(:connector_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectorName"))
4134
+ SparkConnectorTarget.add_member(:connection_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionType"))
4135
+ SparkConnectorTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
4136
+ SparkConnectorTarget.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
4137
+ SparkConnectorTarget.struct_class = Types::SparkConnectorTarget
4138
+
4139
+ SparkSQL.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
4140
+ SparkSQL.add_member(:inputs, Shapes::ShapeRef.new(shape: ManyInputs, required: true, location_name: "Inputs"))
4141
+ SparkSQL.add_member(:sql_query, Shapes::ShapeRef.new(shape: SqlQuery, required: true, location_name: "SqlQuery"))
4142
+ SparkSQL.add_member(:sql_aliases, Shapes::ShapeRef.new(shape: SqlAliases, required: true, location_name: "SqlAliases"))
4143
+ SparkSQL.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
4144
+ SparkSQL.struct_class = Types::SparkSQL
4145
+
4146
+ Spigot.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
4147
+ Spigot.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
4148
+ Spigot.add_member(:path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Path"))
4149
+ Spigot.add_member(:topk, Shapes::ShapeRef.new(shape: Topk, location_name: "Topk"))
4150
+ Spigot.add_member(:prob, Shapes::ShapeRef.new(shape: Prob, location_name: "Prob"))
4151
+ Spigot.struct_class = Types::Spigot
4152
+
4153
+ SplitFields.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
4154
+ SplitFields.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
4155
+ SplitFields.add_member(:paths, Shapes::ShapeRef.new(shape: GlueStudioPathList, required: true, location_name: "Paths"))
4156
+ SplitFields.struct_class = Types::SplitFields
4157
+
4158
+ SqlAlias.add_member(:from, Shapes::ShapeRef.new(shape: NodeId, required: true, location_name: "From"))
4159
+ SqlAlias.add_member(:alias, Shapes::ShapeRef.new(shape: EnclosedInStringPropertyWithQuote, required: true, location_name: "Alias"))
4160
+ SqlAlias.struct_class = Types::SqlAlias
4161
+
4162
+ SqlAliases.member = Shapes::ShapeRef.new(shape: SqlAlias)
4163
+
3426
4164
  StartBlueprintRunRequest.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: OrchestrationNameString, required: true, location_name: "BlueprintName"))
3427
4165
  StartBlueprintRunRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: BlueprintParameters, location_name: "Parameters"))
3428
4166
  StartBlueprintRunRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: OrchestrationIAMRoleArn, required: true, location_name: "RoleArn"))
@@ -3568,6 +4306,10 @@ module Aws::Glue
3568
4306
  StorageDescriptor.add_member(:schema_reference, Shapes::ShapeRef.new(shape: SchemaReference, location_name: "SchemaReference"))
3569
4307
  StorageDescriptor.struct_class = Types::StorageDescriptor
3570
4308
 
4309
+ StreamingDataPreviewOptions.add_member(:polling_time, Shapes::ShapeRef.new(shape: PollingTime, location_name: "PollingTime"))
4310
+ StreamingDataPreviewOptions.add_member(:record_polling_limit, Shapes::ShapeRef.new(shape: PositiveLong, location_name: "RecordPollingLimit"))
4311
+ StreamingDataPreviewOptions.struct_class = Types::StreamingDataPreviewOptions
4312
+
3571
4313
  StringColumnStatisticsData.add_member(:maximum_length, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "MaximumLength"))
3572
4314
  StringColumnStatisticsData.add_member(:average_length, Shapes::ShapeRef.new(shape: NonNegativeDouble, required: true, location_name: "AverageLength"))
3573
4315
  StringColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
@@ -3735,6 +4477,8 @@ module Aws::Glue
3735
4477
  TriggerUpdate.add_member(:event_batching_condition, Shapes::ShapeRef.new(shape: EventBatchingCondition, location_name: "EventBatchingCondition"))
3736
4478
  TriggerUpdate.struct_class = Types::TriggerUpdate
3737
4479
 
4480
+ TwoInputs.member = Shapes::ShapeRef.new(shape: NodeId)
4481
+
3738
4482
  UnfilteredPartition.add_member(:partition, Shapes::ShapeRef.new(shape: Partition, location_name: "Partition"))
3739
4483
  UnfilteredPartition.add_member(:authorized_columns, Shapes::ShapeRef.new(shape: NameStringList, location_name: "AuthorizedColumns"))
3740
4484
  UnfilteredPartition.add_member(:is_registered_with_lake_formation, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRegisteredWithLakeFormation"))
@@ -3742,6 +4486,11 @@ module Aws::Glue
3742
4486
 
3743
4487
  UnfilteredPartitionList.member = Shapes::ShapeRef.new(shape: UnfilteredPartition)
3744
4488
 
4489
+ Union.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
4490
+ Union.add_member(:inputs, Shapes::ShapeRef.new(shape: TwoInputs, required: true, location_name: "Inputs"))
4491
+ Union.add_member(:union_type, Shapes::ShapeRef.new(shape: UnionType, required: true, location_name: "UnionType"))
4492
+ Union.struct_class = Types::Union
4493
+
3745
4494
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, required: true, location_name: "ResourceArn"))
3746
4495
  UntagResourceRequest.add_member(:tags_to_remove, Shapes::ShapeRef.new(shape: TagKeysList, required: true, location_name: "TagsToRemove"))
3747
4496
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -3944,6 +4693,11 @@ module Aws::Glue
3944
4693
  UpdateXMLClassifierRequest.add_member(:row_tag, Shapes::ShapeRef.new(shape: RowTag, location_name: "RowTag"))
3945
4694
  UpdateXMLClassifierRequest.struct_class = Types::UpdateXMLClassifierRequest
3946
4695
 
4696
+ UpsertRedshiftTargetOptions.add_member(:table_location, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "TableLocation"))
4697
+ UpsertRedshiftTargetOptions.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "ConnectionName"))
4698
+ UpsertRedshiftTargetOptions.add_member(:upsert_keys, Shapes::ShapeRef.new(shape: EnclosedInStringPropertiesMinOne, location_name: "UpsertKeys"))
4699
+ UpsertRedshiftTargetOptions.struct_class = Types::UpsertRedshiftTargetOptions
4700
+
3947
4701
  UserDefinedFunction.add_member(:function_name, Shapes::ShapeRef.new(shape: NameString, location_name: "FunctionName"))
3948
4702
  UserDefinedFunction.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
3949
4703
  UserDefinedFunction.add_member(:class_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ClassName"))
@@ -5742,6 +6496,17 @@ module Aws::Glue
5742
6496
  )
5743
6497
  end)
5744
6498
 
6499
+ api.add_operation(:list_crawls, Seahorse::Model::Operation.new.tap do |o|
6500
+ o.name = "ListCrawls"
6501
+ o.http_method = "POST"
6502
+ o.http_request_uri = "/"
6503
+ o.input = Shapes::ShapeRef.new(shape: ListCrawlsRequest)
6504
+ o.output = Shapes::ShapeRef.new(shape: ListCrawlsResponse)
6505
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
6506
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
6507
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
6508
+ end)
6509
+
5745
6510
  api.add_operation(:list_custom_entity_types, Seahorse::Model::Operation.new.tap do |o|
5746
6511
  o.name = "ListCustomEntityTypes"
5747
6512
  o.http_method = "POST"