aws-sdk-glue 1.59.0 → 1.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -49,7 +51,10 @@ module Aws::Glue
49
51
  BatchStopJobRunResponse = Shapes::StructureShape.new(name: 'BatchStopJobRunResponse')
50
52
  BatchStopJobRunSuccessfulSubmission = Shapes::StructureShape.new(name: 'BatchStopJobRunSuccessfulSubmission')
51
53
  BatchStopJobRunSuccessfulSubmissionList = Shapes::ListShape.new(name: 'BatchStopJobRunSuccessfulSubmissionList')
54
+ BinaryColumnStatisticsData = Shapes::StructureShape.new(name: 'BinaryColumnStatisticsData')
55
+ Blob = Shapes::BlobShape.new(name: 'Blob')
52
56
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
57
+ BooleanColumnStatisticsData = Shapes::StructureShape.new(name: 'BooleanColumnStatisticsData')
53
58
  BooleanNullable = Shapes::BooleanShape.new(name: 'BooleanNullable')
54
59
  BooleanValue = Shapes::BooleanShape.new(name: 'BooleanValue')
55
60
  BoundedPartitionValueList = Shapes::ListShape.new(name: 'BoundedPartitionValueList')
@@ -78,8 +83,16 @@ module Aws::Glue
78
83
  CodeGenNodeArgs = Shapes::ListShape.new(name: 'CodeGenNodeArgs')
79
84
  CodeGenNodeType = Shapes::StringShape.new(name: 'CodeGenNodeType')
80
85
  Column = Shapes::StructureShape.new(name: 'Column')
86
+ ColumnError = Shapes::StructureShape.new(name: 'ColumnError')
87
+ ColumnErrors = Shapes::ListShape.new(name: 'ColumnErrors')
81
88
  ColumnList = Shapes::ListShape.new(name: 'ColumnList')
82
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')
83
96
  ColumnTypeString = Shapes::StringShape.new(name: 'ColumnTypeString')
84
97
  ColumnValueStringList = Shapes::ListShape.new(name: 'ColumnValueStringList')
85
98
  ColumnValuesString = Shapes::StringShape.new(name: 'ColumnValuesString')
@@ -161,12 +174,20 @@ module Aws::Glue
161
174
  DataLakePrincipal = Shapes::StructureShape.new(name: 'DataLakePrincipal')
162
175
  DataLakePrincipalString = Shapes::StringShape.new(name: 'DataLakePrincipalString')
163
176
  Database = Shapes::StructureShape.new(name: 'Database')
177
+ DatabaseIdentifier = Shapes::StructureShape.new(name: 'DatabaseIdentifier')
164
178
  DatabaseInput = Shapes::StructureShape.new(name: 'DatabaseInput')
165
179
  DatabaseList = Shapes::ListShape.new(name: 'DatabaseList')
166
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')
167
184
  DeleteBehavior = Shapes::StringShape.new(name: 'DeleteBehavior')
168
185
  DeleteClassifierRequest = Shapes::StructureShape.new(name: 'DeleteClassifierRequest')
169
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')
170
191
  DeleteConnectionNameList = Shapes::ListShape.new(name: 'DeleteConnectionNameList')
171
192
  DeleteConnectionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionRequest')
172
193
  DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
@@ -203,10 +224,13 @@ module Aws::Glue
203
224
  DevEndpointList = Shapes::ListShape.new(name: 'DevEndpointList')
204
225
  DevEndpointNameList = Shapes::ListShape.new(name: 'DevEndpointNameList')
205
226
  DevEndpointNames = Shapes::ListShape.new(name: 'DevEndpointNames')
227
+ Double = Shapes::FloatShape.new(name: 'Double')
228
+ DoubleColumnStatisticsData = Shapes::StructureShape.new(name: 'DoubleColumnStatisticsData')
206
229
  DynamoDBTarget = Shapes::StructureShape.new(name: 'DynamoDBTarget')
207
230
  DynamoDBTargetList = Shapes::ListShape.new(name: 'DynamoDBTargetList')
208
231
  Edge = Shapes::StructureShape.new(name: 'Edge')
209
232
  EdgeList = Shapes::ListShape.new(name: 'EdgeList')
233
+ EnableHybridValues = Shapes::StringShape.new(name: 'EnableHybridValues')
210
234
  EncryptionAtRest = Shapes::StructureShape.new(name: 'EncryptionAtRest')
211
235
  EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
212
236
  EntityNotFoundException = Shapes::StructureShape.new(name: 'EntityNotFoundException')
@@ -233,6 +257,11 @@ module Aws::Glue
233
257
  GetClassifierResponse = Shapes::StructureShape.new(name: 'GetClassifierResponse')
234
258
  GetClassifiersRequest = Shapes::StructureShape.new(name: 'GetClassifiersRequest')
235
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')
236
265
  GetConnectionRequest = Shapes::StructureShape.new(name: 'GetConnectionRequest')
237
266
  GetConnectionResponse = Shapes::StructureShape.new(name: 'GetConnectionResponse')
