aws-sdk-glue 1.58.1 → 1.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-glue.rb +3 -1
- data/lib/aws-sdk-glue/client.rb +686 -26
- data/lib/aws-sdk-glue/client_api.rb +311 -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 +1668 -64
- 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
|
@@ -1314,6 +1653,7 @@ module Aws::Glue
|
|
1314
1653
|
:creation_time,
|
1315
1654
|
:last_updated_time,
|
1316
1655
|
:last_updated_by)
|
1656
|
+
SENSITIVE = []
|
1317
1657
|
include Aws::Structure
|
1318
1658
|
end
|
1319
1659
|
|
@@ -1383,6 +1723,7 @@ module Aws::Glue
|
|
1383
1723
|
:match_criteria,
|
1384
1724
|
:connection_properties,
|
1385
1725
|
:physical_connection_requirements)
|
1726
|
+
SENSITIVE = []
|
1386
1727
|
include Aws::Structure
|
1387
1728
|
end
|
1388
1729
|
|
@@ -1433,6 +1774,7 @@ module Aws::Glue
|
|
1433
1774
|
class ConnectionPasswordEncryption < Struct.new(
|
1434
1775
|
:return_connection_password_encrypted,
|
1435
1776
|
:aws_kms_key_id)
|
1777
|
+
SENSITIVE = []
|
1436
1778
|
include Aws::Structure
|
1437
1779
|
end
|
1438
1780
|
|
@@ -1453,6 +1795,7 @@ module Aws::Glue
|
|
1453
1795
|
#
|
1454
1796
|
class ConnectionsList < Struct.new(
|
1455
1797
|
:connections)
|
1798
|
+
SENSITIVE = []
|
1456
1799
|
include Aws::Structure
|
1457
1800
|
end
|
1458
1801
|
|
@@ -1491,6 +1834,7 @@ module Aws::Glue
|
|
1491
1834
|
:error_message,
|
1492
1835
|
:log_group,
|
1493
1836
|
:log_stream)
|
1837
|
+
SENSITIVE = []
|
1494
1838
|
include Aws::Structure
|
1495
1839
|
end
|
1496
1840
|
|
@@ -1573,7 +1917,7 @@ module Aws::Glue
|
|
1573
1917
|
#
|
1574
1918
|
#
|
1575
1919
|
#
|
1576
|
-
# [1]:
|
1920
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html
|
1577
1921
|
# @return [String]
|
1578
1922
|
#
|
1579
1923
|
# @!attribute [rw] crawler_security_configuration
|
@@ -1601,6 +1945,7 @@ module Aws::Glue
|
|
1601
1945
|
:version,
|
1602
1946
|
:configuration,
|
1603
1947
|
:crawler_security_configuration)
|
1948
|
+
SENSITIVE = []
|
1604
1949
|
include Aws::Structure
|
1605
1950
|
end
|
1606
1951
|
|
@@ -1650,6 +1995,7 @@ module Aws::Glue
|
|
1650
1995
|
:tables_created,
|
1651
1996
|
:tables_updated,
|
1652
1997
|
:tables_deleted)
|
1998
|
+
SENSITIVE = []
|
1653
1999
|
include Aws::Structure
|
1654
2000
|
end
|
1655
2001
|
|
@@ -1663,6 +2009,7 @@ module Aws::Glue
|
|
1663
2009
|
#
|
1664
2010
|
class CrawlerNodeDetails < Struct.new(
|
1665
2011
|
:crawls)
|
2012
|
+
SENSITIVE = []
|
1666
2013
|
include Aws::Structure
|
1667
2014
|
end
|
1668
2015
|
|
@@ -1676,6 +2023,7 @@ module Aws::Glue
|
|
1676
2023
|
#
|
1677
2024
|
class CrawlerNotRunningException < Struct.new(
|
1678
2025
|
:message)
|
2026
|
+
SENSITIVE = []
|
1679
2027
|
include Aws::Structure
|
1680
2028
|
end
|
1681
2029
|
|
@@ -1690,6 +2038,7 @@ module Aws::Glue
|
|
1690
2038
|
#
|
1691
2039
|
class CrawlerRunningException < Struct.new(
|
1692
2040
|
:message)
|
2041
|
+
SENSITIVE = []
|
1693
2042
|
include Aws::Structure
|
1694
2043
|
end
|
1695
2044
|
|
@@ -1703,6 +2052,7 @@ module Aws::Glue
|
|
1703
2052
|
#
|
1704
2053
|
class CrawlerStoppingException < Struct.new(
|
1705
2054
|
:message)
|
2055
|
+
SENSITIVE = []
|
1706
2056
|
include Aws::Structure
|
1707
2057
|
end
|
1708
2058
|
|
@@ -1728,6 +2078,8 @@ module Aws::Glue
|
|
1728
2078
|
# dynamo_db_targets: [
|
1729
2079
|
# {
|
1730
2080
|
# path: "Path",
|
2081
|
+
# scan_all: false,
|
2082
|
+
# scan_rate: 1.0,
|
1731
2083
|
# },
|
1732
2084
|
# ],
|
1733
2085
|
# catalog_targets: [
|
@@ -1761,6 +2113,7 @@ module Aws::Glue
|
|
1761
2113
|
:jdbc_targets,
|
1762
2114
|
:dynamo_db_targets,
|
1763
2115
|
:catalog_targets)
|
2116
|
+
SENSITIVE = []
|
1764
2117
|
include Aws::Structure
|
1765
2118
|
end
|
1766
2119
|
|
@@ -1817,6 +2170,7 @@ module Aws::Glue
|
|
1817
2170
|
:xml_classifier,
|
1818
2171
|
:json_classifier,
|
1819
2172
|
:csv_classifier)
|
2173
|
+
SENSITIVE = []
|
1820
2174
|
include Aws::Structure
|
1821
2175
|
end
|
1822
2176
|
|
@@ -1859,6 +2213,7 @@ module Aws::Glue
|
|
1859
2213
|
class CreateConnectionRequest < Struct.new(
|
1860
2214
|
:catalog_id,
|
1861
2215
|
:connection_input)
|
2216
|
+
SENSITIVE = []
|
1862
2217
|
include Aws::Structure
|
1863
2218
|
end
|
1864
2219
|
|
@@ -1891,6 +2246,8 @@ module Aws::Glue
|
|
1891
2246
|
# dynamo_db_targets: [
|
1892
2247
|
# {
|
1893
2248
|
# path: "Path",
|
2249
|
+
# scan_all: false,
|
2250
|
+
# scan_rate: 1.0,
|
1894
2251
|
# },
|
1895
2252
|
# ],
|
1896
2253
|
# catalog_targets: [
|
@@ -1937,14 +2294,13 @@ module Aws::Glue
|
|
1937
2294
|
# @return [Types::CrawlerTargets]
|
1938
2295
|
#
|
1939
2296
|
# @!attribute [rw] schedule
|
1940
|
-
# A `cron` expression used to specify the schedule
|
1941
|
-
#
|
1942
|
-
#
|
1943
|
-
# `cron(15 12 * * ? *)`.
|
2297
|
+
# A `cron` expression used to specify the schedule (see [Time-Based
|
2298
|
+
# Schedules for Jobs and Crawlers][1]. For example, to run something
|
2299
|
+
# every day at 12:15 UTC, you would specify: `cron(15 12 * * ? *)`.
|
1944
2300
|
#
|
1945
2301
|
#
|
1946
2302
|
#
|
1947
|
-
# [1]:
|
2303
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
|
1948
2304
|
# @return [String]
|
1949
2305
|
#
|
1950
2306
|
# @!attribute [rw] classifiers
|
@@ -1963,13 +2319,13 @@ module Aws::Glue
|
|
1963
2319
|
# @return [Types::SchemaChangePolicy]
|
1964
2320
|
#
|
1965
2321
|
# @!attribute [rw] configuration
|
1966
|
-
#
|
1967
|
-
#
|
2322
|
+
# Crawler configuration information. This versioned JSON string allows
|
2323
|
+
# users to specify aspects of a crawler's behavior. For more
|
1968
2324
|
# information, see [Configuring a Crawler][1].
|
1969
2325
|
#
|
1970
2326
|
#
|
1971
2327
|
#
|
1972
|
-
# [1]:
|
2328
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html
|
1973
2329
|
# @return [String]
|
1974
2330
|
#
|
1975
2331
|
# @!attribute [rw] crawler_security_configuration
|
@@ -1978,13 +2334,13 @@ module Aws::Glue
|
|
1978
2334
|
# @return [String]
|
1979
2335
|
#
|
1980
2336
|
# @!attribute [rw] tags
|
1981
|
-
# The tags to use with this crawler request. You
|
1982
|
-
# access to the crawler. For more information
|
1983
|
-
# Glue][1].
|
2337
|
+
# The tags to use with this crawler request. You may use tags to limit
|
2338
|
+
# access to the crawler. For more information about tags in AWS Glue,
|
2339
|
+
# see [AWS Tags in AWS Glue][1] in the developer guide.
|
1984
2340
|
#
|
1985
2341
|
#
|
1986
2342
|
#
|
1987
|
-
# [1]:
|
2343
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html
|
1988
2344
|
# @return [Hash<String,String>]
|
1989
2345
|
#
|
1990
2346
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateCrawlerRequest AWS API Documentation
|
@@ -2002,6 +2358,7 @@ module Aws::Glue
|
|
2002
2358
|
:configuration,
|
2003
2359
|
:crawler_security_configuration,
|
2004
2360
|
:tags)
|
2361
|
+
SENSITIVE = []
|
2005
2362
|
include Aws::Structure
|
2006
2363
|
end
|
2007
2364
|
|
@@ -2065,6 +2422,7 @@ module Aws::Glue
|
|
2065
2422
|
:header,
|
2066
2423
|
:disable_value_trimming,
|
2067
2424
|
:allow_single_column)
|
2425
|
+
SENSITIVE = []
|
2068
2426
|
include Aws::Structure
|
2069
2427
|
end
|
2070
2428
|
|
@@ -2088,6 +2446,10 @@ module Aws::Glue
|
|
2088
2446
|
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
2089
2447
|
# },
|
2090
2448
|
# ],
|
2449
|
+
# target_database: {
|
2450
|
+
# catalog_id: "CatalogIdString",
|
2451
|
+
# database_name: "NameString",
|
2452
|
+
# },
|
2091
2453
|
# },
|
2092
2454
|
# }
|
2093
2455
|
#
|
@@ -2105,6 +2467,7 @@ module Aws::Glue
|
|
2105
2467
|
class CreateDatabaseRequest < Struct.new(
|
2106
2468
|
:catalog_id,
|
2107
2469
|
:database_input)
|
2470
|
+
SENSITIVE = []
|
2108
2471
|
include Aws::Structure
|
2109
2472
|
end
|
2110
2473
|
|
@@ -2288,6 +2651,7 @@ module Aws::Glue
|
|
2288
2651
|
:security_configuration,
|
2289
2652
|
:tags,
|
2290
2653
|
:arguments)
|
2654
|
+
SENSITIVE = []
|
2291
2655
|
include Aws::Structure
|
2292
2656
|
end
|
2293
2657
|
|
@@ -2412,6 +2776,7 @@ module Aws::Glue
|
|
2412
2776
|
:security_configuration,
|
2413
2777
|
:created_timestamp,
|
2414
2778
|
:arguments)
|
2779
|
+
SENSITIVE = []
|
2415
2780
|
include Aws::Structure
|
2416
2781
|
end
|
2417
2782
|
|
@@ -2451,6 +2816,7 @@ module Aws::Glue
|
|
2451
2816
|
:name,
|
2452
2817
|
:grok_pattern,
|
2453
2818
|
:custom_patterns)
|
2819
|
+
SENSITIVE = []
|
2454
2820
|
include Aws::Structure
|
2455
2821
|
end
|
2456
2822
|
|
@@ -2684,6 +3050,7 @@ module Aws::Glue
|
|
2684
3050
|
:glue_version,
|
2685
3051
|
:number_of_workers,
|
2686
3052
|
:worker_type)
|
3053
|
+
SENSITIVE = []
|
2687
3054
|
include Aws::Structure
|
2688
3055
|
end
|
2689
3056
|
|
@@ -2695,6 +3062,7 @@ module Aws::Glue
|
|
2695
3062
|
#
|
2696
3063
|
class CreateJobResponse < Struct.new(
|
2697
3064
|
:name)
|
3065
|
+
SENSITIVE = []
|
2698
3066
|
include Aws::Structure
|
2699
3067
|
end
|
2700
3068
|
|
@@ -2714,7 +3082,7 @@ module Aws::Glue
|
|
2714
3082
|
#
|
2715
3083
|
# @!attribute [rw] json_path
|
2716
3084
|
# A `JsonPath` string defining the JSON data for the classifier to
|
2717
|
-
# classify. AWS Glue supports a subset of
|
3085
|
+
# classify. AWS Glue supports a subset of JsonPath, as described in
|
2718
3086
|
# [Writing JsonPath Custom Classifiers][1].
|
2719
3087
|
#
|
2720
3088
|
#
|
@@ -2727,6 +3095,7 @@ module Aws::Glue
|
|
2727
3095
|
class CreateJsonClassifierRequest < Struct.new(
|
2728
3096
|
:name,
|
2729
3097
|
:json_path)
|
3098
|
+
SENSITIVE = []
|
2730
3099
|
include Aws::Structure
|
2731
3100
|
end
|
2732
3101
|
|
@@ -2921,6 +3290,7 @@ module Aws::Glue
|
|
2921
3290
|
:timeout,
|
2922
3291
|
:max_retries,
|
2923
3292
|
:tags)
|
3293
|
+
SENSITIVE = []
|
2924
3294
|
include Aws::Structure
|
2925
3295
|
end
|
2926
3296
|
|
@@ -2932,6 +3302,7 @@ module Aws::Glue
|
|
2932
3302
|
#
|
2933
3303
|
class CreateMLTransformResponse < Struct.new(
|
2934
3304
|
:transform_id)
|
3305
|
+
SENSITIVE = []
|
2935
3306
|
include Aws::Structure
|
2936
3307
|
end
|
2937
3308
|
|
@@ -3020,6 +3391,7 @@ module Aws::Glue
|
|
3020
3391
|
:database_name,
|
3021
3392
|
:table_name,
|
3022
3393
|
:partition_input)
|
3394
|
+
SENSITIVE = []
|
3023
3395
|
include Aws::Structure
|
3024
3396
|
end
|
3025
3397
|
|
@@ -3073,6 +3445,7 @@ module Aws::Glue
|
|
3073
3445
|
:dag_nodes,
|
3074
3446
|
:dag_edges,
|
3075
3447
|
:language)
|
3448
|
+
SENSITIVE = []
|
3076
3449
|
include Aws::Structure
|
3077
3450
|
end
|
3078
3451
|
|
@@ -3089,6 +3462,7 @@ module Aws::Glue
|
|
3089
3462
|
class CreateScriptResponse < Struct.new(
|
3090
3463
|
:python_script,
|
3091
3464
|
:scala_code)
|
3465
|
+
SENSITIVE = []
|
3092
3466
|
include Aws::Structure
|
3093
3467
|
end
|
3094
3468
|
|
@@ -3128,6 +3502,7 @@ module Aws::Glue
|
|
3128
3502
|
class CreateSecurityConfigurationRequest < Struct.new(
|
3129
3503
|
:name,
|
3130
3504
|
:encryption_configuration)
|
3505
|
+
SENSITIVE = []
|
3131
3506
|
include Aws::Structure
|
3132
3507
|
end
|
3133
3508
|
|
@@ -3144,6 +3519,7 @@ module Aws::Glue
|
|
3144
3519
|
class CreateSecurityConfigurationResponse < Struct.new(
|
3145
3520
|
:name,
|
3146
3521
|
:created_timestamp)
|
3522
|
+
SENSITIVE = []
|
3147
3523
|
include Aws::Structure
|
3148
3524
|
end
|
3149
3525
|
|
@@ -3218,6 +3594,11 @@ module Aws::Glue
|
|
3218
3594
|
# parameters: {
|
3219
3595
|
# "KeyString" => "ParametersMapValue",
|
3220
3596
|
# },
|
3597
|
+
# target_table: {
|
3598
|
+
# catalog_id: "CatalogIdString",
|
3599
|
+
# database_name: "NameString",
|
3600
|
+
# name: "NameString",
|
3601
|
+
# },
|
3221
3602
|
# },
|
3222
3603
|
# }
|
3223
3604
|
#
|
@@ -3242,6 +3623,7 @@ module Aws::Glue
|
|
3242
3623
|
:catalog_id,
|
3243
3624
|
:database_name,
|
3244
3625
|
:table_input)
|
3626
|
+
SENSITIVE = []
|
3245
3627
|
include Aws::Structure
|
3246
3628
|
end
|
3247
3629
|
|
@@ -3355,6 +3737,7 @@ module Aws::Glue
|
|
3355
3737
|
:description,
|
3356
3738
|
:start_on_creation,
|
3357
3739
|
:tags)
|
3740
|
+
SENSITIVE = []
|
3358
3741
|
include Aws::Structure
|
3359
3742
|
end
|
3360
3743
|
|
@@ -3366,6 +3749,7 @@ module Aws::Glue
|
|
3366
3749
|
#
|
3367
3750
|
class CreateTriggerResponse < Struct.new(
|
3368
3751
|
:name)
|
3752
|
+
SENSITIVE = []
|
3369
3753
|
include Aws::Structure
|
3370
3754
|
end
|
3371
3755
|
|
@@ -3409,6 +3793,7 @@ module Aws::Glue
|
|
3409
3793
|
:catalog_id,
|
3410
3794
|
:database_name,
|
3411
3795
|
:function_input)
|
3796
|
+
SENSITIVE = []
|
3412
3797
|
include Aws::Structure
|
3413
3798
|
end
|
3414
3799
|
|
@@ -3455,6 +3840,7 @@ module Aws::Glue
|
|
3455
3840
|
:description,
|
3456
3841
|
:default_run_properties,
|
3457
3842
|
:tags)
|
3843
|
+
SENSITIVE = []
|
3458
3844
|
include Aws::Structure
|
3459
3845
|
end
|
3460
3846
|
|
@@ -3466,6 +3852,7 @@ module Aws::Glue
|
|
3466
3852
|
#
|
3467
3853
|
class CreateWorkflowResponse < Struct.new(
|
3468
3854
|
:name)
|
3855
|
+
SENSITIVE = []
|
3469
3856
|
include Aws::Structure
|
3470
3857
|
end
|
3471
3858
|
|
@@ -3503,6 +3890,7 @@ module Aws::Glue
|
|
3503
3890
|
:classification,
|
3504
3891
|
:name,
|
3505
3892
|
:row_tag)
|
3893
|
+
SENSITIVE = []
|
3506
3894
|
include Aws::Structure
|
3507
3895
|
end
|
3508
3896
|
|
@@ -3564,6 +3952,7 @@ module Aws::Glue
|
|
3564
3952
|
:header,
|
3565
3953
|
:disable_value_trimming,
|
3566
3954
|
:allow_single_column)
|
3955
|
+
SENSITIVE = []
|
3567
3956
|
include Aws::Structure
|
3568
3957
|
end
|
3569
3958
|
|
@@ -3601,6 +3990,7 @@ module Aws::Glue
|
|
3601
3990
|
class DataCatalogEncryptionSettings < Struct.new(
|
3602
3991
|
:encryption_at_rest,
|
3603
3992
|
:connection_password_encryption)
|
3993
|
+
SENSITIVE = []
|
3604
3994
|
include Aws::Structure
|
3605
3995
|
end
|
3606
3996
|
|
@@ -3621,6 +4011,7 @@ module Aws::Glue
|
|
3621
4011
|
#
|
3622
4012
|
class DataLakePrincipal < Struct.new(
|
3623
4013
|
:data_lake_principal_identifier)
|
4014
|
+
SENSITIVE = []
|
3624
4015
|
include Aws::Structure
|
3625
4016
|
end
|
3626
4017
|
|
@@ -3653,6 +4044,15 @@ module Aws::Glue
|
|
3653
4044
|
# Creates a set of default permissions on the table for principals.
|
3654
4045
|
# @return [Array<Types::PrincipalPermissions>]
|
3655
4046
|
#
|
4047
|
+
# @!attribute [rw] target_database
|
4048
|
+
# A `DatabaseIdentifier` structure that describes a target database
|
4049
|
+
# for resource linking.
|
4050
|
+
# @return [Types::DatabaseIdentifier]
|
4051
|
+
#
|
4052
|
+
# @!attribute [rw] catalog_id
|
4053
|
+
# The ID of the Data Catalog in which the database resides.
|
4054
|
+
# @return [String]
|
4055
|
+
#
|
3656
4056
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Database AWS API Documentation
|
3657
4057
|
#
|
3658
4058
|
class Database < Struct.new(
|
@@ -3661,7 +4061,37 @@ module Aws::Glue
|
|
3661
4061
|
:location_uri,
|
3662
4062
|
:parameters,
|
3663
4063
|
:create_time,
|
3664
|
-
:create_table_default_permissions
|
4064
|
+
:create_table_default_permissions,
|
4065
|
+
:target_database,
|
4066
|
+
:catalog_id)
|
4067
|
+
SENSITIVE = []
|
4068
|
+
include Aws::Structure
|
4069
|
+
end
|
4070
|
+
|
4071
|
+
# A structure that describes a target database for resource linking.
|
4072
|
+
#
|
4073
|
+
# @note When making an API call, you may pass DatabaseIdentifier
|
4074
|
+
# data as a hash:
|
4075
|
+
#
|
4076
|
+
# {
|
4077
|
+
# catalog_id: "CatalogIdString",
|
4078
|
+
# database_name: "NameString",
|
4079
|
+
# }
|
4080
|
+
#
|
4081
|
+
# @!attribute [rw] catalog_id
|
4082
|
+
# The ID of the Data Catalog in which the database resides.
|
4083
|
+
# @return [String]
|
4084
|
+
#
|
4085
|
+
# @!attribute [rw] database_name
|
4086
|
+
# The name of the catalog database.
|
4087
|
+
# @return [String]
|
4088
|
+
#
|
4089
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DatabaseIdentifier AWS API Documentation
|
4090
|
+
#
|
4091
|
+
class DatabaseIdentifier < Struct.new(
|
4092
|
+
:catalog_id,
|
4093
|
+
:database_name)
|
4094
|
+
SENSITIVE = []
|
3665
4095
|
include Aws::Structure
|
3666
4096
|
end
|
3667
4097
|
|
@@ -3685,6 +4115,10 @@ module Aws::Glue
|
|
3685
4115
|
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
3686
4116
|
# },
|
3687
4117
|
# ],
|
4118
|
+
# target_database: {
|
4119
|
+
# catalog_id: "CatalogIdString",
|
4120
|
+
# database_name: "NameString",
|
4121
|
+
# },
|
3688
4122
|
# }
|
3689
4123
|
#
|
3690
4124
|
# @!attribute [rw] name
|
@@ -3712,6 +4146,11 @@ module Aws::Glue
|
|
3712
4146
|
# Creates a set of default permissions on the table for principals.
|
3713
4147
|
# @return [Array<Types::PrincipalPermissions>]
|
3714
4148
|
#
|
4149
|
+
# @!attribute [rw] target_database
|
4150
|
+
# A `DatabaseIdentifier` structure that describes a target database
|
4151
|
+
# for resource linking.
|
4152
|
+
# @return [Types::DatabaseIdentifier]
|
4153
|
+
#
|
3715
4154
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DatabaseInput AWS API Documentation
|
3716
4155
|
#
|
3717
4156
|
class DatabaseInput < Struct.new(
|
@@ -3719,7 +4158,121 @@ module Aws::Glue
|
|
3719
4158
|
:description,
|
3720
4159
|
:location_uri,
|
3721
4160
|
:parameters,
|
3722
|
-
:create_table_default_permissions
|
4161
|
+
:create_table_default_permissions,
|
4162
|
+
:target_database)
|
4163
|
+
SENSITIVE = []
|
4164
|
+
include Aws::Structure
|
4165
|
+
end
|
4166
|
+
|
4167
|
+
# Defines a date column statistics data.
|
4168
|
+
#
|
4169
|
+
# @note When making an API call, you may pass DateColumnStatisticsData
|
4170
|
+
# data as a hash:
|
4171
|
+
#
|
4172
|
+
# {
|
4173
|
+
# minimum_value: Time.now,
|
4174
|
+
# maximum_value: Time.now,
|
4175
|
+
# number_of_nulls: 1, # required
|
4176
|
+
# number_of_distinct_values: 1, # required
|
4177
|
+
# }
|
4178
|
+
#
|
4179
|
+
# @!attribute [rw] minimum_value
|
4180
|
+
# Minimum value of the column.
|
4181
|
+
# @return [Time]
|
4182
|
+
#
|
4183
|
+
# @!attribute [rw] maximum_value
|
4184
|
+
# Maximum value of the column.
|
4185
|
+
# @return [Time]
|
4186
|
+
#
|
4187
|
+
# @!attribute [rw] number_of_nulls
|
4188
|
+
# Number of nulls.
|
4189
|
+
# @return [Integer]
|
4190
|
+
#
|
4191
|
+
# @!attribute [rw] number_of_distinct_values
|
4192
|
+
# Number of distinct values.
|
4193
|
+
# @return [Integer]
|
4194
|
+
#
|
4195
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DateColumnStatisticsData AWS API Documentation
|
4196
|
+
#
|
4197
|
+
class DateColumnStatisticsData < Struct.new(
|
4198
|
+
:minimum_value,
|
4199
|
+
:maximum_value,
|
4200
|
+
:number_of_nulls,
|
4201
|
+
:number_of_distinct_values)
|
4202
|
+
SENSITIVE = []
|
4203
|
+
include Aws::Structure
|
4204
|
+
end
|
4205
|
+
|
4206
|
+
# Defines a decimal column statistics data.
|
4207
|
+
#
|
4208
|
+
# @note When making an API call, you may pass DecimalColumnStatisticsData
|
4209
|
+
# data as a hash:
|
4210
|
+
#
|
4211
|
+
# {
|
4212
|
+
# minimum_value: {
|
4213
|
+
# unscaled_value: "data", # required
|
4214
|
+
# scale: 1, # required
|
4215
|
+
# },
|
4216
|
+
# maximum_value: {
|
4217
|
+
# unscaled_value: "data", # required
|
4218
|
+
# scale: 1, # required
|
4219
|
+
# },
|
4220
|
+
# number_of_nulls: 1, # required
|
4221
|
+
# number_of_distinct_values: 1, # required
|
4222
|
+
# }
|
4223
|
+
#
|
4224
|
+
# @!attribute [rw] minimum_value
|
4225
|
+
# Minimum value of the column.
|
4226
|
+
# @return [Types::DecimalNumber]
|
4227
|
+
#
|
4228
|
+
# @!attribute [rw] maximum_value
|
4229
|
+
# Maximum value of the column.
|
4230
|
+
# @return [Types::DecimalNumber]
|
4231
|
+
#
|
4232
|
+
# @!attribute [rw] number_of_nulls
|
4233
|
+
# Number of nulls.
|
4234
|
+
# @return [Integer]
|
4235
|
+
#
|
4236
|
+
# @!attribute [rw] number_of_distinct_values
|
4237
|
+
# Number of distinct values.
|
4238
|
+
# @return [Integer]
|
4239
|
+
#
|
4240
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DecimalColumnStatisticsData AWS API Documentation
|
4241
|
+
#
|
4242
|
+
class DecimalColumnStatisticsData < Struct.new(
|
4243
|
+
:minimum_value,
|
4244
|
+
:maximum_value,
|
4245
|
+
:number_of_nulls,
|
4246
|
+
:number_of_distinct_values)
|
4247
|
+
SENSITIVE = []
|
4248
|
+
include Aws::Structure
|
4249
|
+
end
|
4250
|
+
|
4251
|
+
# Contains a numeric value in decimal format.
|
4252
|
+
#
|
4253
|
+
# @note When making an API call, you may pass DecimalNumber
|
4254
|
+
# data as a hash:
|
4255
|
+
#
|
4256
|
+
# {
|
4257
|
+
# unscaled_value: "data", # required
|
4258
|
+
# scale: 1, # required
|
4259
|
+
# }
|
4260
|
+
#
|
4261
|
+
# @!attribute [rw] unscaled_value
|
4262
|
+
# The unscaled numeric value.
|
4263
|
+
# @return [String]
|
4264
|
+
#
|
4265
|
+
# @!attribute [rw] scale
|
4266
|
+
# The scale that determines where the decimal point falls in the
|
4267
|
+
# unscaled value.
|
4268
|
+
# @return [Integer]
|
4269
|
+
#
|
4270
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DecimalNumber AWS API Documentation
|
4271
|
+
#
|
4272
|
+
class DecimalNumber < Struct.new(
|
4273
|
+
:unscaled_value,
|
4274
|
+
:scale)
|
4275
|
+
SENSITIVE = []
|
3723
4276
|
include Aws::Structure
|
3724
4277
|
end
|
3725
4278
|
|
@@ -3738,6 +4291,7 @@ module Aws::Glue
|
|
3738
4291
|
#
|
3739
4292
|
class DeleteClassifierRequest < Struct.new(
|
3740
4293
|
:name)
|
4294
|
+
SENSITIVE = []
|
3741
4295
|
include Aws::Structure
|
3742
4296
|
end
|
3743
4297
|
|
@@ -3745,6 +4299,96 @@ module Aws::Glue
|
|
3745
4299
|
#
|
3746
4300
|
class DeleteClassifierResponse < Aws::EmptyStructure; end
|
3747
4301
|
|
4302
|
+
# @note When making an API call, you may pass DeleteColumnStatisticsForPartitionRequest
|
4303
|
+
# data as a hash:
|
4304
|
+
#
|
4305
|
+
# {
|
4306
|
+
# catalog_id: "CatalogIdString",
|
4307
|
+
# database_name: "NameString", # required
|
4308
|
+
# table_name: "NameString", # required
|
4309
|
+
# partition_values: ["ValueString"], # required
|
4310
|
+
# column_name: "NameString", # required
|
4311
|
+
# }
|
4312
|
+
#
|
4313
|
+
# @!attribute [rw] catalog_id
|
4314
|
+
# The ID of the Data Catalog where the partitions in question reside.
|
4315
|
+
# If none is supplied, the AWS account ID is used by default.
|
4316
|
+
# @return [String]
|
4317
|
+
#
|
4318
|
+
# @!attribute [rw] database_name
|
4319
|
+
# The name of the catalog database where the partitions reside.
|
4320
|
+
# @return [String]
|
4321
|
+
#
|
4322
|
+
# @!attribute [rw] table_name
|
4323
|
+
# The name of the partitions' table.
|
4324
|
+
# @return [String]
|
4325
|
+
#
|
4326
|
+
# @!attribute [rw] partition_values
|
4327
|
+
# A list of partition values identifying the partition.
|
4328
|
+
# @return [Array<String>]
|
4329
|
+
#
|
4330
|
+
# @!attribute [rw] column_name
|
4331
|
+
# Name of the column.
|
4332
|
+
# @return [String]
|
4333
|
+
#
|
4334
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteColumnStatisticsForPartitionRequest AWS API Documentation
|
4335
|
+
#
|
4336
|
+
class DeleteColumnStatisticsForPartitionRequest < Struct.new(
|
4337
|
+
:catalog_id,
|
4338
|
+
:database_name,
|
4339
|
+
:table_name,
|
4340
|
+
:partition_values,
|
4341
|
+
:column_name)
|
4342
|
+
SENSITIVE = []
|
4343
|
+
include Aws::Structure
|
4344
|
+
end
|
4345
|
+
|
4346
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteColumnStatisticsForPartitionResponse AWS API Documentation
|
4347
|
+
#
|
4348
|
+
class DeleteColumnStatisticsForPartitionResponse < Aws::EmptyStructure; end
|
4349
|
+
|
4350
|
+
# @note When making an API call, you may pass DeleteColumnStatisticsForTableRequest
|
4351
|
+
# data as a hash:
|
4352
|
+
#
|
4353
|
+
# {
|
4354
|
+
# catalog_id: "CatalogIdString",
|
4355
|
+
# database_name: "NameString", # required
|
4356
|
+
# table_name: "NameString", # required
|
4357
|
+
# column_name: "NameString", # required
|
4358
|
+
# }
|
4359
|
+
#
|
4360
|
+
# @!attribute [rw] catalog_id
|
4361
|
+
# The ID of the Data Catalog where the partitions in question reside.
|
4362
|
+
# If none is supplied, the AWS account ID is used by default.
|
4363
|
+
# @return [String]
|
4364
|
+
#
|
4365
|
+
# @!attribute [rw] database_name
|
4366
|
+
# The name of the catalog database where the partitions reside.
|
4367
|
+
# @return [String]
|
4368
|
+
#
|
4369
|
+
# @!attribute [rw] table_name
|
4370
|
+
# The name of the partitions' table.
|
4371
|
+
# @return [String]
|
4372
|
+
#
|
4373
|
+
# @!attribute [rw] column_name
|
4374
|
+
# The name of the column.
|
4375
|
+
# @return [String]
|
4376
|
+
#
|
4377
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteColumnStatisticsForTableRequest AWS API Documentation
|
4378
|
+
#
|
4379
|
+
class DeleteColumnStatisticsForTableRequest < Struct.new(
|
4380
|
+
:catalog_id,
|
4381
|
+
:database_name,
|
4382
|
+
:table_name,
|
4383
|
+
:column_name)
|
4384
|
+
SENSITIVE = []
|
4385
|
+
include Aws::Structure
|
4386
|
+
end
|
4387
|
+
|
4388
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteColumnStatisticsForTableResponse AWS API Documentation
|
4389
|
+
#
|
4390
|
+
class DeleteColumnStatisticsForTableResponse < Aws::EmptyStructure; end
|
4391
|
+
|
3748
4392
|
# @note When making an API call, you may pass DeleteConnectionRequest
|
3749
4393
|
# data as a hash:
|
3750
4394
|
#
|
@@ -3767,6 +4411,7 @@ module Aws::Glue
|
|
3767
4411
|
class DeleteConnectionRequest < Struct.new(
|
3768
4412
|
:catalog_id,
|
3769
4413
|
:connection_name)
|
4414
|
+
SENSITIVE = []
|
3770
4415
|
include Aws::Structure
|
3771
4416
|
end
|
3772
4417
|
|
@@ -3789,6 +4434,7 @@ module Aws::Glue
|
|
3789
4434
|
#
|
3790
4435
|
class DeleteCrawlerRequest < Struct.new(
|
3791
4436
|
:name)
|
4437
|
+
SENSITIVE = []
|
3792
4438
|
include Aws::Structure
|
3793
4439
|
end
|
3794
4440
|
|
@@ -3819,6 +4465,7 @@ module Aws::Glue
|
|
3819
4465
|
class DeleteDatabaseRequest < Struct.new(
|
3820
4466
|
:catalog_id,
|
3821
4467
|
:name)
|
4468
|
+
SENSITIVE = []
|
3822
4469
|
include Aws::Structure
|
3823
4470
|
end
|
3824
4471
|
|
@@ -3841,6 +4488,7 @@ module Aws::Glue
|
|
3841
4488
|
#
|
3842
4489
|
class DeleteDevEndpointRequest < Struct.new(
|
3843
4490
|
:endpoint_name)
|
4491
|
+
SENSITIVE = []
|
3844
4492
|
include Aws::Structure
|
3845
4493
|
end
|
3846
4494
|
|
@@ -3863,6 +4511,7 @@ module Aws::Glue
|
|
3863
4511
|
#
|
3864
4512
|
class DeleteJobRequest < Struct.new(
|
3865
4513
|
:job_name)
|
4514
|
+
SENSITIVE = []
|
3866
4515
|
include Aws::Structure
|
3867
4516
|
end
|
3868
4517
|
|
@@ -3874,6 +4523,7 @@ module Aws::Glue
|
|
3874
4523
|
#
|
3875
4524
|
class DeleteJobResponse < Struct.new(
|
3876
4525
|
:job_name)
|
4526
|
+
SENSITIVE = []
|
3877
4527
|
include Aws::Structure
|
3878
4528
|
end
|
3879
4529
|
|
@@ -3892,6 +4542,7 @@ module Aws::Glue
|
|
3892
4542
|
#
|
3893
4543
|
class DeleteMLTransformRequest < Struct.new(
|
3894
4544
|
:transform_id)
|
4545
|
+
SENSITIVE = []
|
3895
4546
|
include Aws::Structure
|
3896
4547
|
end
|
3897
4548
|
|
@@ -3903,6 +4554,7 @@ module Aws::Glue
|
|
3903
4554
|
#
|
3904
4555
|
class DeleteMLTransformResponse < Struct.new(
|
3905
4556
|
:transform_id)
|
4557
|
+
SENSITIVE = []
|
3906
4558
|
include Aws::Structure
|
3907
4559
|
end
|
3908
4560
|
|
@@ -3941,6 +4593,7 @@ module Aws::Glue
|
|
3941
4593
|
:database_name,
|
3942
4594
|
:table_name,
|
3943
4595
|
:partition_values)
|
4596
|
+
SENSITIVE = []
|
3944
4597
|
include Aws::Structure
|
3945
4598
|
end
|
3946
4599
|
|
@@ -3953,16 +4606,24 @@ module Aws::Glue
|
|
3953
4606
|
#
|
3954
4607
|
# {
|
3955
4608
|
# policy_hash_condition: "HashString",
|
4609
|
+
# resource_arn: "GlueResourceArn",
|
3956
4610
|
# }
|
3957
4611
|
#
|
3958
4612
|
# @!attribute [rw] policy_hash_condition
|
3959
4613
|
# The hash value returned when this policy was set.
|
3960
4614
|
# @return [String]
|
3961
4615
|
#
|
4616
|
+
# @!attribute [rw] resource_arn
|
4617
|
+
# The ARN of the AWS Glue resource for the resource policy to be
|
4618
|
+
# deleted.
|
4619
|
+
# @return [String]
|
4620
|
+
#
|
3962
4621
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteResourcePolicyRequest AWS API Documentation
|
3963
4622
|
#
|
3964
4623
|
class DeleteResourcePolicyRequest < Struct.new(
|
3965
|
-
:policy_hash_condition
|
4624
|
+
:policy_hash_condition,
|
4625
|
+
:resource_arn)
|
4626
|
+
SENSITIVE = []
|
3966
4627
|
include Aws::Structure
|
3967
4628
|
end
|
3968
4629
|
|
@@ -3985,6 +4646,7 @@ module Aws::Glue
|
|
3985
4646
|
#
|
3986
4647
|
class DeleteSecurityConfigurationRequest < Struct.new(
|
3987
4648
|
:name)
|
4649
|
+
SENSITIVE = []
|
3988
4650
|
include Aws::Structure
|
3989
4651
|
end
|
3990
4652
|
|
@@ -4022,6 +4684,7 @@ module Aws::Glue
|
|
4022
4684
|
:catalog_id,
|
4023
4685
|
:database_name,
|
4024
4686
|
:name)
|
4687
|
+
SENSITIVE = []
|
4025
4688
|
include Aws::Structure
|
4026
4689
|
end
|
4027
4690
|
|
@@ -4066,6 +4729,7 @@ module Aws::Glue
|
|
4066
4729
|
:database_name,
|
4067
4730
|
:table_name,
|
4068
4731
|
:version_id)
|
4732
|
+
SENSITIVE = []
|
4069
4733
|
include Aws::Structure
|
4070
4734
|
end
|
4071
4735
|
|
@@ -4088,6 +4752,7 @@ module Aws::Glue
|
|
4088
4752
|
#
|
4089
4753
|
class DeleteTriggerRequest < Struct.new(
|
4090
4754
|
:name)
|
4755
|
+
SENSITIVE = []
|
4091
4756
|
include Aws::Structure
|
4092
4757
|
end
|
4093
4758
|
|
@@ -4099,6 +4764,7 @@ module Aws::Glue
|
|
4099
4764
|
#
|
4100
4765
|
class DeleteTriggerResponse < Struct.new(
|
4101
4766
|
:name)
|
4767
|
+
SENSITIVE = []
|
4102
4768
|
include Aws::Structure
|
4103
4769
|
end
|
4104
4770
|
|
@@ -4130,6 +4796,7 @@ module Aws::Glue
|
|
4130
4796
|
:catalog_id,
|
4131
4797
|
:database_name,
|
4132
4798
|
:function_name)
|
4799
|
+
SENSITIVE = []
|
4133
4800
|
include Aws::Structure
|
4134
4801
|
end
|
4135
4802
|
|
@@ -4152,6 +4819,7 @@ module Aws::Glue
|
|
4152
4819
|
#
|
4153
4820
|
class DeleteWorkflowRequest < Struct.new(
|
4154
4821
|
:name)
|
4822
|
+
SENSITIVE = []
|
4155
4823
|
include Aws::Structure
|
4156
4824
|
end
|
4157
4825
|
|
@@ -4163,6 +4831,7 @@ module Aws::Glue
|
|
4163
4831
|
#
|
4164
4832
|
class DeleteWorkflowResponse < Struct.new(
|
4165
4833
|
:name)
|
4834
|
+
SENSITIVE = []
|
4166
4835
|
include Aws::Structure
|
4167
4836
|
end
|
4168
4837
|
|
@@ -4386,6 +5055,7 @@ module Aws::Glue
|
|
4386
5055
|
:public_keys,
|
4387
5056
|
:security_configuration,
|
4388
5057
|
:arguments)
|
5058
|
+
SENSITIVE = []
|
4389
5059
|
include Aws::Structure
|
4390
5060
|
end
|
4391
5061
|
|
@@ -4430,6 +5100,46 @@ module Aws::Glue
|
|
4430
5100
|
class DevEndpointCustomLibraries < Struct.new(
|
4431
5101
|
:extra_python_libs_s3_path,
|
4432
5102
|
:extra_jars_s3_path)
|
5103
|
+
SENSITIVE = []
|
5104
|
+
include Aws::Structure
|
5105
|
+
end
|
5106
|
+
|
5107
|
+
# Defines a double column statistics data.
|
5108
|
+
#
|
5109
|
+
# @note When making an API call, you may pass DoubleColumnStatisticsData
|
5110
|
+
# data as a hash:
|
5111
|
+
#
|
5112
|
+
# {
|
5113
|
+
# minimum_value: 1.0,
|
5114
|
+
# maximum_value: 1.0,
|
5115
|
+
# number_of_nulls: 1, # required
|
5116
|
+
# number_of_distinct_values: 1, # required
|
5117
|
+
# }
|
5118
|
+
#
|
5119
|
+
# @!attribute [rw] minimum_value
|
5120
|
+
# Minimum value of the column.
|
5121
|
+
# @return [Float]
|
5122
|
+
#
|
5123
|
+
# @!attribute [rw] maximum_value
|
5124
|
+
# Maximum value of the column.
|
5125
|
+
# @return [Float]
|
5126
|
+
#
|
5127
|
+
# @!attribute [rw] number_of_nulls
|
5128
|
+
# Number of nulls.
|
5129
|
+
# @return [Integer]
|
5130
|
+
#
|
5131
|
+
# @!attribute [rw] number_of_distinct_values
|
5132
|
+
# Number of distinct values.
|
5133
|
+
# @return [Integer]
|
5134
|
+
#
|
5135
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DoubleColumnStatisticsData AWS API Documentation
|
5136
|
+
#
|
5137
|
+
class DoubleColumnStatisticsData < Struct.new(
|
5138
|
+
:minimum_value,
|
5139
|
+
:maximum_value,
|
5140
|
+
:number_of_nulls,
|
5141
|
+
:number_of_distinct_values)
|
5142
|
+
SENSITIVE = []
|
4433
5143
|
include Aws::Structure
|
4434
5144
|
end
|
4435
5145
|
|
@@ -4440,16 +5150,44 @@ module Aws::Glue
|
|
4440
5150
|
#
|
4441
5151
|
# {
|
4442
5152
|
# path: "Path",
|
5153
|
+
# scan_all: false,
|
5154
|
+
# scan_rate: 1.0,
|
4443
5155
|
# }
|
4444
5156
|
#
|
4445
5157
|
# @!attribute [rw] path
|
4446
5158
|
# The name of the DynamoDB table to crawl.
|
4447
5159
|
# @return [String]
|
4448
5160
|
#
|
5161
|
+
# @!attribute [rw] scan_all
|
5162
|
+
# Indicates whether to scan all the records, or to sample rows from
|
5163
|
+
# the table. Scanning all the records can take a long time when the
|
5164
|
+
# table is not a high throughput table.
|
5165
|
+
#
|
5166
|
+
# A value of `true` means to scan all records, while a value of
|
5167
|
+
# `false` means to sample the records. If no value is specified, the
|
5168
|
+
# value defaults to `true`.
|
5169
|
+
# @return [Boolean]
|
5170
|
+
#
|
5171
|
+
# @!attribute [rw] scan_rate
|
5172
|
+
# The percentage of the configured read capacity units to use by the
|
5173
|
+
# AWS Glue crawler. Read capacity units is a term defined by DynamoDB,
|
5174
|
+
# and is a numeric value that acts as rate limiter for the number of
|
5175
|
+
# reads that can be performed on that table per second.
|
5176
|
+
#
|
5177
|
+
# The valid values are null or a value between 0.1 to 1.5. A null
|
5178
|
+
# value is used when user does not provide a value, and defaults to
|
5179
|
+
# 0.5 of the configured Read Capacity Unit (for provisioned tables),
|
5180
|
+
# or 0.25 of the max configured Read Capacity Unit (for tables using
|
5181
|
+
# on-demand mode).
|
5182
|
+
# @return [Float]
|
5183
|
+
#
|
4449
5184
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DynamoDBTarget AWS API Documentation
|
4450
5185
|
#
|
4451
5186
|
class DynamoDBTarget < Struct.new(
|
4452
|
-
:path
|
5187
|
+
:path,
|
5188
|
+
:scan_all,
|
5189
|
+
:scan_rate)
|
5190
|
+
SENSITIVE = []
|
4453
5191
|
include Aws::Structure
|
4454
5192
|
end
|
4455
5193
|
|
@@ -4469,6 +5207,7 @@ module Aws::Glue
|
|
4469
5207
|
class Edge < Struct.new(
|
4470
5208
|
:source_id,
|
4471
5209
|
:destination_id)
|
5210
|
+
SENSITIVE = []
|
4472
5211
|
include Aws::Structure
|
4473
5212
|
end
|
4474
5213
|
|
@@ -4495,6 +5234,7 @@ module Aws::Glue
|
|
4495
5234
|
class EncryptionAtRest < Struct.new(
|
4496
5235
|
:catalog_encryption_mode,
|
4497
5236
|
:sse_aws_kms_key_id)
|
5237
|
+
SENSITIVE = []
|
4498
5238
|
include Aws::Structure
|
4499
5239
|
end
|
4500
5240
|
|
@@ -4539,6 +5279,7 @@ module Aws::Glue
|
|
4539
5279
|
:s3_encryption,
|
4540
5280
|
:cloud_watch_encryption,
|
4541
5281
|
:job_bookmarks_encryption)
|
5282
|
+
SENSITIVE = []
|
4542
5283
|
include Aws::Structure
|
4543
5284
|
end
|
4544
5285
|
|
@@ -4552,6 +5293,7 @@ module Aws::Glue
|
|
4552
5293
|
#
|
4553
5294
|
class EntityNotFoundException < Struct.new(
|
4554
5295
|
:message)
|
5296
|
+
SENSITIVE = []
|
4555
5297
|
include Aws::Structure
|
4556
5298
|
end
|
4557
5299
|
|
@@ -4570,6 +5312,7 @@ module Aws::Glue
|
|
4570
5312
|
class ErrorDetail < Struct.new(
|
4571
5313
|
:error_code,
|
4572
5314
|
:error_message)
|
5315
|
+
SENSITIVE = []
|
4573
5316
|
include Aws::Structure
|
4574
5317
|
end
|
4575
5318
|
|
@@ -4589,6 +5332,7 @@ module Aws::Glue
|
|
4589
5332
|
class EvaluationMetrics < Struct.new(
|
4590
5333
|
:transform_type,
|
4591
5334
|
:find_matches_metrics)
|
5335
|
+
SENSITIVE = []
|
4592
5336
|
include Aws::Structure
|
4593
5337
|
end
|
4594
5338
|
|
@@ -4611,6 +5355,7 @@ module Aws::Glue
|
|
4611
5355
|
#
|
4612
5356
|
class ExecutionProperty < Struct.new(
|
4613
5357
|
:max_concurrent_runs)
|
5358
|
+
SENSITIVE = []
|
4614
5359
|
include Aws::Structure
|
4615
5360
|
end
|
4616
5361
|
|
@@ -4625,6 +5370,7 @@ module Aws::Glue
|
|
4625
5370
|
#
|
4626
5371
|
class ExportLabelsTaskRunProperties < Struct.new(
|
4627
5372
|
:output_s3_path)
|
5373
|
+
SENSITIVE = []
|
4628
5374
|
include Aws::Structure
|
4629
5375
|
end
|
4630
5376
|
|
@@ -4703,6 +5449,7 @@ module Aws::Glue
|
|
4703
5449
|
:recall,
|
4704
5450
|
:f1,
|
4705
5451
|
:confusion_matrix)
|
5452
|
+
SENSITIVE = []
|
4706
5453
|
include Aws::Structure
|
4707
5454
|
end
|
4708
5455
|
|
@@ -4774,6 +5521,7 @@ module Aws::Glue
|
|
4774
5521
|
:precision_recall_tradeoff,
|
4775
5522
|
:accuracy_cost_tradeoff,
|
4776
5523
|
:enforce_provided_labels)
|
5524
|
+
SENSITIVE = []
|
4777
5525
|
include Aws::Structure
|
4778
5526
|
end
|
4779
5527
|
|
@@ -4797,6 +5545,7 @@ module Aws::Glue
|
|
4797
5545
|
:job_id,
|
4798
5546
|
:job_name,
|
4799
5547
|
:job_run_id)
|
5548
|
+
SENSITIVE = []
|
4800
5549
|
include Aws::Structure
|
4801
5550
|
end
|
4802
5551
|
|
@@ -4816,6 +5565,7 @@ module Aws::Glue
|
|
4816
5565
|
#
|
4817
5566
|
class GetCatalogImportStatusRequest < Struct.new(
|
4818
5567
|
:catalog_id)
|
5568
|
+
SENSITIVE = []
|
4819
5569
|
include Aws::Structure
|
4820
5570
|
end
|
4821
5571
|
|
@@ -4827,6 +5577,7 @@ module Aws::Glue
|
|
4827
5577
|
#
|
4828
5578
|
class GetCatalogImportStatusResponse < Struct.new(
|
4829
5579
|
:import_status)
|
5580
|
+
SENSITIVE = []
|
4830
5581
|
include Aws::Structure
|
4831
5582
|
end
|
4832
5583
|
|
@@ -4845,6 +5596,7 @@ module Aws::Glue
|
|
4845
5596
|
#
|
4846
5597
|
class GetClassifierRequest < Struct.new(
|
4847
5598
|
:name)
|
5599
|
+
SENSITIVE = []
|
4848
5600
|
include Aws::Structure
|
4849
5601
|
end
|
4850
5602
|
|
@@ -4856,6 +5608,7 @@ module Aws::Glue
|
|
4856
5608
|
#
|
4857
5609
|
class GetClassifierResponse < Struct.new(
|
4858
5610
|
:classifier)
|
5611
|
+
SENSITIVE = []
|
4859
5612
|
include Aws::Structure
|
4860
5613
|
end
|
4861
5614
|
|
@@ -4880,6 +5633,7 @@ module Aws::Glue
|
|
4880
5633
|
class GetClassifiersRequest < Struct.new(
|
4881
5634
|
:max_results,
|
4882
5635
|
:next_token)
|
5636
|
+
SENSITIVE = []
|
4883
5637
|
include Aws::Structure
|
4884
5638
|
end
|
4885
5639
|
|
@@ -4896,6 +5650,123 @@ module Aws::Glue
|
|
4896
5650
|
class GetClassifiersResponse < Struct.new(
|
4897
5651
|
:classifiers,
|
4898
5652
|
:next_token)
|
5653
|
+
SENSITIVE = []
|
5654
|
+
include Aws::Structure
|
5655
|
+
end
|
5656
|
+
|
5657
|
+
# @note When making an API call, you may pass GetColumnStatisticsForPartitionRequest
|
5658
|
+
# data as a hash:
|
5659
|
+
#
|
5660
|
+
# {
|
5661
|
+
# catalog_id: "CatalogIdString",
|
5662
|
+
# database_name: "NameString", # required
|
5663
|
+
# table_name: "NameString", # required
|
5664
|
+
# partition_values: ["ValueString"], # required
|
5665
|
+
# column_names: ["NameString"], # required
|
5666
|
+
# }
|
5667
|
+
#
|
5668
|
+
# @!attribute [rw] catalog_id
|
5669
|
+
# The ID of the Data Catalog where the partitions in question reside.
|
5670
|
+
# If none is supplied, the AWS account ID is used by default.
|
5671
|
+
# @return [String]
|
5672
|
+
#
|
5673
|
+
# @!attribute [rw] database_name
|
5674
|
+
# The name of the catalog database where the partitions reside.
|
5675
|
+
# @return [String]
|
5676
|
+
#
|
5677
|
+
# @!attribute [rw] table_name
|
5678
|
+
# The name of the partitions' table.
|
5679
|
+
# @return [String]
|
5680
|
+
#
|
5681
|
+
# @!attribute [rw] partition_values
|
5682
|
+
# A list of partition values identifying the partition.
|
5683
|
+
# @return [Array<String>]
|
5684
|
+
#
|
5685
|
+
# @!attribute [rw] column_names
|
5686
|
+
# A list of the column names.
|
5687
|
+
# @return [Array<String>]
|
5688
|
+
#
|
5689
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetColumnStatisticsForPartitionRequest AWS API Documentation
|
5690
|
+
#
|
5691
|
+
class GetColumnStatisticsForPartitionRequest < Struct.new(
|
5692
|
+
:catalog_id,
|
5693
|
+
:database_name,
|
5694
|
+
:table_name,
|
5695
|
+
:partition_values,
|
5696
|
+
:column_names)
|
5697
|
+
SENSITIVE = []
|
5698
|
+
include Aws::Structure
|
5699
|
+
end
|
5700
|
+
|
5701
|
+
# @!attribute [rw] column_statistics_list
|
5702
|
+
# List of ColumnStatistics that failed to be retrieved.
|
5703
|
+
# @return [Array<Types::ColumnStatistics>]
|
5704
|
+
#
|
5705
|
+
# @!attribute [rw] errors
|
5706
|
+
# Error occurred during retrieving column statistics data.
|
5707
|
+
# @return [Array<Types::ColumnError>]
|
5708
|
+
#
|
5709
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetColumnStatisticsForPartitionResponse AWS API Documentation
|
5710
|
+
#
|
5711
|
+
class GetColumnStatisticsForPartitionResponse < Struct.new(
|
5712
|
+
:column_statistics_list,
|
5713
|
+
:errors)
|
5714
|
+
SENSITIVE = []
|
5715
|
+
include Aws::Structure
|
5716
|
+
end
|
5717
|
+
|
5718
|
+
# @note When making an API call, you may pass GetColumnStatisticsForTableRequest
|
5719
|
+
# data as a hash:
|
5720
|
+
#
|
5721
|
+
# {
|
5722
|
+
# catalog_id: "CatalogIdString",
|
5723
|
+
# database_name: "NameString", # required
|
5724
|
+
# table_name: "NameString", # required
|
5725
|
+
# column_names: ["NameString"], # required
|
5726
|
+
# }
|
5727
|
+
#
|
5728
|
+
# @!attribute [rw] catalog_id
|
5729
|
+
# The ID of the Data Catalog where the partitions in question reside.
|
5730
|
+
# If none is supplied, the AWS account ID is used by default.
|
5731
|
+
# @return [String]
|
5732
|
+
#
|
5733
|
+
# @!attribute [rw] database_name
|
5734
|
+
# The name of the catalog database where the partitions reside.
|
5735
|
+
# @return [String]
|
5736
|
+
#
|
5737
|
+
# @!attribute [rw] table_name
|
5738
|
+
# The name of the partitions' table.
|
5739
|
+
# @return [String]
|
5740
|
+
#
|
5741
|
+
# @!attribute [rw] column_names
|
5742
|
+
# A list of the column names.
|
5743
|
+
# @return [Array<String>]
|
5744
|
+
#
|
5745
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetColumnStatisticsForTableRequest AWS API Documentation
|
5746
|
+
#
|
5747
|
+
class GetColumnStatisticsForTableRequest < Struct.new(
|
5748
|
+
:catalog_id,
|
5749
|
+
:database_name,
|
5750
|
+
:table_name,
|
5751
|
+
:column_names)
|
5752
|
+
SENSITIVE = []
|
5753
|
+
include Aws::Structure
|
5754
|
+
end
|
5755
|
+
|
5756
|
+
# @!attribute [rw] column_statistics_list
|
5757
|
+
# List of ColumnStatistics that failed to be retrieved.
|
5758
|
+
# @return [Array<Types::ColumnStatistics>]
|
5759
|
+
#
|
5760
|
+
# @!attribute [rw] errors
|
5761
|
+
# List of ColumnStatistics that failed to be retrieved.
|
5762
|
+
# @return [Array<Types::ColumnError>]
|
5763
|
+
#
|
5764
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetColumnStatisticsForTableResponse AWS API Documentation
|
5765
|
+
#
|
5766
|
+
class GetColumnStatisticsForTableResponse < Struct.new(
|
5767
|
+
:column_statistics_list,
|
5768
|
+
:errors)
|
5769
|
+
SENSITIVE = []
|
4899
5770
|
include Aws::Structure
|
4900
5771
|
end
|
4901
5772
|
|
@@ -4932,6 +5803,7 @@ module Aws::Glue
|
|
4932
5803
|
:catalog_id,
|
4933
5804
|
:name,
|
4934
5805
|
:hide_password)
|
5806
|
+
SENSITIVE = []
|
4935
5807
|
include Aws::Structure
|
4936
5808
|
end
|
4937
5809
|
|
@@ -4943,6 +5815,7 @@ module Aws::Glue
|
|
4943
5815
|
#
|
4944
5816
|
class GetConnectionResponse < Struct.new(
|
4945
5817
|
:connection)
|
5818
|
+
SENSITIVE = []
|
4946
5819
|
include Aws::Structure
|
4947
5820
|
end
|
4948
5821
|
|
@@ -4963,8 +5836,7 @@ module Aws::Glue
|
|
4963
5836
|
# @return [Array<String>]
|
4964
5837
|
#
|
4965
5838
|
# @!attribute [rw] connection_type
|
4966
|
-
# The type of connections to return. Currently,
|
4967
|
-
# supported; SFTP is not supported.
|
5839
|
+
# The type of connections to return. Currently, SFTP is not supported.
|
4968
5840
|
# @return [String]
|
4969
5841
|
#
|
4970
5842
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetConnectionsFilter AWS API Documentation
|
@@ -4972,6 +5844,7 @@ module Aws::Glue
|
|
4972
5844
|
class GetConnectionsFilter < Struct.new(
|
4973
5845
|
:match_criteria,
|
4974
5846
|
:connection_type)
|
5847
|
+
SENSITIVE = []
|
4975
5848
|
include Aws::Structure
|
4976
5849
|
end
|
4977
5850
|
|
@@ -5023,6 +5896,7 @@ module Aws::Glue
|
|
5023
5896
|
:hide_password,
|
5024
5897
|
:next_token,
|
5025
5898
|
:max_results)
|
5899
|
+
SENSITIVE = []
|
5026
5900
|
include Aws::Structure
|
5027
5901
|
end
|
5028
5902
|
|
@@ -5040,6 +5914,7 @@ module Aws::Glue
|
|
5040
5914
|
class GetConnectionsResponse < Struct.new(
|
5041
5915
|
:connection_list,
|
5042
5916
|
:next_token)
|
5917
|
+
SENSITIVE = []
|
5043
5918
|
include Aws::Structure
|
5044
5919
|
end
|
5045
5920
|
|
@@ -5070,6 +5945,7 @@ module Aws::Glue
|
|
5070
5945
|
:crawler_name_list,
|
5071
5946
|
:max_results,
|
5072
5947
|
:next_token)
|
5948
|
+
SENSITIVE = []
|
5073
5949
|
include Aws::Structure
|
5074
5950
|
end
|
5075
5951
|
|
@@ -5087,6 +5963,7 @@ module Aws::Glue
|
|
5087
5963
|
class GetCrawlerMetricsResponse < Struct.new(
|
5088
5964
|
:crawler_metrics_list,
|
5089
5965
|
:next_token)
|
5966
|
+
SENSITIVE = []
|
5090
5967
|
include Aws::Structure
|
5091
5968
|
end
|
5092
5969
|
|
@@ -5105,6 +5982,7 @@ module Aws::Glue
|
|
5105
5982
|
#
|
5106
5983
|
class GetCrawlerRequest < Struct.new(
|
5107
5984
|
:name)
|
5985
|
+
SENSITIVE = []
|
5108
5986
|
include Aws::Structure
|
5109
5987
|
end
|
5110
5988
|
|
@@ -5116,6 +5994,7 @@ module Aws::Glue
|
|
5116
5994
|
#
|
5117
5995
|
class GetCrawlerResponse < Struct.new(
|
5118
5996
|
:crawler)
|
5997
|
+
SENSITIVE = []
|
5119
5998
|
include Aws::Structure
|
5120
5999
|
end
|
5121
6000
|
|
@@ -5140,6 +6019,7 @@ module Aws::Glue
|
|
5140
6019
|
class GetCrawlersRequest < Struct.new(
|
5141
6020
|
:max_results,
|
5142
6021
|
:next_token)
|
6022
|
+
SENSITIVE = []
|
5143
6023
|
include Aws::Structure
|
5144
6024
|
end
|
5145
6025
|
|
@@ -5157,6 +6037,7 @@ module Aws::Glue
|
|
5157
6037
|
class GetCrawlersResponse < Struct.new(
|
5158
6038
|
:crawlers,
|
5159
6039
|
:next_token)
|
6040
|
+
SENSITIVE = []
|
5160
6041
|
include Aws::Structure
|
5161
6042
|
end
|
5162
6043
|
|
@@ -5176,6 +6057,7 @@ module Aws::Glue
|
|
5176
6057
|
#
|
5177
6058
|
class GetDataCatalogEncryptionSettingsRequest < Struct.new(
|
5178
6059
|
:catalog_id)
|
6060
|
+
SENSITIVE = []
|
5179
6061
|
include Aws::Structure
|
5180
6062
|
end
|
5181
6063
|
|
@@ -5187,6 +6069,7 @@ module Aws::Glue
|
|
5187
6069
|
#
|
5188
6070
|
class GetDataCatalogEncryptionSettingsResponse < Struct.new(
|
5189
6071
|
:data_catalog_encryption_settings)
|
6072
|
+
SENSITIVE = []
|
5190
6073
|
include Aws::Structure
|
5191
6074
|
end
|
5192
6075
|
|
@@ -5213,6 +6096,7 @@ module Aws::Glue
|
|
5213
6096
|
class GetDatabaseRequest < Struct.new(
|
5214
6097
|
:catalog_id,
|
5215
6098
|
:name)
|
6099
|
+
SENSITIVE = []
|
5216
6100
|
include Aws::Structure
|
5217
6101
|
end
|
5218
6102
|
|
@@ -5224,6 +6108,7 @@ module Aws::Glue
|
|
5224
6108
|
#
|
5225
6109
|
class GetDatabaseResponse < Struct.new(
|
5226
6110
|
:database)
|
6111
|
+
SENSITIVE = []
|
5227
6112
|
include Aws::Structure
|
5228
6113
|
end
|
5229
6114
|
|
@@ -5234,6 +6119,7 @@ module Aws::Glue
|
|
5234
6119
|
# catalog_id: "CatalogIdString",
|
5235
6120
|
# next_token: "Token",
|
5236
6121
|
# max_results: 1,
|
6122
|
+
# resource_share_type: "FOREIGN", # accepts FOREIGN, ALL
|
5237
6123
|
# }
|
5238
6124
|
#
|
5239
6125
|
# @!attribute [rw] catalog_id
|
@@ -5249,12 +6135,25 @@ module Aws::Glue
|
|
5249
6135
|
# The maximum number of databases to return in one response.
|
5250
6136
|
# @return [Integer]
|
5251
6137
|
#
|
6138
|
+
# @!attribute [rw] resource_share_type
|
6139
|
+
# Allows you to specify that you want to list the databases shared
|
6140
|
+
# with your account. The allowable values are `FOREIGN` or `ALL`.
|
6141
|
+
#
|
6142
|
+
# * If set to `FOREIGN`, will list the databases shared with your
|
6143
|
+
# account.
|
6144
|
+
#
|
6145
|
+
# * If set to `ALL`, will list the databases shared with your account,
|
6146
|
+
# as well as the databases in yor local account.
|
6147
|
+
# @return [String]
|
6148
|
+
#
|
5252
6149
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDatabasesRequest AWS API Documentation
|
5253
6150
|
#
|
5254
6151
|
class GetDatabasesRequest < Struct.new(
|
5255
6152
|
:catalog_id,
|
5256
6153
|
:next_token,
|
5257
|
-
:max_results
|
6154
|
+
:max_results,
|
6155
|
+
:resource_share_type)
|
6156
|
+
SENSITIVE = []
|
5258
6157
|
include Aws::Structure
|
5259
6158
|
end
|
5260
6159
|
|
@@ -5272,6 +6171,7 @@ module Aws::Glue
|
|
5272
6171
|
class GetDatabasesResponse < Struct.new(
|
5273
6172
|
:database_list,
|
5274
6173
|
:next_token)
|
6174
|
+
SENSITIVE = []
|
5275
6175
|
include Aws::Structure
|
5276
6176
|
end
|
5277
6177
|
|
@@ -5290,6 +6190,7 @@ module Aws::Glue
|
|
5290
6190
|
#
|
5291
6191
|
class GetDataflowGraphRequest < Struct.new(
|
5292
6192
|
:python_script)
|
6193
|
+
SENSITIVE = []
|
5293
6194
|
include Aws::Structure
|
5294
6195
|
end
|
5295
6196
|
|
@@ -5306,6 +6207,7 @@ module Aws::Glue
|
|
5306
6207
|
class GetDataflowGraphResponse < Struct.new(
|
5307
6208
|
:dag_nodes,
|
5308
6209
|
:dag_edges)
|
6210
|
+
SENSITIVE = []
|
5309
6211
|
include Aws::Structure
|
5310
6212
|
end
|
5311
6213
|
|
@@ -5324,6 +6226,7 @@ module Aws::Glue
|
|
5324
6226
|
#
|
5325
6227
|
class GetDevEndpointRequest < Struct.new(
|
5326
6228
|
:endpoint_name)
|
6229
|
+
SENSITIVE = []
|
5327
6230
|
include Aws::Structure
|
5328
6231
|
end
|
5329
6232
|
|
@@ -5335,6 +6238,7 @@ module Aws::Glue
|
|
5335
6238
|
#
|
5336
6239
|
class GetDevEndpointResponse < Struct.new(
|
5337
6240
|
:dev_endpoint)
|
6241
|
+
SENSITIVE = []
|
5338
6242
|
include Aws::Structure
|
5339
6243
|
end
|
5340
6244
|
|
@@ -5359,6 +6263,7 @@ module Aws::Glue
|
|
5359
6263
|
class GetDevEndpointsRequest < Struct.new(
|
5360
6264
|
:max_results,
|
5361
6265
|
:next_token)
|
6266
|
+
SENSITIVE = []
|
5362
6267
|
include Aws::Structure
|
5363
6268
|
end
|
5364
6269
|
|
@@ -5376,6 +6281,7 @@ module Aws::Glue
|
|
5376
6281
|
class GetDevEndpointsResponse < Struct.new(
|
5377
6282
|
:dev_endpoints,
|
5378
6283
|
:next_token)
|
6284
|
+
SENSITIVE = []
|
5379
6285
|
include Aws::Structure
|
5380
6286
|
end
|
5381
6287
|
|
@@ -5400,6 +6306,7 @@ module Aws::Glue
|
|
5400
6306
|
class GetJobBookmarkRequest < Struct.new(
|
5401
6307
|
:job_name,
|
5402
6308
|
:run_id)
|
6309
|
+
SENSITIVE = []
|
5403
6310
|
include Aws::Structure
|
5404
6311
|
end
|
5405
6312
|
|
@@ -5411,6 +6318,7 @@ module Aws::Glue
|
|
5411
6318
|
#
|
5412
6319
|
class GetJobBookmarkResponse < Struct.new(
|
5413
6320
|
:job_bookmark_entry)
|
6321
|
+
SENSITIVE = []
|
5414
6322
|
include Aws::Structure
|
5415
6323
|
end
|
5416
6324
|
|
@@ -5429,6 +6337,7 @@ module Aws::Glue
|
|
5429
6337
|
#
|
5430
6338
|
class GetJobRequest < Struct.new(
|
5431
6339
|
:job_name)
|
6340
|
+
SENSITIVE = []
|
5432
6341
|
include Aws::Structure
|
5433
6342
|
end
|
5434
6343
|
|
@@ -5440,6 +6349,7 @@ module Aws::Glue
|
|
5440
6349
|
#
|
5441
6350
|
class GetJobResponse < Struct.new(
|
5442
6351
|
:job)
|
6352
|
+
SENSITIVE = []
|
5443
6353
|
include Aws::Structure
|
5444
6354
|
end
|
5445
6355
|
|
@@ -5470,6 +6380,7 @@ module Aws::Glue
|
|
5470
6380
|
:job_name,
|
5471
6381
|
:run_id,
|
5472
6382
|
:predecessors_included)
|
6383
|
+
SENSITIVE = []
|
5473
6384
|
include Aws::Structure
|
5474
6385
|
end
|
5475
6386
|
|
@@ -5481,6 +6392,7 @@ module Aws::Glue
|
|
5481
6392
|
#
|
5482
6393
|
class GetJobRunResponse < Struct.new(
|
5483
6394
|
:job_run)
|
6395
|
+
SENSITIVE = []
|
5484
6396
|
include Aws::Structure
|
5485
6397
|
end
|
5486
6398
|
|
@@ -5511,6 +6423,7 @@ module Aws::Glue
|
|
5511
6423
|
:job_name,
|
5512
6424
|
:next_token,
|
5513
6425
|
:max_results)
|
6426
|
+
SENSITIVE = []
|
5514
6427
|
include Aws::Structure
|
5515
6428
|
end
|
5516
6429
|
|
@@ -5528,6 +6441,7 @@ module Aws::Glue
|
|
5528
6441
|
class GetJobRunsResponse < Struct.new(
|
5529
6442
|
:job_runs,
|
5530
6443
|
:next_token)
|
6444
|
+
SENSITIVE = []
|
5531
6445
|
include Aws::Structure
|
5532
6446
|
end
|
5533
6447
|
|
@@ -5552,6 +6466,7 @@ module Aws::Glue
|
|
5552
6466
|
class GetJobsRequest < Struct.new(
|
5553
6467
|
:next_token,
|
5554
6468
|
:max_results)
|
6469
|
+
SENSITIVE = []
|
5555
6470
|
include Aws::Structure
|
5556
6471
|
end
|
5557
6472
|
|
@@ -5569,6 +6484,7 @@ module Aws::Glue
|
|
5569
6484
|
class GetJobsResponse < Struct.new(
|
5570
6485
|
:jobs,
|
5571
6486
|
:next_token)
|
6487
|
+
SENSITIVE = []
|
5572
6488
|
include Aws::Structure
|
5573
6489
|
end
|
5574
6490
|
|
@@ -5593,6 +6509,7 @@ module Aws::Glue
|
|
5593
6509
|
class GetMLTaskRunRequest < Struct.new(
|
5594
6510
|
:transform_id,
|
5595
6511
|
:task_run_id)
|
6512
|
+
SENSITIVE = []
|
5596
6513
|
include Aws::Structure
|
5597
6514
|
end
|
5598
6515
|
|
@@ -5650,6 +6567,7 @@ module Aws::Glue
|
|
5650
6567
|
:last_modified_on,
|
5651
6568
|
:completed_on,
|
5652
6569
|
:execution_time)
|
6570
|
+
SENSITIVE = []
|
5653
6571
|
include Aws::Structure
|
5654
6572
|
end
|
5655
6573
|
|
@@ -5702,6 +6620,7 @@ module Aws::Glue
|
|
5702
6620
|
:max_results,
|
5703
6621
|
:filter,
|
5704
6622
|
:sort)
|
6623
|
+
SENSITIVE = []
|
5705
6624
|
include Aws::Structure
|
5706
6625
|
end
|
5707
6626
|
|
@@ -5718,6 +6637,7 @@ module Aws::Glue
|
|
5718
6637
|
class GetMLTaskRunsResponse < Struct.new(
|
5719
6638
|
:task_runs,
|
5720
6639
|
:next_token)
|
6640
|
+
SENSITIVE = []
|
5721
6641
|
include Aws::Structure
|
5722
6642
|
end
|
5723
6643
|
|
@@ -5737,6 +6657,7 @@ module Aws::Glue
|
|
5737
6657
|
#
|
5738
6658
|
class GetMLTransformRequest < Struct.new(
|
5739
6659
|
:transform_id)
|
6660
|
+
SENSITIVE = []
|
5740
6661
|
include Aws::Structure
|
5741
6662
|
end
|
5742
6663
|
|
@@ -5873,6 +6794,7 @@ module Aws::Glue
|
|
5873
6794
|
:number_of_workers,
|
5874
6795
|
:timeout,
|
5875
6796
|
:max_retries)
|
6797
|
+
SENSITIVE = []
|
5876
6798
|
include Aws::Structure
|
5877
6799
|
end
|
5878
6800
|
|
@@ -5927,6 +6849,7 @@ module Aws::Glue
|
|
5927
6849
|
:max_results,
|
5928
6850
|
:filter,
|
5929
6851
|
:sort)
|
6852
|
+
SENSITIVE = []
|
5930
6853
|
include Aws::Structure
|
5931
6854
|
end
|
5932
6855
|
|
@@ -5943,6 +6866,7 @@ module Aws::Glue
|
|
5943
6866
|
class GetMLTransformsResponse < Struct.new(
|
5944
6867
|
:transforms,
|
5945
6868
|
:next_token)
|
6869
|
+
SENSITIVE = []
|
5946
6870
|
include Aws::Structure
|
5947
6871
|
end
|
5948
6872
|
|
@@ -6003,6 +6927,7 @@ module Aws::Glue
|
|
6003
6927
|
:source,
|
6004
6928
|
:sinks,
|
6005
6929
|
:location)
|
6930
|
+
SENSITIVE = []
|
6006
6931
|
include Aws::Structure
|
6007
6932
|
end
|
6008
6933
|
|
@@ -6014,6 +6939,7 @@ module Aws::Glue
|
|
6014
6939
|
#
|
6015
6940
|
class GetMappingResponse < Struct.new(
|
6016
6941
|
:mapping)
|
6942
|
+
SENSITIVE = []
|
6017
6943
|
include Aws::Structure
|
6018
6944
|
end
|
6019
6945
|
|
@@ -6051,6 +6977,7 @@ module Aws::Glue
|
|
6051
6977
|
:database_name,
|
6052
6978
|
:table_name,
|
6053
6979
|
:partition_values)
|
6980
|
+
SENSITIVE = []
|
6054
6981
|
include Aws::Structure
|
6055
6982
|
end
|
6056
6983
|
|
@@ -6062,6 +6989,7 @@ module Aws::Glue
|
|
6062
6989
|
#
|
6063
6990
|
class GetPartitionResponse < Struct.new(
|
6064
6991
|
:partition)
|
6992
|
+
SENSITIVE = []
|
6065
6993
|
include Aws::Structure
|
6066
6994
|
end
|
6067
6995
|
|
@@ -6214,6 +7142,7 @@ module Aws::Glue
|
|
6214
7142
|
:next_token,
|
6215
7143
|
:segment,
|
6216
7144
|
:max_results)
|
7145
|
+
SENSITIVE = []
|
6217
7146
|
include Aws::Structure
|
6218
7147
|
end
|
6219
7148
|
|
@@ -6231,6 +7160,7 @@ module Aws::Glue
|
|
6231
7160
|
class GetPartitionsResponse < Struct.new(
|
6232
7161
|
:partitions,
|
6233
7162
|
:next_token)
|
7163
|
+
SENSITIVE = []
|
6234
7164
|
include Aws::Structure
|
6235
7165
|
end
|
6236
7166
|
|
@@ -6312,6 +7242,7 @@ module Aws::Glue
|
|
6312
7242
|
:sinks,
|
6313
7243
|
:location,
|
6314
7244
|
:language)
|
7245
|
+
SENSITIVE = []
|
6315
7246
|
include Aws::Structure
|
6316
7247
|
end
|
6317
7248
|
|
@@ -6323,20 +7254,84 @@ module Aws::Glue
|
|
6323
7254
|
# The Scala code to perform the mapping.
|
6324
7255
|
# @return [String]
|
6325
7256
|
#
|
6326
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetPlanResponse AWS API Documentation
|
7257
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetPlanResponse AWS API Documentation
|
7258
|
+
#
|
7259
|
+
class GetPlanResponse < Struct.new(
|
7260
|
+
:python_script,
|
7261
|
+
:scala_code)
|
7262
|
+
SENSITIVE = []
|
7263
|
+
include Aws::Structure
|
7264
|
+
end
|
7265
|
+
|
7266
|
+
# @note When making an API call, you may pass GetResourcePoliciesRequest
|
7267
|
+
# data as a hash:
|
7268
|
+
#
|
7269
|
+
# {
|
7270
|
+
# next_token: "Token",
|
7271
|
+
# max_results: 1,
|
7272
|
+
# }
|
7273
|
+
#
|
7274
|
+
# @!attribute [rw] next_token
|
7275
|
+
# A continuation token, if this is a continuation request.
|
7276
|
+
# @return [String]
|
7277
|
+
#
|
7278
|
+
# @!attribute [rw] max_results
|
7279
|
+
# The maximum size of a list to return.
|
7280
|
+
# @return [Integer]
|
7281
|
+
#
|
7282
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetResourcePoliciesRequest AWS API Documentation
|
7283
|
+
#
|
7284
|
+
class GetResourcePoliciesRequest < Struct.new(
|
7285
|
+
:next_token,
|
7286
|
+
:max_results)
|
7287
|
+
SENSITIVE = []
|
7288
|
+
include Aws::Structure
|
7289
|
+
end
|
7290
|
+
|
7291
|
+
# @!attribute [rw] get_resource_policies_response_list
|
7292
|
+
# A list of the individual resource policies and the account-level
|
7293
|
+
# resource policy.
|
7294
|
+
# @return [Array<Types::GluePolicy>]
|
7295
|
+
#
|
7296
|
+
# @!attribute [rw] next_token
|
7297
|
+
# A continuation token, if the returned list does not contain the last
|
7298
|
+
# resource policy available.
|
7299
|
+
# @return [String]
|
7300
|
+
#
|
7301
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetResourcePoliciesResponse AWS API Documentation
|
7302
|
+
#
|
7303
|
+
class GetResourcePoliciesResponse < Struct.new(
|
7304
|
+
:get_resource_policies_response_list,
|
7305
|
+
:next_token)
|
7306
|
+
SENSITIVE = []
|
7307
|
+
include Aws::Structure
|
7308
|
+
end
|
7309
|
+
|
7310
|
+
# @note When making an API call, you may pass GetResourcePolicyRequest
|
7311
|
+
# data as a hash:
|
7312
|
+
#
|
7313
|
+
# {
|
7314
|
+
# resource_arn: "GlueResourceArn",
|
7315
|
+
# }
|
7316
|
+
#
|
7317
|
+
# @!attribute [rw] resource_arn
|
7318
|
+
# The ARN of the AWS Glue resource for the resource policy to be
|
7319
|
+
# retrieved. For more information about AWS Glue resource ARNs, see
|
7320
|
+
# the [AWS Glue ARN string pattern][1]
|
7321
|
+
#
|
7322
|
+
#
|
7323
|
+
#
|
7324
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-aws-glue-arn-id
|
7325
|
+
# @return [String]
|
7326
|
+
#
|
7327
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetResourcePolicyRequest AWS API Documentation
|
6327
7328
|
#
|
6328
|
-
class
|
6329
|
-
:
|
6330
|
-
|
7329
|
+
class GetResourcePolicyRequest < Struct.new(
|
7330
|
+
:resource_arn)
|
7331
|
+
SENSITIVE = []
|
6331
7332
|
include Aws::Structure
|
6332
7333
|
end
|
6333
7334
|
|
6334
|
-
# @api private
|
6335
|
-
#
|
6336
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetResourcePolicyRequest AWS API Documentation
|
6337
|
-
#
|
6338
|
-
class GetResourcePolicyRequest < Aws::EmptyStructure; end
|
6339
|
-
|
6340
7335
|
# @!attribute [rw] policy_in_json
|
6341
7336
|
# Contains the requested policy document, in JSON format.
|
6342
7337
|
# @return [String]
|
@@ -6360,6 +7355,7 @@ module Aws::Glue
|
|
6360
7355
|
:policy_hash,
|
6361
7356
|
:create_time,
|
6362
7357
|
:update_time)
|
7358
|
+
SENSITIVE = []
|
6363
7359
|
include Aws::Structure
|
6364
7360
|
end
|
6365
7361
|
|
@@ -6378,6 +7374,7 @@ module Aws::Glue
|
|
6378
7374
|
#
|
6379
7375
|
class GetSecurityConfigurationRequest < Struct.new(
|
6380
7376
|
:name)
|
7377
|
+
SENSITIVE = []
|
6381
7378
|
include Aws::Structure
|
6382
7379
|
end
|
6383
7380
|
|
@@ -6389,6 +7386,7 @@ module Aws::Glue
|
|
6389
7386
|
#
|
6390
7387
|
class GetSecurityConfigurationResponse < Struct.new(
|
6391
7388
|
:security_configuration)
|
7389
|
+
SENSITIVE = []
|
6392
7390
|
include Aws::Structure
|
6393
7391
|
end
|
6394
7392
|
|
@@ -6413,6 +7411,7 @@ module Aws::Glue
|
|
6413
7411
|
class GetSecurityConfigurationsRequest < Struct.new(
|
6414
7412
|
:max_results,
|
6415
7413
|
:next_token)
|
7414
|
+
SENSITIVE = []
|
6416
7415
|
include Aws::Structure
|
6417
7416
|
end
|
6418
7417
|
|
@@ -6430,6 +7429,7 @@ module Aws::Glue
|
|
6430
7429
|
class GetSecurityConfigurationsResponse < Struct.new(
|
6431
7430
|
:security_configurations,
|
6432
7431
|
:next_token)
|
7432
|
+
SENSITIVE = []
|
6433
7433
|
include Aws::Structure
|
6434
7434
|
end
|
6435
7435
|
|
@@ -6463,6 +7463,7 @@ module Aws::Glue
|
|
6463
7463
|
:catalog_id,
|
6464
7464
|
:database_name,
|
6465
7465
|
:name)
|
7466
|
+
SENSITIVE = []
|
6466
7467
|
include Aws::Structure
|
6467
7468
|
end
|
6468
7469
|
|
@@ -6474,6 +7475,7 @@ module Aws::Glue
|
|
6474
7475
|
#
|
6475
7476
|
class GetTableResponse < Struct.new(
|
6476
7477
|
:table)
|
7478
|
+
SENSITIVE = []
|
6477
7479
|
include Aws::Structure
|
6478
7480
|
end
|
6479
7481
|
|
@@ -6515,6 +7517,7 @@ module Aws::Glue
|
|
6515
7517
|
:database_name,
|
6516
7518
|
:table_name,
|
6517
7519
|
:version_id)
|
7520
|
+
SENSITIVE = []
|
6518
7521
|
include Aws::Structure
|
6519
7522
|
end
|
6520
7523
|
|
@@ -6526,6 +7529,7 @@ module Aws::Glue
|
|
6526
7529
|
#
|
6527
7530
|
class GetTableVersionResponse < Struct.new(
|
6528
7531
|
:table_version)
|
7532
|
+
SENSITIVE = []
|
6529
7533
|
include Aws::Structure
|
6530
7534
|
end
|
6531
7535
|
|
@@ -6571,6 +7575,7 @@ module Aws::Glue
|
|
6571
7575
|
:table_name,
|
6572
7576
|
:next_token,
|
6573
7577
|
:max_results)
|
7578
|
+
SENSITIVE = []
|
6574
7579
|
include Aws::Structure
|
6575
7580
|
end
|
6576
7581
|
|
@@ -6589,6 +7594,7 @@ module Aws::Glue
|
|
6589
7594
|
class GetTableVersionsResponse < Struct.new(
|
6590
7595
|
:table_versions,
|
6591
7596
|
:next_token)
|
7597
|
+
SENSITIVE = []
|
6592
7598
|
include Aws::Structure
|
6593
7599
|
end
|
6594
7600
|
|
@@ -6634,6 +7640,7 @@ module Aws::Glue
|
|
6634
7640
|
:expression,
|
6635
7641
|
:next_token,
|
6636
7642
|
:max_results)
|
7643
|
+
SENSITIVE = []
|
6637
7644
|
include Aws::Structure
|
6638
7645
|
end
|
6639
7646
|
|
@@ -6651,6 +7658,7 @@ module Aws::Glue
|
|
6651
7658
|
class GetTablesResponse < Struct.new(
|
6652
7659
|
:table_list,
|
6653
7660
|
:next_token)
|
7661
|
+
SENSITIVE = []
|
6654
7662
|
include Aws::Structure
|
6655
7663
|
end
|
6656
7664
|
|
@@ -6670,6 +7678,7 @@ module Aws::Glue
|
|
6670
7678
|
#
|
6671
7679
|
class GetTagsRequest < Struct.new(
|
6672
7680
|
:resource_arn)
|
7681
|
+
SENSITIVE = []
|
6673
7682
|
include Aws::Structure
|
6674
7683
|
end
|
6675
7684
|
|
@@ -6681,6 +7690,7 @@ module Aws::Glue
|
|
6681
7690
|
#
|
6682
7691
|
class GetTagsResponse < Struct.new(
|
6683
7692
|
:tags)
|
7693
|
+
SENSITIVE = []
|
6684
7694
|
include Aws::Structure
|
6685
7695
|
end
|
6686
7696
|
|
@@ -6699,6 +7709,7 @@ module Aws::Glue
|
|
6699
7709
|
#
|
6700
7710
|
class GetTriggerRequest < Struct.new(
|
6701
7711
|
:name)
|
7712
|
+
SENSITIVE = []
|
6702
7713
|
include Aws::Structure
|
6703
7714
|
end
|
6704
7715
|
|
@@ -6710,6 +7721,7 @@ module Aws::Glue
|
|
6710
7721
|
#
|
6711
7722
|
class GetTriggerResponse < Struct.new(
|
6712
7723
|
:trigger)
|
7724
|
+
SENSITIVE = []
|
6713
7725
|
include Aws::Structure
|
6714
7726
|
end
|
6715
7727
|
|
@@ -6742,6 +7754,7 @@ module Aws::Glue
|
|
6742
7754
|
:next_token,
|
6743
7755
|
:dependent_job_name,
|
6744
7756
|
:max_results)
|
7757
|
+
SENSITIVE = []
|
6745
7758
|
include Aws::Structure
|
6746
7759
|
end
|
6747
7760
|
|
@@ -6759,6 +7772,7 @@ module Aws::Glue
|
|
6759
7772
|
class GetTriggersResponse < Struct.new(
|
6760
7773
|
:triggers,
|
6761
7774
|
:next_token)
|
7775
|
+
SENSITIVE = []
|
6762
7776
|
include Aws::Structure
|
6763
7777
|
end
|
6764
7778
|
|
@@ -6790,6 +7804,7 @@ module Aws::Glue
|
|
6790
7804
|
:catalog_id,
|
6791
7805
|
:database_name,
|
6792
7806
|
:function_name)
|
7807
|
+
SENSITIVE = []
|
6793
7808
|
include Aws::Structure
|
6794
7809
|
end
|
6795
7810
|
|
@@ -6801,6 +7816,7 @@ module Aws::Glue
|
|
6801
7816
|
#
|
6802
7817
|
class GetUserDefinedFunctionResponse < Struct.new(
|
6803
7818
|
:user_defined_function)
|
7819
|
+
SENSITIVE = []
|
6804
7820
|
include Aws::Structure
|
6805
7821
|
end
|
6806
7822
|
|
@@ -6847,6 +7863,7 @@ module Aws::Glue
|
|
6847
7863
|
:pattern,
|
6848
7864
|
:next_token,
|
6849
7865
|
:max_results)
|
7866
|
+
SENSITIVE = []
|
6850
7867
|
include Aws::Structure
|
6851
7868
|
end
|
6852
7869
|
|
@@ -6864,6 +7881,7 @@ module Aws::Glue
|
|
6864
7881
|
class GetUserDefinedFunctionsResponse < Struct.new(
|
6865
7882
|
:user_defined_functions,
|
6866
7883
|
:next_token)
|
7884
|
+
SENSITIVE = []
|
6867
7885
|
include Aws::Structure
|
6868
7886
|
end
|
6869
7887
|
|
@@ -6889,6 +7907,7 @@ module Aws::Glue
|
|
6889
7907
|
class GetWorkflowRequest < Struct.new(
|
6890
7908
|
:name,
|
6891
7909
|
:include_graph)
|
7910
|
+
SENSITIVE = []
|
6892
7911
|
include Aws::Structure
|
6893
7912
|
end
|
6894
7913
|
|
@@ -6900,6 +7919,7 @@ module Aws::Glue
|
|
6900
7919
|
#
|
6901
7920
|
class GetWorkflowResponse < Struct.new(
|
6902
7921
|
:workflow)
|
7922
|
+
SENSITIVE = []
|
6903
7923
|
include Aws::Structure
|
6904
7924
|
end
|
6905
7925
|
|
@@ -6924,6 +7944,7 @@ module Aws::Glue
|
|
6924
7944
|
class GetWorkflowRunPropertiesRequest < Struct.new(
|
6925
7945
|
:name,
|
6926
7946
|
:run_id)
|
7947
|
+
SENSITIVE = []
|
6927
7948
|
include Aws::Structure
|
6928
7949
|
end
|
6929
7950
|
|
@@ -6935,6 +7956,7 @@ module Aws::Glue
|
|
6935
7956
|
#
|
6936
7957
|
class GetWorkflowRunPropertiesResponse < Struct.new(
|
6937
7958
|
:run_properties)
|
7959
|
+
SENSITIVE = []
|
6938
7960
|
include Aws::Structure
|
6939
7961
|
end
|
6940
7962
|
|
@@ -6965,6 +7987,7 @@ module Aws::Glue
|
|
6965
7987
|
:name,
|
6966
7988
|
:run_id,
|
6967
7989
|
:include_graph)
|
7990
|
+
SENSITIVE = []
|
6968
7991
|
include Aws::Structure
|
6969
7992
|
end
|
6970
7993
|
|
@@ -6976,6 +7999,7 @@ module Aws::Glue
|
|
6976
7999
|
#
|
6977
8000
|
class GetWorkflowRunResponse < Struct.new(
|
6978
8001
|
:run)
|
8002
|
+
SENSITIVE = []
|
6979
8003
|
include Aws::Structure
|
6980
8004
|
end
|
6981
8005
|
|
@@ -7012,6 +8036,7 @@ module Aws::Glue
|
|
7012
8036
|
:include_graph,
|
7013
8037
|
:next_token,
|
7014
8038
|
:max_results)
|
8039
|
+
SENSITIVE = []
|
7015
8040
|
include Aws::Structure
|
7016
8041
|
end
|
7017
8042
|
|
@@ -7029,6 +8054,7 @@ module Aws::Glue
|
|
7029
8054
|
class GetWorkflowRunsResponse < Struct.new(
|
7030
8055
|
:runs,
|
7031
8056
|
:next_token)
|
8057
|
+
SENSITIVE = []
|
7032
8058
|
include Aws::Structure
|
7033
8059
|
end
|
7034
8060
|
|
@@ -7042,6 +8068,36 @@ module Aws::Glue
|
|
7042
8068
|
#
|
7043
8069
|
class GlueEncryptionException < Struct.new(
|
7044
8070
|
:message)
|
8071
|
+
SENSITIVE = []
|
8072
|
+
include Aws::Structure
|
8073
|
+
end
|
8074
|
+
|
8075
|
+
# A structure for returning a resource policy.
|
8076
|
+
#
|
8077
|
+
# @!attribute [rw] policy_in_json
|
8078
|
+
# Contains the requested policy document, in JSON format.
|
8079
|
+
# @return [String]
|
8080
|
+
#
|
8081
|
+
# @!attribute [rw] policy_hash
|
8082
|
+
# Contains the hash value associated with this policy.
|
8083
|
+
# @return [String]
|
8084
|
+
#
|
8085
|
+
# @!attribute [rw] create_time
|
8086
|
+
# The date and time at which the policy was created.
|
8087
|
+
# @return [Time]
|
8088
|
+
#
|
8089
|
+
# @!attribute [rw] update_time
|
8090
|
+
# The date and time at which the policy was last updated.
|
8091
|
+
# @return [Time]
|
8092
|
+
#
|
8093
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GluePolicy AWS API Documentation
|
8094
|
+
#
|
8095
|
+
class GluePolicy < Struct.new(
|
8096
|
+
:policy_in_json,
|
8097
|
+
:policy_hash,
|
8098
|
+
:create_time,
|
8099
|
+
:update_time)
|
8100
|
+
SENSITIVE = []
|
7045
8101
|
include Aws::Structure
|
7046
8102
|
end
|
7047
8103
|
|
@@ -7081,6 +8137,7 @@ module Aws::Glue
|
|
7081
8137
|
:table_name,
|
7082
8138
|
:catalog_id,
|
7083
8139
|
:connection_name)
|
8140
|
+
SENSITIVE = []
|
7084
8141
|
include Aws::Structure
|
7085
8142
|
end
|
7086
8143
|
|
@@ -7114,7 +8171,7 @@ module Aws::Glue
|
|
7114
8171
|
#
|
7115
8172
|
#
|
7116
8173
|
#
|
7117
|
-
# [1]:
|
8174
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html
|
7118
8175
|
# @return [String]
|
7119
8176
|
#
|
7120
8177
|
# @!attribute [rw] custom_patterns
|
@@ -7123,7 +8180,7 @@ module Aws::Glue
|
|
7123
8180
|
#
|
7124
8181
|
#
|
7125
8182
|
#
|
7126
|
-
# [1]:
|
8183
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html
|
7127
8184
|
# @return [String]
|
7128
8185
|
#
|
7129
8186
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GrokClassifier AWS API Documentation
|
@@ -7136,6 +8193,7 @@ module Aws::Glue
|
|
7136
8193
|
:version,
|
7137
8194
|
:grok_pattern,
|
7138
8195
|
:custom_patterns)
|
8196
|
+
SENSITIVE = []
|
7139
8197
|
include Aws::Structure
|
7140
8198
|
end
|
7141
8199
|
|
@@ -7149,6 +8207,7 @@ module Aws::Glue
|
|
7149
8207
|
#
|
7150
8208
|
class IdempotentParameterMismatchException < Struct.new(
|
7151
8209
|
:message)
|
8210
|
+
SENSITIVE = []
|
7152
8211
|
include Aws::Structure
|
7153
8212
|
end
|
7154
8213
|
|
@@ -7162,6 +8221,7 @@ module Aws::Glue
|
|
7162
8221
|
#
|
7163
8222
|
class IllegalWorkflowStateException < Struct.new(
|
7164
8223
|
:message)
|
8224
|
+
SENSITIVE = []
|
7165
8225
|
include Aws::Structure
|
7166
8226
|
end
|
7167
8227
|
|
@@ -7181,6 +8241,7 @@ module Aws::Glue
|
|
7181
8241
|
#
|
7182
8242
|
class ImportCatalogToGlueRequest < Struct.new(
|
7183
8243
|
:catalog_id)
|
8244
|
+
SENSITIVE = []
|
7184
8245
|
include Aws::Structure
|
7185
8246
|
end
|
7186
8247
|
|
@@ -7204,6 +8265,7 @@ module Aws::Glue
|
|
7204
8265
|
class ImportLabelsTaskRunProperties < Struct.new(
|
7205
8266
|
:input_s3_path,
|
7206
8267
|
:replace)
|
8268
|
+
SENSITIVE = []
|
7207
8269
|
include Aws::Structure
|
7208
8270
|
end
|
7209
8271
|
|
@@ -7217,6 +8279,7 @@ module Aws::Glue
|
|
7217
8279
|
#
|
7218
8280
|
class InternalServiceException < Struct.new(
|
7219
8281
|
:message)
|
8282
|
+
SENSITIVE = []
|
7220
8283
|
include Aws::Structure
|
7221
8284
|
end
|
7222
8285
|
|
@@ -7230,6 +8293,7 @@ module Aws::Glue
|
|
7230
8293
|
#
|
7231
8294
|
class InvalidInputException < Struct.new(
|
7232
8295
|
:message)
|
8296
|
+
SENSITIVE = []
|
7233
8297
|
include Aws::Structure
|
7234
8298
|
end
|
7235
8299
|
|
@@ -7258,7 +8322,7 @@ module Aws::Glue
|
|
7258
8322
|
#
|
7259
8323
|
#
|
7260
8324
|
#
|
7261
|
-
# [1]:
|
8325
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html
|
7262
8326
|
# @return [Array<String>]
|
7263
8327
|
#
|
7264
8328
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/JdbcTarget AWS API Documentation
|
@@ -7267,6 +8331,7 @@ module Aws::Glue
|
|
7267
8331
|
:connection_name,
|
7268
8332
|
:path,
|
7269
8333
|
:exclusions)
|
8334
|
+
SENSITIVE = []
|
7270
8335
|
include Aws::Structure
|
7271
8336
|
end
|
7272
8337
|
|
@@ -7461,6 +8526,7 @@ module Aws::Glue
|
|
7461
8526
|
:security_configuration,
|
7462
8527
|
:notification_property,
|
7463
8528
|
:glue_version)
|
8529
|
+
SENSITIVE = []
|
7464
8530
|
include Aws::Structure
|
7465
8531
|
end
|
7466
8532
|
|
@@ -7504,6 +8570,7 @@ module Aws::Glue
|
|
7504
8570
|
:previous_run_id,
|
7505
8571
|
:run_id,
|
7506
8572
|
:job_bookmark)
|
8573
|
+
SENSITIVE = []
|
7507
8574
|
include Aws::Structure
|
7508
8575
|
end
|
7509
8576
|
|
@@ -7531,6 +8598,7 @@ module Aws::Glue
|
|
7531
8598
|
class JobBookmarksEncryption < Struct.new(
|
7532
8599
|
:job_bookmarks_encryption_mode,
|
7533
8600
|
:kms_key_arn)
|
8601
|
+
SENSITIVE = []
|
7534
8602
|
include Aws::Structure
|
7535
8603
|
end
|
7536
8604
|
|
@@ -7566,6 +8634,7 @@ module Aws::Glue
|
|
7566
8634
|
:name,
|
7567
8635
|
:script_location,
|
7568
8636
|
:python_version)
|
8637
|
+
SENSITIVE = []
|
7569
8638
|
include Aws::Structure
|
7570
8639
|
end
|
7571
8640
|
|
@@ -7579,6 +8648,7 @@ module Aws::Glue
|
|
7579
8648
|
#
|
7580
8649
|
class JobNodeDetails < Struct.new(
|
7581
8650
|
:job_runs)
|
8651
|
+
SENSITIVE = []
|
7582
8652
|
include Aws::Structure
|
7583
8653
|
end
|
7584
8654
|
|
@@ -7791,6 +8861,7 @@ module Aws::Glue
|
|
7791
8861
|
:log_group_name,
|
7792
8862
|
:notification_property,
|
7793
8863
|
:glue_version)
|
8864
|
+
SENSITIVE = []
|
7794
8865
|
include Aws::Structure
|
7795
8866
|
end
|
7796
8867
|
|
@@ -8003,6 +9074,7 @@ module Aws::Glue
|
|
8003
9074
|
:security_configuration,
|
8004
9075
|
:notification_property,
|
8005
9076
|
:glue_version)
|
9077
|
+
SENSITIVE = []
|
8006
9078
|
include Aws::Structure
|
8007
9079
|
end
|
8008
9080
|
|
@@ -8026,7 +9098,7 @@ module Aws::Glue
|
|
8026
9098
|
#
|
8027
9099
|
# @!attribute [rw] json_path
|
8028
9100
|
# A `JsonPath` string defining the JSON data for the classifier to
|
8029
|
-
# classify. AWS Glue supports a subset of
|
9101
|
+
# classify. AWS Glue supports a subset of JsonPath, as described in
|
8030
9102
|
# [Writing JsonPath Custom Classifiers][1].
|
8031
9103
|
#
|
8032
9104
|
#
|
@@ -8042,6 +9114,7 @@ module Aws::Glue
|
|
8042
9114
|
:last_updated,
|
8043
9115
|
:version,
|
8044
9116
|
:json_path)
|
9117
|
+
SENSITIVE = []
|
8045
9118
|
include Aws::Structure
|
8046
9119
|
end
|
8047
9120
|
|
@@ -8057,6 +9130,7 @@ module Aws::Glue
|
|
8057
9130
|
#
|
8058
9131
|
class LabelingSetGenerationTaskRunProperties < Struct.new(
|
8059
9132
|
:output_s3_path)
|
9133
|
+
SENSITIVE = []
|
8060
9134
|
include Aws::Structure
|
8061
9135
|
end
|
8062
9136
|
|
@@ -8095,6 +9169,7 @@ module Aws::Glue
|
|
8095
9169
|
:log_stream,
|
8096
9170
|
:message_prefix,
|
8097
9171
|
:start_time)
|
9172
|
+
SENSITIVE = []
|
8098
9173
|
include Aws::Structure
|
8099
9174
|
end
|
8100
9175
|
|
@@ -8127,6 +9202,7 @@ module Aws::Glue
|
|
8127
9202
|
:max_results,
|
8128
9203
|
:next_token,
|
8129
9204
|
:tags)
|
9205
|
+
SENSITIVE = []
|
8130
9206
|
include Aws::Structure
|
8131
9207
|
end
|
8132
9208
|
|
@@ -8145,6 +9221,7 @@ module Aws::Glue
|
|
8145
9221
|
class ListCrawlersResponse < Struct.new(
|
8146
9222
|
:crawler_names,
|
8147
9223
|
:next_token)
|
9224
|
+
SENSITIVE = []
|
8148
9225
|
include Aws::Structure
|
8149
9226
|
end
|
8150
9227
|
|
@@ -8177,6 +9254,7 @@ module Aws::Glue
|
|
8177
9254
|
:next_token,
|
8178
9255
|
:max_results,
|
8179
9256
|
:tags)
|
9257
|
+
SENSITIVE = []
|
8180
9258
|
include Aws::Structure
|
8181
9259
|
end
|
8182
9260
|
|
@@ -8195,6 +9273,7 @@ module Aws::Glue
|
|
8195
9273
|
class ListDevEndpointsResponse < Struct.new(
|
8196
9274
|
:dev_endpoint_names,
|
8197
9275
|
:next_token)
|
9276
|
+
SENSITIVE = []
|
8198
9277
|
include Aws::Structure
|
8199
9278
|
end
|
8200
9279
|
|
@@ -8227,6 +9306,7 @@ module Aws::Glue
|
|
8227
9306
|
:next_token,
|
8228
9307
|
:max_results,
|
8229
9308
|
:tags)
|
9309
|
+
SENSITIVE = []
|
8230
9310
|
include Aws::Structure
|
8231
9311
|
end
|
8232
9312
|
|
@@ -8245,6 +9325,7 @@ module Aws::Glue
|
|
8245
9325
|
class ListJobsResponse < Struct.new(
|
8246
9326
|
:job_names,
|
8247
9327
|
:next_token)
|
9328
|
+
SENSITIVE = []
|
8248
9329
|
include Aws::Structure
|
8249
9330
|
end
|
8250
9331
|
|
@@ -8309,6 +9390,7 @@ module Aws::Glue
|
|
8309
9390
|
:filter,
|
8310
9391
|
:sort,
|
8311
9392
|
:tags)
|
9393
|
+
SENSITIVE = []
|
8312
9394
|
include Aws::Structure
|
8313
9395
|
end
|
8314
9396
|
|
@@ -8327,6 +9409,7 @@ module Aws::Glue
|
|
8327
9409
|
class ListMLTransformsResponse < Struct.new(
|
8328
9410
|
:transform_ids,
|
8329
9411
|
:next_token)
|
9412
|
+
SENSITIVE = []
|
8330
9413
|
include Aws::Structure
|
8331
9414
|
end
|
8332
9415
|
|
@@ -8367,6 +9450,7 @@ module Aws::Glue
|
|
8367
9450
|
:dependent_job_name,
|
8368
9451
|
:max_results,
|
8369
9452
|
:tags)
|
9453
|
+
SENSITIVE = []
|
8370
9454
|
include Aws::Structure
|
8371
9455
|
end
|
8372
9456
|
|
@@ -8385,6 +9469,7 @@ module Aws::Glue
|
|
8385
9469
|
class ListTriggersResponse < Struct.new(
|
8386
9470
|
:trigger_names,
|
8387
9471
|
:next_token)
|
9472
|
+
SENSITIVE = []
|
8388
9473
|
include Aws::Structure
|
8389
9474
|
end
|
8390
9475
|
|
@@ -8409,6 +9494,7 @@ module Aws::Glue
|
|
8409
9494
|
class ListWorkflowsRequest < Struct.new(
|
8410
9495
|
:next_token,
|
8411
9496
|
:max_results)
|
9497
|
+
SENSITIVE = []
|
8412
9498
|
include Aws::Structure
|
8413
9499
|
end
|
8414
9500
|
|
@@ -8425,6 +9511,7 @@ module Aws::Glue
|
|
8425
9511
|
class ListWorkflowsResponse < Struct.new(
|
8426
9512
|
:workflows,
|
8427
9513
|
:next_token)
|
9514
|
+
SENSITIVE = []
|
8428
9515
|
include Aws::Structure
|
8429
9516
|
end
|
8430
9517
|
|
@@ -8475,6 +9562,46 @@ module Aws::Glue
|
|
8475
9562
|
:jdbc,
|
8476
9563
|
:s3,
|
8477
9564
|
:dynamo_db)
|
9565
|
+
SENSITIVE = []
|
9566
|
+
include Aws::Structure
|
9567
|
+
end
|
9568
|
+
|
9569
|
+
# Defines a long column statistics data.
|
9570
|
+
#
|
9571
|
+
# @note When making an API call, you may pass LongColumnStatisticsData
|
9572
|
+
# data as a hash:
|
9573
|
+
#
|
9574
|
+
# {
|
9575
|
+
# minimum_value: 1,
|
9576
|
+
# maximum_value: 1,
|
9577
|
+
# number_of_nulls: 1, # required
|
9578
|
+
# number_of_distinct_values: 1, # required
|
9579
|
+
# }
|
9580
|
+
#
|
9581
|
+
# @!attribute [rw] minimum_value
|
9582
|
+
# Minimum value of the column.
|
9583
|
+
# @return [Integer]
|
9584
|
+
#
|
9585
|
+
# @!attribute [rw] maximum_value
|
9586
|
+
# Maximum value of the column.
|
9587
|
+
# @return [Integer]
|
9588
|
+
#
|
9589
|
+
# @!attribute [rw] number_of_nulls
|
9590
|
+
# Number of nulls.
|
9591
|
+
# @return [Integer]
|
9592
|
+
#
|
9593
|
+
# @!attribute [rw] number_of_distinct_values
|
9594
|
+
# Number of distinct values.
|
9595
|
+
# @return [Integer]
|
9596
|
+
#
|
9597
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/LongColumnStatisticsData AWS API Documentation
|
9598
|
+
#
|
9599
|
+
class LongColumnStatisticsData < Struct.new(
|
9600
|
+
:minimum_value,
|
9601
|
+
:maximum_value,
|
9602
|
+
:number_of_nulls,
|
9603
|
+
:number_of_distinct_values)
|
9604
|
+
SENSITIVE = []
|
8478
9605
|
include Aws::Structure
|
8479
9606
|
end
|
8480
9607
|
|
@@ -8665,6 +9792,7 @@ module Aws::Glue
|
|
8665
9792
|
:number_of_workers,
|
8666
9793
|
:timeout,
|
8667
9794
|
:max_retries)
|
9795
|
+
SENSITIVE = []
|
8668
9796
|
include Aws::Structure
|
8669
9797
|
end
|
8670
9798
|
|
@@ -8678,6 +9806,7 @@ module Aws::Glue
|
|
8678
9806
|
#
|
8679
9807
|
class MLTransformNotReadyException < Struct.new(
|
8680
9808
|
:message)
|
9809
|
+
SENSITIVE = []
|
8681
9810
|
include Aws::Structure
|
8682
9811
|
end
|
8683
9812
|
|
@@ -8728,6 +9857,7 @@ module Aws::Glue
|
|
8728
9857
|
:target_table,
|
8729
9858
|
:target_path,
|
8730
9859
|
:target_type)
|
9860
|
+
SENSITIVE = []
|
8731
9861
|
include Aws::Structure
|
8732
9862
|
end
|
8733
9863
|
|
@@ -8741,6 +9871,7 @@ module Aws::Glue
|
|
8741
9871
|
#
|
8742
9872
|
class NoScheduleException < Struct.new(
|
8743
9873
|
:message)
|
9874
|
+
SENSITIVE = []
|
8744
9875
|
include Aws::Structure
|
8745
9876
|
end
|
8746
9877
|
|
@@ -8780,6 +9911,7 @@ module Aws::Glue
|
|
8780
9911
|
:trigger_details,
|
8781
9912
|
:job_details,
|
8782
9913
|
:crawler_details)
|
9914
|
+
SENSITIVE = []
|
8783
9915
|
include Aws::Structure
|
8784
9916
|
end
|
8785
9917
|
|
@@ -8801,6 +9933,7 @@ module Aws::Glue
|
|
8801
9933
|
#
|
8802
9934
|
class NotificationProperty < Struct.new(
|
8803
9935
|
:notify_delay_after)
|
9936
|
+
SENSITIVE = []
|
8804
9937
|
include Aws::Structure
|
8805
9938
|
end
|
8806
9939
|
|
@@ -8814,6 +9947,7 @@ module Aws::Glue
|
|
8814
9947
|
#
|
8815
9948
|
class OperationTimeoutException < Struct.new(
|
8816
9949
|
:message)
|
9950
|
+
SENSITIVE = []
|
8817
9951
|
include Aws::Structure
|
8818
9952
|
end
|
8819
9953
|
|
@@ -8841,6 +9975,7 @@ module Aws::Glue
|
|
8841
9975
|
class Order < Struct.new(
|
8842
9976
|
:column,
|
8843
9977
|
:sort_order)
|
9978
|
+
SENSITIVE = []
|
8844
9979
|
include Aws::Structure
|
8845
9980
|
end
|
8846
9981
|
|
@@ -8880,6 +10015,10 @@ module Aws::Glue
|
|
8880
10015
|
# partition.
|
8881
10016
|
# @return [Time]
|
8882
10017
|
#
|
10018
|
+
# @!attribute [rw] catalog_id
|
10019
|
+
# The ID of the Data Catalog in which the partition resides.
|
10020
|
+
# @return [String]
|
10021
|
+
#
|
8883
10022
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Partition AWS API Documentation
|
8884
10023
|
#
|
8885
10024
|
class Partition < Struct.new(
|
@@ -8890,7 +10029,9 @@ module Aws::Glue
|
|
8890
10029
|
:last_access_time,
|
8891
10030
|
:storage_descriptor,
|
8892
10031
|
:parameters,
|
8893
|
-
:last_analyzed_time
|
10032
|
+
:last_analyzed_time,
|
10033
|
+
:catalog_id)
|
10034
|
+
SENSITIVE = []
|
8894
10035
|
include Aws::Structure
|
8895
10036
|
end
|
8896
10037
|
|
@@ -8909,6 +10050,7 @@ module Aws::Glue
|
|
8909
10050
|
class PartitionError < Struct.new(
|
8910
10051
|
:partition_values,
|
8911
10052
|
:error_detail)
|
10053
|
+
SENSITIVE = []
|
8912
10054
|
include Aws::Structure
|
8913
10055
|
end
|
8914
10056
|
|
@@ -9004,6 +10146,7 @@ module Aws::Glue
|
|
9004
10146
|
:storage_descriptor,
|
9005
10147
|
:parameters,
|
9006
10148
|
:last_analyzed_time)
|
10149
|
+
SENSITIVE = []
|
9007
10150
|
include Aws::Structure
|
9008
10151
|
end
|
9009
10152
|
|
@@ -9024,6 +10167,7 @@ module Aws::Glue
|
|
9024
10167
|
#
|
9025
10168
|
class PartitionValueList < Struct.new(
|
9026
10169
|
:values)
|
10170
|
+
SENSITIVE = []
|
9027
10171
|
include Aws::Structure
|
9028
10172
|
end
|
9029
10173
|
|
@@ -9059,6 +10203,7 @@ module Aws::Glue
|
|
9059
10203
|
:subnet_id,
|
9060
10204
|
:security_group_id_list,
|
9061
10205
|
:availability_zone)
|
10206
|
+
SENSITIVE = []
|
9062
10207
|
include Aws::Structure
|
9063
10208
|
end
|
9064
10209
|
|
@@ -9078,6 +10223,7 @@ module Aws::Glue
|
|
9078
10223
|
class Predecessor < Struct.new(
|
9079
10224
|
:job_name,
|
9080
10225
|
:run_id)
|
10226
|
+
SENSITIVE = []
|
9081
10227
|
include Aws::Structure
|
9082
10228
|
end
|
9083
10229
|
|
@@ -9113,6 +10259,7 @@ module Aws::Glue
|
|
9113
10259
|
class Predicate < Struct.new(
|
9114
10260
|
:logical,
|
9115
10261
|
:conditions)
|
10262
|
+
SENSITIVE = []
|
9116
10263
|
include Aws::Structure
|
9117
10264
|
end
|
9118
10265
|
|
@@ -9141,6 +10288,7 @@ module Aws::Glue
|
|
9141
10288
|
class PrincipalPermissions < Struct.new(
|
9142
10289
|
:principal,
|
9143
10290
|
:permissions)
|
10291
|
+
SENSITIVE = []
|
9144
10292
|
include Aws::Structure
|
9145
10293
|
end
|
9146
10294
|
|
@@ -9173,6 +10321,7 @@ module Aws::Glue
|
|
9173
10321
|
:key,
|
9174
10322
|
:value,
|
9175
10323
|
:comparator)
|
10324
|
+
SENSITIVE = []
|
9176
10325
|
include Aws::Structure
|
9177
10326
|
end
|
9178
10327
|
|
@@ -9207,6 +10356,7 @@ module Aws::Glue
|
|
9207
10356
|
class PutDataCatalogEncryptionSettingsRequest < Struct.new(
|
9208
10357
|
:catalog_id,
|
9209
10358
|
:data_catalog_encryption_settings)
|
10359
|
+
SENSITIVE = []
|
9210
10360
|
include Aws::Structure
|
9211
10361
|
end
|
9212
10362
|
|
@@ -9219,14 +10369,26 @@ module Aws::Glue
|
|
9219
10369
|
#
|
9220
10370
|
# {
|
9221
10371
|
# policy_in_json: "PolicyJsonString", # required
|
10372
|
+
# resource_arn: "GlueResourceArn",
|
9222
10373
|
# policy_hash_condition: "HashString",
|
9223
10374
|
# policy_exists_condition: "MUST_EXIST", # accepts MUST_EXIST, NOT_EXIST, NONE
|
10375
|
+
# enable_hybrid: "TRUE", # accepts TRUE, FALSE
|
9224
10376
|
# }
|
9225
10377
|
#
|
9226
10378
|
# @!attribute [rw] policy_in_json
|
9227
10379
|
# Contains the policy document to set, in JSON format.
|
9228
10380
|
# @return [String]
|
9229
10381
|
#
|
10382
|
+
# @!attribute [rw] resource_arn
|
10383
|
+
# The ARN of the AWS Glue resource for the resource policy to be set.
|
10384
|
+
# For more information about AWS Glue resource ARNs, see the [AWS Glue
|
10385
|
+
# ARN string pattern][1]
|
10386
|
+
#
|
10387
|
+
#
|
10388
|
+
#
|
10389
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-common.html#aws-glue-api-regex-aws-glue-arn-id
|
10390
|
+
# @return [String]
|
10391
|
+
#
|
9230
10392
|
# @!attribute [rw] policy_hash_condition
|
9231
10393
|
# The hash value returned when the previous policy was set using
|
9232
10394
|
# `PutResourcePolicy`. Its purpose is to prevent concurrent
|
@@ -9241,12 +10403,27 @@ module Aws::Glue
|
|
9241
10403
|
# policy.
|
9242
10404
|
# @return [String]
|
9243
10405
|
#
|
10406
|
+
# @!attribute [rw] enable_hybrid
|
10407
|
+
# Allows you to specify if you want to use both resource-level and
|
10408
|
+
# account/catalog-level resource policies. A resource-level policy is
|
10409
|
+
# a policy attached to an individual resource such as a database or a
|
10410
|
+
# table.
|
10411
|
+
#
|
10412
|
+
# The default value of `NO` indicates that resource-level policies
|
10413
|
+
# cannot co-exist with an account-level policy. A value of `YES` means
|
10414
|
+
# the use of both resource-level and account/catalog-level resource
|
10415
|
+
# policies is allowed.
|
10416
|
+
# @return [String]
|
10417
|
+
#
|
9244
10418
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/PutResourcePolicyRequest AWS API Documentation
|
9245
10419
|
#
|
9246
10420
|
class PutResourcePolicyRequest < Struct.new(
|
9247
10421
|
:policy_in_json,
|
10422
|
+
:resource_arn,
|
9248
10423
|
:policy_hash_condition,
|
9249
|
-
:policy_exists_condition
|
10424
|
+
:policy_exists_condition,
|
10425
|
+
:enable_hybrid)
|
10426
|
+
SENSITIVE = []
|
9250
10427
|
include Aws::Structure
|
9251
10428
|
end
|
9252
10429
|
|
@@ -9259,6 +10436,7 @@ module Aws::Glue
|
|
9259
10436
|
#
|
9260
10437
|
class PutResourcePolicyResponse < Struct.new(
|
9261
10438
|
:policy_hash)
|
10439
|
+
SENSITIVE = []
|
9262
10440
|
include Aws::Structure
|
9263
10441
|
end
|
9264
10442
|
|
@@ -9292,6 +10470,7 @@ module Aws::Glue
|
|
9292
10470
|
:name,
|
9293
10471
|
:run_id,
|
9294
10472
|
:run_properties)
|
10473
|
+
SENSITIVE = []
|
9295
10474
|
include Aws::Structure
|
9296
10475
|
end
|
9297
10476
|
|
@@ -9320,6 +10499,7 @@ module Aws::Glue
|
|
9320
10499
|
class ResetJobBookmarkRequest < Struct.new(
|
9321
10500
|
:job_name,
|
9322
10501
|
:run_id)
|
10502
|
+
SENSITIVE = []
|
9323
10503
|
include Aws::Structure
|
9324
10504
|
end
|
9325
10505
|
|
@@ -9331,6 +10511,7 @@ module Aws::Glue
|
|
9331
10511
|
#
|
9332
10512
|
class ResetJobBookmarkResponse < Struct.new(
|
9333
10513
|
:job_bookmark_entry)
|
10514
|
+
SENSITIVE = []
|
9334
10515
|
include Aws::Structure
|
9335
10516
|
end
|
9336
10517
|
|
@@ -9344,6 +10525,7 @@ module Aws::Glue
|
|
9344
10525
|
#
|
9345
10526
|
class ResourceNumberLimitExceededException < Struct.new(
|
9346
10527
|
:message)
|
10528
|
+
SENSITIVE = []
|
9347
10529
|
include Aws::Structure
|
9348
10530
|
end
|
9349
10531
|
|
@@ -9370,6 +10552,7 @@ module Aws::Glue
|
|
9370
10552
|
class ResourceUri < Struct.new(
|
9371
10553
|
:resource_type,
|
9372
10554
|
:uri)
|
10555
|
+
SENSITIVE = []
|
9373
10556
|
include Aws::Structure
|
9374
10557
|
end
|
9375
10558
|
|
@@ -9398,6 +10581,7 @@ module Aws::Glue
|
|
9398
10581
|
class S3Encryption < Struct.new(
|
9399
10582
|
:s3_encryption_mode,
|
9400
10583
|
:kms_key_arn)
|
10584
|
+
SENSITIVE = []
|
9401
10585
|
include Aws::Structure
|
9402
10586
|
end
|
9403
10587
|
|
@@ -9421,7 +10605,7 @@ module Aws::Glue
|
|
9421
10605
|
#
|
9422
10606
|
#
|
9423
10607
|
#
|
9424
|
-
# [1]:
|
10608
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html
|
9425
10609
|
# @return [Array<String>]
|
9426
10610
|
#
|
9427
10611
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/S3Target AWS API Documentation
|
@@ -9429,20 +10613,20 @@ module Aws::Glue
|
|
9429
10613
|
class S3Target < Struct.new(
|
9430
10614
|
:path,
|
9431
10615
|
:exclusions)
|
10616
|
+
SENSITIVE = []
|
9432
10617
|
include Aws::Structure
|
9433
10618
|
end
|
9434
10619
|
|
9435
10620
|
# A scheduling object using a `cron` statement to schedule an event.
|
9436
10621
|
#
|
9437
10622
|
# @!attribute [rw] schedule_expression
|
9438
|
-
# A `cron` expression used to specify the schedule
|
9439
|
-
#
|
9440
|
-
#
|
9441
|
-
# `cron(15 12 * * ? *)`.
|
10623
|
+
# A `cron` expression used to specify the schedule (see [Time-Based
|
10624
|
+
# Schedules for Jobs and Crawlers][1]. For example, to run something
|
10625
|
+
# every day at 12:15 UTC, you would specify: `cron(15 12 * * ? *)`.
|
9442
10626
|
#
|
9443
10627
|
#
|
9444
10628
|
#
|
9445
|
-
# [1]:
|
10629
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
|
9446
10630
|
# @return [String]
|
9447
10631
|
#
|
9448
10632
|
# @!attribute [rw] state
|
@@ -9454,6 +10638,7 @@ module Aws::Glue
|
|
9454
10638
|
class Schedule < Struct.new(
|
9455
10639
|
:schedule_expression,
|
9456
10640
|
:state)
|
10641
|
+
SENSITIVE = []
|
9457
10642
|
include Aws::Structure
|
9458
10643
|
end
|
9459
10644
|
|
@@ -9467,6 +10652,7 @@ module Aws::Glue
|
|
9467
10652
|
#
|
9468
10653
|
class SchedulerNotRunningException < Struct.new(
|
9469
10654
|
:message)
|
10655
|
+
SENSITIVE = []
|
9470
10656
|
include Aws::Structure
|
9471
10657
|
end
|
9472
10658
|
|
@@ -9480,6 +10666,7 @@ module Aws::Glue
|
|
9480
10666
|
#
|
9481
10667
|
class SchedulerRunningException < Struct.new(
|
9482
10668
|
:message)
|
10669
|
+
SENSITIVE = []
|
9483
10670
|
include Aws::Structure
|
9484
10671
|
end
|
9485
10672
|
|
@@ -9493,6 +10680,7 @@ module Aws::Glue
|
|
9493
10680
|
#
|
9494
10681
|
class SchedulerTransitioningException < Struct.new(
|
9495
10682
|
:message)
|
10683
|
+
SENSITIVE = []
|
9496
10684
|
include Aws::Structure
|
9497
10685
|
end
|
9498
10686
|
|
@@ -9519,6 +10707,7 @@ module Aws::Glue
|
|
9519
10707
|
class SchemaChangePolicy < Struct.new(
|
9520
10708
|
:update_behavior,
|
9521
10709
|
:delete_behavior)
|
10710
|
+
SENSITIVE = []
|
9522
10711
|
include Aws::Structure
|
9523
10712
|
end
|
9524
10713
|
|
@@ -9547,6 +10736,7 @@ module Aws::Glue
|
|
9547
10736
|
class SchemaColumn < Struct.new(
|
9548
10737
|
:name,
|
9549
10738
|
:data_type)
|
10739
|
+
SENSITIVE = []
|
9550
10740
|
include Aws::Structure
|
9551
10741
|
end
|
9552
10742
|
|
@@ -9571,6 +10761,7 @@ module Aws::Glue
|
|
9571
10761
|
# },
|
9572
10762
|
# ],
|
9573
10763
|
# max_results: 1,
|
10764
|
+
# resource_share_type: "FOREIGN", # accepts FOREIGN, ALL
|
9574
10765
|
# }
|
9575
10766
|
#
|
9576
10767
|
# @!attribute [rw] catalog_id
|
@@ -9602,6 +10793,17 @@ module Aws::Glue
|
|
9602
10793
|
# The maximum number of tables to return in a single response.
|
9603
10794
|
# @return [Integer]
|
9604
10795
|
#
|
10796
|
+
# @!attribute [rw] resource_share_type
|
10797
|
+
# Allows you to specify that you want to search the tables shared with
|
10798
|
+
# your account. The allowable values are `FOREIGN` or `ALL`.
|
10799
|
+
#
|
10800
|
+
# * If set to `FOREIGN`, will search the tables shared with your
|
10801
|
+
# account.
|
10802
|
+
#
|
10803
|
+
# * If set to `ALL`, will search the tables shared with your account,
|
10804
|
+
# as well as the tables in yor local account.
|
10805
|
+
# @return [String]
|
10806
|
+
#
|
9605
10807
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SearchTablesRequest AWS API Documentation
|
9606
10808
|
#
|
9607
10809
|
class SearchTablesRequest < Struct.new(
|
@@ -9610,7 +10812,9 @@ module Aws::Glue
|
|
9610
10812
|
:filters,
|
9611
10813
|
:search_text,
|
9612
10814
|
:sort_criteria,
|
9613
|
-
:max_results
|
10815
|
+
:max_results,
|
10816
|
+
:resource_share_type)
|
10817
|
+
SENSITIVE = []
|
9614
10818
|
include Aws::Structure
|
9615
10819
|
end
|
9616
10820
|
|
@@ -9629,6 +10833,7 @@ module Aws::Glue
|
|
9629
10833
|
class SearchTablesResponse < Struct.new(
|
9630
10834
|
:next_token,
|
9631
10835
|
:table_list)
|
10836
|
+
SENSITIVE = []
|
9632
10837
|
include Aws::Structure
|
9633
10838
|
end
|
9634
10839
|
|
@@ -9653,6 +10858,7 @@ module Aws::Glue
|
|
9653
10858
|
:name,
|
9654
10859
|
:created_time_stamp,
|
9655
10860
|
:encryption_configuration)
|
10861
|
+
SENSITIVE = []
|
9656
10862
|
include Aws::Structure
|
9657
10863
|
end
|
9658
10864
|
|
@@ -9682,6 +10888,7 @@ module Aws::Glue
|
|
9682
10888
|
class Segment < Struct.new(
|
9683
10889
|
:segment_number,
|
9684
10890
|
:total_segments)
|
10891
|
+
SENSITIVE = []
|
9685
10892
|
include Aws::Structure
|
9686
10893
|
end
|
9687
10894
|
|
@@ -9719,6 +10926,7 @@ module Aws::Glue
|
|
9719
10926
|
:name,
|
9720
10927
|
:serialization_library,
|
9721
10928
|
:parameters)
|
10929
|
+
SENSITIVE = []
|
9722
10930
|
include Aws::Structure
|
9723
10931
|
end
|
9724
10932
|
|
@@ -9755,6 +10963,7 @@ module Aws::Glue
|
|
9755
10963
|
:skewed_column_names,
|
9756
10964
|
:skewed_column_values,
|
9757
10965
|
:skewed_column_value_location_maps)
|
10966
|
+
SENSITIVE = []
|
9758
10967
|
include Aws::Structure
|
9759
10968
|
end
|
9760
10969
|
|
@@ -9781,6 +10990,7 @@ module Aws::Glue
|
|
9781
10990
|
class SortCriterion < Struct.new(
|
9782
10991
|
:field_name,
|
9783
10992
|
:sort)
|
10993
|
+
SENSITIVE = []
|
9784
10994
|
include Aws::Structure
|
9785
10995
|
end
|
9786
10996
|
|
@@ -9799,6 +11009,7 @@ module Aws::Glue
|
|
9799
11009
|
#
|
9800
11010
|
class StartCrawlerRequest < Struct.new(
|
9801
11011
|
:name)
|
11012
|
+
SENSITIVE = []
|
9802
11013
|
include Aws::Structure
|
9803
11014
|
end
|
9804
11015
|
|
@@ -9821,6 +11032,7 @@ module Aws::Glue
|
|
9821
11032
|
#
|
9822
11033
|
class StartCrawlerScheduleRequest < Struct.new(
|
9823
11034
|
:crawler_name)
|
11035
|
+
SENSITIVE = []
|
9824
11036
|
include Aws::Structure
|
9825
11037
|
end
|
9826
11038
|
|
@@ -9849,6 +11061,7 @@ module Aws::Glue
|
|
9849
11061
|
class StartExportLabelsTaskRunRequest < Struct.new(
|
9850
11062
|
:transform_id,
|
9851
11063
|
:output_s3_path)
|
11064
|
+
SENSITIVE = []
|
9852
11065
|
include Aws::Structure
|
9853
11066
|
end
|
9854
11067
|
|
@@ -9860,6 +11073,7 @@ module Aws::Glue
|
|
9860
11073
|
#
|
9861
11074
|
class StartExportLabelsTaskRunResponse < Struct.new(
|
9862
11075
|
:task_run_id)
|
11076
|
+
SENSITIVE = []
|
9863
11077
|
include Aws::Structure
|
9864
11078
|
end
|
9865
11079
|
|
@@ -9891,6 +11105,7 @@ module Aws::Glue
|
|
9891
11105
|
:transform_id,
|
9892
11106
|
:input_s3_path,
|
9893
11107
|
:replace_all_labels)
|
11108
|
+
SENSITIVE = []
|
9894
11109
|
include Aws::Structure
|
9895
11110
|
end
|
9896
11111
|
|
@@ -9902,6 +11117,7 @@ module Aws::Glue
|
|
9902
11117
|
#
|
9903
11118
|
class StartImportLabelsTaskRunResponse < Struct.new(
|
9904
11119
|
:task_run_id)
|
11120
|
+
SENSITIVE = []
|
9905
11121
|
include Aws::Structure
|
9906
11122
|
end
|
9907
11123
|
|
@@ -10046,6 +11262,7 @@ module Aws::Glue
|
|
10046
11262
|
:notification_property,
|
10047
11263
|
:worker_type,
|
10048
11264
|
:number_of_workers)
|
11265
|
+
SENSITIVE = []
|
10049
11266
|
include Aws::Structure
|
10050
11267
|
end
|
10051
11268
|
|
@@ -10057,6 +11274,7 @@ module Aws::Glue
|
|
10057
11274
|
#
|
10058
11275
|
class StartJobRunResponse < Struct.new(
|
10059
11276
|
:job_run_id)
|
11277
|
+
SENSITIVE = []
|
10060
11278
|
include Aws::Structure
|
10061
11279
|
end
|
10062
11280
|
|
@@ -10075,6 +11293,7 @@ module Aws::Glue
|
|
10075
11293
|
#
|
10076
11294
|
class StartMLEvaluationTaskRunRequest < Struct.new(
|
10077
11295
|
:transform_id)
|
11296
|
+
SENSITIVE = []
|
10078
11297
|
include Aws::Structure
|
10079
11298
|
end
|
10080
11299
|
|
@@ -10086,6 +11305,7 @@ module Aws::Glue
|
|
10086
11305
|
#
|
10087
11306
|
class StartMLEvaluationTaskRunResponse < Struct.new(
|
10088
11307
|
:task_run_id)
|
11308
|
+
SENSITIVE = []
|
10089
11309
|
include Aws::Structure
|
10090
11310
|
end
|
10091
11311
|
|
@@ -10111,6 +11331,7 @@ module Aws::Glue
|
|
10111
11331
|
class StartMLLabelingSetGenerationTaskRunRequest < Struct.new(
|
10112
11332
|
:transform_id,
|
10113
11333
|
:output_s3_path)
|
11334
|
+
SENSITIVE = []
|
10114
11335
|
include Aws::Structure
|
10115
11336
|
end
|
10116
11337
|
|
@@ -10122,6 +11343,7 @@ module Aws::Glue
|
|
10122
11343
|
#
|
10123
11344
|
class StartMLLabelingSetGenerationTaskRunResponse < Struct.new(
|
10124
11345
|
:task_run_id)
|
11346
|
+
SENSITIVE = []
|
10125
11347
|
include Aws::Structure
|
10126
11348
|
end
|
10127
11349
|
|
@@ -10140,6 +11362,7 @@ module Aws::Glue
|
|
10140
11362
|
#
|
10141
11363
|
class StartTriggerRequest < Struct.new(
|
10142
11364
|
:name)
|
11365
|
+
SENSITIVE = []
|
10143
11366
|
include Aws::Structure
|
10144
11367
|
end
|
10145
11368
|
|
@@ -10151,6 +11374,7 @@ module Aws::Glue
|
|
10151
11374
|
#
|
10152
11375
|
class StartTriggerResponse < Struct.new(
|
10153
11376
|
:name)
|
11377
|
+
SENSITIVE = []
|
10154
11378
|
include Aws::Structure
|
10155
11379
|
end
|
10156
11380
|
|
@@ -10169,6 +11393,7 @@ module Aws::Glue
|
|
10169
11393
|
#
|
10170
11394
|
class StartWorkflowRunRequest < Struct.new(
|
10171
11395
|
:name)
|
11396
|
+
SENSITIVE = []
|
10172
11397
|
include Aws::Structure
|
10173
11398
|
end
|
10174
11399
|
|
@@ -10180,6 +11405,7 @@ module Aws::Glue
|
|
10180
11405
|
#
|
10181
11406
|
class StartWorkflowRunResponse < Struct.new(
|
10182
11407
|
:run_id)
|
11408
|
+
SENSITIVE = []
|
10183
11409
|
include Aws::Structure
|
10184
11410
|
end
|
10185
11411
|
|
@@ -10198,6 +11424,7 @@ module Aws::Glue
|
|
10198
11424
|
#
|
10199
11425
|
class StopCrawlerRequest < Struct.new(
|
10200
11426
|
:name)
|
11427
|
+
SENSITIVE = []
|
10201
11428
|
include Aws::Structure
|
10202
11429
|
end
|
10203
11430
|
|
@@ -10220,6 +11447,7 @@ module Aws::Glue
|
|
10220
11447
|
#
|
10221
11448
|
class StopCrawlerScheduleRequest < Struct.new(
|
10222
11449
|
:crawler_name)
|
11450
|
+
SENSITIVE = []
|
10223
11451
|
include Aws::Structure
|
10224
11452
|
end
|
10225
11453
|
|
@@ -10242,6 +11470,7 @@ module Aws::Glue
|
|
10242
11470
|
#
|
10243
11471
|
class StopTriggerRequest < Struct.new(
|
10244
11472
|
:name)
|
11473
|
+
SENSITIVE = []
|
10245
11474
|
include Aws::Structure
|
10246
11475
|
end
|
10247
11476
|
|
@@ -10253,6 +11482,7 @@ module Aws::Glue
|
|
10253
11482
|
#
|
10254
11483
|
class StopTriggerResponse < Struct.new(
|
10255
11484
|
:name)
|
11485
|
+
SENSITIVE = []
|
10256
11486
|
include Aws::Structure
|
10257
11487
|
end
|
10258
11488
|
|
@@ -10277,6 +11507,7 @@ module Aws::Glue
|
|
10277
11507
|
class StopWorkflowRunRequest < Struct.new(
|
10278
11508
|
:name,
|
10279
11509
|
:run_id)
|
11510
|
+
SENSITIVE = []
|
10280
11511
|
include Aws::Structure
|
10281
11512
|
end
|
10282
11513
|
|
@@ -10402,6 +11633,46 @@ module Aws::Glue
|
|
10402
11633
|
:parameters,
|
10403
11634
|
:skewed_info,
|
10404
11635
|
:stored_as_sub_directories)
|
11636
|
+
SENSITIVE = []
|
11637
|
+
include Aws::Structure
|
11638
|
+
end
|
11639
|
+
|
11640
|
+
# Defines a string column statistics data.
|
11641
|
+
#
|
11642
|
+
# @note When making an API call, you may pass StringColumnStatisticsData
|
11643
|
+
# data as a hash:
|
11644
|
+
#
|
11645
|
+
# {
|
11646
|
+
# maximum_length: 1, # required
|
11647
|
+
# average_length: 1.0, # required
|
11648
|
+
# number_of_nulls: 1, # required
|
11649
|
+
# number_of_distinct_values: 1, # required
|
11650
|
+
# }
|
11651
|
+
#
|
11652
|
+
# @!attribute [rw] maximum_length
|
11653
|
+
# Maximum value of the column.
|
11654
|
+
# @return [Integer]
|
11655
|
+
#
|
11656
|
+
# @!attribute [rw] average_length
|
11657
|
+
# Average value of the column.
|
11658
|
+
# @return [Float]
|
11659
|
+
#
|
11660
|
+
# @!attribute [rw] number_of_nulls
|
11661
|
+
# Number of nulls.
|
11662
|
+
# @return [Integer]
|
11663
|
+
#
|
11664
|
+
# @!attribute [rw] number_of_distinct_values
|
11665
|
+
# Number of distinct values.
|
11666
|
+
# @return [Integer]
|
11667
|
+
#
|
11668
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StringColumnStatisticsData AWS API Documentation
|
11669
|
+
#
|
11670
|
+
class StringColumnStatisticsData < Struct.new(
|
11671
|
+
:maximum_length,
|
11672
|
+
:average_length,
|
11673
|
+
:number_of_nulls,
|
11674
|
+
:number_of_distinct_values)
|
11675
|
+
SENSITIVE = []
|
10405
11676
|
include Aws::Structure
|
10406
11677
|
end
|
10407
11678
|
|
@@ -10489,6 +11760,15 @@ module Aws::Glue
|
|
10489
11760
|
# Formation.
|
10490
11761
|
# @return [Boolean]
|
10491
11762
|
#
|
11763
|
+
# @!attribute [rw] target_table
|
11764
|
+
# A `TableIdentifier` structure that describes a target table for
|
11765
|
+
# resource linking.
|
11766
|
+
# @return [Types::TableIdentifier]
|
11767
|
+
#
|
11768
|
+
# @!attribute [rw] catalog_id
|
11769
|
+
# The ID of the Data Catalog in which the table resides.
|
11770
|
+
# @return [String]
|
11771
|
+
#
|
10492
11772
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Table AWS API Documentation
|
10493
11773
|
#
|
10494
11774
|
class Table < Struct.new(
|
@@ -10508,7 +11788,10 @@ module Aws::Glue
|
|
10508
11788
|
:table_type,
|
10509
11789
|
:parameters,
|
10510
11790
|
:created_by,
|
10511
|
-
:is_registered_with_lake_formation
|
11791
|
+
:is_registered_with_lake_formation,
|
11792
|
+
:target_table,
|
11793
|
+
:catalog_id)
|
11794
|
+
SENSITIVE = []
|
10512
11795
|
include Aws::Structure
|
10513
11796
|
end
|
10514
11797
|
|
@@ -10528,6 +11811,40 @@ module Aws::Glue
|
|
10528
11811
|
class TableError < Struct.new(
|
10529
11812
|
:table_name,
|
10530
11813
|
:error_detail)
|
11814
|
+
SENSITIVE = []
|
11815
|
+
include Aws::Structure
|
11816
|
+
end
|
11817
|
+
|
11818
|
+
# A structure that describes a target table for resource linking.
|
11819
|
+
#
|
11820
|
+
# @note When making an API call, you may pass TableIdentifier
|
11821
|
+
# data as a hash:
|
11822
|
+
#
|
11823
|
+
# {
|
11824
|
+
# catalog_id: "CatalogIdString",
|
11825
|
+
# database_name: "NameString",
|
11826
|
+
# name: "NameString",
|
11827
|
+
# }
|
11828
|
+
#
|
11829
|
+
# @!attribute [rw] catalog_id
|
11830
|
+
# The ID of the Data Catalog in which the table resides.
|
11831
|
+
# @return [String]
|
11832
|
+
#
|
11833
|
+
# @!attribute [rw] database_name
|
11834
|
+
# The name of the catalog database that contains the target table.
|
11835
|
+
# @return [String]
|
11836
|
+
#
|
11837
|
+
# @!attribute [rw] name
|
11838
|
+
# The name of the target table.
|
11839
|
+
# @return [String]
|
11840
|
+
#
|
11841
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/TableIdentifier AWS API Documentation
|
11842
|
+
#
|
11843
|
+
class TableIdentifier < Struct.new(
|
11844
|
+
:catalog_id,
|
11845
|
+
:database_name,
|
11846
|
+
:name)
|
11847
|
+
SENSITIVE = []
|
10531
11848
|
include Aws::Structure
|
10532
11849
|
end
|
10533
11850
|
|
@@ -10601,6 +11918,11 @@ module Aws::Glue
|
|
10601
11918
|
# parameters: {
|
10602
11919
|
# "KeyString" => "ParametersMapValue",
|
10603
11920
|
# },
|
11921
|
+
# target_table: {
|
11922
|
+
# catalog_id: "CatalogIdString",
|
11923
|
+
# database_name: "NameString",
|
11924
|
+
# name: "NameString",
|
11925
|
+
# },
|
10604
11926
|
# }
|
10605
11927
|
#
|
10606
11928
|
# @!attribute [rw] name
|
@@ -10662,6 +11984,11 @@ module Aws::Glue
|
|
10662
11984
|
# These key-value pairs define properties associated with the table.
|
10663
11985
|
# @return [Hash<String,String>]
|
10664
11986
|
#
|
11987
|
+
# @!attribute [rw] target_table
|
11988
|
+
# A `TableIdentifier` structure that describes a target table for
|
11989
|
+
# resource linking.
|
11990
|
+
# @return [Types::TableIdentifier]
|
11991
|
+
#
|
10665
11992
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/TableInput AWS API Documentation
|
10666
11993
|
#
|
10667
11994
|
class TableInput < Struct.new(
|
@@ -10676,7 +12003,9 @@ module Aws::Glue
|
|
10676
12003
|
:view_original_text,
|
10677
12004
|
:view_expanded_text,
|
10678
12005
|
:table_type,
|
10679
|
-
:parameters
|
12006
|
+
:parameters,
|
12007
|
+
:target_table)
|
12008
|
+
SENSITIVE = []
|
10680
12009
|
include Aws::Structure
|
10681
12010
|
end
|
10682
12011
|
|
@@ -10697,6 +12026,7 @@ module Aws::Glue
|
|
10697
12026
|
class TableVersion < Struct.new(
|
10698
12027
|
:table,
|
10699
12028
|
:version_id)
|
12029
|
+
SENSITIVE = []
|
10700
12030
|
include Aws::Structure
|
10701
12031
|
end
|
10702
12032
|
|
@@ -10721,6 +12051,7 @@ module Aws::Glue
|
|
10721
12051
|
:table_name,
|
10722
12052
|
:version_id,
|
10723
12053
|
:error_detail)
|
12054
|
+
SENSITIVE = []
|
10724
12055
|
include Aws::Structure
|
10725
12056
|
end
|
10726
12057
|
|
@@ -10753,6 +12084,7 @@ module Aws::Glue
|
|
10753
12084
|
class TagResourceRequest < Struct.new(
|
10754
12085
|
:resource_arn,
|
10755
12086
|
:tags_to_add)
|
12087
|
+
SENSITIVE = []
|
10756
12088
|
include Aws::Structure
|
10757
12089
|
end
|
10758
12090
|
|
@@ -10818,6 +12150,7 @@ module Aws::Glue
|
|
10818
12150
|
:last_modified_on,
|
10819
12151
|
:completed_on,
|
10820
12152
|
:execution_time)
|
12153
|
+
SENSITIVE = []
|
10821
12154
|
include Aws::Structure
|
10822
12155
|
end
|
10823
12156
|
|
@@ -10857,6 +12190,7 @@ module Aws::Glue
|
|
10857
12190
|
:status,
|
10858
12191
|
:started_before,
|
10859
12192
|
:started_after)
|
12193
|
+
SENSITIVE = []
|
10860
12194
|
include Aws::Structure
|
10861
12195
|
end
|
10862
12196
|
|
@@ -10890,6 +12224,7 @@ module Aws::Glue
|
|
10890
12224
|
:export_labels_task_run_properties,
|
10891
12225
|
:labeling_set_generation_task_run_properties,
|
10892
12226
|
:find_matches_task_run_properties)
|
12227
|
+
SENSITIVE = []
|
10893
12228
|
include Aws::Structure
|
10894
12229
|
end
|
10895
12230
|
|
@@ -10919,6 +12254,7 @@ module Aws::Glue
|
|
10919
12254
|
class TaskRunSortCriteria < Struct.new(
|
10920
12255
|
:column,
|
10921
12256
|
:sort_direction)
|
12257
|
+
SENSITIVE = []
|
10922
12258
|
include Aws::Structure
|
10923
12259
|
end
|
10924
12260
|
|
@@ -11008,6 +12344,7 @@ module Aws::Glue
|
|
11008
12344
|
:last_modified_before,
|
11009
12345
|
:last_modified_after,
|
11010
12346
|
:schema)
|
12347
|
+
SENSITIVE = []
|
11011
12348
|
include Aws::Structure
|
11012
12349
|
end
|
11013
12350
|
|
@@ -11047,6 +12384,7 @@ module Aws::Glue
|
|
11047
12384
|
class TransformParameters < Struct.new(
|
11048
12385
|
:transform_type,
|
11049
12386
|
:find_matches_parameters)
|
12387
|
+
SENSITIVE = []
|
11050
12388
|
include Aws::Structure
|
11051
12389
|
end
|
11052
12390
|
|
@@ -11076,6 +12414,7 @@ module Aws::Glue
|
|
11076
12414
|
class TransformSortCriteria < Struct.new(
|
11077
12415
|
:column,
|
11078
12416
|
:sort_direction)
|
12417
|
+
SENSITIVE = []
|
11079
12418
|
include Aws::Structure
|
11080
12419
|
end
|
11081
12420
|
|
@@ -11135,6 +12474,7 @@ module Aws::Glue
|
|
11135
12474
|
:schedule,
|
11136
12475
|
:actions,
|
11137
12476
|
:predicate)
|
12477
|
+
SENSITIVE = []
|
11138
12478
|
include Aws::Structure
|
11139
12479
|
end
|
11140
12480
|
|
@@ -11148,6 +12488,7 @@ module Aws::Glue
|
|
11148
12488
|
#
|
11149
12489
|
class TriggerNodeDetails < Struct.new(
|
11150
12490
|
:trigger)
|
12491
|
+
SENSITIVE = []
|
11151
12492
|
include Aws::Structure
|
11152
12493
|
end
|
11153
12494
|
|
@@ -11224,6 +12565,7 @@ module Aws::Glue
|
|
11224
12565
|
:schedule,
|
11225
12566
|
:actions,
|
11226
12567
|
:predicate)
|
12568
|
+
SENSITIVE = []
|
11227
12569
|
include Aws::Structure
|
11228
12570
|
end
|
11229
12571
|
|
@@ -11249,6 +12591,7 @@ module Aws::Glue
|
|
11249
12591
|
class UntagResourceRequest < Struct.new(
|
11250
12592
|
:resource_arn,
|
11251
12593
|
:tags_to_remove)
|
12594
|
+
SENSITIVE = []
|
11252
12595
|
include Aws::Structure
|
11253
12596
|
end
|
11254
12597
|
|
@@ -11309,6 +12652,7 @@ module Aws::Glue
|
|
11309
12652
|
:xml_classifier,
|
11310
12653
|
:json_classifier,
|
11311
12654
|
:csv_classifier)
|
12655
|
+
SENSITIVE = []
|
11312
12656
|
include Aws::Structure
|
11313
12657
|
end
|
11314
12658
|
|
@@ -11316,6 +12660,222 @@ module Aws::Glue
|
|
11316
12660
|
#
|
11317
12661
|
class UpdateClassifierResponse < Aws::EmptyStructure; end
|
11318
12662
|
|
12663
|
+
# @note When making an API call, you may pass UpdateColumnStatisticsForPartitionRequest
|
12664
|
+
# data as a hash:
|
12665
|
+
#
|
12666
|
+
# {
|
12667
|
+
# catalog_id: "CatalogIdString",
|
12668
|
+
# database_name: "NameString", # required
|
12669
|
+
# table_name: "NameString", # required
|
12670
|
+
# partition_values: ["ValueString"], # required
|
12671
|
+
# column_statistics_list: [ # required
|
12672
|
+
# {
|
12673
|
+
# column_name: "NameString", # required
|
12674
|
+
# column_type: "TypeString", # required
|
12675
|
+
# analyzed_time: Time.now, # required
|
12676
|
+
# statistics_data: { # required
|
12677
|
+
# type: "BOOLEAN", # required, accepts BOOLEAN, DATE, DECIMAL, DOUBLE, LONG, STRING, BINARY
|
12678
|
+
# boolean_column_statistics_data: {
|
12679
|
+
# number_of_trues: 1, # required
|
12680
|
+
# number_of_falses: 1, # required
|
12681
|
+
# number_of_nulls: 1, # required
|
12682
|
+
# },
|
12683
|
+
# date_column_statistics_data: {
|
12684
|
+
# minimum_value: Time.now,
|
12685
|
+
# maximum_value: Time.now,
|
12686
|
+
# number_of_nulls: 1, # required
|
12687
|
+
# number_of_distinct_values: 1, # required
|
12688
|
+
# },
|
12689
|
+
# decimal_column_statistics_data: {
|
12690
|
+
# minimum_value: {
|
12691
|
+
# unscaled_value: "data", # required
|
12692
|
+
# scale: 1, # required
|
12693
|
+
# },
|
12694
|
+
# maximum_value: {
|
12695
|
+
# unscaled_value: "data", # required
|
12696
|
+
# scale: 1, # required
|
12697
|
+
# },
|
12698
|
+
# number_of_nulls: 1, # required
|
12699
|
+
# number_of_distinct_values: 1, # required
|
12700
|
+
# },
|
12701
|
+
# double_column_statistics_data: {
|
12702
|
+
# minimum_value: 1.0,
|
12703
|
+
# maximum_value: 1.0,
|
12704
|
+
# number_of_nulls: 1, # required
|
12705
|
+
# number_of_distinct_values: 1, # required
|
12706
|
+
# },
|
12707
|
+
# long_column_statistics_data: {
|
12708
|
+
# minimum_value: 1,
|
12709
|
+
# maximum_value: 1,
|
12710
|
+
# number_of_nulls: 1, # required
|
12711
|
+
# number_of_distinct_values: 1, # required
|
12712
|
+
# },
|
12713
|
+
# string_column_statistics_data: {
|
12714
|
+
# maximum_length: 1, # required
|
12715
|
+
# average_length: 1.0, # required
|
12716
|
+
# number_of_nulls: 1, # required
|
12717
|
+
# number_of_distinct_values: 1, # required
|
12718
|
+
# },
|
12719
|
+
# binary_column_statistics_data: {
|
12720
|
+
# maximum_length: 1, # required
|
12721
|
+
# average_length: 1.0, # required
|
12722
|
+
# number_of_nulls: 1, # required
|
12723
|
+
# },
|
12724
|
+
# },
|
12725
|
+
# },
|
12726
|
+
# ],
|
12727
|
+
# }
|
12728
|
+
#
|
12729
|
+
# @!attribute [rw] catalog_id
|
12730
|
+
# The ID of the Data Catalog where the partitions in question reside.
|
12731
|
+
# If none is supplied, the AWS account ID is used by default.
|
12732
|
+
# @return [String]
|
12733
|
+
#
|
12734
|
+
# @!attribute [rw] database_name
|
12735
|
+
# The name of the catalog database where the partitions reside.
|
12736
|
+
# @return [String]
|
12737
|
+
#
|
12738
|
+
# @!attribute [rw] table_name
|
12739
|
+
# The name of the partitions' table.
|
12740
|
+
# @return [String]
|
12741
|
+
#
|
12742
|
+
# @!attribute [rw] partition_values
|
12743
|
+
# A list of partition values identifying the partition.
|
12744
|
+
# @return [Array<String>]
|
12745
|
+
#
|
12746
|
+
# @!attribute [rw] column_statistics_list
|
12747
|
+
# A list of the column statistics.
|
12748
|
+
# @return [Array<Types::ColumnStatistics>]
|
12749
|
+
#
|
12750
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateColumnStatisticsForPartitionRequest AWS API Documentation
|
12751
|
+
#
|
12752
|
+
class UpdateColumnStatisticsForPartitionRequest < Struct.new(
|
12753
|
+
:catalog_id,
|
12754
|
+
:database_name,
|
12755
|
+
:table_name,
|
12756
|
+
:partition_values,
|
12757
|
+
:column_statistics_list)
|
12758
|
+
SENSITIVE = []
|
12759
|
+
include Aws::Structure
|
12760
|
+
end
|
12761
|
+
|
12762
|
+
# @!attribute [rw] errors
|
12763
|
+
# Error occurred during updating column statistics data.
|
12764
|
+
# @return [Array<Types::ColumnStatisticsError>]
|
12765
|
+
#
|
12766
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateColumnStatisticsForPartitionResponse AWS API Documentation
|
12767
|
+
#
|
12768
|
+
class UpdateColumnStatisticsForPartitionResponse < Struct.new(
|
12769
|
+
:errors)
|
12770
|
+
SENSITIVE = []
|
12771
|
+
include Aws::Structure
|
12772
|
+
end
|
12773
|
+
|
12774
|
+
# @note When making an API call, you may pass UpdateColumnStatisticsForTableRequest
|
12775
|
+
# data as a hash:
|
12776
|
+
#
|
12777
|
+
# {
|
12778
|
+
# catalog_id: "CatalogIdString",
|
12779
|
+
# database_name: "NameString", # required
|
12780
|
+
# table_name: "NameString", # required
|
12781
|
+
# column_statistics_list: [ # required
|
12782
|
+
# {
|
12783
|
+
# column_name: "NameString", # required
|
12784
|
+
# column_type: "TypeString", # required
|
12785
|
+
# analyzed_time: Time.now, # required
|
12786
|
+
# statistics_data: { # required
|
12787
|
+
# type: "BOOLEAN", # required, accepts BOOLEAN, DATE, DECIMAL, DOUBLE, LONG, STRING, BINARY
|
12788
|
+
# boolean_column_statistics_data: {
|
12789
|
+
# number_of_trues: 1, # required
|
12790
|
+
# number_of_falses: 1, # required
|
12791
|
+
# number_of_nulls: 1, # required
|
12792
|
+
# },
|
12793
|
+
# date_column_statistics_data: {
|
12794
|
+
# minimum_value: Time.now,
|
12795
|
+
# maximum_value: Time.now,
|
12796
|
+
# number_of_nulls: 1, # required
|
12797
|
+
# number_of_distinct_values: 1, # required
|
12798
|
+
# },
|
12799
|
+
# decimal_column_statistics_data: {
|
12800
|
+
# minimum_value: {
|
12801
|
+
# unscaled_value: "data", # required
|
12802
|
+
# scale: 1, # required
|
12803
|
+
# },
|
12804
|
+
# maximum_value: {
|
12805
|
+
# unscaled_value: "data", # required
|
12806
|
+
# scale: 1, # required
|
12807
|
+
# },
|
12808
|
+
# number_of_nulls: 1, # required
|
12809
|
+
# number_of_distinct_values: 1, # required
|
12810
|
+
# },
|
12811
|
+
# double_column_statistics_data: {
|
12812
|
+
# minimum_value: 1.0,
|
12813
|
+
# maximum_value: 1.0,
|
12814
|
+
# number_of_nulls: 1, # required
|
12815
|
+
# number_of_distinct_values: 1, # required
|
12816
|
+
# },
|
12817
|
+
# long_column_statistics_data: {
|
12818
|
+
# minimum_value: 1,
|
12819
|
+
# maximum_value: 1,
|
12820
|
+
# number_of_nulls: 1, # required
|
12821
|
+
# number_of_distinct_values: 1, # required
|
12822
|
+
# },
|
12823
|
+
# string_column_statistics_data: {
|
12824
|
+
# maximum_length: 1, # required
|
12825
|
+
# average_length: 1.0, # required
|
12826
|
+
# number_of_nulls: 1, # required
|
12827
|
+
# number_of_distinct_values: 1, # required
|
12828
|
+
# },
|
12829
|
+
# binary_column_statistics_data: {
|
12830
|
+
# maximum_length: 1, # required
|
12831
|
+
# average_length: 1.0, # required
|
12832
|
+
# number_of_nulls: 1, # required
|
12833
|
+
# },
|
12834
|
+
# },
|
12835
|
+
# },
|
12836
|
+
# ],
|
12837
|
+
# }
|
12838
|
+
#
|
12839
|
+
# @!attribute [rw] catalog_id
|
12840
|
+
# The ID of the Data Catalog where the partitions in question reside.
|
12841
|
+
# If none is supplied, the AWS account ID is used by default.
|
12842
|
+
# @return [String]
|
12843
|
+
#
|
12844
|
+
# @!attribute [rw] database_name
|
12845
|
+
# The name of the catalog database where the partitions reside.
|
12846
|
+
# @return [String]
|
12847
|
+
#
|
12848
|
+
# @!attribute [rw] table_name
|
12849
|
+
# The name of the partitions' table.
|
12850
|
+
# @return [String]
|
12851
|
+
#
|
12852
|
+
# @!attribute [rw] column_statistics_list
|
12853
|
+
# A list of the column statistics.
|
12854
|
+
# @return [Array<Types::ColumnStatistics>]
|
12855
|
+
#
|
12856
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateColumnStatisticsForTableRequest AWS API Documentation
|
12857
|
+
#
|
12858
|
+
class UpdateColumnStatisticsForTableRequest < Struct.new(
|
12859
|
+
:catalog_id,
|
12860
|
+
:database_name,
|
12861
|
+
:table_name,
|
12862
|
+
:column_statistics_list)
|
12863
|
+
SENSITIVE = []
|
12864
|
+
include Aws::Structure
|
12865
|
+
end
|
12866
|
+
|
12867
|
+
# @!attribute [rw] errors
|
12868
|
+
# List of ColumnStatisticsErrors.
|
12869
|
+
# @return [Array<Types::ColumnStatisticsError>]
|
12870
|
+
#
|
12871
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateColumnStatisticsForTableResponse AWS API Documentation
|
12872
|
+
#
|
12873
|
+
class UpdateColumnStatisticsForTableResponse < Struct.new(
|
12874
|
+
:errors)
|
12875
|
+
SENSITIVE = []
|
12876
|
+
include Aws::Structure
|
12877
|
+
end
|
12878
|
+
|
11319
12879
|
# @note When making an API call, you may pass UpdateConnectionRequest
|
11320
12880
|
# data as a hash:
|
11321
12881
|
#
|
@@ -11358,6 +12918,7 @@ module Aws::Glue
|
|
11358
12918
|
:catalog_id,
|
11359
12919
|
:name,
|
11360
12920
|
:connection_input)
|
12921
|
+
SENSITIVE = []
|
11361
12922
|
include Aws::Structure
|
11362
12923
|
end
|
11363
12924
|
|
@@ -11390,6 +12951,8 @@ module Aws::Glue
|
|
11390
12951
|
# dynamo_db_targets: [
|
11391
12952
|
# {
|
11392
12953
|
# path: "Path",
|
12954
|
+
# scan_all: false,
|
12955
|
+
# scan_rate: 1.0,
|
11393
12956
|
# },
|
11394
12957
|
# ],
|
11395
12958
|
# catalog_targets: [
|
@@ -11433,14 +12996,13 @@ module Aws::Glue
|
|
11433
12996
|
# @return [Types::CrawlerTargets]
|
11434
12997
|
#
|
11435
12998
|
# @!attribute [rw] schedule
|
11436
|
-
# A `cron` expression used to specify the schedule
|
11437
|
-
#
|
11438
|
-
#
|
11439
|
-
# `cron(15 12 * * ? *)`.
|
12999
|
+
# A `cron` expression used to specify the schedule (see [Time-Based
|
13000
|
+
# Schedules for Jobs and Crawlers][1]. For example, to run something
|
13001
|
+
# every day at 12:15 UTC, you would specify: `cron(15 12 * * ? *)`.
|
11440
13002
|
#
|
11441
13003
|
#
|
11442
13004
|
#
|
11443
|
-
# [1]:
|
13005
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
|
11444
13006
|
# @return [String]
|
11445
13007
|
#
|
11446
13008
|
# @!attribute [rw] classifiers
|
@@ -11459,13 +13021,13 @@ module Aws::Glue
|
|
11459
13021
|
# @return [Types::SchemaChangePolicy]
|
11460
13022
|
#
|
11461
13023
|
# @!attribute [rw] configuration
|
11462
|
-
#
|
11463
|
-
#
|
13024
|
+
# Crawler configuration information. This versioned JSON string allows
|
13025
|
+
# users to specify aspects of a crawler's behavior. For more
|
11464
13026
|
# information, see [Configuring a Crawler][1].
|
11465
13027
|
#
|
11466
13028
|
#
|
11467
13029
|
#
|
11468
|
-
# [1]:
|
13030
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html
|
11469
13031
|
# @return [String]
|
11470
13032
|
#
|
11471
13033
|
# @!attribute [rw] crawler_security_configuration
|
@@ -11487,6 +13049,7 @@ module Aws::Glue
|
|
11487
13049
|
:schema_change_policy,
|
11488
13050
|
:configuration,
|
11489
13051
|
:crawler_security_configuration)
|
13052
|
+
SENSITIVE = []
|
11490
13053
|
include Aws::Structure
|
11491
13054
|
end
|
11492
13055
|
|
@@ -11507,14 +13070,14 @@ module Aws::Glue
|
|
11507
13070
|
# @return [String]
|
11508
13071
|
#
|
11509
13072
|
# @!attribute [rw] schedule
|
11510
|
-
# The updated `cron` expression used to specify the schedule
|
11511
|
-
#
|
11512
|
-
#
|
11513
|
-
#
|
13073
|
+
# The updated `cron` expression used to specify the schedule (see
|
13074
|
+
# [Time-Based Schedules for Jobs and Crawlers][1]. For example, to run
|
13075
|
+
# something every day at 12:15 UTC, you would specify: `cron(15 12 * *
|
13076
|
+
# ? *)`.
|
11514
13077
|
#
|
11515
13078
|
#
|
11516
13079
|
#
|
11517
|
-
# [1]:
|
13080
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html
|
11518
13081
|
# @return [String]
|
11519
13082
|
#
|
11520
13083
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateCrawlerScheduleRequest AWS API Documentation
|
@@ -11522,6 +13085,7 @@ module Aws::Glue
|
|
11522
13085
|
class UpdateCrawlerScheduleRequest < Struct.new(
|
11523
13086
|
:crawler_name,
|
11524
13087
|
:schedule)
|
13088
|
+
SENSITIVE = []
|
11525
13089
|
include Aws::Structure
|
11526
13090
|
end
|
11527
13091
|
|
@@ -11585,6 +13149,7 @@ module Aws::Glue
|
|
11585
13149
|
:header,
|
11586
13150
|
:disable_value_trimming,
|
11587
13151
|
:allow_single_column)
|
13152
|
+
SENSITIVE = []
|
11588
13153
|
include Aws::Structure
|
11589
13154
|
end
|
11590
13155
|
|
@@ -11609,6 +13174,10 @@ module Aws::Glue
|
|
11609
13174
|
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
11610
13175
|
# },
|
11611
13176
|
# ],
|
13177
|
+
# target_database: {
|
13178
|
+
# catalog_id: "CatalogIdString",
|
13179
|
+
# database_name: "NameString",
|
13180
|
+
# },
|
11612
13181
|
# },
|
11613
13182
|
# }
|
11614
13183
|
#
|
@@ -11633,6 +13202,7 @@ module Aws::Glue
|
|
11633
13202
|
:catalog_id,
|
11634
13203
|
:name,
|
11635
13204
|
:database_input)
|
13205
|
+
SENSITIVE = []
|
11636
13206
|
include Aws::Structure
|
11637
13207
|
end
|
11638
13208
|
|
@@ -11718,6 +13288,7 @@ module Aws::Glue
|
|
11718
13288
|
:update_etl_libraries,
|
11719
13289
|
:delete_arguments,
|
11720
13290
|
:add_arguments)
|
13291
|
+
SENSITIVE = []
|
11721
13292
|
include Aws::Structure
|
11722
13293
|
end
|
11723
13294
|
|
@@ -11762,6 +13333,7 @@ module Aws::Glue
|
|
11762
13333
|
:classification,
|
11763
13334
|
:grok_pattern,
|
11764
13335
|
:custom_patterns)
|
13336
|
+
SENSITIVE = []
|
11765
13337
|
include Aws::Structure
|
11766
13338
|
end
|
11767
13339
|
|
@@ -11818,6 +13390,7 @@ module Aws::Glue
|
|
11818
13390
|
class UpdateJobRequest < Struct.new(
|
11819
13391
|
:job_name,
|
11820
13392
|
:job_update)
|
13393
|
+
SENSITIVE = []
|
11821
13394
|
include Aws::Structure
|
11822
13395
|
end
|
11823
13396
|
|
@@ -11829,6 +13402,7 @@ module Aws::Glue
|
|
11829
13402
|
#
|
11830
13403
|
class UpdateJobResponse < Struct.new(
|
11831
13404
|
:job_name)
|
13405
|
+
SENSITIVE = []
|
11832
13406
|
include Aws::Structure
|
11833
13407
|
end
|
11834
13408
|
|
@@ -11848,7 +13422,7 @@ module Aws::Glue
|
|
11848
13422
|
#
|
11849
13423
|
# @!attribute [rw] json_path
|
11850
13424
|
# A `JsonPath` string defining the JSON data for the classifier to
|
11851
|
-
# classify. AWS Glue supports a subset of
|
13425
|
+
# classify. AWS Glue supports a subset of JsonPath, as described in
|
11852
13426
|
# [Writing JsonPath Custom Classifiers][1].
|
11853
13427
|
#
|
11854
13428
|
#
|
@@ -11861,6 +13435,7 @@ module Aws::Glue
|
|
11861
13435
|
class UpdateJsonClassifierRequest < Struct.new(
|
11862
13436
|
:name,
|
11863
13437
|
:json_path)
|
13438
|
+
SENSITIVE = []
|
11864
13439
|
include Aws::Structure
|
11865
13440
|
end
|
11866
13441
|
|
@@ -11985,6 +13560,7 @@ module Aws::Glue
|
|
11985
13560
|
:number_of_workers,
|
11986
13561
|
:timeout,
|
11987
13562
|
:max_retries)
|
13563
|
+
SENSITIVE = []
|
11988
13564
|
include Aws::Structure
|
11989
13565
|
end
|
11990
13566
|
|
@@ -11996,6 +13572,7 @@ module Aws::Glue
|
|
11996
13572
|
#
|
11997
13573
|
class UpdateMLTransformResponse < Struct.new(
|
11998
13574
|
:transform_id)
|
13575
|
+
SENSITIVE = []
|
11999
13576
|
include Aws::Structure
|
12000
13577
|
end
|
12001
13578
|
|
@@ -12090,6 +13667,7 @@ module Aws::Glue
|
|
12090
13667
|
:table_name,
|
12091
13668
|
:partition_value_list,
|
12092
13669
|
:partition_input)
|
13670
|
+
SENSITIVE = []
|
12093
13671
|
include Aws::Structure
|
12094
13672
|
end
|
12095
13673
|
|
@@ -12168,6 +13746,11 @@ module Aws::Glue
|
|
12168
13746
|
# parameters: {
|
12169
13747
|
# "KeyString" => "ParametersMapValue",
|
12170
13748
|
# },
|
13749
|
+
# target_table: {
|
13750
|
+
# catalog_id: "CatalogIdString",
|
13751
|
+
# database_name: "NameString",
|
13752
|
+
# name: "NameString",
|
13753
|
+
# },
|
12171
13754
|
# },
|
12172
13755
|
# skip_archive: false,
|
12173
13756
|
# }
|
@@ -12200,6 +13783,7 @@ module Aws::Glue
|
|
12200
13783
|
:database_name,
|
12201
13784
|
:table_input,
|
12202
13785
|
:skip_archive)
|
13786
|
+
SENSITIVE = []
|
12203
13787
|
include Aws::Structure
|
12204
13788
|
end
|
12205
13789
|
|
@@ -12258,6 +13842,7 @@ module Aws::Glue
|
|
12258
13842
|
class UpdateTriggerRequest < Struct.new(
|
12259
13843
|
:name,
|
12260
13844
|
:trigger_update)
|
13845
|
+
SENSITIVE = []
|
12261
13846
|
include Aws::Structure
|
12262
13847
|
end
|
12263
13848
|
|
@@ -12269,6 +13854,7 @@ module Aws::Glue
|
|
12269
13854
|
#
|
12270
13855
|
class UpdateTriggerResponse < Struct.new(
|
12271
13856
|
:trigger)
|
13857
|
+
SENSITIVE = []
|
12272
13858
|
include Aws::Structure
|
12273
13859
|
end
|
12274
13860
|
|
@@ -12319,6 +13905,7 @@ module Aws::Glue
|
|
12319
13905
|
:database_name,
|
12320
13906
|
:function_name,
|
12321
13907
|
:function_input)
|
13908
|
+
SENSITIVE = []
|
12322
13909
|
include Aws::Structure
|
12323
13910
|
end
|
12324
13911
|
|
@@ -12356,6 +13943,7 @@ module Aws::Glue
|
|
12356
13943
|
:name,
|
12357
13944
|
:description,
|
12358
13945
|
:default_run_properties)
|
13946
|
+
SENSITIVE = []
|
12359
13947
|
include Aws::Structure
|
12360
13948
|
end
|
12361
13949
|
|
@@ -12367,6 +13955,7 @@ module Aws::Glue
|
|
12367
13955
|
#
|
12368
13956
|
class UpdateWorkflowResponse < Struct.new(
|
12369
13957
|
:name)
|
13958
|
+
SENSITIVE = []
|
12370
13959
|
include Aws::Structure
|
12371
13960
|
end
|
12372
13961
|
|
@@ -12404,6 +13993,7 @@ module Aws::Glue
|
|
12404
13993
|
:name,
|
12405
13994
|
:classification,
|
12406
13995
|
:row_tag)
|
13996
|
+
SENSITIVE = []
|
12407
13997
|
include Aws::Structure
|
12408
13998
|
end
|
12409
13999
|
|
@@ -12415,7 +14005,7 @@ module Aws::Glue
|
|
12415
14005
|
# @return [String]
|
12416
14006
|
#
|
12417
14007
|
# @!attribute [rw] database_name
|
12418
|
-
# The name of the database
|
14008
|
+
# The name of the catalog database that contains the function.
|
12419
14009
|
# @return [String]
|
12420
14010
|
#
|
12421
14011
|
# @!attribute [rw] class_name
|
@@ -12438,6 +14028,10 @@ module Aws::Glue
|
|
12438
14028
|
# The resource URIs for the function.
|
12439
14029
|
# @return [Array<Types::ResourceUri>]
|
12440
14030
|
#
|
14031
|
+
# @!attribute [rw] catalog_id
|
14032
|
+
# The ID of the Data Catalog in which the function resides.
|
14033
|
+
# @return [String]
|
14034
|
+
#
|
12441
14035
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UserDefinedFunction AWS API Documentation
|
12442
14036
|
#
|
12443
14037
|
class UserDefinedFunction < Struct.new(
|
@@ -12447,7 +14041,9 @@ module Aws::Glue
|
|
12447
14041
|
:owner_name,
|
12448
14042
|
:owner_type,
|
12449
14043
|
:create_time,
|
12450
|
-
:resource_uris
|
14044
|
+
:resource_uris,
|
14045
|
+
:catalog_id)
|
14046
|
+
SENSITIVE = []
|
12451
14047
|
include Aws::Structure
|
12452
14048
|
end
|
12453
14049
|
|
@@ -12497,6 +14093,7 @@ module Aws::Glue
|
|
12497
14093
|
:owner_name,
|
12498
14094
|
:owner_type,
|
12499
14095
|
:resource_uris)
|
14096
|
+
SENSITIVE = []
|
12500
14097
|
include Aws::Structure
|
12501
14098
|
end
|
12502
14099
|
|
@@ -12510,6 +14107,7 @@ module Aws::Glue
|
|
12510
14107
|
#
|
12511
14108
|
class ValidationException < Struct.new(
|
12512
14109
|
:message)
|
14110
|
+
SENSITIVE = []
|
12513
14111
|
include Aws::Structure
|
12514
14112
|
end
|
12515
14113
|
|
@@ -12523,6 +14121,7 @@ module Aws::Glue
|
|
12523
14121
|
#
|
12524
14122
|
class VersionMismatchException < Struct.new(
|
12525
14123
|
:message)
|
14124
|
+
SENSITIVE = []
|
12526
14125
|
include Aws::Structure
|
12527
14126
|
end
|
12528
14127
|
|
@@ -12570,6 +14169,7 @@ module Aws::Glue
|
|
12570
14169
|
:last_modified_on,
|
12571
14170
|
:last_run,
|
12572
14171
|
:graph)
|
14172
|
+
SENSITIVE = []
|
12573
14173
|
include Aws::Structure
|
12574
14174
|
end
|
12575
14175
|
|
@@ -12592,6 +14192,7 @@ module Aws::Glue
|
|
12592
14192
|
class WorkflowGraph < Struct.new(
|
12593
14193
|
:nodes,
|
12594
14194
|
:edges)
|
14195
|
+
SENSITIVE = []
|
12595
14196
|
include Aws::Structure
|
12596
14197
|
end
|
12597
14198
|
|
@@ -12643,6 +14244,7 @@ module Aws::Glue
|
|
12643
14244
|
:status,
|
12644
14245
|
:statistics,
|
12645
14246
|
:graph)
|
14247
|
+
SENSITIVE = []
|
12646
14248
|
include Aws::Structure
|
12647
14249
|
end
|
12648
14250
|
|
@@ -12681,6 +14283,7 @@ module Aws::Glue
|
|
12681
14283
|
:stopped_actions,
|
12682
14284
|
:succeeded_actions,
|
12683
14285
|
:running_actions)
|
14286
|
+
SENSITIVE = []
|
12684
14287
|
include Aws::Structure
|
12685
14288
|
end
|
12686
14289
|
|
@@ -12724,6 +14327,7 @@ module Aws::Glue
|
|
12724
14327
|
:last_updated,
|
12725
14328
|
:version,
|
12726
14329
|
:row_tag)
|
14330
|
+
SENSITIVE = []
|
12727
14331
|
include Aws::Structure
|
12728
14332
|
end
|
12729
14333
|
|