aws-sdk-glue 1.57.0 → 1.62.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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')
@@ -164,9 +177,16 @@ module Aws::Glue
164
177
  DatabaseInput = Shapes::StructureShape.new(name: 'DatabaseInput')
165
178
  DatabaseList = Shapes::ListShape.new(name: 'DatabaseList')
166
179
  DatabaseName = Shapes::StringShape.new(name: 'DatabaseName')
180
+ DateColumnStatisticsData = Shapes::StructureShape.new(name: 'DateColumnStatisticsData')
181
+ DecimalColumnStatisticsData = Shapes::StructureShape.new(name: 'DecimalColumnStatisticsData')
182
+ DecimalNumber = Shapes::StructureShape.new(name: 'DecimalNumber')
167
183
  DeleteBehavior = Shapes::StringShape.new(name: 'DeleteBehavior')
168
184
  DeleteClassifierRequest = Shapes::StructureShape.new(name: 'DeleteClassifierRequest')
169
185
  DeleteClassifierResponse = Shapes::StructureShape.new(name: 'DeleteClassifierResponse')
186
+ DeleteColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'DeleteColumnStatisticsForPartitionRequest')
187
+ DeleteColumnStatisticsForPartitionResponse = Shapes::StructureShape.new(name: 'DeleteColumnStatisticsForPartitionResponse')
188
+ DeleteColumnStatisticsForTableRequest = Shapes::StructureShape.new(name: 'DeleteColumnStatisticsForTableRequest')
189
+ DeleteColumnStatisticsForTableResponse = Shapes::StructureShape.new(name: 'DeleteColumnStatisticsForTableResponse')
170
190
  DeleteConnectionNameList = Shapes::ListShape.new(name: 'DeleteConnectionNameList')
171
191
  DeleteConnectionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionRequest')
172
192
  DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
@@ -203,6 +223,8 @@ module Aws::Glue
203
223
  DevEndpointList = Shapes::ListShape.new(name: 'DevEndpointList')
204
224
  DevEndpointNameList = Shapes::ListShape.new(name: 'DevEndpointNameList')
205
225
  DevEndpointNames = Shapes::ListShape.new(name: 'DevEndpointNames')
226
+ Double = Shapes::FloatShape.new(name: 'Double')
227
+ DoubleColumnStatisticsData = Shapes::StructureShape.new(name: 'DoubleColumnStatisticsData')
206
228
  DynamoDBTarget = Shapes::StructureShape.new(name: 'DynamoDBTarget')
207
229
  DynamoDBTargetList = Shapes::ListShape.new(name: 'DynamoDBTargetList')
208
230
  Edge = Shapes::StructureShape.new(name: 'Edge')
@@ -233,6 +255,11 @@ module Aws::Glue
233
255
  GetClassifierResponse = Shapes::StructureShape.new(name: 'GetClassifierResponse')
234
256
  GetClassifiersRequest = Shapes::StructureShape.new(name: 'GetClassifiersRequest')
235
257
  GetClassifiersResponse = Shapes::StructureShape.new(name: 'GetClassifiersResponse')
258
+ GetColumnNamesList = Shapes::ListShape.new(name: 'GetColumnNamesList')
259
+ GetColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'GetColumnStatisticsForPartitionRequest')
260
+ GetColumnStatisticsForPartitionResponse = Shapes::StructureShape.new(name: 'GetColumnStatisticsForPartitionResponse')
261
+ GetColumnStatisticsForTableRequest = Shapes::StructureShape.new(name: 'GetColumnStatisticsForTableRequest')
262
+ GetColumnStatisticsForTableResponse = Shapes::StructureShape.new(name: 'GetColumnStatisticsForTableResponse')
236
263
  GetConnectionRequest = Shapes::StructureShape.new(name: 'GetConnectionRequest')
237
264
  GetConnectionResponse = Shapes::StructureShape.new(name: 'GetConnectionResponse')
238
265
  GetConnectionsFilter = Shapes::StructureShape.new(name: 'GetConnectionsFilter')
@@ -378,6 +405,8 @@ module Aws::Glue
378
405
  LogStream = Shapes::StringShape.new(name: 'LogStream')
379
406
  Logical = Shapes::StringShape.new(name: 'Logical')
380
407
  LogicalOperator = Shapes::StringShape.new(name: 'LogicalOperator')
408
+ Long = Shapes::IntegerShape.new(name: 'Long')
409
+ LongColumnStatisticsData = Shapes::StructureShape.new(name: 'LongColumnStatisticsData')
381
410
  MLTransform = Shapes::StructureShape.new(name: 'MLTransform')
382
411
  MLTransformNotReadyException = Shapes::StructureShape.new(name: 'MLTransformNotReadyException')
383
412
  MapValue = Shapes::MapShape.new(name: 'MapValue')
@@ -397,6 +426,7 @@ module Aws::Glue
397
426
  NodeType = Shapes::StringShape.new(name: 'NodeType')
398
427
  NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
399
428
  NonNegativeInteger = Shapes::IntegerShape.new(name: 'NonNegativeInteger')
429
+ NonNegativeLong = Shapes::IntegerShape.new(name: 'NonNegativeLong')
400
430
  NotificationProperty = Shapes::StructureShape.new(name: 'NotificationProperty')
401
431
  NotifyDelayAfter = Shapes::IntegerShape.new(name: 'NotifyDelayAfter')
402
432
  NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
@@ -508,6 +538,7 @@ module Aws::Glue
508
538
  StopWorkflowRunRequest = Shapes::StructureShape.new(name: 'StopWorkflowRunRequest')
509
539
  StopWorkflowRunResponse = Shapes::StructureShape.new(name: 'StopWorkflowRunResponse')
510
540
  StorageDescriptor = Shapes::StructureShape.new(name: 'StorageDescriptor')
541
+ StringColumnStatisticsData = Shapes::StructureShape.new(name: 'StringColumnStatisticsData')
511
542
  StringList = Shapes::ListShape.new(name: 'StringList')
512
543
  Table = Shapes::StructureShape.new(name: 'Table')
513
544
  TableError = Shapes::StructureShape.new(name: 'TableError')
@@ -555,12 +586,18 @@ module Aws::Glue
555
586
  TriggerState = Shapes::StringShape.new(name: 'TriggerState')
556
587
  TriggerType = Shapes::StringShape.new(name: 'TriggerType')
557
588
  TriggerUpdate = Shapes::StructureShape.new(name: 'TriggerUpdate')
589
+ TypeString = Shapes::StringShape.new(name: 'TypeString')
558
590
  URI = Shapes::StringShape.new(name: 'URI')
559
591
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
560
592
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
561
593
  UpdateBehavior = Shapes::StringShape.new(name: 'UpdateBehavior')
562
594
  UpdateClassifierRequest = Shapes::StructureShape.new(name: 'UpdateClassifierRequest')
563
595
  UpdateClassifierResponse = Shapes::StructureShape.new(name: 'UpdateClassifierResponse')
596
+ UpdateColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForPartitionRequest')
597
+ UpdateColumnStatisticsForPartitionResponse = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForPartitionResponse')
598
+ UpdateColumnStatisticsForTableRequest = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForTableRequest')
599
+ UpdateColumnStatisticsForTableResponse = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForTableResponse')
600
+ UpdateColumnStatisticsList = Shapes::ListShape.new(name: 'UpdateColumnStatisticsList')
564
601
  UpdateConnectionRequest = Shapes::StructureShape.new(name: 'UpdateConnectionRequest')
565
602
  UpdateConnectionResponse = Shapes::StructureShape.new(name: 'UpdateConnectionResponse')
566
603
  UpdateCrawlerRequest = Shapes::StructureShape.new(name: 'UpdateCrawlerRequest')
@@ -748,6 +785,16 @@ module Aws::Glue
748
785
 
749
786
  BatchStopJobRunSuccessfulSubmissionList.member = Shapes::ShapeRef.new(shape: BatchStopJobRunSuccessfulSubmission)
750
787
 
788
+ BinaryColumnStatisticsData.add_member(:maximum_length, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "MaximumLength"))
789
+ BinaryColumnStatisticsData.add_member(:average_length, Shapes::ShapeRef.new(shape: NonNegativeDouble, required: true, location_name: "AverageLength"))
790
+ BinaryColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
791
+ BinaryColumnStatisticsData.struct_class = Types::BinaryColumnStatisticsData
792
+
793
+ BooleanColumnStatisticsData.add_member(:number_of_trues, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfTrues"))
794
+ BooleanColumnStatisticsData.add_member(:number_of_falses, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfFalses"))
795
+ BooleanColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
796
+ BooleanColumnStatisticsData.struct_class = Types::BooleanColumnStatisticsData
797
+
751
798
  BoundedPartitionValueList.member = Shapes::ShapeRef.new(shape: ValueString)
752
799
 
753
800
  CancelMLTaskRunRequest.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "TransformId"))
@@ -816,8 +863,38 @@ module Aws::Glue
816
863
  Column.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
817
864
  Column.struct_class = Types::Column
818
865
 
866
+ ColumnError.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ColumnName"))
867
+ ColumnError.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "Error"))
868
+ ColumnError.struct_class = Types::ColumnError
869
+
870
+ ColumnErrors.member = Shapes::ShapeRef.new(shape: ColumnError)
871
+
819
872
  ColumnList.member = Shapes::ShapeRef.new(shape: Column)
820
873
 
874
+ ColumnStatistics.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ColumnName"))
875
+ ColumnStatistics.add_member(:column_type, Shapes::ShapeRef.new(shape: TypeString, required: true, location_name: "ColumnType"))
876
+ ColumnStatistics.add_member(:analyzed_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "AnalyzedTime"))
877
+ ColumnStatistics.add_member(:statistics_data, Shapes::ShapeRef.new(shape: ColumnStatisticsData, required: true, location_name: "StatisticsData"))
878
+ ColumnStatistics.struct_class = Types::ColumnStatistics
879
+
880
+ ColumnStatisticsData.add_member(:type, Shapes::ShapeRef.new(shape: ColumnStatisticsType, required: true, location_name: "Type"))
881
+ ColumnStatisticsData.add_member(:boolean_column_statistics_data, Shapes::ShapeRef.new(shape: BooleanColumnStatisticsData, location_name: "BooleanColumnStatisticsData"))
882
+ ColumnStatisticsData.add_member(:date_column_statistics_data, Shapes::ShapeRef.new(shape: DateColumnStatisticsData, location_name: "DateColumnStatisticsData"))
883
+ ColumnStatisticsData.add_member(:decimal_column_statistics_data, Shapes::ShapeRef.new(shape: DecimalColumnStatisticsData, location_name: "DecimalColumnStatisticsData"))
884
+ ColumnStatisticsData.add_member(:double_column_statistics_data, Shapes::ShapeRef.new(shape: DoubleColumnStatisticsData, location_name: "DoubleColumnStatisticsData"))
885
+ ColumnStatisticsData.add_member(:long_column_statistics_data, Shapes::ShapeRef.new(shape: LongColumnStatisticsData, location_name: "LongColumnStatisticsData"))
886
+ ColumnStatisticsData.add_member(:string_column_statistics_data, Shapes::ShapeRef.new(shape: StringColumnStatisticsData, location_name: "StringColumnStatisticsData"))
887
+ ColumnStatisticsData.add_member(:binary_column_statistics_data, Shapes::ShapeRef.new(shape: BinaryColumnStatisticsData, location_name: "BinaryColumnStatisticsData"))
888
+ ColumnStatisticsData.struct_class = Types::ColumnStatisticsData
889
+
890
+ ColumnStatisticsError.add_member(:column_statistics, Shapes::ShapeRef.new(shape: ColumnStatistics, location_name: "ColumnStatistics"))
891
+ ColumnStatisticsError.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "Error"))
892
+ ColumnStatisticsError.struct_class = Types::ColumnStatisticsError
893
+
894
+ ColumnStatisticsErrors.member = Shapes::ShapeRef.new(shape: ColumnStatisticsError)
895
+
896
+ ColumnStatisticsList.member = Shapes::ShapeRef.new(shape: ColumnStatistics)
897
+
821
898
  ColumnValueStringList.member = Shapes::ShapeRef.new(shape: ColumnValuesString)
822
899
 
823
900
  ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
@@ -1181,11 +1258,44 @@ module Aws::Glue
1181
1258
 
1182
1259
  DatabaseList.member = Shapes::ShapeRef.new(shape: Database)
1183
1260
 
1261
+ DateColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Timestamp, location_name: "MinimumValue"))
1262
+ DateColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Timestamp, location_name: "MaximumValue"))
1263
+ DateColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
1264
+ DateColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
1265
+ DateColumnStatisticsData.struct_class = Types::DateColumnStatisticsData
1266
+
1267
+ DecimalColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: DecimalNumber, location_name: "MinimumValue"))
1268
+ DecimalColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: DecimalNumber, location_name: "MaximumValue"))
1269
+ DecimalColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
1270
+ DecimalColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
1271
+ DecimalColumnStatisticsData.struct_class = Types::DecimalColumnStatisticsData
1272
+
1273
+ DecimalNumber.add_member(:unscaled_value, Shapes::ShapeRef.new(shape: Blob, required: true, location_name: "UnscaledValue"))
1274
+ DecimalNumber.add_member(:scale, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Scale"))
1275
+ DecimalNumber.struct_class = Types::DecimalNumber
1276
+
1184
1277
  DeleteClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1185
1278
  DeleteClassifierRequest.struct_class = Types::DeleteClassifierRequest
1186
1279
 
1187
1280
  DeleteClassifierResponse.struct_class = Types::DeleteClassifierResponse
1188
1281
 
1282
+ DeleteColumnStatisticsForPartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1283
+ DeleteColumnStatisticsForPartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1284
+ DeleteColumnStatisticsForPartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
1285
+ DeleteColumnStatisticsForPartitionRequest.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "PartitionValues"))
1286
+ DeleteColumnStatisticsForPartitionRequest.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ColumnName"))
1287
+ DeleteColumnStatisticsForPartitionRequest.struct_class = Types::DeleteColumnStatisticsForPartitionRequest
1288
+
1289
+ DeleteColumnStatisticsForPartitionResponse.struct_class = Types::DeleteColumnStatisticsForPartitionResponse
1290
+
1291
+ DeleteColumnStatisticsForTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1292
+ DeleteColumnStatisticsForTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1293
+ DeleteColumnStatisticsForTableRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
1294
+ DeleteColumnStatisticsForTableRequest.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ColumnName"))
1295
+ DeleteColumnStatisticsForTableRequest.struct_class = Types::DeleteColumnStatisticsForTableRequest
1296
+
1297
+ DeleteColumnStatisticsForTableResponse.struct_class = Types::DeleteColumnStatisticsForTableResponse
1298
+
1189
1299
  DeleteConnectionNameList.member = Shapes::ShapeRef.new(shape: NameString)
1190
1300
 
1191
1301
  DeleteConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
@@ -1311,7 +1421,15 @@ module Aws::Glue
1311
1421
 
1312
1422
  DevEndpointNames.member = Shapes::ShapeRef.new(shape: GenericString)
1313
1423
 
1424
+ DoubleColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Double, location_name: "MinimumValue"))
1425
+ DoubleColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Double, location_name: "MaximumValue"))
1426
+ DoubleColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
1427
+ DoubleColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
1428
+ DoubleColumnStatisticsData.struct_class = Types::DoubleColumnStatisticsData
1429
+
1314
1430
  DynamoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
1431
+ DynamoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "scanAll"))
1432
+ DynamoDBTarget.add_member(:scan_rate, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "scanRate"))
1315
1433
  DynamoDBTarget.struct_class = Types::DynamoDBTarget
1316
1434
 
1317
1435
  DynamoDBTargetList.member = Shapes::ShapeRef.new(shape: DynamoDBTarget)
@@ -1392,6 +1510,29 @@ module Aws::Glue
1392
1510
  GetClassifiersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
1393
1511
  GetClassifiersResponse.struct_class = Types::GetClassifiersResponse
1394
1512
 
1513
+ GetColumnNamesList.member = Shapes::ShapeRef.new(shape: NameString)
1514
+
1515
+ GetColumnStatisticsForPartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1516
+ GetColumnStatisticsForPartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1517
+ GetColumnStatisticsForPartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
1518
+ GetColumnStatisticsForPartitionRequest.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "PartitionValues"))
1519
+ GetColumnStatisticsForPartitionRequest.add_member(:column_names, Shapes::ShapeRef.new(shape: GetColumnNamesList, required: true, location_name: "ColumnNames"))
1520
+ GetColumnStatisticsForPartitionRequest.struct_class = Types::GetColumnStatisticsForPartitionRequest
1521
+
1522
+ GetColumnStatisticsForPartitionResponse.add_member(:column_statistics_list, Shapes::ShapeRef.new(shape: ColumnStatisticsList, location_name: "ColumnStatisticsList"))
1523
+ GetColumnStatisticsForPartitionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ColumnErrors, location_name: "Errors"))
1524
+ GetColumnStatisticsForPartitionResponse.struct_class = Types::GetColumnStatisticsForPartitionResponse
1525
+
1526
+ GetColumnStatisticsForTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1527
+ GetColumnStatisticsForTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1528
+ GetColumnStatisticsForTableRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
1529
+ GetColumnStatisticsForTableRequest.add_member(:column_names, Shapes::ShapeRef.new(shape: GetColumnNamesList, required: true, location_name: "ColumnNames"))
1530
+ GetColumnStatisticsForTableRequest.struct_class = Types::GetColumnStatisticsForTableRequest
1531
+
1532
+ GetColumnStatisticsForTableResponse.add_member(:column_statistics_list, Shapes::ShapeRef.new(shape: ColumnStatisticsList, location_name: "ColumnStatisticsList"))
1533
+ GetColumnStatisticsForTableResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ColumnErrors, location_name: "Errors"))
1534
+ GetColumnStatisticsForTableResponse.struct_class = Types::GetColumnStatisticsForTableResponse
1535
+
1395
1536
  GetConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1396
1537
  GetConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1397
1538
  GetConnectionRequest.add_member(:hide_password, Shapes::ShapeRef.new(shape: Boolean, location_name: "HidePassword"))
@@ -1977,6 +2118,12 @@ module Aws::Glue
1977
2118
  LocationMap.key = Shapes::ShapeRef.new(shape: ColumnValuesString)
1978
2119
  LocationMap.value = Shapes::ShapeRef.new(shape: ColumnValuesString)
1979
2120
 
2121
+ LongColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Long, location_name: "MinimumValue"))
2122
+ LongColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Long, location_name: "MaximumValue"))
2123
+ LongColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
2124
+ LongColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
2125
+ LongColumnStatisticsData.struct_class = Types::LongColumnStatisticsData
2126
+
1980
2127
  MLTransform.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
1981
2128
  MLTransform.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1982
2129
  MLTransform.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
@@ -2323,6 +2470,12 @@ module Aws::Glue
2323
2470
  StorageDescriptor.add_member(:stored_as_sub_directories, Shapes::ShapeRef.new(shape: Boolean, location_name: "StoredAsSubDirectories"))
2324
2471
  StorageDescriptor.struct_class = Types::StorageDescriptor
2325
2472
 
2473
+ StringColumnStatisticsData.add_member(:maximum_length, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "MaximumLength"))
2474
+ StringColumnStatisticsData.add_member(:average_length, Shapes::ShapeRef.new(shape: NonNegativeDouble, required: true, location_name: "AverageLength"))
2475
+ StringColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
2476
+ StringColumnStatisticsData.add_member(:number_of_distinct_values, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfDistinctValues"))
2477
+ StringColumnStatisticsData.struct_class = Types::StringColumnStatisticsData
2478
+
2326
2479
  StringList.member = Shapes::ShapeRef.new(shape: GenericString)
2327
2480
 
2328
2481
  Table.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
@@ -2483,6 +2636,27 @@ module Aws::Glue
2483
2636
 
2484
2637
  UpdateClassifierResponse.struct_class = Types::UpdateClassifierResponse
2485
2638
 
2639
+ UpdateColumnStatisticsForPartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2640
+ UpdateColumnStatisticsForPartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2641
+ UpdateColumnStatisticsForPartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
2642
+ UpdateColumnStatisticsForPartitionRequest.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "PartitionValues"))
2643
+ UpdateColumnStatisticsForPartitionRequest.add_member(:column_statistics_list, Shapes::ShapeRef.new(shape: UpdateColumnStatisticsList, required: true, location_name: "ColumnStatisticsList"))
2644
+ UpdateColumnStatisticsForPartitionRequest.struct_class = Types::UpdateColumnStatisticsForPartitionRequest
2645
+
2646
+ UpdateColumnStatisticsForPartitionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ColumnStatisticsErrors, location_name: "Errors"))
2647
+ UpdateColumnStatisticsForPartitionResponse.struct_class = Types::UpdateColumnStatisticsForPartitionResponse
2648
+
2649
+ UpdateColumnStatisticsForTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2650
+ UpdateColumnStatisticsForTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2651
+ UpdateColumnStatisticsForTableRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
2652
+ UpdateColumnStatisticsForTableRequest.add_member(:column_statistics_list, Shapes::ShapeRef.new(shape: UpdateColumnStatisticsList, required: true, location_name: "ColumnStatisticsList"))
2653
+ UpdateColumnStatisticsForTableRequest.struct_class = Types::UpdateColumnStatisticsForTableRequest
2654
+
2655
+ UpdateColumnStatisticsForTableResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ColumnStatisticsErrors, location_name: "Errors"))
2656
+ UpdateColumnStatisticsForTableResponse.struct_class = Types::UpdateColumnStatisticsForTableResponse
2657
+
2658
+ UpdateColumnStatisticsList.member = Shapes::ShapeRef.new(shape: ColumnStatistics)
2659
+
2486
2660
  UpdateConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2487
2661
  UpdateConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2488
2662
  UpdateConnectionRequest.add_member(:connection_input, Shapes::ShapeRef.new(shape: ConnectionInput, required: true, location_name: "ConnectionInput"))
@@ -3066,6 +3240,32 @@ module Aws::Glue
3066
3240
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3067
3241
  end)
3068
3242
 