238
267
  GetConnectionsFilter = Shapes::StructureShape.new(name: 'GetConnectionsFilter')
@@ -282,6 +311,9 @@ module Aws::Glue
282
311
  GetPartitionsResponse = Shapes::StructureShape.new(name: 'GetPartitionsResponse')
283
312
  GetPlanRequest = Shapes::StructureShape.new(name: 'GetPlanRequest')
284
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')
285
317
  GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
286
318
  GetResourcePolicyResponse = Shapes::StructureShape.new(name: 'GetResourcePolicyResponse')
287
319
  GetSecurityConfigurationRequest = Shapes::StructureShape.new(name: 'GetSecurityConfigurationRequest')
@@ -316,6 +348,7 @@ module Aws::Glue
316
348
  GetWorkflowRunsRequest = Shapes::StructureShape.new(name: 'GetWorkflowRunsRequest')
317
349
  GetWorkflowRunsResponse = Shapes::StructureShape.new(name: 'GetWorkflowRunsResponse')
318
350
  GlueEncryptionException = Shapes::StructureShape.new(name: 'GlueEncryptionException')
351
+ GluePolicy = Shapes::StructureShape.new(name: 'GluePolicy')
319
352
  GlueResourceArn = Shapes::StringShape.new(name: 'GlueResourceArn')
320
353
  GlueTable = Shapes::StructureShape.new(name: 'GlueTable')
321
354
  GlueTables = Shapes::ListShape.new(name: 'GlueTables')
@@ -378,6 +411,8 @@ module Aws::Glue
378
411
  LogStream = Shapes::StringShape.new(name: 'LogStream')
379
412
  Logical = Shapes::StringShape.new(name: 'Logical')
380
413
  LogicalOperator = Shapes::StringShape.new(name: 'LogicalOperator')
414
+ Long = Shapes::IntegerShape.new(name: 'Long')
415
+ LongColumnStatisticsData = Shapes::StructureShape.new(name: 'LongColumnStatisticsData')
381
416
  MLTransform = Shapes::StructureShape.new(name: 'MLTransform')
382
417
  MLTransformNotReadyException = Shapes::StructureShape.new(name: 'MLTransformNotReadyException')
383
418
  MapValue = Shapes::MapShape.new(name: 'MapValue')
@@ -397,6 +432,7 @@ module Aws::Glue
397
432
  NodeType = Shapes::StringShape.new(name: 'NodeType')
398
433
  NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
399
434
  NonNegativeInteger = Shapes::IntegerShape.new(name: 'NonNegativeInteger')
435
+ NonNegativeLong = Shapes::IntegerShape.new(name: 'NonNegativeLong')
400
436
  NotificationProperty = Shapes::StructureShape.new(name: 'NotificationProperty')
401
437
  NotifyDelayAfter = Shapes::IntegerShape.new(name: 'NotifyDelayAfter')
402
438
  NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
@@ -445,6 +481,7 @@ module Aws::Glue
445
481
  ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
446
482
  ResetJobBookmarkResponse = Shapes::StructureShape.new(name: 'ResetJobBookmarkResponse')
447
483
  ResourceNumberLimitExceededException = Shapes::StructureShape.new(name: 'ResourceNumberLimitExceededException')
484
+ ResourceShareType = Shapes::StringShape.new(name: 'ResourceShareType')
448
485
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
449
486
  ResourceUri = Shapes::StructureShape.new(name: 'ResourceUri')
450
487
  ResourceUriList = Shapes::ListShape.new(name: 'ResourceUriList')
@@ -508,10 +545,12 @@ module Aws::Glue
508
545
  StopWorkflowRunRequest = Shapes::StructureShape.new(name: 'StopWorkflowRunRequest')
509
546
  StopWorkflowRunResponse = Shapes::StructureShape.new(name: 'StopWorkflowRunResponse')
510
547
  StorageDescriptor = Shapes::StructureShape.new(name: 'StorageDescriptor')
548
+ StringColumnStatisticsData = Shapes::StructureShape.new(name: 'StringColumnStatisticsData')
511
549
  StringList = Shapes::ListShape.new(name: 'StringList')
512
550
  Table = Shapes::StructureShape.new(name: 'Table')
513
551
  TableError = Shapes::StructureShape.new(name: 'TableError')
514
552
  TableErrors = Shapes::ListShape.new(name: 'TableErrors')
553
+ TableIdentifier = Shapes::StructureShape.new(name: 'TableIdentifier')
515
554
  TableInput = Shapes::StructureShape.new(name: 'TableInput')
516
555
  TableList = Shapes::ListShape.new(name: 'TableList')
517
556
  TableName = Shapes::StringShape.new(name: 'TableName')
@@ -555,12 +594,18 @@ module Aws::Glue
555
594
  TriggerState = Shapes::StringShape.new(name: 'TriggerState')
556
595
  TriggerType = Shapes::StringShape.new(name: 'TriggerType')
557
596
  TriggerUpdate = Shapes::StructureShape.new(name: 'TriggerUpdate')
597
+ TypeString = Shapes::StringShape.new(name: 'TypeString')
558
598
  URI = Shapes::StringShape.new(name: 'URI')
