aws-sdk-glue 1.59.0 → 1.64.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-glue.rb +3 -1
- data/lib/aws-sdk-glue/client.rb +674 -3
- data/lib/aws-sdk-glue/client_api.rb +309 -0
- data/lib/aws-sdk-glue/errors.rb +2 -0
- data/lib/aws-sdk-glue/resource.rb +2 -0
- data/lib/aws-sdk-glue/types.rb +1622 -22
- metadata +2 -2
data/lib/aws-sdk-glue/errors.rb
CHANGED
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -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
|
|
@@ -1203,8 +1543,7 @@ module Aws::Glue
|
|
1203
1543
|
# @return [String]
|
1204
1544
|
#
|
1205
1545
|
# @!attribute [rw] connection_type
|
1206
|
-
# The type of the connection. Currently,
|
1207
|
-
# is not supported.
|
1546
|
+
# The type of the connection. Currently, SFTP is not supported.
|
1208
1547
|
# @return [String]
|
1209
1548
|
#
|
1210
1549
|
# @!attribute [rw] match_criteria
|
@@ -1281,6 +1620,17 @@ module Aws::Glue
|
|
1281
1620
|
# port pairs that are the addresses of the Apache Kafka brokers in a
|
1282
1621
|
# Kafka cluster to which a Kafka client will connect to and
|
1283
1622
|
# bootstrap itself.
|
1623
|
+
#
|
1624
|
+
# * `KAFKA_SSL_ENABLED` - Whether to enable or disable SSL on an
|
1625
|
+
# Apache Kafka connection. Default value is "true".
|
1626
|
+
#
|
1627
|
+
# * `KAFKA_CUSTOM_CERT` - The Amazon S3 URL for the private CA cert
|
1628
|
+
# file (.pem format). The default is an empty string.
|
1629
|
+
#
|
1630
|
+
# * `KAFKA_SKIP_CUSTOM_CERT_VALIDATION` - Whether to skip the
|
1631
|
+
# validation of the CA cert file or not. AWS Glue validates for
|
1632
|
+
# three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA.
|
1633
|
+
# Default value is "false".
|
1284
1634
|
# @return [Hash<String,String>]
|
1285
1635
|
#
|
1286
1636
|
# @!attribute [rw] physical_connection_requirements
|
@@ -1314,6 +1664,7 @@ module Aws::Glue
|
|
1314
1664
|
:creation_time,
|
1315
1665
|
:last_updated_time,
|
1316
1666
|
:last_updated_by)
|
1667
|
+
SENSITIVE = []
|
1317
1668
|
include Aws::Structure
|
1318
1669
|
end
|
1319
1670
|
|
@@ -1383,6 +1734,7 @@ module Aws::Glue
|
|
1383
1734
|
:match_criteria,
|
1384
1735
|
:connection_properties,
|
1385
1736
|
:physical_connection_requirements)
|
1737
|
+
SENSITIVE = []
|
1386
1738
|
include Aws::Structure
|
1387
1739
|
end
|
1388
1740
|
|
@@ -1433,6 +1785,7 @@ module Aws::Glue
|
|
1433
1785
|
class ConnectionPasswordEncryption < Struct.new(
|
1434
1786
|
:return_connection_password_encrypted,
|
1435
1787
|
:aws_kms_key_id)
|
1788
|
+
SENSITIVE = []
|
1436
1789
|
include Aws::Structure
|
1437
1790
|
end
|
1438
1791
|
|
@@ -1453,6 +1806,7 @@ module Aws::Glue
|
|
1453
1806
|
#
|
1454
1807
|
class ConnectionsList < Struct.new(
|
1455
1808
|
:connections)
|
1809
|
+
SENSITIVE = []
|
1456
1810
|
include Aws::Structure
|
1457
1811
|
end
|
1458
1812
|
|
@@ -1491,6 +1845,7 @@ module Aws::Glue
|
|
1491
1845
|
:error_message,
|
1492
1846
|
:log_group,
|
1493
1847
|
:log_stream)
|
1848
|
+
SENSITIVE = []
|
1494
1849
|
include Aws::Structure
|
1495
1850
|
end
|
1496
1851
|
|
@@ -1601,6 +1956,7 @@ module Aws::Glue
|
|
1601
1956
|
:version,
|
1602
1957
|
:configuration,
|
1603
1958
|
:crawler_security_configuration)
|
1959
|
+
SENSITIVE = []
|
1604
1960
|
include Aws::Structure
|
1605
1961
|
end
|
1606
1962
|
|
@@ -1650,6 +2006,7 @@ module Aws::Glue
|
|
1650
2006
|
:tables_created,
|
1651
2007
|
:tables_updated,
|
1652
2008
|
:tables_deleted)
|
2009
|
+
SENSITIVE = []
|
1653
2010
|
include Aws::Structure
|
1654
2011
|
end
|
1655
2012
|
|
@@ -1663,6 +2020,7 @@ module Aws::Glue
|
|
1663
2020
|
#
|
1664
2021
|
class CrawlerNodeDetails < Struct.new(
|
1665
2022
|
:crawls)
|
2023
|
+
SENSITIVE = []
|
1666
2024
|
include Aws::Structure
|
1667
2025
|
end
|
1668
2026
|
|
@@ -1676,6 +2034,7 @@ module Aws::Glue
|
|
1676
2034
|
#
|
1677
2035
|
class CrawlerNotRunningException < Struct.new(
|
1678
2036
|
:message)
|
2037
|
+
SENSITIVE = []
|
1679
2038
|
include Aws::Structure
|
1680
2039
|
end
|
1681
2040
|
|
@@ -1690,6 +2049,7 @@ module Aws::Glue
|
|
1690
2049
|
#
|
1691
2050
|
class CrawlerRunningException < Struct.new(
|
1692
2051
|
:message)
|
2052
|
+
SENSITIVE = []
|
1693
2053
|
include Aws::Structure
|
1694
2054
|
end
|
1695
2055
|
|
@@ -1703,6 +2063,7 @@ module Aws::Glue
|
|
1703
2063
|
#
|
1704
2064
|
class CrawlerStoppingException < Struct.new(
|
1705
2065
|
:message)
|
2066
|
+
SENSITIVE = []
|
1706
2067
|
include Aws::Structure
|
1707
2068
|
end
|
1708
2069
|
|
@@ -1763,6 +2124,7 @@ module Aws::Glue
|
|
1763
2124
|
:jdbc_targets,
|
1764
2125
|
:dynamo_db_targets,
|
1765
2126
|
:catalog_targets)
|
2127
|
+
SENSITIVE = []
|
1766
2128
|
include Aws::Structure
|
1767
2129
|
end
|
1768
2130
|
|
@@ -1819,6 +2181,7 @@ module Aws::Glue
|
|
1819
2181
|
:xml_classifier,
|
1820
2182
|
:json_classifier,
|
1821
2183
|
:csv_classifier)
|
2184
|
+
SENSITIVE = []
|
1822
2185
|
include Aws::Structure
|
1823
2186
|
end
|
1824
2187
|
|
@@ -1861,6 +2224,7 @@ module Aws::Glue
|
|
1861
2224
|
class CreateConnectionRequest < Struct.new(
|
1862
2225
|
:catalog_id,
|
1863
2226
|
:connection_input)
|
2227
|
+
SENSITIVE = []
|
1864
2228
|
include Aws::Structure
|
1865
2229
|
end
|
1866
2230
|
|
@@ -2005,6 +2369,7 @@ module Aws::Glue
|
|
2005
2369
|
:configuration,
|
2006
2370
|
:crawler_security_configuration,
|
2007
2371
|
:tags)
|
2372
|
+
SENSITIVE = []
|
2008
2373
|
include Aws::Structure
|
2009
2374
|
end
|
2010
2375
|
|
@@ -2068,6 +2433,7 @@ module Aws::Glue
|
|
2068
2433
|
:header,
|
2069
2434
|
:disable_value_trimming,
|
2070
2435
|
:allow_single_column)
|
2436
|
+
SENSITIVE = []
|
2071
2437
|
include Aws::Structure
|
2072
2438
|
end
|
2073
2439
|
|
@@ -2091,6 +2457,10 @@ module Aws::Glue
|
|
2091
2457
|
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
2092
2458
|
# },
|
2093
2459
|
# ],
|
2460
|
+
# target_database: {
|
2461
|
+
# catalog_id: "CatalogIdString",
|
2462
|
+
# database_name: "NameString",
|
2463
|
+
# },
|
2094
2464
|
# },
|
2095
2465
|
# }
|
2096
2466
|
#
|
@@ -2108,6 +2478,7 @@ module Aws::Glue
|
|
2108
2478
|
class CreateDatabaseRequest < Struct.new(
|
2109
2479
|
:catalog_id,
|
2110
2480
|
:database_input)
|
2481
|
+
SENSITIVE = []
|
2111
2482
|
include Aws::Structure
|
2112
2483
|
end
|
2113
2484
|
|
@@ -2291,6 +2662,7 @@ module Aws::Glue
|
|
2291
2662
|
:security_configuration,
|
2292
2663
|
:tags,
|
2293
2664
|
:arguments)
|
2665
|
+
SENSITIVE = []
|
2294
2666
|
include Aws::Structure
|
2295
2667
|
end
|
2296
2668
|
|
@@ -2415,6 +2787,7 @@ module Aws::Glue
|
|
2415
2787
|
:security_configuration,
|
2416
2788
|
:created_timestamp,
|
2417
2789
|
:arguments)
|
2790
|
+
SENSITIVE = []
|
2418
2791
|
include Aws::Structure
|
2419
2792
|
end
|
2420
2793
|
|
@@ -2454,6 +2827,7 @@ module Aws::Glue
|
|
2454
2827
|
:name,
|
2455
2828
|
:grok_pattern,
|
2456
2829
|
:custom_patterns)
|
2830
|
+
SENSITIVE = []
|
2457
2831
|
include Aws::Structure
|
2458
2832
|
end
|
2459
2833
|
|
@@ -2687,6 +3061,7 @@ module Aws::Glue
|
|
2687
3061
|
:glue_version,
|
2688
3062
|
:number_of_workers,
|
2689
3063
|
:worker_type)
|
3064
|
+
SENSITIVE = []
|
2690
3065
|
include Aws::Structure
|
2691
3066
|
end
|
2692
3067
|
|
@@ -2698,6 +3073,7 @@ module Aws::Glue
|
|
2698
3073
|
#
|
2699
3074
|
class CreateJobResponse < Struct.new(
|
2700
3075
|
:name)
|
3076
|
+
SENSITIVE = []
|
2701
3077
|
include Aws::Structure
|
2702
3078
|
end
|
2703
3079
|
|
@@ -2730,6 +3106,7 @@ module Aws::Glue
|
|
2730
3106
|
class CreateJsonClassifierRequest < Struct.new(
|
2731
3107
|
:name,
|
2732
3108
|
:json_path)
|
3109
|
+
SENSITIVE = []
|
2733
3110
|
include Aws::Structure
|
2734
3111
|
end
|
2735
3112
|
|
@@ -2924,6 +3301,7 @@ module Aws::Glue
|
|
2924
3301
|
:timeout,
|
2925
3302
|
:max_retries,
|
2926
3303
|
:tags)
|
3304
|
+
SENSITIVE = []
|
2927
3305
|
include Aws::Structure
|
2928
3306
|
end
|
2929
3307
|
|
@@ -2935,6 +3313,7 @@ module Aws::Glue
|
|
2935
3313
|
#
|
2936
3314
|
class CreateMLTransformResponse < Struct.new(
|
2937
3315
|
:transform_id)
|
3316
|
+
SENSITIVE = []
|
2938
3317
|
include Aws::Structure
|
2939
3318
|
end
|
2940
3319
|
|
@@ -3023,6 +3402,7 @@ module Aws::Glue
|
|
3023
3402
|
:database_name,
|
3024
3403
|
:table_name,
|
3025
3404
|
:partition_input)
|
3405
|
+
SENSITIVE = []
|
3026
3406
|
include Aws::Structure
|
3027
3407
|
end
|
3028
3408
|
|
@@ -3076,6 +3456,7 @@ module Aws::Glue
|
|
3076
3456
|
:dag_nodes,
|
3077
3457
|
:dag_edges,
|
3078
3458
|
:language)
|
3459
|
+
SENSITIVE = []
|
3079
3460
|
include Aws::Structure
|
3080
3461
|
end
|
3081
3462
|
|
@@ -3092,6 +3473,7 @@ module Aws::Glue
|
|
3092
3473
|
class CreateScriptResponse < Struct.new(
|
3093
3474
|
:python_script,
|
3094
3475
|
:scala_code)
|
3476
|
+
SENSITIVE = []
|
3095
3477
|
include Aws::Structure
|
3096
3478
|
end
|
3097
3479
|
|
@@ -3131,6 +3513,7 @@ module Aws::Glue
|
|
3131
3513
|
class CreateSecurityConfigurationRequest < Struct.new(
|
3132
3514
|
:name,
|
3133
3515
|
:encryption_configuration)
|
3516
|
+
SENSITIVE = []
|
3134
3517
|
include Aws::Structure
|
3135
3518
|
end
|
3136
3519
|
|
@@ -3147,6 +3530,7 @@ module Aws::Glue
|
|
3147
3530
|
class CreateSecurityConfigurationResponse < Struct.new(
|
3148
3531
|
:name,
|
3149
3532
|
:created_timestamp)
|
3533
|
+
SENSITIVE = []
|
3150
3534
|
include Aws::Structure
|
3151
3535
|
end
|
3152
3536
|
|
@@ -3221,6 +3605,11 @@ module Aws::Glue
|
|
3221
3605
|
# parameters: {
|
3222
3606
|
# "KeyString" => "ParametersMapValue",
|
3223
3607
|
# },
|
3608
|
+
# target_table: {
|
3609
|
+
# catalog_id: "CatalogIdString",
|
3610
|
+
# database_name: "NameString",
|
3611
|
+
# name: "NameString",
|
3612
|
+
# },
|
3224
3613
|
# },
|
3225
3614
|
# }
|
3226
3615
|
#
|
@@ -3245,6 +3634,7 @@ module Aws::Glue
|
|
3245
3634
|
:catalog_id,
|
3246
3635
|
:database_name,
|
3247
3636
|
:table_input)
|
3637
|
+
SENSITIVE = []
|
3248
3638
|
include Aws::Structure
|
3249
3639
|
end
|
3250
3640
|
|
@@ -3358,6 +3748,7 @@ module Aws::Glue
|
|
3358
3748
|
:description,
|
3359
3749
|
:start_on_creation,
|
3360
3750
|
:tags)
|
3751
|
+
SENSITIVE = []
|
3361
3752
|
include Aws::Structure
|
3362
3753
|
end
|
3363
3754
|
|
@@ -3369,6 +3760,7 @@ module Aws::Glue
|
|
3369
3760
|
#
|
3370
3761
|
class CreateTriggerResponse < Struct.new(
|
3371
3762
|
:name)
|
3763
|
+
SENSITIVE = []
|
3372
3764
|
include Aws::Structure
|
3373
3765
|
end
|
3374
3766
|
|
@@ -3412,6 +3804,7 @@ module Aws::Glue
|
|
3412
3804
|
:catalog_id,
|
3413
3805
|
:database_name,
|
3414
3806
|
:function_input)
|
3807
|
+
SENSITIVE = []
|
3415
3808
|
include Aws::Structure
|
3416
3809
|
end
|
3417
3810
|
|
@@ -3458,6 +3851,7 @@ module Aws::Glue
|
|
3458
3851
|
:description,
|
3459
3852
|
:default_run_properties,
|
3460
3853
|
:tags)
|
3854
|
+
SENSITIVE = []
|
3461
3855
|
include Aws::Structure
|
3462
3856
|
end
|
3463
3857
|
|
@@ -3469,6 +3863,7 @@ module Aws::Glue
|
|
3469
3863
|
#
|
3470
3864
|
class CreateWorkflowResponse < Struct.new(
|
3471
3865
|
:name)
|
3866
|
+
SENSITIVE = []
|
3472
3867
|
include Aws::Structure
|
3473
3868
|
end
|
3474
3869
|
|
@@ -3506,6 +3901,7 @@ module Aws::Glue
|
|
3506
3901
|
:classification,
|
3507
3902
|
:name,
|
3508
3903
|
:row_tag)
|
3904
|
+
SENSITIVE = []
|
3509
3905
|
include Aws::Structure
|
3510
3906
|
end
|
3511
3907
|
|
@@ -3567,6 +3963,7 @@ module Aws::Glue
|
|
3567
3963
|
:header,
|
3568
3964
|
:disable_value_trimming,
|
3569
3965
|
:allow_single_column)
|
3966
|
+
SENSITIVE = []
|
3570
3967
|
include Aws::Structure
|
3571
3968
|
end
|
3572
3969
|
|
@@ -3604,6 +4001,7 @@ module Aws::Glue
|
|
3604
4001
|
class DataCatalogEncryptionSettings < Struct.new(
|
3605
4002
|
:encryption_at_rest,
|
3606
4003
|
:connection_password_encryption)
|
4004
|
+
SENSITIVE = []
|
3607
4005
|
include Aws::Structure
|
3608
4006
|
end
|
3609
4007
|
|
@@ -3624,6 +4022,7 @@ module Aws::Glue
|
|
3624
4022
|
#
|
3625
4023
|
class DataLakePrincipal < Struct.new(
|
3626
4024
|
:data_lake_principal_identifier)
|
4025
|
+
SENSITIVE = []
|
3627
4026
|
include Aws::Structure
|
3628
4027
|
end
|
3629
4028
|
|
@@ -3656,6 +4055,15 @@ module Aws::Glue
|
|
3656
4055
|
# Creates a set of default permissions on the table for principals.
|
3657
4056
|
# @return [Array<Types::PrincipalPermissions>]
|
3658
4057
|
#
|
4058
|
+
# @!attribute [rw] target_database
|
4059
|
+
# A `DatabaseIdentifier` structure that describes a target database
|
4060
|
+
# for resource linking.
|
4061
|
+
# @return [Types::DatabaseIdentifier]
|
4062
|
+
#
|
4063
|
+
# @!attribute [rw] catalog_id
|
4064
|
+
# The ID of the Data Catalog in which the database resides.
|
4065
|
+
# @return [String]
|
4066
|
+
#
|
3659
4067
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Database AWS API Documentation
|
3660
4068
|
#
|
3661
4069
|
class Database < Struct.new(
|
@@ -3664,7 +4072,37 @@ module Aws::Glue
|
|
3664
4072
|
:location_uri,
|
3665
4073
|
:parameters,
|
3666
4074
|
:create_time,
|
3667
|
-
:create_table_default_permissions
|
4075
|
+
:create_table_default_permissions,
|
4076
|
+
:target_database,
|
4077
|
+
:catalog_id)
|
4078
|
+
SENSITIVE = []
|
4079
|
+
include Aws::Structure
|
4080
|
+
end
|
4081
|
+
|
4082
|
+
# A structure that describes a target database for resource linking.
|
4083
|
+
#
|
4084
|
+
# @note When making an API call, you may pass DatabaseIdentifier
|
4085
|
+
# data as a hash:
|
4086
|
+
#
|
4087
|
+
# {
|
4088
|
+
# catalog_id: "CatalogIdString",
|
4089
|
+
# database_name: "NameString",
|
4090
|
+
# }
|
4091
|
+
#
|
4092
|
+
# @!attribute [rw] catalog_id
|
4093
|
+
# The ID of the Data Catalog in which the database resides.
|
4094
|
+
# @return [String]
|
4095
|
+
#
|
4096
|
+
# @!attribute [rw] database_name
|
4097
|
+
# The name of the catalog database.
|
4098
|
+
# @return [String]
|
4099
|
+
#
|
4100
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DatabaseIdentifier AWS API Documentation
|
4101
|
+
#
|
4102
|
+
class DatabaseIdentifier < Struct.new(
|
4103
|
+
:catalog_id,
|
4104
|
+
:database_name)
|
4105
|
+
SENSITIVE = []
|
3668
4106
|
include Aws::Structure
|
3669
4107
|
end
|
3670
4108
|
|
@@ -3688,6 +4126,10 @@ module Aws::Glue
|
|
3688
4126
|
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
3689
4127
|
# },
|
3690
4128
|
# ],
|
4129
|
+
# target_database: {
|
4130
|
+
# catalog_id: "CatalogIdString",
|
4131
|
+
# database_name: "NameString",
|
4132
|
+
# },
|
3691
4133
|
# }
|
3692
4134
|
#
|
3693
4135
|
# @!attribute [rw] name
|
@@ -3715,6 +4157,11 @@ module Aws::Glue
|
|
3715
4157
|
# Creates a set of default permissions on the table for principals.
|
3716
4158
|
# @return [Array<Types::PrincipalPermissions>]
|
3717
4159
|
#
|
4160
|
+
# @!attribute [rw] target_database
|
4161
|
+
# A `DatabaseIdentifier` structure that describes a target database
|
4162
|
+
# for resource linking.
|
4163
|
+
# @return [Types::DatabaseIdentifier]
|
4164
|
+
#
|
3718
4165
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DatabaseInput AWS API Documentation
|
3719
4166
|
#
|
3720
4167
|
class DatabaseInput < Struct.new(
|
@@ -3722,7 +4169,121 @@ module Aws::Glue
|
|
3722
4169
|
:description,
|
3723
4170
|
:location_uri,
|
3724
4171
|
:parameters,
|
3725
|
-
:create_table_default_permissions
|
4172
|
+
:create_table_default_permissions,
|
4173
|
+
:target_database)
|
4174
|
+
SENSITIVE = []
|
4175
|
+
include Aws::Structure
|
4176
|
+
end
|
4177
|
+
|
4178
|
+
# Defines a date column statistics data.
|
4179
|
+
#
|
4180
|
+
# @note When making an API call, you may pass DateColumnStatisticsData
|
4181
|
+
# data as a hash:
|
4182
|
+
#
|
4183
|
+
# {
|
4184
|
+
# minimum_value: Time.now,
|
4185
|
+
# maximum_value: Time.now,
|
4186
|
+
# number_of_nulls: 1, # required
|
4187
|
+
# number_of_distinct_values: 1, # required
|
4188
|
+
# }
|
4189
|
+
#
|
4190
|
+
# @!attribute [rw] minimum_value
|
4191
|
+
# Minimum value of the column.
|
4192
|
+
# @return [Time]
|
4193
|
+
#
|
4194
|
+
# @!attribute [rw] maximum_value
|
4195
|
+
# Maximum value of the column.
|
4196
|
+
# @return [Time]
|
4197
|
+
#
|
4198
|
+
# @!attribute [rw] number_of_nulls
|
4199
|
+
# Number of nulls.
|
4200
|
+
# @return [Integer]
|
4201
|
+
#
|
4202
|
+
# @!attribute [rw] number_of_distinct_values
|
4203
|
+
# Number of distinct values.
|
4204
|
+
# @return [Integer]
|
4205
|
+
#
|
4206
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DateColumnStatisticsData AWS API Documentation
|
4207
|
+
#
|
4208
|
+
class DateColumnStatisticsData < Struct.new(
|
4209
|
+
:minimum_value,
|
4210
|
+
:maximum_value,
|
4211
|
+
:number_of_nulls,
|
4212
|
+
:number_of_distinct_values)
|
4213
|
+
SENSITIVE = []
|
4214
|
+
include Aws::Structure
|
4215
|
+
end
|
4216
|
+
|
4217
|
+
# Defines a decimal column statistics data.
|
4218
|
+
#
|
4219
|
+
# @note When making an API call, you may pass DecimalColumnStatisticsData
|
4220
|
+
# data as a hash:
|
4221
|
+
#
|
4222
|
+
# {
|
4223
|
+
# minimum_value: {
|
4224
|
+
# unscaled_value: "data", # required
|
4225
|
+
# scale: 1, # required
|
4226
|
+
# },
|
4227
|
+
# maximum_value: {
|
4228
|
+
# unscaled_value: "data", # required
|
4229
|
+
# scale: 1, # required
|
4230
|
+
# },
|
4231
|
+
# number_of_nulls: 1, # required
|
4232
|
+
# number_of_distinct_values: 1, # required
|
4233
|
+
# }
|
4234
|
+
#
|
4235
|
+
# @!attribute [rw] minimum_value
|
4236
|
+
# Minimum value of the column.
|
4237
|
+
# @return [Types::DecimalNumber]
|
4238
|
+
#
|
4239
|
+
# @!attribute [rw] maximum_value
|
4240
|
+
# Maximum value of the column.
|
4241
|
+
# @return [Types::DecimalNumber]
|
4242
|
+
#
|
4243
|
+
# @!attribute [rw] number_of_nulls
|
4244
|
+
# Number of nulls.
|
4245
|
+
# @return [Integer]
|
4246
|
+
#
|
4247
|
+
# @!attribute [rw] number_of_distinct_values
|
4248
|
+
# Number of distinct values.
|
4249
|
+
# @return [Integer]
|
4250
|
+
#
|
4251
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DecimalColumnStatisticsData AWS API Documentation
|
4252
|
+
#
|
4253
|
+
class DecimalColumnStatisticsData < Struct.new(
|
4254
|
+
:minimum_value,
|
4255
|
+
:maximum_value,
|
4256
|
+
:number_of_nulls,
|
4257
|
+
:number_of_distinct_values)
|
4258
|
+
SENSITIVE = []
|
4259
|
+
include Aws::Structure
|
4260
|
+
end
|
4261
|
+
|
4262
|
+
# Contains a numeric value in decimal format.
|
4263
|
+
#
|
4264
|
+
# @note When making an API call, you may pass DecimalNumber
|
4265
|
+
# data as a hash:
|
4266
|
+
#
|
4267
|
+
# {
|
4268
|
+
# unscaled_value: "data", # required
|
4269
|
+
# scale: 1, # required
|
4270
|
+
# }
|
4271
|
+
#
|
4272
|
+
# @!attribute [rw] unscaled_value
|
4273
|
+
# The unscaled numeric value.
|
4274
|
+
# @return [String]
|
4275
|
+
#
|
4276
|
+
# @!attribute [rw] scale
|
4277
|
+
# The scale that determines where the decimal point falls in the
|
4278
|
+
# unscaled value.
|
4279
|
+
# @return [Integer]
|
4280
|
+
#
|
4281
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DecimalNumber AWS API Documentation
|
4282
|
+
#
|
4283
|
+
class DecimalNumber < Struct.new(
|
4284
|
+
:unscaled_value,
|
4285
|
+
:scale)
|
4286
|
+
SENSITIVE = []
|
3726
4287
|
include Aws::Structure
|
3727
4288
|
end
|
3728
4289
|
|
@@ -3741,6 +4302,7 @@ module Aws::Glue
|
|
3741
4302
|
#
|
3742
4303
|
class DeleteClassifierRequest < Struct.new(
|
3743
4304
|
:name)
|
4305
|
+
SENSITIVE = []
|
3744
4306
|
include Aws::Structure
|
3745
4307
|
end
|
3746
4308
|
|
@@ -3748,6 +4310,96 @@ module Aws::Glue
|
|
3748
4310
|
#
|
3749
4311
|
class DeleteClassifierResponse < Aws::EmptyStructure; end
|
3750
4312
|
|
4313
|
+
# @note When making an API call, you may pass DeleteColumnStatisticsForPartitionRequest
|
4314
|
+
# data as a hash:
|
4315
|
+
#
|
4316
|
+
# {
|
4317
|
+
# catalog_id: "CatalogIdString",
|
4318
|
+
# database_name: "NameString", # required
|
4319
|
+
# table_name: "NameString", # required
|
4320
|
+
# partition_values: ["ValueString"], # required
|
4321
|
+
# column_name: "NameString", # required
|
4322
|
+
# }
|
4323
|
+
#
|
4324
|
+
# @!attribute [rw] catalog_id
|
4325
|
+
# The ID of the Data Catalog where the partitions in question reside.
|
4326
|
+
# If none is supplied, the AWS account ID is used by default.
|
4327
|
+
# @return [String]
|
4328
|
+
#
|
4329
|
+
# @!attribute [rw] database_name
|
4330
|
+
# The name of the catalog database where the partitions reside.
|
4331
|
+
# @return [String]
|
4332
|
+
#
|
4333
|
+
# @!attribute [rw] table_name
|
4334
|
+
# The name of the partitions' table.
|
4335
|
+
# @return [String]
|
4336
|
+
#
|
4337
|
+
# @!attribute [rw] partition_values
|
4338
|
+
# A list of partition values identifying the partition.
|
4339
|
+
# @return [Array<String>]
|
4340
|
+
#
|
4341
|
+
# @!attribute [rw] column_name
|
4342
|
+
# Name of the column.
|
4343
|
+
# @return [String]
|
4344
|
+
#
|
4345
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteColumnStatisticsForPartitionRequest AWS API Documentation
|
4346
|
+
#
|
4347
|
+
class DeleteColumnStatisticsForPartitionRequest < Struct.new(
|
4348
|
+
:catalog_id,
|
4349
|
+
:database_name,
|
4350
|
+
:table_name,
|
4351
|
+
:partition_values,
|
4352
|
+
:column_name)
|
4353
|
+
SENSITIVE = []
|
4354
|
+
include Aws::Structure
|
4355
|
+
end
|
4356
|
+
|
4357
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteColumnStatisticsForPartitionResponse AWS API Documentation
|
4358
|
+
#
|
4359
|
+
class DeleteColumnStatisticsForPartitionResponse < Aws::EmptyStructure; end
|
4360
|
+
|
4361
|
+
# @note When making an API call, you may pass DeleteColumnStatisticsForTableRequest
|
4362
|
+
# data as a hash:
|
4363
|
+
#
|
4364
|
+
# {
|
4365
|
+
# catalog_id: "CatalogIdString",
|
4366
|
+
# database_name: "NameString", # required
|
4367
|
+
# table_name: "NameString", # required
|
4368
|
+
# column_name: "NameString", # required
|
4369
|
+
# }
|
4370
|
+
#
|
4371
|
+
# @!attribute [rw] catalog_id
|
4372
|
+
# The ID of the Data Catalog where the partitions in question reside.
|
4373
|
+
# If none is supplied, the AWS account ID is used by default.
|
4374
|
+
# @return [String]
|
4375
|
+
#
|
4376
|
+
# @!attribute [rw] database_name
|
4377
|
+
# The name of the catalog database where the partitions reside.
|
4378
|
+
# @return [String]
|
4379
|
+
#
|
4380
|
+
# @!attribute [rw] table_name
|
4381
|
+
# The name of the partitions' table.
|
4382
|
+
# @return [String]
|
4383
|
+
#
|
4384
|
+
# @!attribute [rw] column_name
|
4385
|
+
# The name of the column.
|
4386
|
+
# @return [String]
|
4387
|
+
#
|
4388
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteColumnStatisticsForTableRequest AWS API Documentation
|
4389
|
+
#
|
4390
|
+
class DeleteColumnStatisticsForTableRequest < Struct.new(
|
4391
|
+
:catalog_id,
|
4392
|
+
:database_name,
|
4393
|
+
:table_name,
|
4394
|
+
:column_name)
|
4395
|
+
SENSITIVE = []
|
4396
|
+
include Aws::Structure
|
4397
|
+
end
|
4398
|
+
|
4399
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteColumnStatisticsForTableResponse AWS API Documentation
|
4400
|
+
#
|
4401
|
+
class DeleteColumnStatisticsForTableResponse < Aws::EmptyStructure; end
|
4402
|
+
|
3751
4403
|
# @note When making an API call, you may pass DeleteConnectionRequest
|
3752
4404
|
# data as a hash:
|
3753
4405
|
#
|
@@ -3770,6 +4422,7 @@ module Aws::Glue
|
|
3770
4422
|
class DeleteConnectionRequest < Struct.new(
|
3771
4423
|
:catalog_id,
|
3772
4424
|
:connection_name)
|
4425
|
+
SENSITIVE = []
|
3773
4426
|
include Aws::Structure
|
3774
4427
|
end
|
3775
4428
|
|
@@ -3792,6 +4445,7 @@ module Aws::Glue
|
|
3792
4445
|
#
|
3793
4446
|
class DeleteCrawlerRequest < Struct.new(
|
3794
4447
|
:name)
|
4448
|
+
SENSITIVE = []
|
3795
4449
|
include Aws::Structure
|
3796
4450
|
end
|
3797
4451
|
|
@@ -3822,6 +4476,7 @@ module Aws::Glue
|
|
3822
4476
|
class DeleteDatabaseRequest < Struct.new(
|
3823
4477
|
:catalog_id,
|
3824
4478
|
:name)
|
4479
|
+
SENSITIVE = []
|
3825
4480
|
include Aws::Structure
|
3826
4481
|
end
|
3827
4482
|
|
@@ -3844,6 +4499,7 @@ module Aws::Glue
|
|
3844
4499
|
#
|
3845
4500
|
class DeleteDevEndpointRequest < Struct.new(
|
3846
4501
|
:endpoint_name)
|
4502
|
+
SENSITIVE = []
|
3847
4503
|
include Aws::Structure
|
3848
4504
|
end
|
3849
4505
|
|
@@ -3866,6 +4522,7 @@ module Aws::Glue
|
|
3866
4522
|
#
|
3867
4523
|
class DeleteJobRequest < Struct.new(
|
3868
4524
|
:job_name)
|
4525
|
+
SENSITIVE = []
|
3869
4526
|
include Aws::Structure
|
3870
4527
|
end
|
3871
4528
|
|
@@ -3877,6 +4534,7 @@ module Aws::Glue
|
|
3877
4534
|
#
|
3878
4535
|
class DeleteJobResponse < Struct.new(
|
3879
4536
|
:job_name)
|
4537
|
+
SENSITIVE = []
|
3880
4538
|
include Aws::Structure
|
3881
4539
|
end
|
3882
4540
|
|
@@ -3895,6 +4553,7 @@ module Aws::Glue
|
|
3895
4553
|
#
|
3896
4554
|
class DeleteMLTransformRequest < Struct.new(
|
3897
4555
|
:transform_id)
|
4556
|
+
SENSITIVE = []
|
3898
4557
|
include Aws::Structure
|
3899
4558
|
end
|
3900
4559
|
|
@@ -3906,6 +4565,7 @@ module Aws::Glue
|
|
3906
4565
|
#
|
3907
4566
|
class DeleteMLTransformResponse < Struct.new(
|
3908
4567
|
:transform_id)
|
4568
|
+
SENSITIVE = []
|
3909
4569
|
include Aws::Structure
|
3910
4570
|
end
|
3911
4571
|
|
@@ -3944,6 +4604,7 @@ module Aws::Glue
|
|
3944
4604
|
:database_name,
|
3945
4605
|
:table_name,
|
3946
4606
|
:partition_values)
|
4607
|
+
SENSITIVE = []
|
3947
4608
|
include Aws::Structure
|
3948
4609
|
end
|
3949
4610
|
|
@@ -3956,16 +4617,24 @@ module Aws::Glue
|
|
3956
4617
|
#
|
3957
4618
|
# {
|
3958
4619
|
# policy_hash_condition: "HashString",
|
4620
|
+
# resource_arn: "GlueResourceArn",
|
3959
4621
|
# }
|
3960
4622
|
#
|
3961
4623
|
# @!attribute [rw] policy_hash_condition
|
3962
4624
|
# The hash value returned when this policy was set.
|
3963
4625
|
# @return [String]
|
3964
4626
|
#
|
4627
|
+
# @!attribute [rw] resource_arn
|
4628
|
+
# The ARN of the AWS Glue resource for the resource policy to be
|
4629
|
+
# deleted.
|
4630
|
+
# @return [String]
|
4631
|
+
#
|
3965
4632
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteResourcePolicyRequest AWS API Documentation
|
3966
4633
|
#
|
3967
4634
|
class DeleteResourcePolicyRequest < Struct.new(
|
3968
|
-
:policy_hash_condition
|
4635
|
+
:policy_hash_condition,
|
4636
|
+
:resource_arn)
|
4637
|
+
SENSITIVE = []
|
3969
4638
|
include Aws::Structure
|
3970
4639
|
end
|
3971
4640
|
|
@@ -3988,6 +4657,7 @@ module Aws::Glue
|
|
3988
4657
|
#
|
3989
4658
|
class DeleteSecurityConfigurationRequest < Struct.new(
|
3990
4659
|
:name)
|
4660
|
+
SENSITIVE = []
|
3991
4661
|
include Aws::Structure
|
3992
4662
|
end
|
3993
4663
|
|
@@ -4025,6 +4695,7 @@ module Aws::Glue
|
|
4025
4695
|
:catalog_id,
|
4026
4696
|
:database_name,
|
4027
4697
|
:name)
|
4698
|
+
SENSITIVE = []
|
4028
4699
|
include Aws::Structure
|
4029
4700
|
end
|
4030
4701
|
|
@@ -4069,6 +4740,7 @@ module Aws::Glue
|
|
4069
4740
|
:database_name,
|
4070
4741
|
:table_name,
|
4071
4742
|
:version_id)
|
4743
|
+
SENSITIVE = []
|
4072
4744
|
include Aws::Structure
|
4073
4745
|
end
|
4074
4746
|
|
@@ -4091,6 +4763,7 @@ module Aws::Glue
|
|
4091
4763
|
#
|
4092
4764
|
class DeleteTriggerRequest < Struct.new(
|
4093
4765
|
:name)
|
4766
|
+
SENSITIVE = []
|
4094
4767
|
include Aws::Structure
|
4095
4768
|
end
|
4096
4769
|
|
@@ -4102,6 +4775,7 @@ module Aws::Glue
|
|
4102
4775
|
#
|
4103
4776
|
class DeleteTriggerResponse < Struct.new(
|
4104
4777
|
:name)
|
4778
|
+
SENSITIVE = []
|
4105
4779
|
include Aws::Structure
|
4106
4780
|
end
|
4107
4781
|
|
@@ -4133,6 +4807,7 @@ module Aws::Glue
|
|
4133
4807
|
:catalog_id,
|
4134
4808
|
:database_name,
|
4135
4809
|
:function_name)
|
4810
|
+
SENSITIVE = []
|
4136
4811
|
include Aws::Structure
|
4137
4812
|
end
|
4138
4813
|
|
@@ -4155,6 +4830,7 @@ module Aws::Glue
|
|
4155
4830
|
#
|
4156
4831
|
class DeleteWorkflowRequest < Struct.new(
|
4157
4832
|
:name)
|
4833
|
+
SENSITIVE = []
|
4158
4834
|
include Aws::Structure
|
4159
4835
|
end
|
4160
4836
|
|
@@ -4166,6 +4842,7 @@ module Aws::Glue
|
|
4166
4842
|
#
|
4167
4843
|
class DeleteWorkflowResponse < Struct.new(
|
4168
4844
|
:name)
|
4845
|
+
SENSITIVE = []
|
4169
4846
|
include Aws::Structure
|
4170
4847
|
end
|
4171
4848
|
|
@@ -4389,6 +5066,7 @@ module Aws::Glue
|
|
4389
5066
|
:public_keys,
|
4390
5067
|
:security_configuration,
|
4391
5068
|
:arguments)
|
5069
|
+
SENSITIVE = []
|
4392
5070
|
include Aws::Structure
|
4393
5071
|
end
|
4394
5072
|
|
@@ -4433,6 +5111,46 @@ module Aws::Glue
|
|
4433
5111
|
class DevEndpointCustomLibraries < Struct.new(
|
4434
5112
|
:extra_python_libs_s3_path,
|
4435
5113
|
:extra_jars_s3_path)
|
5114
|
+
SENSITIVE = []
|
5115
|
+
include Aws::Structure
|
5116
|
+
end
|
5117
|
+
|
5118
|
+
# Defines a double column statistics data.
|
5119
|
+
#
|
5120
|
+
# @note When making an API call, you may pass DoubleColumnStatisticsData
|
5121
|
+
# data as a hash:
|
5122
|
+
#
|
5123
|
+
# {
|
5124
|
+
# minimum_value: 1.0,
|
5125
|
+
# maximum_value: 1.0,
|
5126
|
+
# number_of_nulls: 1, # required
|
5127
|
+
# number_of_distinct_values: 1, # required
|
5128
|
+
# }
|
5129
|
+
#
|
5130
|
+
# @!attribute [rw] minimum_value
|
5131
|
+
# Minimum value of the column.
|
5132
|
+
# @return [Float]
|
5133
|
+
#
|
5134
|
+
# @!attribute [rw] maximum_value
|
5135
|
+
# Maximum value of the column.
|
5136
|
+
# @return [Float]
|
5137
|
+
#
|
5138
|
+
# @!attribute [rw] number_of_nulls
|
5139
|
+
# Number of nulls.
|
5140
|
+
# @return [Integer]
|
5141
|
+
#
|
5142
|
+
# @!attribute [rw] number_of_distinct_values
|
5143
|
+
# Number of distinct values.
|
5144
|
+
# @return [Integer]
|
5145
|
+
#
|
5146
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DoubleColumnStatisticsData AWS API Documentation
|
5147
|
+
#
|
5148
|
+
class DoubleColumnStatisticsData < Struct.new(
|
5149
|
+
:minimum_value,
|
5150
|
+
:maximum_value,
|
5151
|
+
:number_of_nulls,
|
5152
|
+
:number_of_distinct_values)
|
5153
|
+
SENSITIVE = []
|
4436
5154
|
include Aws::Structure
|
4437
5155
|
end
|
4438
5156
|
|
@@ -4480,6 +5198,7 @@ module Aws::Glue
|
|
4480
5198
|
:path,
|
4481
5199
|
:scan_all,
|
4482
5200
|
:scan_rate)
|
5201
|
+
SENSITIVE = []
|
4483
5202
|
include Aws::Structure
|
4484
5203
|
end
|
4485
5204
|
|
@@ -4499,6 +5218,7 @@ module Aws::Glue
|
|
4499
5218
|
class Edge < Struct.new(
|
4500
5219
|
:source_id,
|
4501
5220
|
:destination_id)
|
5221
|
+
SENSITIVE = []
|
4502
5222
|
include Aws::Structure
|
4503
5223
|
end
|
4504
5224
|
|
@@ -4525,6 +5245,7 @@ module Aws::Glue
|
|
4525
5245
|
class EncryptionAtRest < Struct.new(
|
4526
5246
|
:catalog_encryption_mode,
|
4527
5247
|
:sse_aws_kms_key_id)
|
5248
|
+
SENSITIVE = []
|
4528
5249
|
include Aws::Structure
|
4529
5250
|
end
|
4530
5251
|
|
@@ -4569,6 +5290,7 @@ module Aws::Glue
|
|
4569
5290
|
:s3_encryption,
|
4570
5291
|
:cloud_watch_encryption,
|
4571
5292
|
:job_bookmarks_encryption)
|
5293
|
+
SENSITIVE = []
|
4572
5294
|
include Aws::Structure
|
4573
5295
|
end
|
4574
5296
|
|
@@ -4582,6 +5304,7 @@ module Aws::Glue
|
|
4582
5304
|
#
|
4583
5305
|
class EntityNotFoundException < Struct.new(
|
4584
5306
|
:message)
|
5307
|
+
SENSITIVE = []
|
4585
5308
|
include Aws::Structure
|
4586
5309
|
end
|
4587
5310
|
|
@@ -4600,6 +5323,7 @@ module Aws::Glue
|
|
4600
5323
|
class ErrorDetail < Struct.new(
|
4601
5324
|
:error_code,
|
4602
5325
|
:error_message)
|
5326
|
+
SENSITIVE = []
|
4603
5327
|
include Aws::Structure
|
4604
5328
|
end
|
4605
5329
|
|
@@ -4619,6 +5343,7 @@ module Aws::Glue
|
|
4619
5343
|
class EvaluationMetrics < Struct.new(
|
4620
5344
|
:transform_type,
|
4621
5345
|
:find_matches_metrics)
|
5346
|
+
SENSITIVE = []
|
4622
5347
|
include Aws::Structure
|
4623
5348
|
end
|
4624
5349
|
|
@@ -4641,6 +5366,7 @@ module Aws::Glue
|
|
4641
5366
|
#
|
4642
5367
|
class ExecutionProperty < Struct.new(
|
4643
5368
|
:max_concurrent_runs)
|
5369
|
+
SENSITIVE = []
|
4644
5370
|
include Aws::Structure
|
4645
5371
|
end
|
4646
5372
|
|
@@ -4655,6 +5381,7 @@ module Aws::Glue
|
|
4655
5381
|
#
|
4656
5382
|
class ExportLabelsTaskRunProperties < Struct.new(
|
4657
5383
|
:output_s3_path)
|
5384
|
+
SENSITIVE = []
|
4658
5385
|
include Aws::Structure
|
4659
5386
|
end
|
4660
5387
|
|
@@ -4733,6 +5460,7 @@ module Aws::Glue
|
|
4733
5460
|
:recall,
|
4734
5461
|
:f1,
|
4735
5462
|
:confusion_matrix)
|
5463
|
+
SENSITIVE = []
|
4736
5464
|
include Aws::Structure
|
4737
5465
|
end
|
4738
5466
|
|
@@ -4804,6 +5532,7 @@ module Aws::Glue
|
|
4804
5532
|
:precision_recall_tradeoff,
|
4805
5533
|
:accuracy_cost_tradeoff,
|
4806
5534
|
:enforce_provided_labels)
|
5535
|
+
SENSITIVE = []
|
4807
5536
|
include Aws::Structure
|
4808
5537
|
end
|
4809
5538
|
|
@@ -4827,6 +5556,7 @@ module Aws::Glue
|
|
4827
5556
|
:job_id,
|
4828
5557
|
:job_name,
|
4829
5558
|
:job_run_id)
|
5559
|
+
SENSITIVE = []
|
4830
5560
|
include Aws::Structure
|
4831
5561
|
end
|
4832
5562
|
|
@@ -4846,6 +5576,7 @@ module Aws::Glue
|
|
4846
5576
|
#
|
4847
5577
|
class GetCatalogImportStatusRequest < Struct.new(
|
4848
5578
|
:catalog_id)
|
5579
|
+
SENSITIVE = []
|
4849
5580
|
include Aws::Structure
|
4850
5581
|
end
|
4851
5582
|
|
@@ -4857,6 +5588,7 @@ module Aws::Glue
|
|
4857
5588
|
#
|
4858
5589
|
class GetCatalogImportStatusResponse < Struct.new(
|
4859
5590
|
:import_status)
|
5591
|
+
SENSITIVE = []
|
4860
5592
|
include Aws::Structure
|
4861
5593
|
end
|
4862
5594
|
|
@@ -4875,6 +5607,7 @@ module Aws::Glue
|
|
4875
5607
|
#
|
4876
5608
|
class GetClassifierRequest < Struct.new(
|
4877
5609
|
:name)
|
5610
|
+
SENSITIVE = []
|
4878
5611
|
include Aws::Structure
|
4879
5612
|
end
|
4880
5613
|
|
@@ -4886,6 +5619,7 @@ module Aws::Glue
|
|
4886
5619
|
#
|
4887
5620
|
class GetClassifierResponse < Struct.new(
|
4888
5621
|
:classifier)
|
5622
|
+
SENSITIVE = []
|
4889
5623
|
include Aws::Structure
|
4890
5624
|
end
|
4891
5625
|
|
@@ -4910,6 +5644,7 @@ module Aws::Glue
|
|
4910
5644
|
class GetClassifiersRequest < Struct.new(
|
4911
5645
|
:max_results,
|
4912
5646
|
:next_token)
|
5647
|
+
SENSITIVE = []
|
4913
5648
|
include Aws::Structure
|
4914
5649
|
end
|
4915
5650
|
|
@@ -4926,6 +5661,123 @@ module Aws::Glue
|
|
4926
5661
|
class GetClassifiersResponse < Struct.new(
|
4927
5662
|
:classifiers,
|
4928
5663
|
:next_token)
|
5664
|
+
SENSITIVE = []
|
5665
|
+
include Aws::Structure
|
5666
|
+
end
|
5667
|
+
|
5668
|
+
# @note When making an API call, you may pass GetColumnStatisticsForPartitionRequest
|
5669
|
+
# data as a hash:
|
5670
|
+
#
|
5671
|
+
# {
|
5672
|
+
# catalog_id: "CatalogIdString",
|
5673
|
+
# database_name: "NameString", # required
|
5674
|
+
# table_name: "NameString", # required
|
5675
|
+
# partition_values: ["ValueString"], # required
|
5676
|
+
# column_names: ["NameString"], # required
|
5677
|
+
# }
|
5678
|
+
#
|
5679
|
+
# @!attribute [rw] catalog_id
|
5680
|
+
# The ID of the Data Catalog where the partitions in question reside.
|
5681
|
+
# If none is supplied, the AWS account ID is used by default.
|
5682
|
+
# @return [String]
|
5683
|
+
#
|
5684
|
+
# @!attribute [rw] database_name
|
5685
|
+
# The name of the catalog database where the partitions reside.
|
5686
|
+
# @return [String]
|
5687
|
+
#
|
5688
|
+
# @!attribute [rw] table_name
|
5689
|
+
# The name of the partitions' table.
|
5690
|
+
# @return [String]
|
5691
|
+
#
|
5692
|
+
# @!attribute [rw] partition_values
|
5693
|
+
# A list of partition values identifying the partition.
|
5694
|
+
# @return [Array<String>]
|
5695
|
+
#
|
5696
|
+
# @!attribute [rw] column_names
|
5697
|
+
# A list of the column names.
|
5698
|
+
# @return [Array<String>]
|
5699
|
+
#
|
5700
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetColumnStatisticsForPartitionRequest AWS API Documentation
|
5701
|
+
#
|
5702
|
+
class GetColumnStatisticsForPartitionRequest < Struct.new(
|
5703
|
+
:catalog_id,
|
5704
|
+
:database_name,
|
5705
|
+
:table_name,
|
5706
|
+
:partition_values,
|
5707
|
+
:column_names)
|
5708
|
+
SENSITIVE = []
|
5709
|
+
include Aws::Structure
|
5710
|
+
end
|
5711
|
+
|
5712
|
+
# @!attribute [rw] column_statistics_list
|
5713
|
+
# List of ColumnStatistics that failed to be retrieved.
|
5714
|
+
# @return [Array<Types::ColumnStatistics>]
|
5715
|
+
#
|
5716
|
+
# @!attribute [rw] errors
|
5717
|
+
# Error occurred during retrieving column statistics data.
|
5718
|
+
# @return [Array<Types::ColumnError>]
|
5719
|
+
#
|
5720
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetColumnStatisticsForPartitionResponse AWS API Documentation
|
5721
|
+
#
|
5722
|
+
class GetColumnStatisticsForPartitionResponse < Struct.new(
|
5723
|
+
:column_statistics_list,
|
5724
|
+
:errors)
|
5725
|
+
SENSITIVE = []
|
5726
|
+
include Aws::Structure
|
5727
|
+
end
|
5728
|
+
|
5729
|
+
# @note When making an API call, you may pass GetColumnStatisticsForTableRequest
|
5730
|
+
# data as a hash:
|
5731
|
+
#
|
5732
|
+
# {
|
5733
|
+
# catalog_id: "CatalogIdString",
|
5734
|
+
# database_name: "NameString", # required
|
5735
|
+
# table_name: "NameString", # required
|
5736
|
+
# column_names: ["NameString"], # required
|
5737
|
+
# }
|
5738
|
+
#
|
5739
|
+
# @!attribute [rw] catalog_id
|
5740
|
+
# The ID of the Data Catalog where the partitions in question reside.
|
5741
|
+
# If none is supplied, the AWS account ID is used by default.
|
5742
|
+
# @return [String]
|
5743
|
+
#
|
5744
|
+
# @!attribute [rw] database_name
|
5745
|
+
# The name of the catalog database where the partitions reside.
|
5746
|
+
# @return [String]
|
5747
|
+
#
|
5748
|
+
# @!attribute [rw] table_name
|
5749
|
+
# The name of the partitions' table.
|
5750
|
+
# @return [String]
|
5751
|
+
#
|
5752
|
+
# @!attribute [rw] column_names
|
5753
|
+
# A list of the column names.
|
5754
|
+
# @return [Array<String>]
|
5755
|
+
#
|
5756
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetColumnStatisticsForTableRequest AWS API Documentation
|
5757
|
+
#
|
5758
|
+
class GetColumnStatisticsForTableRequest < Struct.new(
|
5759
|
+
:catalog_id,
|
5760
|
+
:database_name,
|
5761
|
+
:table_name,
|
5762
|
+
:column_names)
|
5763
|
+
SENSITIVE = []
|
5764
|
+
include Aws::Structure
|
5765
|
+
end
|
5766
|
+
|
5767
|
+
# @!attribute [rw] column_statistics_list
|
5768
|
+
# List of ColumnStatistics that failed to be retrieved.
|
5769
|
+
# @return [Array<Types::ColumnStatistics>]
|
5770
|
+
#
|
5771
|
+
# @!attribute [rw] errors
|
5772
|
+
# List of ColumnStatistics that failed to be retrieved.
|
5773
|
+
# @return [Array<Types::ColumnError>]
|
5774
|
+
#
|
5775
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetColumnStatisticsForTableResponse AWS API Documentation
|
5776
|
+
#
|
5777
|
+
class GetColumnStatisticsForTableResponse < Struct.new(
|
5778
|
+
:column_statistics_list,
|
5779
|
+
:errors)
|
5780
|
+
SENSITIVE = []
|
4929
5781
|
include Aws::Structure
|
4930
5782
|
end
|
4931
5783
|
|
@@ -4962,6 +5814,7 @@ module Aws::Glue
|
|
4962
5814
|
:catalog_id,
|
4963
5815
|
:name,
|
4964
5816
|
:hide_password)
|
5817
|
+
SENSITIVE = []
|
4965
5818
|
include Aws::Structure
|
4966
5819
|
end
|
4967
5820
|
|
@@ -4973,6 +5826,7 @@ module Aws::Glue
|
|
4973
5826
|
#
|
4974
5827
|
class GetConnectionResponse < Struct.new(
|
4975
5828
|
:connection)
|
5829
|
+
SENSITIVE = []
|
4976
5830
|
include Aws::Structure
|
4977
5831
|
end
|
4978
5832
|
|
@@ -4993,8 +5847,7 @@ module Aws::Glue
|
|
4993
5847
|
# @return [Array<String>]
|
4994
5848
|
#
|
4995
5849
|
# @!attribute [rw] connection_type
|
4996
|
-
# The type of connections to return. Currently,
|
4997
|
-
# supported; SFTP is not supported.
|
5850
|
+
# The type of connections to return. Currently, SFTP is not supported.
|
4998
5851
|
# @return [String]
|
4999
5852
|
#
|
5000
5853
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetConnectionsFilter AWS API Documentation
|
@@ -5002,6 +5855,7 @@ module Aws::Glue
|
|
5002
5855
|
class GetConnectionsFilter < Struct.new(
|
5003
5856
|
:match_criteria,
|
5004
5857
|
:connection_type)
|
5858
|
+
SENSITIVE = []
|
5005
5859
|
include Aws::Structure
|
5006
5860
|
end
|
5007
5861
|
|
@@ -5053,6 +5907,7 @@ module Aws::Glue
|
|
5053
5907
|
:hide_password,
|
5054
5908
|
:next_token,
|
5055
5909
|
:max_results)
|
5910
|
+
SENSITIVE = []
|
5056
5911
|
include Aws::Structure
|
5057
5912
|
end
|
5058
5913
|
|
@@ -5070,6 +5925,7 @@ module Aws::Glue
|
|
5070
5925
|
class GetConnectionsResponse < Struct.new(
|
5071
5926
|
:connection_list,
|
5072
5927
|
:next_token)
|
5928
|
+
SENSITIVE = []
|
5073
5929
|
include Aws::Structure
|
5074
5930
|
end
|
5075
5931
|
|
@@ -5100,6 +5956,7 @@ module Aws::Glue
|
|
5100
5956
|
:crawler_name_list,
|
5101
5957
|
:max_results,
|
5102
5958
|
:next_token)
|
5959
|
+
SENSITIVE = []
|
5103
5960
|
include Aws::Structure
|
5104
5961
|
end
|
5105
5962
|
|
@@ -5117,6 +5974,7 @@ module Aws::Glue
|
|
5117
5974
|
class GetCrawlerMetricsResponse < Struct.new(
|
5118
5975
|
:crawler_metrics_list,
|
5119
5976
|
:next_token)
|
5977
|
+
SENSITIVE = []
|
5120
5978
|
include Aws::Structure
|
5121
5979
|
end
|
5122
5980
|
|
@@ -5135,6 +5993,7 @@ module Aws::Glue
|
|
5135
5993
|
#
|
5136
5994
|
class GetCrawlerRequest < Struct.new(
|
5137
5995
|
:name)
|
5996
|
+
SENSITIVE = []
|
5138
5997
|
include Aws::Structure
|
5139
5998
|
end
|
5140
5999
|
|
@@ -5146,6 +6005,7 @@ module Aws::Glue
|
|
5146
6005
|
#
|
5147
6006
|
class GetCrawlerResponse < Struct.new(
|
5148
6007
|
:crawler)
|
6008
|
+
SENSITIVE = []
|
5149
6009
|
include Aws::Structure
|
5150
6010
|
end
|
5151
6011
|
|
@@ -5170,6 +6030,7 @@ module Aws::Glue
|
|
5170
6030
|
class GetCrawlersRequest < Struct.new(
|
5171
6031
|
:max_results,
|
5172
6032
|
:next_token)
|
6033
|
+
SENSITIVE = []
|
5173
6034
|
include Aws::Structure
|
5174
6035
|
end
|
5175
6036
|
|
@@ -5187,6 +6048,7 @@ module Aws::Glue
|
|
5187
6048
|
class GetCrawlersResponse < Struct.new(
|
5188
6049
|
:crawlers,
|
5189
6050
|
:next_token)
|
6051
|
+
SENSITIVE = []
|
5190
6052
|
include Aws::Structure
|
5191
6053
|
end
|
5192
6054
|
|
@@ -5206,6 +6068,7 @@ module Aws::Glue
|
|
5206
6068
|
#
|
5207
6069
|
class GetDataCatalogEncryptionSettingsRequest < Struct.new(
|
5208
6070
|
:catalog_id)
|
6071
|
+
SENSITIVE = []
|
5209
6072
|
include Aws::Structure
|
5210
6073
|
end
|
5211
6074
|
|
@@ -5217,6 +6080,7 @@ module Aws::Glue
|
|
5217
6080
|
#
|
5218
6081
|
class GetDataCatalogEncryptionSettingsResponse < Struct.new(
|
5219
6082
|
:data_catalog_encryption_settings)
|
6083
|
+
SENSITIVE = []
|
5220
6084
|
include Aws::Structure
|
5221
6085
|
end
|
5222
6086
|
|
@@ -5243,6 +6107,7 @@ module Aws::Glue
|
|
5243
6107
|
class GetDatabaseRequest < Struct.new(
|
5244
6108
|
:catalog_id,
|
5245
6109
|
:name)
|
6110
|
+
SENSITIVE = []
|
5246
6111
|
include Aws::Structure
|
5247
6112
|
end
|
5248
6113
|
|
@@ -5254,6 +6119,7 @@ module Aws::Glue
|
|
5254
6119
|
#
|
5255
6120
|
class GetDatabaseResponse < Struct.new(
|
5256
6121
|
:database)
|
6122
|
+
SENSITIVE = []
|
5257
6123
|
include Aws::Structure
|
5258
6124
|
end
|
5259
6125
|
|
@@ -5264,6 +6130,7 @@ module Aws::Glue
|
|
5264
6130
|
# catalog_id: "CatalogIdString",
|
5265
6131
|
# next_token: "Token",
|
5266
6132
|
# max_results: 1,
|
6133
|
+
# resource_share_type: "FOREIGN", # accepts FOREIGN, ALL
|
5267
6134
|
# }
|
5268
6135
|
#
|
5269
6136
|
# @!attribute [rw] catalog_id
|
@@ -5279,12 +6146,25 @@ module Aws::Glue
|
|
5279
6146
|
# The maximum number of databases to return in one response.
|
5280
6147
|
# @return [Integer]
|
5281
6148
|
#
|
6149
|
+
# @!attribute [rw] resource_share_type
|
6150
|
+
# Allows you to specify that you want to list the databases shared
|
6151
|
+
# with your account. The allowable values are `FOREIGN` or `ALL`.
|
6152
|
+
#
|
6153
|
+
# * If set to `FOREIGN`, will list the databases shared with your
|
6154
|
+
# account.
|
6155
|
+
#
|
6156
|
+
# * If set to `ALL`, will list the databases shared with your account,
|
6157
|
+
# as well as the databases in yor local account.
|
6158
|
+
# @return [String]
|
6159
|
+
#
|
5282
6160
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDatabasesRequest AWS API Documentation
|
5283
6161
|
#
|
5284
6162
|
class GetDatabasesRequest < Struct.new(
|
5285
6163
|
:catalog_id,
|
5286
6164
|
:next_token,
|
5287
|
-
:max_results
|
6165
|
+
:max_results,
|
6166
|
+
:resource_share_type)
|
6167
|
+
SENSITIVE = []
|
5288
6168
|
include Aws::Structure
|
5289
6169
|
end
|
5290
6170
|
|
@@ -5302,6 +6182,7 @@ module Aws::Glue
|
|
5302
6182
|
class GetDatabasesResponse < Struct.new(
|
5303
6183
|
:database_list,
|
5304
6184
|
:next_token)
|
6185
|
+
SENSITIVE = []
|
5305
6186
|
include Aws::Structure
|
5306
6187
|
end
|
5307
6188
|
|
@@ -5320,6 +6201,7 @@ module Aws::Glue
|
|
5320
6201
|
#
|
5321
6202
|
class GetDataflowGraphRequest < Struct.new(
|
5322
6203
|
:python_script)
|
6204
|
+
SENSITIVE = []
|
5323
6205
|
include Aws::Structure
|
5324
6206
|
end
|
5325
6207
|
|
@@ -5336,6 +6218,7 @@ module Aws::Glue
|
|
5336
6218
|
class GetDataflowGraphResponse < Struct.new(
|
5337
6219
|
:dag_nodes,
|
5338
6220
|
:dag_edges)
|
6221
|
+
SENSITIVE = []
|
5339
6222
|
include Aws::Structure
|
5340
6223
|
end
|
5341
6224
|
|
@@ -5354,6 +6237,7 @@ module Aws::Glue
|
|
5354
6237
|
#
|
5355
6238
|
class GetDevEndpointRequest < Struct.new(
|
5356
6239
|
:endpoint_name)
|
6240
|
+
SENSITIVE = []
|
5357
6241
|
include Aws::Structure
|
5358
6242
|
end
|
5359
6243
|
|
@@ -5365,6 +6249,7 @@ module Aws::Glue
|
|
5365
6249
|
#
|
5366
6250
|
class GetDevEndpointResponse < Struct.new(
|
5367
6251
|
:dev_endpoint)
|
6252
|
+
SENSITIVE = []
|
5368
6253
|
include Aws::Structure
|
5369
6254
|
end
|
5370
6255
|
|
@@ -5389,6 +6274,7 @@ module Aws::Glue
|
|
5389
6274
|
class GetDevEndpointsRequest < Struct.new(
|
5390
6275
|
:max_results,
|
5391
6276
|
:next_token)
|
6277
|
+
SENSITIVE = []
|
5392
6278
|
include Aws::Structure
|
5393
6279
|
end
|
5394
6280
|
|
@@ -5406,6 +6292,7 @@ module Aws::Glue
|
|
5406
6292
|
class GetDevEndpointsResponse < Struct.new(
|
5407
6293
|
:dev_endpoints,
|
5408
6294
|
:next_token)
|
6295
|
+
SENSITIVE = []
|
5409
6296
|
include Aws::Structure
|
5410
6297
|
end
|
5411
6298
|
|
@@ -5430,6 +6317,7 @@ module Aws::Glue
|
|
5430
6317
|
class GetJobBookmarkRequest < Struct.new(
|
5431
6318
|
:job_name,
|
5432
6319
|
:run_id)
|
6320
|
+
SENSITIVE = []
|
5433
6321
|
include Aws::Structure
|
5434
6322
|
end
|
5435
6323
|
|
@@ -5441,6 +6329,7 @@ module Aws::Glue
|
|
5441
6329
|
#
|
5442
6330
|
class GetJobBookmarkResponse < Struct.new(
|
5443
6331
|
:job_bookmark_entry)
|
6332
|
+
SENSITIVE = []
|
5444
6333
|
include Aws::Structure
|
5445
6334
|
end
|
5446
6335
|
|
@@ -5459,6 +6348,7 @@ module Aws::Glue
|
|
5459
6348
|
#
|
5460
6349
|
class GetJobRequest < Struct.new(
|
5461
6350
|
:job_name)
|
6351
|
+
SENSITIVE = []
|
5462
6352
|
include Aws::Structure
|
5463
6353
|
end
|
5464
6354
|
|
@@ -5470,6 +6360,7 @@ module Aws::Glue
|
|
5470
6360
|
#
|
5471
6361
|
class GetJobResponse < Struct.new(
|
5472
6362
|
:job)
|
6363
|
+
SENSITIVE = []
|
5473
6364
|
include Aws::Structure
|
5474
6365
|
end
|
5475
6366
|
|
@@ -5500,6 +6391,7 @@ module Aws::Glue
|
|
5500
6391
|
:job_name,
|
5501
6392
|
:run_id,
|
5502
6393
|
:predecessors_included)
|
6394
|
+
SENSITIVE = []
|
5503
6395
|
include Aws::Structure
|
5504
6396
|
end
|
5505
6397
|
|
@@ -5511,6 +6403,7 @@ module Aws::Glue
|
|
5511
6403
|
#
|
5512
6404
|
class GetJobRunResponse < Struct.new(
|
5513
6405
|
:job_run)
|
6406
|
+
SENSITIVE = []
|
5514
6407
|
include Aws::Structure
|
5515
6408
|
end
|
5516
6409
|
|
@@ -5541,6 +6434,7 @@ module Aws::Glue
|
|
5541
6434
|
:job_name,
|
5542
6435
|
:next_token,
|
5543
6436
|
:max_results)
|
6437
|
+
SENSITIVE = []
|
5544
6438
|
include Aws::Structure
|
5545
6439
|
end
|
5546
6440
|
|
@@ -5558,6 +6452,7 @@ module Aws::Glue
|
|
5558
6452
|
class GetJobRunsResponse < Struct.new(
|
5559
6453
|
:job_runs,
|
5560
6454
|
:next_token)
|
6455
|
+
SENSITIVE = []
|
5561
6456
|
include Aws::Structure
|
5562
6457
|
end
|
5563
6458
|
|
@@ -5582,6 +6477,7 @@ module Aws::Glue
|
|
5582
6477
|
class GetJobsRequest < Struct.new(
|
5583
6478
|
:next_token,
|
5584
6479
|
:max_results)
|
6480
|
+
SENSITIVE = []
|
5585
6481
|
include Aws::Structure
|
5586
6482
|
end
|
5587
6483
|
|
@@ -5599,6 +6495,7 @@ module Aws::Glue
|
|
5599
6495
|
class GetJobsResponse < Struct.new(
|
5600
6496
|
:jobs,
|
5601
6497
|
:next_token)
|
6498
|
+
SENSITIVE = []
|
5602
6499
|
include Aws::Structure
|
5603
6500
|
end
|
5604
6501
|
|
@@ -5623,6 +6520,7 @@ module Aws::Glue
|
|
5623
6520
|
class GetMLTaskRunRequest < Struct.new(
|
5624
6521
|
:transform_id,
|
5625
6522
|
:task_run_id)
|
6523
|
+
SENSITIVE = []
|
5626
6524
|
include Aws::Structure
|
5627
6525
|
end
|
5628
6526
|
|
@@ -5680,6 +6578,7 @@ module Aws::Glue
|
|
5680
6578
|
:last_modified_on,
|
5681
6579
|
:completed_on,
|
5682
6580
|
:execution_time)
|
6581
|
+
SENSITIVE = []
|
5683
6582
|
include Aws::Structure
|
5684
6583
|
end
|
5685
6584
|
|
@@ -5732,6 +6631,7 @@ module Aws::Glue
|
|
5732
6631
|
:max_results,
|
5733
6632
|
:filter,
|
5734
6633
|
:sort)
|
6634
|
+
SENSITIVE = []
|
5735
6635
|
include Aws::Structure
|
5736
6636
|
end
|
5737
6637
|
|
@@ -5748,6 +6648,7 @@ module Aws::Glue
|
|
5748
6648
|
class GetMLTaskRunsResponse < Struct.new(
|
5749
6649
|
:task_runs,
|
5750
6650
|
:next_token)
|
6651
|
+
SENSITIVE = []
|
5751
6652
|
include Aws::Structure
|
5752
6653
|
end
|
5753
6654
|
|
@@ -5767,6 +6668,7 @@ module Aws::Glue
|
|
5767
6668
|
#
|
5768
6669
|
class GetMLTransformRequest < Struct.new(
|
5769
6670
|
:transform_id)
|
6671
|
+
SENSITIVE = []
|
5770
6672
|
include Aws::Structure
|
5771
6673
|
end
|
5772
6674
|
|
@@ -5903,6 +6805,7 @@ module Aws::Glue
|
|
5903
6805
|
:number_of_workers,
|
5904
6806
|
:timeout,
|
5905
6807
|
:max_retries)
|
6808
|
+
SENSITIVE = []
|
5906
6809
|
include Aws::Structure
|
5907
6810
|
end
|
5908
6811
|
|
@@ -5957,6 +6860,7 @@ module Aws::Glue
|
|
5957
6860
|
:max_results,
|
5958
6861
|
:filter,
|
5959
6862
|
:sort)
|
6863
|
+
SENSITIVE = []
|
5960
6864
|
include Aws::Structure
|
5961
6865
|
end
|
5962
6866
|
|
@@ -5973,6 +6877,7 @@ module Aws::Glue
|
|
5973
6877
|
class GetMLTransformsResponse < Struct.new(
|
5974
6878
|
:transforms,
|
5975
6879
|
:next_token)
|
6880
|
+
SENSITIVE = []
|
5976
6881
|
include Aws::Structure
|
5977
6882
|
end
|
5978
6883
|
|
@@ -6033,6 +6938,7 @@ module Aws::Glue
|
|
6033
6938
|
:source,
|
6034
6939
|
:sinks,
|
6035
6940
|
:location)
|
6941
|
+
SENSITIVE = []
|
6036
6942
|
include Aws::Structure
|
6037
6943
|
end
|
6038
6944
|
|
@@ -6044,6 +6950,7 @@ module Aws::Glue
|
|
6044
6950
|
#
|
6045
6951
|
class GetMappingResponse < Struct.new(
|
6046
6952
|
:mapping)
|
6953
|
+
SENSITIVE = []
|
6047
6954
|
include Aws::Structure
|
6048
6955
|
end
|
6049
6956
|
|
@@ -6081,6 +6988,7 @@ module Aws::Glue
|
|
6081
6988
|
:database_name,
|
6082
6989
|
:table_name,
|
6083
6990
|
:partition_values)
|
6991
|
+
SENSITIVE = []
|
6084
6992
|
include Aws::Structure
|
6085
6993
|
end
|
6086
6994
|
|
@@ -6092,6 +7000,7 @@ module Aws::Glue
|
|
6092
7000
|
#
|
6093
7001
|
class GetPartitionResponse < Struct.new(
|
6094
7002
|
:partition)
|
7003
|
+
SENSITIVE = []
|
6095
7004
|
include Aws::Structure
|
6096
7005
|
end
|
6097
7006
|
|
@@ -6244,6 +7153,7 @@ module Aws::Glue
|
|
6244
7153
|
:next_token,
|
6245
7154
|
:segment,
|
6246
7155
|
:max_results)
|
7156
|
+
SENSITIVE = []
|
6247
7157
|
include Aws::Structure
|
6248
7158
|
end
|
6249
7159
|
|
@@ -6261,6 +7171,7 @@ module Aws::Glue
|
|
6261
7171
|
class GetPartitionsResponse < Struct.new(
|
6262
7172
|
:partitions,
|
6263
7173
|
:next_token)
|
7174
|
+
SENSITIVE = []
|
6264
7175
|
include Aws::Structure
|
6265
7176
|
end
|
6266
7177
|
|
@@ -6342,6 +7253,7 @@ module Aws::Glue
|
|
6342
7253
|
:sinks,
|
6343
7254
|
:location,
|
6344
7255
|
:language)
|
7256
|
+
SENSITIVE = []
|
6345
7257
|
include Aws::Structure
|
6346
7258
|
end
|
6347
7259
|
|
@@ -6355,17 +7267,81 @@ module Aws::Glue
|
|
6355
7267
|
#
|
6356
7268
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetPlanResponse AWS API Documentation
|
6357
7269
|
#
|
6358
|
-
class GetPlanResponse < Struct.new(
|
6359
|
-
:python_script,
|
6360
|
-
:scala_code)
|
7270
|
+
class GetPlanResponse < Struct.new(
|
7271
|
+
:python_script,
|
7272
|
+
:scala_code)
|
7273
|
+
SENSITIVE = []
|
7274
|
+
include Aws::Structure
|
7275
|
+
end
|
7276
|
+
|
7277
|
+
# @note When making an API call, you may pass GetResourcePoliciesRequest
|
7278
|
+
# data as a hash:
|
7279
|
+
#
|
7280
|
+
# {
|
7281
|
+
# next_token: "Token",
|
7282
|
+
# max_results: 1,
|
7283
|
+
# }
|
7284
|
+
#
|
7285
|
+
# @!attribute [rw] next_token
|
7286
|
+
# A continuation token, if this is a continuation request.
|
7287
|
+
# @return [String]
|
7288
|
+
#
|
7289
|
+
# @!attribute [rw] max_results
|
7290
|
+
# The maximum size of a list to return.
|
7291
|
+
# @return [Integer]
|
7292
|
+
#
|
7293
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetResourcePoliciesRequest AWS API Documentation
|
7294
|
+
#
|
7295
|
+
class GetResourcePoliciesRequest < Struct.new(
|
7296
|
+
:next_token,
|
7297
|
+
:max_results)
|
7298
|
+
SENSITIVE = []
|
7299
|
+
include Aws::Structure
|
7300
|
+
end
|
7301
|
+
|
7302
|
+
# @!attribute [rw] get_resource_policies_response_list
|
7303
|
+
# A list of the individual resource policies and the account-level
|
7304
|
+
# resource policy.
|
7305
|
+
# @return [Array<Types::GluePolicy>]
|
7306
|
+
#
|
7307
|
+
# @!attribute [rw] next_token
|
7308
|
+
# A continuation token, if the returned list does not contain the last
|
7309
|
+
# resource policy available.
|
7310
|
+
# @return [String]
|
7311
|
+
#
|
7312
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetResourcePoliciesResponse AWS API Documentation
|
7313
|
+
#
|
7314
|
+
class GetResourcePoliciesResponse < Struct.new(
|
7315
|
+
:get_resource_policies_response_list,
|
7316
|
+
:next_token)
|
7317
|
+
SENSITIVE = []
|
6361
7318
|
include Aws::Structure
|
6362
7319
|
end
|
6363
7320
|
|
6364
|
-
# @
|
7321
|
+
# @note When making an API call, you may pass GetResourcePolicyRequest
|
7322
|
+
# data as a hash:
|
7323
|
+
#
|
7324
|
+
# {
|
7325
|
+
# resource_arn: "GlueResourceArn",
|
7326
|
+
# }
|
7327
|
+
#
|
7328
|
+
# @!attribute [rw] resource_arn
|
7329
|
+
# The ARN of the AWS Glue resource for the resource policy to be
|
7330
|
+
# retrieved. For more information about AWS Glue resource ARNs, see
|
7331
|
+
# the [AWS Glue ARN string pattern][1]
|
7332
|
+
#
|
7333
|
+
#
|
7334
|
+
#
|
7335
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-aws-glue-arn-id
|
7336
|
+
# @return [String]
|
6365
7337
|
#
|
6366
7338
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetResourcePolicyRequest AWS API Documentation
|
6367
7339
|
#
|
6368
|
-
class GetResourcePolicyRequest <
|
7340
|
+
class GetResourcePolicyRequest < Struct.new(
|
7341
|
+
:resource_arn)
|
7342
|
+
SENSITIVE = []
|
7343
|
+
include Aws::Structure
|
7344
|
+
end
|
6369
7345
|
|
6370
7346
|
# @!attribute [rw] policy_in_json
|
6371
7347
|
# Contains the requested policy document, in JSON format.
|
@@ -6390,6 +7366,7 @@ module Aws::Glue
|
|
6390
7366
|
:policy_hash,
|
6391
7367
|
:create_time,
|
6392
7368
|
:update_time)
|
7369
|
+
SENSITIVE = []
|
6393
7370
|
include Aws::Structure
|
6394
7371
|
end
|
6395
7372
|
|
@@ -6408,6 +7385,7 @@ module Aws::Glue
|
|
6408
7385
|
#
|
6409
7386
|
class GetSecurityConfigurationRequest < Struct.new(
|
6410
7387
|
:name)
|
7388
|
+
SENSITIVE = []
|
6411
7389
|
include Aws::Structure
|
6412
7390
|
end
|
6413
7391
|
|
@@ -6419,6 +7397,7 @@ module Aws::Glue
|
|
6419
7397
|
#
|
6420
7398
|
class GetSecurityConfigurationResponse < Struct.new(
|
6421
7399
|
:security_configuration)
|
7400
|
+
SENSITIVE = []
|
6422
7401
|
include Aws::Structure
|
6423
7402
|
end
|
6424
7403
|
|
@@ -6443,6 +7422,7 @@ module Aws::Glue
|
|
6443
7422
|
class GetSecurityConfigurationsRequest < Struct.new(
|
6444
7423
|
:max_results,
|
6445
7424
|
:next_token)
|
7425
|
+
SENSITIVE = []
|
6446
7426
|
include Aws::Structure
|
6447
7427
|
end
|
6448
7428
|
|
@@ -6460,6 +7440,7 @@ module Aws::Glue
|
|
6460
7440
|
class GetSecurityConfigurationsResponse < Struct.new(
|
6461
7441
|
:security_configurations,
|
6462
7442
|
:next_token)
|
7443
|
+
SENSITIVE = []
|
6463
7444
|
include Aws::Structure
|
6464
7445
|
end
|
6465
7446
|
|
@@ -6493,6 +7474,7 @@ module Aws::Glue
|
|
6493
7474
|
:catalog_id,
|
6494
7475
|
:database_name,
|
6495
7476
|
:name)
|
7477
|
+
SENSITIVE = []
|
6496
7478
|
include Aws::Structure
|
6497
7479
|
end
|
6498
7480
|
|
@@ -6504,6 +7486,7 @@ module Aws::Glue
|
|
6504
7486
|
#
|
6505
7487
|
class GetTableResponse < Struct.new(
|
6506
7488
|
:table)
|
7489
|
+
SENSITIVE = []
|
6507
7490
|
include Aws::Structure
|
6508
7491
|
end
|
6509
7492
|
|
@@ -6545,6 +7528,7 @@ module Aws::Glue
|
|
6545
7528
|
:database_name,
|
6546
7529
|
:table_name,
|
6547
7530
|
:version_id)
|
7531
|
+
SENSITIVE = []
|
6548
7532
|
include Aws::Structure
|
6549
7533
|
end
|
6550
7534
|
|
@@ -6556,6 +7540,7 @@ module Aws::Glue
|
|
6556
7540
|
#
|
6557
7541
|
class GetTableVersionResponse < Struct.new(
|
6558
7542
|
:table_version)
|
7543
|
+
SENSITIVE = []
|
6559
7544
|
include Aws::Structure
|
6560
7545
|
end
|
6561
7546
|
|
@@ -6601,6 +7586,7 @@ module Aws::Glue
|
|
6601
7586
|
:table_name,
|
6602
7587
|
:next_token,
|
6603
7588
|
:max_results)
|
7589
|
+
SENSITIVE = []
|
6604
7590
|
include Aws::Structure
|
6605
7591
|
end
|
6606
7592
|
|
@@ -6619,6 +7605,7 @@ module Aws::Glue
|
|
6619
7605
|
class GetTableVersionsResponse < Struct.new(
|
6620
7606
|
:table_versions,
|
6621
7607
|
:next_token)
|
7608
|
+
SENSITIVE = []
|
6622
7609
|
include Aws::Structure
|
6623
7610
|
end
|
6624
7611
|
|
@@ -6664,6 +7651,7 @@ module Aws::Glue
|
|
6664
7651
|
:expression,
|
6665
7652
|
:next_token,
|
6666
7653
|
:max_results)
|
7654
|
+
SENSITIVE = []
|
6667
7655
|
include Aws::Structure
|
6668
7656
|
end
|
6669
7657
|
|
@@ -6681,6 +7669,7 @@ module Aws::Glue
|
|
6681
7669
|
class GetTablesResponse < Struct.new(
|
6682
7670
|
:table_list,
|
6683
7671
|
:next_token)
|
7672
|
+
SENSITIVE = []
|
6684
7673
|
include Aws::Structure
|
6685
7674
|
end
|
6686
7675
|
|
@@ -6700,6 +7689,7 @@ module Aws::Glue
|
|
6700
7689
|
#
|
6701
7690
|
class GetTagsRequest < Struct.new(
|
6702
7691
|
:resource_arn)
|
7692
|
+
SENSITIVE = []
|
6703
7693
|
include Aws::Structure
|
6704
7694
|
end
|
6705
7695
|
|
@@ -6711,6 +7701,7 @@ module Aws::Glue
|
|
6711
7701
|
#
|
6712
7702
|
class GetTagsResponse < Struct.new(
|
6713
7703
|
:tags)
|
7704
|
+
SENSITIVE = []
|
6714
7705
|
include Aws::Structure
|
6715
7706
|
end
|
6716
7707
|
|
@@ -6729,6 +7720,7 @@ module Aws::Glue
|
|
6729
7720
|
#
|
6730
7721
|
class GetTriggerRequest < Struct.new(
|
6731
7722
|
:name)
|
7723
|
+
SENSITIVE = []
|
6732
7724
|
include Aws::Structure
|
6733
7725
|
end
|
6734
7726
|
|
@@ -6740,6 +7732,7 @@ module Aws::Glue
|
|
6740
7732
|
#
|
6741
7733
|
class GetTriggerResponse < Struct.new(
|
6742
7734
|
:trigger)
|
7735
|
+
SENSITIVE = []
|
6743
7736
|
include Aws::Structure
|
6744
7737
|
end
|
6745
7738
|
|
@@ -6772,6 +7765,7 @@ module Aws::Glue
|
|
6772
7765
|
:next_token,
|
6773
7766
|
:dependent_job_name,
|
6774
7767
|
:max_results)
|
7768
|
+
SENSITIVE = []
|
6775
7769
|
include Aws::Structure
|
6776
7770
|
end
|
6777
7771
|
|
@@ -6789,6 +7783,7 @@ module Aws::Glue
|
|
6789
7783
|
class GetTriggersResponse < Struct.new(
|
6790
7784
|
:triggers,
|
6791
7785
|
:next_token)
|
7786
|
+
SENSITIVE = []
|
6792
7787
|
include Aws::Structure
|
6793
7788
|
end
|
6794
7789
|
|
@@ -6820,6 +7815,7 @@ module Aws::Glue
|
|
6820
7815
|
:catalog_id,
|
6821
7816
|
:database_name,
|
6822
7817
|
:function_name)
|
7818
|
+
SENSITIVE = []
|
6823
7819
|
include Aws::Structure
|
6824
7820
|
end
|
6825
7821
|
|
@@ -6831,6 +7827,7 @@ module Aws::Glue
|
|
6831
7827
|
#
|
6832
7828
|
class GetUserDefinedFunctionResponse < Struct.new(
|
6833
7829
|
:user_defined_function)
|
7830
|
+
SENSITIVE = []
|
6834
7831
|
include Aws::Structure
|
6835
7832
|
end
|
6836
7833
|
|
@@ -6877,6 +7874,7 @@ module Aws::Glue
|
|
6877
7874
|
:pattern,
|
6878
7875
|
:next_token,
|
6879
7876
|
:max_results)
|
7877
|
+
SENSITIVE = []
|
6880
7878
|
include Aws::Structure
|
6881
7879
|
end
|
6882
7880
|
|
@@ -6894,6 +7892,7 @@ module Aws::Glue
|
|
6894
7892
|
class GetUserDefinedFunctionsResponse < Struct.new(
|
6895
7893
|
:user_defined_functions,
|
6896
7894
|
:next_token)
|
7895
|
+
SENSITIVE = []
|
6897
7896
|
include Aws::Structure
|
6898
7897
|
end
|
6899
7898
|
|
@@ -6919,6 +7918,7 @@ module Aws::Glue
|
|
6919
7918
|
class GetWorkflowRequest < Struct.new(
|
6920
7919
|
:name,
|
6921
7920
|
:include_graph)
|
7921
|
+
SENSITIVE = []
|
6922
7922
|
include Aws::Structure
|
6923
7923
|
end
|
6924
7924
|
|
@@ -6930,6 +7930,7 @@ module Aws::Glue
|
|
6930
7930
|
#
|
6931
7931
|
class GetWorkflowResponse < Struct.new(
|
6932
7932
|
:workflow)
|
7933
|
+
SENSITIVE = []
|
6933
7934
|
include Aws::Structure
|
6934
7935
|
end
|
6935
7936
|
|
@@ -6954,6 +7955,7 @@ module Aws::Glue
|
|
6954
7955
|
class GetWorkflowRunPropertiesRequest < Struct.new(
|
6955
7956
|
:name,
|
6956
7957
|
:run_id)
|
7958
|
+
SENSITIVE = []
|
6957
7959
|
include Aws::Structure
|
6958
7960
|
end
|
6959
7961
|
|
@@ -6965,6 +7967,7 @@ module Aws::Glue
|
|
6965
7967
|
#
|
6966
7968
|
class GetWorkflowRunPropertiesResponse < Struct.new(
|
6967
7969
|
:run_properties)
|
7970
|
+
SENSITIVE = []
|
6968
7971
|
include Aws::Structure
|
6969
7972
|
end
|
6970
7973
|
|
@@ -6995,6 +7998,7 @@ module Aws::Glue
|
|
6995
7998
|
:name,
|
6996
7999
|
:run_id,
|
6997
8000
|
:include_graph)
|
8001
|
+
SENSITIVE = []
|
6998
8002
|
include Aws::Structure
|
6999
8003
|
end
|
7000
8004
|
|
@@ -7006,6 +8010,7 @@ module Aws::Glue
|
|
7006
8010
|
#
|
7007
8011
|
class GetWorkflowRunResponse < Struct.new(
|
7008
8012
|
:run)
|
8013
|
+
SENSITIVE = []
|
7009
8014
|
include Aws::Structure
|
7010
8015
|
end
|
7011
8016
|
|
@@ -7042,6 +8047,7 @@ module Aws::Glue
|
|
7042
8047
|
:include_graph,
|
7043
8048
|
:next_token,
|
7044
8049
|
:max_results)
|
8050
|
+
SENSITIVE = []
|
7045
8051
|
include Aws::Structure
|
7046
8052
|
end
|
7047
8053
|
|
@@ -7059,6 +8065,7 @@ module Aws::Glue
|
|
7059
8065
|
class GetWorkflowRunsResponse < Struct.new(
|
7060
8066
|
:runs,
|
7061
8067
|
:next_token)
|
8068
|
+
SENSITIVE = []
|
7062
8069
|
include Aws::Structure
|
7063
8070
|
end
|
7064
8071
|
|
@@ -7072,6 +8079,36 @@ module Aws::Glue
|
|
7072
8079
|
#
|
7073
8080
|
class GlueEncryptionException < Struct.new(
|
7074
8081
|
:message)
|
8082
|
+
SENSITIVE = []
|
8083
|
+
include Aws::Structure
|
8084
|
+
end
|
8085
|
+
|
8086
|
+
# A structure for returning a resource policy.
|
8087
|
+
#
|
8088
|
+
# @!attribute [rw] policy_in_json
|
8089
|
+
# Contains the requested policy document, in JSON format.
|
8090
|
+
# @return [String]
|
8091
|
+
#
|
8092
|
+
# @!attribute [rw] policy_hash
|
8093
|
+
# Contains the hash value associated with this policy.
|
8094
|
+
# @return [String]
|
8095
|
+
#
|
8096
|
+
# @!attribute [rw] create_time
|
8097
|
+
# The date and time at which the policy was created.
|
8098
|
+
# @return [Time]
|
8099
|
+
#
|
8100
|
+
# @!attribute [rw] update_time
|
8101
|
+
# The date and time at which the policy was last updated.
|
8102
|
+
# @return [Time]
|
8103
|
+
#
|
8104
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GluePolicy AWS API Documentation
|
8105
|
+
#
|
8106
|
+
class GluePolicy < Struct.new(
|
8107
|
+
:policy_in_json,
|
8108
|
+
:policy_hash,
|
8109
|
+
:create_time,
|
8110
|
+
:update_time)
|
8111
|
+
SENSITIVE = []
|
7075
8112
|
include Aws::Structure
|
7076
8113
|
end
|
7077
8114
|
|
@@ -7111,6 +8148,7 @@ module Aws::Glue
|
|
7111
8148
|
:table_name,
|
7112
8149
|
:catalog_id,
|
7113
8150
|
:connection_name)
|
8151
|
+
SENSITIVE = []
|
7114
8152
|
include Aws::Structure
|
7115
8153
|
end
|
7116
8154
|
|
@@ -7166,6 +8204,7 @@ module Aws::Glue
|
|
7166
8204
|
:version,
|
7167
8205
|
:grok_pattern,
|
7168
8206
|
:custom_patterns)
|
8207
|
+
SENSITIVE = []
|
7169
8208
|
include Aws::Structure
|
7170
8209
|
end
|
7171
8210
|
|
@@ -7179,6 +8218,7 @@ module Aws::Glue
|
|
7179
8218
|
#
|
7180
8219
|
class IdempotentParameterMismatchException < Struct.new(
|
7181
8220
|
:message)
|
8221
|
+
SENSITIVE = []
|
7182
8222
|
include Aws::Structure
|
7183
8223
|
end
|
7184
8224
|
|
@@ -7192,6 +8232,7 @@ module Aws::Glue
|
|
7192
8232
|
#
|
7193
8233
|
class IllegalWorkflowStateException < Struct.new(
|
7194
8234
|
:message)
|
8235
|
+
SENSITIVE = []
|
7195
8236
|
include Aws::Structure
|
7196
8237
|
end
|
7197
8238
|
|
@@ -7211,6 +8252,7 @@ module Aws::Glue
|
|
7211
8252
|
#
|
7212
8253
|
class ImportCatalogToGlueRequest < Struct.new(
|
7213
8254
|
:catalog_id)
|
8255
|
+
SENSITIVE = []
|
7214
8256
|
include Aws::Structure
|
7215
8257
|
end
|
7216
8258
|
|
@@ -7234,6 +8276,7 @@ module Aws::Glue
|
|
7234
8276
|
class ImportLabelsTaskRunProperties < Struct.new(
|
7235
8277
|
:input_s3_path,
|
7236
8278
|
:replace)
|
8279
|
+
SENSITIVE = []
|
7237
8280
|
include Aws::Structure
|
7238
8281
|
end
|
7239
8282
|
|
@@ -7247,6 +8290,7 @@ module Aws::Glue
|
|
7247
8290
|
#
|
7248
8291
|
class InternalServiceException < Struct.new(
|
7249
8292
|
:message)
|
8293
|
+
SENSITIVE = []
|
7250
8294
|
include Aws::Structure
|
7251
8295
|
end
|
7252
8296
|
|
@@ -7260,6 +8304,7 @@ module Aws::Glue
|
|
7260
8304
|
#
|
7261
8305
|
class InvalidInputException < Struct.new(
|
7262
8306
|
:message)
|
8307
|
+
SENSITIVE = []
|
7263
8308
|
include Aws::Structure
|
7264
8309
|
end
|
7265
8310
|
|
@@ -7297,6 +8342,7 @@ module Aws::Glue
|
|
7297
8342
|
:connection_name,
|
7298
8343
|
:path,
|
7299
8344
|
:exclusions)
|
8345
|
+
SENSITIVE = []
|
7300
8346
|
include Aws::Structure
|
7301
8347
|
end
|
7302
8348
|
|
@@ -7491,6 +8537,7 @@ module Aws::Glue
|
|
7491
8537
|
:security_configuration,
|
7492
8538
|
:notification_property,
|
7493
8539
|
:glue_version)
|
8540
|
+
SENSITIVE = []
|
7494
8541
|
include Aws::Structure
|
7495
8542
|
end
|
7496
8543
|
|
@@ -7534,6 +8581,7 @@ module Aws::Glue
|
|
7534
8581
|
:previous_run_id,
|
7535
8582
|
:run_id,
|
7536
8583
|
:job_bookmark)
|
8584
|
+
SENSITIVE = []
|
7537
8585
|
include Aws::Structure
|
7538
8586
|
end
|
7539
8587
|
|
@@ -7561,6 +8609,7 @@ module Aws::Glue
|
|
7561
8609
|
class JobBookmarksEncryption < Struct.new(
|
7562
8610
|
:job_bookmarks_encryption_mode,
|
7563
8611
|
:kms_key_arn)
|
8612
|
+
SENSITIVE = []
|
7564
8613
|
include Aws::Structure
|
7565
8614
|
end
|
7566
8615
|
|
@@ -7596,6 +8645,7 @@ module Aws::Glue
|
|
7596
8645
|
:name,
|
7597
8646
|
:script_location,
|
7598
8647
|
:python_version)
|
8648
|
+
SENSITIVE = []
|
7599
8649
|
include Aws::Structure
|
7600
8650
|
end
|
7601
8651
|
|
@@ -7609,6 +8659,7 @@ module Aws::Glue
|
|
7609
8659
|
#
|
7610
8660
|
class JobNodeDetails < Struct.new(
|
7611
8661
|
:job_runs)
|
8662
|
+
SENSITIVE = []
|
7612
8663
|
include Aws::Structure
|
7613
8664
|
end
|
7614
8665
|
|
@@ -7821,6 +8872,7 @@ module Aws::Glue
|
|
7821
8872
|
:log_group_name,
|
7822
8873
|
:notification_property,
|
7823
8874
|
:glue_version)
|
8875
|
+
SENSITIVE = []
|
7824
8876
|
include Aws::Structure
|
7825
8877
|
end
|
7826
8878
|
|
@@ -8033,6 +9085,7 @@ module Aws::Glue
|
|
8033
9085
|
:security_configuration,
|
8034
9086
|
:notification_property,
|
8035
9087
|
:glue_version)
|
9088
|
+
SENSITIVE = []
|
8036
9089
|
include Aws::Structure
|
8037
9090
|
end
|
8038
9091
|
|
@@ -8072,6 +9125,7 @@ module Aws::Glue
|
|
8072
9125
|
:last_updated,
|
8073
9126
|
:version,
|
8074
9127
|
:json_path)
|
9128
|
+
SENSITIVE = []
|
8075
9129
|
include Aws::Structure
|
8076
9130
|
end
|
8077
9131
|
|
@@ -8087,6 +9141,7 @@ module Aws::Glue
|
|
8087
9141
|
#
|
8088
9142
|
class LabelingSetGenerationTaskRunProperties < Struct.new(
|
8089
9143
|
:output_s3_path)
|
9144
|
+
SENSITIVE = []
|
8090
9145
|
include Aws::Structure
|
8091
9146
|
end
|
8092
9147
|
|
@@ -8125,6 +9180,7 @@ module Aws::Glue
|
|
8125
9180
|
:log_stream,
|
8126
9181
|
:message_prefix,
|
8127
9182
|
:start_time)
|
9183
|
+
SENSITIVE = []
|
8128
9184
|
include Aws::Structure
|
8129
9185
|
end
|
8130
9186
|
|
@@ -8157,6 +9213,7 @@ module Aws::Glue
|
|
8157
9213
|
:max_results,
|
8158
9214
|
:next_token,
|
8159
9215
|
:tags)
|
9216
|
+
SENSITIVE = []
|
8160
9217
|
include Aws::Structure
|
8161
9218
|
end
|
8162
9219
|
|
@@ -8175,6 +9232,7 @@ module Aws::Glue
|
|
8175
9232
|
class ListCrawlersResponse < Struct.new(
|
8176
9233
|
:crawler_names,
|
8177
9234
|
:next_token)
|
9235
|
+
SENSITIVE = []
|
8178
9236
|
include Aws::Structure
|
8179
9237
|
end
|
8180
9238
|
|
@@ -8207,6 +9265,7 @@ module Aws::Glue
|
|
8207
9265
|
:next_token,
|
8208
9266
|
:max_results,
|
8209
9267
|
:tags)
|
9268
|
+
SENSITIVE = []
|
8210
9269
|
include Aws::Structure
|
8211
9270
|
end
|
8212
9271
|
|
@@ -8225,6 +9284,7 @@ module Aws::Glue
|
|
8225
9284
|
class ListDevEndpointsResponse < Struct.new(
|
8226
9285
|
:dev_endpoint_names,
|
8227
9286
|
:next_token)
|
9287
|
+
SENSITIVE = []
|
8228
9288
|
include Aws::Structure
|
8229
9289
|
end
|
8230
9290
|
|
@@ -8257,6 +9317,7 @@ module Aws::Glue
|
|
8257
9317
|
:next_token,
|
8258
9318
|
:max_results,
|
8259
9319
|
:tags)
|
9320
|
+
SENSITIVE = []
|
8260
9321
|
include Aws::Structure
|
8261
9322
|
end
|
8262
9323
|
|
@@ -8275,6 +9336,7 @@ module Aws::Glue
|
|
8275
9336
|
class ListJobsResponse < Struct.new(
|
8276
9337
|
:job_names,
|
8277
9338
|
:next_token)
|
9339
|
+
SENSITIVE = []
|
8278
9340
|
include Aws::Structure
|
8279
9341
|
end
|
8280
9342
|
|
@@ -8339,6 +9401,7 @@ module Aws::Glue
|
|
8339
9401
|
:filter,
|
8340
9402
|
:sort,
|
8341
9403
|
:tags)
|
9404
|
+
SENSITIVE = []
|
8342
9405
|
include Aws::Structure
|
8343
9406
|
end
|
8344
9407
|
|
@@ -8357,6 +9420,7 @@ module Aws::Glue
|
|
8357
9420
|
class ListMLTransformsResponse < Struct.new(
|
8358
9421
|
:transform_ids,
|
8359
9422
|
:next_token)
|
9423
|
+
SENSITIVE = []
|
8360
9424
|
include Aws::Structure
|
8361
9425
|
end
|
8362
9426
|
|
@@ -8397,6 +9461,7 @@ module Aws::Glue
|
|
8397
9461
|
:dependent_job_name,
|
8398
9462
|
:max_results,
|
8399
9463
|
:tags)
|
9464
|
+
SENSITIVE = []
|
8400
9465
|
include Aws::Structure
|
8401
9466
|
end
|
8402
9467
|
|
@@ -8415,6 +9480,7 @@ module Aws::Glue
|
|
8415
9480
|
class ListTriggersResponse < Struct.new(
|
8416
9481
|
:trigger_names,
|
8417
9482
|
:next_token)
|
9483
|
+
SENSITIVE = []
|
8418
9484
|
include Aws::Structure
|
8419
9485
|
end
|
8420
9486
|
|
@@ -8439,6 +9505,7 @@ module Aws::Glue
|
|
8439
9505
|
class ListWorkflowsRequest < Struct.new(
|
8440
9506
|
:next_token,
|
8441
9507
|
:max_results)
|
9508
|
+
SENSITIVE = []
|
8442
9509
|
include Aws::Structure
|
8443
9510
|
end
|
8444
9511
|
|
@@ -8455,6 +9522,7 @@ module Aws::Glue
|
|
8455
9522
|
class ListWorkflowsResponse < Struct.new(
|
8456
9523
|
:workflows,
|
8457
9524
|
:next_token)
|
9525
|
+
SENSITIVE = []
|
8458
9526
|
include Aws::Structure
|
8459
9527
|
end
|
8460
9528
|
|
@@ -8505,6 +9573,46 @@ module Aws::Glue
|
|
8505
9573
|
:jdbc,
|
8506
9574
|
:s3,
|
8507
9575
|
:dynamo_db)
|
9576
|
+
SENSITIVE = []
|
9577
|
+
include Aws::Structure
|
9578
|
+
end
|
9579
|
+
|
9580
|
+
# Defines a long column statistics data.
|
9581
|
+
#
|
9582
|
+
# @note When making an API call, you may pass LongColumnStatisticsData
|
9583
|
+
# data as a hash:
|
9584
|
+
#
|
9585
|
+
# {
|
9586
|
+
# minimum_value: 1,
|
9587
|
+
# maximum_value: 1,
|
9588
|
+
# number_of_nulls: 1, # required
|
9589
|
+
# number_of_distinct_values: 1, # required
|
9590
|
+
# }
|
9591
|
+
#
|
9592
|
+
# @!attribute [rw] minimum_value
|
9593
|
+
# Minimum value of the column.
|
9594
|
+
# @return [Integer]
|
9595
|
+
#
|
9596
|
+
# @!attribute [rw] maximum_value
|
9597
|
+
# Maximum value of the column.
|
9598
|
+
# @return [Integer]
|
9599
|
+
#
|
9600
|
+
# @!attribute [rw] number_of_nulls
|
9601
|
+
# Number of nulls.
|
9602
|
+
# @return [Integer]
|
9603
|
+
#
|
9604
|
+
# @!attribute [rw] number_of_distinct_values
|
9605
|
+
# Number of distinct values.
|
9606
|
+
# @return [Integer]
|
9607
|
+
#
|
9608
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/LongColumnStatisticsData AWS API Documentation
|
9609
|
+
#
|
9610
|
+
class LongColumnStatisticsData < Struct.new(
|
9611
|
+
:minimum_value,
|
9612
|
+
:maximum_value,
|
9613
|
+
:number_of_nulls,
|
9614
|
+
:number_of_distinct_values)
|
9615
|
+
SENSITIVE = []
|
8508
9616
|
include Aws::Structure
|
8509
9617
|
end
|
8510
9618
|
|
@@ -8695,6 +9803,7 @@ module Aws::Glue
|
|
8695
9803
|
:number_of_workers,
|
8696
9804
|
:timeout,
|
8697
9805
|
:max_retries)
|
9806
|
+
SENSITIVE = []
|
8698
9807
|
include Aws::Structure
|
8699
9808
|
end
|
8700
9809
|
|
@@ -8708,6 +9817,7 @@ module Aws::Glue
|
|
8708
9817
|
#
|
8709
9818
|
class MLTransformNotReadyException < Struct.new(
|
8710
9819
|
:message)
|
9820
|
+
SENSITIVE = []
|
8711
9821
|
include Aws::Structure
|
8712
9822
|
end
|
8713
9823
|
|
@@ -8758,6 +9868,7 @@ module Aws::Glue
|
|
8758
9868
|
:target_table,
|
8759
9869
|
:target_path,
|
8760
9870
|
:target_type)
|
9871
|
+
SENSITIVE = []
|
8761
9872
|
include Aws::Structure
|
8762
9873
|
end
|
8763
9874
|
|
@@ -8771,6 +9882,7 @@ module Aws::Glue
|
|
8771
9882
|
#
|
8772
9883
|
class NoScheduleException < Struct.new(
|
8773
9884
|
:message)
|
9885
|
+
SENSITIVE = []
|
8774
9886
|
include Aws::Structure
|
8775
9887
|
end
|
8776
9888
|
|
@@ -8810,6 +9922,7 @@ module Aws::Glue
|
|
8810
9922
|
:trigger_details,
|
8811
9923
|
:job_details,
|
8812
9924
|
:crawler_details)
|
9925
|
+
SENSITIVE = []
|
8813
9926
|
include Aws::Structure
|
8814
9927
|
end
|
8815
9928
|
|
@@ -8831,6 +9944,7 @@ module Aws::Glue
|
|
8831
9944
|
#
|
8832
9945
|
class NotificationProperty < Struct.new(
|
8833
9946
|
:notify_delay_after)
|
9947
|
+
SENSITIVE = []
|
8834
9948
|
include Aws::Structure
|
8835
9949
|
end
|
8836
9950
|
|
@@ -8844,6 +9958,7 @@ module Aws::Glue
|
|
8844
9958
|
#
|
8845
9959
|
class OperationTimeoutException < Struct.new(
|
8846
9960
|
:message)
|
9961
|
+
SENSITIVE = []
|
8847
9962
|
include Aws::Structure
|
8848
9963
|
end
|
8849
9964
|
|
@@ -8871,6 +9986,7 @@ module Aws::Glue
|
|
8871
9986
|
class Order < Struct.new(
|
8872
9987
|
:column,
|
8873
9988
|
:sort_order)
|
9989
|
+
SENSITIVE = []
|
8874
9990
|
include Aws::Structure
|
8875
9991
|
end
|
8876
9992
|
|
@@ -8910,6 +10026,10 @@ module Aws::Glue
|
|
8910
10026
|
# partition.
|
8911
10027
|
# @return [Time]
|
8912
10028
|
#
|
10029
|
+
# @!attribute [rw] catalog_id
|
10030
|
+
# The ID of the Data Catalog in which the partition resides.
|
10031
|
+
# @return [String]
|
10032
|
+
#
|
8913
10033
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Partition AWS API Documentation
|
8914
10034
|
#
|
8915
10035
|
class Partition < Struct.new(
|
@@ -8920,7 +10040,9 @@ module Aws::Glue
|
|
8920
10040
|
:last_access_time,
|
8921
10041
|
:storage_descriptor,
|
8922
10042
|
:parameters,
|
8923
|
-
:last_analyzed_time
|
10043
|
+
:last_analyzed_time,
|
10044
|
+
:catalog_id)
|
10045
|
+
SENSITIVE = []
|
8924
10046
|
include Aws::Structure
|
8925
10047
|
end
|
8926
10048
|
|
@@ -8939,6 +10061,7 @@ module Aws::Glue
|
|
8939
10061
|
class PartitionError < Struct.new(
|
8940
10062
|
:partition_values,
|
8941
10063
|
:error_detail)
|
10064
|
+
SENSITIVE = []
|
8942
10065
|
include Aws::Structure
|
8943
10066
|
end
|
8944
10067
|
|
@@ -9034,6 +10157,7 @@ module Aws::Glue
|
|
9034
10157
|
:storage_descriptor,
|
9035
10158
|
:parameters,
|
9036
10159
|
:last_analyzed_time)
|
10160
|
+
SENSITIVE = []
|
9037
10161
|
include Aws::Structure
|
9038
10162
|
end
|
9039
10163
|
|
@@ -9054,6 +10178,7 @@ module Aws::Glue
|
|
9054
10178
|
#
|
9055
10179
|
class PartitionValueList < Struct.new(
|
9056
10180
|
:values)
|
10181
|
+
SENSITIVE = []
|
9057
10182
|
include Aws::Structure
|
9058
10183
|
end
|
9059
10184
|
|
@@ -9089,6 +10214,7 @@ module Aws::Glue
|
|
9089
10214
|
:subnet_id,
|
9090
10215
|
:security_group_id_list,
|
9091
10216
|
:availability_zone)
|
10217
|
+
SENSITIVE = []
|
9092
10218
|
include Aws::Structure
|
9093
10219
|
end
|
9094
10220
|
|
@@ -9108,6 +10234,7 @@ module Aws::Glue
|
|
9108
10234
|
class Predecessor < Struct.new(
|
9109
10235
|
:job_name,
|
9110
10236
|
:run_id)
|
10237
|
+
SENSITIVE = []
|
9111
10238
|
include Aws::Structure
|
9112
10239
|
end
|
9113
10240
|
|
@@ -9143,6 +10270,7 @@ module Aws::Glue
|
|
9143
10270
|
class Predicate < Struct.new(
|
9144
10271
|
:logical,
|
9145
10272
|
:conditions)
|
10273
|
+
SENSITIVE = []
|
9146
10274
|
include Aws::Structure
|
9147
10275
|
end
|
9148
10276
|
|
@@ -9171,6 +10299,7 @@ module Aws::Glue
|
|
9171
10299
|
class PrincipalPermissions < Struct.new(
|
9172
10300
|
:principal,
|
9173
10301
|
:permissions)
|
10302
|
+
SENSITIVE = []
|
9174
10303
|
include Aws::Structure
|
9175
10304
|
end
|
9176
10305
|
|
@@ -9203,6 +10332,7 @@ module Aws::Glue
|
|
9203
10332
|
:key,
|
9204
10333
|
:value,
|
9205
10334
|
:comparator)
|
10335
|
+
SENSITIVE = []
|
9206
10336
|
include Aws::Structure
|
9207
10337
|
end
|
9208
10338
|
|
@@ -9237,6 +10367,7 @@ module Aws::Glue
|
|
9237
10367
|
class PutDataCatalogEncryptionSettingsRequest < Struct.new(
|
9238
10368
|
:catalog_id,
|
9239
10369
|
:data_catalog_encryption_settings)
|
10370
|
+
SENSITIVE = []
|
9240
10371
|
include Aws::Structure
|
9241
10372
|
end
|
9242
10373
|
|
@@ -9249,14 +10380,26 @@ module Aws::Glue
|
|
9249
10380
|
#
|
9250
10381
|
# {
|
9251
10382
|
# policy_in_json: "PolicyJsonString", # required
|
10383
|
+
# resource_arn: "GlueResourceArn",
|
9252
10384
|
# policy_hash_condition: "HashString",
|
9253
10385
|
# policy_exists_condition: "MUST_EXIST", # accepts MUST_EXIST, NOT_EXIST, NONE
|
10386
|
+
# enable_hybrid: "TRUE", # accepts TRUE, FALSE
|
9254
10387
|
# }
|
9255
10388
|
#
|
9256
10389
|
# @!attribute [rw] policy_in_json
|
9257
10390
|
# Contains the policy document to set, in JSON format.
|
9258
10391
|
# @return [String]
|
9259
10392
|
#
|
10393
|
+
# @!attribute [rw] resource_arn
|
10394
|
+
# The ARN of the AWS Glue resource for the resource policy to be set.
|
10395
|
+
# For more information about AWS Glue resource ARNs, see the [AWS Glue
|
10396
|
+
# ARN string pattern][1]
|
10397
|
+
#
|
10398
|
+
#
|
10399
|
+
#
|
10400
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-aws-glue-arn-id
|
10401
|
+
# @return [String]
|
10402
|
+
#
|
9260
10403
|
# @!attribute [rw] policy_hash_condition
|
9261
10404
|
# The hash value returned when the previous policy was set using
|
9262
10405
|
# `PutResourcePolicy`. Its purpose is to prevent concurrent
|
@@ -9271,12 +10414,27 @@ module Aws::Glue
|
|
9271
10414
|
# policy.
|
9272
10415
|
# @return [String]
|
9273
10416
|
#
|
10417
|
+
# @!attribute [rw] enable_hybrid
|
10418
|
+
# Allows you to specify if you want to use both resource-level and
|
10419
|
+
# account/catalog-level resource policies. A resource-level policy is
|
10420
|
+
# a policy attached to an individual resource such as a database or a
|
10421
|
+
# table.
|
10422
|
+
#
|
10423
|
+
# The default value of `NO` indicates that resource-level policies
|
10424
|
+
# cannot co-exist with an account-level policy. A value of `YES` means
|
10425
|
+
# the use of both resource-level and account/catalog-level resource
|
10426
|
+
# policies is allowed.
|
10427
|
+
# @return [String]
|
10428
|
+
#
|
9274
10429
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/PutResourcePolicyRequest AWS API Documentation
|
9275
10430
|
#
|
9276
10431
|
class PutResourcePolicyRequest < Struct.new(
|
9277
10432
|
:policy_in_json,
|
10433
|
+
:resource_arn,
|
9278
10434
|
:policy_hash_condition,
|
9279
|
-
:policy_exists_condition
|
10435
|
+
:policy_exists_condition,
|
10436
|
+
:enable_hybrid)
|
10437
|
+
SENSITIVE = []
|
9280
10438
|
include Aws::Structure
|
9281
10439
|
end
|
9282
10440
|
|
@@ -9289,6 +10447,7 @@ module Aws::Glue
|
|
9289
10447
|
#
|
9290
10448
|
class PutResourcePolicyResponse < Struct.new(
|
9291
10449
|
:policy_hash)
|
10450
|
+
SENSITIVE = []
|
9292
10451
|
include Aws::Structure
|
9293
10452
|
end
|
9294
10453
|
|
@@ -9322,6 +10481,7 @@ module Aws::Glue
|
|
9322
10481
|
:name,
|
9323
10482
|
:run_id,
|
9324
10483
|
:run_properties)
|
10484
|
+
SENSITIVE = []
|
9325
10485
|
include Aws::Structure
|
9326
10486
|
end
|
9327
10487
|
|
@@ -9350,6 +10510,7 @@ module Aws::Glue
|
|
9350
10510
|
class ResetJobBookmarkRequest < Struct.new(
|
9351
10511
|
:job_name,
|
9352
10512
|
:run_id)
|
10513
|
+
SENSITIVE = []
|
9353
10514
|
include Aws::Structure
|
9354
10515
|
end
|
9355
10516
|
|
@@ -9361,6 +10522,7 @@ module Aws::Glue
|
|
9361
10522
|
#
|
9362
10523
|
class ResetJobBookmarkResponse < Struct.new(
|
9363
10524
|
:job_bookmark_entry)
|
10525
|
+
SENSITIVE = []
|
9364
10526
|
include Aws::Structure
|
9365
10527
|
end
|
9366
10528
|
|
@@ -9374,6 +10536,7 @@ module Aws::Glue
|
|
9374
10536
|
#
|
9375
10537
|
class ResourceNumberLimitExceededException < Struct.new(
|
9376
10538
|
:message)
|
10539
|
+
SENSITIVE = []
|
9377
10540
|
include Aws::Structure
|
9378
10541
|
end
|
9379
10542
|
|
@@ -9400,6 +10563,7 @@ module Aws::Glue
|
|
9400
10563
|
class ResourceUri < Struct.new(
|
9401
10564
|
:resource_type,
|
9402
10565
|
:uri)
|
10566
|
+
SENSITIVE = []
|
9403
10567
|
include Aws::Structure
|
9404
10568
|
end
|
9405
10569
|
|
@@ -9428,6 +10592,7 @@ module Aws::Glue
|
|
9428
10592
|
class S3Encryption < Struct.new(
|
9429
10593
|
:s3_encryption_mode,
|
9430
10594
|
:kms_key_arn)
|
10595
|
+
SENSITIVE = []
|
9431
10596
|
include Aws::Structure
|
9432
10597
|
end
|
9433
10598
|
|
@@ -9459,6 +10624,7 @@ module Aws::Glue
|
|
9459
10624
|
class S3Target < Struct.new(
|
9460
10625
|
:path,
|
9461
10626
|
:exclusions)
|
10627
|
+
SENSITIVE = []
|
9462
10628
|
include Aws::Structure
|
9463
10629
|
end
|
9464
10630
|
|
@@ -9483,6 +10649,7 @@ module Aws::Glue
|
|
9483
10649
|
class Schedule < Struct.new(
|
9484
10650
|
:schedule_expression,
|
9485
10651
|
:state)
|
10652
|
+
SENSITIVE = []
|
9486
10653
|
include Aws::Structure
|
9487
10654
|
end
|
9488
10655
|
|
@@ -9496,6 +10663,7 @@ module Aws::Glue
|
|
9496
10663
|
#
|
9497
10664
|
class SchedulerNotRunningException < Struct.new(
|
9498
10665
|
:message)
|
10666
|
+
SENSITIVE = []
|
9499
10667
|
include Aws::Structure
|
9500
10668
|
end
|
9501
10669
|
|
@@ -9509,6 +10677,7 @@ module Aws::Glue
|
|
9509
10677
|
#
|
9510
10678
|
class SchedulerRunningException < Struct.new(
|
9511
10679
|
:message)
|
10680
|
+
SENSITIVE = []
|
9512
10681
|
include Aws::Structure
|
9513
10682
|
end
|
9514
10683
|
|
@@ -9522,6 +10691,7 @@ module Aws::Glue
|
|
9522
10691
|
#
|
9523
10692
|
class SchedulerTransitioningException < Struct.new(
|
9524
10693
|
:message)
|
10694
|
+
SENSITIVE = []
|
9525
10695
|
include Aws::Structure
|
9526
10696
|
end
|
9527
10697
|
|
@@ -9548,6 +10718,7 @@ module Aws::Glue
|
|
9548
10718
|
class SchemaChangePolicy < Struct.new(
|
9549
10719
|
:update_behavior,
|
9550
10720
|
:delete_behavior)
|
10721
|
+
SENSITIVE = []
|
9551
10722
|
include Aws::Structure
|
9552
10723
|
end
|
9553
10724
|
|
@@ -9576,6 +10747,7 @@ module Aws::Glue
|
|
9576
10747
|
class SchemaColumn < Struct.new(
|
9577
10748
|
:name,
|
9578
10749
|
:data_type)
|
10750
|
+
SENSITIVE = []
|
9579
10751
|
include Aws::Structure
|
9580
10752
|
end
|
9581
10753
|
|
@@ -9600,10 +10772,11 @@ module Aws::Glue
|
|
9600
10772
|
# },
|
9601
10773
|
# ],
|
9602
10774
|
# max_results: 1,
|
10775
|
+
# resource_share_type: "FOREIGN", # accepts FOREIGN, ALL
|
9603
10776
|
# }
|
9604
10777
|
#
|
9605
10778
|
# @!attribute [rw] catalog_id
|
9606
|
-
# A unique identifier, consisting of ` account_id
|
10779
|
+
# A unique identifier, consisting of ` account_id `.
|
9607
10780
|
# @return [String]
|
9608
10781
|
#
|
9609
10782
|
# @!attribute [rw] next_token
|
@@ -9613,6 +10786,17 @@ module Aws::Glue
|
|
9613
10786
|
# @!attribute [rw] filters
|
9614
10787
|
# A list of key-value pairs, and a comparator used to filter the
|
9615
10788
|
# search results. Returns all entities matching the predicate.
|
10789
|
+
#
|
10790
|
+
# The `Comparator` member of the `PropertyPredicate` struct is used
|
10791
|
+
# only for time fields, and can be omitted for other field types.
|
10792
|
+
# Also, when comparing string values, such as when `Key=Name`, a fuzzy
|
10793
|
+
# match algorithm is used. The `Key` field (for example, the value of
|
10794
|
+
# the `Name` field) is split on certain punctuation characters, for
|
10795
|
+
# example, -, :, #, etc. into tokens. Then each token is exact-match
|
10796
|
+
# compared with the `Value` member of `PropertyPredicate`. For
|
10797
|
+
# example, if `Key=Name` and `Value=link`, tables named
|
10798
|
+
# `customer-link` and `xx-link-yy` are returned, but `xxlinkyy` is not
|
10799
|
+
# returned.
|
9616
10800
|
# @return [Array<Types::PropertyPredicate>]
|
9617
10801
|
#
|
9618
10802
|
# @!attribute [rw] search_text
|
@@ -9631,6 +10815,17 @@ module Aws::Glue
|
|
9631
10815
|
# The maximum number of tables to return in a single response.
|
9632
10816
|
# @return [Integer]
|
9633
10817
|
#
|
10818
|
+
# @!attribute [rw] resource_share_type
|
10819
|
+
# Allows you to specify that you want to search the tables shared with
|
10820
|
+
# your account. The allowable values are `FOREIGN` or `ALL`.
|
10821
|
+
#
|
10822
|
+
# * If set to `FOREIGN`, will search the tables shared with your
|
10823
|
+
# account.
|
10824
|
+
#
|
10825
|
+
# * If set to `ALL`, will search the tables shared with your account,
|
10826
|
+
# as well as the tables in yor local account.
|
10827
|
+
# @return [String]
|
10828
|
+
#
|
9634
10829
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SearchTablesRequest AWS API Documentation
|
9635
10830
|
#
|
9636
10831
|
class SearchTablesRequest < Struct.new(
|
@@ -9639,7 +10834,9 @@ module Aws::Glue
|
|
9639
10834
|
:filters,
|
9640
10835
|
:search_text,
|
9641
10836
|
:sort_criteria,
|
9642
|
-
:max_results
|
10837
|
+
:max_results,
|
10838
|
+
:resource_share_type)
|
10839
|
+
SENSITIVE = []
|
9643
10840
|
include Aws::Structure
|
9644
10841
|
end
|
9645
10842
|
|
@@ -9658,6 +10855,7 @@ module Aws::Glue
|
|
9658
10855
|
class SearchTablesResponse < Struct.new(
|
9659
10856
|
:next_token,
|
9660
10857
|
:table_list)
|
10858
|
+
SENSITIVE = []
|
9661
10859
|
include Aws::Structure
|
9662
10860
|
end
|
9663
10861
|
|
@@ -9682,6 +10880,7 @@ module Aws::Glue
|
|
9682
10880
|
:name,
|
9683
10881
|
:created_time_stamp,
|
9684
10882
|
:encryption_configuration)
|
10883
|
+
SENSITIVE = []
|
9685
10884
|
include Aws::Structure
|
9686
10885
|
end
|
9687
10886
|
|
@@ -9711,6 +10910,7 @@ module Aws::Glue
|
|
9711
10910
|
class Segment < Struct.new(
|
9712
10911
|
:segment_number,
|
9713
10912
|
:total_segments)
|
10913
|
+
SENSITIVE = []
|
9714
10914
|
include Aws::Structure
|
9715
10915
|
end
|
9716
10916
|
|
@@ -9748,6 +10948,7 @@ module Aws::Glue
|
|
9748
10948
|
:name,
|
9749
10949
|
:serialization_library,
|
9750
10950
|
:parameters)
|
10951
|
+
SENSITIVE = []
|
9751
10952
|
include Aws::Structure
|
9752
10953
|
end
|
9753
10954
|
|
@@ -9784,6 +10985,7 @@ module Aws::Glue
|
|
9784
10985
|
:skewed_column_names,
|
9785
10986
|
:skewed_column_values,
|
9786
10987
|
:skewed_column_value_location_maps)
|
10988
|
+
SENSITIVE = []
|
9787
10989
|
include Aws::Structure
|
9788
10990
|
end
|
9789
10991
|
|
@@ -9810,6 +11012,7 @@ module Aws::Glue
|
|
9810
11012
|
class SortCriterion < Struct.new(
|
9811
11013
|
:field_name,
|
9812
11014
|
:sort)
|
11015
|
+
SENSITIVE = []
|
9813
11016
|
include Aws::Structure
|
9814
11017
|
end
|
9815
11018
|
|
@@ -9828,6 +11031,7 @@ module Aws::Glue
|
|
9828
11031
|
#
|
9829
11032
|
class StartCrawlerRequest < Struct.new(
|
9830
11033
|
:name)
|
11034
|
+
SENSITIVE = []
|
9831
11035
|
include Aws::Structure
|
9832
11036
|
end
|
9833
11037
|
|
@@ -9850,6 +11054,7 @@ module Aws::Glue
|
|
9850
11054
|
#
|
9851
11055
|
class StartCrawlerScheduleRequest < Struct.new(
|
9852
11056
|
:crawler_name)
|
11057
|
+
SENSITIVE = []
|
9853
11058
|
include Aws::Structure
|
9854
11059
|
end
|
9855
11060
|
|
@@ -9878,6 +11083,7 @@ module Aws::Glue
|
|
9878
11083
|
class StartExportLabelsTaskRunRequest < Struct.new(
|
9879
11084
|
:transform_id,
|
9880
11085
|
:output_s3_path)
|
11086
|
+
SENSITIVE = []
|
9881
11087
|
include Aws::Structure
|
9882
11088
|
end
|
9883
11089
|
|
@@ -9889,6 +11095,7 @@ module Aws::Glue
|
|
9889
11095
|
#
|
9890
11096
|
class StartExportLabelsTaskRunResponse < Struct.new(
|
9891
11097
|
:task_run_id)
|
11098
|
+
SENSITIVE = []
|
9892
11099
|
include Aws::Structure
|
9893
11100
|
end
|
9894
11101
|
|
@@ -9920,6 +11127,7 @@ module Aws::Glue
|
|
9920
11127
|
:transform_id,
|
9921
11128
|
:input_s3_path,
|
9922
11129
|
:replace_all_labels)
|
11130
|
+
SENSITIVE = []
|
9923
11131
|
include Aws::Structure
|
9924
11132
|
end
|
9925
11133
|
|
@@ -9931,6 +11139,7 @@ module Aws::Glue
|
|
9931
11139
|
#
|
9932
11140
|
class StartImportLabelsTaskRunResponse < Struct.new(
|
9933
11141
|
:task_run_id)
|
11142
|
+
SENSITIVE = []
|
9934
11143
|
include Aws::Structure
|
9935
11144
|
end
|
9936
11145
|
|
@@ -10075,6 +11284,7 @@ module Aws::Glue
|
|
10075
11284
|
:notification_property,
|
10076
11285
|
:worker_type,
|
10077
11286
|
:number_of_workers)
|
11287
|
+
SENSITIVE = []
|
10078
11288
|
include Aws::Structure
|
10079
11289
|
end
|
10080
11290
|
|
@@ -10086,6 +11296,7 @@ module Aws::Glue
|
|
10086
11296
|
#
|
10087
11297
|
class StartJobRunResponse < Struct.new(
|
10088
11298
|
:job_run_id)
|
11299
|
+
SENSITIVE = []
|
10089
11300
|
include Aws::Structure
|
10090
11301
|
end
|
10091
11302
|
|
@@ -10104,6 +11315,7 @@ module Aws::Glue
|
|
10104
11315
|
#
|
10105
11316
|
class StartMLEvaluationTaskRunRequest < Struct.new(
|
10106
11317
|
:transform_id)
|
11318
|
+
SENSITIVE = []
|
10107
11319
|
include Aws::Structure
|
10108
11320
|
end
|
10109
11321
|
|
@@ -10115,6 +11327,7 @@ module Aws::Glue
|
|
10115
11327
|
#
|
10116
11328
|
class StartMLEvaluationTaskRunResponse < Struct.new(
|
10117
11329
|
:task_run_id)
|
11330
|
+
SENSITIVE = []
|
10118
11331
|
include Aws::Structure
|
10119
11332
|
end
|
10120
11333
|
|
@@ -10140,6 +11353,7 @@ module Aws::Glue
|
|
10140
11353
|
class StartMLLabelingSetGenerationTaskRunRequest < Struct.new(
|
10141
11354
|
:transform_id,
|
10142
11355
|
:output_s3_path)
|
11356
|
+
SENSITIVE = []
|
10143
11357
|
include Aws::Structure
|
10144
11358
|
end
|
10145
11359
|
|
@@ -10151,6 +11365,7 @@ module Aws::Glue
|
|
10151
11365
|
#
|
10152
11366
|
class StartMLLabelingSetGenerationTaskRunResponse < Struct.new(
|
10153
11367
|
:task_run_id)
|
11368
|
+
SENSITIVE = []
|
10154
11369
|
include Aws::Structure
|
10155
11370
|
end
|
10156
11371
|
|
@@ -10169,6 +11384,7 @@ module Aws::Glue
|
|
10169
11384
|
#
|
10170
11385
|
class StartTriggerRequest < Struct.new(
|
10171
11386
|
:name)
|
11387
|
+
SENSITIVE = []
|
10172
11388
|
include Aws::Structure
|
10173
11389
|
end
|
10174
11390
|
|
@@ -10180,6 +11396,7 @@ module Aws::Glue
|
|
10180
11396
|
#
|
10181
11397
|
class StartTriggerResponse < Struct.new(
|
10182
11398
|
:name)
|
11399
|
+
SENSITIVE = []
|
10183
11400
|
include Aws::Structure
|
10184
11401
|
end
|
10185
11402
|
|
@@ -10198,6 +11415,7 @@ module Aws::Glue
|
|
10198
11415
|
#
|
10199
11416
|
class StartWorkflowRunRequest < Struct.new(
|
10200
11417
|
:name)
|
11418
|
+
SENSITIVE = []
|
10201
11419
|
include Aws::Structure
|
10202
11420
|
end
|
10203
11421
|
|
@@ -10209,6 +11427,7 @@ module Aws::Glue
|
|
10209
11427
|
#
|
10210
11428
|
class StartWorkflowRunResponse < Struct.new(
|
10211
11429
|
:run_id)
|
11430
|
+
SENSITIVE = []
|
10212
11431
|
include Aws::Structure
|
10213
11432
|
end
|
10214
11433
|
|
@@ -10227,6 +11446,7 @@ module Aws::Glue
|
|
10227
11446
|
#
|
10228
11447
|
class StopCrawlerRequest < Struct.new(
|
10229
11448
|
:name)
|
11449
|
+
SENSITIVE = []
|
10230
11450
|
include Aws::Structure
|
10231
11451
|
end
|
10232
11452
|
|
@@ -10249,6 +11469,7 @@ module Aws::Glue
|
|
10249
11469
|
#
|
10250
11470
|
class StopCrawlerScheduleRequest < Struct.new(
|
10251
11471
|
:crawler_name)
|
11472
|
+
SENSITIVE = []
|
10252
11473
|
include Aws::Structure
|
10253
11474
|
end
|
10254
11475
|
|
@@ -10271,6 +11492,7 @@ module Aws::Glue
|
|
10271
11492
|
#
|
10272
11493
|
class StopTriggerRequest < Struct.new(
|
10273
11494
|
:name)
|
11495
|
+
SENSITIVE = []
|
10274
11496
|
include Aws::Structure
|
10275
11497
|
end
|
10276
11498
|
|
@@ -10282,6 +11504,7 @@ module Aws::Glue
|
|
10282
11504
|
#
|
10283
11505
|
class StopTriggerResponse < Struct.new(
|
10284
11506
|
:name)
|
11507
|
+
SENSITIVE = []
|
10285
11508
|
include Aws::Structure
|
10286
11509
|
end
|
10287
11510
|
|
@@ -10306,6 +11529,7 @@ module Aws::Glue
|
|
10306
11529
|
class StopWorkflowRunRequest < Struct.new(
|
10307
11530
|
:name,
|
10308
11531
|
:run_id)
|
11532
|
+
SENSITIVE = []
|
10309
11533
|
include Aws::Structure
|
10310
11534
|
end
|
10311
11535
|
|
@@ -10431,6 +11655,46 @@ module Aws::Glue
|
|
10431
11655
|
:parameters,
|
10432
11656
|
:skewed_info,
|
10433
11657
|
:stored_as_sub_directories)
|
11658
|
+
SENSITIVE = []
|
11659
|
+
include Aws::Structure
|
11660
|
+
end
|
11661
|
+
|
11662
|
+
# Defines a string column statistics data.
|
11663
|
+
#
|
11664
|
+
# @note When making an API call, you may pass StringColumnStatisticsData
|
11665
|
+
# data as a hash:
|
11666
|
+
#
|
11667
|
+
# {
|
11668
|
+
# maximum_length: 1, # required
|
11669
|
+
# average_length: 1.0, # required
|
11670
|
+
# number_of_nulls: 1, # required
|
11671
|
+
# number_of_distinct_values: 1, # required
|
11672
|
+
# }
|
11673
|
+
#
|
11674
|
+
# @!attribute [rw] maximum_length
|
11675
|
+
# Maximum value of the column.
|
11676
|
+
# @return [Integer]
|
11677
|
+
#
|
11678
|
+
# @!attribute [rw] average_length
|
11679
|
+
# Average value of the column.
|
11680
|
+
# @return [Float]
|
11681
|
+
#
|
11682
|
+
# @!attribute [rw] number_of_nulls
|
11683
|
+
# Number of nulls.
|
11684
|
+
# @return [Integer]
|
11685
|
+
#
|
11686
|
+
# @!attribute [rw] number_of_distinct_values
|
11687
|
+
# Number of distinct values.
|
11688
|
+
# @return [Integer]
|
11689
|
+
#
|
11690
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StringColumnStatisticsData AWS API Documentation
|
11691
|
+
#
|
11692
|
+
class StringColumnStatisticsData < Struct.new(
|
11693
|
+
:maximum_length,
|
11694
|
+
:average_length,
|
11695
|
+
:number_of_nulls,
|
11696
|
+
:number_of_distinct_values)
|
11697
|
+
SENSITIVE = []
|
10434
11698
|
include Aws::Structure
|
10435
11699
|
end
|
10436
11700
|
|
@@ -10518,6 +11782,15 @@ module Aws::Glue
|
|
10518
11782
|
# Formation.
|
10519
11783
|
# @return [Boolean]
|
10520
11784
|
#
|
11785
|
+
# @!attribute [rw] target_table
|
11786
|
+
# A `TableIdentifier` structure that describes a target table for
|
11787
|
+
# resource linking.
|
11788
|
+
# @return [Types::TableIdentifier]
|
11789
|
+
#
|
11790
|
+
# @!attribute [rw] catalog_id
|
11791
|
+
# The ID of the Data Catalog in which the table resides.
|
11792
|
+
# @return [String]
|
11793
|
+
#
|
10521
11794
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Table AWS API Documentation
|
10522
11795
|
#
|
10523
11796
|
class Table < Struct.new(
|
@@ -10537,7 +11810,10 @@ module Aws::Glue
|
|
10537
11810
|
:table_type,
|
10538
11811
|
:parameters,
|
10539
11812
|
:created_by,
|
10540
|
-
:is_registered_with_lake_formation
|
11813
|
+
:is_registered_with_lake_formation,
|
11814
|
+
:target_table,
|
11815
|
+
:catalog_id)
|
11816
|
+
SENSITIVE = []
|
10541
11817
|
include Aws::Structure
|
10542
11818
|
end
|
10543
11819
|
|
@@ -10557,6 +11833,40 @@ module Aws::Glue
|
|
10557
11833
|
class TableError < Struct.new(
|
10558
11834
|
:table_name,
|
10559
11835
|
:error_detail)
|
11836
|
+
SENSITIVE = []
|
11837
|
+
include Aws::Structure
|
11838
|
+
end
|
11839
|
+
|
11840
|
+
# A structure that describes a target table for resource linking.
|
11841
|
+
#
|
11842
|
+
# @note When making an API call, you may pass TableIdentifier
|
11843
|
+
# data as a hash:
|
11844
|
+
#
|
11845
|
+
# {
|
11846
|
+
# catalog_id: "CatalogIdString",
|
11847
|
+
# database_name: "NameString",
|
11848
|
+
# name: "NameString",
|
11849
|
+
# }
|
11850
|
+
#
|
11851
|
+
# @!attribute [rw] catalog_id
|
11852
|
+
# The ID of the Data Catalog in which the table resides.
|
11853
|
+
# @return [String]
|
11854
|
+
#
|
11855
|
+
# @!attribute [rw] database_name
|
11856
|
+
# The name of the catalog database that contains the target table.
|
11857
|
+
# @return [String]
|
11858
|
+
#
|
11859
|
+
# @!attribute [rw] name
|
11860
|
+
# The name of the target table.
|
11861
|
+
# @return [String]
|
11862
|
+
#
|
11863
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/TableIdentifier AWS API Documentation
|
11864
|
+
#
|
11865
|
+
class TableIdentifier < Struct.new(
|
11866
|
+
:catalog_id,
|
11867
|
+
:database_name,
|
11868
|
+
:name)
|
11869
|
+
SENSITIVE = []
|
10560
11870
|
include Aws::Structure
|
10561
11871
|
end
|
10562
11872
|
|
@@ -10630,6 +11940,11 @@ module Aws::Glue
|
|
10630
11940
|
# parameters: {
|
10631
11941
|
# "KeyString" => "ParametersMapValue",
|
10632
11942
|
# },
|
11943
|
+
# target_table: {
|
11944
|
+
# catalog_id: "CatalogIdString",
|
11945
|
+
# database_name: "NameString",
|
11946
|
+
# name: "NameString",
|
11947
|
+
# },
|
10633
11948
|
# }
|
10634
11949
|
#
|
10635
11950
|
# @!attribute [rw] name
|
@@ -10691,6 +12006,11 @@ module Aws::Glue
|
|
10691
12006
|
# These key-value pairs define properties associated with the table.
|
10692
12007
|
# @return [Hash<String,String>]
|
10693
12008
|
#
|
12009
|
+
# @!attribute [rw] target_table
|
12010
|
+
# A `TableIdentifier` structure that describes a target table for
|
12011
|
+
# resource linking.
|
12012
|
+
# @return [Types::TableIdentifier]
|
12013
|
+
#
|
10694
12014
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/TableInput AWS API Documentation
|
10695
12015
|
#
|
10696
12016
|
class TableInput < Struct.new(
|
@@ -10705,7 +12025,9 @@ module Aws::Glue
|
|
10705
12025
|
:view_original_text,
|
10706
12026
|
:view_expanded_text,
|
10707
12027
|
:table_type,
|
10708
|
-
:parameters
|
12028
|
+
:parameters,
|
12029
|
+
:target_table)
|
12030
|
+
SENSITIVE = []
|
10709
12031
|
include Aws::Structure
|
10710
12032
|
end
|
10711
12033
|
|
@@ -10726,6 +12048,7 @@ module Aws::Glue
|
|
10726
12048
|
class TableVersion < Struct.new(
|
10727
12049
|
:table,
|
10728
12050
|
:version_id)
|
12051
|
+
SENSITIVE = []
|
10729
12052
|
include Aws::Structure
|
10730
12053
|
end
|
10731
12054
|
|
@@ -10750,6 +12073,7 @@ module Aws::Glue
|
|
10750
12073
|
:table_name,
|
10751
12074
|
:version_id,
|
10752
12075
|
:error_detail)
|
12076
|
+
SENSITIVE = []
|
10753
12077
|
include Aws::Structure
|
10754
12078
|
end
|
10755
12079
|
|
@@ -10782,6 +12106,7 @@ module Aws::Glue
|
|
10782
12106
|
class TagResourceRequest < Struct.new(
|
10783
12107
|
:resource_arn,
|
10784
12108
|
:tags_to_add)
|
12109
|
+
SENSITIVE = []
|
10785
12110
|
include Aws::Structure
|
10786
12111
|
end
|
10787
12112
|
|
@@ -10847,6 +12172,7 @@ module Aws::Glue
|
|
10847
12172
|
:last_modified_on,
|
10848
12173
|
:completed_on,
|
10849
12174
|
:execution_time)
|
12175
|
+
SENSITIVE = []
|
10850
12176
|
include Aws::Structure
|
10851
12177
|
end
|
10852
12178
|
|
@@ -10886,6 +12212,7 @@ module Aws::Glue
|
|
10886
12212
|
:status,
|
10887
12213
|
:started_before,
|
10888
12214
|
:started_after)
|
12215
|
+
SENSITIVE = []
|
10889
12216
|
include Aws::Structure
|
10890
12217
|
end
|
10891
12218
|
|
@@ -10919,6 +12246,7 @@ module Aws::Glue
|
|
10919
12246
|
:export_labels_task_run_properties,
|
10920
12247
|
:labeling_set_generation_task_run_properties,
|
10921
12248
|
:find_matches_task_run_properties)
|
12249
|
+
SENSITIVE = []
|
10922
12250
|
include Aws::Structure
|
10923
12251
|
end
|
10924
12252
|
|
@@ -10948,6 +12276,7 @@ module Aws::Glue
|
|
10948
12276
|
class TaskRunSortCriteria < Struct.new(
|
10949
12277
|
:column,
|
10950
12278
|
:sort_direction)
|
12279
|
+
SENSITIVE = []
|
10951
12280
|
include Aws::Structure
|
10952
12281
|
end
|
10953
12282
|
|
@@ -11037,6 +12366,7 @@ module Aws::Glue
|
|
11037
12366
|
:last_modified_before,
|
11038
12367
|
:last_modified_after,
|
11039
12368
|
:schema)
|
12369
|
+
SENSITIVE = []
|
11040
12370
|
include Aws::Structure
|
11041
12371
|
end
|
11042
12372
|
|
@@ -11076,6 +12406,7 @@ module Aws::Glue
|
|
11076
12406
|
class TransformParameters < Struct.new(
|
11077
12407
|
:transform_type,
|
11078
12408
|
:find_matches_parameters)
|
12409
|
+
SENSITIVE = []
|
11079
12410
|
include Aws::Structure
|
11080
12411
|
end
|
11081
12412
|
|
@@ -11105,6 +12436,7 @@ module Aws::Glue
|
|
11105
12436
|
class TransformSortCriteria < Struct.new(
|
11106
12437
|
:column,
|
11107
12438
|
:sort_direction)
|
12439
|
+
SENSITIVE = []
|
11108
12440
|
include Aws::Structure
|
11109
12441
|
end
|
11110
12442
|
|
@@ -11164,6 +12496,7 @@ module Aws::Glue
|
|
11164
12496
|
:schedule,
|
11165
12497
|
:actions,
|
11166
12498
|
:predicate)
|
12499
|
+
SENSITIVE = []
|
11167
12500
|
include Aws::Structure
|
11168
12501
|
end
|
11169
12502
|
|
@@ -11177,6 +12510,7 @@ module Aws::Glue
|
|
11177
12510
|
#
|
11178
12511
|
class TriggerNodeDetails < Struct.new(
|
11179
12512
|
:trigger)
|
12513
|
+
SENSITIVE = []
|
11180
12514
|
include Aws::Structure
|
11181
12515
|
end
|
11182
12516
|
|
@@ -11253,6 +12587,7 @@ module Aws::Glue
|
|
11253
12587
|
:schedule,
|
11254
12588
|
:actions,
|
11255
12589
|
:predicate)
|
12590
|
+
SENSITIVE = []
|
11256
12591
|
include Aws::Structure
|
11257
12592
|
end
|
11258
12593
|
|
@@ -11278,6 +12613,7 @@ module Aws::Glue
|
|
11278
12613
|
class UntagResourceRequest < Struct.new(
|
11279
12614
|
:resource_arn,
|
11280
12615
|
:tags_to_remove)
|
12616
|
+
SENSITIVE = []
|
11281
12617
|
include Aws::Structure
|
11282
12618
|
end
|
11283
12619
|
|
@@ -11338,6 +12674,7 @@ module Aws::Glue
|
|
11338
12674
|
:xml_classifier,
|
11339
12675
|
:json_classifier,
|
11340
12676
|
:csv_classifier)
|
12677
|
+
SENSITIVE = []
|
11341
12678
|
include Aws::Structure
|
11342
12679
|
end
|
11343
12680
|
|
@@ -11345,6 +12682,222 @@ module Aws::Glue
|
|
11345
12682
|
#
|
11346
12683
|
class UpdateClassifierResponse < Aws::EmptyStructure; end
|
11347
12684
|
|
12685
|
+
# @note When making an API call, you may pass UpdateColumnStatisticsForPartitionRequest
|
12686
|
+
# data as a hash:
|
12687
|
+
#
|
12688
|
+
# {
|
12689
|
+
# catalog_id: "CatalogIdString",
|
12690
|
+
# database_name: "NameString", # required
|
12691
|
+
# table_name: "NameString", # required
|
12692
|
+
# partition_values: ["ValueString"], # required
|
12693
|
+
# column_statistics_list: [ # required
|
12694
|
+
# {
|
12695
|
+
# column_name: "NameString", # required
|
12696
|
+
# column_type: "TypeString", # required
|
12697
|
+
# analyzed_time: Time.now, # required
|
12698
|
+
# statistics_data: { # required
|
12699
|
+
# type: "BOOLEAN", # required, accepts BOOLEAN, DATE, DECIMAL, DOUBLE, LONG, STRING, BINARY
|
12700
|
+
# boolean_column_statistics_data: {
|
12701
|
+
# number_of_trues: 1, # required
|
12702
|
+
# number_of_falses: 1, # required
|
12703
|
+
# number_of_nulls: 1, # required
|
12704
|
+
# },
|
12705
|
+
# date_column_statistics_data: {
|
12706
|
+
# minimum_value: Time.now,
|
12707
|
+
# maximum_value: Time.now,
|
12708
|
+
# number_of_nulls: 1, # required
|
12709
|
+
# number_of_distinct_values: 1, # required
|
12710
|
+
# },
|
12711
|
+
# decimal_column_statistics_data: {
|
12712
|
+
# minimum_value: {
|
12713
|
+
# unscaled_value: "data", # required
|
12714
|
+
# scale: 1, # required
|
12715
|
+
# },
|
12716
|
+
# maximum_value: {
|
12717
|
+
# unscaled_value: "data", # required
|
12718
|
+
# scale: 1, # required
|
12719
|
+
# },
|
12720
|
+
# number_of_nulls: 1, # required
|
12721
|
+
# number_of_distinct_values: 1, # required
|
12722
|
+
# },
|
12723
|
+
# double_column_statistics_data: {
|
12724
|
+
# minimum_value: 1.0,
|
12725
|
+
# maximum_value: 1.0,
|
12726
|
+
# number_of_nulls: 1, # required
|
12727
|
+
# number_of_distinct_values: 1, # required
|
12728
|
+
# },
|
12729
|
+
# long_column_statistics_data: {
|
12730
|
+
# minimum_value: 1,
|
12731
|
+
# maximum_value: 1,
|
12732
|
+
# number_of_nulls: 1, # required
|
12733
|
+
# number_of_distinct_values: 1, # required
|
12734
|
+
# },
|
12735
|
+
# string_column_statistics_data: {
|
12736
|
+
# maximum_length: 1, # required
|
12737
|
+
# average_length: 1.0, # required
|
12738
|
+
# number_of_nulls: 1, # required
|
12739
|
+
# number_of_distinct_values: 1, # required
|
12740
|
+
# },
|
12741
|
+
# binary_column_statistics_data: {
|
12742
|
+
# maximum_length: 1, # required
|
12743
|
+
# average_length: 1.0, # required
|
12744
|
+
# number_of_nulls: 1, # required
|
12745
|
+
# },
|
12746
|
+
# },
|
12747
|
+
# },
|
12748
|
+
# ],
|
12749
|
+
# }
|
12750
|
+
#
|
12751
|
+
# @!attribute [rw] catalog_id
|
12752
|
+
# The ID of the Data Catalog where the partitions in question reside.
|
12753
|
+
# If none is supplied, the AWS account ID is used by default.
|
12754
|
+
# @return [String]
|
12755
|
+
#
|
12756
|
+
# @!attribute [rw] database_name
|
12757
|
+
# The name of the catalog database where the partitions reside.
|
12758
|
+
# @return [String]
|
12759
|
+
#
|
12760
|
+
# @!attribute [rw] table_name
|
12761
|
+
# The name of the partitions' table.
|
12762
|
+
# @return [String]
|
12763
|
+
#
|
12764
|
+
# @!attribute [rw] partition_values
|
12765
|
+
# A list of partition values identifying the partition.
|
12766
|
+
# @return [Array<String>]
|
12767
|
+
#
|
12768
|
+
# @!attribute [rw] column_statistics_list
|
12769
|
+
# A list of the column statistics.
|
12770
|
+
# @return [Array<Types::ColumnStatistics>]
|
12771
|
+
#
|
12772
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateColumnStatisticsForPartitionRequest AWS API Documentation
|
12773
|
+
#
|
12774
|
+
class UpdateColumnStatisticsForPartitionRequest < Struct.new(
|
12775
|
+
:catalog_id,
|
12776
|
+
:database_name,
|
12777
|
+
:table_name,
|
12778
|
+
:partition_values,
|
12779
|
+
:column_statistics_list)
|
12780
|
+
SENSITIVE = []
|
12781
|
+
include Aws::Structure
|
12782
|
+
end
|
12783
|
+
|
12784
|
+
# @!attribute [rw] errors
|
12785
|
+
# Error occurred during updating column statistics data.
|
12786
|
+
# @return [Array<Types::ColumnStatisticsError>]
|
12787
|
+
#
|
12788
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateColumnStatisticsForPartitionResponse AWS API Documentation
|
12789
|
+
#
|
12790
|
+
class UpdateColumnStatisticsForPartitionResponse < Struct.new(
|
12791
|
+
:errors)
|
12792
|
+
SENSITIVE = []
|
12793
|
+
include Aws::Structure
|
12794
|
+
end
|
12795
|
+
|
12796
|
+
# @note When making an API call, you may pass UpdateColumnStatisticsForTableRequest
|
12797
|
+
# data as a hash:
|
12798
|
+
#
|
12799
|
+
# {
|
12800
|
+
# catalog_id: "CatalogIdString",
|
12801
|
+
# database_name: "NameString", # required
|
12802
|
+
# table_name: "NameString", # required
|
12803
|
+
# column_statistics_list: [ # required
|
12804
|
+
# {
|
12805
|
+
# column_name: "NameString", # required
|
12806
|
+
# column_type: "TypeString", # required
|
12807
|
+
# analyzed_time: Time.now, # required
|
12808
|
+
# statistics_data: { # required
|
12809
|
+
# type: "BOOLEAN", # required, accepts BOOLEAN, DATE, DECIMAL, DOUBLE, LONG, STRING, BINARY
|
12810
|
+
# boolean_column_statistics_data: {
|
12811
|
+
# number_of_trues: 1, # required
|
12812
|
+
# number_of_falses: 1, # required
|
12813
|
+
# number_of_nulls: 1, # required
|
12814
|
+
# },
|
12815
|
+
# date_column_statistics_data: {
|
12816
|
+
# minimum_value: Time.now,
|
12817
|
+
# maximum_value: Time.now,
|
12818
|
+
# number_of_nulls: 1, # required
|
12819
|
+
# number_of_distinct_values: 1, # required
|
12820
|
+
# },
|
12821
|
+
# decimal_column_statistics_data: {
|
12822
|
+
# minimum_value: {
|
12823
|
+
# unscaled_value: "data", # required
|
12824
|
+
# scale: 1, # required
|
12825
|
+
# },
|
12826
|
+
# maximum_value: {
|
12827
|
+
# unscaled_value: "data", # required
|
12828
|
+
# scale: 1, # required
|
12829
|
+
# },
|
12830
|
+
# number_of_nulls: 1, # required
|
12831
|
+
# number_of_distinct_values: 1, # required
|
12832
|
+
# },
|
12833
|
+
# double_column_statistics_data: {
|
12834
|
+
# minimum_value: 1.0,
|
12835
|
+
# maximum_value: 1.0,
|
12836
|
+
# number_of_nulls: 1, # required
|
12837
|
+
# number_of_distinct_values: 1, # required
|
12838
|
+
# },
|
12839
|
+
# long_column_statistics_data: {
|
12840
|
+
# minimum_value: 1,
|
12841
|
+
# maximum_value: 1,
|
12842
|
+
# number_of_nulls: 1, # required
|
12843
|
+
# number_of_distinct_values: 1, # required
|
12844
|
+
# },
|
12845
|
+
# string_column_statistics_data: {
|
12846
|
+
# maximum_length: 1, # required
|
12847
|
+
# average_length: 1.0, # required
|
12848
|
+
# number_of_nulls: 1, # required
|
12849
|
+
# number_of_distinct_values: 1, # required
|
12850
|
+
# },
|
12851
|
+
# binary_column_statistics_data: {
|
12852
|
+
# maximum_length: 1, # required
|
12853
|
+
# average_length: 1.0, # required
|
12854
|
+
# number_of_nulls: 1, # required
|
12855
|
+
# },
|
12856
|
+
# },
|
12857
|
+
# },
|
12858
|
+
# ],
|
12859
|
+
# }
|
12860
|
+
#
|
12861
|
+
# @!attribute [rw] catalog_id
|
12862
|
+
# The ID of the Data Catalog where the partitions in question reside.
|
12863
|
+
# If none is supplied, the AWS account ID is used by default.
|
12864
|
+
# @return [String]
|
12865
|
+
#
|
12866
|
+
# @!attribute [rw] database_name
|
12867
|
+
# The name of the catalog database where the partitions reside.
|
12868
|
+
# @return [String]
|
12869
|
+
#
|
12870
|
+
# @!attribute [rw] table_name
|
12871
|
+
# The name of the partitions' table.
|
12872
|
+
# @return [String]
|
12873
|
+
#
|
12874
|
+
# @!attribute [rw] column_statistics_list
|
12875
|
+
# A list of the column statistics.
|
12876
|
+
# @return [Array<Types::ColumnStatistics>]
|
12877
|
+
#
|
12878
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateColumnStatisticsForTableRequest AWS API Documentation
|
12879
|
+
#
|
12880
|
+
class UpdateColumnStatisticsForTableRequest < Struct.new(
|
12881
|
+
:catalog_id,
|
12882
|
+
:database_name,
|
12883
|
+
:table_name,
|
12884
|
+
:column_statistics_list)
|
12885
|
+
SENSITIVE = []
|
12886
|
+
include Aws::Structure
|
12887
|
+
end
|
12888
|
+
|
12889
|
+
# @!attribute [rw] errors
|
12890
|
+
# List of ColumnStatisticsErrors.
|
12891
|
+
# @return [Array<Types::ColumnStatisticsError>]
|
12892
|
+
#
|
12893
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateColumnStatisticsForTableResponse AWS API Documentation
|
12894
|
+
#
|
12895
|
+
class UpdateColumnStatisticsForTableResponse < Struct.new(
|
12896
|
+
:errors)
|
12897
|
+
SENSITIVE = []
|
12898
|
+
include Aws::Structure
|
12899
|
+
end
|
12900
|
+
|
11348
12901
|
# @note When making an API call, you may pass UpdateConnectionRequest
|
11349
12902
|
# data as a hash:
|
11350
12903
|
#
|
@@ -11387,6 +12940,7 @@ module Aws::Glue
|
|
11387
12940
|
:catalog_id,
|
11388
12941
|
:name,
|
11389
12942
|
:connection_input)
|
12943
|
+
SENSITIVE = []
|
11390
12944
|
include Aws::Structure
|
11391
12945
|
end
|
11392
12946
|
|
@@ -11517,6 +13071,7 @@ module Aws::Glue
|
|
11517
13071
|
:schema_change_policy,
|
11518
13072
|
:configuration,
|
11519
13073
|
:crawler_security_configuration)
|
13074
|
+
SENSITIVE = []
|
11520
13075
|
include Aws::Structure
|
11521
13076
|
end
|
11522
13077
|
|
@@ -11552,6 +13107,7 @@ module Aws::Glue
|
|
11552
13107
|
class UpdateCrawlerScheduleRequest < Struct.new(
|
11553
13108
|
:crawler_name,
|
11554
13109
|
:schedule)
|
13110
|
+
SENSITIVE = []
|
11555
13111
|
include Aws::Structure
|
11556
13112
|
end
|
11557
13113
|
|
@@ -11615,6 +13171,7 @@ module Aws::Glue
|
|
11615
13171
|
:header,
|
11616
13172
|
:disable_value_trimming,
|
11617
13173
|
:allow_single_column)
|
13174
|
+
SENSITIVE = []
|
11618
13175
|
include Aws::Structure
|
11619
13176
|
end
|
11620
13177
|
|
@@ -11639,6 +13196,10 @@ module Aws::Glue
|
|
11639
13196
|
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
11640
13197
|
# },
|
11641
13198
|
# ],
|
13199
|
+
# target_database: {
|
13200
|
+
# catalog_id: "CatalogIdString",
|
13201
|
+
# database_name: "NameString",
|
13202
|
+
# },
|
11642
13203
|
# },
|
11643
13204
|
# }
|
11644
13205
|
#
|
@@ -11663,6 +13224,7 @@ module Aws::Glue
|
|
11663
13224
|
:catalog_id,
|
11664
13225
|
:name,
|
11665
13226
|
:database_input)
|
13227
|
+
SENSITIVE = []
|
11666
13228
|
include Aws::Structure
|
11667
13229
|
end
|
11668
13230
|
|
@@ -11748,6 +13310,7 @@ module Aws::Glue
|
|
11748
13310
|
:update_etl_libraries,
|
11749
13311
|
:delete_arguments,
|
11750
13312
|
:add_arguments)
|
13313
|
+
SENSITIVE = []
|
11751
13314
|
include Aws::Structure
|
11752
13315
|
end
|
11753
13316
|
|
@@ -11792,6 +13355,7 @@ module Aws::Glue
|
|
11792
13355
|
:classification,
|
11793
13356
|
:grok_pattern,
|
11794
13357
|
:custom_patterns)
|
13358
|
+
SENSITIVE = []
|
11795
13359
|
include Aws::Structure
|
11796
13360
|
end
|
11797
13361
|
|
@@ -11848,6 +13412,7 @@ module Aws::Glue
|
|
11848
13412
|
class UpdateJobRequest < Struct.new(
|
11849
13413
|
:job_name,
|
11850
13414
|
:job_update)
|
13415
|
+
SENSITIVE = []
|
11851
13416
|
include Aws::Structure
|
11852
13417
|
end
|
11853
13418
|
|
@@ -11859,6 +13424,7 @@ module Aws::Glue
|
|
11859
13424
|
#
|
11860
13425
|
class UpdateJobResponse < Struct.new(
|
11861
13426
|
:job_name)
|
13427
|
+
SENSITIVE = []
|
11862
13428
|
include Aws::Structure
|
11863
13429
|
end
|
11864
13430
|
|
@@ -11891,6 +13457,7 @@ module Aws::Glue
|
|
11891
13457
|
class UpdateJsonClassifierRequest < Struct.new(
|
11892
13458
|
:name,
|
11893
13459
|
:json_path)
|
13460
|
+
SENSITIVE = []
|
11894
13461
|
include Aws::Structure
|
11895
13462
|
end
|
11896
13463
|
|
@@ -12015,6 +13582,7 @@ module Aws::Glue
|
|
12015
13582
|
:number_of_workers,
|
12016
13583
|
:timeout,
|
12017
13584
|
:max_retries)
|
13585
|
+
SENSITIVE = []
|
12018
13586
|
include Aws::Structure
|
12019
13587
|
end
|
12020
13588
|
|
@@ -12026,6 +13594,7 @@ module Aws::Glue
|
|
12026
13594
|
#
|
12027
13595
|
class UpdateMLTransformResponse < Struct.new(
|
12028
13596
|
:transform_id)
|
13597
|
+
SENSITIVE = []
|
12029
13598
|
include Aws::Structure
|
12030
13599
|
end
|
12031
13600
|
|
@@ -12105,11 +13674,15 @@ module Aws::Glue
|
|
12105
13674
|
# @return [String]
|
12106
13675
|
#
|
12107
13676
|
# @!attribute [rw] partition_value_list
|
12108
|
-
#
|
13677
|
+
# List of partition key values that define the partition to update.
|
12109
13678
|
# @return [Array<String>]
|
12110
13679
|
#
|
12111
13680
|
# @!attribute [rw] partition_input
|
12112
13681
|
# The new partition object to update the partition to.
|
13682
|
+
#
|
13683
|
+
# The `Values` property can't be changed. If you want to change the
|
13684
|
+
# partition key values for a partition, delete and recreate the
|
13685
|
+
# partition.
|
12113
13686
|
# @return [Types::PartitionInput]
|
12114
13687
|
#
|
12115
13688
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdatePartitionRequest AWS API Documentation
|
@@ -12120,6 +13693,7 @@ module Aws::Glue
|
|
12120
13693
|
:table_name,
|
12121
13694
|
:partition_value_list,
|
12122
13695
|
:partition_input)
|
13696
|
+
SENSITIVE = []
|
12123
13697
|
include Aws::Structure
|
12124
13698
|
end
|
12125
13699
|
|
@@ -12198,6 +13772,11 @@ module Aws::Glue
|
|
12198
13772
|
# parameters: {
|
12199
13773
|
# "KeyString" => "ParametersMapValue",
|
12200
13774
|
# },
|
13775
|
+
# target_table: {
|
13776
|
+
# catalog_id: "CatalogIdString",
|
13777
|
+
# database_name: "NameString",
|
13778
|
+
# name: "NameString",
|
13779
|
+
# },
|
12201
13780
|
# },
|
12202
13781
|
# skip_archive: false,
|
12203
13782
|
# }
|
@@ -12230,6 +13809,7 @@ module Aws::Glue
|
|
12230
13809
|
:database_name,
|
12231
13810
|
:table_input,
|
12232
13811
|
:skip_archive)
|
13812
|
+
SENSITIVE = []
|
12233
13813
|
include Aws::Structure
|
12234
13814
|
end
|
12235
13815
|
|
@@ -12288,6 +13868,7 @@ module Aws::Glue
|
|
12288
13868
|
class UpdateTriggerRequest < Struct.new(
|
12289
13869
|
:name,
|
12290
13870
|
:trigger_update)
|
13871
|
+
SENSITIVE = []
|
12291
13872
|
include Aws::Structure
|
12292
13873
|
end
|
12293
13874
|
|
@@ -12299,6 +13880,7 @@ module Aws::Glue
|
|
12299
13880
|
#
|
12300
13881
|
class UpdateTriggerResponse < Struct.new(
|
12301
13882
|
:trigger)
|
13883
|
+
SENSITIVE = []
|
12302
13884
|
include Aws::Structure
|
12303
13885
|
end
|
12304
13886
|
|
@@ -12349,6 +13931,7 @@ module Aws::Glue
|
|
12349
13931
|
:database_name,
|
12350
13932
|
:function_name,
|
12351
13933
|
:function_input)
|
13934
|
+
SENSITIVE = []
|
12352
13935
|
include Aws::Structure
|
12353
13936
|
end
|
12354
13937
|
|
@@ -12386,6 +13969,7 @@ module Aws::Glue
|
|
12386
13969
|
:name,
|
12387
13970
|
:description,
|
12388
13971
|
:default_run_properties)
|
13972
|
+
SENSITIVE = []
|
12389
13973
|
include Aws::Structure
|
12390
13974
|
end
|
12391
13975
|
|
@@ -12397,6 +13981,7 @@ module Aws::Glue
|
|
12397
13981
|
#
|
12398
13982
|
class UpdateWorkflowResponse < Struct.new(
|
12399
13983
|
:name)
|
13984
|
+
SENSITIVE = []
|
12400
13985
|
include Aws::Structure
|
12401
13986
|
end
|
12402
13987
|
|
@@ -12434,6 +14019,7 @@ module Aws::Glue
|
|
12434
14019
|
:name,
|
12435
14020
|
:classification,
|
12436
14021
|
:row_tag)
|
14022
|
+
SENSITIVE = []
|
12437
14023
|
include Aws::Structure
|
12438
14024
|
end
|
12439
14025
|
|
@@ -12445,7 +14031,7 @@ module Aws::Glue
|
|
12445
14031
|
# @return [String]
|
12446
14032
|
#
|
12447
14033
|
# @!attribute [rw] database_name
|
12448
|
-
# The name of the database
|
14034
|
+
# The name of the catalog database that contains the function.
|
12449
14035
|
# @return [String]
|
12450
14036
|
#
|
12451
14037
|
# @!attribute [rw] class_name
|
@@ -12468,6 +14054,10 @@ module Aws::Glue
|
|
12468
14054
|
# The resource URIs for the function.
|
12469
14055
|
# @return [Array<Types::ResourceUri>]
|
12470
14056
|
#
|
14057
|
+
# @!attribute [rw] catalog_id
|
14058
|
+
# The ID of the Data Catalog in which the function resides.
|
14059
|
+
# @return [String]
|
14060
|
+
#
|
12471
14061
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UserDefinedFunction AWS API Documentation
|
12472
14062
|
#
|
12473
14063
|
class UserDefinedFunction < Struct.new(
|
@@ -12477,7 +14067,9 @@ module Aws::Glue
|
|
12477
14067
|
:owner_name,
|
12478
14068
|
:owner_type,
|
12479
14069
|
:create_time,
|
12480
|
-
:resource_uris
|
14070
|
+
:resource_uris,
|
14071
|
+
:catalog_id)
|
14072
|
+
SENSITIVE = []
|
12481
14073
|
include Aws::Structure
|
12482
14074
|
end
|
12483
14075
|
|
@@ -12527,6 +14119,7 @@ module Aws::Glue
|
|
12527
14119
|
:owner_name,
|
12528
14120
|
:owner_type,
|
12529
14121
|
:resource_uris)
|
14122
|
+
SENSITIVE = []
|
12530
14123
|
include Aws::Structure
|
12531
14124
|
end
|
12532
14125
|
|
@@ -12540,6 +14133,7 @@ module Aws::Glue
|
|
12540
14133
|
#
|
12541
14134
|
class ValidationException < Struct.new(
|
12542
14135
|
:message)
|
14136
|
+
SENSITIVE = []
|
12543
14137
|
include Aws::Structure
|
12544
14138
|
end
|
12545
14139
|
|
@@ -12553,6 +14147,7 @@ module Aws::Glue
|
|
12553
14147
|
#
|
12554
14148
|
class VersionMismatchException < Struct.new(
|
12555
14149
|
:message)
|
14150
|
+
SENSITIVE = []
|
12556
14151
|
include Aws::Structure
|
12557
14152
|
end
|
12558
14153
|
|
@@ -12600,6 +14195,7 @@ module Aws::Glue
|
|
12600
14195
|
:last_modified_on,
|
12601
14196
|
:last_run,
|
12602
14197
|
:graph)
|
14198
|
+
SENSITIVE = []
|
12603
14199
|
include Aws::Structure
|
12604
14200
|
end
|
12605
14201
|
|
@@ -12622,6 +14218,7 @@ module Aws::Glue
|
|
12622
14218
|
class WorkflowGraph < Struct.new(
|
12623
14219
|
:nodes,
|
12624
14220
|
:edges)
|
14221
|
+
SENSITIVE = []
|
12625
14222
|
include Aws::Structure
|
12626
14223
|
end
|
12627
14224
|
|
@@ -12673,6 +14270,7 @@ module Aws::Glue
|
|
12673
14270
|
:status,
|
12674
14271
|
:statistics,
|
12675
14272
|
:graph)
|
14273
|
+
SENSITIVE = []
|
12676
14274
|
include Aws::Structure
|
12677
14275
|
end
|
12678
14276
|
|
@@ -12711,6 +14309,7 @@ module Aws::Glue
|
|
12711
14309
|
:stopped_actions,
|
12712
14310
|
:succeeded_actions,
|
12713
14311
|
:running_actions)
|
14312
|
+
SENSITIVE = []
|
12714
14313
|
include Aws::Structure
|
12715
14314
|
end
|
12716
14315
|
|
@@ -12754,6 +14353,7 @@ module Aws::Glue
|
|
12754
14353
|
:last_updated,
|
12755
14354
|
:version,
|
12756
14355
|
:row_tag)
|
14356
|
+
SENSITIVE = []
|
12757
14357
|
include Aws::Structure
|
12758
14358
|
end
|
12759
14359
|
|