3243
+ api.add_operation(:delete_column_statistics_for_partition, Seahorse::Model::Operation.new.tap do |o|
3244
+ o.name = "DeleteColumnStatisticsForPartition"
3245
+ o.http_method = "POST"
3246
+ o.http_request_uri = "/"
3247
+ o.input = Shapes::ShapeRef.new(shape: DeleteColumnStatisticsForPartitionRequest)
3248
+ o.output = Shapes::ShapeRef.new(shape: DeleteColumnStatisticsForPartitionResponse)
3249
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3250
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3251
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3252
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3253
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3254
+ end)
3255
+
3256
+ api.add_operation(:delete_column_statistics_for_table, Seahorse::Model::Operation.new.tap do |o|
3257
+ o.name = "DeleteColumnStatisticsForTable"
3258
+ o.http_method = "POST"
3259
+ o.http_request_uri = "/"
3260
+ o.input = Shapes::ShapeRef.new(shape: DeleteColumnStatisticsForTableRequest)
3261
+ o.output = Shapes::ShapeRef.new(shape: DeleteColumnStatisticsForTableResponse)
3262
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3263
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3264
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3265
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3266
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3267
+ end)
3268
+
3069
3269
  api.add_operation(:delete_connection, Seahorse::Model::Operation.new.tap do |o|
3070
3270
  o.name = "DeleteConnection"
3071
3271
  o.http_method = "POST"
@@ -3267,6 +3467,32 @@ module Aws::Glue
3267
3467
  )
3268
3468
  end)
3269
3469
 
3470
+ api.add_operation(:get_column_statistics_for_partition, Seahorse::Model::Operation.new.tap do |o|
3471
+ o.name = "GetColumnStatisticsForPartition"
3472
+ o.http_method = "POST"
3473
+ o.http_request_uri = "/"
3474
+ o.input = Shapes::ShapeRef.new(shape: GetColumnStatisticsForPartitionRequest)
3475
+ o.output = Shapes::ShapeRef.new(shape: GetColumnStatisticsForPartitionResponse)
3476
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3477
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3478
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3479
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3480
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3481
+ end)
3482
+
3483
+ api.add_operation(:get_column_statistics_for_table, Seahorse::Model::Operation.new.tap do |o|
3484
+ o.name = "GetColumnStatisticsForTable"
3485
+ o.http_method = "POST"
3486
+ o.http_request_uri = "/"
3487
+ o.input = Shapes::ShapeRef.new(shape: GetColumnStatisticsForTableRequest)
3488
+ o.output = Shapes::ShapeRef.new(shape: GetColumnStatisticsForTableResponse)
3489
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3490
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3491
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3492
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3493
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3494
+ end)
3495
+
3270
3496
  api.add_operation(:get_connection, Seahorse::Model::Operation.new.tap do |o|
3271
3497
  o.name = "GetConnection"
3272
3498
  o.http_method = "POST"
@@ -4228,6 +4454,32 @@ module Aws::Glue
4228
4454
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4229
4455
  end)
4230
4456
 
4457
+ api.add_operation(:update_column_statistics_for_partition, Seahorse::Model::Operation.new.tap do |o|
4458
+ o.name = "UpdateColumnStatisticsForPartition"
4459
+ o.http_method = "POST"
4460
+ o.http_request_uri = "/"
4461
+ o.input = Shapes::ShapeRef.new(shape: UpdateColumnStatisticsForPartitionRequest)
4462
+ o.output = Shapes::ShapeRef.new(shape: UpdateColumnStatisticsForPartitionResponse)
4463
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4464
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4465
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4466
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4467
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
4468
+ end)
4469
+
4470
+ api.add_operation(:update_column_statistics_for_table, Seahorse::Model::Operation.new.tap do |o|
4471
+ o.name = "UpdateColumnStatisticsForTable"
4472
+ o.http_method = "POST"
4473
+ o.http_request_uri = "/"
4474
+ o.input = Shapes::ShapeRef.new(shape: UpdateColumnStatisticsForTableRequest)
4475
+ o.output = Shapes::ShapeRef.new(shape: UpdateColumnStatisticsForTableResponse)
4476
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4477
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4478
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4479
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4480
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
4481
+ end)
4482
+
4231
4483
  api.add_operation(:update_connection, Seahorse::Model::Operation.new.tap do |o|
4232
4484
  o.name = "UpdateConnection"
4233
4485
  o.http_method = "POST"
@@ -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:
@@ -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:
@@ -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:
@@ -18,6 +20,7 @@ module Aws::Glue
18
20
  #
19
21
  class AccessDeniedException < Struct.new(
20
22
  :message)
23
+ SENSITIVE = []
21
24
  include Aws::Structure
22
25
  end
23
26
 
@@ -93,6 +96,7 @@ module Aws::Glue
93
96
  :security_configuration,
94
97
  :notification_property,
95
98
  :crawler_name)
99
+ SENSITIVE = []
96
100
  include Aws::Structure
97
101
  end
98
102
 
@@ -106,6 +110,7 @@ module Aws::Glue
106
110
  #
107
111
  class AlreadyExistsException < Struct.new(
108
112
  :message)
113
+ SENSITIVE = []
109
114
  include Aws::Structure
110
115
  end
111
116
 
@@ -197,6 +202,7 @@ module Aws::Glue
197
202
  :database_name,
198
203
  :table_name,
199
204
  :partition_input_list)
205
+ SENSITIVE = []
200
206
  include Aws::Structure
201
207
  end
202
208
 
@@ -209,6 +215,7 @@ module Aws::Glue
209
215
  #
210
216
  class BatchCreatePartitionResponse < Struct.new(
211
217
  :errors)
218
+ SENSITIVE = []
212
219
  include Aws::Structure
213
220
  end
214
221
 
@@ -234,6 +241,7 @@ module Aws::Glue
234
241
  class BatchDeleteConnectionRequest < Struct.new(
235
242
  :catalog_id,
236
243
  :connection_name_list)
244
+ SENSITIVE = []
237
245
  include Aws::Structure
238
246
  end
239
247
 
@@ -252,6 +260,7 @@ module Aws::Glue
252
260
  class BatchDeleteConnectionResponse < Struct.new(
253
261
  :succeeded,
254
262
  :errors)
263
+ SENSITIVE = []
255
264
  include Aws::Structure
256
265
  end
257
266
 
@@ -295,6 +304,7 @@ module Aws::Glue
295
304
  :database_name,
296
305
  :table_name,
297
306
  :partitions_to_delete)
307
+ SENSITIVE = []
298
308
  include Aws::Structure
299
309
  end
300
310
 
@@ -307,6 +317,7 @@ module Aws::Glue
307
317
  #
308
318
  class BatchDeletePartitionResponse < Struct.new(
309
319
  :errors)
320
+ SENSITIVE = []
310
321
  include Aws::Structure
311
322
  end
312
323
 
@@ -339,6 +350,7 @@ module Aws::Glue
339
350
  :catalog_id,
340
351
  :database_name,
341
352
  :tables_to_delete)
353
+ SENSITIVE = []
342
354
  include Aws::Structure
343
355
  end
344
356
 
@@ -351,6 +363,7 @@ module Aws::Glue
351
363
  #
352
364
  class BatchDeleteTableResponse < Struct.new(
353
365
  :errors)
366
+ SENSITIVE = []
354
367
  include Aws::Structure
355
368
  end
356
369
 
@@ -392,6 +405,7 @@ module Aws::Glue
392
405
  :database_name,
393
406
  :table_name,
394
407
  :version_ids)
408
+ SENSITIVE = []
395
409
  include Aws::Structure
396
410
  end
397
411
 
@@ -404,6 +418,7 @@ module Aws::Glue
404
418
  #
405
419
  class BatchDeleteTableVersionResponse < Struct.new(
406
420
  :errors)
421
+ SENSITIVE = []
407
422
  include Aws::Structure
408
423
  end
409
424
 
@@ -423,6 +438,7 @@ module Aws::Glue
423
438
  #
424
439
  class BatchGetCrawlersRequest < Struct.new(
425
440
  :crawler_names)
441
+ SENSITIVE = []
426
442
  include Aws::Structure
427
443
  end
428
444
 
@@ -439,6 +455,7 @@ module Aws::Glue
439
455
  class BatchGetCrawlersResponse < Struct.new(
440
456
  :crawlers,
441
457
  :crawlers_not_found)
458
+ SENSITIVE = []
442
459
  include Aws::Structure
443
460
  end
444
461
 
@@ -458,6 +475,7 @@ module Aws::Glue
458
475
  #
459
476
  class BatchGetDevEndpointsRequest < Struct.new(
460
477
  :dev_endpoint_names)
478
+ SENSITIVE = []
461
479
  include Aws::Structure
462
480
  end
463
481
 
@@ -474,6 +492,7 @@ module Aws::Glue
474
492
  class BatchGetDevEndpointsResponse < Struct.new(
475
493
  :dev_endpoints,
476
494
  :dev_endpoints_not_found)
495
+ SENSITIVE = []
477
496
  include Aws::Structure
478
497
  end
479
498
 
@@ -493,6 +512,7 @@ module Aws::Glue
493
512
  #
494
513
  class BatchGetJobsRequest < Struct.new(
495
514
  :job_names)
515
+ SENSITIVE = []
496
516
  include Aws::Structure
497
517
  end
498
518
 
@@ -509,6 +529,7 @@ module Aws::Glue
509
529
  class BatchGetJobsResponse < Struct.new(
510
530
  :jobs,
511
531
  :jobs_not_found)
532
+ SENSITIVE = []
512
533
  include Aws::Structure
513
534
  end
514
535
 
@@ -550,6 +571,7 @@ module Aws::Glue
550
571
  :database_name,
551
572
  :table_name,
552
573
  :partitions_to_get)
574
+ SENSITIVE = []
553
575
  include Aws::Structure
554
576
  end
555
577
 
@@ -567,6 +589,7 @@ module Aws::Glue
567
589
  class BatchGetPartitionResponse < Struct.new(
568
590
  :partitions,
569
591
  :unprocessed_keys)
592
+ SENSITIVE = []
570
593
  include Aws::Structure
571
594
  end
572
595
 
@@ -586,6 +609,7 @@ module Aws::Glue
586
609
  #
587
610
  class BatchGetTriggersRequest < Struct.new(
588
611
  :trigger_names)
612
+ SENSITIVE = []
589
613
  include Aws::Structure
590
614
  end
591
615
 
@@ -602,6 +626,7 @@ module Aws::Glue
602
626
  class BatchGetTriggersResponse < Struct.new(
603
627
  :triggers,
604
628
  :triggers_not_found)
629
+ SENSITIVE = []
605
630
  include Aws::Structure
606
631
  end
607
632
 
@@ -628,6 +653,7 @@ module Aws::Glue
628
653
  class BatchGetWorkflowsRequest < Struct.new(
629
654
  :names,
630
655
  :include_graph)
656
+ SENSITIVE = []
631
657
  include Aws::Structure
632
658
  end
633
659
 
@@ -644,6 +670,7 @@ module Aws::Glue
644
670
  class BatchGetWorkflowsResponse < Struct.new(
645
671
  :workflows,
646
672
  :missing_workflows)
673
+ SENSITIVE = []
647
674
  include Aws::Structure
648
675
  end
649
676
 
@@ -669,6 +696,7 @@ module Aws::Glue
669
696
  :job_name,
670
697
  :job_run_id,
671
698
  :error_detail)
699
+ SENSITIVE = []
672
700
  include Aws::Structure
673
701
  end
674
702
 
@@ -694,6 +722,7 @@ module Aws::Glue
694
722
  class BatchStopJobRunRequest < Struct.new(
695
723
  :job_name,
696
724
  :job_run_ids)
725
+ SENSITIVE = []
697
726
  include Aws::Structure
698
727
  end
699
728
 
@@ -712,6 +741,7 @@ module Aws::Glue
712
741
  class BatchStopJobRunResponse < Struct.new(
713
742
  :successful_submissions,
714
743
  :errors)
744
+ SENSITIVE = []
715
745
  include Aws::Structure
716
746
  end
717
747
 
@@ -730,6 +760,73 @@ module Aws::Glue
730
760
  class BatchStopJobRunSuccessfulSubmission < Struct.new(
731
761
  :job_name,
732
762
  :job_run_id)
763
+ SENSITIVE = []
764
+ include Aws::Structure
765
+ end
766
+
767
+ # Defines a binary column statistics data.
768
+ #
769
+ # @note When making an API call, you may pass BinaryColumnStatisticsData
770
+ # data as a hash:
771
+ #
772
+ # {
773
+ # maximum_length: 1, # required
774
+ # average_length: 1.0, # required
775
+ # number_of_nulls: 1, # required
776
+ # }
777
+ #
778
+ # @!attribute [rw] maximum_length
779
+ # Maximum length of the column.
780
+ # @return [Integer]
781
+ #
782
+ # @!attribute [rw] average_length
783
+ # Average length of the column.
784
+ # @return [Float]
785
+ #
786
+ # @!attribute [rw] number_of_nulls
787
+ # Number of nulls.
788
+ # @return [Integer]
789
+ #
790
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/BinaryColumnStatisticsData AWS API Documentation
791
+ #
792
+ class BinaryColumnStatisticsData < Struct.new(
793
+ :maximum_length,
794
+ :average_length,
795
+ :number_of_nulls)
796
+ SENSITIVE = []
797
+ include Aws::Structure
798
+ end
799
+
800
+ # Defines a boolean column statistics.
801
+ #
802
+ # @note When making an API call, you may pass BooleanColumnStatisticsData
803
+ # data as a hash:
804
+ #
805
+ # {
806
+ # number_of_trues: 1, # required
807
+ # number_of_falses: 1, # required
808
+ # number_of_nulls: 1, # required
809
+ # }
810
+ #
811
+ # @!attribute [rw] number_of_trues
812
+ # Number of true value.
813
+ # @return [Integer]
814
+ #
815
+ # @!attribute [rw] number_of_falses
816
+ # Number of false value.
817
+ # @return [Integer]
818
+ #
819
+ # @!attribute [rw] number_of_nulls
820
+ # Number of nulls.
821
+ # @return [Integer]
822
+ #
823
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/BooleanColumnStatisticsData AWS API Documentation
824
+ #
825
+ class BooleanColumnStatisticsData < Struct.new(
826
+ :number_of_trues,
827
+ :number_of_falses,
828
+ :number_of_nulls)
829
+ SENSITIVE = []
733
830
  include Aws::Structure
734
831
  end
735
832
 
@@ -754,6 +851,7 @@ module Aws::Glue
754
851
  class CancelMLTaskRunRequest < Struct.new(
755
852
  :transform_id,
756
853
  :task_run_id)
854
+ SENSITIVE = []
757
855
  include Aws::Structure
758
856
  end
759
857
 
@@ -775,6 +873,7 @@ module Aws::Glue
775
873
  :transform_id,
776
874
  :task_run_id,
777
875
  :status)
876
+ SENSITIVE = []
778
877
  include Aws::Structure
779
878
  end
780
879
 
@@ -801,6 +900,7 @@ module Aws::Glue
801
900
  class CatalogEntry < Struct.new(
802
901
  :database_name,
803
902
  :table_name)
903
+ SENSITIVE = []
804
904
  include Aws::Structure
805
905
  end
806
906
 
@@ -824,6 +924,7 @@ module Aws::Glue
824
924
  :import_completed,
825
925
  :import_time,
826
926
  :imported_by)
927
+ SENSITIVE = []
827
928
  include Aws::Structure
828
929
  end
829
930
 
@@ -850,6 +951,7 @@ module Aws::Glue
850
951
  class CatalogTarget < Struct.new(
851
952
  :database_name,
852
953
  :tables)
954
+ SENSITIVE = []
853
955
  include Aws::Structure
854
956
  end
855
957
 
@@ -888,6 +990,7 @@ module Aws::Glue
888
990
  :xml_classifier,
889
991
  :json_classifier,
890
992
  :csv_classifier)
993
+ SENSITIVE = []
891
994
  include Aws::Structure
892
995
  end
893
996
 
@@ -915,6 +1018,7 @@ module Aws::Glue
915
1018
  class CloudWatchEncryption < Struct.new(
916
1019
  :cloud_watch_encryption_mode,
917
1020
  :kms_key_arn)
1021
+ SENSITIVE = []
918
1022
  include Aws::Structure
919
1023
  end
920
1024
 
@@ -947,6 +1051,7 @@ module Aws::Glue
947
1051
  :source,
948
1052
  :target,
949
1053
  :target_parameter)
1054
+ SENSITIVE = []
950
1055
  include Aws::Structure
951
1056
  end
952
1057
 
@@ -991,6 +1096,7 @@ module Aws::Glue
991
1096
  :node_type,
992
1097
  :args,
993
1098
  :line_number)
1099
+ SENSITIVE = []
994
1100
  include Aws::Structure
995
1101
  end
996
1102
 
@@ -1023,6 +1129,7 @@ module Aws::Glue
1023
1129
  :name,
1024
1130
  :value,
1025
1131
  :param)
1132
+ SENSITIVE = []
1026
1133
  include Aws::Structure
1027
1134
  end
1028
1135
 
@@ -1063,6 +1170,234 @@ module Aws::Glue
1063
1170
  :type,
1064
1171
  :comment,
1065
1172
  :parameters)
1173
+ SENSITIVE = []
1174
+ include Aws::Structure
1175
+ end
1176
+
1177
+ # Defines a column containing error.
1178
+ #
1179
+ # @!attribute [rw] column_name
1180
+ # The name of the column.
1181
+ # @return [String]
1182
+ #
1183
+ # @!attribute [rw] error
1184
+ # The error message occurred during operation.
1185
+ # @return [Types::ErrorDetail]
1186
+ #
1187
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ColumnError AWS API Documentation
1188
+ #
1189
+ class ColumnError < Struct.new(
1190
+ :column_name,
1191
+ :error)
1192
+ SENSITIVE = []
1193
+ include Aws::Structure
1194
+ end
1195
+
1196
+ # Defines a column statistics.
1197
+ #
1198
+ # @note When making an API call, you may pass ColumnStatistics
1199
+ # data as a hash:
1200
+ #
1201
+ # {
1202
+ # column_name: "NameString", # required
1203
+ # column_type: "TypeString", # required
1204
+ # analyzed_time: Time.now, # required
1205
+ # statistics_data: { # required
1206
+ # type: "BOOLEAN", # required, accepts BOOLEAN, DATE, DECIMAL, DOUBLE, LONG, STRING, BINARY
1207
+ # boolean_column_statistics_data: {
1208
+ # number_of_trues: 1, # required
1209
+ # number_of_falses: 1, # required
1210
+ # number_of_nulls: 1, # required
1211
+ # },
1212
+ # date_column_statistics_data: {
1213
+ # minimum_value: Time.now,
1214
+ # maximum_value: Time.now,
1215
+ # number_of_nulls: 1, # required
1216
+ # number_of_distinct_values: 1, # required
1217
+ # },
1218
+ # decimal_column_statistics_data: {
1219
+ # minimum_value: {
1220
+ # unscaled_value: "data", # required
1221
+ # scale: 1, # required
1222
+ # },
1223
+ # maximum_value: {
1224
+ # unscaled_value: "data", # required
1225
+ # scale: 1, # required
1226
+ # },
1227
+ # number_of_nulls: 1, # required
1228
+ # number_of_distinct_values: 1, # required
1229
+ # },
1230
+ # double_column_statistics_data: {
1231
+ # minimum_value: 1.0,
1232
+ # maximum_value: 1.0,
1233
+ # number_of_nulls: 1, # required
1234
+ # number_of_distinct_values: 1, # required
1235
+ # },
1236
+ # long_column_statistics_data: {
1237
+ # minimum_value: 1,
1238
+ # maximum_value: 1,
1239
+ # number_of_nulls: 1, # required
1240
+ # number_of_distinct_values: 1, # required
1241
+ # },
1242
+ # string_column_statistics_data: {
1243
+ # maximum_length: 1, # required
1244
+ # average_length: 1.0, # required
1245
+ # number_of_nulls: 1, # required
1246
+ # number_of_distinct_values: 1, # required
1247
+ # },
1248
+ # binary_column_statistics_data: {
1249
+ # maximum_length: 1, # required
1250
+ # average_length: 1.0, # required
1251
+ # number_of_nulls: 1, # required
1252
+ # },
1253
+ # },
1254
+ # }
1255
+ #
1256
+ # @!attribute [rw] column_name
1257
+ # The name of the column.
1258
+ # @return [String]
1259
+ #
1260
+ # @!attribute [rw] column_type
1261
+ # The type of the column.
1262
+ # @return [String]
1263
+ #
1264
+ # @!attribute [rw] analyzed_time
1265
+ # The analyzed time of the column statistics.
1266
+ # @return [Time]
1267
+ #
1268
+ # @!attribute [rw] statistics_data
1269
+ # The statistics of the column.
1270
+ # @return [Types::ColumnStatisticsData]
1271
+ #
1272
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ColumnStatistics AWS API Documentation
1273
+ #
1274
+ class ColumnStatistics < Struct.new(
1275
+ :column_name,
1276
+ :column_type,
1277
+ :analyzed_time,
1278
+ :statistics_data)
1279
+ SENSITIVE = []
1280
+ include Aws::Structure
1281
+ end
1282
+
1283
+ # Defines a column statistics data.
1284
+ #
1285
+ # @note When making an API call, you may pass ColumnStatisticsData
1286
+ # data as a hash:
1287
+ #
1288
+ # {
1289
+ # type: "BOOLEAN", # required, accepts BOOLEAN, DATE, DECIMAL, DOUBLE, LONG, STRING, BINARY
1290
+ # boolean_column_statistics_data: {
1291
+ # number_of_trues: 1, # required
1292
+ # number_of_falses: 1, # required
1293
+ # number_of_nulls: 1, # required
1294
+ # },
1295
+ # date_column_statistics_data: {
1296
+ # minimum_value: Time.now,
1297
+ # maximum_value: Time.now,
1298
+ # number_of_nulls: 1, # required
1299
+ # number_of_distinct_values: 1, # required
1300
+ # },
1301
+ # decimal_column_statistics_data: {
1302
+ # minimum_value: {
1303
+ # unscaled_value: "data", # required
1304
+ # scale: 1, # required
1305
+ # },
1306
+ # maximum_value: {
1307
+ # unscaled_value: "data", # required
1308
+ # scale: 1, # required
1309
+ # },
1310
+ # number_of_nulls: 1, # required
1311
+ # number_of_distinct_values: 1, # required
1312
+ # },
1313
+ # double_column_statistics_data: {
1314
+ # minimum_value: 1.0,
1315
+ # maximum_value: 1.0,
1316
+ # number_of_nulls: 1, # required
1317
+ # number_of_distinct_values: 1, # required
1318
+ # },
1319
+ # long_column_statistics_data: {
1320
+ # minimum_value: 1,
1321
+ # maximum_value: 1,
1322
+ # number_of_nulls: 1, # required
1323
+ # number_of_distinct_values: 1, # required
1324
+ # },
1325
+ # string_column_statistics_data: {
1326
+ # maximum_length: 1, # required
1327
+ # average_length: 1.0, # required
1328
+ # number_of_nulls: 1, # required
1329
+ # number_of_distinct_values: 1, # required
1330
+ # },
1331
+ # binary_column_statistics_data: {
1332
+ # maximum_length: 1, # required
1333
+ # average_length: 1.0, # required
1334
+ # number_of_nulls: 1, # required
1335
+ # },
1336
+ # }
1337
+ #
1338
+ # @!attribute [rw] type
1339
+ # The name of the column.
1340
+ # @return [String]
1341
+ #
1342
+ # @!attribute [rw] boolean_column_statistics_data
1343
+ # Boolean Column Statistics Data.
1344
+ # @return [Types::BooleanColumnStatisticsData]
1345
+ #
1346
+ # @!attribute [rw] date_column_statistics_data
1347
+ # Date Column Statistics Data.
1348
+ # @return [Types::DateColumnStatisticsData]
1349
+ #
1350
+ # @!attribute [rw] decimal_column_statistics_data
1351
+ # Decimal Column Statistics Data.
1352
+ # @return [Types::DecimalColumnStatisticsData]
1353
+ #
1354
+ # @!attribute [rw] double_column_statistics_data
1355
+ # Double Column Statistics Data.
1356
+ # @return [Types::DoubleColumnStatisticsData]
1357
+ #
1358
+ # @!attribute [rw] long_column_statistics_data
1359
+ # Long Column Statistics Data.
1360
+ # @return [Types::LongColumnStatisticsData]
1361
+ #
1362
+ # @!attribute [rw] string_column_statistics_data
1363
+ # String Column Statistics Data.
1364
+ # @return [Types::StringColumnStatisticsData]
1365
+ #
1366
+ # @!attribute [rw] binary_column_statistics_data
1367
+ # Binary Column Statistics Data.
1368
+ # @return [Types::BinaryColumnStatisticsData]
1369
+ #
1370
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ColumnStatisticsData AWS API Documentation
1371
+ #
1372
+ class ColumnStatisticsData < Struct.new(
1373
+ :type,
1374
+ :boolean_column_statistics_data,
1375
+ :date_column_statistics_data,
1376
+ :decimal_column_statistics_data,
1377
+ :double_column_statistics_data,
1378
+ :long_column_statistics_data,
1379
+ :string_column_statistics_data,
1380
+ :binary_column_statistics_data)
1381
+ SENSITIVE = []
1382
+ include Aws::Structure
1383
+ end
1384
+
1385
+ # Defines a column containing error.
1386
+ #
1387
+ # @!attribute [rw] column_statistics
1388
+ # The ColumnStatistics of the column.
1389
+ # @return [Types::ColumnStatistics]
1390
+ #
1391
+ # @!attribute [rw] error
1392
+ # The error message occurred during operation.
1393
+ # @return [Types::ErrorDetail]
1394
+ #
1395
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ColumnStatisticsError AWS API Documentation
1396
+ #
1397
+ class ColumnStatisticsError < Struct.new(
1398
+ :column_statistics,
1399
+ :error)
1400
+ SENSITIVE = []
1066
1401
  include Aws::Structure