559
599
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
560
600
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
561
601
  UpdateBehavior = Shapes::StringShape.new(name: 'UpdateBehavior')
562
602
  UpdateClassifierRequest = Shapes::StructureShape.new(name: 'UpdateClassifierRequest')
563
603
  UpdateClassifierResponse = Shapes::StructureShape.new(name: 'UpdateClassifierResponse')
604
+ UpdateColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForPartitionRequest')
605
+ UpdateColumnStatisticsForPartitionResponse = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForPartitionResponse')
606
+ UpdateColumnStatisticsForTableRequest = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForTableRequest')
607
+ UpdateColumnStatisticsForTableResponse = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForTableResponse')
608
+ UpdateColumnStatisticsList = Shapes::ListShape.new(name: 'UpdateColumnStatisticsList')
564
609
  UpdateConnectionRequest = Shapes::StructureShape.new(name: 'UpdateConnectionRequest')
565
610
  UpdateConnectionResponse = Shapes::StructureShape.new(name: 'UpdateConnectionResponse')
566
611
  UpdateCrawlerRequest = Shapes::StructureShape.new(name: 'UpdateCrawlerRequest')
@@ -748,6 +793,16 @@ module Aws::Glue
748
793
 
749
794
  BatchStopJobRunSuccessfulSubmissionList.member = Shapes::ShapeRef.new(shape: BatchStopJobRunSuccessfulSubmission)
750
795
 
796
+ BinaryColumnStatisticsData.add_member(:maximum_length, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "MaximumLength"))
797
+ BinaryColumnStatisticsData.add_member(:average_length, Shapes::ShapeRef.new(shape: NonNegativeDouble, required: true, location_name: "AverageLength"))
798
+ BinaryColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
799
+ BinaryColumnStatisticsData.struct_class = Types::BinaryColumnStatisticsData
800
+
801
+ BooleanColumnStatisticsData.add_member(:number_of_trues, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfTrues"))
802
+ BooleanColumnStatisticsData.add_member(:number_of_falses, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfFalses"))
803
+ BooleanColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
804
+ BooleanColumnStatisticsData.struct_class = Types::BooleanColumnStatisticsData
805
+
751
806
  BoundedPartitionValueList.member = Shapes::ShapeRef.new(shape: ValueString)
752
807
 
753
808
  CancelMLTaskRunRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
@@ -816,8 +871,38 @@ module Aws::Glue
816
871
  Column.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
817
872
  Column.struct_class = Types::Column
818
873
 
874
+ ColumnError.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ColumnName"))
875
+ ColumnError.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "Error"))
876
+ ColumnError.struct_class = Types::ColumnError
877
+
878
+ ColumnErrors.member = Shapes::ShapeRef.new(shape: ColumnError)
879
+
819
880
  ColumnList.member = Shapes::ShapeRef.new(shape: Column)
820
881
 
882
+ ColumnStatistics.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ColumnName"))
883
+ ColumnStatistics.add_member(:column_type, Shapes::ShapeRef.new(shape: TypeString, required: true, location_name: "ColumnType"))
884
+ ColumnStatistics.add_member(:analyzed_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "AnalyzedTime"))
885
+ ColumnStatistics.add_member(:statistics_data, Shapes::ShapeRef.new(shape: ColumnStatisticsData, required: true, location_name: "StatisticsData"))
886
+ ColumnStatistics.struct_class = Types::ColumnStatistics
887
+
888
+ ColumnStatisticsData.add_member(:type, Shapes::ShapeRef.new(shape: ColumnStatisticsType, required: true, location_name: "Type"))
889
+ ColumnStatisticsData.add_member(:boolean_column_statistics_data, Shapes::ShapeRef.new(shape: BooleanColumnStatisticsData, location_name: "BooleanColumnStatisticsData"))
890
+ ColumnStatisticsData.add_member(:date_column_statistics_data, Shapes::ShapeRef.new(shape: DateColumnStatisticsData, location_name: "DateColumnStatisticsData"))
891
+ ColumnStatisticsData.add_member(:decimal_column_statistics_data, Shapes::ShapeRef.new(shape: DecimalColumnStatisticsData, location_name: "DecimalColumnStatisticsData"))
892
+ ColumnStatisticsData.add_member(:double_column_statistics_data, Shapes::ShapeRef.new(shape: DoubleColumnStatisticsData, location_name: "DoubleColumnStatisticsData"))
893
+ ColumnStatisticsData.add_member(:long_column_statistics_data, Shapes::ShapeRef.new(shape: LongColumnStatisticsData, location_name: "LongColumnStatisticsData"))
894
+ ColumnStatisticsData.add_member(:string_column_statistics_data, Shapes::ShapeRef.new(shape: StringColumnStatisticsData, location_name: "StringColumnStatisticsData"))
895
+ ColumnStatisticsData.add_member(:binary_column_statistics_data, Shapes::ShapeRef.new(shape: BinaryColumnStatisticsData, location_name: "BinaryColumnStatisticsData"))
896
+ ColumnStatisticsData.struct_class = Types::ColumnStatisticsData
897
+
898
+ ColumnStatisticsError.add_member(:column_statistics, Shapes::ShapeRef.new(shape: ColumnStatistics, location_name: "ColumnStatistics"))
899
+ ColumnStatisticsError.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "Error"))
900
+ ColumnStatisticsError.struct_class = Types::ColumnStatisticsError
901
+
902
+ ColumnStatisticsErrors.member = Shapes::ShapeRef.new(shape: ColumnStatisticsError)
903
+
904
+ ColumnStatisticsList.member = Shapes::ShapeRef.new(shape: ColumnStatistics)
905
+
821
906
  ColumnValueStringList.member = Shapes::ShapeRef.new(shape: ColumnValuesString)
