aws-sdk-glue 1.60.0 → 1.65.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-glue.rb +1 -1
- data/lib/aws-sdk-glue/client.rb +722 -6
- data/lib/aws-sdk-glue/client_api.rb +336 -0
- data/lib/aws-sdk-glue/types.rb +1363 -60
- metadata +2 -2
@@ -51,7 +51,10 @@ module Aws::Glue
|
|
51
51
|
BatchStopJobRunResponse = Shapes::StructureShape.new(name: 'BatchStopJobRunResponse')
|
52
52
|
BatchStopJobRunSuccessfulSubmission = Shapes::StructureShape.new(name: 'BatchStopJobRunSuccessfulSubmission')
|
53
53
|
BatchStopJobRunSuccessfulSubmissionList = Shapes::ListShape.new(name: 'BatchStopJobRunSuccessfulSubmissionList')
|
54
|
+
BinaryColumnStatisticsData = Shapes::StructureShape.new(name: 'BinaryColumnStatisticsData')
|
55
|
+
Blob = Shapes::BlobShape.new(name: 'Blob')
|
54
56
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
57
|
+
BooleanColumnStatisticsData = Shapes::StructureShape.new(name: 'BooleanColumnStatisticsData')
|
55
58
|
BooleanNullable = Shapes::BooleanShape.new(name: 'BooleanNullable')
|
56
59
|
BooleanValue = Shapes::BooleanShape.new(name: 'BooleanValue')
|
57
60
|
BoundedPartitionValueList = Shapes::ListShape.new(name: 'BoundedPartitionValueList')
|
@@ -80,8 +83,16 @@ module Aws::Glue
|
|
80
83
|
CodeGenNodeArgs = Shapes::ListShape.new(name: 'CodeGenNodeArgs')
|
81
84
|
CodeGenNodeType = Shapes::StringShape.new(name: 'CodeGenNodeType')
|
82
85
|
Column = Shapes::StructureShape.new(name: 'Column')
|
86
|
+
ColumnError = Shapes::StructureShape.new(name: 'ColumnError')
|
87
|
+
ColumnErrors = Shapes::ListShape.new(name: 'ColumnErrors')
|
83
88
|
ColumnList = Shapes::ListShape.new(name: 'ColumnList')
|
84
89
|
ColumnNameString = Shapes::StringShape.new(name: 'ColumnNameString')
|
90
|
+
ColumnStatistics = Shapes::StructureShape.new(name: 'ColumnStatistics')
|
91
|
+
ColumnStatisticsData = Shapes::StructureShape.new(name: 'ColumnStatisticsData')
|
92
|
+
ColumnStatisticsError = Shapes::StructureShape.new(name: 'ColumnStatisticsError')
|
93
|
+
ColumnStatisticsErrors = Shapes::ListShape.new(name: 'ColumnStatisticsErrors')
|
94
|
+
ColumnStatisticsList = Shapes::ListShape.new(name: 'ColumnStatisticsList')
|
95
|
+
ColumnStatisticsType = Shapes::StringShape.new(name: 'ColumnStatisticsType')
|
85
96
|
ColumnTypeString = Shapes::StringShape.new(name: 'ColumnTypeString')
|
86
97
|
ColumnValueStringList = Shapes::ListShape.new(name: 'ColumnValueStringList')
|
87
98
|
ColumnValuesString = Shapes::StringShape.new(name: 'ColumnValuesString')
|
@@ -163,12 +174,20 @@ module Aws::Glue
|
|
163
174
|
DataLakePrincipal = Shapes::StructureShape.new(name: 'DataLakePrincipal')
|
164
175
|
DataLakePrincipalString = Shapes::StringShape.new(name: 'DataLakePrincipalString')
|
165
176
|
Database = Shapes::StructureShape.new(name: 'Database')
|
177
|
+
DatabaseIdentifier = Shapes::StructureShape.new(name: 'DatabaseIdentifier')
|
166
178
|
DatabaseInput = Shapes::StructureShape.new(name: 'DatabaseInput')
|
167
179
|
DatabaseList = Shapes::ListShape.new(name: 'DatabaseList')
|
168
180
|
DatabaseName = Shapes::StringShape.new(name: 'DatabaseName')
|
181
|
+
DateColumnStatisticsData = Shapes::StructureShape.new(name: 'DateColumnStatisticsData')
|
182
|
+
DecimalColumnStatisticsData = Shapes::StructureShape.new(name: 'DecimalColumnStatisticsData')
|
183
|
+
DecimalNumber = Shapes::StructureShape.new(name: 'DecimalNumber')
|
169
184
|
DeleteBehavior = Shapes::StringShape.new(name: 'DeleteBehavior')
|
170
185
|
DeleteClassifierRequest = Shapes::StructureShape.new(name: 'DeleteClassifierRequest')
|
171
186
|
DeleteClassifierResponse = Shapes::StructureShape.new(name: 'DeleteClassifierResponse')
|
187
|
+
DeleteColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'DeleteColumnStatisticsForPartitionRequest')
|
188
|
+
DeleteColumnStatisticsForPartitionResponse = Shapes::StructureShape.new(name: 'DeleteColumnStatisticsForPartitionResponse')
|
189
|
+
DeleteColumnStatisticsForTableRequest = Shapes::StructureShape.new(name: 'DeleteColumnStatisticsForTableRequest')
|
190
|
+
DeleteColumnStatisticsForTableResponse = Shapes::StructureShape.new(name: 'DeleteColumnStatisticsForTableResponse')
|
172
191
|
DeleteConnectionNameList = Shapes::ListShape.new(name: 'DeleteConnectionNameList')
|
173
192
|
DeleteConnectionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionRequest')
|
174
193
|
DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
|
@@ -205,10 +224,13 @@ module Aws::Glue
|
|
205
224
|
DevEndpointList = Shapes::ListShape.new(name: 'DevEndpointList')
|
206
225
|
DevEndpointNameList = Shapes::ListShape.new(name: 'DevEndpointNameList')
|
207
226
|
DevEndpointNames = Shapes::ListShape.new(name: 'DevEndpointNames')
|
227
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
228
|
+
DoubleColumnStatisticsData = Shapes::StructureShape.new(name: 'DoubleColumnStatisticsData')
|
208
229
|
DynamoDBTarget = Shapes::StructureShape.new(name: 'DynamoDBTarget')
|
209
230
|
DynamoDBTargetList = Shapes::ListShape.new(name: 'DynamoDBTargetList')
|
210
231
|
Edge = Shapes::StructureShape.new(name: 'Edge')
|
211
232
|
EdgeList = Shapes::ListShape.new(name: 'EdgeList')
|
233
|
+
EnableHybridValues = Shapes::StringShape.new(name: 'EnableHybridValues')
|
212
234
|
EncryptionAtRest = Shapes::StructureShape.new(name: 'EncryptionAtRest')
|
213
235
|
EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
|
214
236
|
EntityNotFoundException = Shapes::StructureShape.new(name: 'EntityNotFoundException')
|
@@ -235,6 +257,11 @@ module Aws::Glue
|
|
235
257
|
GetClassifierResponse = Shapes::StructureShape.new(name: 'GetClassifierResponse')
|
236
258
|
GetClassifiersRequest = Shapes::StructureShape.new(name: 'GetClassifiersRequest')
|
237
259
|
GetClassifiersResponse = Shapes::StructureShape.new(name: 'GetClassifiersResponse')
|
260
|
+
GetColumnNamesList = Shapes::ListShape.new(name: 'GetColumnNamesList')
|
261
|
+
GetColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'GetColumnStatisticsForPartitionRequest')
|
262
|
+
GetColumnStatisticsForPartitionResponse = Shapes::StructureShape.new(name: 'GetColumnStatisticsForPartitionResponse')
|
263
|
+
GetColumnStatisticsForTableRequest = Shapes::StructureShape.new(name: 'GetColumnStatisticsForTableRequest')
|
264
|
+
GetColumnStatisticsForTableResponse = Shapes::StructureShape.new(name: 'GetColumnStatisticsForTableResponse')
|
238
265
|
GetConnectionRequest = Shapes::StructureShape.new(name: 'GetConnectionRequest')
|
239
266
|
GetConnectionResponse = Shapes::StructureShape.new(name: 'GetConnectionResponse')
|
240
267
|
GetConnectionsFilter = Shapes::StructureShape.new(name: 'GetConnectionsFilter')
|
@@ -284,6 +311,9 @@ module Aws::Glue
|
|
284
311
|
GetPartitionsResponse = Shapes::StructureShape.new(name: 'GetPartitionsResponse')
|
285
312
|
GetPlanRequest = Shapes::StructureShape.new(name: 'GetPlanRequest')
|
286
313
|
GetPlanResponse = Shapes::StructureShape.new(name: 'GetPlanResponse')
|
314
|
+
GetResourcePoliciesRequest = Shapes::StructureShape.new(name: 'GetResourcePoliciesRequest')
|
315
|
+
GetResourcePoliciesResponse = Shapes::StructureShape.new(name: 'GetResourcePoliciesResponse')
|
316
|
+
GetResourcePoliciesResponseList = Shapes::ListShape.new(name: 'GetResourcePoliciesResponseList')
|
287
317
|
GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
|
288
318
|
GetResourcePolicyResponse = Shapes::StructureShape.new(name: 'GetResourcePolicyResponse')
|
289
319
|
GetSecurityConfigurationRequest = Shapes::StructureShape.new(name: 'GetSecurityConfigurationRequest')
|
@@ -318,6 +348,7 @@ module Aws::Glue
|
|
318
348
|
GetWorkflowRunsRequest = Shapes::StructureShape.new(name: 'GetWorkflowRunsRequest')
|
319
349
|
GetWorkflowRunsResponse = Shapes::StructureShape.new(name: 'GetWorkflowRunsResponse')
|
320
350
|
GlueEncryptionException = Shapes::StructureShape.new(name: 'GlueEncryptionException')
|
351
|
+
GluePolicy = Shapes::StructureShape.new(name: 'GluePolicy')
|
321
352
|
GlueResourceArn = Shapes::StringShape.new(name: 'GlueResourceArn')
|
322
353
|
GlueTable = Shapes::StructureShape.new(name: 'GlueTable')
|
323
354
|
GlueTables = Shapes::ListShape.new(name: 'GlueTables')
|
@@ -380,6 +411,8 @@ module Aws::Glue
|
|
380
411
|
LogStream = Shapes::StringShape.new(name: 'LogStream')
|
381
412
|
Logical = Shapes::StringShape.new(name: 'Logical')
|
382
413
|
LogicalOperator = Shapes::StringShape.new(name: 'LogicalOperator')
|
414
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
415
|
+
LongColumnStatisticsData = Shapes::StructureShape.new(name: 'LongColumnStatisticsData')
|
383
416
|
MLTransform = Shapes::StructureShape.new(name: 'MLTransform')
|
384
417
|
MLTransformNotReadyException = Shapes::StructureShape.new(name: 'MLTransformNotReadyException')
|
385
418
|
MapValue = Shapes::MapShape.new(name: 'MapValue')
|
@@ -395,10 +428,12 @@ module Aws::Glue
|
|
395
428
|
NameStringList = Shapes::ListShape.new(name: 'NameStringList')
|
396
429
|
NoScheduleException = Shapes::StructureShape.new(name: 'NoScheduleException')
|
397
430
|
Node = Shapes::StructureShape.new(name: 'Node')
|
431
|
+
NodeIdList = Shapes::ListShape.new(name: 'NodeIdList')
|
398
432
|
NodeList = Shapes::ListShape.new(name: 'NodeList')
|
399
433
|
NodeType = Shapes::StringShape.new(name: 'NodeType')
|
400
434
|
NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
|
401
435
|
NonNegativeInteger = Shapes::IntegerShape.new(name: 'NonNegativeInteger')
|
436
|
+
NonNegativeLong = Shapes::IntegerShape.new(name: 'NonNegativeLong')
|
402
437
|
NotificationProperty = Shapes::StructureShape.new(name: 'NotificationProperty')
|
403
438
|
NotifyDelayAfter = Shapes::IntegerShape.new(name: 'NotifyDelayAfter')
|
404
439
|
NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
|
@@ -447,9 +482,12 @@ module Aws::Glue
|
|
447
482
|
ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
|
448
483
|
ResetJobBookmarkResponse = Shapes::StructureShape.new(name: 'ResetJobBookmarkResponse')
|
449
484
|
ResourceNumberLimitExceededException = Shapes::StructureShape.new(name: 'ResourceNumberLimitExceededException')
|
485
|
+
ResourceShareType = Shapes::StringShape.new(name: 'ResourceShareType')
|
450
486
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
451
487
|
ResourceUri = Shapes::StructureShape.new(name: 'ResourceUri')
|
452
488
|
ResourceUriList = Shapes::ListShape.new(name: 'ResourceUriList')
|
489
|
+
ResumeWorkflowRunRequest = Shapes::StructureShape.new(name: 'ResumeWorkflowRunRequest')
|
490
|
+
ResumeWorkflowRunResponse = Shapes::StructureShape.new(name: 'ResumeWorkflowRunResponse')
|
453
491
|
Role = Shapes::StringShape.new(name: 'Role')
|
454
492
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
455
493
|
RoleString = Shapes::StringShape.new(name: 'RoleString')
|
@@ -510,10 +548,12 @@ module Aws::Glue
|
|
510
548
|
StopWorkflowRunRequest = Shapes::StructureShape.new(name: 'StopWorkflowRunRequest')
|
511
549
|
StopWorkflowRunResponse = Shapes::StructureShape.new(name: 'StopWorkflowRunResponse')
|
512
550
|
StorageDescriptor = Shapes::StructureShape.new(name: 'StorageDescriptor')
|
551
|
+
StringColumnStatisticsData = Shapes::StructureShape.new(name: 'StringColumnStatisticsData')
|
513
552
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
514
553
|
Table = Shapes::StructureShape.new(name: 'Table')
|
515
554
|
TableError = Shapes::StructureShape.new(name: 'TableError')
|
516
555
|
TableErrors = Shapes::ListShape.new(name: 'TableErrors')
|
556
|
+
TableIdentifier = Shapes::StructureShape.new(name: 'TableIdentifier')
|
517
557
|
TableInput = Shapes::StructureShape.new(name: 'TableInput')
|
518
558
|
TableList = Shapes::ListShape.new(name: 'TableList')
|
519
559
|
TableName = Shapes::StringShape.new(name: 'TableName')
|
@@ -557,12 +597,18 @@ module Aws::Glue
|
|
557
597
|
TriggerState = Shapes::StringShape.new(name: 'TriggerState')
|
558
598
|
TriggerType = Shapes::StringShape.new(name: 'TriggerType')
|
559
599
|
TriggerUpdate = Shapes::StructureShape.new(name: 'TriggerUpdate')
|
600
|
+
TypeString = Shapes::StringShape.new(name: 'TypeString')
|
560
601
|
URI = Shapes::StringShape.new(name: 'URI')
|
561
602
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
562
603
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
563
604
|
UpdateBehavior = Shapes::StringShape.new(name: 'UpdateBehavior')
|
564
605
|
UpdateClassifierRequest = Shapes::StructureShape.new(name: 'UpdateClassifierRequest')
|
565
606
|
UpdateClassifierResponse = Shapes::StructureShape.new(name: 'UpdateClassifierResponse')
|
607
|
+
UpdateColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForPartitionRequest')
|
608
|
+
UpdateColumnStatisticsForPartitionResponse = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForPartitionResponse')
|
609
|
+
UpdateColumnStatisticsForTableRequest = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForTableRequest')
|
610
|
+
UpdateColumnStatisticsForTableResponse = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForTableResponse')
|
611
|
+
UpdateColumnStatisticsList = Shapes::ListShape.new(name: 'UpdateColumnStatisticsList')
|
566
612
|
UpdateConnectionRequest = Shapes::StructureShape.new(name: 'UpdateConnectionRequest')
|
567
613
|
UpdateConnectionResponse = Shapes::StructureShape.new(name: 'UpdateConnectionResponse')
|
568
614
|
UpdateCrawlerRequest = Shapes::StructureShape.new(name: 'UpdateCrawlerRequest')
|
@@ -750,6 +796,16 @@ module Aws::Glue
|
|
750
796
|
|
751
797
|
BatchStopJobRunSuccessfulSubmissionList.member = Shapes::ShapeRef.new(shape: BatchStopJobRunSuccessfulSubmission)
|
752
798
|
|
799
|
+
BinaryColumnStatisticsData.add_member(:maximum_length, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "MaximumLength"))
|
800
|
+
BinaryColumnStatisticsData.add_member(:average_length, Shapes::ShapeRef.new(shape: NonNegativeDouble, required: true, location_name: "AverageLength"))
|
801
|
+
BinaryColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
|
802
|
+
BinaryColumnStatisticsData.struct_class = Types::BinaryColumnStatisticsData
|
803
|
+
|
804
|
+
BooleanColumnStatisticsData.add_member(:number_of_trues, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfTrues"))
|
805
|
+
BooleanColumnStatisticsData.add_member(:number_of_falses, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfFalses"))
|
806
|
+
BooleanColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
|
807
|
+
BooleanColumnStatisticsData.struct_class = Types::BooleanColumnStatisticsData
|
808
|
+
|
753
809
|
BoundedPartitionValueList.member = Shapes::ShapeRef.new(shape: ValueString)
|
754
810
|
|
755
811
|
CancelMLTaskRunRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
|
@@ -818,8 +874,38 @@ module Aws::Glue
|
|
818
874
|
Column.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
819
875
|
Column.struct_class = Types::Column
|
820
876
|
|
877
|
+
ColumnError.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ColumnName"))
|
878
|
+
ColumnError.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "Error"))
|
879
|
+
ColumnError.struct_class = Types::ColumnError
|
880
|
+
|
881
|
+
ColumnErrors.member = Shapes::ShapeRef.new(shape: ColumnError)
|
882
|
+
|
821
883
|
ColumnList.member = Shapes::ShapeRef.new(shape: Column)
|
822
884
|
|
885
|
+
ColumnStatistics.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ColumnName"))
|
886
|
+
ColumnStatistics.add_member(:column_type, Shapes::ShapeRef.new(shape: TypeString, required: true, location_name: "ColumnType"))
|
887
|
+
ColumnStatistics.add_member(:analyzed_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "AnalyzedTime"))
|
888
|
+
ColumnStatistics.add_member(:statistics_data, Shapes::ShapeRef.new(shape: ColumnStatisticsData, required: true, location_name: "StatisticsData"))
|
889
|
+
ColumnStatistics.struct_class = Types::ColumnStatistics
|
890
|
+
|
891
|
+
ColumnStatisticsData.add_member(:type, Shapes::ShapeRef.new(shape: ColumnStatisticsType, required: true, location_name: "Type"))
|
892
|
+
ColumnStatisticsData.add_member(:boolean_column_statistics_data, Shapes::ShapeRef.new(shape: BooleanColumnStatisticsData, location_name: "BooleanColumnStatisticsData"))
|
893
|
+
ColumnStatisticsData.add_member(:date_column_statistics_data, Shapes::ShapeRef.new(shape: DateColumnStatisticsData, location_name: "DateColumnStatisticsData"))
|
894
|
+
ColumnStatisticsData.add_member(:decimal_column_statistics_data, Shapes::ShapeRef.new(shape: DecimalColumnStatisticsData, location_name: "DecimalColumnStatisticsData"))
|
895
|
+
ColumnStatisticsData.add_member(:double_column_statistics_data, Shapes::ShapeRef.new(shape: DoubleColumnStatisticsData, location_name: "DoubleColumnStatisticsData"))
|
896
|
+
ColumnStatisticsData.add_member(:long_column_statistics_data, Shapes::ShapeRef.new(shape: LongColumnStatisticsData, location_name: "LongColumnStatisticsData"))
|
897
|
+
ColumnStatisticsData.add_member(:string_column_statistics_data, Shapes::ShapeRef.new(shape: StringColumnStatisticsData, location_name: "StringColumnStatisticsData"))
|
898
|
+
ColumnStatisticsData.add_member(:binary_column_statistics_data, Shapes::ShapeRef.new(shape: BinaryColumnStatisticsData, location_name: "BinaryColumnStatisticsData"))
|
899
|
+
ColumnStatisticsData.struct_class = Types::ColumnStatisticsData
|
900
|
+
|
901
|
+
ColumnStatisticsError.add_member(:column_statistics, Shapes::ShapeRef.new(shape: ColumnStatistics, location_name: "ColumnStatistics"))
|
902
|
+
ColumnStatisticsError.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "Error"))
|
903
|
+
ColumnStatisticsError.struct_class = Types::ColumnStatisticsError
|
904
|
+
|
905
|
+
ColumnStatisticsErrors.member = Shapes::ShapeRef.new(shape: ColumnStatisticsError)
|
906
|
+
|
907
|
+
ColumnStatisticsList.member = Shapes::ShapeRef.new(shape: ColumnStatistics)
|
908
|
+
|
823
909
|
ColumnValueStringList.member = Shapes::ShapeRef.new(shape: ColumnValuesString)
|
824
910
|
|
825
911
|
ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
@@ -1172,22 +1258,62 @@ module Aws::Glue
|
|
1172
1258
|
Database.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
1173
1259
|
Database.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
|
1174
1260
|
Database.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
|
1261
|
+
Database.add_member(:target_database, Shapes::ShapeRef.new(shape: DatabaseIdentifier, location_name: "TargetDatabase"))
|
1262
|
+
Database.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1175
1263
|
Database.struct_class = Types::Database
|
1176
1264
|
|
1265
|
+
DatabaseIdentifier.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1266
|
+
DatabaseIdentifier.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
|
1267
|
+
DatabaseIdentifier.struct_class = Types::DatabaseIdentifier
|
1268
|
+
|
1177
1269
|
DatabaseInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1178
1270
|
DatabaseInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1179
1271
|
DatabaseInput.add_member(:location_uri, Shapes::ShapeRef.new(shape: URI, location_name: "LocationUri"))
|
1180
1272
|
DatabaseInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
1181
1273
|
DatabaseInput.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
|
1274
|
+
DatabaseInput.add_member(:target_database, Shapes::ShapeRef.new(shape: DatabaseIdentifier, location_name: "TargetDatabase"))
|
1182
1275
|
DatabaseInput.struct_class = Types::DatabaseInput
|
1183
1276
|
|
1184
1277
|
DatabaseList.member = Shapes::ShapeRef.new(shape: Database)
|
1185
1278
|
|
1279
|
+
DateColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Timestamp, location_name: "MinimumValue"))
|
1280
|
+
DateColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Timestamp, location_name: "MaximumValue"))
|
1281
|
+
DateColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
|
1282
|
+
DateColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
|
1283
|
+
DateColumnStatisticsData.struct_class = Types::DateColumnStatisticsData
|
1284
|
+
|
1285
|
+
DecimalColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: DecimalNumber, location_name: "MinimumValue"))
|
1286
|
+
DecimalColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: DecimalNumber, location_name: "MaximumValue"))
|
1287
|
+
DecimalColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
|
1288
|
+
DecimalColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
|
1289
|
+
DecimalColumnStatisticsData.struct_class = Types::DecimalColumnStatisticsData
|
1290
|
+
|
1291
|
+
DecimalNumber.add_member(:unscaled_value, Shapes::ShapeRef.new(shape: Blob, required: true, location_name: "UnscaledValue"))
|
1292
|
+
DecimalNumber.add_member(:scale, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Scale"))
|
1293
|
+
DecimalNumber.struct_class = Types::DecimalNumber
|
1294
|
+
|
1186
1295
|
DeleteClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1187
1296
|
DeleteClassifierRequest.struct_class = Types::DeleteClassifierRequest
|
1188
1297
|
|
1189
1298
|
DeleteClassifierResponse.struct_class = Types::DeleteClassifierResponse
|
1190
1299
|
|
1300
|
+
DeleteColumnStatisticsForPartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1301
|
+
DeleteColumnStatisticsForPartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
1302
|
+
DeleteColumnStatisticsForPartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
1303
|
+
DeleteColumnStatisticsForPartitionRequest.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "PartitionValues"))
|
1304
|
+
DeleteColumnStatisticsForPartitionRequest.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ColumnName"))
|
1305
|
+
DeleteColumnStatisticsForPartitionRequest.struct_class = Types::DeleteColumnStatisticsForPartitionRequest
|
1306
|
+
|
1307
|
+
DeleteColumnStatisticsForPartitionResponse.struct_class = Types::DeleteColumnStatisticsForPartitionResponse
|
1308
|
+
|
1309
|
+
DeleteColumnStatisticsForTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1310
|
+
DeleteColumnStatisticsForTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
1311
|
+
DeleteColumnStatisticsForTableRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
1312
|
+
DeleteColumnStatisticsForTableRequest.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ColumnName"))
|
1313
|
+
DeleteColumnStatisticsForTableRequest.struct_class = Types::DeleteColumnStatisticsForTableRequest
|
1314
|
+
|
1315
|
+
DeleteColumnStatisticsForTableResponse.struct_class = Types::DeleteColumnStatisticsForTableResponse
|
1316
|
+
|
1191
1317
|
DeleteConnectionNameList.member = Shapes::ShapeRef.new(shape: NameString)
|
1192
1318
|
|
1193
1319
|
DeleteConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
@@ -1233,6 +1359,7 @@ module Aws::Glue
|
|
1233
1359
|
DeletePartitionResponse.struct_class = Types::DeletePartitionResponse
|
1234
1360
|
|
1235
1361
|
DeleteResourcePolicyRequest.add_member(:policy_hash_condition, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHashCondition"))
|
1362
|
+
DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "ResourceArn"))
|
1236
1363
|
DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
|
1237
1364
|
|
1238
1365
|
DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
|
@@ -1313,6 +1440,12 @@ module Aws::Glue
|
|
1313
1440
|
|
1314
1441
|
DevEndpointNames.member = Shapes::ShapeRef.new(shape: GenericString)
|
1315
1442
|
|
1443
|
+
DoubleColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Double, location_name: "MinimumValue"))
|
1444
|
+
DoubleColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Double, location_name: "MaximumValue"))
|
1445
|
+
DoubleColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
|
1446
|
+
DoubleColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
|
1447
|
+
DoubleColumnStatisticsData.struct_class = Types::DoubleColumnStatisticsData
|
1448
|
+
|
1316
1449
|
DynamoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
1317
1450
|
DynamoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "scanAll"))
|
1318
1451
|
DynamoDBTarget.add_member(:scan_rate, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "scanRate"))
|
@@ -1396,6 +1529,29 @@ module Aws::Glue
|
|
1396
1529
|
GetClassifiersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
1397
1530
|
GetClassifiersResponse.struct_class = Types::GetClassifiersResponse
|
1398
1531
|
|
1532
|
+
GetColumnNamesList.member = Shapes::ShapeRef.new(shape: NameString)
|
1533
|
+
|
1534
|
+
GetColumnStatisticsForPartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1535
|
+
GetColumnStatisticsForPartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
1536
|
+
GetColumnStatisticsForPartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
1537
|
+
GetColumnStatisticsForPartitionRequest.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "PartitionValues"))
|
1538
|
+
GetColumnStatisticsForPartitionRequest.add_member(:column_names, Shapes::ShapeRef.new(shape: GetColumnNamesList, required: true, location_name: "ColumnNames"))
|
1539
|
+
GetColumnStatisticsForPartitionRequest.struct_class = Types::GetColumnStatisticsForPartitionRequest
|
1540
|
+
|
1541
|
+
GetColumnStatisticsForPartitionResponse.add_member(:column_statistics_list, Shapes::ShapeRef.new(shape: ColumnStatisticsList, location_name: "ColumnStatisticsList"))
|
1542
|
+
GetColumnStatisticsForPartitionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ColumnErrors, location_name: "Errors"))
|
1543
|
+
GetColumnStatisticsForPartitionResponse.struct_class = Types::GetColumnStatisticsForPartitionResponse
|
1544
|
+
|
1545
|
+
GetColumnStatisticsForTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1546
|
+
GetColumnStatisticsForTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
1547
|
+
GetColumnStatisticsForTableRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
1548
|
+
GetColumnStatisticsForTableRequest.add_member(:column_names, Shapes::ShapeRef.new(shape: GetColumnNamesList, required: true, location_name: "ColumnNames"))
|
1549
|
+
GetColumnStatisticsForTableRequest.struct_class = Types::GetColumnStatisticsForTableRequest
|
1550
|
+
|
1551
|
+
GetColumnStatisticsForTableResponse.add_member(:column_statistics_list, Shapes::ShapeRef.new(shape: ColumnStatisticsList, location_name: "ColumnStatisticsList"))
|
1552
|
+
GetColumnStatisticsForTableResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ColumnErrors, location_name: "Errors"))
|
1553
|
+
GetColumnStatisticsForTableResponse.struct_class = Types::GetColumnStatisticsForTableResponse
|
1554
|
+
|
1399
1555
|
GetConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1400
1556
|
GetConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
1401
1557
|
GetConnectionRequest.add_member(:hide_password, Shapes::ShapeRef.new(shape: Boolean, location_name: "HidePassword"))
|
@@ -1458,6 +1614,7 @@ module Aws::Glue
|
|
1458
1614
|
GetDatabasesRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1459
1615
|
GetDatabasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
1460
1616
|
GetDatabasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
1617
|
+
GetDatabasesRequest.add_member(:resource_share_type, Shapes::ShapeRef.new(shape: ResourceShareType, location_name: "ResourceShareType"))
|
1461
1618
|
GetDatabasesRequest.struct_class = Types::GetDatabasesRequest
|
1462
1619
|
|
1463
1620
|
GetDatabasesResponse.add_member(:database_list, Shapes::ShapeRef.new(shape: DatabaseList, required: true, location_name: "DatabaseList"))
|
@@ -1624,6 +1781,17 @@ module Aws::Glue
|
|
1624
1781
|
GetPlanResponse.add_member(:scala_code, Shapes::ShapeRef.new(shape: ScalaCode, location_name: "ScalaCode"))
|
1625
1782
|
GetPlanResponse.struct_class = Types::GetPlanResponse
|
1626
1783
|
|
1784
|
+
GetResourcePoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
1785
|
+
GetResourcePoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
1786
|
+
GetResourcePoliciesRequest.struct_class = Types::GetResourcePoliciesRequest
|
1787
|
+
|
1788
|
+
GetResourcePoliciesResponse.add_member(:get_resource_policies_response_list, Shapes::ShapeRef.new(shape: GetResourcePoliciesResponseList, location_name: "GetResourcePoliciesResponseList"))
|
1789
|
+
GetResourcePoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
1790
|
+
GetResourcePoliciesResponse.struct_class = Types::GetResourcePoliciesResponse
|
1791
|
+
|
1792
|
+
GetResourcePoliciesResponseList.member = Shapes::ShapeRef.new(shape: GluePolicy)
|
1793
|
+
|
1794
|
+
GetResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "ResourceArn"))
|
1627
1795
|
GetResourcePolicyRequest.struct_class = Types::GetResourcePolicyRequest
|
1628
1796
|
|
1629
1797
|
GetResourcePolicyResponse.add_member(:policy_in_json, Shapes::ShapeRef.new(shape: PolicyJsonString, location_name: "PolicyInJson"))
|
@@ -1762,6 +1930,12 @@ module Aws::Glue
|
|
1762
1930
|
GlueEncryptionException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
1763
1931
|
GlueEncryptionException.struct_class = Types::GlueEncryptionException
|
1764
1932
|
|
1933
|
+
GluePolicy.add_member(:policy_in_json, Shapes::ShapeRef.new(shape: PolicyJsonString, location_name: "PolicyInJson"))
|
1934
|
+
GluePolicy.add_member(:policy_hash, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHash"))
|
1935
|
+
GluePolicy.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
|
1936
|
+
GluePolicy.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdateTime"))
|
1937
|
+
GluePolicy.struct_class = Types::GluePolicy
|
1938
|
+
|
1765
1939
|
GlueTable.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
1766
1940
|
GlueTable.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
1767
1941
|
GlueTable.add_member(:catalog_id, Shapes::ShapeRef.new(shape: NameString, location_name: "CatalogId"))
|
@@ -1981,6 +2155,12 @@ module Aws::Glue
|
|
1981
2155
|
LocationMap.key = Shapes::ShapeRef.new(shape: ColumnValuesString)
|
1982
2156
|
LocationMap.value = Shapes::ShapeRef.new(shape: ColumnValuesString)
|
1983
2157
|
|
2158
|
+
LongColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Long, location_name: "MinimumValue"))
|
2159
|
+
LongColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Long, location_name: "MaximumValue"))
|
2160
|
+
LongColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
|
2161
|
+
LongColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
|
2162
|
+
LongColumnStatisticsData.struct_class = Types::LongColumnStatisticsData
|
2163
|
+
|
1984
2164
|
MLTransform.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
|
1985
2165
|
MLTransform.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
1986
2166
|
MLTransform.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
@@ -2032,6 +2212,8 @@ module Aws::Glue
|
|
2032
2212
|
Node.add_member(:crawler_details, Shapes::ShapeRef.new(shape: CrawlerNodeDetails, location_name: "CrawlerDetails"))
|
2033
2213
|
Node.struct_class = Types::Node
|
2034
2214
|
|
2215
|
+
NodeIdList.member = Shapes::ShapeRef.new(shape: NameString)
|
2216
|
+
|
2035
2217
|
NodeList.member = Shapes::ShapeRef.new(shape: Node)
|
2036
2218
|
|
2037
2219
|
NotificationProperty.add_member(:notify_delay_after, Shapes::ShapeRef.new(shape: NotifyDelayAfter, location_name: "NotifyDelayAfter"))
|
@@ -2059,6 +2241,7 @@ module Aws::Glue
|
|
2059
2241
|
Partition.add_member(:storage_descriptor, Shapes::ShapeRef.new(shape: StorageDescriptor, location_name: "StorageDescriptor"))
|
2060
2242
|
Partition.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
2061
2243
|
Partition.add_member(:last_analyzed_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAnalyzedTime"))
|
2244
|
+
Partition.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
2062
2245
|
Partition.struct_class = Types::Partition
|
2063
2246
|
|
2064
2247
|
PartitionError.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "PartitionValues"))
|
@@ -2120,8 +2303,10 @@ module Aws::Glue
|
|
2120
2303
|
PutDataCatalogEncryptionSettingsResponse.struct_class = Types::PutDataCatalogEncryptionSettingsResponse
|
2121
2304
|
|
2122
2305
|
PutResourcePolicyRequest.add_member(:policy_in_json, Shapes::ShapeRef.new(shape: PolicyJsonString, required: true, location_name: "PolicyInJson"))
|
2306
|
+
PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "ResourceArn"))
|
2123
2307
|
PutResourcePolicyRequest.add_member(:policy_hash_condition, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHashCondition"))
|
2124
2308
|
PutResourcePolicyRequest.add_member(:policy_exists_condition, Shapes::ShapeRef.new(shape: ExistCondition, location_name: "PolicyExistsCondition"))
|
2309
|
+
PutResourcePolicyRequest.add_member(:enable_hybrid, Shapes::ShapeRef.new(shape: EnableHybridValues, location_name: "EnableHybrid"))
|
2125
2310
|
PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
|
2126
2311
|
|
2127
2312
|
PutResourcePolicyResponse.add_member(:policy_hash, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHash"))
|
@@ -2150,6 +2335,15 @@ module Aws::Glue
|
|
2150
2335
|
|
2151
2336
|
ResourceUriList.member = Shapes::ShapeRef.new(shape: ResourceUri)
|
2152
2337
|
|
2338
|
+
ResumeWorkflowRunRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2339
|
+
ResumeWorkflowRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, required: true, location_name: "RunId"))
|
2340
|
+
ResumeWorkflowRunRequest.add_member(:node_ids, Shapes::ShapeRef.new(shape: NodeIdList, required: true, location_name: "NodeIds"))
|
2341
|
+
ResumeWorkflowRunRequest.struct_class = Types::ResumeWorkflowRunRequest
|
2342
|
+
|
2343
|
+
ResumeWorkflowRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "RunId"))
|
2344
|
+
ResumeWorkflowRunResponse.add_member(:node_ids, Shapes::ShapeRef.new(shape: NodeIdList, location_name: "NodeIds"))
|
2345
|
+
ResumeWorkflowRunResponse.struct_class = Types::ResumeWorkflowRunResponse
|
2346
|
+
|
2153
2347
|
S3Encryption.add_member(:s3_encryption_mode, Shapes::ShapeRef.new(shape: S3EncryptionMode, location_name: "S3EncryptionMode"))
|
2154
2348
|
S3Encryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
2155
2349
|
S3Encryption.struct_class = Types::S3Encryption
|
@@ -2191,6 +2385,7 @@ module Aws::Glue
|
|
2191
2385
|
SearchTablesRequest.add_member(:search_text, Shapes::ShapeRef.new(shape: ValueString, location_name: "SearchText"))
|
2192
2386
|
SearchTablesRequest.add_member(:sort_criteria, Shapes::ShapeRef.new(shape: SortCriteria, location_name: "SortCriteria"))
|
2193
2387
|
SearchTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
2388
|
+
SearchTablesRequest.add_member(:resource_share_type, Shapes::ShapeRef.new(shape: ResourceShareType, location_name: "ResourceShareType"))
|
2194
2389
|
SearchTablesRequest.struct_class = Types::SearchTablesRequest
|
2195
2390
|
|
2196
2391
|
SearchTablesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
@@ -2327,6 +2522,12 @@ module Aws::Glue
|
|
2327
2522
|
StorageDescriptor.add_member(:stored_as_sub_directories, Shapes::ShapeRef.new(shape: Boolean, location_name: "StoredAsSubDirectories"))
|
2328
2523
|
StorageDescriptor.struct_class = Types::StorageDescriptor
|
2329
2524
|
|
2525
|
+
StringColumnStatisticsData.add_member(:maximum_length, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "MaximumLength"))
|
2526
|
+
StringColumnStatisticsData.add_member(:average_length, Shapes::ShapeRef.new(shape: NonNegativeDouble, required: true, location_name: "AverageLength"))
|
2527
|
+
StringColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
|
2528
|
+
StringColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
|
2529
|
+
StringColumnStatisticsData.struct_class = Types::StringColumnStatisticsData
|
2530
|
+
|
2330
2531
|
StringList.member = Shapes::ShapeRef.new(shape: GenericString)
|
2331
2532
|
|
2332
2533
|
Table.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
@@ -2346,6 +2547,8 @@ module Aws::Glue
|
|
2346
2547
|
Table.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
2347
2548
|
Table.add_member(:created_by, Shapes::ShapeRef.new(shape: NameString, location_name: "CreatedBy"))
|
2348
2549
|
Table.add_member(:is_registered_with_lake_formation, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRegisteredWithLakeFormation"))
|
2550
|
+
Table.add_member(:target_table, Shapes::ShapeRef.new(shape: TableIdentifier, location_name: "TargetTable"))
|
2551
|
+
Table.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
2349
2552
|
Table.struct_class = Types::Table
|
2350
2553
|
|
2351
2554
|
TableError.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TableName"))
|
@@ -2354,6 +2557,11 @@ module Aws::Glue
|
|
2354
2557
|
|
2355
2558
|
TableErrors.member = Shapes::ShapeRef.new(shape: TableError)
|
2356
2559
|
|
2560
|
+
TableIdentifier.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
2561
|
+
TableIdentifier.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
|
2562
|
+
TableIdentifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
2563
|
+
TableIdentifier.struct_class = Types::TableIdentifier
|
2564
|
+
|
2357
2565
|
TableInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2358
2566
|
TableInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
2359
2567
|
TableInput.add_member(:owner, Shapes::ShapeRef.new(shape: NameString, location_name: "Owner"))
|
@@ -2366,6 +2574,7 @@ module Aws::Glue
|
|
2366
2574
|
TableInput.add_member(:view_expanded_text, Shapes::ShapeRef.new(shape: ViewTextString, location_name: "ViewExpandedText"))
|
2367
2575
|
TableInput.add_member(:table_type, Shapes::ShapeRef.new(shape: TableTypeString, location_name: "TableType"))
|
2368
2576
|
TableInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
2577
|
+
TableInput.add_member(:target_table, Shapes::ShapeRef.new(shape: TableIdentifier, location_name: "TargetTable"))
|
2369
2578
|
TableInput.struct_class = Types::TableInput
|
2370
2579
|
|
2371
2580
|
TableList.member = Shapes::ShapeRef.new(shape: Table)
|
@@ -2487,6 +2696,27 @@ module Aws::Glue
|
|
2487
2696
|
|
2488
2697
|
UpdateClassifierResponse.struct_class = Types::UpdateClassifierResponse
|
2489
2698
|
|
2699
|
+
UpdateColumnStatisticsForPartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
2700
|
+
UpdateColumnStatisticsForPartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
2701
|
+
UpdateColumnStatisticsForPartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
2702
|
+
UpdateColumnStatisticsForPartitionRequest.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "PartitionValues"))
|
2703
|
+
UpdateColumnStatisticsForPartitionRequest.add_member(:column_statistics_list, Shapes::ShapeRef.new(shape: UpdateColumnStatisticsList, required: true, location_name: "ColumnStatisticsList"))
|
2704
|
+
UpdateColumnStatisticsForPartitionRequest.struct_class = Types::UpdateColumnStatisticsForPartitionRequest
|
2705
|
+
|
2706
|
+
UpdateColumnStatisticsForPartitionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ColumnStatisticsErrors, location_name: "Errors"))
|
2707
|
+
UpdateColumnStatisticsForPartitionResponse.struct_class = Types::UpdateColumnStatisticsForPartitionResponse
|
2708
|
+
|
2709
|
+
UpdateColumnStatisticsForTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
2710
|
+
UpdateColumnStatisticsForTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
2711
|
+
UpdateColumnStatisticsForTableRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
2712
|
+
UpdateColumnStatisticsForTableRequest.add_member(:column_statistics_list, Shapes::ShapeRef.new(shape: UpdateColumnStatisticsList, required: true, location_name: "ColumnStatisticsList"))
|
2713
|
+
UpdateColumnStatisticsForTableRequest.struct_class = Types::UpdateColumnStatisticsForTableRequest
|
2714
|
+
|
2715
|
+
UpdateColumnStatisticsForTableResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ColumnStatisticsErrors, location_name: "Errors"))
|
2716
|
+
UpdateColumnStatisticsForTableResponse.struct_class = Types::UpdateColumnStatisticsForTableResponse
|
2717
|
+
|
2718
|
+
UpdateColumnStatisticsList.member = Shapes::ShapeRef.new(shape: ColumnStatistics)
|
2719
|
+
|
2490
2720
|
UpdateConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
2491
2721
|
UpdateConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2492
2722
|
UpdateConnectionRequest.add_member(:connection_input, Shapes::ShapeRef.new(shape: ConnectionInput, required: true, location_name: "ConnectionInput"))
|
@@ -2628,6 +2858,7 @@ module Aws::Glue
|
|
2628
2858
|
UserDefinedFunction.add_member(:owner_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "OwnerType"))
|
2629
2859
|
UserDefinedFunction.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
|
2630
2860
|
UserDefinedFunction.add_member(:resource_uris, Shapes::ShapeRef.new(shape: ResourceUriList, location_name: "ResourceUris"))
|
2861
|
+
UserDefinedFunction.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
2631
2862
|
UserDefinedFunction.struct_class = Types::UserDefinedFunction
|
2632
2863
|
|
2633
2864
|
UserDefinedFunctionInput.add_member(:function_name, Shapes::ShapeRef.new(shape: NameString, location_name: "FunctionName"))
|
@@ -2664,6 +2895,7 @@ module Aws::Glue
|
|
2664
2895
|
|
2665
2896
|
WorkflowRun.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
2666
2897
|
WorkflowRun.add_member(:workflow_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "WorkflowRunId"))
|
2898
|
+
WorkflowRun.add_member(:previous_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "PreviousRunId"))
|
2667
2899
|
WorkflowRun.add_member(:workflow_run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, location_name: "WorkflowRunProperties"))
|
2668
2900
|
WorkflowRun.add_member(:started_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "StartedOn"))
|
2669
2901
|
WorkflowRun.add_member(:completed_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CompletedOn"))
|
@@ -3070,6 +3302,32 @@ module Aws::Glue
|
|
3070
3302
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3071
3303
|
end)
|
3072
3304
|
|
3305
|
+
api.add_operation(:delete_column_statistics_for_partition, Seahorse::Model::Operation.new.tap do |o|
|
3306
|
+
o.name = "DeleteColumnStatisticsForPartition"
|
3307
|
+
o.http_method = "POST"
|
3308
|
+
o.http_request_uri = "/"
|
3309
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteColumnStatisticsForPartitionRequest)
|
3310
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteColumnStatisticsForPartitionResponse)
|
3311
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3312
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3313
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3314
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3315
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
3316
|
+
end)
|
3317
|
+
|
3318
|
+
api.add_operation(:delete_column_statistics_for_table, Seahorse::Model::Operation.new.tap do |o|
|
3319
|
+
o.name = "DeleteColumnStatisticsForTable"
|
3320
|
+
o.http_method = "POST"
|
3321
|
+
o.http_request_uri = "/"
|
3322
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteColumnStatisticsForTableRequest)
|
3323
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteColumnStatisticsForTableResponse)
|
3324
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3325
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3326
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3327
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3328
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
3329
|
+
end)
|
3330
|
+
|
3073
3331
|
api.add_operation(:delete_connection, Seahorse::Model::Operation.new.tap do |o|
|
3074
3332
|
o.name = "DeleteConnection"
|
3075
3333
|
o.http_method = "POST"
|
@@ -3271,6 +3529,32 @@ module Aws::Glue
|
|
3271
3529
|
)
|
3272
3530
|
end)
|
3273
3531
|
|
3532
|
+
api.add_operation(:get_column_statistics_for_partition, Seahorse::Model::Operation.new.tap do |o|
|
3533
|
+
o.name = "GetColumnStatisticsForPartition"
|
3534
|
+
o.http_method = "POST"
|
3535
|
+
o.http_request_uri = "/"
|
3536
|
+
o.input = Shapes::ShapeRef.new(shape: GetColumnStatisticsForPartitionRequest)
|
3537
|
+
o.output = Shapes::ShapeRef.new(shape: GetColumnStatisticsForPartitionResponse)
|
3538
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3539
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3540
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3541
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3542
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
3543
|
+
end)
|
3544
|
+
|
3545
|
+
api.add_operation(:get_column_statistics_for_table, Seahorse::Model::Operation.new.tap do |o|
|
3546
|
+
o.name = "GetColumnStatisticsForTable"
|
3547
|
+
o.http_method = "POST"
|
3548
|
+
o.http_request_uri = "/"
|
3549
|
+
o.input = Shapes::ShapeRef.new(shape: GetColumnStatisticsForTableRequest)
|
3550
|
+
o.output = Shapes::ShapeRef.new(shape: GetColumnStatisticsForTableResponse)
|
3551
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
3552
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3553
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3554
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3555
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
3556
|
+
end)
|
3557
|
+
|
3274
3558
|
api.add_operation(:get_connection, Seahorse::Model::Operation.new.tap do |o|
|
3275
3559
|
o.name = "GetConnection"
|
3276
3560
|
o.http_method = "POST"
|
@@ -3612,6 +3896,18 @@ module Aws::Glue
|
|
3612
3896
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3613
3897
|
end)
|
3614
3898
|
|
3899
|
+
api.add_operation(:get_resource_policies, Seahorse::Model::Operation.new.tap do |o|
|
3900
|
+
o.name = "GetResourcePolicies"
|
3901
|
+
o.http_method = "POST"
|
3902
|
+
o.http_request_uri = "/"
|
3903
|
+
o.input = Shapes::ShapeRef.new(shape: GetResourcePoliciesRequest)
|
3904
|
+
o.output = Shapes::ShapeRef.new(shape: GetResourcePoliciesResponse)
|
3905
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
3906
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
3907
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3908
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
3909
|
+
end)
|
3910
|
+
|
3615
3911
|
api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
3616
3912
|
o.name = "GetResourcePolicy"
|
3617
3913
|
o.http_method = "POST"
|
@@ -4011,6 +4307,20 @@ module Aws::Glue
|
|
4011
4307
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
4012
4308
|
end)
|
4013
4309
|
|
4310
|
+
api.add_operation(:resume_workflow_run, Seahorse::Model::Operation.new.tap do |o|
|
4311
|
+
o.name = "ResumeWorkflowRun"
|
4312
|
+
o.http_method = "POST"
|
4313
|
+
o.http_request_uri = "/"
|
4314
|
+
o.input = Shapes::ShapeRef.new(shape: ResumeWorkflowRunRequest)
|
4315
|
+
o.output = Shapes::ShapeRef.new(shape: ResumeWorkflowRunResponse)
|
4316
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4317
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4318
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4319
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
4320
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentRunsExceededException)
|
4321
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalWorkflowStateException)
|
4322
|
+
end)
|
4323
|
+
|
4014
4324
|
api.add_operation(:search_tables, Seahorse::Model::Operation.new.tap do |o|
|
4015
4325
|
o.name = "SearchTables"
|
4016
4326
|
o.http_method = "POST"
|
@@ -4232,6 +4542,32 @@ module Aws::Glue
|
|
4232
4542
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
4233
4543
|
end)
|
4234
4544
|
|
4545
|
+
api.add_operation(:update_column_statistics_for_partition, Seahorse::Model::Operation.new.tap do |o|
|
4546
|
+
o.name = "UpdateColumnStatisticsForPartition"
|
4547
|
+
o.http_method = "POST"
|
4548
|
+
o.http_request_uri = "/"
|
4549
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateColumnStatisticsForPartitionRequest)
|
4550
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateColumnStatisticsForPartitionResponse)
|
4551
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4552
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4553
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4554
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
4555
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
4556
|
+
end)
|
4557
|
+
|
4558
|
+
api.add_operation(:update_column_statistics_for_table, Seahorse::Model::Operation.new.tap do |o|
|
4559
|
+
o.name = "UpdateColumnStatisticsForTable"
|
4560
|
+
o.http_method = "POST"
|
4561
|
+
o.http_request_uri = "/"
|
4562
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateColumnStatisticsForTableRequest)
|
4563
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateColumnStatisticsForTableResponse)
|
4564
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
4565
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4566
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
4567
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
4568
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
4569
|
+
end)
|
4570
|
+
|
4235
4571
|
api.add_operation(:update_connection, Seahorse::Model::Operation.new.tap do |o|
|
4236
4572
|
o.name = "UpdateConnection"
|
4237
4573
|
o.http_method = "POST"
|