1067
1402
  end
1068
1403
 
@@ -1076,6 +1411,7 @@ module Aws::Glue
1076
1411
  #
1077
1412
  class ConcurrentModificationException < Struct.new(
1078
1413
  :message)
1414
+ SENSITIVE = []
1079
1415
  include Aws::Structure
1080
1416
  end
1081
1417
 
@@ -1089,6 +1425,7 @@ module Aws::Glue
1089
1425
  #
1090
1426
  class ConcurrentRunsExceededException < Struct.new(
1091
1427
  :message)
1428
+ SENSITIVE = []
1092
1429
  include Aws::Structure
1093
1430
  end
1094
1431
 
@@ -1137,6 +1474,7 @@ module Aws::Glue
1137
1474
  :state,
1138
1475
  :crawler_name,
1139
1476
  :crawl_state)
1477
+ SENSITIVE = []
1140
1478
  include Aws::Structure
1141
1479
  end
1142
1480
 
@@ -1150,6 +1488,7 @@ module Aws::Glue
1150
1488
  #
1151
1489
  class ConditionCheckFailureException < Struct.new(
1152
1490
  :message)
1491
+ SENSITIVE = []
1153
1492
  include Aws::Structure
1154
1493
  end
1155
1494
 
@@ -1189,6 +1528,7 @@ module Aws::Glue
1189
1528
  :num_false_positives,
1190
1529
  :num_true_negatives,
1191
1530
  :num_false_negatives)
1531
+ SENSITIVE = []
1192
1532
  include Aws::Structure
1193
1533
  end
1194
1534
 
@@ -1314,6 +1654,7 @@ module Aws::Glue
1314
1654
  :creation_time,
1315
1655
  :last_updated_time,
1316
1656
  :last_updated_by)
1657
+ SENSITIVE = []
1317
1658
  include Aws::Structure
1318
1659
  end
1319
1660
 
@@ -1383,6 +1724,7 @@ module Aws::Glue
1383
1724
  :match_criteria,
1384
1725
  :connection_properties,
1385
1726
  :physical_connection_requirements)
1727
+ SENSITIVE = []
1386
1728
  include Aws::Structure
1387
1729
  end
1388
1730
 
@@ -1433,6 +1775,7 @@ module Aws::Glue
1433
1775
  class ConnectionPasswordEncryption < Struct.new(
1434
1776
  :return_connection_password_encrypted,
1435
1777
  :aws_kms_key_id)
1778
+ SENSITIVE = []
1436
1779
  include Aws::Structure
1437
1780
  end
1438
1781
 
@@ -1453,6 +1796,7 @@ module Aws::Glue
1453
1796
  #
1454
1797
  class ConnectionsList < Struct.new(
1455
1798
  :connections)
1799
+ SENSITIVE = []
1456
1800
  include Aws::Structure
1457
1801
  end
1458
1802
 
@@ -1491,6 +1835,7 @@ module Aws::Glue
1491
1835
  :error_message,
1492
1836
  :log_group,
1493
1837
  :log_stream)
1838
+ SENSITIVE = []
1494
1839
  include Aws::Structure
1495
1840
  end
1496
1841
 
@@ -1573,7 +1918,7 @@ module Aws::Glue
1573
1918
  #
1574
1919
  #
1575
1920
  #
1576
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html
1921
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html
1577
1922
  # @return [String]
1578
1923
  #
1579
1924
  # @!attribute [rw] crawler_security_configuration
@@ -1601,6 +1946,7 @@ module Aws::Glue
1601
1946
  :version,
1602
1947
  :configuration,
1603
1948
  :crawler_security_configuration)
1949
+ SENSITIVE = []
1604
1950
  include Aws::Structure
1605
1951
  end
1606
1952
 
@@ -1650,6 +1996,7 @@ module Aws::Glue
1650
1996
  :tables_created,
1651
1997
  :tables_updated,
1652
1998
  :tables_deleted)
1999
+ SENSITIVE = []
1653
2000
  include Aws::Structure
1654
2001
  end
1655
2002
 
@@ -1663,6 +2010,7 @@ module Aws::Glue
1663
2010
  #
1664
2011
  class CrawlerNodeDetails < Struct.new(
1665
2012
  :crawls)
2013
+ SENSITIVE = []
1666
2014
  include Aws::Structure
1667
2015
  end
1668
2016
 
@@ -1676,6 +2024,7 @@ module Aws::Glue
1676
2024
  #
1677
2025
  class CrawlerNotRunningException < Struct.new(
1678
2026
  :message)
2027
+ SENSITIVE = []
1679
2028
  include Aws::Structure
1680
2029
  end
1681
2030
 
@@ -1690,6 +2039,7 @@ module Aws::Glue
1690
2039
  #
1691
2040
  class CrawlerRunningException < Struct.new(
1692
2041
  :message)
2042
+ SENSITIVE = []
1693
2043
  include Aws::Structure
1694
2044
  end
1695
2045
 
@@ -1703,6 +2053,7 @@ module Aws::Glue
1703
2053
  #
1704
2054
  class CrawlerStoppingException < Struct.new(
1705
2055
  :message)
2056
+ SENSITIVE = []
1706
2057
  include Aws::Structure
1707
2058
  end
1708
2059
 
@@ -1728,6 +2079,8 @@ module Aws::Glue
1728
2079
  # dynamo_db_targets: [
1729
2080
  # {
1730
2081
  # path: "Path",
2082
+ # scan_all: false,
2083
+ # scan_rate: 1.0,
1731
2084
  # },
1732
2085
  # ],
1733
2086
  # catalog_targets: [
@@ -1761,6 +2114,7 @@ module Aws::Glue
1761
2114
  :jdbc_targets,
1762
2115
  :dynamo_db_targets,
1763
2116
  :catalog_targets)
2117
+ SENSITIVE = []
1764
2118
  include Aws::Structure
1765
2119
  end
1766
2120
 
@@ -1817,6 +2171,7 @@ module Aws::Glue
1817
2171
  :xml_classifier,
1818
2172
  :json_classifier,
1819
2173
  :csv_classifier)
2174
+ SENSITIVE = []
1820
2175
  include Aws::Structure
1821
2176
  end
1822
2177
 
@@ -1859,6 +2214,7 @@ module Aws::Glue
1859
2214
  class CreateConnectionRequest < Struct.new(
1860
2215
  :catalog_id,
1861
2216
  :connection_input)
2217
+ SENSITIVE = []
1862
2218
  include Aws::Structure
1863
2219
  end
1864
2220
 
@@ -1891,6 +2247,8 @@ module Aws::Glue
1891
2247
  # dynamo_db_targets: [
1892
2248
  # {
1893
2249
  # path: "Path",
2250
+ # scan_all: false,
2251
+ # scan_rate: 1.0,
1894
2252
  # },
1895
2253
  # ],
1896
2254
  # catalog_targets: [
@@ -1937,14 +2295,13 @@ module Aws::Glue
1937
2295
  # @return [Types::CrawlerTargets]
1938
2296
  #
1939
2297
  # @!attribute [rw] schedule
1940
- # A `cron` expression used to specify the schedule. For more
1941
- # information, see [Time-Based Schedules for Jobs and Crawlers][1].
1942
- # For example, to run something every day at 12:15 UTC, specify
1943
- # `cron(15 12 * * ? *)`.
2298
+ # A `cron` expression used to specify the schedule (see [Time-Based
2299
+ # Schedules for Jobs and Crawlers][1]. For example, to run something
2300
+ # every day at 12:15 UTC, you would specify: `cron(15 12 * * ? *)`.
1944
2301
  #
1945
2302
  #
1946
2303
  #
1947
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
2304
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
1948
2305
  # @return [String]
1949
2306
  #
1950
2307
  # @!attribute [rw] classifiers
@@ -1963,13 +2320,13 @@ module Aws::Glue
1963
2320
  # @return [Types::SchemaChangePolicy]
1964
2321
  #
1965
2322
  # @!attribute [rw] configuration
1966
- # The crawler configuration information. This versioned JSON string
1967
- # allows users to specify aspects of a crawler's behavior. For more
2323
+ # Crawler configuration information. This versioned JSON string allows
2324
+ # users to specify aspects of a crawler's behavior. For more
1968
2325
  # information, see [Configuring a Crawler][1].
1969
2326
  #
1970
2327
  #
1971
2328
  #
1972
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html
2329
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html
1973
2330
  # @return [String]
1974
2331
  #
1975
2332
  # @!attribute [rw] crawler_security_configuration
@@ -1978,13 +2335,13 @@ module Aws::Glue
1978
2335
  # @return [String]
1979
2336
  #
1980
2337
  # @!attribute [rw] tags
1981
- # The tags to use with this crawler request. You can use tags to limit
1982
- # access to the crawler. For more information, see [AWS Tags in AWS
1983
- # Glue][1].
2338
+ # The tags to use with this crawler request. You may use tags to limit
2339
+ # access to the crawler. For more information about tags in AWS Glue,
2340
+ # see [AWS Tags in AWS Glue][1] in the developer guide.
1984
2341
  #
1985
2342
  #
1986
2343
  #
1987
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html
2344
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html
1988
2345
  # @return [Hash<String,String>]
1989
2346
  #
1990
2347
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateCrawlerRequest AWS API Documentation
@@ -2002,6 +2359,7 @@ module Aws::Glue
2002
2359
  :configuration,
2003
2360
  :crawler_security_configuration,
2004
2361
  :tags)
2362
+ SENSITIVE = []
2005
2363
  include Aws::Structure
2006
2364
  end
2007
2365
 
@@ -2065,6 +2423,7 @@ module Aws::Glue
2065
2423
  :header,
2066
2424
  :disable_value_trimming,
2067
2425
  :allow_single_column)
2426
+ SENSITIVE = []
2068
2427
  include Aws::Structure
2069
2428
  end
2070
2429
 
@@ -2105,6 +2464,7 @@ module Aws::Glue
2105
2464
  class CreateDatabaseRequest < Struct.new(
2106
2465
  :catalog_id,
2107
2466
  :database_input)
2467
+ SENSITIVE = []
2108
2468
  include Aws::Structure
2109
2469
  end
2110
2470
 
@@ -2288,6 +2648,7 @@ module Aws::Glue
2288
2648
  :security_configuration,
2289
2649
  :tags,
2290
2650
  :arguments)
2651
+ SENSITIVE = []
2291
2652
  include Aws::Structure
2292
2653
  end
2293
2654
 
@@ -2412,6 +2773,7 @@ module Aws::Glue
2412
2773
  :security_configuration,
2413
2774
  :created_timestamp,
2414
2775
  :arguments)
2776
+ SENSITIVE = []
2415
2777
  include Aws::Structure
2416
2778
  end
2417
2779
 
@@ -2451,6 +2813,7 @@ module Aws::Glue
2451
2813
  :name,
2452
2814
  :grok_pattern,
2453
2815
  :custom_patterns)
2816
+ SENSITIVE = []
2454
2817
  include Aws::Structure
2455
2818
  end
2456
2819
 
@@ -2684,6 +3047,7 @@ module Aws::Glue
2684
3047
  :glue_version,
2685
3048
  :number_of_workers,
2686
3049
  :worker_type)
3050
+ SENSITIVE = []
2687
3051
  include Aws::Structure
2688
3052
  end
2689
3053
 
@@ -2695,6 +3059,7 @@ module Aws::Glue
2695
3059
  #
2696
3060
  class CreateJobResponse < Struct.new(
2697
3061
  :name)
3062
+ SENSITIVE = []
2698
3063
  include Aws::Structure
2699
3064
  end
2700
3065
 
@@ -2714,7 +3079,7 @@ module Aws::Glue
2714
3079
  #
2715
3080
  # @!attribute [rw] json_path
2716
3081
  # A `JsonPath` string defining the JSON data for the classifier to
2717
- # classify. AWS Glue supports a subset of `JsonPath`, as described in
3082
+ # classify. AWS Glue supports a subset of JsonPath, as described in
2718
3083
  # [Writing JsonPath Custom Classifiers][1].
2719
3084
  #
2720
3085
  #
@@ -2727,6 +3092,7 @@ module Aws::Glue
2727
3092
  class CreateJsonClassifierRequest < Struct.new(
2728
3093
  :name,
2729
3094
  :json_path)
3095
+ SENSITIVE = []
2730
3096
  include Aws::Structure
2731
3097
  end
2732
3098
 
@@ -2921,6 +3287,7 @@ module Aws::Glue
2921
3287
  :timeout,
2922
3288
  :max_retries,
2923
3289
  :tags)
3290
+ SENSITIVE = []
2924
3291
  include Aws::Structure
2925
3292
  end
2926
3293
 
@@ -2932,6 +3299,7 @@ module Aws::Glue
2932
3299
  #
2933
3300
  class CreateMLTransformResponse < Struct.new(
2934
3301
  :transform_id)
3302
+ SENSITIVE = []
2935
3303
  include Aws::Structure
2936
3304
  end
2937
3305
 
@@ -3020,6 +3388,7 @@ module Aws::Glue
3020
3388
  :database_name,
3021
3389
  :table_name,
3022
3390
  :partition_input)
3391
+ SENSITIVE = []
3023
3392
  include Aws::Structure
3024
3393
  end
3025
3394
 
@@ -3073,6 +3442,7 @@ module Aws::Glue
3073
3442
  :dag_nodes,
3074
3443
  :dag_edges,
3075
3444
  :language)
3445
+ SENSITIVE = []
3076
3446
  include Aws::Structure
3077
3447
  end
3078
3448
 
@@ -3089,6 +3459,7 @@ module Aws::Glue
3089
3459
  class CreateScriptResponse < Struct.new(
3090
3460
  :python_script,
3091
3461
  :scala_code)
3462
+ SENSITIVE = []
3092
3463
  include Aws::Structure
3093
3464
  end
3094
3465
 
@@ -3128,6 +3499,7 @@ module Aws::Glue
3128
3499
  class CreateSecurityConfigurationRequest < Struct.new(
3129
3500
  :name,
3130
3501
  :encryption_configuration)
3502
+ SENSITIVE = []
3131
3503
  include Aws::Structure
3132
3504
  end
3133
3505
 
@@ -3144,6 +3516,7 @@ module Aws::Glue
3144
3516
  class CreateSecurityConfigurationResponse < Struct.new(
3145
3517
  :name,
3146
3518
  :created_timestamp)
3519
+ SENSITIVE = []
3147
3520
  include Aws::Structure
3148
3521
  end
3149
3522
 
@@ -3242,6 +3615,7 @@ module Aws::Glue
3242
3615
  :catalog_id,
3243
3616
  :database_name,
3244
3617
  :table_input)
3618
+ SENSITIVE = []
3245
3619
  include Aws::Structure
3246
3620
  end
3247
3621
 
@@ -3355,6 +3729,7 @@ module Aws::Glue
3355
3729
  :description,
3356
3730
  :start_on_creation,
3357
3731
  :tags)
3732
+ SENSITIVE = []
3358
3733
  include Aws::Structure
3359
3734
  end
3360
3735
 
@@ -3366,6 +3741,7 @@ module Aws::Glue
3366
3741
  #
3367
3742
  class CreateTriggerResponse < Struct.new(
3368
3743
  :name)
3744
+ SENSITIVE = []
3369
3745
  include Aws::Structure
3370
3746
  end
3371
3747
 
@@ -3409,6 +3785,7 @@ module Aws::Glue
3409
3785
  :catalog_id,
3410
3786
  :database_name,
3411
3787
  :function_input)
3788
+ SENSITIVE = []
3412
3789
  include Aws::Structure
3413
3790
  end
3414
3791
 
@@ -3455,6 +3832,7 @@ module Aws::Glue
3455
3832
  :description,
3456
3833
  :default_run_properties,
3457
3834
  :tags)
3835
+ SENSITIVE = []
3458
3836
  include Aws::Structure
3459
3837
  end
3460
3838
 
@@ -3466,6 +3844,7 @@ module Aws::Glue
3466
3844
  #
3467
3845
  class CreateWorkflowResponse < Struct.new(
3468
3846
  :name)
3847
+ SENSITIVE = []
3469
3848
  include Aws::Structure
3470
3849
  end
3471
3850
 
@@ -3503,6 +3882,7 @@ module Aws::Glue
3503
3882
  :classification,
3504
3883
  :name,
3505
3884
  :row_tag)
3885
+ SENSITIVE = []
3506
3886
  include Aws::Structure
3507
3887
  end
3508
3888
 
@@ -3564,6 +3944,7 @@ module Aws::Glue
3564
3944
  :header,
3565
3945
  :disable_value_trimming,
3566
3946
  :allow_single_column)
3947
+ SENSITIVE = []
3567
3948
  include Aws::Structure
3568
3949
  end
3569
3950
 
@@ -3601,6 +3982,7 @@ module Aws::Glue
3601
3982
  class DataCatalogEncryptionSettings < Struct.new(
3602
3983
  :encryption_at_rest,
3603
3984
  :connection_password_encryption)
3985
+ SENSITIVE = []
3604
3986
  include Aws::Structure
3605
3987
  end
3606
3988
 
@@ -3621,6 +4003,7 @@ module Aws::Glue
3621
4003
  #
3622
4004
  class DataLakePrincipal < Struct.new(
3623
4005
  :data_lake_principal_identifier)
4006
+ SENSITIVE = []
3624
4007
  include Aws::Structure
3625
4008
  end
3626
4009
 
@@ -3662,6 +4045,7 @@ module Aws::Glue
3662
4045
  :parameters,
3663
4046
  :create_time,
3664
4047
  :create_table_default_permissions)
4048
+ SENSITIVE = []
3665
4049
  include Aws::Structure
3666
4050
  end
3667
4051
 
@@ -3720,6 +4104,119 @@ module Aws::Glue
3720
4104
  :location_uri,
3721
4105
  :parameters,
3722
4106
  :create_table_default_permissions)