822
907
 
823
908
  ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
@@ -1170,22 +1255,62 @@ module Aws::Glue
1170
1255
  Database.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
1171
1256
  Database.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
1172
1257
  Database.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
1258
+ Database.add_member(:target_database, Shapes::ShapeRef.new(shape: DatabaseIdentifier, location_name: "TargetDatabase"))
1259
+ Database.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1173
1260
  Database.struct_class = Types::Database
1174
1261
 
1262
+ DatabaseIdentifier.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1263
+ DatabaseIdentifier.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
1264
+ DatabaseIdentifier.struct_class = Types::DatabaseIdentifier
1265
+
1175
1266
  DatabaseInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1176
1267
  DatabaseInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1177
1268
  DatabaseInput.add_member(:location_uri, Shapes::ShapeRef.new(shape: URI, location_name: "LocationUri"))
1178
1269
  DatabaseInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
1179
1270
  DatabaseInput.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
1271
+ DatabaseInput.add_member(:target_database, Shapes::ShapeRef.new(shape: DatabaseIdentifier, location_name: "TargetDatabase"))
1180
1272
  DatabaseInput.struct_class = Types::DatabaseInput
1181
1273
 
1182
1274
  DatabaseList.member = Shapes::ShapeRef.new(shape: Database)
1183
1275
 
1276
+ DateColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Timestamp, location_name: "MinimumValue"))
1277
+ DateColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Timestamp, location_name: "MaximumValue"))
1278
+ DateColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
1279
+ DateColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
1280
+ DateColumnStatisticsData.struct_class = Types::DateColumnStatisticsData
1281
+
1282
+ DecimalColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: DecimalNumber, location_name: "MinimumValue"))
1283
+ DecimalColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: DecimalNumber, location_name: "MaximumValue"))
1284
+ DecimalColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
1285
+ DecimalColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
1286
+ DecimalColumnStatisticsData.struct_class = Types::DecimalColumnStatisticsData
1287
+
1288
+ DecimalNumber.add_member(:unscaled_value, Shapes::ShapeRef.new(shape: Blob, required: true, location_name: "UnscaledValue"))
1289
+ DecimalNumber.add_member(:scale, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Scale"))
1290
+ DecimalNumber.struct_class = Types::DecimalNumber
1291
+
1184
1292
  DeleteClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1185
1293
  DeleteClassifierRequest.struct_class = Types::DeleteClassifierRequest
1186
1294
 
1187
1295
  DeleteClassifierResponse.struct_class = Types::DeleteClassifierResponse
1188
1296
 
1297
+ DeleteColumnStatisticsForPartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1298
+ DeleteColumnStatisticsForPartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1299
+ DeleteColumnStatisticsForPartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
1300
+ DeleteColumnStatisticsForPartitionRequest.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "PartitionValues"))
1301
+ DeleteColumnStatisticsForPartitionRequest.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ColumnName"))
1302
+ DeleteColumnStatisticsForPartitionRequest.struct_class = Types::DeleteColumnStatisticsForPartitionRequest
1303
+
1304
+ DeleteColumnStatisticsForPartitionResponse.struct_class = Types::DeleteColumnStatisticsForPartitionResponse
1305
+
1306
+ DeleteColumnStatisticsForTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1307
+ DeleteColumnStatisticsForTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1308
+ DeleteColumnStatisticsForTableRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
1309
+ DeleteColumnStatisticsForTableRequest.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ColumnName"))
1310
+ DeleteColumnStatisticsForTableRequest.struct_class = Types::DeleteColumnStatisticsForTableRequest
1311
+
1312
+ DeleteColumnStatisticsForTableResponse.struct_class = Types::DeleteColumnStatisticsForTableResponse
1313
+
1189
1314
  DeleteConnectionNameList.member = Shapes::ShapeRef.new(shape: NameString)
1190
1315
 
1191
1316
  DeleteConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
@@ -1231,6 +1356,7 @@ module Aws::Glue
1231
1356
  DeletePartitionResponse.struct_class = Types::DeletePartitionResponse
1232
1357
 
1233
1358
  DeleteResourcePolicyRequest.add_member(:policy_hash_condition, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHashCondition"))
1359
+ DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "ResourceArn"))
1234
1360
  DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
1235
1361
 
1236
1362
  DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
