aws-sdk-glue 1.111.0 → 1.112.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +2781 -1
- data/lib/aws-sdk-glue/client_api.rb +713 -0
- data/lib/aws-sdk-glue/types.rb +9348 -2607
- data/lib/aws-sdk-glue.rb +1 -1
- metadata +2 -2
@@ -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')
|
@@ -225,6 +246,7 @@ module Aws::Glue
|
|
225
246
|
CsvHeader = Shapes::ListShape.new(name: 'CsvHeader')
|
226
247
|
CsvHeaderOption = Shapes::StringShape.new(name: 'CsvHeaderOption')
|
227
248
|
CsvQuoteSymbol = Shapes::StringShape.new(name: 'CsvQuoteSymbol')
|
249
|
+
CustomCode = Shapes::StructureShape.new(name: 'CustomCode')
|
228
250
|
CustomEntityType = Shapes::StructureShape.new(name: 'CustomEntityType')
|
229
251
|
CustomEntityTypeNames = Shapes::ListShape.new(name: 'CustomEntityTypeNames')
|
230
252
|
CustomEntityTypes = Shapes::ListShape.new(name: 'CustomEntityTypes')
|
@@ -240,6 +262,7 @@ module Aws::Glue
|
|
240
262
|
DatabaseInput = Shapes::StructureShape.new(name: 'DatabaseInput')
|
241
263
|
DatabaseList = Shapes::ListShape.new(name: 'DatabaseList')
|
242
264
|
DatabaseName = Shapes::StringShape.new(name: 'DatabaseName')
|
265
|
+
Datatype = Shapes::StructureShape.new(name: 'Datatype')
|
243
266
|
DateColumnStatisticsData = Shapes::StructureShape.new(name: 'DateColumnStatisticsData')
|
244
267
|
DecimalColumnStatisticsData = Shapes::StructureShape.new(name: 'DecimalColumnStatisticsData')
|
245
268
|
DecimalNumber = Shapes::StructureShape.new(name: 'DecimalNumber')
|
@@ -302,14 +325,25 @@ module Aws::Glue
|
|
302
325
|
DevEndpointList = Shapes::ListShape.new(name: 'DevEndpointList')
|
303
326
|
DevEndpointNameList = Shapes::ListShape.new(name: 'DevEndpointNameList')
|
304
327
|
DevEndpointNames = Shapes::ListShape.new(name: 'DevEndpointNames')
|
328
|
+
DirectKafkaSource = Shapes::StructureShape.new(name: 'DirectKafkaSource')
|
329
|
+
DirectKinesisSource = Shapes::StructureShape.new(name: 'DirectKinesisSource')
|
330
|
+
DirectSchemaChangePolicy = Shapes::StructureShape.new(name: 'DirectSchemaChangePolicy')
|
305
331
|
Double = Shapes::FloatShape.new(name: 'Double')
|
306
332
|
DoubleColumnStatisticsData = Shapes::StructureShape.new(name: 'DoubleColumnStatisticsData')
|
307
333
|
DoubleValue = Shapes::FloatShape.new(name: 'DoubleValue')
|
334
|
+
DropDuplicates = Shapes::StructureShape.new(name: 'DropDuplicates')
|
335
|
+
DropFields = Shapes::StructureShape.new(name: 'DropFields')
|
336
|
+
DropNullFields = Shapes::StructureShape.new(name: 'DropNullFields')
|
337
|
+
DynamoDBCatalogSource = Shapes::StructureShape.new(name: 'DynamoDBCatalogSource')
|
308
338
|
DynamoDBTarget = Shapes::StructureShape.new(name: 'DynamoDBTarget')
|
309
339
|
DynamoDBTargetList = Shapes::ListShape.new(name: 'DynamoDBTargetList')
|
310
340
|
Edge = Shapes::StructureShape.new(name: 'Edge')
|
311
341
|
EdgeList = Shapes::ListShape.new(name: 'EdgeList')
|
312
342
|
EnableHybridValues = Shapes::StringShape.new(name: 'EnableHybridValues')
|
343
|
+
EnclosedInStringProperties = Shapes::ListShape.new(name: 'EnclosedInStringProperties')
|
344
|
+
EnclosedInStringPropertiesMinOne = Shapes::ListShape.new(name: 'EnclosedInStringPropertiesMinOne')
|
345
|
+
EnclosedInStringProperty = Shapes::StringShape.new(name: 'EnclosedInStringProperty')
|
346
|
+
EnclosedInStringPropertyWithQuote = Shapes::StringShape.new(name: 'EnclosedInStringPropertyWithQuote')
|
313
347
|
EncryptionAtRest = Shapes::StructureShape.new(name: 'EncryptionAtRest')
|
314
348
|
EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
|
315
349
|
EntityNotFoundException = Shapes::StructureShape.new(name: 'EntityNotFoundException')
|
@@ -326,14 +360,25 @@ module Aws::Glue
|
|
326
360
|
ExecutionTime = Shapes::IntegerShape.new(name: 'ExecutionTime')
|
327
361
|
ExistCondition = Shapes::StringShape.new(name: 'ExistCondition')
|
328
362
|
ExportLabelsTaskRunProperties = Shapes::StructureShape.new(name: 'ExportLabelsTaskRunProperties')
|
363
|
+
ExtendedString = Shapes::StringShape.new(name: 'ExtendedString')
|
329
364
|
FieldType = Shapes::StringShape.new(name: 'FieldType')
|
365
|
+
FillMissingValues = Shapes::StructureShape.new(name: 'FillMissingValues')
|
366
|
+
Filter = Shapes::StructureShape.new(name: 'Filter')
|
367
|
+
FilterExpression = Shapes::StructureShape.new(name: 'FilterExpression')
|
368
|
+
FilterExpressions = Shapes::ListShape.new(name: 'FilterExpressions')
|
369
|
+
FilterLogicalOperator = Shapes::StringShape.new(name: 'FilterLogicalOperator')
|
370
|
+
FilterOperation = Shapes::StringShape.new(name: 'FilterOperation')
|
330
371
|
FilterString = Shapes::StringShape.new(name: 'FilterString')
|
372
|
+
FilterValue = Shapes::StructureShape.new(name: 'FilterValue')
|
373
|
+
FilterValueType = Shapes::StringShape.new(name: 'FilterValueType')
|
374
|
+
FilterValues = Shapes::ListShape.new(name: 'FilterValues')
|
331
375
|
FindMatchesMetrics = Shapes::StructureShape.new(name: 'FindMatchesMetrics')
|
332
376
|
FindMatchesParameters = Shapes::StructureShape.new(name: 'FindMatchesParameters')
|
333
377
|
FindMatchesTaskRunProperties = Shapes::StructureShape.new(name: 'FindMatchesTaskRunProperties')
|
334
378
|
FormatString = Shapes::StringShape.new(name: 'FormatString')
|
335
379
|
Generic512CharString = Shapes::StringShape.new(name: 'Generic512CharString')
|
336
380
|
GenericBoundedDouble = Shapes::FloatShape.new(name: 'GenericBoundedDouble')
|
381
|
+
GenericLimitedString = Shapes::StringShape.new(name: 'GenericLimitedString')
|
337
382
|
GenericMap = Shapes::MapShape.new(name: 'GenericMap')
|
338
383
|
GenericString = Shapes::StringShape.new(name: 'GenericString')
|
339
384
|
GetBlueprintRequest = Shapes::StructureShape.new(name: 'GetBlueprintRequest')
|
@@ -464,10 +509,19 @@ module Aws::Glue
|
|
464
509
|
GetWorkflowRunsResponse = Shapes::StructureShape.new(name: 'GetWorkflowRunsResponse')
|
465
510
|
GlueEncryptionException = Shapes::StructureShape.new(name: 'GlueEncryptionException')
|
466
511
|
GluePolicy = Shapes::StructureShape.new(name: 'GluePolicy')
|
512
|
+
GlueRecordType = Shapes::StringShape.new(name: 'GlueRecordType')
|
467
513
|
GlueResourceArn = Shapes::StringShape.new(name: 'GlueResourceArn')
|
514
|
+
GlueSchema = Shapes::StructureShape.new(name: 'GlueSchema')
|
515
|
+
GlueSchemas = Shapes::ListShape.new(name: 'GlueSchemas')
|
516
|
+
GlueStudioColumnNameString = Shapes::StringShape.new(name: 'GlueStudioColumnNameString')
|
517
|
+
GlueStudioPathList = Shapes::ListShape.new(name: 'GlueStudioPathList')
|
518
|
+
GlueStudioSchemaColumn = Shapes::StructureShape.new(name: 'GlueStudioSchemaColumn')
|
519
|
+
GlueStudioSchemaColumnList = Shapes::ListShape.new(name: 'GlueStudioSchemaColumnList')
|
468
520
|
GlueTable = Shapes::StructureShape.new(name: 'GlueTable')
|
469
521
|
GlueTables = Shapes::ListShape.new(name: 'GlueTables')
|
470
522
|
GlueVersionString = Shapes::StringShape.new(name: 'GlueVersionString')
|
523
|
+
GovernedCatalogSource = Shapes::StructureShape.new(name: 'GovernedCatalogSource')
|
524
|
+
GovernedCatalogTarget = Shapes::StructureShape.new(name: 'GovernedCatalogTarget')
|
471
525
|
GrokClassifier = Shapes::StructureShape.new(name: 'GrokClassifier')
|
472
526
|
GrokPattern = Shapes::StringShape.new(name: 'GrokPattern')
|
473
527
|
HashString = Shapes::StringShape.new(name: 'HashString')
|
@@ -486,6 +540,11 @@ module Aws::Glue
|
|
486
540
|
InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
|
487
541
|
InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
|
488
542
|
IsVersionValid = Shapes::BooleanShape.new(name: 'IsVersionValid')
|
543
|
+
JDBCConnectorOptions = Shapes::StructureShape.new(name: 'JDBCConnectorOptions')
|
544
|
+
JDBCConnectorSource = Shapes::StructureShape.new(name: 'JDBCConnectorSource')
|
545
|
+
JDBCConnectorTarget = Shapes::StructureShape.new(name: 'JDBCConnectorTarget')
|
546
|
+
JDBCDataType = Shapes::StringShape.new(name: 'JDBCDataType')
|
547
|
+
JDBCDataTypeMapping = Shapes::MapShape.new(name: 'JDBCDataTypeMapping')
|
489
548
|
JdbcTarget = Shapes::StructureShape.new(name: 'JdbcTarget')
|
490
549
|
JdbcTargetList = Shapes::ListShape.new(name: 'JdbcTargetList')
|
491
550
|
Job = Shapes::StructureShape.new(name: 'Job')
|
@@ -501,13 +560,19 @@ module Aws::Glue
|
|
501
560
|
JobRunList = Shapes::ListShape.new(name: 'JobRunList')
|
502
561
|
JobRunState = Shapes::StringShape.new(name: 'JobRunState')
|
503
562
|
JobUpdate = Shapes::StructureShape.new(name: 'JobUpdate')
|
563
|
+
Join = Shapes::StructureShape.new(name: 'Join')
|
564
|
+
JoinColumn = Shapes::StructureShape.new(name: 'JoinColumn')
|
565
|
+
JoinColumns = Shapes::ListShape.new(name: 'JoinColumns')
|
566
|
+
JoinType = Shapes::StringShape.new(name: 'JoinType')
|
504
567
|
JsonClassifier = Shapes::StructureShape.new(name: 'JsonClassifier')
|
505
568
|
JsonPath = Shapes::StringShape.new(name: 'JsonPath')
|
506
569
|
JsonValue = Shapes::StringShape.new(name: 'JsonValue')
|
570
|
+
KafkaStreamingSourceOptions = Shapes::StructureShape.new(name: 'KafkaStreamingSourceOptions')
|
507
571
|
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
508
572
|
KeySchemaElement = Shapes::StructureShape.new(name: 'KeySchemaElement')
|
509
573
|
KeySchemaElementList = Shapes::ListShape.new(name: 'KeySchemaElementList')
|
510
574
|
KeyString = Shapes::StringShape.new(name: 'KeyString')
|
575
|
+
KinesisStreamingSourceOptions = Shapes::StructureShape.new(name: 'KinesisStreamingSourceOptions')
|
511
576
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
512
577
|
LabelCount = Shapes::IntegerShape.new(name: 'LabelCount')
|
513
578
|
LabelingSetGenerationTaskRunProperties = Shapes::StructureShape.new(name: 'LabelingSetGenerationTaskRunProperties')
|
@@ -517,6 +582,8 @@ module Aws::Glue
|
|
517
582
|
LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
|
518
583
|
LastCrawlStatus = Shapes::StringShape.new(name: 'LastCrawlStatus')
|
519
584
|
LatestSchemaVersionBoolean = Shapes::BooleanShape.new(name: 'LatestSchemaVersionBoolean')
|
585
|
+
LimitedPathList = Shapes::ListShape.new(name: 'LimitedPathList')
|
586
|
+
LimitedStringList = Shapes::ListShape.new(name: 'LimitedStringList')
|
520
587
|
LineageConfiguration = Shapes::StructureShape.new(name: 'LineageConfiguration')
|
521
588
|
ListBlueprintsRequest = Shapes::StructureShape.new(name: 'ListBlueprintsRequest')
|
522
589
|
ListBlueprintsResponse = Shapes::StructureShape.new(name: 'ListBlueprintsResponse')
|
@@ -559,13 +626,18 @@ module Aws::Glue
|
|
559
626
|
MLTransformNotReadyException = Shapes::StructureShape.new(name: 'MLTransformNotReadyException')
|
560
627
|
MLUserDataEncryption = Shapes::StructureShape.new(name: 'MLUserDataEncryption')
|
561
628
|
MLUserDataEncryptionModeString = Shapes::StringShape.new(name: 'MLUserDataEncryptionModeString')
|
629
|
+
ManyInputs = Shapes::ListShape.new(name: 'ManyInputs')
|
562
630
|
MapValue = Shapes::MapShape.new(name: 'MapValue')
|
631
|
+
Mapping = Shapes::StructureShape.new(name: 'Mapping')
|
563
632
|
MappingEntry = Shapes::StructureShape.new(name: 'MappingEntry')
|
564
633
|
MappingList = Shapes::ListShape.new(name: 'MappingList')
|
634
|
+
Mappings = Shapes::ListShape.new(name: 'Mappings')
|
635
|
+
MaskValue = Shapes::StringShape.new(name: 'MaskValue')
|
565
636
|
MatchCriteria = Shapes::ListShape.new(name: 'MatchCriteria')
|
566
637
|
MaxConcurrentRuns = Shapes::IntegerShape.new(name: 'MaxConcurrentRuns')
|
567
638
|
MaxResultsNumber = Shapes::IntegerShape.new(name: 'MaxResultsNumber')
|
568
639
|
MaxRetries = Shapes::IntegerShape.new(name: 'MaxRetries')
|
640
|
+
Merge = Shapes::StructureShape.new(name: 'Merge')
|
569
641
|
MessagePrefix = Shapes::StringShape.new(name: 'MessagePrefix')
|
570
642
|
MessageString = Shapes::StringShape.new(name: 'MessageString')
|
571
643
|
MetadataInfo = Shapes::StructureShape.new(name: 'MetadataInfo')
|
@@ -574,25 +646,38 @@ module Aws::Glue
|
|
574
646
|
MetadataKeyValuePair = Shapes::StructureShape.new(name: 'MetadataKeyValuePair')
|
575
647
|
MetadataList = Shapes::ListShape.new(name: 'MetadataList')
|
576
648
|
MetadataValueString = Shapes::StringShape.new(name: 'MetadataValueString')
|
649
|
+
MicrosoftSQLServerCatalogSource = Shapes::StructureShape.new(name: 'MicrosoftSQLServerCatalogSource')
|
650
|
+
MicrosoftSQLServerCatalogTarget = Shapes::StructureShape.new(name: 'MicrosoftSQLServerCatalogTarget')
|
577
651
|
MillisecondsCount = Shapes::IntegerShape.new(name: 'MillisecondsCount')
|
578
652
|
MongoDBTarget = Shapes::StructureShape.new(name: 'MongoDBTarget')
|
579
653
|
MongoDBTargetList = Shapes::ListShape.new(name: 'MongoDBTargetList')
|
654
|
+
MySQLCatalogSource = Shapes::StructureShape.new(name: 'MySQLCatalogSource')
|
655
|
+
MySQLCatalogTarget = Shapes::StructureShape.new(name: 'MySQLCatalogTarget')
|
580
656
|
NameString = Shapes::StringShape.new(name: 'NameString')
|
581
657
|
NameStringList = Shapes::ListShape.new(name: 'NameStringList')
|
582
658
|
NoScheduleException = Shapes::StructureShape.new(name: 'NoScheduleException')
|
583
659
|
Node = Shapes::StructureShape.new(name: 'Node')
|
660
|
+
NodeId = Shapes::StringShape.new(name: 'NodeId')
|
584
661
|
NodeIdList = Shapes::ListShape.new(name: 'NodeIdList')
|
585
662
|
NodeList = Shapes::ListShape.new(name: 'NodeList')
|
663
|
+
NodeName = Shapes::StringShape.new(name: 'NodeName')
|
586
664
|
NodeType = Shapes::StringShape.new(name: 'NodeType')
|
587
665
|
NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
|
666
|
+
NonNegativeInt = Shapes::IntegerShape.new(name: 'NonNegativeInt')
|
588
667
|
NonNegativeInteger = Shapes::IntegerShape.new(name: 'NonNegativeInteger')
|
589
668
|
NonNegativeLong = Shapes::IntegerShape.new(name: 'NonNegativeLong')
|
590
669
|
NotificationProperty = Shapes::StructureShape.new(name: 'NotificationProperty')
|
591
670
|
NotifyDelayAfter = Shapes::IntegerShape.new(name: 'NotifyDelayAfter')
|
671
|
+
NullCheckBoxList = Shapes::StructureShape.new(name: 'NullCheckBoxList')
|
672
|
+
NullValueField = Shapes::StructureShape.new(name: 'NullValueField')
|
673
|
+
NullValueFields = Shapes::ListShape.new(name: 'NullValueFields')
|
592
674
|
NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
|
593
675
|
NullableDouble = Shapes::FloatShape.new(name: 'NullableDouble')
|
594
676
|
NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
|
677
|
+
OneInput = Shapes::ListShape.new(name: 'OneInput')
|
595
678
|
OperationTimeoutException = Shapes::StructureShape.new(name: 'OperationTimeoutException')
|
679
|
+
OracleSQLCatalogSource = Shapes::StructureShape.new(name: 'OracleSQLCatalogSource')
|
680
|
+
OracleSQLCatalogTarget = Shapes::StructureShape.new(name: 'OracleSQLCatalogTarget')
|
596
681
|
OrchestrationArgumentsMap = Shapes::MapShape.new(name: 'OrchestrationArgumentsMap')
|
597
682
|
OrchestrationArgumentsValue = Shapes::StringShape.new(name: 'OrchestrationArgumentsValue')
|
598
683
|
OrchestrationIAMRoleArn = Shapes::StringShape.new(name: 'OrchestrationIAMRoleArn')
|
@@ -606,10 +691,12 @@ module Aws::Glue
|
|
606
691
|
OrderList = Shapes::ListShape.new(name: 'OrderList')
|
607
692
|
OtherMetadataValueList = Shapes::ListShape.new(name: 'OtherMetadataValueList')
|
608
693
|
OtherMetadataValueListItem = Shapes::StructureShape.new(name: 'OtherMetadataValueListItem')
|
694
|
+
PIIDetection = Shapes::StructureShape.new(name: 'PIIDetection')
|
609
695
|
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
610
696
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
611
697
|
ParametersMap = Shapes::MapShape.new(name: 'ParametersMap')
|
612
698
|
ParametersMapValue = Shapes::StringShape.new(name: 'ParametersMapValue')
|
699
|
+
ParquetCompressionType = Shapes::StringShape.new(name: 'ParquetCompressionType')
|
613
700
|
Partition = Shapes::StructureShape.new(name: 'Partition')
|
614
701
|
PartitionError = Shapes::StructureShape.new(name: 'PartitionError')
|
615
702
|
PartitionErrors = Shapes::ListShape.new(name: 'PartitionErrors')
|
@@ -630,7 +717,12 @@ module Aws::Glue
|
|
630
717
|
PermissionTypeList = Shapes::ListShape.new(name: 'PermissionTypeList')
|
631
718
|
PermissionTypeMismatchException = Shapes::StructureShape.new(name: 'PermissionTypeMismatchException')
|
632
719
|
PhysicalConnectionRequirements = Shapes::StructureShape.new(name: 'PhysicalConnectionRequirements')
|
720
|
+
PiiType = Shapes::StringShape.new(name: 'PiiType')
|
633
721
|
PolicyJsonString = Shapes::StringShape.new(name: 'PolicyJsonString')
|
722
|
+
PollingTime = Shapes::IntegerShape.new(name: 'PollingTime')
|
723
|
+
PositiveLong = Shapes::IntegerShape.new(name: 'PositiveLong')
|
724
|
+
PostgreSQLCatalogSource = Shapes::StructureShape.new(name: 'PostgreSQLCatalogSource')
|
725
|
+
PostgreSQLCatalogTarget = Shapes::StructureShape.new(name: 'PostgreSQLCatalogTarget')
|
634
726
|
Predecessor = Shapes::StructureShape.new(name: 'Predecessor')
|
635
727
|
PredecessorList = Shapes::ListShape.new(name: 'PredecessorList')
|
636
728
|
Predicate = Shapes::StructureShape.new(name: 'Predicate')
|
@@ -638,6 +730,7 @@ module Aws::Glue
|
|
638
730
|
PrincipalPermissions = Shapes::StructureShape.new(name: 'PrincipalPermissions')
|
639
731
|
PrincipalPermissionsList = Shapes::ListShape.new(name: 'PrincipalPermissionsList')
|
640
732
|
PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
|
733
|
+
Prob = Shapes::FloatShape.new(name: 'Prob')
|
641
734
|
PropertyPredicate = Shapes::StructureShape.new(name: 'PropertyPredicate')
|
642
735
|
PublicKeysList = Shapes::ListShape.new(name: 'PublicKeysList')
|
643
736
|
PutDataCatalogEncryptionSettingsRequest = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsRequest')
|
@@ -653,17 +746,22 @@ module Aws::Glue
|
|
653
746
|
QuerySchemaVersionMetadataInput = Shapes::StructureShape.new(name: 'QuerySchemaVersionMetadataInput')
|
654
747
|
QuerySchemaVersionMetadataMaxResults = Shapes::IntegerShape.new(name: 'QuerySchemaVersionMetadataMaxResults')
|
655
748
|
QuerySchemaVersionMetadataResponse = Shapes::StructureShape.new(name: 'QuerySchemaVersionMetadataResponse')
|
749
|
+
QuoteChar = Shapes::StringShape.new(name: 'QuoteChar')
|
656
750
|
RecordsCount = Shapes::IntegerShape.new(name: 'RecordsCount')
|
657
751
|
RecrawlBehavior = Shapes::StringShape.new(name: 'RecrawlBehavior')
|
658
752
|
RecrawlPolicy = Shapes::StructureShape.new(name: 'RecrawlPolicy')
|
753
|
+
RedshiftSource = Shapes::StructureShape.new(name: 'RedshiftSource')
|
754
|
+
RedshiftTarget = Shapes::StructureShape.new(name: 'RedshiftTarget')
|
659
755
|
RegisterSchemaVersionInput = Shapes::StructureShape.new(name: 'RegisterSchemaVersionInput')
|
660
756
|
RegisterSchemaVersionResponse = Shapes::StructureShape.new(name: 'RegisterSchemaVersionResponse')
|
661
757
|
RegistryId = Shapes::StructureShape.new(name: 'RegistryId')
|
662
758
|
RegistryListDefinition = Shapes::ListShape.new(name: 'RegistryListDefinition')
|
663
759
|
RegistryListItem = Shapes::StructureShape.new(name: 'RegistryListItem')
|
664
760
|
RegistryStatus = Shapes::StringShape.new(name: 'RegistryStatus')
|
761
|
+
RelationalCatalogSource = Shapes::StructureShape.new(name: 'RelationalCatalogSource')
|
665
762
|
RemoveSchemaVersionMetadataInput = Shapes::StructureShape.new(name: 'RemoveSchemaVersionMetadataInput')
|
666
763
|
RemoveSchemaVersionMetadataResponse = Shapes::StructureShape.new(name: 'RemoveSchemaVersionMetadataResponse')
|
764
|
+
RenameField = Shapes::StructureShape.new(name: 'RenameField')
|
667
765
|
ReplaceBoolean = Shapes::BooleanShape.new(name: 'ReplaceBoolean')
|
668
766
|
ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
|
669
767
|
ResetJobBookmarkResponse = Shapes::StructureShape.new(name: 'ResetJobBookmarkResponse')
|
@@ -682,9 +780,18 @@ module Aws::Glue
|
|
682
780
|
RunId = Shapes::StringShape.new(name: 'RunId')
|
683
781
|
RunStatementRequest = Shapes::StructureShape.new(name: 'RunStatementRequest')
|
684
782
|
RunStatementResponse = Shapes::StructureShape.new(name: 'RunStatementResponse')
|
783
|
+
S3CatalogSource = Shapes::StructureShape.new(name: 'S3CatalogSource')
|
784
|
+
S3CatalogTarget = Shapes::StructureShape.new(name: 'S3CatalogTarget')
|
785
|
+
S3CsvSource = Shapes::StructureShape.new(name: 'S3CsvSource')
|
786
|
+
S3DirectSourceAdditionalOptions = Shapes::StructureShape.new(name: 'S3DirectSourceAdditionalOptions')
|
787
|
+
S3DirectTarget = Shapes::StructureShape.new(name: 'S3DirectTarget')
|
685
788
|
S3Encryption = Shapes::StructureShape.new(name: 'S3Encryption')
|
686
789
|
S3EncryptionList = Shapes::ListShape.new(name: 'S3EncryptionList')
|
687
790
|
S3EncryptionMode = Shapes::StringShape.new(name: 'S3EncryptionMode')
|
791
|
+
S3GlueParquetTarget = Shapes::StructureShape.new(name: 'S3GlueParquetTarget')
|
792
|
+
S3JsonSource = Shapes::StructureShape.new(name: 'S3JsonSource')
|
793
|
+
S3ParquetSource = Shapes::StructureShape.new(name: 'S3ParquetSource')
|
794
|
+
S3SourceAdditionalOptions = Shapes::StructureShape.new(name: 'S3SourceAdditionalOptions')
|
688
795
|
S3Target = Shapes::StructureShape.new(name: 'S3Target')
|
689
796
|
S3TargetList = Shapes::ListShape.new(name: 'S3TargetList')
|
690
797
|
ScalaCode = Shapes::StringShape.new(name: 'ScalaCode')
|
@@ -723,6 +830,9 @@ module Aws::Glue
|
|
723
830
|
SecurityConfigurationList = Shapes::ListShape.new(name: 'SecurityConfigurationList')
|
724
831
|
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
725
832
|
Segment = Shapes::StructureShape.new(name: 'Segment')
|
833
|
+
SelectFields = Shapes::StructureShape.new(name: 'SelectFields')
|
834
|
+
SelectFromCollection = Shapes::StructureShape.new(name: 'SelectFromCollection')
|
835
|
+
Separator = Shapes::StringShape.new(name: 'Separator')
|
726
836
|
SerDeInfo = Shapes::StructureShape.new(name: 'SerDeInfo')
|
727
837
|
Session = Shapes::StructureShape.new(name: 'Session')
|
728
838
|
SessionCommand = Shapes::StructureShape.new(name: 'SessionCommand')
|
@@ -734,6 +844,14 @@ module Aws::Glue
|
|
734
844
|
SortCriteria = Shapes::ListShape.new(name: 'SortCriteria')
|
735
845
|
SortCriterion = Shapes::StructureShape.new(name: 'SortCriterion')
|
736
846
|
SortDirectionType = Shapes::StringShape.new(name: 'SortDirectionType')
|
847
|
+
SparkConnectorSource = Shapes::StructureShape.new(name: 'SparkConnectorSource')
|
848
|
+
SparkConnectorTarget = Shapes::StructureShape.new(name: 'SparkConnectorTarget')
|
849
|
+
SparkSQL = Shapes::StructureShape.new(name: 'SparkSQL')
|
850
|
+
Spigot = Shapes::StructureShape.new(name: 'Spigot')
|
851
|
+
SplitFields = Shapes::StructureShape.new(name: 'SplitFields')
|
852
|
+
SqlAlias = Shapes::StructureShape.new(name: 'SqlAlias')
|
853
|
+
SqlAliases = Shapes::ListShape.new(name: 'SqlAliases')
|
854
|
+
SqlQuery = Shapes::StringShape.new(name: 'SqlQuery')
|
737
855
|
StartBlueprintRunRequest = Shapes::StructureShape.new(name: 'StartBlueprintRunRequest')
|
738
856
|
StartBlueprintRunResponse = Shapes::StructureShape.new(name: 'StartBlueprintRunResponse')
|
739
857
|
StartCrawlerRequest = Shapes::StructureShape.new(name: 'StartCrawlerRequest')
|
@@ -755,6 +873,7 @@ module Aws::Glue
|
|
755
873
|
StartWorkflowRunRequest = Shapes::StructureShape.new(name: 'StartWorkflowRunRequest')
|
756
874
|
StartWorkflowRunResponse = Shapes::StructureShape.new(name: 'StartWorkflowRunResponse')
|
757
875
|
StartingEventBatchCondition = Shapes::StructureShape.new(name: 'StartingEventBatchCondition')
|
876
|
+
StartingPosition = Shapes::StringShape.new(name: 'StartingPosition')
|
758
877
|
Statement = Shapes::StructureShape.new(name: 'Statement')
|
759
878
|
StatementList = Shapes::ListShape.new(name: 'StatementList')
|
760
879
|
StatementOutput = Shapes::StructureShape.new(name: 'StatementOutput')
|
@@ -771,6 +890,7 @@ module Aws::Glue
|
|
771
890
|
StopWorkflowRunRequest = Shapes::StructureShape.new(name: 'StopWorkflowRunRequest')
|
772
891
|
StopWorkflowRunResponse = Shapes::StructureShape.new(name: 'StopWorkflowRunResponse')
|
773
892
|
StorageDescriptor = Shapes::StructureShape.new(name: 'StorageDescriptor')
|
893
|
+
StreamingDataPreviewOptions = Shapes::StructureShape.new(name: 'StreamingDataPreviewOptions')
|
774
894
|
StringColumnStatisticsData = Shapes::StructureShape.new(name: 'StringColumnStatisticsData')
|
775
895
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
776
896
|
Table = Shapes::StructureShape.new(name: 'Table')
|
@@ -791,6 +911,7 @@ module Aws::Glue
|
|
791
911
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
792
912
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
793
913
|
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
914
|
+
TargetFormat = Shapes::StringShape.new(name: 'TargetFormat')
|
794
915
|
TaskRun = Shapes::StructureShape.new(name: 'TaskRun')
|
795
916
|
TaskRunFilterCriteria = Shapes::StructureShape.new(name: 'TaskRunFilterCriteria')
|
796
917
|
TaskRunList = Shapes::ListShape.new(name: 'TaskRunList')
|
@@ -803,6 +924,7 @@ module Aws::Glue
|
|
803
924
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
804
925
|
TimestampValue = Shapes::TimestampShape.new(name: 'TimestampValue')
|
805
926
|
Token = Shapes::StringShape.new(name: 'Token')
|
927
|
+
Topk = Shapes::IntegerShape.new(name: 'Topk')
|
806
928
|
TotalSegmentsInteger = Shapes::IntegerShape.new(name: 'TotalSegmentsInteger')
|
807
929
|
TransactionIdString = Shapes::StringShape.new(name: 'TransactionIdString')
|
808
930
|
TransformEncryption = Shapes::StructureShape.new(name: 'TransformEncryption')
|
@@ -822,15 +944,19 @@ module Aws::Glue
|
|
822
944
|
TriggerState = Shapes::StringShape.new(name: 'TriggerState')
|
823
945
|
TriggerType = Shapes::StringShape.new(name: 'TriggerType')
|
824
946
|
TriggerUpdate = Shapes::StructureShape.new(name: 'TriggerUpdate')
|
947
|
+
TwoInputs = Shapes::ListShape.new(name: 'TwoInputs')
|
825
948
|
TypeString = Shapes::StringShape.new(name: 'TypeString')
|
826
949
|
URI = Shapes::StringShape.new(name: 'URI')
|
827
950
|
UnfilteredPartition = Shapes::StructureShape.new(name: 'UnfilteredPartition')
|
828
951
|
UnfilteredPartitionList = Shapes::ListShape.new(name: 'UnfilteredPartitionList')
|
952
|
+
Union = Shapes::StructureShape.new(name: 'Union')
|
953
|
+
UnionType = Shapes::StringShape.new(name: 'UnionType')
|
829
954
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
830
955
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
831
956
|
UpdateBehavior = Shapes::StringShape.new(name: 'UpdateBehavior')
|
832
957
|
UpdateBlueprintRequest = Shapes::StructureShape.new(name: 'UpdateBlueprintRequest')
|
833
958
|
UpdateBlueprintResponse = Shapes::StructureShape.new(name: 'UpdateBlueprintResponse')
|
959
|
+
UpdateCatalogBehavior = Shapes::StringShape.new(name: 'UpdateCatalogBehavior')
|
834
960
|
UpdateClassifierRequest = Shapes::StructureShape.new(name: 'UpdateClassifierRequest')
|
835
961
|
UpdateClassifierResponse = Shapes::StructureShape.new(name: 'UpdateClassifierResponse')
|
836
962
|
UpdateColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForPartitionRequest')
|
@@ -871,6 +997,7 @@ module Aws::Glue
|
|
871
997
|
UpdateWorkflowResponse = Shapes::StructureShape.new(name: 'UpdateWorkflowResponse')
|
872
998
|
UpdateXMLClassifierRequest = Shapes::StructureShape.new(name: 'UpdateXMLClassifierRequest')
|
873
999
|
UpdatedTimestamp = Shapes::StringShape.new(name: 'UpdatedTimestamp')
|
1000
|
+
UpsertRedshiftTargetOptions = Shapes::StructureShape.new(name: 'UpsertRedshiftTargetOptions')
|
874
1001
|
UriString = Shapes::StringShape.new(name: 'UriString')
|
875
1002
|
UserDefinedFunction = Shapes::StructureShape.new(name: 'UserDefinedFunction')
|
876
1003
|
UserDefinedFunctionInput = Shapes::StructureShape.new(name: 'UserDefinedFunctionInput')
|
@@ -909,12 +1036,41 @@ module Aws::Glue
|
|
909
1036
|
|
910
1037
|
ActionList.member = Shapes::ShapeRef.new(shape: Action)
|
911
1038
|
|
1039
|
+
AdditionalOptions.key = Shapes::ShapeRef.new(shape: EnclosedInStringProperty)
|
1040
|
+
AdditionalOptions.value = Shapes::ShapeRef.new(shape: EnclosedInStringProperty)
|
1041
|
+
|
912
1042
|
AdditionalPlanOptionsMap.key = Shapes::ShapeRef.new(shape: GenericString)
|
913
1043
|
AdditionalPlanOptionsMap.value = Shapes::ShapeRef.new(shape: GenericString)
|
914
1044
|
|
1045
|
+
Aggregate.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1046
|
+
Aggregate.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
1047
|
+
Aggregate.add_member(:groups, Shapes::ShapeRef.new(shape: GlueStudioPathList, required: true, location_name: "Groups"))
|
1048
|
+
Aggregate.add_member(:aggs, Shapes::ShapeRef.new(shape: AggregateOperations, required: true, location_name: "Aggs"))
|
1049
|
+
Aggregate.struct_class = Types::Aggregate
|
1050
|
+
|
1051
|
+
AggregateOperation.add_member(:column, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "Column"))
|
1052
|
+
AggregateOperation.add_member(:agg_func, Shapes::ShapeRef.new(shape: AggFunction, required: true, location_name: "AggFunc"))
|
1053
|
+
AggregateOperation.struct_class = Types::AggregateOperation
|
1054
|
+
|
1055
|
+
AggregateOperations.member = Shapes::ShapeRef.new(shape: AggregateOperation)
|
1056
|
+
|
915
1057
|
AlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
916
1058
|
AlreadyExistsException.struct_class = Types::AlreadyExistsException
|
917
1059
|
|
1060
|
+
ApplyMapping.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1061
|
+
ApplyMapping.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
1062
|
+
ApplyMapping.add_member(:mapping, Shapes::ShapeRef.new(shape: Mappings, required: true, location_name: "Mapping"))
|
1063
|
+
ApplyMapping.struct_class = Types::ApplyMapping
|
1064
|
+
|
1065
|
+
AthenaConnectorSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1066
|
+
AthenaConnectorSource.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
|
1067
|
+
AthenaConnectorSource.add_member(:connector_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectorName"))
|
1068
|
+
AthenaConnectorSource.add_member(:connection_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionType"))
|
1069
|
+
AthenaConnectorSource.add_member(:connection_table, Shapes::ShapeRef.new(shape: EnclosedInStringPropertyWithQuote, location_name: "ConnectionTable"))
|
1070
|
+
AthenaConnectorSource.add_member(:schema_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "SchemaName"))
|
1071
|
+
AthenaConnectorSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
1072
|
+
AthenaConnectorSource.struct_class = Types::AthenaConnectorSource
|
1073
|
+
|
918
1074
|
AuditColumnNamesList.member = Shapes::ShapeRef.new(shape: ColumnNameString)
|
919
1075
|
|
920
1076
|
AuditContext.add_member(:additional_audit_context, Shapes::ShapeRef.new(shape: AuditContextString, location_name: "AdditionalAuditContext"))
|
@@ -930,6 +1086,12 @@ module Aws::Glue
|
|
930
1086
|
|
931
1087
|
BackfillErrors.member = Shapes::ShapeRef.new(shape: BackfillError)
|
932
1088
|
|
1089
|
+
BasicCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1090
|
+
BasicCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
1091
|
+
BasicCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
1092
|
+
BasicCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
1093
|
+
BasicCatalogTarget.struct_class = Types::BasicCatalogTarget
|
1094
|
+
|
933
1095
|
BatchCreatePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
934
1096
|
BatchCreatePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
935
1097
|
BatchCreatePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
@@ -1163,6 +1325,33 @@ module Aws::Glue
|
|
1163
1325
|
CatalogImportStatus.add_member(:imported_by, Shapes::ShapeRef.new(shape: NameString, location_name: "ImportedBy"))
|
1164
1326
|
CatalogImportStatus.struct_class = Types::CatalogImportStatus
|
1165
1327
|
|
1328
|
+
CatalogKafkaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1329
|
+
CatalogKafkaSource.add_member(:window_size, Shapes::ShapeRef.new(shape: BoxedPositiveInt, location_name: "WindowSize", metadata: {"box"=>true}))
|
1330
|
+
CatalogKafkaSource.add_member(:detect_schema, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "DetectSchema", metadata: {"box"=>true}))
|
1331
|
+
CatalogKafkaSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
1332
|
+
CatalogKafkaSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
1333
|
+
CatalogKafkaSource.add_member(:streaming_options, Shapes::ShapeRef.new(shape: KafkaStreamingSourceOptions, location_name: "StreamingOptions"))
|
1334
|
+
CatalogKafkaSource.add_member(:data_preview_options, Shapes::ShapeRef.new(shape: StreamingDataPreviewOptions, location_name: "DataPreviewOptions"))
|
1335
|
+
CatalogKafkaSource.struct_class = Types::CatalogKafkaSource
|
1336
|
+
|
1337
|
+
CatalogKinesisSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1338
|
+
CatalogKinesisSource.add_member(:window_size, Shapes::ShapeRef.new(shape: BoxedPositiveInt, location_name: "WindowSize"))
|
1339
|
+
CatalogKinesisSource.add_member(:detect_schema, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "DetectSchema", metadata: {"box"=>true}))
|
1340
|
+
CatalogKinesisSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
1341
|
+
CatalogKinesisSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
1342
|
+
CatalogKinesisSource.add_member(:streaming_options, Shapes::ShapeRef.new(shape: KinesisStreamingSourceOptions, location_name: "StreamingOptions"))
|
1343
|
+
CatalogKinesisSource.add_member(:data_preview_options, Shapes::ShapeRef.new(shape: StreamingDataPreviewOptions, location_name: "DataPreviewOptions"))
|
1344
|
+
CatalogKinesisSource.struct_class = Types::CatalogKinesisSource
|
1345
|
+
|
1346
|
+
CatalogSchemaChangePolicy.add_member(:enable_update_catalog, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableUpdateCatalog"))
|
1347
|
+
CatalogSchemaChangePolicy.add_member(:update_behavior, Shapes::ShapeRef.new(shape: UpdateCatalogBehavior, location_name: "UpdateBehavior"))
|
1348
|
+
CatalogSchemaChangePolicy.struct_class = Types::CatalogSchemaChangePolicy
|
1349
|
+
|
1350
|
+
CatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1351
|
+
CatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
1352
|
+
CatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
1353
|
+
CatalogSource.struct_class = Types::CatalogSource
|
1354
|
+
|
1166
1355
|
CatalogTablesList.member = Shapes::ShapeRef.new(shape: NameString)
|
1167
1356
|
|
1168
1357
|
CatalogTarget.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
@@ -1194,6 +1383,61 @@ module Aws::Glue
|
|
1194
1383
|
CloudWatchEncryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
1195
1384
|
CloudWatchEncryption.struct_class = Types::CloudWatchEncryption
|
1196
1385
|
|
1386
|
+
CodeGenConfigurationNode.add_member(:athena_connector_source, Shapes::ShapeRef.new(shape: AthenaConnectorSource, location_name: "AthenaConnectorSource"))
|
1387
|
+
CodeGenConfigurationNode.add_member(:jdbc_connector_source, Shapes::ShapeRef.new(shape: JDBCConnectorSource, location_name: "JDBCConnectorSource"))
|
1388
|
+
CodeGenConfigurationNode.add_member(:spark_connector_source, Shapes::ShapeRef.new(shape: SparkConnectorSource, location_name: "SparkConnectorSource"))
|
1389
|
+
CodeGenConfigurationNode.add_member(:catalog_source, Shapes::ShapeRef.new(shape: CatalogSource, location_name: "CatalogSource"))
|
1390
|
+
CodeGenConfigurationNode.add_member(:redshift_source, Shapes::ShapeRef.new(shape: RedshiftSource, location_name: "RedshiftSource"))
|
1391
|
+
CodeGenConfigurationNode.add_member(:s3_catalog_source, Shapes::ShapeRef.new(shape: S3CatalogSource, location_name: "S3CatalogSource"))
|
1392
|
+
CodeGenConfigurationNode.add_member(:s3_csv_source, Shapes::ShapeRef.new(shape: S3CsvSource, location_name: "S3CsvSource"))
|
1393
|
+
CodeGenConfigurationNode.add_member(:s3_json_source, Shapes::ShapeRef.new(shape: S3JsonSource, location_name: "S3JsonSource"))
|
1394
|
+
CodeGenConfigurationNode.add_member(:s3_parquet_source, Shapes::ShapeRef.new(shape: S3ParquetSource, location_name: "S3ParquetSource"))
|
1395
|
+
CodeGenConfigurationNode.add_member(:relational_catalog_source, Shapes::ShapeRef.new(shape: RelationalCatalogSource, location_name: "RelationalCatalogSource"))
|
1396
|
+
CodeGenConfigurationNode.add_member(:dynamo_db_catalog_source, Shapes::ShapeRef.new(shape: DynamoDBCatalogSource, location_name: "DynamoDBCatalogSource"))
|
1397
|
+
CodeGenConfigurationNode.add_member(:jdbc_connector_target, Shapes::ShapeRef.new(shape: JDBCConnectorTarget, location_name: "JDBCConnectorTarget"))
|
1398
|
+
CodeGenConfigurationNode.add_member(:spark_connector_target, Shapes::ShapeRef.new(shape: SparkConnectorTarget, location_name: "SparkConnectorTarget"))
|
1399
|
+
CodeGenConfigurationNode.add_member(:catalog_target, Shapes::ShapeRef.new(shape: BasicCatalogTarget, location_name: "CatalogTarget"))
|
1400
|
+
CodeGenConfigurationNode.add_member(:redshift_target, Shapes::ShapeRef.new(shape: RedshiftTarget, location_name: "RedshiftTarget"))
|
1401
|
+
CodeGenConfigurationNode.add_member(:s3_catalog_target, Shapes::ShapeRef.new(shape: S3CatalogTarget, location_name: "S3CatalogTarget"))
|
1402
|
+
CodeGenConfigurationNode.add_member(:s3_glue_parquet_target, Shapes::ShapeRef.new(shape: S3GlueParquetTarget, location_name: "S3GlueParquetTarget"))
|
1403
|
+
CodeGenConfigurationNode.add_member(:s3_direct_target, Shapes::ShapeRef.new(shape: S3DirectTarget, location_name: "S3DirectTarget"))
|
1404
|
+
CodeGenConfigurationNode.add_member(:apply_mapping, Shapes::ShapeRef.new(shape: ApplyMapping, location_name: "ApplyMapping"))
|
1405
|
+
CodeGenConfigurationNode.add_member(:select_fields, Shapes::ShapeRef.new(shape: SelectFields, location_name: "SelectFields"))
|
1406
|
+
CodeGenConfigurationNode.add_member(:drop_fields, Shapes::ShapeRef.new(shape: DropFields, location_name: "DropFields"))
|
1407
|
+
CodeGenConfigurationNode.add_member(:rename_field, Shapes::ShapeRef.new(shape: RenameField, location_name: "RenameField"))
|
1408
|
+
CodeGenConfigurationNode.add_member(:spigot, Shapes::ShapeRef.new(shape: Spigot, location_name: "Spigot"))
|
1409
|
+
CodeGenConfigurationNode.add_member(:join, Shapes::ShapeRef.new(shape: Join, location_name: "Join"))
|
1410
|
+
CodeGenConfigurationNode.add_member(:split_fields, Shapes::ShapeRef.new(shape: SplitFields, location_name: "SplitFields"))
|
1411
|
+
CodeGenConfigurationNode.add_member(:select_from_collection, Shapes::ShapeRef.new(shape: SelectFromCollection, location_name: "SelectFromCollection"))
|
1412
|
+
CodeGenConfigurationNode.add_member(:fill_missing_values, Shapes::ShapeRef.new(shape: FillMissingValues, location_name: "FillMissingValues"))
|
1413
|
+
CodeGenConfigurationNode.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "Filter"))
|
1414
|
+
CodeGenConfigurationNode.add_member(:custom_code, Shapes::ShapeRef.new(shape: CustomCode, location_name: "CustomCode"))
|
1415
|
+
CodeGenConfigurationNode.add_member(:spark_sql, Shapes::ShapeRef.new(shape: SparkSQL, location_name: "SparkSQL"))
|
1416
|
+
CodeGenConfigurationNode.add_member(:direct_kinesis_source, Shapes::ShapeRef.new(shape: DirectKinesisSource, location_name: "DirectKinesisSource"))
|
1417
|
+
CodeGenConfigurationNode.add_member(:direct_kafka_source, Shapes::ShapeRef.new(shape: DirectKafkaSource, location_name: "DirectKafkaSource"))
|
1418
|
+
CodeGenConfigurationNode.add_member(:catalog_kinesis_source, Shapes::ShapeRef.new(shape: CatalogKinesisSource, location_name: "CatalogKinesisSource"))
|
1419
|
+
CodeGenConfigurationNode.add_member(:catalog_kafka_source, Shapes::ShapeRef.new(shape: CatalogKafkaSource, location_name: "CatalogKafkaSource"))
|
1420
|
+
CodeGenConfigurationNode.add_member(:drop_null_fields, Shapes::ShapeRef.new(shape: DropNullFields, location_name: "DropNullFields"))
|
1421
|
+
CodeGenConfigurationNode.add_member(:merge, Shapes::ShapeRef.new(shape: Merge, location_name: "Merge"))
|
1422
|
+
CodeGenConfigurationNode.add_member(:union, Shapes::ShapeRef.new(shape: Union, location_name: "Union"))
|
1423
|
+
CodeGenConfigurationNode.add_member(:pii_detection, Shapes::ShapeRef.new(shape: PIIDetection, location_name: "PIIDetection"))
|
1424
|
+
CodeGenConfigurationNode.add_member(:aggregate, Shapes::ShapeRef.new(shape: Aggregate, location_name: "Aggregate"))
|
1425
|
+
CodeGenConfigurationNode.add_member(:drop_duplicates, Shapes::ShapeRef.new(shape: DropDuplicates, location_name: "DropDuplicates"))
|
1426
|
+
CodeGenConfigurationNode.add_member(:governed_catalog_target, Shapes::ShapeRef.new(shape: GovernedCatalogTarget, location_name: "GovernedCatalogTarget"))
|
1427
|
+
CodeGenConfigurationNode.add_member(:governed_catalog_source, Shapes::ShapeRef.new(shape: GovernedCatalogSource, location_name: "GovernedCatalogSource"))
|
1428
|
+
CodeGenConfigurationNode.add_member(:microsoft_sql_server_catalog_source, Shapes::ShapeRef.new(shape: MicrosoftSQLServerCatalogSource, location_name: "MicrosoftSQLServerCatalogSource"))
|
1429
|
+
CodeGenConfigurationNode.add_member(:my_sql_catalog_source, Shapes::ShapeRef.new(shape: MySQLCatalogSource, location_name: "MySQLCatalogSource"))
|
1430
|
+
CodeGenConfigurationNode.add_member(:oracle_sql_catalog_source, Shapes::ShapeRef.new(shape: OracleSQLCatalogSource, location_name: "OracleSQLCatalogSource"))
|
1431
|
+
CodeGenConfigurationNode.add_member(:postgre_sql_catalog_source, Shapes::ShapeRef.new(shape: PostgreSQLCatalogSource, location_name: "PostgreSQLCatalogSource"))
|
1432
|
+
CodeGenConfigurationNode.add_member(:microsoft_sql_server_catalog_target, Shapes::ShapeRef.new(shape: MicrosoftSQLServerCatalogTarget, location_name: "MicrosoftSQLServerCatalogTarget"))
|
1433
|
+
CodeGenConfigurationNode.add_member(:my_sql_catalog_target, Shapes::ShapeRef.new(shape: MySQLCatalogTarget, location_name: "MySQLCatalogTarget"))
|
1434
|
+
CodeGenConfigurationNode.add_member(:oracle_sql_catalog_target, Shapes::ShapeRef.new(shape: OracleSQLCatalogTarget, location_name: "OracleSQLCatalogTarget"))
|
1435
|
+
CodeGenConfigurationNode.add_member(:postgre_sql_catalog_target, Shapes::ShapeRef.new(shape: PostgreSQLCatalogTarget, location_name: "PostgreSQLCatalogTarget"))
|
1436
|
+
CodeGenConfigurationNode.struct_class = Types::CodeGenConfigurationNode
|
1437
|
+
|
1438
|
+
CodeGenConfigurationNodes.key = Shapes::ShapeRef.new(shape: NodeId)
|
1439
|
+
CodeGenConfigurationNodes.value = Shapes::ShapeRef.new(shape: CodeGenConfigurationNode)
|
1440
|
+
|
1197
1441
|
CodeGenEdge.add_member(:source, Shapes::ShapeRef.new(shape: CodeGenIdentifier, required: true, location_name: "Source"))
|
1198
1442
|
CodeGenEdge.add_member(:target, Shapes::ShapeRef.new(shape: CodeGenIdentifier, required: true, location_name: "Target"))
|
1199
1443
|
CodeGenEdge.add_member(:target_parameter, Shapes::ShapeRef.new(shape: CodeGenArgName, location_name: "TargetParameter"))
|
@@ -1521,6 +1765,7 @@ module Aws::Glue
|
|
1521
1765
|
CreateJobRequest.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
|
1522
1766
|
CreateJobRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
|
1523
1767
|
CreateJobRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
|
1768
|
+
CreateJobRequest.add_member(:code_gen_configuration_nodes, Shapes::ShapeRef.new(shape: CodeGenConfigurationNodes, location_name: "CodeGenConfigurationNodes"))
|
1524
1769
|
CreateJobRequest.struct_class = Types::CreateJobRequest
|
1525
1770
|
|
1526
1771
|
CreateJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
@@ -1697,6 +1942,13 @@ module Aws::Glue
|
|
1697
1942
|
|
1698
1943
|
CsvHeader.member = Shapes::ShapeRef.new(shape: NameString)
|
1699
1944
|
|
1945
|
+
CustomCode.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1946
|
+
CustomCode.add_member(:inputs, Shapes::ShapeRef.new(shape: ManyInputs, required: true, location_name: "Inputs"))
|
1947
|
+
CustomCode.add_member(:code, Shapes::ShapeRef.new(shape: ExtendedString, required: true, location_name: "Code"))
|
1948
|
+
CustomCode.add_member(:class_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ClassName"))
|
1949
|
+
CustomCode.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
1950
|
+
CustomCode.struct_class = Types::CustomCode
|
1951
|
+
|
1700
1952
|
CustomEntityType.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1701
1953
|
CustomEntityType.add_member(:regex_string, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "RegexString"))
|
1702
1954
|
CustomEntityType.add_member(:context_words, Shapes::ShapeRef.new(shape: ContextWords, location_name: "ContextWords"))
|
@@ -1741,6 +1993,10 @@ module Aws::Glue
|
|
1741
1993
|
|
1742
1994
|
DatabaseList.member = Shapes::ShapeRef.new(shape: Database)
|
1743
1995
|
|
1996
|
+
Datatype.add_member(:id, Shapes::ShapeRef.new(shape: GenericLimitedString, required: true, location_name: "Id"))
|
1997
|
+
Datatype.add_member(:label, Shapes::ShapeRef.new(shape: GenericLimitedString, required: true, location_name: "Label"))
|
1998
|
+
Datatype.struct_class = Types::Datatype
|
1999
|
+
|
1744
2000
|
DateColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Timestamp, location_name: "MinimumValue"))
|
1745
2001
|
DateColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Timestamp, location_name: "MaximumValue"))
|
1746
2002
|
DateColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
|
@@ -1963,12 +2219,53 @@ module Aws::Glue
|
|
1963
2219
|
|
1964
2220
|
DevEndpointNames.member = Shapes::ShapeRef.new(shape: GenericString)
|
1965
2221
|
|
2222
|
+
DirectKafkaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
2223
|
+
DirectKafkaSource.add_member(:streaming_options, Shapes::ShapeRef.new(shape: KafkaStreamingSourceOptions, location_name: "StreamingOptions"))
|
2224
|
+
DirectKafkaSource.add_member(:window_size, Shapes::ShapeRef.new(shape: BoxedPositiveInt, location_name: "WindowSize", metadata: {"box"=>true}))
|
2225
|
+
DirectKafkaSource.add_member(:detect_schema, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "DetectSchema", metadata: {"box"=>true}))
|
2226
|
+
DirectKafkaSource.add_member(:data_preview_options, Shapes::ShapeRef.new(shape: StreamingDataPreviewOptions, location_name: "DataPreviewOptions"))
|
2227
|
+
DirectKafkaSource.struct_class = Types::DirectKafkaSource
|
2228
|
+
|
2229
|
+
DirectKinesisSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
2230
|
+
DirectKinesisSource.add_member(:window_size, Shapes::ShapeRef.new(shape: BoxedPositiveInt, location_name: "WindowSize", metadata: {"box"=>true}))
|
2231
|
+
DirectKinesisSource.add_member(:detect_schema, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "DetectSchema", metadata: {"box"=>true}))
|
2232
|
+
DirectKinesisSource.add_member(:streaming_options, Shapes::ShapeRef.new(shape: KinesisStreamingSourceOptions, location_name: "StreamingOptions"))
|
2233
|
+
DirectKinesisSource.add_member(:data_preview_options, Shapes::ShapeRef.new(shape: StreamingDataPreviewOptions, location_name: "DataPreviewOptions"))
|
2234
|
+
DirectKinesisSource.struct_class = Types::DirectKinesisSource
|
2235
|
+
|
2236
|
+
DirectSchemaChangePolicy.add_member(:enable_update_catalog, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableUpdateCatalog"))
|
2237
|
+
DirectSchemaChangePolicy.add_member(:update_behavior, Shapes::ShapeRef.new(shape: UpdateCatalogBehavior, location_name: "UpdateBehavior"))
|
2238
|
+
DirectSchemaChangePolicy.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Table"))
|
2239
|
+
DirectSchemaChangePolicy.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Database"))
|
2240
|
+
DirectSchemaChangePolicy.struct_class = Types::DirectSchemaChangePolicy
|
2241
|
+
|
1966
2242
|
DoubleColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Double, location_name: "MinimumValue"))
|
1967
2243
|
DoubleColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Double, location_name: "MaximumValue"))
|
1968
2244
|
DoubleColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
|
1969
2245
|
DoubleColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
|
1970
2246
|
DoubleColumnStatisticsData.struct_class = Types::DoubleColumnStatisticsData
|
1971
2247
|
|
2248
|
+
DropDuplicates.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
2249
|
+
DropDuplicates.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
2250
|
+
DropDuplicates.add_member(:columns, Shapes::ShapeRef.new(shape: LimitedPathList, location_name: "Columns"))
|
2251
|
+
DropDuplicates.struct_class = Types::DropDuplicates
|
2252
|
+
|
2253
|
+
DropFields.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
2254
|
+
DropFields.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
2255
|
+
DropFields.add_member(:paths, Shapes::ShapeRef.new(shape: GlueStudioPathList, required: true, location_name: "Paths"))
|
2256
|
+
DropFields.struct_class = Types::DropFields
|
2257
|
+
|
2258
|
+
DropNullFields.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
2259
|
+
DropNullFields.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
2260
|
+
DropNullFields.add_member(:null_check_box_list, Shapes::ShapeRef.new(shape: NullCheckBoxList, location_name: "NullCheckBoxList"))
|
2261
|
+
DropNullFields.add_member(:null_text_list, Shapes::ShapeRef.new(shape: NullValueFields, location_name: "NullTextList"))
|
2262
|
+
DropNullFields.struct_class = Types::DropNullFields
|
2263
|
+
|
2264
|
+
DynamoDBCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
2265
|
+
DynamoDBCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
2266
|
+
DynamoDBCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
2267
|
+
DynamoDBCatalogSource.struct_class = Types::DynamoDBCatalogSource
|
2268
|
+
|
1972
2269
|
DynamoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
1973
2270
|
DynamoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "scanAll"))
|
1974
2271
|
DynamoDBTarget.add_member(:scan_rate, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "scanRate"))
|
@@ -1982,6 +2279,10 @@ module Aws::Glue
|
|
1982
2279
|
|
1983
2280
|
EdgeList.member = Shapes::ShapeRef.new(shape: Edge)
|
1984
2281
|
|
2282
|
+
EnclosedInStringProperties.member = Shapes::ShapeRef.new(shape: EnclosedInStringProperty)
|
2283
|
+
|
2284
|
+
EnclosedInStringPropertiesMinOne.member = Shapes::ShapeRef.new(shape: EnclosedInStringProperty)
|
2285
|
+
|
1985
2286
|
EncryptionAtRest.add_member(:catalog_encryption_mode, Shapes::ShapeRef.new(shape: CatalogEncryptionMode, required: true, location_name: "CatalogEncryptionMode"))
|
1986
2287
|
EncryptionAtRest.add_member(:sse_aws_kms_key_id, Shapes::ShapeRef.new(shape: NameString, location_name: "SseAwsKmsKeyId"))
|
1987
2288
|
EncryptionAtRest.struct_class = Types::EncryptionAtRest
|
@@ -2019,6 +2320,31 @@ module Aws::Glue
|
|
2019
2320
|
ExportLabelsTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
|
2020
2321
|
ExportLabelsTaskRunProperties.struct_class = Types::ExportLabelsTaskRunProperties
|
2021
2322
|
|
2323
|
+
FillMissingValues.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
2324
|
+
FillMissingValues.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
2325
|
+
FillMissingValues.add_member(:imputed_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ImputedPath"))
|
2326
|
+
FillMissingValues.add_member(:filled_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "FilledPath"))
|
2327
|
+
FillMissingValues.struct_class = Types::FillMissingValues
|
2328
|
+
|
2329
|
+
Filter.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
2330
|
+
Filter.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
2331
|
+
Filter.add_member(:logical_operator, Shapes::ShapeRef.new(shape: FilterLogicalOperator, required: true, location_name: "LogicalOperator"))
|
2332
|
+
Filter.add_member(:filters, Shapes::ShapeRef.new(shape: FilterExpressions, required: true, location_name: "Filters"))
|
2333
|
+
Filter.struct_class = Types::Filter
|
2334
|
+
|
2335
|
+
FilterExpression.add_member(:operation, Shapes::ShapeRef.new(shape: FilterOperation, required: true, location_name: "Operation"))
|
2336
|
+
FilterExpression.add_member(:negated, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Negated"))
|
2337
|
+
FilterExpression.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, required: true, location_name: "Values"))
|
2338
|
+
FilterExpression.struct_class = Types::FilterExpression
|
2339
|
+
|
2340
|
+
FilterExpressions.member = Shapes::ShapeRef.new(shape: FilterExpression)
|
2341
|
+
|
2342
|
+
FilterValue.add_member(:type, Shapes::ShapeRef.new(shape: FilterValueType, required: true, location_name: "Type"))
|
2343
|
+
FilterValue.add_member(:value, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "Value"))
|
2344
|
+
FilterValue.struct_class = Types::FilterValue
|
2345
|
+
|
2346
|
+
FilterValues.member = Shapes::ShapeRef.new(shape: FilterValue)
|
2347
|
+
|
2022
2348
|
FindMatchesMetrics.add_member(:area_under_pr_curve, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "AreaUnderPRCurve"))
|
2023
2349
|
FindMatchesMetrics.add_member(:precision, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "Precision"))
|
2024
2350
|
FindMatchesMetrics.add_member(:recall, Shapes::ShapeRef.new(shape: GenericBoundedDouble, location_name: "Recall"))
|
@@ -2638,6 +2964,19 @@ module Aws::Glue
|
|
2638
2964
|
GluePolicy.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdateTime"))
|
2639
2965
|
GluePolicy.struct_class = Types::GluePolicy
|
2640
2966
|
|
2967
|
+
GlueSchema.add_member(:columns, Shapes::ShapeRef.new(shape: GlueStudioSchemaColumnList, location_name: "Columns"))
|
2968
|
+
GlueSchema.struct_class = Types::GlueSchema
|
2969
|
+
|
2970
|
+
GlueSchemas.member = Shapes::ShapeRef.new(shape: GlueSchema)
|
2971
|
+
|
2972
|
+
GlueStudioPathList.member = Shapes::ShapeRef.new(shape: EnclosedInStringProperties)
|
2973
|
+
|
2974
|
+
GlueStudioSchemaColumn.add_member(:name, Shapes::ShapeRef.new(shape: GlueStudioColumnNameString, required: true, location_name: "Name"))
|
2975
|
+
GlueStudioSchemaColumn.add_member(:type, Shapes::ShapeRef.new(shape: ColumnTypeString, location_name: "Type"))
|
2976
|
+
GlueStudioSchemaColumn.struct_class = Types::GlueStudioSchemaColumn
|
2977
|
+
|
2978
|
+
GlueStudioSchemaColumnList.member = Shapes::ShapeRef.new(shape: GlueStudioSchemaColumn)
|
2979
|
+
|
2641
2980
|
GlueTable.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
2642
2981
|
GlueTable.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
2643
2982
|
GlueTable.add_member(:catalog_id, Shapes::ShapeRef.new(shape: NameString, location_name: "CatalogId"))
|
@@ -2646,6 +2985,21 @@ module Aws::Glue
|
|
2646
2985
|
|
2647
2986
|
GlueTables.member = Shapes::ShapeRef.new(shape: GlueTable)
|
2648
2987
|
|
2988
|
+
GovernedCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
2989
|
+
GovernedCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
2990
|
+
GovernedCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
2991
|
+
GovernedCatalogSource.add_member(:partition_predicate, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "PartitionPredicate"))
|
2992
|
+
GovernedCatalogSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: S3SourceAdditionalOptions, location_name: "AdditionalOptions"))
|
2993
|
+
GovernedCatalogSource.struct_class = Types::GovernedCatalogSource
|
2994
|
+
|
2995
|
+
GovernedCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
2996
|
+
GovernedCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
2997
|
+
GovernedCatalogTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
|
2998
|
+
GovernedCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
2999
|
+
GovernedCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3000
|
+
GovernedCatalogTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: CatalogSchemaChangePolicy, location_name: "SchemaChangePolicy"))
|
3001
|
+
GovernedCatalogTarget.struct_class = Types::GovernedCatalogTarget
|
3002
|
+
|
2649
3003
|
GrokClassifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2650
3004
|
GrokClassifier.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, required: true, location_name: "Classification"))
|
2651
3005
|
GrokClassifier.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
@@ -2685,6 +3039,39 @@ module Aws::Glue
|
|
2685
3039
|
InvalidStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
2686
3040
|
InvalidStateException.struct_class = Types::InvalidStateException
|
2687
3041
|
|
3042
|
+
JDBCConnectorOptions.add_member(:filter_predicate, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "FilterPredicate"))
|
3043
|
+
JDBCConnectorOptions.add_member(:partition_column, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "PartitionColumn"))
|
3044
|
+
JDBCConnectorOptions.add_member(:lower_bound, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "LowerBound"))
|
3045
|
+
JDBCConnectorOptions.add_member(:upper_bound, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "UpperBound"))
|
3046
|
+
JDBCConnectorOptions.add_member(:num_partitions, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "NumPartitions"))
|
3047
|
+
JDBCConnectorOptions.add_member(:job_bookmark_keys, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, location_name: "JobBookmarkKeys"))
|
3048
|
+
JDBCConnectorOptions.add_member(:job_bookmark_keys_sort_order, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "JobBookmarkKeysSortOrder"))
|
3049
|
+
JDBCConnectorOptions.add_member(:data_type_mapping, Shapes::ShapeRef.new(shape: JDBCDataTypeMapping, location_name: "DataTypeMapping"))
|
3050
|
+
JDBCConnectorOptions.struct_class = Types::JDBCConnectorOptions
|
3051
|
+
|
3052
|
+
JDBCConnectorSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3053
|
+
JDBCConnectorSource.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
|
3054
|
+
JDBCConnectorSource.add_member(:connector_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectorName"))
|
3055
|
+
JDBCConnectorSource.add_member(:connection_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionType"))
|
3056
|
+
JDBCConnectorSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: JDBCConnectorOptions, location_name: "AdditionalOptions"))
|
3057
|
+
JDBCConnectorSource.add_member(:connection_table, Shapes::ShapeRef.new(shape: EnclosedInStringPropertyWithQuote, location_name: "ConnectionTable"))
|
3058
|
+
JDBCConnectorSource.add_member(:query, Shapes::ShapeRef.new(shape: SqlQuery, location_name: "Query"))
|
3059
|
+
JDBCConnectorSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
3060
|
+
JDBCConnectorSource.struct_class = Types::JDBCConnectorSource
|
3061
|
+
|
3062
|
+
JDBCConnectorTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3063
|
+
JDBCConnectorTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
3064
|
+
JDBCConnectorTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
|
3065
|
+
JDBCConnectorTarget.add_member(:connection_table, Shapes::ShapeRef.new(shape: EnclosedInStringPropertyWithQuote, required: true, location_name: "ConnectionTable"))
|
3066
|
+
JDBCConnectorTarget.add_member(:connector_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectorName"))
|
3067
|
+
JDBCConnectorTarget.add_member(:connection_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionType"))
|
3068
|
+
JDBCConnectorTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
|
3069
|
+
JDBCConnectorTarget.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
3070
|
+
JDBCConnectorTarget.struct_class = Types::JDBCConnectorTarget
|
3071
|
+
|
3072
|
+
JDBCDataTypeMapping.key = Shapes::ShapeRef.new(shape: JDBCDataType)
|
3073
|
+
JDBCDataTypeMapping.value = Shapes::ShapeRef.new(shape: GlueRecordType)
|
3074
|
+
|
2688
3075
|
JdbcTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
2689
3076
|
JdbcTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
2690
3077
|
JdbcTarget.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
|
@@ -2712,6 +3099,7 @@ module Aws::Glue
|
|
2712
3099
|
Job.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
|
2713
3100
|
Job.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
|
2714
3101
|
Job.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
|
3102
|
+
Job.add_member(:code_gen_configuration_nodes, Shapes::ShapeRef.new(shape: CodeGenConfigurationNodes, location_name: "CodeGenConfigurationNodes"))
|
2715
3103
|
Job.struct_class = Types::Job
|
2716
3104
|
|
2717
3105
|
JobBookmarkEntry.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, location_name: "JobName"))
|
@@ -2783,8 +3171,21 @@ module Aws::Glue
|
|
2783
3171
|
JobUpdate.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
|
2784
3172
|
JobUpdate.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
|
2785
3173
|
JobUpdate.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
|
3174
|
+
JobUpdate.add_member(:code_gen_configuration_nodes, Shapes::ShapeRef.new(shape: CodeGenConfigurationNodes, location_name: "CodeGenConfigurationNodes"))
|
2786
3175
|
JobUpdate.struct_class = Types::JobUpdate
|
2787
3176
|
|
3177
|
+
Join.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3178
|
+
Join.add_member(:inputs, Shapes::ShapeRef.new(shape: TwoInputs, required: true, location_name: "Inputs"))
|
3179
|
+
Join.add_member(:join_type, Shapes::ShapeRef.new(shape: JoinType, required: true, location_name: "JoinType"))
|
3180
|
+
Join.add_member(:columns, Shapes::ShapeRef.new(shape: JoinColumns, required: true, location_name: "Columns"))
|
3181
|
+
Join.struct_class = Types::Join
|
3182
|
+
|
3183
|
+
JoinColumn.add_member(:from, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "From"))
|
3184
|
+
JoinColumn.add_member(:keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, required: true, location_name: "Keys"))
|
3185
|
+
JoinColumn.struct_class = Types::JoinColumn
|
3186
|
+
|
3187
|
+
JoinColumns.member = Shapes::ShapeRef.new(shape: JoinColumn)
|
3188
|
+
|
2788
3189
|
JsonClassifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2789
3190
|
JsonClassifier.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2790
3191
|
JsonClassifier.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
|
@@ -2792,6 +3193,23 @@ module Aws::Glue
|
|
2792
3193
|
JsonClassifier.add_member(:json_path, Shapes::ShapeRef.new(shape: JsonPath, required: true, location_name: "JsonPath"))
|
2793
3194
|
JsonClassifier.struct_class = Types::JsonClassifier
|
2794
3195
|
|
3196
|
+
KafkaStreamingSourceOptions.add_member(:bootstrap_servers, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "BootstrapServers"))
|
3197
|
+
KafkaStreamingSourceOptions.add_member(:security_protocol, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "SecurityProtocol"))
|
3198
|
+
KafkaStreamingSourceOptions.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "ConnectionName"))
|
3199
|
+
KafkaStreamingSourceOptions.add_member(:topic_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "TopicName"))
|
3200
|
+
KafkaStreamingSourceOptions.add_member(:assign, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Assign"))
|
3201
|
+
KafkaStreamingSourceOptions.add_member(:subscribe_pattern, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "SubscribePattern"))
|
3202
|
+
KafkaStreamingSourceOptions.add_member(:classification, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Classification"))
|
3203
|
+
KafkaStreamingSourceOptions.add_member(:delimiter, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Delimiter"))
|
3204
|
+
KafkaStreamingSourceOptions.add_member(:starting_offsets, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "StartingOffsets"))
|
3205
|
+
KafkaStreamingSourceOptions.add_member(:ending_offsets, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "EndingOffsets"))
|
3206
|
+
KafkaStreamingSourceOptions.add_member(:poll_timeout_ms, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "PollTimeoutMs"))
|
3207
|
+
KafkaStreamingSourceOptions.add_member(:num_retries, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "NumRetries"))
|
3208
|
+
KafkaStreamingSourceOptions.add_member(:retry_interval_ms, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "RetryIntervalMs"))
|
3209
|
+
KafkaStreamingSourceOptions.add_member(:max_offsets_per_trigger, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "MaxOffsetsPerTrigger"))
|
3210
|
+
KafkaStreamingSourceOptions.add_member(:min_partitions, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MinPartitions"))
|
3211
|
+
KafkaStreamingSourceOptions.struct_class = Types::KafkaStreamingSourceOptions
|
3212
|
+
|
2795
3213
|
KeyList.member = Shapes::ShapeRef.new(shape: NameString)
|
2796
3214
|
|
2797
3215
|
KeySchemaElement.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
@@ -2800,6 +3218,26 @@ module Aws::Glue
|
|
2800
3218
|
|
2801
3219
|
KeySchemaElementList.member = Shapes::ShapeRef.new(shape: KeySchemaElement)
|
2802
3220
|
|
3221
|
+
KinesisStreamingSourceOptions.add_member(:endpoint_url, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "EndpointUrl"))
|
3222
|
+
KinesisStreamingSourceOptions.add_member(:stream_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "StreamName"))
|
3223
|
+
KinesisStreamingSourceOptions.add_member(:classification, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Classification"))
|
3224
|
+
KinesisStreamingSourceOptions.add_member(:delimiter, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Delimiter"))
|
3225
|
+
KinesisStreamingSourceOptions.add_member(:starting_position, Shapes::ShapeRef.new(shape: StartingPosition, location_name: "StartingPosition"))
|
3226
|
+
KinesisStreamingSourceOptions.add_member(:max_fetch_time_in_ms, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "MaxFetchTimeInMs"))
|
3227
|
+
KinesisStreamingSourceOptions.add_member(:max_fetch_records_per_shard, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "MaxFetchRecordsPerShard"))
|
3228
|
+
KinesisStreamingSourceOptions.add_member(:max_record_per_read, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "MaxRecordPerRead"))
|
3229
|
+
KinesisStreamingSourceOptions.add_member(:add_idle_time_between_reads, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "AddIdleTimeBetweenReads"))
|
3230
|
+
KinesisStreamingSourceOptions.add_member(:idle_time_between_reads_in_ms, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "IdleTimeBetweenReadsInMs"))
|
3231
|
+
KinesisStreamingSourceOptions.add_member(:describe_shard_interval, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "DescribeShardInterval"))
|
3232
|
+
KinesisStreamingSourceOptions.add_member(:num_retries, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "NumRetries"))
|
3233
|
+
KinesisStreamingSourceOptions.add_member(:retry_interval_ms, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "RetryIntervalMs"))
|
3234
|
+
KinesisStreamingSourceOptions.add_member(:max_retry_interval_ms, Shapes::ShapeRef.new(shape: BoxedNonNegativeLong, location_name: "MaxRetryIntervalMs"))
|
3235
|
+
KinesisStreamingSourceOptions.add_member(:avoid_empty_batches, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "AvoidEmptyBatches"))
|
3236
|
+
KinesisStreamingSourceOptions.add_member(:stream_arn, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "StreamArn"))
|
3237
|
+
KinesisStreamingSourceOptions.add_member(:role_arn, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "RoleArn"))
|
3238
|
+
KinesisStreamingSourceOptions.add_member(:role_session_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "RoleSessionName"))
|
3239
|
+
KinesisStreamingSourceOptions.struct_class = Types::KinesisStreamingSourceOptions
|
3240
|
+
|
2803
3241
|
LabelingSetGenerationTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
|
2804
3242
|
LabelingSetGenerationTaskRunProperties.struct_class = Types::LabelingSetGenerationTaskRunProperties
|
2805
3243
|
|
@@ -2822,6 +3260,10 @@ module Aws::Glue
|
|
2822
3260
|
LastCrawlInfo.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
2823
3261
|
LastCrawlInfo.struct_class = Types::LastCrawlInfo
|
2824
3262
|
|
3263
|
+
LimitedPathList.member = Shapes::ShapeRef.new(shape: LimitedStringList)
|
3264
|
+
|
3265
|
+
LimitedStringList.member = Shapes::ShapeRef.new(shape: GenericLimitedString)
|
3266
|
+
|
2825
3267
|
LineageConfiguration.add_member(:crawler_lineage_settings, Shapes::ShapeRef.new(shape: CrawlerLineageSettings, location_name: "CrawlerLineageSettings"))
|
2826
3268
|
LineageConfiguration.struct_class = Types::LineageConfiguration
|
2827
3269
|
|
@@ -2988,9 +3430,19 @@ module Aws::Glue
|
|
2988
3430
|
MLUserDataEncryption.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NameString, location_name: "KmsKeyId"))
|
2989
3431
|
MLUserDataEncryption.struct_class = Types::MLUserDataEncryption
|
2990
3432
|
|
3433
|
+
ManyInputs.member = Shapes::ShapeRef.new(shape: NodeId)
|
3434
|
+
|
2991
3435
|
MapValue.key = Shapes::ShapeRef.new(shape: GenericString)
|
2992
3436
|
MapValue.value = Shapes::ShapeRef.new(shape: GenericString)
|
2993
3437
|
|
3438
|
+
Mapping.add_member(:to_key, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "ToKey"))
|
3439
|
+
Mapping.add_member(:from_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, location_name: "FromPath"))
|
3440
|
+
Mapping.add_member(:from_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "FromType"))
|
3441
|
+
Mapping.add_member(:to_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "ToType"))
|
3442
|
+
Mapping.add_member(:dropped, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Dropped"))
|
3443
|
+
Mapping.add_member(:children, Shapes::ShapeRef.new(shape: Mappings, location_name: "Children"))
|
3444
|
+
Mapping.struct_class = Types::Mapping
|
3445
|
+
|
2994
3446
|
MappingEntry.add_member(:source_table, Shapes::ShapeRef.new(shape: TableName, location_name: "SourceTable"))
|
2995
3447
|
MappingEntry.add_member(:source_path, Shapes::ShapeRef.new(shape: SchemaPathString, location_name: "SourcePath"))
|
2996
3448
|
MappingEntry.add_member(:source_type, Shapes::ShapeRef.new(shape: FieldType, location_name: "SourceType"))
|
@@ -3001,8 +3453,16 @@ module Aws::Glue
|
|
3001
3453
|
|
3002
3454
|
MappingList.member = Shapes::ShapeRef.new(shape: MappingEntry)
|
3003
3455
|
|
3456
|
+
Mappings.member = Shapes::ShapeRef.new(shape: Mapping)
|
3457
|
+
|
3004
3458
|
MatchCriteria.member = Shapes::ShapeRef.new(shape: NameString)
|
3005
3459
|
|
3460
|
+
Merge.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3461
|
+
Merge.add_member(:inputs, Shapes::ShapeRef.new(shape: TwoInputs, required: true, location_name: "Inputs"))
|
3462
|
+
Merge.add_member(:source, Shapes::ShapeRef.new(shape: NodeId, required: true, location_name: "Source"))
|
3463
|
+
Merge.add_member(:primary_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, required: true, location_name: "PrimaryKeys"))
|
3464
|
+
Merge.struct_class = Types::Merge
|
3465
|
+
|
3006
3466
|
MetadataInfo.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
|
3007
3467
|
MetadataInfo.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
|
3008
3468
|
MetadataInfo.add_member(:other_metadata_value_list, Shapes::ShapeRef.new(shape: OtherMetadataValueList, location_name: "OtherMetadataValueList"))
|
@@ -3017,6 +3477,17 @@ module Aws::Glue
|
|
3017
3477
|
|
3018
3478
|
MetadataList.member = Shapes::ShapeRef.new(shape: MetadataKeyValuePair)
|
3019
3479
|
|
3480
|
+
MicrosoftSQLServerCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3481
|
+
MicrosoftSQLServerCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3482
|
+
MicrosoftSQLServerCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
3483
|
+
MicrosoftSQLServerCatalogSource.struct_class = Types::MicrosoftSQLServerCatalogSource
|
3484
|
+
|
3485
|
+
MicrosoftSQLServerCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3486
|
+
MicrosoftSQLServerCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
3487
|
+
MicrosoftSQLServerCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3488
|
+
MicrosoftSQLServerCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
3489
|
+
MicrosoftSQLServerCatalogTarget.struct_class = Types::MicrosoftSQLServerCatalogTarget
|
3490
|
+
|
3020
3491
|
MongoDBTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
3021
3492
|
MongoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
3022
3493
|
MongoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ScanAll"))
|
@@ -3024,6 +3495,17 @@ module Aws::Glue
|
|
3024
3495
|
|
3025
3496
|
MongoDBTargetList.member = Shapes::ShapeRef.new(shape: MongoDBTarget)
|
3026
3497
|
|
3498
|
+
MySQLCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3499
|
+
MySQLCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3500
|
+
MySQLCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
3501
|
+
MySQLCatalogSource.struct_class = Types::MySQLCatalogSource
|
3502
|
+
|
3503
|
+
MySQLCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3504
|
+
MySQLCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
3505
|
+
MySQLCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3506
|
+
MySQLCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
3507
|
+
MySQLCatalogTarget.struct_class = Types::MySQLCatalogTarget
|
3508
|
+
|
3027
3509
|
NameStringList.member = Shapes::ShapeRef.new(shape: NameString)
|
3028
3510
|
|
3029
3511
|
NoScheduleException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
@@ -3044,9 +3526,33 @@ module Aws::Glue
|
|
3044
3526
|
NotificationProperty.add_member(:notify_delay_after, Shapes::ShapeRef.new(shape: NotifyDelayAfter, location_name: "NotifyDelayAfter"))
|
3045
3527
|
NotificationProperty.struct_class = Types::NotificationProperty
|
3046
3528
|
|
3529
|
+
NullCheckBoxList.add_member(:is_empty, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "IsEmpty"))
|
3530
|
+
NullCheckBoxList.add_member(:is_null_string, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "IsNullString"))
|
3531
|
+
NullCheckBoxList.add_member(:is_neg_one, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "IsNegOne"))
|
3532
|
+
NullCheckBoxList.struct_class = Types::NullCheckBoxList
|
3533
|
+
|
3534
|
+
NullValueField.add_member(:value, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Value"))
|
3535
|
+
NullValueField.add_member(:datatype, Shapes::ShapeRef.new(shape: Datatype, required: true, location_name: "Datatype"))
|
3536
|
+
NullValueField.struct_class = Types::NullValueField
|
3537
|
+
|
3538
|
+
NullValueFields.member = Shapes::ShapeRef.new(shape: NullValueField)
|
3539
|
+
|
3540
|
+
OneInput.member = Shapes::ShapeRef.new(shape: NodeId)
|
3541
|
+
|
3047
3542
|
OperationTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
3048
3543
|
OperationTimeoutException.struct_class = Types::OperationTimeoutException
|
3049
3544
|
|
3545
|
+
OracleSQLCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3546
|
+
OracleSQLCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3547
|
+
OracleSQLCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
3548
|
+
OracleSQLCatalogSource.struct_class = Types::OracleSQLCatalogSource
|
3549
|
+
|
3550
|
+
OracleSQLCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3551
|
+
OracleSQLCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
3552
|
+
OracleSQLCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3553
|
+
OracleSQLCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
3554
|
+
OracleSQLCatalogTarget.struct_class = Types::OracleSQLCatalogTarget
|
3555
|
+
|
3050
3556
|
OrchestrationArgumentsMap.key = Shapes::ShapeRef.new(shape: OrchestrationNameString)
|
3051
3557
|
OrchestrationArgumentsMap.value = Shapes::ShapeRef.new(shape: OrchestrationArgumentsValue)
|
3052
3558
|
|
@@ -3064,6 +3570,16 @@ module Aws::Glue
|
|
3064
3570
|
OtherMetadataValueListItem.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "CreatedTime"))
|
3065
3571
|
OtherMetadataValueListItem.struct_class = Types::OtherMetadataValueListItem
|
3066
3572
|
|
3573
|
+
PIIDetection.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3574
|
+
PIIDetection.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
3575
|
+
PIIDetection.add_member(:pii_type, Shapes::ShapeRef.new(shape: PiiType, required: true, location_name: "PiiType"))
|
3576
|
+
PIIDetection.add_member(:entity_types_to_detect, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "EntityTypesToDetect"))
|
3577
|
+
PIIDetection.add_member(:output_column_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "OutputColumnName"))
|
3578
|
+
PIIDetection.add_member(:sample_fraction, Shapes::ShapeRef.new(shape: BoxedDoubleFraction, location_name: "SampleFraction"))
|
3579
|
+
PIIDetection.add_member(:threshold_fraction, Shapes::ShapeRef.new(shape: BoxedDoubleFraction, location_name: "ThresholdFraction"))
|
3580
|
+
PIIDetection.add_member(:mask_value, Shapes::ShapeRef.new(shape: MaskValue, location_name: "MaskValue"))
|
3581
|
+
PIIDetection.struct_class = Types::PIIDetection
|
3582
|
+
|
3067
3583
|
ParametersMap.key = Shapes::ShapeRef.new(shape: KeyString)
|
3068
3584
|
ParametersMap.value = Shapes::ShapeRef.new(shape: ParametersMapValue)
|
3069
3585
|
|
@@ -3126,6 +3642,17 @@ module Aws::Glue
|
|
3126
3642
|
PhysicalConnectionRequirements.add_member(:availability_zone, Shapes::ShapeRef.new(shape: NameString, location_name: "AvailabilityZone"))
|
3127
3643
|
PhysicalConnectionRequirements.struct_class = Types::PhysicalConnectionRequirements
|
3128
3644
|
|
3645
|
+
PostgreSQLCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3646
|
+
PostgreSQLCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3647
|
+
PostgreSQLCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
3648
|
+
PostgreSQLCatalogSource.struct_class = Types::PostgreSQLCatalogSource
|
3649
|
+
|
3650
|
+
PostgreSQLCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3651
|
+
PostgreSQLCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
3652
|
+
PostgreSQLCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3653
|
+
PostgreSQLCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
3654
|
+
PostgreSQLCatalogTarget.struct_class = Types::PostgreSQLCatalogTarget
|
3655
|
+
|
3129
3656
|
Predecessor.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
|
3130
3657
|
Predecessor.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "RunId"))
|
3131
3658
|
Predecessor.struct_class = Types::Predecessor
|
@@ -3204,6 +3731,22 @@ module Aws::Glue
|
|
3204
3731
|
RecrawlPolicy.add_member(:recrawl_behavior, Shapes::ShapeRef.new(shape: RecrawlBehavior, location_name: "RecrawlBehavior"))
|
3205
3732
|
RecrawlPolicy.struct_class = Types::RecrawlPolicy
|
3206
3733
|
|
3734
|
+
RedshiftSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3735
|
+
RedshiftSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3736
|
+
RedshiftSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
3737
|
+
RedshiftSource.add_member(:redshift_tmp_dir, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "RedshiftTmpDir"))
|
3738
|
+
RedshiftSource.add_member(:tmp_dir_iam_role, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "TmpDirIAMRole"))
|
3739
|
+
RedshiftSource.struct_class = Types::RedshiftSource
|
3740
|
+
|
3741
|
+
RedshiftTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3742
|
+
RedshiftTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
3743
|
+
RedshiftTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3744
|
+
RedshiftTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
3745
|
+
RedshiftTarget.add_member(:redshift_tmp_dir, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "RedshiftTmpDir"))
|
3746
|
+
RedshiftTarget.add_member(:tmp_dir_iam_role, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "TmpDirIAMRole"))
|
3747
|
+
RedshiftTarget.add_member(:upsert_redshift_options, Shapes::ShapeRef.new(shape: UpsertRedshiftTargetOptions, location_name: "UpsertRedshiftOptions"))
|
3748
|
+
RedshiftTarget.struct_class = Types::RedshiftTarget
|
3749
|
+
|
3207
3750
|
RegisterSchemaVersionInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, required: true, location_name: "SchemaId"))
|
3208
3751
|
RegisterSchemaVersionInput.add_member(:schema_definition, Shapes::ShapeRef.new(shape: SchemaDefinitionString, required: true, location_name: "SchemaDefinition"))
|
3209
3752
|
RegisterSchemaVersionInput.struct_class = Types::RegisterSchemaVersionInput
|
@@ -3227,6 +3770,11 @@ module Aws::Glue
|
|
3227
3770
|
RegistryListItem.add_member(:updated_time, Shapes::ShapeRef.new(shape: UpdatedTimestamp, location_name: "UpdatedTime"))
|
3228
3771
|
RegistryListItem.struct_class = Types::RegistryListItem
|
3229
3772
|
|
3773
|
+
RelationalCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3774
|
+
RelationalCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3775
|
+
RelationalCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
3776
|
+
RelationalCatalogSource.struct_class = Types::RelationalCatalogSource
|
3777
|
+
|
3230
3778
|
RemoveSchemaVersionMetadataInput.add_member(:schema_id, Shapes::ShapeRef.new(shape: SchemaId, location_name: "SchemaId"))
|
3231
3779
|
RemoveSchemaVersionMetadataInput.add_member(:schema_version_number, Shapes::ShapeRef.new(shape: SchemaVersionNumber, location_name: "SchemaVersionNumber"))
|
3232
3780
|
RemoveSchemaVersionMetadataInput.add_member(:schema_version_id, Shapes::ShapeRef.new(shape: SchemaVersionIdString, location_name: "SchemaVersionId"))
|
@@ -3243,6 +3791,12 @@ module Aws::Glue
|
|
3243
3791
|
RemoveSchemaVersionMetadataResponse.add_member(:metadata_value, Shapes::ShapeRef.new(shape: MetadataValueString, location_name: "MetadataValue"))
|
3244
3792
|
RemoveSchemaVersionMetadataResponse.struct_class = Types::RemoveSchemaVersionMetadataResponse
|
3245
3793
|
|
3794
|
+
RenameField.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3795
|
+
RenameField.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
3796
|
+
RenameField.add_member(:source_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "SourcePath"))
|
3797
|
+
RenameField.add_member(:target_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "TargetPath"))
|
3798
|
+
RenameField.struct_class = Types::RenameField
|
3799
|
+
|
3246
3800
|
ResetJobBookmarkRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
|
3247
3801
|
ResetJobBookmarkRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "RunId"))
|
3248
3802
|
ResetJobBookmarkRequest.struct_class = Types::ResetJobBookmarkRequest
|
@@ -3279,12 +3833,103 @@ module Aws::Glue
|
|
3279
3833
|
RunStatementResponse.add_member(:id, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "Id"))
|
3280
3834
|
RunStatementResponse.struct_class = Types::RunStatementResponse
|
3281
3835
|
|
3836
|
+
S3CatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3837
|
+
S3CatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3838
|
+
S3CatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
3839
|
+
S3CatalogSource.add_member(:partition_predicate, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "PartitionPredicate"))
|
3840
|
+
S3CatalogSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: S3SourceAdditionalOptions, location_name: "AdditionalOptions"))
|
3841
|
+
S3CatalogSource.struct_class = Types::S3CatalogSource
|
3842
|
+
|
3843
|
+
S3CatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3844
|
+
S3CatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
3845
|
+
S3CatalogTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
|
3846
|
+
S3CatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
3847
|
+
S3CatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3848
|
+
S3CatalogTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: CatalogSchemaChangePolicy, location_name: "SchemaChangePolicy"))
|
3849
|
+
S3CatalogTarget.struct_class = Types::S3CatalogTarget
|
3850
|
+
|
3851
|
+
S3CsvSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3852
|
+
S3CsvSource.add_member(:paths, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "Paths"))
|
3853
|
+
S3CsvSource.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionType, location_name: "CompressionType"))
|
3854
|
+
S3CsvSource.add_member(:exclusions, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, location_name: "Exclusions"))
|
3855
|
+
S3CsvSource.add_member(:group_size, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "GroupSize"))
|
3856
|
+
S3CsvSource.add_member(:group_files, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "GroupFiles"))
|
3857
|
+
S3CsvSource.add_member(:recurse, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Recurse"))
|
3858
|
+
S3CsvSource.add_member(:max_band, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MaxBand"))
|
3859
|
+
S3CsvSource.add_member(:max_files_in_band, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MaxFilesInBand"))
|
3860
|
+
S3CsvSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: S3DirectSourceAdditionalOptions, location_name: "AdditionalOptions"))
|
3861
|
+
S3CsvSource.add_member(:separator, Shapes::ShapeRef.new(shape: Separator, required: true, location_name: "Separator"))
|
3862
|
+
S3CsvSource.add_member(:escaper, Shapes::ShapeRef.new(shape: EnclosedInStringPropertyWithQuote, location_name: "Escaper"))
|
3863
|
+
S3CsvSource.add_member(:quote_char, Shapes::ShapeRef.new(shape: QuoteChar, required: true, location_name: "QuoteChar"))
|
3864
|
+
S3CsvSource.add_member(:multiline, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Multiline"))
|
3865
|
+
S3CsvSource.add_member(:with_header, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "WithHeader"))
|
3866
|
+
S3CsvSource.add_member(:write_header, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "WriteHeader"))
|
3867
|
+
S3CsvSource.add_member(:skip_first, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "SkipFirst"))
|
3868
|
+
S3CsvSource.add_member(:optimize_performance, Shapes::ShapeRef.new(shape: BooleanValue, location_name: "OptimizePerformance"))
|
3869
|
+
S3CsvSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
3870
|
+
S3CsvSource.struct_class = Types::S3CsvSource
|
3871
|
+
|
3872
|
+
S3DirectSourceAdditionalOptions.add_member(:bounded_size, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "BoundedSize"))
|
3873
|
+
S3DirectSourceAdditionalOptions.add_member(:bounded_files, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "BoundedFiles"))
|
3874
|
+
S3DirectSourceAdditionalOptions.add_member(:enable_sample_path, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableSamplePath"))
|
3875
|
+
S3DirectSourceAdditionalOptions.add_member(:sample_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "SamplePath"))
|
3876
|
+
S3DirectSourceAdditionalOptions.struct_class = Types::S3DirectSourceAdditionalOptions
|
3877
|
+
|
3878
|
+
S3DirectTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3879
|
+
S3DirectTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
3880
|
+
S3DirectTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
|
3881
|
+
S3DirectTarget.add_member(:path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Path"))
|
3882
|
+
S3DirectTarget.add_member(:compression, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "Compression"))
|
3883
|
+
S3DirectTarget.add_member(:format, Shapes::ShapeRef.new(shape: TargetFormat, required: true, location_name: "Format"))
|
3884
|
+
S3DirectTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: DirectSchemaChangePolicy, location_name: "SchemaChangePolicy"))
|
3885
|
+
S3DirectTarget.struct_class = Types::S3DirectTarget
|
3886
|
+
|
3282
3887
|
S3Encryption.add_member(:s3_encryption_mode, Shapes::ShapeRef.new(shape: S3EncryptionMode, location_name: "S3EncryptionMode"))
|
3283
3888
|
S3Encryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
3284
3889
|
S3Encryption.struct_class = Types::S3Encryption
|
3285
3890
|
|
3286
3891
|
S3EncryptionList.member = Shapes::ShapeRef.new(shape: S3Encryption)
|
3287
3892
|
|
3893
|
+
S3GlueParquetTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3894
|
+
S3GlueParquetTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
3895
|
+
S3GlueParquetTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
|
3896
|
+
S3GlueParquetTarget.add_member(:path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Path"))
|
3897
|
+
S3GlueParquetTarget.add_member(:compression, Shapes::ShapeRef.new(shape: ParquetCompressionType, location_name: "Compression"))
|
3898
|
+
S3GlueParquetTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: DirectSchemaChangePolicy, location_name: "SchemaChangePolicy"))
|
3899
|
+
S3GlueParquetTarget.struct_class = Types::S3GlueParquetTarget
|
3900
|
+
|
3901
|
+
S3JsonSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3902
|
+
S3JsonSource.add_member(:paths, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "Paths"))
|
3903
|
+
S3JsonSource.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionType, location_name: "CompressionType"))
|
3904
|
+
S3JsonSource.add_member(:exclusions, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, location_name: "Exclusions"))
|
3905
|
+
S3JsonSource.add_member(:group_size, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "GroupSize"))
|
3906
|
+
S3JsonSource.add_member(:group_files, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "GroupFiles"))
|
3907
|
+
S3JsonSource.add_member(:recurse, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Recurse"))
|
3908
|
+
S3JsonSource.add_member(:max_band, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MaxBand"))
|
3909
|
+
S3JsonSource.add_member(:max_files_in_band, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MaxFilesInBand"))
|
3910
|
+
S3JsonSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: S3DirectSourceAdditionalOptions, location_name: "AdditionalOptions"))
|
3911
|
+
S3JsonSource.add_member(:json_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "JsonPath"))
|
3912
|
+
S3JsonSource.add_member(:multiline, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Multiline"))
|
3913
|
+
S3JsonSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
3914
|
+
S3JsonSource.struct_class = Types::S3JsonSource
|
3915
|
+
|
3916
|
+
S3ParquetSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3917
|
+
S3ParquetSource.add_member(:paths, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, required: true, location_name: "Paths"))
|
3918
|
+
S3ParquetSource.add_member(:compression_type, Shapes::ShapeRef.new(shape: ParquetCompressionType, location_name: "CompressionType"))
|
3919
|
+
S3ParquetSource.add_member(:exclusions, Shapes::ShapeRef.new(shape: EnclosedInStringProperties, location_name: "Exclusions"))
|
3920
|
+
S3ParquetSource.add_member(:group_size, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "GroupSize"))
|
3921
|
+
S3ParquetSource.add_member(:group_files, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "GroupFiles"))
|
3922
|
+
S3ParquetSource.add_member(:recurse, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "Recurse"))
|
3923
|
+
S3ParquetSource.add_member(:max_band, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MaxBand"))
|
3924
|
+
S3ParquetSource.add_member(:max_files_in_band, Shapes::ShapeRef.new(shape: BoxedNonNegativeInt, location_name: "MaxFilesInBand"))
|
3925
|
+
S3ParquetSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: S3DirectSourceAdditionalOptions, location_name: "AdditionalOptions"))
|
3926
|
+
S3ParquetSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
3927
|
+
S3ParquetSource.struct_class = Types::S3ParquetSource
|
3928
|
+
|
3929
|
+
S3SourceAdditionalOptions.add_member(:bounded_size, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "BoundedSize"))
|
3930
|
+
S3SourceAdditionalOptions.add_member(:bounded_files, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "BoundedFiles"))
|
3931
|
+
S3SourceAdditionalOptions.struct_class = Types::S3SourceAdditionalOptions
|
3932
|
+
|
3288
3933
|
S3Target.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
3289
3934
|
S3Target.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
|
3290
3935
|
S3Target.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
@@ -3384,6 +4029,16 @@ module Aws::Glue
|
|
3384
4029
|
Segment.add_member(:total_segments, Shapes::ShapeRef.new(shape: TotalSegmentsInteger, required: true, location_name: "TotalSegments"))
|
3385
4030
|
Segment.struct_class = Types::Segment
|
3386
4031
|
|
4032
|
+
SelectFields.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
4033
|
+
SelectFields.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
4034
|
+
SelectFields.add_member(:paths, Shapes::ShapeRef.new(shape: GlueStudioPathList, required: true, location_name: "Paths"))
|
4035
|
+
SelectFields.struct_class = Types::SelectFields
|
4036
|
+
|
4037
|
+
SelectFromCollection.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
4038
|
+
SelectFromCollection.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
4039
|
+
SelectFromCollection.add_member(:index, Shapes::ShapeRef.new(shape: NonNegativeInt, required: true, location_name: "Index"))
|
4040
|
+
SelectFromCollection.struct_class = Types::SelectFromCollection
|
4041
|
+
|
3387
4042
|
SerDeInfo.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
3388
4043
|
SerDeInfo.add_member(:serialization_library, Shapes::ShapeRef.new(shape: NameString, location_name: "SerializationLibrary"))
|
3389
4044
|
SerDeInfo.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
@@ -3423,6 +4078,48 @@ module Aws::Glue
|
|
3423
4078
|
SortCriterion.add_member(:sort, Shapes::ShapeRef.new(shape: Sort, location_name: "Sort"))
|
3424
4079
|
SortCriterion.struct_class = Types::SortCriterion
|
3425
4080
|
|
4081
|
+
SparkConnectorSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
4082
|
+
SparkConnectorSource.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
|
4083
|
+
SparkConnectorSource.add_member(:connector_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectorName"))
|
4084
|
+
SparkConnectorSource.add_member(:connection_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionType"))
|
4085
|
+
SparkConnectorSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
|
4086
|
+
SparkConnectorSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
4087
|
+
SparkConnectorSource.struct_class = Types::SparkConnectorSource
|
4088
|
+
|
4089
|
+
SparkConnectorTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
4090
|
+
SparkConnectorTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
4091
|
+
SparkConnectorTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
|
4092
|
+
SparkConnectorTarget.add_member(:connector_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectorName"))
|
4093
|
+
SparkConnectorTarget.add_member(:connection_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionType"))
|
4094
|
+
SparkConnectorTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
|
4095
|
+
SparkConnectorTarget.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
4096
|
+
SparkConnectorTarget.struct_class = Types::SparkConnectorTarget
|
4097
|
+
|
4098
|
+
SparkSQL.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
4099
|
+
SparkSQL.add_member(:inputs, Shapes::ShapeRef.new(shape: ManyInputs, required: true, location_name: "Inputs"))
|
4100
|
+
SparkSQL.add_member(:sql_query, Shapes::ShapeRef.new(shape: SqlQuery, required: true, location_name: "SqlQuery"))
|
4101
|
+
SparkSQL.add_member(:sql_aliases, Shapes::ShapeRef.new(shape: SqlAliases, required: true, location_name: "SqlAliases"))
|
4102
|
+
SparkSQL.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
4103
|
+
SparkSQL.struct_class = Types::SparkSQL
|
4104
|
+
|
4105
|
+
Spigot.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
4106
|
+
Spigot.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
4107
|
+
Spigot.add_member(:path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Path"))
|
4108
|
+
Spigot.add_member(:topk, Shapes::ShapeRef.new(shape: Topk, location_name: "Topk"))
|
4109
|
+
Spigot.add_member(:prob, Shapes::ShapeRef.new(shape: Prob, location_name: "Prob"))
|
4110
|
+
Spigot.struct_class = Types::Spigot
|
4111
|
+
|
4112
|
+
SplitFields.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
4113
|
+
SplitFields.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
4114
|
+
SplitFields.add_member(:paths, Shapes::ShapeRef.new(shape: GlueStudioPathList, required: true, location_name: "Paths"))
|
4115
|
+
SplitFields.struct_class = Types::SplitFields
|
4116
|
+
|
4117
|
+
SqlAlias.add_member(:from, Shapes::ShapeRef.new(shape: NodeId, required: true, location_name: "From"))
|
4118
|
+
SqlAlias.add_member(:alias, Shapes::ShapeRef.new(shape: EnclosedInStringPropertyWithQuote, required: true, location_name: "Alias"))
|
4119
|
+
SqlAlias.struct_class = Types::SqlAlias
|
4120
|
+
|
4121
|
+
SqlAliases.member = Shapes::ShapeRef.new(shape: SqlAlias)
|
4122
|
+
|
3426
4123
|
StartBlueprintRunRequest.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: OrchestrationNameString, required: true, location_name: "BlueprintName"))
|
3427
4124
|
StartBlueprintRunRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: BlueprintParameters, location_name: "Parameters"))
|
3428
4125
|
StartBlueprintRunRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: OrchestrationIAMRoleArn, required: true, location_name: "RoleArn"))
|
@@ -3568,6 +4265,10 @@ module Aws::Glue
|
|
3568
4265
|
StorageDescriptor.add_member(:schema_reference, Shapes::ShapeRef.new(shape: SchemaReference, location_name: "SchemaReference"))
|
3569
4266
|
StorageDescriptor.struct_class = Types::StorageDescriptor
|
3570
4267
|
|
4268
|
+
StreamingDataPreviewOptions.add_member(:polling_time, Shapes::ShapeRef.new(shape: PollingTime, location_name: "PollingTime"))
|
4269
|
+
StreamingDataPreviewOptions.add_member(:record_polling_limit, Shapes::ShapeRef.new(shape: PositiveLong, location_name: "RecordPollingLimit"))
|
4270
|
+
StreamingDataPreviewOptions.struct_class = Types::StreamingDataPreviewOptions
|
4271
|
+
|
3571
4272
|
StringColumnStatisticsData.add_member(:maximum_length, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "MaximumLength"))
|
3572
4273
|
StringColumnStatisticsData.add_member(:average_length, Shapes::ShapeRef.new(shape: NonNegativeDouble, required: true, location_name: "AverageLength"))
|
3573
4274
|
StringColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
|
@@ -3735,6 +4436,8 @@ module Aws::Glue
|
|
3735
4436
|
TriggerUpdate.add_member(:event_batching_condition, Shapes::ShapeRef.new(shape: EventBatchingCondition, location_name: "EventBatchingCondition"))
|
3736
4437
|
TriggerUpdate.struct_class = Types::TriggerUpdate
|
3737
4438
|
|
4439
|
+
TwoInputs.member = Shapes::ShapeRef.new(shape: NodeId)
|
4440
|
+
|
3738
4441
|
UnfilteredPartition.add_member(:partition, Shapes::ShapeRef.new(shape: Partition, location_name: "Partition"))
|
3739
4442
|
UnfilteredPartition.add_member(:authorized_columns, Shapes::ShapeRef.new(shape: NameStringList, location_name: "AuthorizedColumns"))
|
3740
4443
|
UnfilteredPartition.add_member(:is_registered_with_lake_formation, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRegisteredWithLakeFormation"))
|
@@ -3742,6 +4445,11 @@ module Aws::Glue
|
|
3742
4445
|
|
3743
4446
|
UnfilteredPartitionList.member = Shapes::ShapeRef.new(shape: UnfilteredPartition)
|
3744
4447
|
|
4448
|
+
Union.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
4449
|
+
Union.add_member(:inputs, Shapes::ShapeRef.new(shape: TwoInputs, required: true, location_name: "Inputs"))
|
4450
|
+
Union.add_member(:union_type, Shapes::ShapeRef.new(shape: UnionType, required: true, location_name: "UnionType"))
|
4451
|
+
Union.struct_class = Types::Union
|
4452
|
+
|
3745
4453
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, required: true, location_name: "ResourceArn"))
|
3746
4454
|
UntagResourceRequest.add_member(:tags_to_remove, Shapes::ShapeRef.new(shape: TagKeysList, required: true, location_name: "TagsToRemove"))
|
3747
4455
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -3944,6 +4652,11 @@ module Aws::Glue
|
|
3944
4652
|
UpdateXMLClassifierRequest.add_member(:row_tag, Shapes::ShapeRef.new(shape: RowTag, location_name: "RowTag"))
|
3945
4653
|
UpdateXMLClassifierRequest.struct_class = Types::UpdateXMLClassifierRequest
|
3946
4654
|
|
4655
|
+
UpsertRedshiftTargetOptions.add_member(:table_location, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "TableLocation"))
|
4656
|
+
UpsertRedshiftTargetOptions.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "ConnectionName"))
|
4657
|
+
UpsertRedshiftTargetOptions.add_member(:upsert_keys, Shapes::ShapeRef.new(shape: EnclosedInStringPropertiesMinOne, location_name: "UpsertKeys"))
|
4658
|
+
UpsertRedshiftTargetOptions.struct_class = Types::UpsertRedshiftTargetOptions
|
4659
|
+
|
3947
4660
|
UserDefinedFunction.add_member(:function_name, Shapes::ShapeRef.new(shape: NameString, location_name: "FunctionName"))
|
3948
4661
|
UserDefinedFunction.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
|
3949
4662
|
UserDefinedFunction.add_member(:class_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ClassName"))
|