4107
+ SENSITIVE = []
4108
+ include Aws::Structure
4109
+ end
4110
+
4111
+ # Defines a date column statistics data.
4112
+ #
4113
+ # @note When making an API call, you may pass DateColumnStatisticsData
4114
+ # data as a hash:
4115
+ #
4116
+ # {
4117
+ # minimum_value: Time.now,
4118
+ # maximum_value: Time.now,
4119
+ # number_of_nulls: 1, # required
4120
+ # number_of_distinct_values: 1, # required
4121
+ # }
4122
+ #
4123
+ # @!attribute [rw] minimum_value
4124
+ # Minimum value of the column.
4125
+ # @return [Time]
4126
+ #
4127
+ # @!attribute [rw] maximum_value
4128
+ # Maximum value of the column.
4129
+ # @return [Time]
4130
+ #
4131
+ # @!attribute [rw] number_of_nulls
4132
+ # Number of nulls.
4133
+ # @return [Integer]
4134
+ #
4135
+ # @!attribute [rw] number_of_distinct_values
4136
+ # Number of distinct values.
4137
+ # @return [Integer]
4138
+ #
4139
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DateColumnStatisticsData AWS API Documentation
4140
+ #
4141
+ class DateColumnStatisticsData < Struct.new(
4142
+ :minimum_value,
4143
+ :maximum_value,
4144
+ :number_of_nulls,
4145
+ :number_of_distinct_values)
4146
+ SENSITIVE = []
4147
+ include Aws::Structure
4148
+ end
4149
+
4150
+ # Defines a decimal column statistics data.
4151
+ #
4152
+ # @note When making an API call, you may pass DecimalColumnStatisticsData
4153
+ # data as a hash:
4154
+ #
4155
+ # {
4156
+ # minimum_value: {
4157
+ # unscaled_value: "data", # required
4158
+ # scale: 1, # required
4159
+ # },
4160
+ # maximum_value: {
4161
+ # unscaled_value: "data", # required
4162
+ # scale: 1, # required
4163
+ # },
4164
+ # number_of_nulls: 1, # required
4165
+ # number_of_distinct_values: 1, # required
4166
+ # }
4167
+ #
4168
+ # @!attribute [rw] minimum_value
4169
+ # Minimum value of the column.
4170
+ # @return [Types::DecimalNumber]
4171
+ #
4172
+ # @!attribute [rw] maximum_value
4173
+ # Maximum value of the column.
4174
+ # @return [Types::DecimalNumber]
4175
+ #
4176
+ # @!attribute [rw] number_of_nulls
4177
+ # Number of nulls.
4178
+ # @return [Integer]
4179
+ #
4180
+ # @!attribute [rw] number_of_distinct_values
4181
+ # Number of distinct values.
4182
+ # @return [Integer]
4183
+ #
4184
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DecimalColumnStatisticsData AWS API Documentation
4185
+ #
4186
+ class DecimalColumnStatisticsData < Struct.new(
4187
+ :minimum_value,
4188
+ :maximum_value,
4189
+ :number_of_nulls,
4190
+ :number_of_distinct_values)
4191
+ SENSITIVE = []
4192
+ include Aws::Structure
4193
+ end
4194
+
4195
+ # Contains a numeric value in decimal format.
4196
+ #
4197
+ # @note When making an API call, you may pass DecimalNumber
4198
+ # data as a hash:
4199
+ #
4200
+ # {
4201
+ # unscaled_value: "data", # required
4202
+ # scale: 1, # required
4203
+ # }
4204
+ #
4205
+ # @!attribute [rw] unscaled_value
4206
+ # The unscaled numeric value.
4207
+ # @return [String]
4208
+ #
4209
+ # @!attribute [rw] scale
4210
+ # The scale that determines where the decimal point falls in the
4211
+ # unscaled value.
4212
+ # @return [Integer]
4213
+ #
4214
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DecimalNumber AWS API Documentation
4215
+ #
4216
+ class DecimalNumber < Struct.new(
4217
+ :unscaled_value,
4218
+ :scale)
4219
+ SENSITIVE = []
3723
4220
  include Aws::Structure
3724
4221
  end
3725
4222
 
@@ -3738,6 +4235,7 @@ module Aws::Glue
3738
4235
  #
3739
4236
  class DeleteClassifierRequest < Struct.new(
3740
4237
  :name)
4238
+ SENSITIVE = []
3741
4239
  include Aws::Structure
3742
4240
  end
3743
4241
 
@@ -3745,6 +4243,96 @@ module Aws::Glue
3745
4243
  #
3746
4244
  class DeleteClassifierResponse < Aws::EmptyStructure; end
3747
4245
 
4246
+ # @note When making an API call, you may pass DeleteColumnStatisticsForPartitionRequest
4247
+ # data as a hash:
4248
+ #
4249
+ # {
4250
+ # catalog_id: "CatalogIdString",
4251
+ # database_name: "NameString", # required
4252
+ # table_name: "NameString", # required
4253
+ # partition_values: ["ValueString"], # required
4254
+ # column_name: "NameString", # required
4255
+ # }
4256
+ #
4257
+ # @!attribute [rw] catalog_id
4258
+ # The ID of the Data Catalog where the partitions in question reside.
4259
+ # If none is supplied, the AWS account ID is used by default.
4260
+ # @return [String]
4261
+ #
4262
+ # @!attribute [rw] database_name
4263
+ # The name of the catalog database where the partitions reside.
4264
+ # @return [String]
4265
+ #
4266
+ # @!attribute [rw] table_name
4267
+ # The name of the partitions' table.
4268
+ # @return [String]
4269
+ #
4270
+ # @!attribute [rw] partition_values
4271
+ # A list of partition values identifying the partition.
4272
+ # @return [Array<String>]
4273
+ #
4274
+ # @!attribute [rw] column_name
4275
+ # Name of the column.
4276
+ # @return [String]
4277
+ #
4278
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteColumnStatisticsForPartitionRequest AWS API Documentation
4279
+ #
4280
+ class DeleteColumnStatisticsForPartitionRequest < Struct.new(
4281
+ :catalog_id,
4282
+ :database_name,
4283
+ :table_name,
4284
+ :partition_values,
4285
+ :column_name)
4286
+ SENSITIVE = []
4287
+ include Aws::Structure
4288
+ end
4289
+
4290
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteColumnStatisticsForPartitionResponse AWS API Documentation
4291
+ #
4292
+ class DeleteColumnStatisticsForPartitionResponse < Aws::EmptyStructure; end
4293
+
4294
+ # @note When making an API call, you may pass DeleteColumnStatisticsForTableRequest
4295
+ # data as a hash:
4296
+ #
4297
+ # {
4298
+ # catalog_id: "CatalogIdString",
4299
+ # database_name: "NameString", # required
4300
+ # table_name: "NameString", # required
4301
+ # column_name: "NameString", # required
4302
+ # }
4303
+ #
4304
+ # @!attribute [rw] catalog_id
4305
+ # The ID of the Data Catalog where the partitions in question reside.
4306
+ # If none is supplied, the AWS account ID is used by default.
4307
+ # @return [String]
4308
+ #
4309
+ # @!attribute [rw] database_name
4310
+ # The name of the catalog database where the partitions reside.
4311
+ # @return [String]
4312
+ #
4313
+ # @!attribute [rw] table_name
4314
+ # The name of the partitions' table.
4315
+ # @return [String]
4316
+ #
4317
+ # @!attribute [rw] column_name
4318
+ # The name of the column.
4319
+ # @return [String]
4320
+ #
4321
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteColumnStatisticsForTableRequest AWS API Documentation
4322
+ #
4323
+ class DeleteColumnStatisticsForTableRequest < Struct.new(
4324
+ :catalog_id,
4325
+ :database_name,
4326
+ :table_name,
4327
+ :column_name)
4328
+ SENSITIVE = []
4329
+ include Aws::Structure
4330
+ end
4331
+
4332
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteColumnStatisticsForTableResponse AWS API Documentation
4333
+ #
4334
+ class DeleteColumnStatisticsForTableResponse < Aws::EmptyStructure; end
4335
+
3748
4336
  # @note When making an API call, you may pass DeleteConnectionRequest
3749
4337
  # data as a hash:
3750
4338
  #
@@ -3767,6 +4355,7 @@ module Aws::Glue
3767
4355
  class DeleteConnectionRequest < Struct.new(
3768
4356
  :catalog_id,
3769
4357
  :connection_name)
4358
+ SENSITIVE = []
3770
4359
  include Aws::Structure
3771
4360
  end
3772
4361
 
@@ -3789,6 +4378,7 @@ module Aws::Glue
3789
4378
  #
3790
4379
  class DeleteCrawlerRequest < Struct.new(
3791
4380
  :name)
4381
+ SENSITIVE = []
3792
4382
  include Aws::Structure
3793
4383
  end
3794
4384
 
@@ -3819,6 +4409,7 @@ module Aws::Glue
3819
4409
  class DeleteDatabaseRequest < Struct.new(
3820
4410
  :catalog_id,
3821
4411
  :name)
4412
+ SENSITIVE = []
3822
4413
  include Aws::Structure
3823
4414
  end
3824
4415
 
@@ -3841,6 +4432,7 @@ module Aws::Glue
3841
4432
  #
3842
4433
  class DeleteDevEndpointRequest < Struct.new(
3843
4434
  :endpoint_name)
4435
+ SENSITIVE = []
3844
4436
  include Aws::Structure
3845
4437
  end
3846
4438
 
@@ -3863,6 +4455,7 @@ module Aws::Glue
3863
4455
  #
3864
4456
  class DeleteJobRequest < Struct.new(
3865
4457
  :job_name)
4458
+ SENSITIVE = []
3866
4459
  include Aws::Structure
3867
4460
  end
3868
4461
 
@@ -3874,6 +4467,7 @@ module Aws::Glue
3874
4467
  #
3875
4468
  class DeleteJobResponse < Struct.new(
3876
4469
  :job_name)
4470
+ SENSITIVE = []
3877
4471
  include Aws::Structure
3878
4472
  end
3879
4473
 
@@ -3892,6 +4486,7 @@ module Aws::Glue
3892
4486
  #
3893
4487
  class DeleteMLTransformRequest < Struct.new(
3894
4488
  :transform_id)
4489
+ SENSITIVE = []
3895
4490
  include Aws::Structure
3896
4491
  end
3897
4492
 
@@ -3903,6 +4498,7 @@ module Aws::Glue
3903
4498
  #
3904
4499
  class DeleteMLTransformResponse < Struct.new(
3905
4500
  :transform_id)
4501
+ SENSITIVE = []
3906
4502
  include Aws::Structure
3907
4503
  end
3908
4504
 
@@ -3941,6 +4537,7 @@ module Aws::Glue
3941
4537
  :database_name,
3942
4538
  :table_name,
3943
4539
  :partition_values)
4540
+ SENSITIVE = []
3944
4541
  include Aws::Structure
3945
4542
  end
3946
4543
 
@@ -3963,6 +4560,7 @@ module Aws::Glue
3963
4560
  #
3964
4561
  class DeleteResourcePolicyRequest < Struct.new(
3965
4562
  :policy_hash_condition)
4563
+ SENSITIVE = []
3966
4564
  include Aws::Structure
3967
4565
  end
3968
4566
 
@@ -3985,6 +4583,7 @@ module Aws::Glue
3985
4583
  #
3986
4584
  class DeleteSecurityConfigurationRequest < Struct.new(
3987
4585
  :name)
4586
+ SENSITIVE = []
3988
4587
  include Aws::Structure
3989
4588
  end
3990
4589
 
@@ -4022,6 +4621,7 @@ module Aws::Glue
4022
4621
  :catalog_id,
4023
4622
  :database_name,
4024
4623
  :name)
4624
+ SENSITIVE = []
4025
4625
  include Aws::Structure
4026
4626
  end
4027
4627
 
@@ -4066,6 +4666,7 @@ module Aws::Glue
4066
4666
  :database_name,
4067
4667
  :table_name,
4068
4668
  :version_id)
4669
+ SENSITIVE = []
4069
4670
  include Aws::Structure
4070
4671
  end
4071
4672
 
@@ -4088,6 +4689,7 @@ module Aws::Glue
4088
4689
  #
4089
4690
  class DeleteTriggerRequest < Struct.new(
4090
4691
  :name)
4692
+ SENSITIVE = []
4091
4693
  include Aws::Structure
4092
4694
  end
4093
4695
 
@@ -4099,6 +4701,7 @@ module Aws::Glue
4099
4701
  #
4100
4702
  class DeleteTriggerResponse < Struct.new(
4101
4703
  :name)
4704
+ SENSITIVE = []
4102
4705
  include Aws::Structure
4103
4706
  end
4104
4707
 
@@ -4130,6 +4733,7 @@ module Aws::Glue
4130
4733
  :catalog_id,
4131
4734
  :database_name,
4132
4735
  :function_name)
4736
+ SENSITIVE = []
4133
4737
  include Aws::Structure
4134
4738
  end
4135
4739
 
@@ -4152,6 +4756,7 @@ module Aws::Glue
4152
4756
  #
4153
4757
  class DeleteWorkflowRequest < Struct.new(
4154
4758
  :name)
4759
+ SENSITIVE = []
4155
4760
  include Aws::Structure
4156
4761
  end
4157
4762
 
@@ -4163,6 +4768,7 @@ module Aws::Glue
4163
4768
  #
4164
4769
  class DeleteWorkflowResponse < Struct.new(
4165
4770
  :name)
4771
+ SENSITIVE = []
4166
4772
  include Aws::Structure
4167
4773
  end
4168
4774
 
@@ -4386,6 +4992,7 @@ module Aws::Glue
4386
4992
  :public_keys,
4387
4993
  :security_configuration,
4388
4994
  :arguments)
4995
+ SENSITIVE = []
4389
4996
  include Aws::Structure
4390
4997
  end
4391
4998
 
@@ -4430,6 +5037,46 @@ module Aws::Glue
4430
5037
  class DevEndpointCustomLibraries < Struct.new(
4431
5038
  :extra_python_libs_s3_path,
4432
5039
  :extra_jars_s3_path)
5040
+ SENSITIVE = []
5041
+ include Aws::Structure
5042
+ end
5043
+
5044
+ # Defines a double column statistics data.
5045
+ #
5046
+ # @note When making an API call, you may pass DoubleColumnStatisticsData
5047
+ # data as a hash:
5048
+ #
5049
+ # {
5050
+ # minimum_value: 1.0,
5051
+ # maximum_value: 1.0,
5052
+ # number_of_nulls: 1, # required
5053
+ # number_of_distinct_values: 1, # required
5054
+ # }
5055
+ #
5056
+ # @!attribute [rw] minimum_value
5057
+ # Minimum value of the column.
5058
+ # @return [Float]
5059
+ #
5060
+ # @!attribute [rw] maximum_value
5061
+ # Maximum value of the column.
5062
+ # @return [Float]
5063
+ #
5064
+ # @!attribute [rw] number_of_nulls
5065
+ # Number of nulls.
5066
+ # @return [Integer]
5067
+ #
5068
+ # @!attribute [rw] number_of_distinct_values
5069
+ # Number of distinct values.
5070
+ # @return [Integer]
5071
+ #
5072
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DoubleColumnStatisticsData AWS API Documentation
5073
+ #
5074
+ class DoubleColumnStatisticsData < Struct.new(
5075
+ :minimum_value,
5076
+ :maximum_value,
5077
+ :number_of_nulls,
5078
+ :number_of_distinct_values)
5079
+ SENSITIVE = []
4433
5080
  include Aws::Structure
4434
5081
  end
4435
5082
 
@@ -4440,16 +5087,44 @@ module Aws::Glue
4440
5087
  #
4441
5088
  # {
4442
5089
  # path: "Path",
5090
+ # scan_all: false,
5091
+ # scan_rate: 1.0,
4443
5092
  # }
4444
5093
  #
4445
5094
  # @!attribute [rw] path
4446
5095
  # The name of the DynamoDB table to crawl.
4447
5096
  # @return [String]
4448
5097
  #
5098
+ # @!attribute [rw] scan_all
5099
+ # Indicates whether to scan all the records, or to sample rows from
5100
+ # the table. Scanning all the records can take a long time when the
5101
+ # table is not a high throughput table.
5102
+ #
5103
+ # A value of `true` means to scan all records, while a value of
5104
+ # `false` means to sample the records. If no value is specified, the
5105
+ # value defaults to `true`.
5106
+ # @return [Boolean]
5107
+ #
5108
+ # @!attribute [rw] scan_rate
5109
+ # The percentage of the configured read capacity units to use by the
5110
+ # AWS Glue crawler. Read capacity units is a term defined by DynamoDB,
5111
+ # and is a numeric value that acts as rate limiter for the number of
5112
+ # reads that can be performed on that table per second.
5113
+ #
5114
+ # The valid values are null or a value between 0.1 to 1.5. A null
5115
+ # value is used when user does not provide a value, and defaults to
5116
+ # 0.5 of the configured Read Capacity Unit (for provisioned tables),
5117
+ # or 0.25 of the max configured Read Capacity Unit (for tables using
5118
+ # on-demand mode).
5119
+ # @return [Float]
5120
+ #
4449
5121
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DynamoDBTarget AWS API Documentation
4450
5122
  #
4451
5123
  class DynamoDBTarget < Struct.new(
4452
- :path)
5124
+ :path,
5125
+ :scan_all,
5126
+ :scan_rate)
5127
+ SENSITIVE = []
4453
5128
  include Aws::Structure
4454
5129
  end
4455
5130
 
@@ -4469,6 +5144,7 @@ module Aws::Glue
4469
5144
  class Edge < Struct.new(
4470
5145
  :source_id,
4471
5146
  :destination_id)
5147
+ SENSITIVE = []
4472
5148
  include Aws::Structure
4473
5149
  end
4474
5150
 
@@ -4495,6 +5171,7 @@ module Aws::Glue
4495
5171
  class EncryptionAtRest < Struct.new(
4496
5172
  :catalog_encryption_mode,
4497
5173
  :sse_aws_kms_key_id)
5174
+ SENSITIVE = []
4498
5175
  include Aws::Structure
4499
5176
  end
4500
5177
 
@@ -4539,6 +5216,7 @@ module Aws::Glue
4539
5216
  :s3_encryption,
4540
5217
  :cloud_watch_encryption,
4541
5218
  :job_bookmarks_encryption)
5219
+ SENSITIVE = []
4542
5220
  include Aws::Structure
4543
5221
  end
4544
5222
 
@@ -4552,6 +5230,7 @@ module Aws::Glue
4552
5230
  #
4553
5231
  class EntityNotFoundException < Struct.new(
4554
5232
  :message)
5233
+ SENSITIVE = []
4555
5234
  include Aws::Structure
4556
5235
  end
4557
5236
 
@@ -4570,6 +5249,7 @@ module Aws::Glue
4570
5249
  class ErrorDetail < Struct.new(
4571
5250
  :error_code,
4572
5251
  :error_message)
5252
+ SENSITIVE = []
4573
5253
  include Aws::Structure
4574
5254
  end
4575
5255
 
@@ -4589,6 +5269,7 @@ module Aws::Glue
4589
5269
  class EvaluationMetrics < Struct.new(
4590
5270
  :transform_type,
4591
5271
  :find_matches_metrics)
5272
+ SENSITIVE = []
4592
5273
  include Aws::Structure
4593
5274
  end
4594
5275
 
@@ -4611,6 +5292,7 @@ module Aws::Glue
4611
5292
  #
4612
5293
  class ExecutionProperty < Struct.new(
4613
5294
  :max_concurrent_runs)
5295
+ SENSITIVE = []
4614
5296
  include Aws::Structure
4615
5297
  end
4616
5298
 
@@ -4625,6 +5307,7 @@ module Aws::Glue
4625
5307
  #
4626
5308
  class ExportLabelsTaskRunProperties < Struct.new(
4627
5309
  :output_s3_path)
5310
+ SENSITIVE = []
4628
5311
  include Aws::Structure
4629
5312
  end
4630
5313
 
@@ -4703,6 +5386,7 @@ module Aws::Glue
4703
5386
  :recall,
4704
5387
  :f1,
4705
5388
  :confusion_matrix)
5389
+ SENSITIVE = []
4706
5390
  include Aws::Structure
4707
5391
  end
4708
5392
 
@@ -4774,6 +5458,7 @@ module Aws::Glue
4774
5458
  :precision_recall_tradeoff,
4775
5459
  :accuracy_cost_tradeoff,
4776
5460
  :enforce_provided_labels)
5461
+ SENSITIVE = []
4777
5462
  include Aws::Structure
4778
5463
  end
4779
5464
 
@@ -4797,6 +5482,7 @@ module Aws::Glue
4797
5482
  :job_id,
4798
5483
  :job_name,
4799
5484
  :job_run_id)
5485
+ SENSITIVE = []
4800
5486
  include Aws::Structure
4801
5487
  end
4802
5488
 
@@ -4816,6 +5502,7 @@ module Aws::Glue
4816
5502
  #
4817
5503
  class GetCatalogImportStatusRequest < Struct.new(
4818
5504
  :catalog_id)
5505
+ SENSITIVE = []
4819
5506
  include Aws::Structure
4820
5507
  end
4821
5508
 
@@ -4827,6 +5514,7 @@ module Aws::Glue
4827
5514
  #
4828
5515
  class GetCatalogImportStatusResponse < Struct.new(
4829
5516
  :import_status)
5517
+ SENSITIVE = []
4830
5518
  include Aws::Structure
4831
5519
  end
4832
5520
 
@@ -4845,6 +5533,7 @@ module Aws::Glue
4845
5533
  #
4846
5534
  class GetClassifierRequest < Struct.new(
4847
5535
  :name)
5536
+ SENSITIVE = []
4848
5537
  include Aws::Structure
4849
5538
  end
4850
5539
 
@@ -4856,6 +5545,7 @@ module Aws::Glue
4856
5545
  #
4857
5546
  class GetClassifierResponse < Struct.new(
4858
5547
  :classifier)
5548
+ SENSITIVE = []
4859
5549
  include Aws::Structure
4860
5550
  end
4861
5551
 
@@ -4880,6 +5570,7 @@ module Aws::Glue
4880
5570
  class GetClassifiersRequest < Struct.new(
4881
5571
  :max_results,
4882
5572
  :next_token)
5573
+ SENSITIVE = []
4883
5574
  include Aws::Structure
4884
5575
  end
4885
5576
 
@@ -4896,6 +5587,123 @@ module Aws::Glue
4896
5587
  class GetClassifiersResponse < Struct.new(
4897
5588
  :classifiers,
4898
5589
  :next_token)