@@ -1311,6 +1437,12 @@ module Aws::Glue
1311
1437
 
1312
1438
  DevEndpointNames.member = Shapes::ShapeRef.new(shape: GenericString)
1313
1439
 
1440
+ DoubleColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Double, location_name: "MinimumValue"))
1441
+ DoubleColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Double, location_name: "MaximumValue"))
1442
+ DoubleColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
1443
+ DoubleColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
1444
+ DoubleColumnStatisticsData.struct_class = Types::DoubleColumnStatisticsData
1445
+
1314
1446
  DynamoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
1315
1447
  DynamoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "scanAll"))
1316
1448
  DynamoDBTarget.add_member(:scan_rate, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "scanRate"))
@@ -1394,6 +1526,29 @@ module Aws::Glue
1394
1526
  GetClassifiersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
1395
1527
  GetClassifiersResponse.struct_class = Types::GetClassifiersResponse
1396
1528
 
1529
+ GetColumnNamesList.member = Shapes::ShapeRef.new(shape: NameString)
1530
+
1531
+ GetColumnStatisticsForPartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1532
+ GetColumnStatisticsForPartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1533
+ GetColumnStatisticsForPartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
1534
+ GetColumnStatisticsForPartitionRequest.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "PartitionValues"))
1535
+ GetColumnStatisticsForPartitionRequest.add_member(:column_names, Shapes::ShapeRef.new(shape: GetColumnNamesList, required: true, location_name: "ColumnNames"))
1536
+ GetColumnStatisticsForPartitionRequest.struct_class = Types::GetColumnStatisticsForPartitionRequest
1537
+
1538
+ GetColumnStatisticsForPartitionResponse.add_member(:column_statistics_list, Shapes::ShapeRef.new(shape: ColumnStatisticsList, location_name: "ColumnStatisticsList"))
1539
+ GetColumnStatisticsForPartitionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ColumnErrors, location_name: "Errors"))
1540
+ GetColumnStatisticsForPartitionResponse.struct_class = Types::GetColumnStatisticsForPartitionResponse
1541
+
1542
+ GetColumnStatisticsForTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1543
+ GetColumnStatisticsForTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1544
+ GetColumnStatisticsForTableRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
1545
+ GetColumnStatisticsForTableRequest.add_member(:column_names, Shapes::ShapeRef.new(shape: GetColumnNamesList, required: true, location_name: "ColumnNames"))
1546
+ GetColumnStatisticsForTableRequest.struct_class = Types::GetColumnStatisticsForTableRequest
1547
+
1548
+ GetColumnStatisticsForTableResponse.add_member(:column_statistics_list, Shapes::ShapeRef.new(shape: ColumnStatisticsList, location_name: "ColumnStatisticsList"))
1549
+ GetColumnStatisticsForTableResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ColumnErrors, location_name: "Errors"))
1550
+ GetColumnStatisticsForTableResponse.struct_class = Types::GetColumnStatisticsForTableResponse
1551
+
1397
1552
  GetConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1398
1553
  GetConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1399
1554
  GetConnectionRequest.add_member(:hide_password, Shapes::ShapeRef.new(shape: Boolean, location_name: "HidePassword"))
@@ -1456,6 +1611,7 @@ module Aws::Glue
1456
1611
  GetDatabasesRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1457
1612
  GetDatabasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
1458
1613
  GetDatabasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
1614
+ GetDatabasesRequest.add_member(:resource_share_type, Shapes::ShapeRef.new(shape: ResourceShareType, location_name: "ResourceShareType"))
1459
1615
  GetDatabasesRequest.struct_class = Types::GetDatabasesRequest
1460
1616
 
1461
1617
  GetDatabasesResponse.add_member(:database_list, Shapes::ShapeRef.new(shape: DatabaseList, required: true, location_name: "DatabaseList"))
@@ -1622,6 +1778,17 @@ module Aws::Glue
1622
1778
  GetPlanResponse.add_member(:scala_code, Shapes::ShapeRef.new(shape: ScalaCode, location_name: "ScalaCode"))
1623
1779
  GetPlanResponse.struct_class = Types::GetPlanResponse
1624
1780
 
1781
+ GetResourcePoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
1782
+ GetResourcePoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
1783
+ GetResourcePoliciesRequest.struct_class = Types::GetResourcePoliciesRequest
1784
+
1785
+ GetResourcePoliciesResponse.add_member(:get_resource_policies_response_list, Shapes::ShapeRef.new(shape: GetResourcePoliciesResponseList, location_name: "GetResourcePoliciesResponseList"))
1786
+ GetResourcePoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
1787
+ GetResourcePoliciesResponse.struct_class = Types::GetResourcePoliciesResponse
1788
+
1789
+ GetResourcePoliciesResponseList.member = Shapes::ShapeRef.new(shape: GluePolicy)
1790
+
1791
+ GetResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "ResourceArn"))
1625
1792
  GetResourcePolicyRequest.struct_class = Types::GetResourcePolicyRequest
1626
1793
 