5590
+ SENSITIVE = []
5591
+ include Aws::Structure
5592
+ end
5593
+
5594
+ # @note When making an API call, you may pass GetColumnStatisticsForPartitionRequest
5595
+ # data as a hash:
5596
+ #
5597
+ # {
5598
+ # catalog_id: "CatalogIdString",
5599
+ # database_name: "NameString", # required
5600
+ # table_name: "NameString", # required
5601
+ # partition_values: ["ValueString"], # required
5602
+ # column_names: ["NameString"], # required
5603
+ # }
5604
+ #
5605
+ # @!attribute [rw] catalog_id
5606
+ # The ID of the Data Catalog where the partitions in question reside.
5607
+ # If none is supplied, the AWS account ID is used by default.
5608
+ # @return [String]
5609
+ #
5610
+ # @!attribute [rw] database_name
5611
+ # The name of the catalog database where the partitions reside.
5612
+ # @return [String]
5613
+ #
5614
+ # @!attribute [rw] table_name
5615
+ # The name of the partitions' table.
5616
+ # @return [String]
5617
+ #
5618
+ # @!attribute [rw] partition_values
5619
+ # A list of partition values identifying the partition.
5620
+ # @return [Array<String>]
5621
+ #
5622
+ # @!attribute [rw] column_names
5623
+ # A list of the column names.
5624
+ # @return [Array<String>]
5625
+ #
5626
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetColumnStatisticsForPartitionRequest AWS API Documentation
5627
+ #
5628
+ class GetColumnStatisticsForPartitionRequest < Struct.new(
5629
+ :catalog_id,
5630
+ :database_name,
5631
+ :table_name,
5632
+ :partition_values,
5633
+ :column_names)
5634
+ SENSITIVE = []
5635
+ include Aws::Structure
5636
+ end
5637
+
5638
+ # @!attribute [rw] column_statistics_list
5639
+ # List of ColumnStatistics that failed to be retrieved.
5640
+ # @return [Array<Types::ColumnStatistics>]
5641
+ #
5642
+ # @!attribute [rw] errors
5643
+ # Error occurred during retrieving column statistics data.
5644
+ # @return [Array<Types::ColumnError>]
5645
+ #
5646
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetColumnStatisticsForPartitionResponse AWS API Documentation
5647
+ #
5648
+ class GetColumnStatisticsForPartitionResponse < Struct.new(
5649
+ :column_statistics_list,
5650
+ :errors)
5651
+ SENSITIVE = []
5652
+ include Aws::Structure
5653
+ end
5654
+
5655
+ # @note When making an API call, you may pass GetColumnStatisticsForTableRequest
5656
+ # data as a hash:
5657
+ #
5658
+ # {
5659
+ # catalog_id: "CatalogIdString",
5660
+ # database_name: "NameString", # required
5661
+ # table_name: "NameString", # required
5662
+ # column_names: ["NameString"], # required
5663
+ # }
5664
+ #
5665
+ # @!attribute [rw] catalog_id
5666
+ # The ID of the Data Catalog where the partitions in question reside.
5667
+ # If none is supplied, the AWS account ID is used by default.
5668
+ # @return [String]
5669
+ #
5670
+ # @!attribute [rw] database_name
5671
+ # The name of the catalog database where the partitions reside.
5672
+ # @return [String]
5673
+ #
5674
+ # @!attribute [rw] table_name
5675
+ # The name of the partitions' table.
5676
+ # @return [String]
5677
+ #
5678
+ # @!attribute [rw] column_names
5679
+ # A list of the column names.
5680
+ # @return [Array<String>]
5681
+ #
5682
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetColumnStatisticsForTableRequest AWS API Documentation
5683
+ #
5684
+ class GetColumnStatisticsForTableRequest < Struct.new(
5685
+ :catalog_id,
5686
+ :database_name,
5687
+ :table_name,
5688
+ :column_names)
5689
+ SENSITIVE = []
5690
+ include Aws::Structure
5691
+ end
5692
+
5693
+ # @!attribute [rw] column_statistics_list
5694
+ # List of ColumnStatistics that failed to be retrieved.
5695
+ # @return [Array<Types::ColumnStatistics>]
5696
+ #
5697
+ # @!attribute [rw] errors
5698
+ # List of ColumnStatistics that failed to be retrieved.
5699
+ # @return [Array<Types::ColumnError>]
5700
+ #
5701
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetColumnStatisticsForTableResponse AWS API Documentation
5702
+ #
5703
+ class GetColumnStatisticsForTableResponse < Struct.new(
5704
+ :column_statistics_list,
5705
+ :errors)
5706
+ SENSITIVE = []
4899
5707
  include Aws::Structure
4900
5708
  end
4901
5709
 
@@ -4932,6 +5740,7 @@ module Aws::Glue
4932
5740
  :catalog_id,
4933
5741
  :name,
4934
5742
  :hide_password)
5743
+ SENSITIVE = []
4935
5744
  include Aws::Structure
4936
5745
  end
4937
5746
 
@@ -4943,6 +5752,7 @@ module Aws::Glue
4943
5752
  #
4944
5753
  class GetConnectionResponse < Struct.new(
4945
5754
  :connection)
5755
+ SENSITIVE = []
4946
5756
  include Aws::Structure
4947
5757
  end
4948
5758
 
@@ -4972,6 +5782,7 @@ module Aws::Glue
4972
5782
  class GetConnectionsFilter < Struct.new(
4973
5783
  :match_criteria,
4974
5784
  :connection_type)
5785
+ SENSITIVE = []
4975
5786
  include Aws::Structure
4976
5787
  end
4977
5788
 
@@ -5023,6 +5834,7 @@ module Aws::Glue
5023
5834
  :hide_password,
5024
5835
  :next_token,
5025
5836
  :max_results)
5837
+ SENSITIVE = []
5026
5838
  include Aws::Structure
5027
5839
  end
5028
5840
 
@@ -5040,6 +5852,7 @@ module Aws::Glue
5040
5852
  class GetConnectionsResponse < Struct.new(
5041
5853
  :connection_list,
5042
5854
  :next_token)
5855
+ SENSITIVE = []
5043
5856
  include Aws::Structure
5044
5857
  end
5045
5858
 
@@ -5070,6 +5883,7 @@ module Aws::Glue
5070
5883
  :crawler_name_list,
5071
5884
  :max_results,
5072
5885
  :next_token)
5886
+ SENSITIVE = []
5073
5887
  include Aws::Structure
5074
5888
  end
5075
5889
 
@@ -5087,6 +5901,7 @@ module Aws::Glue
5087
5901
  class GetCrawlerMetricsResponse < Struct.new(
5088
5902
  :crawler_metrics_list,
5089
5903
  :next_token)
5904
+ SENSITIVE = []
5090
5905
  include Aws::Structure
5091
5906
  end
5092
5907
 
@@ -5105,6 +5920,7 @@ module Aws::Glue
5105
5920
  #
5106
5921
  class GetCrawlerRequest < Struct.new(
5107
5922
  :name)
5923
+ SENSITIVE = []
5108
5924
  include Aws::Structure
5109
5925
  end
5110
5926
 
@@ -5116,6 +5932,7 @@ module Aws::Glue
5116
5932
  #
5117
5933
  class GetCrawlerResponse < Struct.new(
5118
5934
  :crawler)
5935
+ SENSITIVE = []
5119
5936
  include Aws::Structure
5120
5937
  end
5121
5938
 
@@ -5140,6 +5957,7 @@ module Aws::Glue
5140
5957
  class GetCrawlersRequest < Struct.new(
5141
5958
  :max_results,
5142
5959
  :next_token)
5960
+ SENSITIVE = []
5143
5961
  include Aws::Structure
5144
5962
  end
5145
5963
 
@@ -5157,6 +5975,7 @@ module Aws::Glue
5157
5975
  class GetCrawlersResponse < Struct.new(
5158
5976
  :crawlers,
5159
5977
  :next_token)
5978
+ SENSITIVE = []
5160
5979
  include Aws::Structure
5161
5980
  end
5162
5981
 
@@ -5176,6 +5995,7 @@ module Aws::Glue
5176
5995
  #
5177
5996
  class GetDataCatalogEncryptionSettingsRequest < Struct.new(
5178
5997
  :catalog_id)
5998
+ SENSITIVE = []
5179
5999
  include Aws::Structure
5180
6000
  end
5181
6001
 
@@ -5187,6 +6007,7 @@ module Aws::Glue
5187
6007
  #
5188
6008
  class GetDataCatalogEncryptionSettingsResponse < Struct.new(
5189
6009
  :data_catalog_encryption_settings)
6010
+ SENSITIVE = []
5190
6011
  include Aws::Structure
5191
6012
  end
5192
6013
 
@@ -5213,6 +6034,7 @@ module Aws::Glue
5213
6034
  class GetDatabaseRequest < Struct.new(
5214
6035
  :catalog_id,
5215
6036
  :name)
6037
+ SENSITIVE = []
5216
6038
  include Aws::Structure
5217
6039
  end
5218
6040
 
@@ -5224,6 +6046,7 @@ module Aws::Glue
5224
6046
  #
5225
6047
  class GetDatabaseResponse < Struct.new(
5226
6048
  :database)
6049
+ SENSITIVE = []
5227
6050
  include Aws::Structure
5228
6051
  end
5229
6052
 
@@ -5255,6 +6078,7 @@ module Aws::Glue
5255
6078
  :catalog_id,
5256
6079
  :next_token,
5257
6080
  :max_results)
6081
+ SENSITIVE = []
5258
6082
  include Aws::Structure
5259
6083
  end
5260
6084
 
@@ -5272,6 +6096,7 @@ module Aws::Glue
5272
6096
  class GetDatabasesResponse < Struct.new(
5273
6097
  :database_list,
5274
6098
  :next_token)
6099
+ SENSITIVE = []
5275
6100
  include Aws::Structure
5276
6101
  end
5277
6102
 
@@ -5290,6 +6115,7 @@ module Aws::Glue
5290
6115
  #
5291
6116
  class GetDataflowGraphRequest < Struct.new(
5292
6117
  :python_script)
6118
+ SENSITIVE = []
5293
6119
  include Aws::Structure
5294
6120
  end
5295
6121
 
@@ -5306,6 +6132,7 @@ module Aws::Glue
5306
6132
  class GetDataflowGraphResponse < Struct.new(
5307
6133
  :dag_nodes,
5308
6134
  :dag_edges)
6135
+ SENSITIVE = []
5309
6136
  include Aws::Structure
5310
6137
  end
5311
6138
 
@@ -5324,6 +6151,7 @@ module Aws::Glue
5324
6151
  #
5325
6152
  class GetDevEndpointRequest < Struct.new(
5326
6153
  :endpoint_name)
6154
+ SENSITIVE = []
5327
6155
  include Aws::Structure
5328
6156
  end
5329
6157
 
@@ -5335,6 +6163,7 @@ module Aws::Glue
5335
6163
  #
5336
6164
  class GetDevEndpointResponse < Struct.new(
5337
6165
  :dev_endpoint)
6166
+ SENSITIVE = []
5338
6167
  include Aws::Structure
5339
6168
  end
5340
6169
 
@@ -5359,6 +6188,7 @@ module Aws::Glue
5359
6188
  class GetDevEndpointsRequest < Struct.new(
5360
6189
  :max_results,
5361
6190
  :next_token)
6191
+ SENSITIVE = []
5362
6192
  include Aws::Structure
5363
6193
  end
5364
6194
 
@@ -5376,6 +6206,7 @@ module Aws::Glue
5376
6206
  class GetDevEndpointsResponse < Struct.new(
5377
6207
  :dev_endpoints,
5378
6208
  :next_token)
6209
+ SENSITIVE = []
5379
6210
  include Aws::Structure
5380
6211
  end
5381
6212
 
@@ -5400,6 +6231,7 @@ module Aws::Glue
5400
6231
  class GetJobBookmarkRequest < Struct.new(
5401
6232
  :job_name,
5402
6233
  :run_id)
6234
+ SENSITIVE = []
5403
6235
  include Aws::Structure
5404
6236
  end
5405
6237
 
@@ -5411,6 +6243,7 @@ module Aws::Glue
5411
6243
  #
5412
6244
  class GetJobBookmarkResponse < Struct.new(
5413
6245
  :job_bookmark_entry)
6246
+ SENSITIVE = []
5414
6247
  include Aws::Structure
5415
6248
  end
5416
6249
 
@@ -5429,6 +6262,7 @@ module Aws::Glue
5429
6262
  #
5430
6263
  class GetJobRequest < Struct.new(
5431
6264
  :job_name)
6265
+ SENSITIVE = []
5432
6266
  include Aws::Structure
5433
6267
  end
5434
6268
 
@@ -5440,6 +6274,7 @@ module Aws::Glue
5440
6274
  #
5441
6275
  class GetJobResponse < Struct.new(
5442
6276
  :job)
6277
+ SENSITIVE = []
5443
6278
  include Aws::Structure
5444
6279
  end
5445
6280
 
@@ -5470,6 +6305,7 @@ module Aws::Glue
5470
6305
  :job_name,
5471
6306
  :run_id,
5472
6307
  :predecessors_included)
6308
+ SENSITIVE = []
5473
6309
  include Aws::Structure
5474
6310
  end
5475
6311
 
@@ -5481,6 +6317,7 @@ module Aws::Glue
5481
6317
  #
5482
6318
  class GetJobRunResponse < Struct.new(
5483
6319
  :job_run)
6320
+ SENSITIVE = []
5484
6321
  include Aws::Structure
5485
6322
  end
5486
6323
 
@@ -5511,6 +6348,7 @@ module Aws::Glue
5511
6348
  :job_name,
5512
6349
  :next_token,
5513
6350
  :max_results)
6351
+ SENSITIVE = []
5514
6352
  include Aws::Structure
5515
6353
  end
5516
6354
 
@@ -5528,6 +6366,7 @@ module Aws::Glue
5528
6366
  class GetJobRunsResponse < Struct.new(
5529
6367
  :job_runs,
5530
6368
  :next_token)
6369
+ SENSITIVE = []
5531
6370
  include Aws::Structure
5532
6371
  end
5533
6372
 
@@ -5552,6 +6391,7 @@ module Aws::Glue
5552
6391
  class GetJobsRequest < Struct.new(
5553
6392
  :next_token,
5554
6393
  :max_results)
6394
+ SENSITIVE = []
5555
6395
  include Aws::Structure
5556
6396
  end
5557
6397
 
@@ -5569,6 +6409,7 @@ module Aws::Glue
5569
6409
  class GetJobsResponse < Struct.new(
5570
6410
  :jobs,
5571
6411
  :next_token)
6412
+ SENSITIVE = []
5572
6413
  include Aws::Structure
5573
6414
  end
5574
6415
 
@@ -5593,6 +6434,7 @@ module Aws::Glue
5593
6434
  class GetMLTaskRunRequest < Struct.new(
5594
6435
  :transform_id,
5595
6436
  :task_run_id)
6437
+ SENSITIVE = []
5596
6438
  include Aws::Structure
5597
6439
  end
5598
6440
 
@@ -5650,6 +6492,7 @@ module Aws::Glue
5650
6492
  :last_modified_on,
5651
6493
  :completed_on,
5652
6494
  :execution_time)
6495
+ SENSITIVE = []
5653
6496
  include Aws::Structure
5654
6497
  end
5655
6498
 
@@ -5702,6 +6545,7 @@ module Aws::Glue
5702
6545
  :max_results,
5703
6546
  :filter,
5704
6547
  :sort)
6548
+ SENSITIVE = []
5705
6549
  include Aws::Structure
5706
6550
  end
5707
6551
 
@@ -5718,6 +6562,7 @@ module Aws::Glue
5718
6562
  class GetMLTaskRunsResponse < Struct.new(
5719
6563
  :task_runs,
5720
6564
  :next_token)
6565
+ SENSITIVE = []
5721
6566
  include Aws::Structure
5722
6567
  end
5723
6568
 
@@ -5737,6 +6582,7 @@ module Aws::Glue
5737
6582
  #
5738
6583
  class GetMLTransformRequest < Struct.new(
5739
6584
  :transform_id)
6585
+ SENSITIVE = []
5740
6586
  include Aws::Structure
5741
6587
  end
5742
6588
 
@@ -5873,6 +6719,7 @@ module Aws::Glue
5873
6719
  :number_of_workers,
5874
6720
  :timeout,
5875
6721
  :max_retries)
6722
+ SENSITIVE = []
5876
6723
  include Aws::Structure
5877
6724
  end
5878
6725
 
@@ -5927,6 +6774,7 @@ module Aws::Glue
5927
6774
  :max_results,
5928
6775
  :filter,
5929
6776
  :sort)
6777
+ SENSITIVE = []
5930
6778
  include Aws::Structure
5931
6779
  end
5932
6780
 
@@ -5943,6 +6791,7 @@ module Aws::Glue
5943
6791
  class GetMLTransformsResponse < Struct.new(
5944
6792
  :transforms,
5945
6793
  :next_token)
6794
+ SENSITIVE = []
5946
6795
  include Aws::Structure
5947
6796
  end
5948
6797
 
@@ -6003,6 +6852,7 @@ module Aws::Glue
6003
6852
  :source,
6004
6853
  :sinks,
6005
6854
  :location)
6855
+ SENSITIVE = []
6006
6856
  include Aws::Structure
6007
6857
  end
6008
6858
 
@@ -6014,6 +6864,7 @@ module Aws::Glue
6014
6864
  #
6015
6865
  class GetMappingResponse < Struct.new(
6016
6866
  :mapping)
6867
+ SENSITIVE = []
6017
6868
  include Aws::Structure
6018
6869
  end
6019
6870
 
@@ -6051,6 +6902,7 @@ module Aws::Glue
6051
6902
  :database_name,
6052
6903
  :table_name,
6053
6904
  :partition_values)
6905
+ SENSITIVE = []
6054
6906
  include Aws::Structure
6055
6907
  end
6056
6908
 
@@ -6062,6 +6914,7 @@ module Aws::Glue
6062
6914
  #
6063
6915
  class GetPartitionResponse < Struct.new(
6064
6916
  :partition)
6917
+ SENSITIVE = []
6065
6918
  include Aws::Structure
6066
6919
  end
6067
6920
 
@@ -6214,6 +7067,7 @@ module Aws::Glue
6214
7067
  :next_token,
6215
7068
  :segment,
6216
7069
  :max_results)
7070
+ SENSITIVE = []
6217
7071
  include Aws::Structure
6218
7072
  end
6219
7073
 
@@ -6231,6 +7085,7 @@ module Aws::Glue
6231
7085
  class GetPartitionsResponse < Struct.new(
6232
7086
  :partitions,
6233
7087
  :next_token)
7088
+ SENSITIVE = []
6234
7089
  include Aws::Structure
6235
7090
  end
6236
7091
 
@@ -6312,6 +7167,7 @@ module Aws::Glue
6312
7167
  :sinks,
6313
7168
  :location,
6314
7169
  :language)
7170
+ SENSITIVE = []
6315
7171
  include Aws::Structure
6316
7172
  end
6317
7173
 
@@ -6328,6 +7184,7 @@ module Aws::Glue
6328
7184
  class GetPlanResponse < Struct.new(
6329
7185
  :python_script,
6330
7186
  :scala_code)
7187
+ SENSITIVE = []
6331
7188
  include Aws::Structure
6332
7189
  end
6333
7190
 
@@ -6360,6 +7217,7 @@ module Aws::Glue
6360
7217
  :policy_hash,
6361
7218
  :create_time,
6362
7219
  :update_time)
7220
+ SENSITIVE = []
6363
7221
  include Aws::Structure
6364
7222
  end
6365
7223
 
@@ -6378,6 +7236,7 @@ module Aws::Glue
6378
7236
  #
6379
7237
  class GetSecurityConfigurationRequest < Struct.new(
6380
7238
  :name)
7239
+ SENSITIVE = []
6381
7240
  include Aws::Structure
6382
7241
  end
6383
7242
 
@@ -6389,6 +7248,7 @@ module Aws::Glue
6389
7248
  #
6390
7249
  class GetSecurityConfigurationResponse < Struct.new(
6391
7250
  :security_configuration)
7251
+ SENSITIVE = []
6392
7252
  include Aws::Structure
6393
7253
  end
6394
7254
 
@@ -6413,6 +7273,7 @@ module Aws::Glue
6413
7273
  class GetSecurityConfigurationsRequest < Struct.new(
6414
7274
  :max_results,
6415
7275
  :next_token)
7276
+ SENSITIVE = []
6416
7277
  include Aws::Structure
6417
7278
  end
6418
7279
 
@@ -6430,6 +7291,7 @@ module Aws::Glue
6430
7291
  class GetSecurityConfigurationsResponse < Struct.new(
6431
7292
  :security_configurations,
6432
7293
  :next_token)
7294
+ SENSITIVE = []
6433
7295
  include Aws::Structure
6434
7296
  end
6435
7297
 
@@ -6463,6 +7325,7 @@ module Aws::Glue
6463
7325
  :catalog_id,
6464
7326
  :database_name,
6465
7327
  :name)
7328
+ SENSITIVE = []
6466
7329
  include Aws::Structure
6467
7330
  end
6468
7331
 
@@ -6474,6 +7337,7 @@ module Aws::Glue
6474
7337
  #
6475
7338
  class GetTableResponse < Struct.new(
6476
7339
  :table)
7340
+ SENSITIVE = []
6477
7341
  include Aws::Structure
6478
7342
  end
6479
7343
 
@@ -6515,6 +7379,7 @@ module Aws::Glue
6515
7379
  :database_name,
6516
7380
  :table_name,
6517
7381
  :version_id)
7382
+ SENSITIVE = []
6518
7383
  include Aws::Structure
6519
7384
  end
6520
7385
 
@@ -6526,6 +7391,7 @@ module Aws::Glue
6526
7391
  #
6527
7392
  class GetTableVersionResponse < Struct.new(
6528
7393
  :table_version)
7394
+ SENSITIVE = []
6529
7395
  include Aws::Structure
6530
7396
  end
6531
7397
 
@@ -6571,6 +7437,7 @@ module Aws::Glue
6571
7437
  :table_name,
6572
7438
  :next_token,
6573
7439
  :max_results)
7440
+ SENSITIVE = []
6574
7441
  include Aws::Structure
6575
7442
  end
6576
7443
 
@@ -6589,6 +7456,7 @@ module Aws::Glue
6589
7456
  class GetTableVersionsResponse < Struct.new(
6590
7457
  :table_versions,
6591
7458
  :next_token)
7459
+ SENSITIVE = []
6592
7460
  include Aws::Structure
6593
7461
  end
6594
7462
 
@@ -6634,6 +7502,7 @@ module Aws::Glue
6634
7502
  :expression,
6635
7503
  :next_token,
6636
7504
  :max_results)
7505
+ SENSITIVE = []
6637
7506
  include Aws::Structure
6638
7507
  end
6639
7508
 
@@ -6651,6 +7520,7 @@ module Aws::Glue
6651
7520
  class GetTablesResponse < Struct.new(
6652
7521
  :table_list,
6653
7522
  :next_token)
7523
+ SENSITIVE = []
6654
7524
  include Aws::Structure
6655
7525
  end
6656
7526
 
@@ -6670,6 +7540,7 @@ module Aws::Glue
6670
7540
  #
6671
7541
  class GetTagsRequest < Struct.new(
6672
7542
  :resource_arn)
7543
+ SENSITIVE = []
6673
7544
  include Aws::Structure
6674
7545
  end
6675
7546
 
@@ -6681,6 +7552,7 @@ module Aws::Glue
6681
7552
  #
6682
7553
  class GetTagsResponse < Struct.new(
6683
7554
  :tags)
7555
+ SENSITIVE = []
6684
7556
  include Aws::Structure
6685
7557
  end
6686
7558
 
@@ -6699,6 +7571,7 @@ module Aws::Glue
6699
7571
  #
6700
7572
  class GetTriggerRequest < Struct.new(
6701
7573
  :name)
7574
+ SENSITIVE = []
6702
7575
  include Aws::Structure
6703
7576
  end
6704
7577
 
@@ -6710,6 +7583,7 @@ module Aws::Glue
6710
7583
  #
6711
7584
  class GetTriggerResponse < Struct.new(
6712
7585
  :trigger)
7586
+ SENSITIVE = []
6713
7587
  include Aws::Structure
6714
7588
  end
6715
7589
 
@@ -6742,6 +7616,7 @@ module Aws::Glue
6742
7616
  :next_token,
6743
7617
  :dependent_job_name,
6744
7618
  :max_results)
7619
+ SENSITIVE = []
6745
7620
  include Aws::Structure
6746
7621
  end
6747
7622
 
@@ -6759,6 +7634,7 @@ module Aws::Glue
6759
7634
  class GetTriggersResponse < Struct.new(
6760
7635
  :triggers,
6761
7636
  :next_token)
7637
+ SENSITIVE = []
6762
7638
  include Aws::Structure
6763
7639
  end
6764
7640
 
@@ -6790,6 +7666,7 @@ module Aws::Glue
6790
7666
  :catalog_id,
6791
7667
  :database_name,
6792
7668
  :function_name)
7669
+ SENSITIVE = []
6793
7670
  include Aws::Structure
6794
7671
  end
6795
7672
 
@@ -6801,6 +7678,7 @@ module Aws::Glue
6801
7678
  #
6802
7679
  class GetUserDefinedFunctionResponse < Struct.new(
6803
7680
  :user_defined_function)
7681
+ SENSITIVE = []
6804
7682
  include Aws::Structure
6805
7683
  end
6806
7684
 
@@ -6847,6 +7725,7 @@ module Aws::Glue
6847
7725
  :pattern,
6848
7726
  :next_token,
6849
7727
  :max_results)
7728
+ SENSITIVE = []
6850
7729
  include Aws::Structure
6851
7730
  end
6852
7731
 
@@ -6864,6 +7743,7 @@ module Aws::Glue
6864
7743
  class GetUserDefinedFunctionsResponse < Struct.new(
6865
7744
  :user_defined_functions,
6866
7745
  :next_token)
7746
+ SENSITIVE = []
6867
7747
  include Aws::Structure
6868
7748
  end
6869
7749
 
@@ -6889,6 +7769,7 @@ module Aws::Glue
6889
7769
  class GetWorkflowRequest < Struct.new(
6890
7770
  :name,
6891
7771
  :include_graph)
7772
+ SENSITIVE = []
6892
7773
  include Aws::Structure
6893
7774
  end
6894
7775
 
@@ -6900,6 +7781,7 @@ module Aws::Glue
6900
7781
  #
6901
7782
  class GetWorkflowResponse < Struct.new(
6902
7783
  :workflow)
7784
+ SENSITIVE = []
6903
7785
  include Aws::Structure
6904
7786
  end
6905
7787
 
@@ -6924,6 +7806,7 @@ module Aws::Glue
6924
7806
  class GetWorkflowRunPropertiesRequest < Struct.new(
6925
7807
  :name,
6926
7808
  :run_id)
7809
+ SENSITIVE = []
6927
7810
  include Aws::Structure
6928
7811
  end
6929
7812
 
@@ -6935,6 +7818,7 @@ module Aws::Glue
6935
7818
  #
6936
7819
  class GetWorkflowRunPropertiesResponse < Struct.new(
6937
7820
  :run_properties)
7821
+ SENSITIVE = []
6938
7822
  include Aws::Structure
6939
7823
  end
6940
7824
 
@@ -6965,6 +7849,7 @@ module Aws::Glue
6965
7849
  :name,
6966
7850
  :run_id,
6967
7851
  :include_graph)
7852
+ SENSITIVE = []
6968
7853
  include Aws::Structure
6969
7854
  end
6970
7855
 
@@ -6976,6 +7861,7 @@ module Aws::Glue
6976
7861
  #
6977
7862
  class GetWorkflowRunResponse < Struct.new(
6978
7863
  :run)
7864
+ SENSITIVE = []
6979
7865
  include Aws::Structure
6980
7866
  end
6981
7867
 
@@ -7012,6 +7898,7 @@ module Aws::Glue
7012
7898
  :include_graph,
7013
7899
  :next_token,
7014
7900
  :max_results)
7901
+ SENSITIVE = []
7015
7902
  include Aws::Structure
7016
7903
  end
7017
7904
 
@@ -7029,6 +7916,7 @@ module Aws::Glue
7029
7916
  class GetWorkflowRunsResponse < Struct.new(
7030
7917
  :runs,
7031
7918
  :next_token)
7919
+ SENSITIVE = []
7032
7920
  include Aws::Structure
7033
7921
  end
7034
7922
 
@@ -7042,6 +7930,7 @@ module Aws::Glue
7042
7930
  #
7043
7931
  class GlueEncryptionException < Struct.new(
7044
7932
  :message)
7933
+ SENSITIVE = []
7045
7934
  include Aws::Structure
7046
7935
  end
7047
7936
 
@@ -7081,6 +7970,7 @@ module Aws::Glue
7081
7970
  :table_name,
7082
7971
  :catalog_id,
7083
7972
  :connection_name)
7973
+ SENSITIVE = []
7084
7974
  include Aws::Structure
7085
7975
  end
7086
7976
 
@@ -7114,7 +8004,7 @@ module Aws::Glue
7114
8004
  #
7115
8005
  #
7116
8006
  #
7117
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html
8007
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html
7118
8008
  # @return [String]
7119
8009
  #
7120
8010
  # @!attribute [rw] custom_patterns
@@ -7123,7 +8013,7 @@ module Aws::Glue
7123
8013
  #
7124
8014
  #
7125
8015
  #
7126
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html
8016
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html
7127
8017
  # @return [String]
7128
8018
  #
7129
8019
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GrokClassifier AWS API Documentation
@@ -7136,6 +8026,7 @@ module Aws::Glue
7136
8026
  :version,
7137
8027
  :grok_pattern,
7138
8028
  :custom_patterns)
8029
+ SENSITIVE = []
7139
8030
  include Aws::Structure
7140
8031
  end
7141
8032
 
@@ -7149,6 +8040,7 @@ module Aws::Glue
7149
8040
  #
7150
8041
  class IdempotentParameterMismatchException < Struct.new(
7151
8042
  :message)
8043
+ SENSITIVE = []
7152
8044
  include Aws::Structure
7153
8045
  end
7154
8046
 
@@ -7162,6 +8054,7 @@ module Aws::Glue
7162
8054
  #
7163
8055
  class IllegalWorkflowStateException < Struct.new(
7164
8056
  :message)
8057
+ SENSITIVE = []
7165
8058
  include Aws::Structure
7166
8059
  end
7167
8060
 
@@ -7181,6 +8074,7 @@ module Aws::Glue
7181
8074
  #
7182
8075
  class ImportCatalogToGlueRequest < Struct.new(
7183
8076
  :catalog_id)
8077
+ SENSITIVE = []
7184
8078
  include Aws::Structure
7185
8079
  end
7186
8080
 
@@ -7204,6 +8098,7 @@ module Aws::Glue
7204
8098
  class ImportLabelsTaskRunProperties < Struct.new(
7205
8099
  :input_s3_path,
7206
8100
  :replace)
8101
+ SENSITIVE = []
7207
8102
  include Aws::Structure
7208
8103
  end
7209
8104
 
@@ -7217,6 +8112,7 @@ module Aws::Glue
7217
8112
  #
7218
8113
  class InternalServiceException < Struct.new(
7219
8114
  :message)
8115
+ SENSITIVE = []
7220
8116
  include Aws::Structure
7221
8117
  end
7222
8118
 
@@ -7230,6 +8126,7 @@ module Aws::Glue
7230
8126
  #
7231
8127
  class InvalidInputException < Struct.new(
7232
8128
  :message)
8129
+ SENSITIVE = []
7233
8130
  include Aws::Structure
7234
8131
  end
7235
8132
 
@@ -7258,7 +8155,7 @@ module Aws::Glue
7258
8155
  #
7259
8156
  #
7260
8157
  #
7261
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/add-crawler.html
8158
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html
7262
8159
  # @return [Array<String>]
7263
8160
  #
7264
8161
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/JdbcTarget AWS API Documentation
@@ -7267,6 +8164,7 @@ module Aws::Glue
7267
8164
  :connection_name,
7268
8165
  :path,
7269
8166
  :exclusions)
8167
+ SENSITIVE = []
7270
8168
  include Aws::Structure
7271
8169
  end
7272
8170
 
@@ -7461,6 +8359,7 @@ module Aws::Glue
7461
8359
  :security_configuration,
7462
8360
  :notification_property,
7463
8361
  :glue_version)
8362
+ SENSITIVE = []
7464
8363
  include Aws::Structure
7465
8364
  end
7466
8365
 
@@ -7504,6 +8403,7 @@ module Aws::Glue
7504
8403
  :previous_run_id,
7505
8404
  :run_id,
7506
8405
  :job_bookmark)
8406
+ SENSITIVE = []
7507
8407
  include Aws::Structure
7508
8408
  end
7509
8409
 
@@ -7531,6 +8431,7 @@ module Aws::Glue
7531
8431
  class JobBookmarksEncryption < Struct.new(
7532
8432
  :job_bookmarks_encryption_mode,
7533
8433
  :kms_key_arn)
8434
+ SENSITIVE = []
7534
8435
  include Aws::Structure
7535
8436
  end
7536
8437
 
@@ -7566,6 +8467,7 @@ module Aws::Glue
7566
8467
  :name,
7567
8468
  :script_location,
7568
8469
  :python_version)
8470
+ SENSITIVE = []
7569
8471
  include Aws::Structure
7570
8472
  end
7571
8473
 
@@ -7579,6 +8481,7 @@ module Aws::Glue
7579
8481
  #
7580
8482
  class JobNodeDetails < Struct.new(
7581
8483
  :job_runs)
8484
+ SENSITIVE = []
7582
8485
  include Aws::Structure
7583
8486
  end
7584
8487
 
@@ -7791,6 +8694,7 @@ module Aws::Glue
7791
8694
  :log_group_name,
7792
8695
  :notification_property,
7793
8696
  :glue_version)
8697
+ SENSITIVE = []
7794
8698
  include Aws::Structure
7795
8699
  end
7796
8700
 
@@ -8003,6 +8907,7 @@ module Aws::Glue
8003
8907
  :security_configuration,
8004
8908
  :notification_property,
8005
8909
  :glue_version)
8910
+ SENSITIVE = []
8006
8911
  include Aws::Structure
8007
8912
  end
8008
8913
 
@@ -8026,7 +8931,7 @@ module Aws::Glue
8026
8931
  #
8027
8932
  # @!attribute [rw] json_path
8028
8933
  # A `JsonPath` string defining the JSON data for the classifier to
8029
- # classify. AWS Glue supports a subset of `JsonPath`, as described in
8934
+ # classify. AWS Glue supports a subset of JsonPath, as described in
8030
8935
  # [Writing JsonPath Custom Classifiers][1].
8031
8936
  #
8032
8937
  #
@@ -8042,6 +8947,7 @@ module Aws::Glue
8042
8947
  :last_updated,
8043
8948
  :version,
8044
8949
  :json_path)
8950
+ SENSITIVE = []
8045
8951
  include Aws::Structure
8046
8952
  end
8047
8953
 
@@ -8057,6 +8963,7 @@ module Aws::Glue
8057
8963
  #
8058
8964
  class LabelingSetGenerationTaskRunProperties < Struct.new(
8059
8965
  :output_s3_path)
8966
+ SENSITIVE = []
8060
8967
  include Aws::Structure
8061
8968
  end
8062
8969
 
@@ -8095,6 +9002,7 @@ module Aws::Glue
8095
9002
  :log_stream,
8096
9003
  :message_prefix,
8097
9004
  :start_time)
9005
+ SENSITIVE = []
8098
9006
  include Aws::Structure
8099
9007
  end
8100
9008
 
@@ -8127,6 +9035,7 @@ module Aws::Glue
8127
9035
  :max_results,
8128
9036
  :next_token,
8129
9037
  :tags)
9038
+ SENSITIVE = []
8130
9039
  include Aws::Structure
8131
9040
  end
8132
9041
 
@@ -8145,6 +9054,7 @@ module Aws::Glue
8145
9054
  class ListCrawlersResponse < Struct.new(
8146
9055
  :crawler_names,
8147
9056
  :next_token)
9057
+ SENSITIVE = []
8148
9058
  include Aws::Structure
8149
9059
  end
8150
9060
 
@@ -8177,6 +9087,7 @@ module Aws::Glue
8177
9087
  :next_token,
8178
9088
  :max_results,
8179
9089
  :tags)
9090
+ SENSITIVE = []
8180
9091
  include Aws::Structure
8181
9092
  end
8182
9093
 
@@ -8195,6 +9106,7 @@ module Aws::Glue
8195
9106
  class ListDevEndpointsResponse < Struct.new(
8196
9107
  :dev_endpoint_names,
8197
9108
  :next_token)
9109
+ SENSITIVE = []
8198
9110
  include Aws::Structure
8199
9111
  end
8200
9112
 
@@ -8227,6 +9139,7 @@ module Aws::Glue
8227
9139
  :next_token,
8228
9140
  :max_results,
8229
9141
  :tags)
9142
+ SENSITIVE = []
8230
9143
  include Aws::Structure
8231
9144
  end
8232
9145
 
@@ -8245,6 +9158,7 @@ module Aws::Glue
8245
9158
  class ListJobsResponse < Struct.new(
8246
9159
  :job_names,
8247
9160
  :next_token)
9161
+ SENSITIVE = []
8248
9162
  include Aws::Structure
8249
9163
  end
8250
9164
 
@@ -8309,6 +9223,7 @@ module Aws::Glue
8309
9223
  :filter,
8310
9224
  :sort,
8311
9225
  :tags)
9226
+ SENSITIVE = []
8312
9227
  include Aws::Structure
8313
9228
  end
8314
9229
 
@@ -8327,6 +9242,7 @@ module Aws::Glue
8327
9242
  class ListMLTransformsResponse < Struct.new(
8328
9243
  :transform_ids,
8329
9244
  :next_token)
9245
+ SENSITIVE = []
8330
9246
  include Aws::Structure
8331
9247
  end
8332
9248
 
@@ -8367,6 +9283,7 @@ module Aws::Glue
8367
9283
  :dependent_job_name,
8368
9284
  :max_results,
8369
9285
  :tags)
9286
+ SENSITIVE = []
8370
9287
  include Aws::Structure
8371
9288
  end
8372
9289
 
@@ -8385,6 +9302,7 @@ module Aws::Glue
8385
9302
  class ListTriggersResponse < Struct.new(
8386
9303
  :trigger_names,
8387
9304
  :next_token)
9305
+ SENSITIVE = []
8388
9306
  include Aws::Structure
8389
9307
  end
8390
9308
 
@@ -8409,6 +9327,7 @@ module Aws::Glue
8409
9327
  class ListWorkflowsRequest < Struct.new(
8410
9328
  :next_token,
8411
9329
  :max_results)
9330
+ SENSITIVE = []
8412
9331
  include Aws::Structure
8413
9332
  end
8414
9333
 
@@ -8425,6 +9344,7 @@ module Aws::Glue
8425
9344
  class ListWorkflowsResponse < Struct.new(
8426
9345
  :workflows,
8427
9346
  :next_token)
9347
+ SENSITIVE = []
8428
9348
  include Aws::Structure
8429
9349
  end
8430
9350
 
@@ -8475,6 +9395,46 @@ module Aws::Glue
8475
9395
  :jdbc,
8476
9396
  :s3,
8477
9397
  :dynamo_db)
9398
+ SENSITIVE = []
9399
+ include Aws::Structure
9400
+ end
9401
+
9402
+ # Defines a long column statistics data.
9403
+ #
9404
+ # @note When making an API call, you may pass LongColumnStatisticsData
9405
+ # data as a hash:
9406
+ #
9407
+ # {
9408
+ # minimum_value: 1,
9409
+ # maximum_value: 1,
9410
+ # number_of_nulls: 1, # required
9411
+ # number_of_distinct_values: 1, # required
9412
+ # }
9413
+ #
9414
+ # @!attribute [rw] minimum_value
9415
+ # Minimum value of the column.
9416
+ # @return [Integer]
9417
+ #
9418
+ # @!attribute [rw] maximum_value
9419
+ # Maximum value of the column.
9420
+ # @return [Integer]
9421
+ #
9422
+ # @!attribute [rw] number_of_nulls
9423
+ # Number of nulls.
9424
+ # @return [Integer]
9425
+ #
9426
+ # @!attribute [rw] number_of_distinct_values
9427
+ # Number of distinct values.
9428
+ # @return [Integer]
9429
+ #
9430
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/LongColumnStatisticsData AWS API Documentation
9431
+ #
9432
+ class LongColumnStatisticsData < Struct.new(
9433
+ :minimum_value,
9434
+ :maximum_value,
9435
+ :number_of_nulls,
9436
+ :number_of_distinct_values)
9437
+ SENSITIVE = []
8478
9438
  include Aws::Structure
8479
9439
  end
8480
9440
 
@@ -8665,6 +9625,7 @@ module Aws::Glue
8665
9625
  :number_of_workers,
8666
9626
  :timeout,
8667
9627
  :max_retries)
9628
+ SENSITIVE = []
8668
9629
  include Aws::Structure
8669
9630
  end
8670
9631
 
@@ -8678,6 +9639,7 @@ module Aws::Glue
8678
9639
  #
8679
9640
  class MLTransformNotReadyException < Struct.new(
8680
9641
  :message)
9642
+ SENSITIVE = []
8681
9643
  include Aws::Structure
8682
9644
  end
8683
9645
 
@@ -8728,6 +9690,7 @@ module Aws::Glue
8728
9690
  :target_table,
8729
9691
  :target_path,
8730
9692
  :target_type)
9693
+ SENSITIVE = []
8731
9694
  include Aws::Structure
8732
9695
  end
8733
9696
 
@@ -8741,6 +9704,7 @@ module Aws::Glue
8741
9704
  #
8742
9705
  class NoScheduleException < Struct.new(
8743
9706
  :message)
9707
+ SENSITIVE = []
8744
9708
  include Aws::Structure
8745
9709
  end
8746
9710
 
@@ -8780,6 +9744,7 @@ module Aws::Glue
8780
9744
  :trigger_details,
8781
9745
  :job_details,
8782
9746
  :crawler_details)
9747
+ SENSITIVE = []
8783
9748
  include Aws::Structure
8784
9749
  end
8785
9750
 
@@ -8801,6 +9766,7 @@ module Aws::Glue
8801
9766
  #
8802
9767
  class NotificationProperty < Struct.new(
8803
9768
  :notify_delay_after)
9769
+ SENSITIVE = []
8804
9770
  include Aws::Structure
8805
9771
  end
8806
9772
 
@@ -8814,6 +9780,7 @@ module Aws::Glue
8814
9780
  #
8815
9781
  class OperationTimeoutException < Struct.new(
8816
9782
  :message)
9783
+ SENSITIVE = []
8817
9784
  include Aws::Structure
8818
9785
  end
8819
9786
 
@@ -8841,6 +9808,7 @@ module Aws::Glue
8841
9808
  class Order < Struct.new(
8842
9809
  :column,
8843
9810
  :sort_order)
9811
+ SENSITIVE = []
8844
9812
  include Aws::Structure
8845
9813
  end
8846
9814
 
@@ -8891,6 +9859,7 @@ module Aws::Glue
8891
9859
  :storage_descriptor,
8892
9860
  :parameters,
8893
9861
  :last_analyzed_time)
9862
+ SENSITIVE = []
8894
9863
  include Aws::Structure
8895
9864
  end
8896
9865
 
@@ -8909,6 +9878,7 @@ module Aws::Glue
8909
9878
  class PartitionError < Struct.new(
8910
9879
  :partition_values,
8911
9880
  :error_detail)
9881
+ SENSITIVE = []
8912
9882
  include Aws::Structure
8913
9883
  end
8914
9884
 
@@ -9004,6 +9974,7 @@ module Aws::Glue
9004
9974
  :storage_descriptor,
9005
9975
  :parameters,
9006
9976
  :last_analyzed_time)
9977
+ SENSITIVE = []
9007
9978
  include Aws::Structure
9008
9979
  end