1627
1794
  GetResourcePolicyResponse.add_member(:policy_in_json, Shapes::ShapeRef.new(shape: PolicyJsonString, location_name: "PolicyInJson"))
@@ -1760,6 +1927,12 @@ module Aws::Glue
1760
1927
  GlueEncryptionException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
1761
1928
  GlueEncryptionException.struct_class = Types::GlueEncryptionException
1762
1929
 
1930
+ GluePolicy.add_member(:policy_in_json, Shapes::ShapeRef.new(shape: PolicyJsonString, location_name: "PolicyInJson"))
1931
+ GluePolicy.add_member(:policy_hash, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHash"))
1932
+ GluePolicy.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
1933
+ GluePolicy.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdateTime"))
1934
+ GluePolicy.struct_class = Types::GluePolicy
1935
+
1763
1936
  GlueTable.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1764
1937
  GlueTable.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
1765
1938
  GlueTable.add_member(:catalog_id, Shapes::ShapeRef.new(shape: NameString, location_name: "CatalogId"))
@@ -1979,6 +2152,12 @@ module Aws::Glue
1979
2152
  LocationMap.key = Shapes::ShapeRef.new(shape: ColumnValuesString)
1980
2153
  LocationMap.value = Shapes::ShapeRef.new(shape: ColumnValuesString)
1981
2154
 
2155
+ LongColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Long, location_name: "MinimumValue"))
2156
+ LongColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Long, location_name: "MaximumValue"))
2157
+ LongColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
2158
+ LongColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
2159
+ LongColumnStatisticsData.struct_class = Types::LongColumnStatisticsData
2160
+
1982
2161
  MLTransform.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
1983
2162
  MLTransform.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1984
2163
  MLTransform.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
@@ -2057,6 +2236,7 @@ module Aws::Glue
2057
2236
  Partition.add_member(:storage_descriptor, Shapes::ShapeRef.new(shape: StorageDescriptor, location_name: "StorageDescriptor"))
2058
2237
  Partition.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
2059
2238
  Partition.add_member(:last_analyzed_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAnalyzedTime"))
2239
+ Partition.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2060
2240
  Partition.struct_class = Types::Partition
2061
2241
 
2062
2242
  PartitionError.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "PartitionValues"))
@@ -2118,8 +2298,10 @@ module Aws::Glue
2118
2298
  PutDataCatalogEncryptionSettingsResponse.struct_class = Types::PutDataCatalogEncryptionSettingsResponse
2119
2299
 
2120
2300
  PutResourcePolicyRequest.add_member(:policy_in_json, Shapes::ShapeRef.new(shape: PolicyJsonString, required: true, location_name: "PolicyInJson"))
2301
+ PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "ResourceArn"))
2121
2302
  PutResourcePolicyRequest.add_member(:policy_hash_condition, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHashCondition"))
2122
2303
  PutResourcePolicyRequest.add_member(:policy_exists_condition, Shapes::ShapeRef.new(shape: ExistCondition, location_name: "PolicyExistsCondition"))
2304
+ PutResourcePolicyRequest.add_member(:enable_hybrid, Shapes::ShapeRef.new(shape: EnableHybridValues, location_name: "EnableHybrid"))
2123
2305
  PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
2124
2306
 
2125
2307
  PutResourcePolicyResponse.add_member(:policy_hash, Shapes::ShapeRef.new(shape: HashString, location_name: "PolicyHash"))
@@ -2189,6 +2371,7 @@ module Aws::Glue
2189
2371
  SearchTablesRequest.add_member(:search_text, Shapes::ShapeRef.new(shape: ValueString, location_name: "SearchText"))
2190
2372
  SearchTablesRequest.add_member(:sort_criteria, Shapes::ShapeRef.new(shape: SortCriteria, location_name: "SortCriteria"))
2191
2373
  SearchTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2374
+ SearchTablesRequest.add_member(:resource_share_type, Shapes::ShapeRef.new(shape: ResourceShareType, location_name: "ResourceShareType"))
2192
2375
  SearchTablesRequest.struct_class = Types::SearchTablesRequest
2193
2376
 
2194
2377
  SearchTablesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
@@ -2325,6 +2508,12 @@ module Aws::Glue
2325
2508
  StorageDescriptor.add_member(:stored_as_sub_directories, Shapes::ShapeRef.new(shape: Boolean, location_name: "StoredAsSubDirectories"))
2326
2509
  StorageDescriptor.struct_class = Types::StorageDescriptor
2327
2510
 
2511
+ StringColumnStatisticsData.add_member(:maximum_length, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "MaximumLength"))
2512
+ StringColumnStatisticsData.add_member(:average_length, Shapes::ShapeRef.new(shape: NonNegativeDouble, required: true, location_name: "AverageLength"))
2513
+ StringColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
2514
+ StringColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
2515
+ StringColumnStatisticsData.struct_class = Types::StringColumnStatisticsData
2516
+
2328
2517
  StringList.member = Shapes::ShapeRef.new(shape: GenericString)
2329
2518
 
2330
2519
  Table.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
@@ -2344,6 +2533,8 @@ module Aws::Glue
2344
2533
  Table.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