9009
9980
 
@@ -9024,6 +9995,7 @@ module Aws::Glue
9024
9995
  #
9025
9996
  class PartitionValueList < Struct.new(
9026
9997
  :values)
9998
+ SENSITIVE = []
9027
9999
  include Aws::Structure
9028
10000
  end
9029
10001
 
@@ -9059,6 +10031,7 @@ module Aws::Glue
9059
10031
  :subnet_id,
9060
10032
  :security_group_id_list,
9061
10033
  :availability_zone)
10034
+ SENSITIVE = []
9062
10035
  include Aws::Structure
9063
10036
  end
9064
10037
 
@@ -9078,6 +10051,7 @@ module Aws::Glue
9078
10051
  class Predecessor < Struct.new(
9079
10052
  :job_name,
9080
10053
  :run_id)
10054
+ SENSITIVE = []
9081
10055
  include Aws::Structure
9082
10056
  end
9083
10057
 
@@ -9113,6 +10087,7 @@ module Aws::Glue
9113
10087
  class Predicate < Struct.new(
9114
10088
  :logical,
9115
10089
  :conditions)
10090
+ SENSITIVE = []
9116
10091
  include Aws::Structure
9117
10092
  end
9118
10093
 
@@ -9141,6 +10116,7 @@ module Aws::Glue
9141
10116
  class PrincipalPermissions < Struct.new(
9142
10117
  :principal,
9143
10118
  :permissions)
10119
+ SENSITIVE = []
9144
10120
  include Aws::Structure
9145
10121
  end
9146
10122
 
@@ -9173,6 +10149,7 @@ module Aws::Glue
9173
10149
  :key,
9174
10150
  :value,
9175
10151
  :comparator)
10152
+ SENSITIVE = []
9176
10153
  include Aws::Structure
9177
10154
  end
9178
10155
 
@@ -9207,6 +10184,7 @@ module Aws::Glue
9207
10184
  class PutDataCatalogEncryptionSettingsRequest < Struct.new(
9208
10185
  :catalog_id,
9209
10186
  :data_catalog_encryption_settings)
10187
+ SENSITIVE = []
9210
10188
  include Aws::Structure
9211
10189
  end
9212
10190
 
@@ -9247,6 +10225,7 @@ module Aws::Glue
9247
10225
  :policy_in_json,
9248
10226
  :policy_hash_condition,
9249
10227
  :policy_exists_condition)
10228
+ SENSITIVE = []
9250
10229
  include Aws::Structure
9251
10230
  end
9252
10231
 
@@ -9259,6 +10238,7 @@ module Aws::Glue
9259
10238
  #
9260
10239
  class PutResourcePolicyResponse < Struct.new(
9261
10240
  :policy_hash)
10241
+ SENSITIVE = []
9262
10242
  include Aws::Structure
9263
10243
  end
9264
10244
 
@@ -9292,6 +10272,7 @@ module Aws::Glue
9292
10272
  :name,
9293
10273
  :run_id,
9294
10274
  :run_properties)
10275
+ SENSITIVE = []
9295
10276
  include Aws::Structure
9296
10277
  end
9297
10278
 
@@ -9320,6 +10301,7 @@ module Aws::Glue
9320
10301
  class ResetJobBookmarkRequest < Struct.new(
9321
10302
  :job_name,
9322
10303
  :run_id)
10304
+ SENSITIVE = []
9323
10305
  include Aws::Structure
9324
10306
  end
9325
10307
 
@@ -9331,6 +10313,7 @@ module Aws::Glue
9331
10313
  #
9332
10314
  class ResetJobBookmarkResponse < Struct.new(
9333
10315
  :job_bookmark_entry)
10316
+ SENSITIVE = []
9334
10317
  include Aws::Structure
9335
10318
  end
9336
10319
 
@@ -9344,6 +10327,7 @@ module Aws::Glue
9344
10327
  #
9345
10328
  class ResourceNumberLimitExceededException < Struct.new(
9346
10329
  :message)
10330
+ SENSITIVE = []
9347
10331
  include Aws::Structure
9348
10332
  end
9349
10333
 
@@ -9370,6 +10354,7 @@ module Aws::Glue
9370
10354
  class ResourceUri < Struct.new(
9371
10355
  :resource_type,
9372
10356
  :uri)
10357
+ SENSITIVE = []
9373
10358
  include Aws::Structure
9374
10359
  end
9375
10360
 
@@ -9398,6 +10383,7 @@ module Aws::Glue
9398
10383
  class S3Encryption < Struct.new(
9399
10384
  :s3_encryption_mode,
9400
10385
  :kms_key_arn)
10386
+ SENSITIVE = []
9401
10387
  include Aws::Structure
9402
10388
  end
9403
10389
 
@@ -9421,7 +10407,7 @@ module Aws::Glue
9421
10407
  #
9422
10408
  #
9423
10409
  #
9424
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/add-crawler.html
10410
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html
9425
10411
  # @return [Array<String>]
9426
10412
  #
9427
10413
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/S3Target AWS API Documentation
@@ -9429,20 +10415,20 @@ module Aws::Glue
9429
10415
  class S3Target < Struct.new(
9430
10416
  :path,
9431
10417
  :exclusions)
10418
+ SENSITIVE = []
9432
10419
  include Aws::Structure
9433
10420
  end
9434
10421
 
9435
10422
  # A scheduling object using a `cron` statement to schedule an event.
9436
10423
  #
9437
10424
  # @!attribute [rw] schedule_expression
9438
- # A `cron` expression used to specify the schedule. For more
9439
- # information, see [Time-Based Schedules for Jobs and Crawlers][1].
9440
- # For example, to run something every day at 12:15 UTC, specify
9441
- # `cron(15 12 * * ? *)`.
10425
+ # A `cron` expression used to specify the schedule (see [Time-Based
10426
+ # Schedules for Jobs and Crawlers][1]. For example, to run something
10427
+ # every day at 12:15 UTC, you would specify: `cron(15 12 * * ? *)`.
9442
10428
  #
9443
10429
  #
9444
10430
  #
9445
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
10431
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
9446
10432
  # @return [String]
9447
10433
  #
9448
10434
  # @!attribute [rw] state
@@ -9454,6 +10440,7 @@ module Aws::Glue
9454
10440
  class Schedule < Struct.new(
9455
10441
  :schedule_expression,
9456
10442
  :state)
10443
+ SENSITIVE = []
9457
10444
  include Aws::Structure
9458
10445
  end
9459
10446
 
@@ -9467,6 +10454,7 @@ module Aws::Glue
9467
10454
  #
9468
10455
  class SchedulerNotRunningException < Struct.new(
9469
10456
  :message)
10457
+ SENSITIVE = []
9470
10458
  include Aws::Structure
9471
10459
  end
9472
10460
 
@@ -9480,6 +10468,7 @@ module Aws::Glue
9480
10468
  #
9481
10469
  class SchedulerRunningException < Struct.new(
9482
10470
  :message)
10471
+ SENSITIVE = []
9483
10472
  include Aws::Structure
9484
10473
  end
9485
10474
 
@@ -9493,6 +10482,7 @@ module Aws::Glue
9493
10482
  #
9494
10483
  class SchedulerTransitioningException < Struct.new(
9495
10484
  :message)
10485
+ SENSITIVE = []
9496
10486
  include Aws::Structure
9497
10487
  end
9498
10488
 
@@ -9519,6 +10509,7 @@ module Aws::Glue
9519
10509
  class SchemaChangePolicy < Struct.new(
9520
10510
  :update_behavior,
9521
10511
  :delete_behavior)
10512
+ SENSITIVE = []
9522
10513
  include Aws::Structure
9523
10514
  end
9524
10515
 
@@ -9547,6 +10538,7 @@ module Aws::Glue
9547
10538
  class SchemaColumn < Struct.new(
9548
10539
  :name,
9549
10540
  :data_type)
10541
+ SENSITIVE = []
9550
10542
  include Aws::Structure
9551
10543
  end
9552
10544
 
@@ -9611,6 +10603,7 @@ module Aws::Glue
9611
10603
  :search_text,
9612
10604
  :sort_criteria,
9613
10605
  :max_results)
10606
+ SENSITIVE = []
9614
10607
  include Aws::Structure
9615
10608
  end
9616
10609
 
@@ -9629,6 +10622,7 @@ module Aws::Glue
9629
10622
  class SearchTablesResponse < Struct.new(
9630
10623
  :next_token,
9631
10624
  :table_list)
10625
+ SENSITIVE = []
9632
10626
  include Aws::Structure
9633
10627
  end
9634
10628
 
@@ -9653,6 +10647,7 @@ module Aws::Glue
9653
10647
  :name,
9654
10648
  :created_time_stamp,
9655
10649
  :encryption_configuration)
10650
+ SENSITIVE = []
9656
10651
  include Aws::Structure
9657
10652
  end
9658
10653
 
@@ -9682,6 +10677,7 @@ module Aws::Glue
9682
10677
  class Segment < Struct.new(
9683
10678
  :segment_number,
9684
10679
  :total_segments)
10680
+ SENSITIVE = []
9685
10681
  include Aws::Structure
9686
10682
  end
9687
10683
 
@@ -9719,6 +10715,7 @@ module Aws::Glue
9719
10715
  :name,
9720
10716
  :serialization_library,
9721
10717
  :parameters)
10718
+ SENSITIVE = []
9722
10719
  include Aws::Structure
9723
10720
  end
9724
10721
 
@@ -9755,6 +10752,7 @@ module Aws::Glue
9755
10752
  :skewed_column_names,
9756
10753
  :skewed_column_values,
9757
10754
  :skewed_column_value_location_maps)
10755
+ SENSITIVE = []
9758
10756
  include Aws::Structure
9759
10757
  end
9760
10758
 
@@ -9781,6 +10779,7 @@ module Aws::Glue
9781
10779
  class SortCriterion < Struct.new(
9782
10780
  :field_name,
9783
10781
  :sort)
10782
+ SENSITIVE = []
9784
10783
  include Aws::Structure
9785
10784
  end
9786
10785
 
@@ -9799,6 +10798,7 @@ module Aws::Glue
9799
10798
  #
9800
10799
  class StartCrawlerRequest < Struct.new(
9801
10800
  :name)
10801
+ SENSITIVE = []
9802
10802
  include Aws::Structure
9803
10803
  end
9804
10804
 
@@ -9821,6 +10821,7 @@ module Aws::Glue
9821
10821
  #
9822
10822
  class StartCrawlerScheduleRequest < Struct.new(
9823
10823
  :crawler_name)
10824
+ SENSITIVE = []
9824
10825
  include Aws::Structure
9825
10826
  end
9826
10827
 
@@ -9849,6 +10850,7 @@ module Aws::Glue
9849
10850
  class StartExportLabelsTaskRunRequest < Struct.new(
9850
10851
  :transform_id,
9851
10852
  :output_s3_path)
10853
+ SENSITIVE = []
9852
10854
  include Aws::Structure
9853
10855
  end
9854
10856
 
@@ -9860,6 +10862,7 @@ module Aws::Glue
9860
10862
  #
9861
10863
  class StartExportLabelsTaskRunResponse < Struct.new(
9862
10864
  :task_run_id)
10865
+ SENSITIVE = []
9863
10866
  include Aws::Structure
9864
10867
  end
9865
10868
 
@@ -9891,6 +10894,7 @@ module Aws::Glue
9891
10894
  :transform_id,
9892
10895
  :input_s3_path,
9893
10896
  :replace_all_labels)
10897
+ SENSITIVE = []
9894
10898
  include Aws::Structure
9895
10899
  end
9896
10900
 
@@ -9902,6 +10906,7 @@ module Aws::Glue
9902
10906
  #
9903
10907
  class StartImportLabelsTaskRunResponse < Struct.new(
9904
10908
  :task_run_id)
10909
+ SENSITIVE = []
9905
10910
  include Aws::Structure
9906
10911
  end
9907
10912
 
@@ -10046,6 +11051,7 @@ module Aws::Glue
10046
11051
  :notification_property,
10047
11052
  :worker_type,
10048
11053
  :number_of_workers)
11054
+ SENSITIVE = []
10049
11055
  include Aws::Structure
10050
11056
  end
10051
11057
 
@@ -10057,6 +11063,7 @@ module Aws::Glue
10057
11063
  #
10058
11064
  class StartJobRunResponse < Struct.new(
10059
11065
  :job_run_id)
11066
+ SENSITIVE = []
10060
11067
  include Aws::Structure
10061
11068
  end
10062
11069
 
@@ -10075,6 +11082,7 @@ module Aws::Glue
10075
11082
  #
10076
11083
  class StartMLEvaluationTaskRunRequest < Struct.new(
10077
11084
  :transform_id)
11085
+ SENSITIVE = []
10078
11086
  include Aws::Structure
10079
11087
  end
10080
11088
 
@@ -10086,6 +11094,7 @@ module Aws::Glue
10086
11094
  #
10087
11095
  class StartMLEvaluationTaskRunResponse < Struct.new(
10088
11096
  :task_run_id)
11097
+ SENSITIVE = []
10089
11098
  include Aws::Structure
10090
11099
  end
10091
11100
 
@@ -10111,6 +11120,7 @@ module Aws::Glue
10111
11120
  class StartMLLabelingSetGenerationTaskRunRequest < Struct.new(
10112
11121
  :transform_id,
10113
11122
  :output_s3_path)
11123
+ SENSITIVE = []
10114
11124
  include Aws::Structure
10115
11125
  end
10116
11126
 
@@ -10122,6 +11132,7 @@ module Aws::Glue
10122
11132
  #
10123
11133
  class StartMLLabelingSetGenerationTaskRunResponse < Struct.new(
10124
11134
  :task_run_id)
11135
+ SENSITIVE = []
10125
11136
  include Aws::Structure
10126
11137
  end
10127
11138
 
@@ -10140,6 +11151,7 @@ module Aws::Glue
10140
11151
  #
10141
11152
  class StartTriggerRequest < Struct.new(
10142
11153
  :name)
11154
+ SENSITIVE = []
10143
11155
  include Aws::Structure
10144
11156
  end
10145
11157
 
@@ -10151,6 +11163,7 @@ module Aws::Glue
10151
11163
  #
10152
11164
  class StartTriggerResponse < Struct.new(
10153
11165
  :name)
11166
+ SENSITIVE = []
10154
11167
  include Aws::Structure
10155
11168
  end
10156
11169
 
@@ -10169,6 +11182,7 @@ module Aws::Glue
10169
11182
  #
10170
11183
  class StartWorkflowRunRequest < Struct.new(
10171
11184
  :name)
11185
+ SENSITIVE = []
10172
11186
  include Aws::Structure
10173
11187
  end
10174
11188
 
@@ -10180,6 +11194,7 @@ module Aws::Glue
10180
11194
  #
10181
11195
  class StartWorkflowRunResponse < Struct.new(
10182
11196
  :run_id)
11197
+ SENSITIVE = []
10183
11198
  include Aws::Structure
10184
11199
  end
10185
11200
 
@@ -10198,6 +11213,7 @@ module Aws::Glue
10198
11213
  #
10199
11214
  class StopCrawlerRequest < Struct.new(
10200
11215
  :name)
11216
+ SENSITIVE = []
10201
11217
  include Aws::Structure
10202
11218
  end
10203
11219
 
@@ -10220,6 +11236,7 @@ module Aws::Glue
10220
11236
  #
10221
11237
  class StopCrawlerScheduleRequest < Struct.new(
10222
11238
  :crawler_name)
11239
+ SENSITIVE = []
10223
11240
  include Aws::Structure
10224
11241
  end
10225
11242
 
@@ -10242,6 +11259,7 @@ module Aws::Glue
10242
11259
  #
10243
11260
  class StopTriggerRequest < Struct.new(
10244
11261
  :name)
11262
+ SENSITIVE = []
10245
11263
  include Aws::Structure
10246
11264
  end
10247
11265
 
@@ -10253,6 +11271,7 @@ module Aws::Glue
10253
11271
  #
10254
11272
  class StopTriggerResponse < Struct.new(
10255
11273
  :name)
11274
+ SENSITIVE = []
10256
11275
  include Aws::Structure
10257
11276
  end
10258
11277
 
@@ -10277,6 +11296,7 @@ module Aws::Glue
10277
11296
  class StopWorkflowRunRequest < Struct.new(
10278
11297
  :name,
10279
11298
  :run_id)
11299
+ SENSITIVE = []
10280
11300
  include Aws::Structure
10281
11301
  end
10282
11302
 
@@ -10402,6 +11422,46 @@ module Aws::Glue
10402
11422
  :parameters,
10403
11423
  :skewed_info,
10404
11424
  :stored_as_sub_directories)
11425
+ SENSITIVE = []
11426
+ include Aws::Structure
11427
+ end
11428
+
11429
+ # Defines a string column statistics data.
11430
+ #
11431
+ # @note When making an API call, you may pass StringColumnStatisticsData
11432
+ # data as a hash:
11433
+ #
11434
+ # {
11435
+ # maximum_length: 1, # required
11436
+ # average_length: 1.0, # required
11437
+ # number_of_nulls: 1, # required
11438
+ # number_of_distinct_values: 1, # required
11439
+ # }
11440
+ #
11441
+ # @!attribute [rw] maximum_length
11442
+ # Maximum value of the column.
11443
+ # @return [Integer]
11444
+ #
11445
+ # @!attribute [rw] average_length
11446
+ # Average value of the column.
11447
+ # @return [Float]
11448
+ #
11449
+ # @!attribute [rw] number_of_nulls
11450
+ # Number of nulls.
11451
+ # @return [Integer]
11452
+ #
11453
+ # @!attribute [rw] number_of_distinct_values
11454
+ # Number of distinct values.
11455
+ # @return [Integer]
11456
+ #
11457
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StringColumnStatisticsData AWS API Documentation
11458
+ #
11459
+ class StringColumnStatisticsData < Struct.new(
11460
+ :maximum_length,
11461
+ :average_length,
11462
+ :number_of_nulls,
11463
+ :number_of_distinct_values)
11464
+ SENSITIVE = []
10405
11465
  include Aws::Structure
10406
11466
  end
10407
11467
 
@@ -10509,6 +11569,7 @@ module Aws::Glue
10509
11569
  :parameters,
10510
11570
  :created_by,
10511
11571
  :is_registered_with_lake_formation)
11572
+ SENSITIVE = []
10512
11573
  include Aws::Structure
10513
11574
  end
10514
11575
 
@@ -10528,6 +11589,7 @@ module Aws::Glue
10528
11589
  class TableError < Struct.new(
10529
11590
  :table_name,
10530
11591
  :error_detail)
11592
+ SENSITIVE = []
10531
11593
  include Aws::Structure
10532
11594
  end
10533
11595
 
@@ -10677,6 +11739,7 @@ module Aws::Glue
10677
11739
  :view_expanded_text,
10678
11740
  :table_type,
10679
11741
  :parameters)
11742
+ SENSITIVE = []
10680
11743
  include Aws::Structure
10681
11744
  end
10682
11745
 
@@ -10697,6 +11760,7 @@ module Aws::Glue
10697
11760
  class TableVersion < Struct.new(
10698
11761
  :table,
10699
11762
  :version_id)
11763
+ SENSITIVE = []
10700
11764
  include Aws::Structure
10701
11765
  end
10702
11766
 
@@ -10721,6 +11785,7 @@ module Aws::Glue
10721
11785
  :table_name,
10722
11786
  :version_id,
10723
11787
  :error_detail)
11788
+ SENSITIVE = []
10724
11789
  include Aws::Structure
10725
11790
  end
10726
11791
 
@@ -10753,6 +11818,7 @@ module Aws::Glue
10753
11818
  class TagResourceRequest < Struct.new(
10754
11819
  :resource_arn,
10755
11820
  :tags_to_add)
11821
+ SENSITIVE = []
10756
11822
  include Aws::Structure
10757
11823
  end
10758
11824
 
@@ -10818,6 +11884,7 @@ module Aws::Glue
10818
11884
  :last_modified_on,
10819
11885
  :completed_on,
10820
11886
  :execution_time)
11887
+ SENSITIVE = []
10821
11888
  include Aws::Structure
10822
11889
  end
10823
11890
 
@@ -10857,6 +11924,7 @@ module Aws::Glue
10857
11924
  :status,
10858
11925
  :started_before,
10859
11926
  :started_after)
11927
+ SENSITIVE = []
10860
11928
  include Aws::Structure
10861
11929
  end
10862
11930
 
@@ -10890,6 +11958,7 @@ module Aws::Glue
10890
11958
  :export_labels_task_run_properties,
10891
11959
  :labeling_set_generation_task_run_properties,
10892
11960
  :find_matches_task_run_properties)
11961
+ SENSITIVE = []
10893
11962
  include Aws::Structure
10894
11963
  end
10895
11964
 
@@ -10919,6 +11988,7 @@ module Aws::Glue
10919
11988
  class TaskRunSortCriteria < Struct.new(
10920
11989
  :column,
10921
11990
  :sort_direction)
11991
+ SENSITIVE = []
10922
11992
  include Aws::Structure
10923
11993
  end
10924
11994
 
@@ -11008,6 +12078,7 @@ module Aws::Glue
11008
12078
  :last_modified_before,
11009
12079
  :last_modified_after,
11010
12080
  :schema)
12081
+ SENSITIVE = []
11011
12082
  include Aws::Structure
11012
12083
  end
11013
12084
 
@@ -11047,6 +12118,7 @@ module Aws::Glue
11047
12118
  class TransformParameters < Struct.new(
11048
12119
  :transform_type,
11049
12120
  :find_matches_parameters)
12121
+ SENSITIVE = []
11050
12122
  include Aws::Structure
11051
12123
  end
11052
12124
 
@@ -11076,6 +12148,7 @@ module Aws::Glue
11076
12148
  class TransformSortCriteria < Struct.new(
11077
12149
  :column,
11078
12150
  :sort_direction)
12151
+ SENSITIVE = []
11079
12152
  include Aws::Structure
11080
12153
  end
11081
12154
 
@@ -11135,6 +12208,7 @@ module Aws::Glue
11135
12208
  :schedule,
11136
12209
  :actions,
11137
12210
  :predicate)
12211
+ SENSITIVE = []
11138
12212
  include Aws::Structure
11139
12213
  end
11140
12214
 
@@ -11148,6 +12222,7 @@ module Aws::Glue
11148
12222
  #
11149
12223
  class TriggerNodeDetails < Struct.new(
11150
12224
  :trigger)
12225
+ SENSITIVE = []
11151
12226
  include Aws::Structure
11152
12227
  end
11153
12228
 
@@ -11224,6 +12299,7 @@ module Aws::Glue
11224
12299
  :schedule,
11225
12300
  :actions,
11226
12301
  :predicate)
12302
+ SENSITIVE = []
11227
12303
  include Aws::Structure
11228
12304
  end
11229
12305
 
@@ -11249,6 +12325,7 @@ module Aws::Glue
11249
12325
  class UntagResourceRequest < Struct.new(
11250
12326
  :resource_arn,
11251
12327
  :tags_to_remove)
12328
+ SENSITIVE = []
11252
12329
  include Aws::Structure
11253
12330
  end
11254
12331
 
@@ -11309,6 +12386,7 @@ module Aws::Glue
11309
12386
  :xml_classifier,
11310
12387
  :json_classifier,
11311
12388
  :csv_classifier)
12389
+ SENSITIVE = []
11312
12390
  include Aws::Structure
11313
12391
  end
11314
12392
 
@@ -11316,6 +12394,222 @@ module Aws::Glue
11316
12394
  #
11317
12395
  class UpdateClassifierResponse < Aws::EmptyStructure; end
11318
12396
 
12397
+ # @note When making an API call, you may pass UpdateColumnStatisticsForPartitionRequest
12398
+ # data as a hash:
12399
+ #
12400
+ # {
12401
+ # catalog_id: "CatalogIdString",
12402
+ # database_name: "NameString", # required
12403
+ # table_name: "NameString", # required
12404
+ # partition_values: ["ValueString"], # required
12405
+ # column_statistics_list: [ # required
12406
+ # {
12407
+ # column_name: "NameString", # required
12408
+ # column_type: "TypeString", # required
12409
+ # analyzed_time: Time.now, # required
12410
+ # statistics_data: { # required
12411
+ # type: "BOOLEAN", # required, accepts BOOLEAN, DATE, DECIMAL, DOUBLE, LONG, STRING, BINARY
12412
+ # boolean_column_statistics_data: {
12413
+ # number_of_trues: 1, # required
12414
+ # number_of_falses: 1, # required
12415
+ # number_of_nulls: 1, # required
12416
+ # },
12417
+ # date_column_statistics_data: {
12418
+ # minimum_value: Time.now,
12419
+ # maximum_value: Time.now,
12420
+ # number_of_nulls: 1, # required
12421
+ # number_of_distinct_values: 1, # required
12422
+ # },
12423
+ # decimal_column_statistics_data: {
12424
+ # minimum_value: {
12425
+ # unscaled_value: "data", # required
12426
+ # scale: 1, # required
12427
+ # },
12428
+ # maximum_value: {
12429
+ # unscaled_value: "data", # required
12430
+ # scale: 1, # required
12431
+ # },
12432
+ # number_of_nulls: 1, # required
12433
+ # number_of_distinct_values: 1, # required
12434
+ # },
12435
+ # double_column_statistics_data: {
12436
+ # minimum_value: 1.0,
12437
+ # maximum_value: 1.0,
12438
+ # number_of_nulls: 1, # required
12439
+ # number_of_distinct_values: 1, # required
12440
+ # },
12441
+ # long_column_statistics_data: {
12442
+ # minimum_value: 1,
12443
+ # maximum_value: 1,
12444
+ # number_of_nulls: 1, # required
12445
+ # number_of_distinct_values: 1, # required
12446
+ # },
12447
+ # string_column_statistics_data: {
12448
+ # maximum_length: 1, # required
12449
+ # average_length: 1.0, # required
12450
+ # number_of_nulls: 1, # required
12451
+ # number_of_distinct_values: 1, # required
12452
+ # },
12453
+ # binary_column_statistics_data: {
12454
+ # maximum_length: 1, # required
12455
+ # average_length: 1.0, # required
12456
+ # number_of_nulls: 1, # required
12457
+ # },
12458
+ # },
12459
+ # },
12460
+ # ],
12461
+ # }
12462
+ #
12463
+ # @!attribute [rw] catalog_id
12464
+ # The ID of the Data Catalog where the partitions in question reside.
12465
+ # If none is supplied, the AWS account ID is used by default.
12466
+ # @return [String]
12467
+ #
12468
+ # @!attribute [rw] database_name
12469
+ # The name of the catalog database where the partitions reside.
12470
+ # @return [String]
12471
+ #
12472
+ # @!attribute [rw] table_name
12473
+ # The name of the partitions' table.
12474
+ # @return [String]
12475
+ #
12476
+ # @!attribute [rw] partition_values
12477
+ # A list of partition values identifying the partition.
12478
+ # @return [Array<String>]
12479
+ #
12480
+ # @!attribute [rw] column_statistics_list
12481
+ # A list of the column statistics.
12482
+ # @return [Array<Types::ColumnStatistics>]
12483
+ #
12484
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateColumnStatisticsForPartitionRequest AWS API Documentation
12485
+ #
12486
+ class UpdateColumnStatisticsForPartitionRequest < Struct.new(
12487
+ :catalog_id,
12488
+ :database_name,
12489
+ :table_name,
12490
+ :partition_values,
12491
+ :column_statistics_list)
12492
+ SENSITIVE = []
12493
+ include Aws::Structure
12494
+ end
12495
+
12496
+ # @!attribute [rw] errors
12497
+ # Error occurred during updating column statistics data.
12498
+ # @return [Array<Types::ColumnStatisticsError>]
12499
+ #
12500
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateColumnStatisticsForPartitionResponse AWS API Documentation
12501
+ #
12502
+ class UpdateColumnStatisticsForPartitionResponse < Struct.new(
12503
+ :errors)
12504
+ SENSITIVE = []
12505
+ include Aws::Structure
12506
+ end
12507
+
12508
+ # @note When making an API call, you may pass UpdateColumnStatisticsForTableRequest
12509
+ # data as a hash:
12510
+ #
12511
+ # {
12512
+ # catalog_id: "CatalogIdString",
12513
+ # database_name: "NameString", # required
12514
+ # table_name: "NameString", # required
12515
+ # column_statistics_list: [ # required
12516
+ # {
12517
+ # column_name: "NameString", # required
12518
+ # column_type: "TypeString", # required
12519
+ # analyzed_time: Time.now, # required
12520
+ # statistics_data: { # required
12521
+ # type: "BOOLEAN", # required, accepts BOOLEAN, DATE, DECIMAL, DOUBLE, LONG, STRING, BINARY
12522
+ # boolean_column_statistics_data: {
12523
+ # number_of_trues: 1, # required
12524
+ # number_of_falses: 1, # required
12525
+ # number_of_nulls: 1, # required
12526
+ # },
12527
+ # date_column_statistics_data: {
12528
+ # minimum_value: Time.now,
12529
+ # maximum_value: Time.now,
12530
+ # number_of_nulls: 1, # required
12531
+ # number_of_distinct_values: 1, # required
12532
+ # },
12533
+ # decimal_column_statistics_data: {
12534
+ # minimum_value: {
12535
+ # unscaled_value: "data", # required
12536
+ # scale: 1, # required
12537
+ # },
12538
+ # maximum_value: {
12539
+ # unscaled_value: "data", # required
12540
+ # scale: 1, # required
12541
+ # },
12542
+ # number_of_nulls: 1, # required
12543
+ # number_of_distinct_values: 1, # required
12544
+ # },
12545
+ # double_column_statistics_data: {
12546
+ # minimum_value: 1.0,
12547
+ # maximum_value: 1.0,
12548
+ # number_of_nulls: 1, # required
12549
+ # number_of_distinct_values: 1, # required
12550
+ # },
12551
+ # long_column_statistics_data: {
12552
+ # minimum_value: 1,
12553
+ # maximum_value: 1,
12554
+ # number_of_nulls: 1, # required
12555
+ # number_of_distinct_values: 1, # required
12556
+ # },
12557
+ # string_column_statistics_data: {
12558
+ # maximum_length: 1, # required
12559
+ # average_length: 1.0, # required
12560
+ # number_of_nulls: 1, # required
12561
+ # number_of_distinct_values: 1, # required
12562
+ # },
12563
+ # binary_column_statistics_data: {
12564
+ # maximum_length: 1, # required
12565
+ # average_length: 1.0, # required
12566
+ # number_of_nulls: 1, # required
12567
+ # },
12568
+ # },
12569
+ # },
12570
+ # ],
12571
+ # }
12572
+ #
12573
+ # @!attribute [rw] catalog_id
12574
+ # The ID of the Data Catalog where the partitions in question reside.
12575
+ # If none is supplied, the AWS account ID is used by default.
12576
+ # @return [String]
12577
+ #
12578
+ # @!attribute [rw] database_name
12579
+ # The name of the catalog database where the partitions reside.
12580
+ # @return [String]
12581
+ #
12582
+ # @!attribute [rw] table_name
12583
+ # The name of the partitions' table.
12584
+ # @return [String]
12585
+ #
12586
+ # @!attribute [rw] column_statistics_list
12587
+ # A list of the column statistics.
12588
+ # @return [Array<Types::ColumnStatistics>]
12589
+ #
12590
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateColumnStatisticsForTableRequest AWS API Documentation
12591
+ #
12592
+ class UpdateColumnStatisticsForTableRequest < Struct.new(
12593
+ :catalog_id,
12594
+ :database_name,
12595
+ :table_name,
12596
+ :column_statistics_list)
12597
+ SENSITIVE = []
12598
+ include Aws::Structure
12599
+ end
12600
+
12601
+ # @!attribute [rw] errors
12602
+ # List of ColumnStatisticsErrors.
12603
+ # @return [Array<Types::ColumnStatisticsError>]
12604
+ #
12605
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateColumnStatisticsForTableResponse AWS API Documentation
12606
+ #
12607
+ class UpdateColumnStatisticsForTableResponse < Struct.new(
12608
+ :errors)
12609
+ SENSITIVE = []
12610
+ include Aws::Structure
12611
+ end
12612
+
11319
12613
  # @note When making an API call, you may pass UpdateConnectionRequest
11320
12614
  # data as a hash:
11321
12615
  #
@@ -11358,6 +12652,7 @@ module Aws::Glue
11358
12652
  :catalog_id,
11359
12653
  :name,
11360
12654
  :connection_input)
12655
+ SENSITIVE = []
11361
12656
  include Aws::Structure
11362
12657
  end
11363
12658
 
@@ -11390,6 +12685,8 @@ module Aws::Glue
11390
12685
  # dynamo_db_targets: [
11391
12686
  # {
11392
12687
  # path: "Path",
12688
+ # scan_all: false,
12689
+ # scan_rate: 1.0,
11393
12690
  # },
11394
12691
  # ],
11395
12692
  # catalog_targets: [
@@ -11433,14 +12730,13 @@ module Aws::Glue
11433
12730
  # @return [Types::CrawlerTargets]
11434
12731
  #
11435
12732
  # @!attribute [rw] schedule
11436
- # A `cron` expression used to specify the schedule. For more
11437
- # information, see [Time-Based Schedules for Jobs and Crawlers][1].
11438
- # For example, to run something every day at 12:15 UTC, specify
11439
- # `cron(15 12 * * ? *)`.
12733
+ # A `cron` expression used to specify the schedule (see [Time-Based
12734
+ # Schedules for Jobs and Crawlers][1]. For example, to run something
12735
+ # every day at 12:15 UTC, you would specify: `cron(15 12 * * ? *)`.
11440
12736
  #
11441
12737
  #
11442
12738
  #
11443
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
12739
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
11444
12740
  # @return [String]
11445
12741
  #
11446
12742
  # @!attribute [rw] classifiers
@@ -11459,13 +12755,13 @@ module Aws::Glue
11459
12755
  # @return [Types::SchemaChangePolicy]
11460
12756
  #
11461
12757
  # @!attribute [rw] configuration
11462
- # The crawler configuration information. This versioned JSON string
11463
- # allows users to specify aspects of a crawler's behavior. For more
12758
+ # Crawler configuration information. This versioned JSON string allows
12759
+ # users to specify aspects of a crawler's behavior. For more
11464
12760
  # information, see [Configuring a Crawler][1].
11465
12761
  #
11466
12762
  #
11467
12763
  #
11468
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html
12764
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html
11469
12765
  # @return [String]
11470
12766
  #
11471
12767
  # @!attribute [rw] crawler_security_configuration
@@ -11487,6 +12783,7 @@ module Aws::Glue
11487
12783
  :schema_change_policy,
11488
12784
  :configuration,
11489
12785
  :crawler_security_configuration)
12786
+ SENSITIVE = []
11490
12787
  include Aws::Structure
11491
12788
  end
11492
12789
 
@@ -11507,14 +12804,14 @@ module Aws::Glue
11507
12804
  # @return [String]
11508
12805
  #
11509
12806
  # @!attribute [rw] schedule
11510
- # The updated `cron` expression used to specify the schedule. For more
11511
- # information, see [Time-Based Schedules for Jobs and Crawlers][1].
11512
- # For example, to run something every day at 12:15 UTC, specify
11513
- # `cron(15 12 * * ? *)`.
12807
+ # The updated `cron` expression used to specify the schedule (see
12808
+ # [Time-Based Schedules for Jobs and Crawlers][1]. For example, to run
12809
+ # something every day at 12:15 UTC, you would specify: `cron(15 12 * *
12810
+ # ? *)`.
11514
12811
  #
11515
12812
  #
11516
12813
  #
11517
- # [1]: http://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
12814
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
11518
12815
  # @return [String]
11519
12816
  #
11520
12817
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateCrawlerScheduleRequest AWS API Documentation
@@ -11522,6 +12819,7 @@ module Aws::Glue
11522
12819
  class UpdateCrawlerScheduleRequest < Struct.new(
11523
12820
  :crawler_name,
11524
12821
  :schedule)
12822
+ SENSITIVE = []
11525
12823
  include Aws::Structure
11526
12824
  end
11527
12825
 
@@ -11585,6 +12883,7 @@ module Aws::Glue
11585
12883
  :header,
11586
12884
  :disable_value_trimming,
11587
12885
  :allow_single_column)
12886
+ SENSITIVE = []
11588
12887
  include Aws::Structure
11589
12888
  end
11590
12889
 
@@ -11633,6 +12932,7 @@ module Aws::Glue
11633
12932
  :catalog_id,
11634
12933
  :name,
11635
12934
  :database_input)
12935
+ SENSITIVE = []
11636
12936
  include Aws::Structure
11637
12937
  end
11638
12938
 
@@ -11718,6 +13018,7 @@ module Aws::Glue
11718
13018
  :update_etl_libraries,
11719
13019
  :delete_arguments,
11720
13020
  :add_arguments)
13021
+ SENSITIVE = []
11721
13022
  include Aws::Structure
11722
13023
  end
11723
13024
 
@@ -11762,6 +13063,7 @@ module Aws::Glue
11762
13063
  :classification,
11763
13064
  :grok_pattern,
11764
13065
  :custom_patterns)
13066
+ SENSITIVE = []
11765
13067
  include Aws::Structure
11766
13068
  end
11767
13069
 
@@ -11818,6 +13120,7 @@ module Aws::Glue
11818
13120
  class UpdateJobRequest < Struct.new(
11819
13121
  :job_name,
11820
13122
  :job_update)
13123
+ SENSITIVE = []
11821
13124
  include Aws::Structure
11822
13125
  end
11823
13126
 
@@ -11829,6 +13132,7 @@ module Aws::Glue
11829
13132
  #
11830
13133
  class UpdateJobResponse < Struct.new(
11831
13134
  :job_name)
13135
+ SENSITIVE = []
11832
13136
  include Aws::Structure
11833
13137
  end
11834
13138
 
@@ -11848,7 +13152,7 @@ module Aws::Glue
11848
13152
  #
11849
13153
  # @!attribute [rw] json_path
11850
13154
  # A `JsonPath` string defining the JSON data for the classifier to
11851
- # classify. AWS Glue supports a subset of `JsonPath`, as described in
13155
+ # classify. AWS Glue supports a subset of JsonPath, as described in
11852
13156
  # [Writing JsonPath Custom Classifiers][1].
11853
13157
  #
11854
13158
  #
@@ -11861,6 +13165,7 @@ module Aws::Glue
11861
13165
  class UpdateJsonClassifierRequest < Struct.new(
11862
13166
  :name,
11863
13167
  :json_path)
13168
+ SENSITIVE = []
11864
13169
  include Aws::Structure
11865
13170
  end
11866
13171
 
@@ -11985,6 +13290,7 @@ module Aws::Glue
11985
13290
  :number_of_workers,
11986
13291
  :timeout,
11987
13292
  :max_retries)
13293
+ SENSITIVE = []
11988
13294
  include Aws::Structure
11989
13295
  end
11990
13296
 
@@ -11996,6 +13302,7 @@ module Aws::Glue
11996
13302
  #
11997
13303
  class UpdateMLTransformResponse < Struct.new(
11998
13304
  :transform_id)
13305
+ SENSITIVE = []
11999
13306
  include Aws::Structure
12000
13307
  end
12001
13308
 
@@ -12090,6 +13397,7 @@ module Aws::Glue
12090
13397
  :table_name,
12091
13398
  :partition_value_list,
12092
13399
  :partition_input)
13400
+ SENSITIVE = []
12093
13401
  include Aws::Structure
12094
13402
  end
12095
13403
 
@@ -12200,6 +13508,7 @@ module Aws::Glue
12200
13508
  :database_name,
12201
13509
  :table_input,
12202
13510
  :skip_archive)
13511
+ SENSITIVE = []
12203
13512
  include Aws::Structure
12204
13513
  end
12205
13514
 
@@ -12258,6 +13567,7 @@ module Aws::Glue
12258
13567
  class UpdateTriggerRequest < Struct.new(
12259
13568
  :name,
12260
13569
  :trigger_update)
13570
+ SENSITIVE = []
12261
13571
  include Aws::Structure
12262
13572
  end
12263
13573
 
@@ -12269,6 +13579,7 @@ module Aws::Glue
12269
13579
  #
12270
13580
  class UpdateTriggerResponse < Struct.new(
12271
13581
  :trigger)
13582
+ SENSITIVE = []
12272
13583
  include Aws::Structure
12273
13584
  end
12274
13585
 
@@ -12319,6 +13630,7 @@ module Aws::Glue
12319
13630
  :database_name,
12320
13631
  :function_name,
12321
13632
  :function_input)
13633
+ SENSITIVE = []
12322
13634
  include Aws::Structure
12323
13635
  end
12324
13636
 
@@ -12356,6 +13668,7 @@ module Aws::Glue
12356
13668
  :name,
12357
13669
  :description,
12358
13670
  :default_run_properties)
13671
+ SENSITIVE = []
12359
13672
  include Aws::Structure
12360
13673
  end
12361
13674
 
@@ -12367,6 +13680,7 @@ module Aws::Glue
12367
13680
  #
12368
13681
  class UpdateWorkflowResponse < Struct.new(
12369
13682
  :name)
13683
+ SENSITIVE = []
12370
13684
  include Aws::Structure
12371
13685
  end
12372
13686
 
@@ -12404,6 +13718,7 @@ module Aws::Glue
12404
13718
  :name,
12405
13719
  :classification,
12406
13720
  :row_tag)
13721
+ SENSITIVE = []
12407
13722
  include Aws::Structure
12408
13723
  end
12409
13724
 
@@ -12448,6 +13763,7 @@ module Aws::Glue
12448
13763
  :owner_type,
12449
13764
  :create_time,
12450
13765
  :resource_uris)
13766
+ SENSITIVE = []
12451
13767
  include Aws::Structure
12452
13768
  end
12453
13769
 
@@ -12497,6 +13813,7 @@ module Aws::Glue
12497
13813
  :owner_name,
12498
13814
  :owner_type,
12499
13815
  :resource_uris)
13816
+ SENSITIVE = []
12500
13817
  include Aws::Structure
12501
13818
  end
12502
13819
 
@@ -12510,6 +13827,7 @@ module Aws::Glue
12510
13827
  #
12511
13828
  class ValidationException < Struct.new(
12512
13829
  :message)
13830
+ SENSITIVE = []
12513
13831
  include Aws::Structure
12514
13832
  end
12515
13833
 
@@ -12523,6 +13841,7 @@ module Aws::Glue
12523
13841
  #
12524
13842
  class VersionMismatchException < Struct.new(
12525
13843
  :message)
13844
+ SENSITIVE = []
12526
13845
  include Aws::Structure
12527
13846
  end
12528
13847
 
@@ -12570,6 +13889,7 @@ module Aws::Glue
12570
13889
  :last_modified_on,
12571
13890
  :last_run,
12572
13891
  :graph)
13892
+ SENSITIVE = []
12573
13893
  include Aws::Structure
12574
13894
  end
12575
13895
 
@@ -12592,6 +13912,7 @@ module Aws::Glue
12592
13912
  class WorkflowGraph < Struct.new(
12593
13913
  :nodes,
12594
13914
  :edges)
13915
+ SENSITIVE = []
12595
13916
  include Aws::Structure
12596
13917
  end
12597
13918
 
@@ -12643,6 +13964,7 @@ module Aws::Glue
12643
13964
  :status,
12644
13965
  :statistics,
12645
13966
  :graph)
13967
+ SENSITIVE = []
12646
13968
  include Aws::Structure
12647
13969
  end
12648
13970
 
@@ -12681,6 +14003,7 @@ module Aws::Glue
12681
14003
  :stopped_actions,
12682
14004
  :succeeded_actions,
12683
14005
  :running_actions)
14006
+ SENSITIVE = []
12684
14007
  include Aws::Structure
12685
14008
  end
12686
14009
 
@@ -12724,6 +14047,7 @@ module Aws::Glue
12724
14047
  :last_updated,
12725
14048
  :version,
12726
14049
  :row_tag)
14050
+ SENSITIVE = []
12727
14051
  include Aws::Structure
12728
14052
  end
12729
14053