2345
2534
  Table.add_member(:created_by, Shapes::ShapeRef.new(shape: NameString, location_name: "CreatedBy"))
2346
2535
  Table.add_member(:is_registered_with_lake_formation, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRegisteredWithLakeFormation"))
2536
+ Table.add_member(:target_table, Shapes::ShapeRef.new(shape: TableIdentifier, location_name: "TargetTable"))
2537
+ Table.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2347
2538
  Table.struct_class = Types::Table
2348
2539
 
2349
2540
  TableError.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TableName"))
@@ -2352,6 +2543,11 @@ module Aws::Glue
2352
2543
 
2353
2544
  TableErrors.member = Shapes::ShapeRef.new(shape: TableError)
2354
2545
 
2546
+ TableIdentifier.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2547
+ TableIdentifier.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
2548
+ TableIdentifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2549
+ TableIdentifier.struct_class = Types::TableIdentifier
2550
+
2355
2551
  TableInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2356
2552
  TableInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
2357
2553
  TableInput.add_member(:owner, Shapes::ShapeRef.new(shape: NameString, location_name: "Owner"))
@@ -2364,6 +2560,7 @@ module Aws::Glue
2364
2560
  TableInput.add_member(:view_expanded_text, Shapes::ShapeRef.new(shape: ViewTextString, location_name: "ViewExpandedText"))
2365
2561
  TableInput.add_member(:table_type, Shapes::ShapeRef.new(shape: TableTypeString, location_name: "TableType"))
2366
2562
  TableInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
2563
+ TableInput.add_member(:target_table, Shapes::ShapeRef.new(shape: TableIdentifier, location_name: "TargetTable"))
2367
2564
  TableInput.struct_class = Types::TableInput
2368
2565
 
2369
2566
  TableList.member = Shapes::ShapeRef.new(shape: Table)
@@ -2485,6 +2682,27 @@ module Aws::Glue
2485
2682
 
2486
2683
  UpdateClassifierResponse.struct_class = Types::UpdateClassifierResponse
2487
2684
 
2685
+ UpdateColumnStatisticsForPartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2686
+ UpdateColumnStatisticsForPartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2687
+ UpdateColumnStatisticsForPartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
2688
+ UpdateColumnStatisticsForPartitionRequest.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "PartitionValues"))
2689
+ UpdateColumnStatisticsForPartitionRequest.add_member(:column_statistics_list, Shapes::ShapeRef.new(shape: UpdateColumnStatisticsList, required: true, location_name: "ColumnStatisticsList"))
2690
+ UpdateColumnStatisticsForPartitionRequest.struct_class = Types::UpdateColumnStatisticsForPartitionRequest
2691
+
2692
+ UpdateColumnStatisticsForPartitionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ColumnStatisticsErrors, location_name: "Errors"))
2693
+ UpdateColumnStatisticsForPartitionResponse.struct_class = Types::UpdateColumnStatisticsForPartitionResponse
2694
+
2695
+ UpdateColumnStatisticsForTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2696
+ UpdateColumnStatisticsForTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2697
+ UpdateColumnStatisticsForTableRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
2698
+ UpdateColumnStatisticsForTableRequest.add_member(:column_statistics_list, Shapes::ShapeRef.new(shape: UpdateColumnStatisticsList, required: true, location_name: "ColumnStatisticsList"))
2699
+ UpdateColumnStatisticsForTableRequest.struct_class = Types::UpdateColumnStatisticsForTableRequest
2700
+
2701
+ UpdateColumnStatisticsForTableResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ColumnStatisticsErrors, location_name: "Errors"))
2702
+ UpdateColumnStatisticsForTableResponse.struct_class = Types::UpdateColumnStatisticsForTableResponse
2703
+
2704
+ UpdateColumnStatisticsList.member = Shapes::ShapeRef.new(shape: ColumnStatistics)
2705
+
2488
2706
  UpdateConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2489
2707
  UpdateConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2490
2708
  UpdateConnectionRequest.add_member(:connection_input, Shapes::ShapeRef.new(shape: ConnectionInput, required: true, location_name: "ConnectionInput"))
@@ -2626,6 +2844,7 @@ module Aws::Glue
2626
2844
  UserDefinedFunction.add_member(:owner_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "OwnerType"))
2627
2845
  UserDefinedFunction.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
2628
2846
  UserDefinedFunction.add_member(:resource_uris, Shapes::ShapeRef.new(shape: ResourceUriList, location_name: "ResourceUris"))
2847
+ UserDefinedFunction.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2629
2848
  UserDefinedFunction.struct_class = Types::UserDefinedFunction
2630
2849
 
2631
2850
  UserDefinedFunctionInput.add_member(:function_name, Shapes::ShapeRef.new(shape: NameString, location_name: "FunctionName"))
@@ -3068,6 +3287,32 @@ module Aws::Glue
3068
3287
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3069
3288
  end)
3070
3289
 
3290
+ api.add_operation(:delete_column_statistics_for_partition, Seahorse::Model::Operation.new.tap do |o|
3291
+ o.name = "DeleteColumnStatisticsForPartition"
3292
+ o.http_method = "POST"
3293
+ o.http_request_uri = "/"
3294
+ o.input = Shapes::ShapeRef.new(shape: DeleteColumnStatisticsForPartitionRequest)
3295
+ o.output = Shapes::ShapeRef.new(shape: DeleteColumnStatisticsForPartitionResponse)
3296
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3297
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3298
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3299
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3300
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3301
+ end)
3302
+
3303
+ api.add_operation(:delete_column_statistics_for_table, Seahorse::Model::Operation.new.tap do |o|
3304
+ o.name = "DeleteColumnStatisticsForTable"
3305
+ o.http_method = "POST"
3306
+ o.http_request_uri = "/"
3307
+ o.input = Shapes::ShapeRef.new(shape: DeleteColumnStatisticsForTableRequest)
3308
+ o.output = Shapes::ShapeRef.new(shape: DeleteColumnStatisticsForTableResponse)
3309
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3310
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3311
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3312
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3313
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3314
+ end)
3315
+
3071
3316
  api.add_operation(:delete_connection, Seahorse::Model::Operation.new.tap do |o|
3072
3317
  o.name = "DeleteConnection"
3073
3318
  o.http_method = "POST"
@@ -3269,6 +3514,32 @@ module Aws::Glue
3269
3514
  )
3270
3515
  end)
3271
3516
 
3517
+ api.add_operation(:get_column_statistics_for_partition, Seahorse::Model::Operation.new.tap do |o|
3518
+ o.name = "GetColumnStatisticsForPartition"
3519
+ o.http_method = "POST"
3520
+ o.http_request_uri = "/"
3521
+ o.input = Shapes::ShapeRef.new(shape: GetColumnStatisticsForPartitionRequest)
3522
+ o.output = Shapes::ShapeRef.new(shape: GetColumnStatisticsForPartitionResponse)
3523
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3524
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3525
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3526
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3527
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3528
+ end)
3529
+
3530
+ api.add_operation(:get_column_statistics_for_table, Seahorse::Model::Operation.new.tap do |o|
3531
+ o.name = "GetColumnStatisticsForTable"
3532
+ o.http_method = "POST"
3533
+ o.http_request_uri = "/"
3534
+ o.input = Shapes::ShapeRef.new(shape: GetColumnStatisticsForTableRequest)
3535
+ o.output = Shapes::ShapeRef.new(shape: GetColumnStatisticsForTableResponse)
3536
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3537
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3538
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3539
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3540
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3541
+ end)
3542
+
3272
3543
  api.add_operation(:get_connection, Seahorse::Model::Operation.new.tap do |o|
3273
3544
  o.name = "GetConnection"
3274
3545
  o.http_method = "POST"
@@ -3610,6 +3881,18 @@ module Aws::Glue
3610
3881
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3611
3882
  end)
3612
3883
 
3884
+ api.add_operation(:get_resource_policies, Seahorse::Model::Operation.new.tap do |o|
3885
+ o.name = "GetResourcePolicies"
3886
+ o.http_method = "POST"
3887
+ o.http_request_uri = "/"
3888
+ o.input = Shapes::ShapeRef.new(shape: GetResourcePoliciesRequest)
3889
+ o.output = Shapes::ShapeRef.new(shape: GetResourcePoliciesResponse)
3890
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3891
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3892
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3893
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3894
+ end)
3895
+
3613
3896
  api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
3614
3897
  o.name = "GetResourcePolicy"
3615
3898
  o.http_method = "POST"
@@ -4230,6 +4513,32 @@ module Aws::Glue
4230
4513
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4231
4514
  end)
4232
4515
 
4516
+ api.add_operation(:update_column_statistics_for_partition, Seahorse::Model::Operation.new.tap do |o|
4517
+ o.name = "UpdateColumnStatisticsForPartition"
4518
+ o.http_method = "POST"
4519
+ o.http_request_uri = "/"
4520
+ o.input = Shapes::ShapeRef.new(shape: UpdateColumnStatisticsForPartitionRequest)
4521
+ o.output = Shapes::ShapeRef.new(shape: UpdateColumnStatisticsForPartitionResponse)
4522
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4523
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4524
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4525
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4526
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
4527
+ end)
4528
+
4529
+ api.add_operation(:update_column_statistics_for_table, Seahorse::Model::Operation.new.tap do |o|
4530
+ o.name = "UpdateColumnStatisticsForTable"
4531
+ o.http_method = "POST"
4532
+ o.http_request_uri = "/"
4533
+ o.input = Shapes::ShapeRef.new(shape: UpdateColumnStatisticsForTableRequest)
4534
+ o.output = Shapes::ShapeRef.new(shape: UpdateColumnStatisticsForTableResponse)
4535
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4536
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4537
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4538
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4539
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
4540
+ end)
4541
+
4233
4542
  api.add_operation(:update_connection, Seahorse::Model::Operation.new.tap do |o|
4234
4543
  o.name = "UpdateConnection"
4235
4544
  o.http_method = "POST"