aws-sdk-glue 1.59.0 → 1.60.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b9a3483b716e9a9341caa9faae43163757fb5db5e5dba7d91c08769d55b0881
4
- data.tar.gz: 06bba234dda6725f5c59f5d33be8f1de756c47fd2faaa2609da2b47a06476426
3
+ metadata.gz: 249550e9b2b23a6243890d14b22554003f5be317004e1a35d0b7d9fb34a16a05
4
+ data.tar.gz: 111ec4bad590fc5cf86fdaaa817093125344f6d3216db1f44cb73d9e7229228a
5
5
  SHA512:
6
- metadata.gz: a36f4ad2947b0b75b49b092a8c264e29248e4b48c9ee3cd8573a912dc2857e058d49030f0e3a3cfd4c73a735cb8373f8f1f7ac72c2706dec90ebb34e21b65c88
7
- data.tar.gz: 7bbf7581419453aac764dff8f969e7a7bd47f3a6415212a090a3d25c1a36c08f872915efed015bf28ea82a2f1828dd97e9272b90667b1d3285085c6aa89f1a02
6
+ metadata.gz: f81c38f8c1c7cab276ef726b141fbb3eddf8a7812eebfffaaa4ad3c9035292bbef3772f932c88315269fb3eae3bb67f2e0bed68ccb6d48bf1c5b9ac8f543eded
7
+ data.tar.gz: 4eb0bd32a35fb5d69c344fee364cf47305fd5ad9c0b83b70408916bda38961a8e7925937d2d21a6ebf7b999488afaa31277ea2427702608fc8fcffc15f7eaf0e
@@ -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:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-glue/customizations'
45
47
  # @service
46
48
  module Aws::Glue
47
49
 
48
- GEM_VERSION = '1.59.0'
50
+ GEM_VERSION = '1.60.0'
49
51
 
50
52
  end
@@ -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:
@@ -8167,7 +8169,7 @@ module Aws::Glue
8167
8169
  params: params,
8168
8170
  config: config)
8169
8171
  context[:gem_name] = 'aws-sdk-glue'
8170
- context[:gem_version] = '1.59.0'
8172
+ context[:gem_version] = '1.60.0'
8171
8173
  Seahorse::Client::Request.new(handlers, context)
8172
8174
  end
8173
8175
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -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,7 @@ module Aws::Glue
730
760
  class BatchStopJobRunSuccessfulSubmission < Struct.new(
731
761
  :job_name,
732
762
  :job_run_id)
763
+ SENSITIVE = []
733
764
  include Aws::Structure
734
765
  end
735
766
 
@@ -754,6 +785,7 @@ module Aws::Glue
754
785
  class CancelMLTaskRunRequest < Struct.new(
755
786
  :transform_id,
756
787
  :task_run_id)
788
+ SENSITIVE = []
757
789
  include Aws::Structure
758
790
  end
759
791
 
@@ -775,6 +807,7 @@ module Aws::Glue
775
807
  :transform_id,
776
808
  :task_run_id,
777
809
  :status)
810
+ SENSITIVE = []
778
811
  include Aws::Structure
779
812
  end
780
813
 
@@ -801,6 +834,7 @@ module Aws::Glue
801
834
  class CatalogEntry < Struct.new(
802
835
  :database_name,
803
836
  :table_name)
837
+ SENSITIVE = []
804
838
  include Aws::Structure
805
839
  end
806
840
 
@@ -824,6 +858,7 @@ module Aws::Glue
824
858
  :import_completed,
825
859
  :import_time,
826
860
  :imported_by)
861
+ SENSITIVE = []
827
862
  include Aws::Structure
828
863
  end
829
864
 
@@ -850,6 +885,7 @@ module Aws::Glue
850
885
  class CatalogTarget < Struct.new(
851
886
  :database_name,
852
887
  :tables)
888
+ SENSITIVE = []
853
889
  include Aws::Structure
854
890
  end
855
891
 
@@ -888,6 +924,7 @@ module Aws::Glue
888
924
  :xml_classifier,
889
925
  :json_classifier,
890
926
  :csv_classifier)
927
+ SENSITIVE = []
891
928
  include Aws::Structure
892
929
  end
893
930
 
@@ -915,6 +952,7 @@ module Aws::Glue
915
952
  class CloudWatchEncryption < Struct.new(
916
953
  :cloud_watch_encryption_mode,
917
954
  :kms_key_arn)
955
+ SENSITIVE = []
918
956
  include Aws::Structure
919
957
  end
920
958
 
@@ -947,6 +985,7 @@ module Aws::Glue
947
985
  :source,
948
986
  :target,
949
987
  :target_parameter)
988
+ SENSITIVE = []
950
989
  include Aws::Structure
951
990
  end
952
991
 
@@ -991,6 +1030,7 @@ module Aws::Glue
991
1030
  :node_type,
992
1031
  :args,
993
1032
  :line_number)
1033
+ SENSITIVE = []
994
1034
  include Aws::Structure
995
1035
  end
996
1036
 
@@ -1023,6 +1063,7 @@ module Aws::Glue
1023
1063
  :name,
1024
1064
  :value,
1025
1065
  :param)
1066
+ SENSITIVE = []
1026
1067
  include Aws::Structure
1027
1068
  end
1028
1069
 
@@ -1063,6 +1104,7 @@ module Aws::Glue
1063
1104
  :type,
1064
1105
  :comment,
1065
1106
  :parameters)
1107
+ SENSITIVE = []
1066
1108
  include Aws::Structure
1067
1109
  end
1068
1110
 
@@ -1076,6 +1118,7 @@ module Aws::Glue
1076
1118
  #
1077
1119
  class ConcurrentModificationException < Struct.new(
1078
1120
  :message)
1121
+ SENSITIVE = []
1079
1122
  include Aws::Structure
1080
1123
  end
1081
1124
 
@@ -1089,6 +1132,7 @@ module Aws::Glue
1089
1132
  #
1090
1133
  class ConcurrentRunsExceededException < Struct.new(
1091
1134
  :message)
1135
+ SENSITIVE = []
1092
1136
  include Aws::Structure
1093
1137
  end
1094
1138
 
@@ -1137,6 +1181,7 @@ module Aws::Glue
1137
1181
  :state,
1138
1182
  :crawler_name,
1139
1183
  :crawl_state)
1184
+ SENSITIVE = []
1140
1185
  include Aws::Structure
1141
1186
  end
1142
1187
 
@@ -1150,6 +1195,7 @@ module Aws::Glue
1150
1195
  #
1151
1196
  class ConditionCheckFailureException < Struct.new(
1152
1197
  :message)
1198
+ SENSITIVE = []
1153
1199
  include Aws::Structure
1154
1200
  end
1155
1201
 
@@ -1189,6 +1235,7 @@ module Aws::Glue
1189
1235
  :num_false_positives,
1190
1236
  :num_true_negatives,
1191
1237
  :num_false_negatives)
1238
+ SENSITIVE = []
1192
1239
  include Aws::Structure
1193
1240
  end
1194
1241
 
@@ -1314,6 +1361,7 @@ module Aws::Glue
1314
1361
  :creation_time,
1315
1362
  :last_updated_time,
1316
1363
  :last_updated_by)
1364
+ SENSITIVE = []
1317
1365
  include Aws::Structure
1318
1366
  end
1319
1367
 
@@ -1383,6 +1431,7 @@ module Aws::Glue
1383
1431
  :match_criteria,
1384
1432
  :connection_properties,
1385
1433
  :physical_connection_requirements)
1434
+ SENSITIVE = []
1386
1435
  include Aws::Structure
1387
1436
  end
1388
1437
 
@@ -1433,6 +1482,7 @@ module Aws::Glue
1433
1482
  class ConnectionPasswordEncryption < Struct.new(
1434
1483
  :return_connection_password_encrypted,
1435
1484
  :aws_kms_key_id)
1485
+ SENSITIVE = []
1436
1486
  include Aws::Structure
1437
1487
  end
1438
1488
 
@@ -1453,6 +1503,7 @@ module Aws::Glue
1453
1503
  #
1454
1504
  class ConnectionsList < Struct.new(
1455
1505
  :connections)
1506
+ SENSITIVE = []
1456
1507
  include Aws::Structure
1457
1508
  end
1458
1509
 
@@ -1491,6 +1542,7 @@ module Aws::Glue
1491
1542
  :error_message,
1492
1543
  :log_group,
1493
1544
  :log_stream)
1545
+ SENSITIVE = []
1494
1546
  include Aws::Structure
1495
1547
  end
1496
1548
 
@@ -1601,6 +1653,7 @@ module Aws::Glue
1601
1653
  :version,
1602
1654
  :configuration,
1603
1655
  :crawler_security_configuration)
1656
+ SENSITIVE = []
1604
1657
  include Aws::Structure
1605
1658
  end
1606
1659
 
@@ -1650,6 +1703,7 @@ module Aws::Glue
1650
1703
  :tables_created,
1651
1704
  :tables_updated,
1652
1705
  :tables_deleted)
1706
+ SENSITIVE = []
1653
1707
  include Aws::Structure
1654
1708
  end
1655
1709
 
@@ -1663,6 +1717,7 @@ module Aws::Glue
1663
1717
  #
1664
1718
  class CrawlerNodeDetails < Struct.new(
1665
1719
  :crawls)
1720
+ SENSITIVE = []
1666
1721
  include Aws::Structure
1667
1722
  end
1668
1723
 
@@ -1676,6 +1731,7 @@ module Aws::Glue
1676
1731
  #
1677
1732
  class CrawlerNotRunningException < Struct.new(
1678
1733
  :message)
1734
+ SENSITIVE = []
1679
1735
  include Aws::Structure
1680
1736
  end
1681
1737
 
@@ -1690,6 +1746,7 @@ module Aws::Glue
1690
1746
  #
1691
1747
  class CrawlerRunningException < Struct.new(
1692
1748
  :message)
1749
+ SENSITIVE = []
1693
1750
  include Aws::Structure
1694
1751
  end
1695
1752
 
@@ -1703,6 +1760,7 @@ module Aws::Glue
1703
1760
  #
1704
1761
  class CrawlerStoppingException < Struct.new(
1705
1762
  :message)
1763
+ SENSITIVE = []
1706
1764
  include Aws::Structure
1707
1765
  end
1708
1766
 
@@ -1763,6 +1821,7 @@ module Aws::Glue
1763
1821
  :jdbc_targets,
1764
1822
  :dynamo_db_targets,
1765
1823
  :catalog_targets)
1824
+ SENSITIVE = []
1766
1825
  include Aws::Structure
1767
1826
  end
1768
1827
 
@@ -1819,6 +1878,7 @@ module Aws::Glue
1819
1878
  :xml_classifier,
1820
1879
  :json_classifier,
1821
1880
  :csv_classifier)
1881
+ SENSITIVE = []
1822
1882
  include Aws::Structure
1823
1883
  end
1824
1884
 
@@ -1861,6 +1921,7 @@ module Aws::Glue
1861
1921
  class CreateConnectionRequest < Struct.new(
1862
1922
  :catalog_id,
1863
1923
  :connection_input)
1924
+ SENSITIVE = []
1864
1925
  include Aws::Structure
1865
1926
  end
1866
1927
 
@@ -2005,6 +2066,7 @@ module Aws::Glue
2005
2066
  :configuration,
2006
2067
  :crawler_security_configuration,
2007
2068
  :tags)
2069
+ SENSITIVE = []
2008
2070
  include Aws::Structure
2009
2071
  end
2010
2072
 
@@ -2068,6 +2130,7 @@ module Aws::Glue
2068
2130
  :header,
2069
2131
  :disable_value_trimming,
2070
2132
  :allow_single_column)
2133
+ SENSITIVE = []
2071
2134
  include Aws::Structure
2072
2135
  end
2073
2136
 
@@ -2108,6 +2171,7 @@ module Aws::Glue
2108
2171
  class CreateDatabaseRequest < Struct.new(
2109
2172
  :catalog_id,
2110
2173
  :database_input)
2174
+ SENSITIVE = []
2111
2175
  include Aws::Structure
2112
2176
  end
2113
2177
 
@@ -2291,6 +2355,7 @@ module Aws::Glue
2291
2355
  :security_configuration,
2292
2356
  :tags,
2293
2357
  :arguments)
2358
+ SENSITIVE = []
2294
2359
  include Aws::Structure
2295
2360
  end
2296
2361
 
@@ -2415,6 +2480,7 @@ module Aws::Glue
2415
2480
  :security_configuration,
2416
2481
  :created_timestamp,
2417
2482
  :arguments)
2483
+ SENSITIVE = []
2418
2484
  include Aws::Structure
2419
2485
  end
2420
2486
 
@@ -2454,6 +2520,7 @@ module Aws::Glue
2454
2520
  :name,
2455
2521
  :grok_pattern,
2456
2522
  :custom_patterns)
2523
+ SENSITIVE = []
2457
2524
  include Aws::Structure
2458
2525
  end
2459
2526
 
@@ -2687,6 +2754,7 @@ module Aws::Glue
2687
2754
  :glue_version,
2688
2755
  :number_of_workers,
2689
2756
  :worker_type)
2757
+ SENSITIVE = []
2690
2758
  include Aws::Structure
2691
2759
  end
2692
2760
 
@@ -2698,6 +2766,7 @@ module Aws::Glue
2698
2766
  #
2699
2767
  class CreateJobResponse < Struct.new(
2700
2768
  :name)
2769
+ SENSITIVE = []
2701
2770
  include Aws::Structure
2702
2771
  end
2703
2772
 
@@ -2730,6 +2799,7 @@ module Aws::Glue
2730
2799
  class CreateJsonClassifierRequest < Struct.new(
2731
2800
  :name,
2732
2801
  :json_path)
2802
+ SENSITIVE = []
2733
2803
  include Aws::Structure
2734
2804
  end
2735
2805
 
@@ -2924,6 +2994,7 @@ module Aws::Glue
2924
2994
  :timeout,
2925
2995
  :max_retries,
2926
2996
  :tags)
2997
+ SENSITIVE = []
2927
2998
  include Aws::Structure
2928
2999
  end
2929
3000
 
@@ -2935,6 +3006,7 @@ module Aws::Glue
2935
3006
  #
2936
3007
  class CreateMLTransformResponse < Struct.new(
2937
3008
  :transform_id)
3009
+ SENSITIVE = []
2938
3010
  include Aws::Structure
2939
3011
  end
2940
3012
 
@@ -3023,6 +3095,7 @@ module Aws::Glue
3023
3095
  :database_name,
3024
3096
  :table_name,
3025
3097
  :partition_input)
3098
+ SENSITIVE = []
3026
3099
  include Aws::Structure
3027
3100
  end
3028
3101
 
@@ -3076,6 +3149,7 @@ module Aws::Glue
3076
3149
  :dag_nodes,
3077
3150
  :dag_edges,
3078
3151
  :language)
3152
+ SENSITIVE = []
3079
3153
  include Aws::Structure
3080
3154
  end
3081
3155
 
@@ -3092,6 +3166,7 @@ module Aws::Glue
3092
3166
  class CreateScriptResponse < Struct.new(
3093
3167
  :python_script,
3094
3168
  :scala_code)
3169
+ SENSITIVE = []
3095
3170
  include Aws::Structure
3096
3171
  end
3097
3172
 
@@ -3131,6 +3206,7 @@ module Aws::Glue
3131
3206
  class CreateSecurityConfigurationRequest < Struct.new(
3132
3207
  :name,
3133
3208
  :encryption_configuration)
3209
+ SENSITIVE = []
3134
3210
  include Aws::Structure
3135
3211
  end
3136
3212
 
@@ -3147,6 +3223,7 @@ module Aws::Glue
3147
3223
  class CreateSecurityConfigurationResponse < Struct.new(
3148
3224
  :name,
3149
3225
  :created_timestamp)
3226
+ SENSITIVE = []
3150
3227
  include Aws::Structure
3151
3228
  end
3152
3229
 
@@ -3245,6 +3322,7 @@ module Aws::Glue
3245
3322
  :catalog_id,
3246
3323
  :database_name,
3247
3324
  :table_input)
3325
+ SENSITIVE = []
3248
3326
  include Aws::Structure
3249
3327
  end
3250
3328
 
@@ -3358,6 +3436,7 @@ module Aws::Glue
3358
3436
  :description,
3359
3437
  :start_on_creation,
3360
3438
  :tags)
3439
+ SENSITIVE = []
3361
3440
  include Aws::Structure
3362
3441
  end
3363
3442
 
@@ -3369,6 +3448,7 @@ module Aws::Glue
3369
3448
  #
3370
3449
  class CreateTriggerResponse < Struct.new(
3371
3450
  :name)
3451
+ SENSITIVE = []
3372
3452
  include Aws::Structure
3373
3453
  end
3374
3454
 
@@ -3412,6 +3492,7 @@ module Aws::Glue
3412
3492
  :catalog_id,
3413
3493
  :database_name,
3414
3494
  :function_input)
3495
+ SENSITIVE = []
3415
3496
  include Aws::Structure
3416
3497
  end
3417
3498
 
@@ -3458,6 +3539,7 @@ module Aws::Glue
3458
3539
  :description,
3459
3540
  :default_run_properties,
3460
3541
  :tags)
3542
+ SENSITIVE = []
3461
3543
  include Aws::Structure
3462
3544
  end
3463
3545
 
@@ -3469,6 +3551,7 @@ module Aws::Glue
3469
3551
  #
3470
3552
  class CreateWorkflowResponse < Struct.new(
3471
3553
  :name)
3554
+ SENSITIVE = []
3472
3555
  include Aws::Structure
3473
3556
  end
3474
3557
 
@@ -3506,6 +3589,7 @@ module Aws::Glue
3506
3589
  :classification,
3507
3590
  :name,
3508
3591
  :row_tag)
3592
+ SENSITIVE = []
3509
3593
  include Aws::Structure
3510
3594
  end
3511
3595
 
@@ -3567,6 +3651,7 @@ module Aws::Glue
3567
3651
  :header,
3568
3652
  :disable_value_trimming,
3569
3653
  :allow_single_column)
3654
+ SENSITIVE = []
3570
3655
  include Aws::Structure
3571
3656
  end
3572
3657
 
@@ -3604,6 +3689,7 @@ module Aws::Glue
3604
3689
  class DataCatalogEncryptionSettings < Struct.new(
3605
3690
  :encryption_at_rest,
3606
3691
  :connection_password_encryption)
3692
+ SENSITIVE = []
3607
3693
  include Aws::Structure
3608
3694
  end
3609
3695
 
@@ -3624,6 +3710,7 @@ module Aws::Glue
3624
3710
  #
3625
3711
  class DataLakePrincipal < Struct.new(
3626
3712
  :data_lake_principal_identifier)
3713
+ SENSITIVE = []
3627
3714
  include Aws::Structure
3628
3715
  end
3629
3716
 
@@ -3665,6 +3752,7 @@ module Aws::Glue
3665
3752
  :parameters,
3666
3753
  :create_time,
3667
3754
  :create_table_default_permissions)
3755
+ SENSITIVE = []
3668
3756
  include Aws::Structure
3669
3757
  end
3670
3758
 
@@ -3723,6 +3811,7 @@ module Aws::Glue
3723
3811
  :location_uri,
3724
3812
  :parameters,
3725
3813
  :create_table_default_permissions)
3814
+ SENSITIVE = []
3726
3815
  include Aws::Structure
3727
3816
  end
3728
3817
 
@@ -3741,6 +3830,7 @@ module Aws::Glue
3741
3830
  #
3742
3831
  class DeleteClassifierRequest < Struct.new(
3743
3832
  :name)
3833
+ SENSITIVE = []
3744
3834
  include Aws::Structure
3745
3835
  end
3746
3836
 
@@ -3770,6 +3860,7 @@ module Aws::Glue
3770
3860
  class DeleteConnectionRequest < Struct.new(
3771
3861
  :catalog_id,
3772
3862
  :connection_name)
3863
+ SENSITIVE = []
3773
3864
  include Aws::Structure
3774
3865
  end
3775
3866
 
@@ -3792,6 +3883,7 @@ module Aws::Glue
3792
3883
  #
3793
3884
  class DeleteCrawlerRequest < Struct.new(
3794
3885
  :name)
3886
+ SENSITIVE = []
3795
3887
  include Aws::Structure
3796
3888
  end
3797
3889
 
@@ -3822,6 +3914,7 @@ module Aws::Glue
3822
3914
  class DeleteDatabaseRequest < Struct.new(
3823
3915
  :catalog_id,
3824
3916
  :name)
3917
+ SENSITIVE = []
3825
3918
  include Aws::Structure
3826
3919
  end
3827
3920
 
@@ -3844,6 +3937,7 @@ module Aws::Glue
3844
3937
  #
3845
3938
  class DeleteDevEndpointRequest < Struct.new(
3846
3939
  :endpoint_name)
3940
+ SENSITIVE = []
3847
3941
  include Aws::Structure
3848
3942
  end
3849
3943
 
@@ -3866,6 +3960,7 @@ module Aws::Glue
3866
3960
  #
3867
3961
  class DeleteJobRequest < Struct.new(
3868
3962
  :job_name)
3963
+ SENSITIVE = []
3869
3964
  include Aws::Structure
3870
3965
  end
3871
3966
 
@@ -3877,6 +3972,7 @@ module Aws::Glue
3877
3972
  #
3878
3973
  class DeleteJobResponse < Struct.new(
3879
3974
  :job_name)
3975
+ SENSITIVE = []
3880
3976
  include Aws::Structure
3881
3977
  end
3882
3978
 
@@ -3895,6 +3991,7 @@ module Aws::Glue
3895
3991
  #
3896
3992
  class DeleteMLTransformRequest < Struct.new(
3897
3993
  :transform_id)
3994
+ SENSITIVE = []
3898
3995
  include Aws::Structure
3899
3996
  end
3900
3997
 
@@ -3906,6 +4003,7 @@ module Aws::Glue
3906
4003
  #
3907
4004
  class DeleteMLTransformResponse < Struct.new(
3908
4005
  :transform_id)
4006
+ SENSITIVE = []
3909
4007
  include Aws::Structure
3910
4008
  end
3911
4009
 
@@ -3944,6 +4042,7 @@ module Aws::Glue
3944
4042
  :database_name,
3945
4043
  :table_name,
3946
4044
  :partition_values)
4045
+ SENSITIVE = []
3947
4046
  include Aws::Structure
3948
4047
  end
3949
4048
 
@@ -3966,6 +4065,7 @@ module Aws::Glue
3966
4065
  #
3967
4066
  class DeleteResourcePolicyRequest < Struct.new(
3968
4067
  :policy_hash_condition)
4068
+ SENSITIVE = []
3969
4069
  include Aws::Structure
3970
4070
  end
3971
4071
 
@@ -3988,6 +4088,7 @@ module Aws::Glue
3988
4088
  #
3989
4089
  class DeleteSecurityConfigurationRequest < Struct.new(
3990
4090
  :name)
4091
+ SENSITIVE = []
3991
4092
  include Aws::Structure
3992
4093
  end
3993
4094
 
@@ -4025,6 +4126,7 @@ module Aws::Glue
4025
4126
  :catalog_id,
4026
4127
  :database_name,
4027
4128
  :name)
4129
+ SENSITIVE = []
4028
4130
  include Aws::Structure
4029
4131
  end
4030
4132
 
@@ -4069,6 +4171,7 @@ module Aws::Glue
4069
4171
  :database_name,
4070
4172
  :table_name,
4071
4173
  :version_id)
4174
+ SENSITIVE = []
4072
4175
  include Aws::Structure
4073
4176
  end
4074
4177
 
@@ -4091,6 +4194,7 @@ module Aws::Glue
4091
4194
  #
4092
4195
  class DeleteTriggerRequest < Struct.new(
4093
4196
  :name)
4197
+ SENSITIVE = []
4094
4198
  include Aws::Structure
4095
4199
  end
4096
4200
 
@@ -4102,6 +4206,7 @@ module Aws::Glue
4102
4206
  #
4103
4207
  class DeleteTriggerResponse < Struct.new(
4104
4208
  :name)
4209
+ SENSITIVE = []
4105
4210
  include Aws::Structure
4106
4211
  end
4107
4212
 
@@ -4133,6 +4238,7 @@ module Aws::Glue
4133
4238
  :catalog_id,
4134
4239
  :database_name,
4135
4240
  :function_name)
4241
+ SENSITIVE = []
4136
4242
  include Aws::Structure
4137
4243
  end
4138
4244
 
@@ -4155,6 +4261,7 @@ module Aws::Glue
4155
4261
  #
4156
4262
  class DeleteWorkflowRequest < Struct.new(
4157
4263
  :name)
4264
+ SENSITIVE = []
4158
4265
  include Aws::Structure
4159
4266
  end
4160
4267
 
@@ -4166,6 +4273,7 @@ module Aws::Glue
4166
4273
  #
4167
4274
  class DeleteWorkflowResponse < Struct.new(
4168
4275
  :name)
4276
+ SENSITIVE = []
4169
4277
  include Aws::Structure
4170
4278
  end
4171
4279
 
@@ -4389,6 +4497,7 @@ module Aws::Glue
4389
4497
  :public_keys,
4390
4498
  :security_configuration,
4391
4499
  :arguments)
4500
+ SENSITIVE = []
4392
4501
  include Aws::Structure
4393
4502
  end
4394
4503
 
@@ -4433,6 +4542,7 @@ module Aws::Glue
4433
4542
  class DevEndpointCustomLibraries < Struct.new(
4434
4543
  :extra_python_libs_s3_path,
4435
4544
  :extra_jars_s3_path)
4545
+ SENSITIVE = []
4436
4546
  include Aws::Structure
4437
4547
  end
4438
4548
 
@@ -4480,6 +4590,7 @@ module Aws::Glue
4480
4590
  :path,
4481
4591
  :scan_all,
4482
4592
  :scan_rate)
4593
+ SENSITIVE = []
4483
4594
  include Aws::Structure
4484
4595
  end
4485
4596
 
@@ -4499,6 +4610,7 @@ module Aws::Glue
4499
4610
  class Edge < Struct.new(
4500
4611
  :source_id,
4501
4612
  :destination_id)
4613
+ SENSITIVE = []
4502
4614
  include Aws::Structure
4503
4615
  end
4504
4616
 
@@ -4525,6 +4637,7 @@ module Aws::Glue
4525
4637
  class EncryptionAtRest < Struct.new(
4526
4638
  :catalog_encryption_mode,
4527
4639
  :sse_aws_kms_key_id)
4640
+ SENSITIVE = []
4528
4641
  include Aws::Structure
4529
4642
  end
4530
4643
 
@@ -4569,6 +4682,7 @@ module Aws::Glue
4569
4682
  :s3_encryption,
4570
4683
  :cloud_watch_encryption,
4571
4684
  :job_bookmarks_encryption)
4685
+ SENSITIVE = []
4572
4686
  include Aws::Structure
4573
4687
  end
4574
4688
 
@@ -4582,6 +4696,7 @@ module Aws::Glue
4582
4696
  #
4583
4697
  class EntityNotFoundException < Struct.new(
4584
4698
  :message)
4699
+ SENSITIVE = []
4585
4700
  include Aws::Structure
4586
4701
  end
4587
4702
 
@@ -4600,6 +4715,7 @@ module Aws::Glue
4600
4715
  class ErrorDetail < Struct.new(
4601
4716
  :error_code,
4602
4717
  :error_message)
4718
+ SENSITIVE = []
4603
4719
  include Aws::Structure
4604
4720
  end
4605
4721
 
@@ -4619,6 +4735,7 @@ module Aws::Glue
4619
4735
  class EvaluationMetrics < Struct.new(
4620
4736
  :transform_type,
4621
4737
  :find_matches_metrics)
4738
+ SENSITIVE = []
4622
4739
  include Aws::Structure
4623
4740
  end
4624
4741
 
@@ -4641,6 +4758,7 @@ module Aws::Glue
4641
4758
  #
4642
4759
  class ExecutionProperty < Struct.new(
4643
4760
  :max_concurrent_runs)
4761
+ SENSITIVE = []
4644
4762
  include Aws::Structure
4645
4763
  end
4646
4764
 
@@ -4655,6 +4773,7 @@ module Aws::Glue
4655
4773
  #
4656
4774
  class ExportLabelsTaskRunProperties < Struct.new(
4657
4775
  :output_s3_path)
4776
+ SENSITIVE = []
4658
4777
  include Aws::Structure
4659
4778
  end
4660
4779
 
@@ -4733,6 +4852,7 @@ module Aws::Glue
4733
4852
  :recall,
4734
4853
  :f1,
4735
4854
  :confusion_matrix)
4855
+ SENSITIVE = []
4736
4856
  include Aws::Structure
4737
4857
  end
4738
4858
 
@@ -4804,6 +4924,7 @@ module Aws::Glue
4804
4924
  :precision_recall_tradeoff,
4805
4925
  :accuracy_cost_tradeoff,
4806
4926
  :enforce_provided_labels)
4927
+ SENSITIVE = []
4807
4928
  include Aws::Structure
4808
4929
  end
4809
4930
 
@@ -4827,6 +4948,7 @@ module Aws::Glue
4827
4948
  :job_id,
4828
4949
  :job_name,
4829
4950
  :job_run_id)
4951
+ SENSITIVE = []
4830
4952
  include Aws::Structure
4831
4953
  end
4832
4954
 
@@ -4846,6 +4968,7 @@ module Aws::Glue
4846
4968
  #
4847
4969
  class GetCatalogImportStatusRequest < Struct.new(
4848
4970
  :catalog_id)
4971
+ SENSITIVE = []
4849
4972
  include Aws::Structure
4850
4973
  end
4851
4974
 
@@ -4857,6 +4980,7 @@ module Aws::Glue
4857
4980
  #
4858
4981
  class GetCatalogImportStatusResponse < Struct.new(
4859
4982
  :import_status)
4983
+ SENSITIVE = []
4860
4984
  include Aws::Structure
4861
4985
  end
4862
4986
 
@@ -4875,6 +4999,7 @@ module Aws::Glue
4875
4999
  #
4876
5000
  class GetClassifierRequest < Struct.new(
4877
5001
  :name)
5002
+ SENSITIVE = []
4878
5003
  include Aws::Structure
4879
5004
  end
4880
5005
 
@@ -4886,6 +5011,7 @@ module Aws::Glue
4886
5011
  #
4887
5012
  class GetClassifierResponse < Struct.new(
4888
5013
  :classifier)
5014
+ SENSITIVE = []
4889
5015
  include Aws::Structure
4890
5016
  end
4891
5017
 
@@ -4910,6 +5036,7 @@ module Aws::Glue
4910
5036
  class GetClassifiersRequest < Struct.new(
4911
5037
  :max_results,
4912
5038
  :next_token)
5039
+ SENSITIVE = []
4913
5040
  include Aws::Structure
4914
5041
  end
4915
5042
 
@@ -4926,6 +5053,7 @@ module Aws::Glue
4926
5053
  class GetClassifiersResponse < Struct.new(
4927
5054
  :classifiers,
4928
5055
  :next_token)
5056
+ SENSITIVE = []
4929
5057
  include Aws::Structure
4930
5058
  end
4931
5059
 
@@ -4962,6 +5090,7 @@ module Aws::Glue
4962
5090
  :catalog_id,
4963
5091
  :name,
4964
5092
  :hide_password)
5093
+ SENSITIVE = []
4965
5094
  include Aws::Structure
4966
5095
  end
4967
5096
 
@@ -4973,6 +5102,7 @@ module Aws::Glue
4973
5102
  #
4974
5103
  class GetConnectionResponse < Struct.new(
4975
5104
  :connection)
5105
+ SENSITIVE = []
4976
5106
  include Aws::Structure
4977
5107
  end
4978
5108
 
@@ -5002,6 +5132,7 @@ module Aws::Glue
5002
5132
  class GetConnectionsFilter < Struct.new(
5003
5133
  :match_criteria,
5004
5134
  :connection_type)
5135
+ SENSITIVE = []
5005
5136
  include Aws::Structure
5006
5137
  end
5007
5138
 
@@ -5053,6 +5184,7 @@ module Aws::Glue
5053
5184
  :hide_password,
5054
5185
  :next_token,
5055
5186
  :max_results)
5187
+ SENSITIVE = []
5056
5188
  include Aws::Structure
5057
5189
  end
5058
5190
 
@@ -5070,6 +5202,7 @@ module Aws::Glue
5070
5202
  class GetConnectionsResponse < Struct.new(
5071
5203
  :connection_list,
5072
5204
  :next_token)
5205
+ SENSITIVE = []
5073
5206
  include Aws::Structure
5074
5207
  end
5075
5208
 
@@ -5100,6 +5233,7 @@ module Aws::Glue
5100
5233
  :crawler_name_list,
5101
5234
  :max_results,
5102
5235
  :next_token)
5236
+ SENSITIVE = []
5103
5237
  include Aws::Structure
5104
5238
  end
5105
5239
 
@@ -5117,6 +5251,7 @@ module Aws::Glue
5117
5251
  class GetCrawlerMetricsResponse < Struct.new(
5118
5252
  :crawler_metrics_list,
5119
5253
  :next_token)
5254
+ SENSITIVE = []
5120
5255
  include Aws::Structure
5121
5256
  end
5122
5257
 
@@ -5135,6 +5270,7 @@ module Aws::Glue
5135
5270
  #
5136
5271
  class GetCrawlerRequest < Struct.new(
5137
5272
  :name)
5273
+ SENSITIVE = []
5138
5274
  include Aws::Structure
5139
5275
  end
5140
5276
 
@@ -5146,6 +5282,7 @@ module Aws::Glue
5146
5282
  #
5147
5283
  class GetCrawlerResponse < Struct.new(
5148
5284
  :crawler)
5285
+ SENSITIVE = []
5149
5286
  include Aws::Structure
5150
5287
  end
5151
5288
 
@@ -5170,6 +5307,7 @@ module Aws::Glue
5170
5307
  class GetCrawlersRequest < Struct.new(
5171
5308
  :max_results,
5172
5309
  :next_token)
5310
+ SENSITIVE = []
5173
5311
  include Aws::Structure
5174
5312
  end
5175
5313
 
@@ -5187,6 +5325,7 @@ module Aws::Glue
5187
5325
  class GetCrawlersResponse < Struct.new(
5188
5326
  :crawlers,
5189
5327
  :next_token)
5328
+ SENSITIVE = []
5190
5329
  include Aws::Structure
5191
5330
  end
5192
5331
 
@@ -5206,6 +5345,7 @@ module Aws::Glue
5206
5345
  #
5207
5346
  class GetDataCatalogEncryptionSettingsRequest < Struct.new(
5208
5347
  :catalog_id)
5348
+ SENSITIVE = []
5209
5349
  include Aws::Structure
5210
5350
  end
5211
5351
 
@@ -5217,6 +5357,7 @@ module Aws::Glue
5217
5357
  #
5218
5358
  class GetDataCatalogEncryptionSettingsResponse < Struct.new(
5219
5359
  :data_catalog_encryption_settings)
5360
+ SENSITIVE = []
5220
5361
  include Aws::Structure
5221
5362
  end
5222
5363
 
@@ -5243,6 +5384,7 @@ module Aws::Glue
5243
5384
  class GetDatabaseRequest < Struct.new(
5244
5385
  :catalog_id,
5245
5386
  :name)
5387
+ SENSITIVE = []
5246
5388
  include Aws::Structure
5247
5389
  end
5248
5390
 
@@ -5254,6 +5396,7 @@ module Aws::Glue
5254
5396
  #
5255
5397
  class GetDatabaseResponse < Struct.new(
5256
5398
  :database)
5399
+ SENSITIVE = []
5257
5400
  include Aws::Structure
5258
5401
  end
5259
5402
 
@@ -5285,6 +5428,7 @@ module Aws::Glue
5285
5428
  :catalog_id,
5286
5429
  :next_token,
5287
5430
  :max_results)
5431
+ SENSITIVE = []
5288
5432
  include Aws::Structure
5289
5433
  end
5290
5434
 
@@ -5302,6 +5446,7 @@ module Aws::Glue
5302
5446
  class GetDatabasesResponse < Struct.new(
5303
5447
  :database_list,
5304
5448
  :next_token)
5449
+ SENSITIVE = []
5305
5450
  include Aws::Structure
5306
5451
  end
5307
5452
 
@@ -5320,6 +5465,7 @@ module Aws::Glue
5320
5465
  #
5321
5466
  class GetDataflowGraphRequest < Struct.new(
5322
5467
  :python_script)
5468
+ SENSITIVE = []
5323
5469
  include Aws::Structure
5324
5470
  end
5325
5471
 
@@ -5336,6 +5482,7 @@ module Aws::Glue
5336
5482
  class GetDataflowGraphResponse < Struct.new(
5337
5483
  :dag_nodes,
5338
5484
  :dag_edges)
5485
+ SENSITIVE = []
5339
5486
  include Aws::Structure
5340
5487
  end
5341
5488
 
@@ -5354,6 +5501,7 @@ module Aws::Glue
5354
5501
  #
5355
5502
  class GetDevEndpointRequest < Struct.new(
5356
5503
  :endpoint_name)
5504
+ SENSITIVE = []
5357
5505
  include Aws::Structure
5358
5506
  end
5359
5507
 
@@ -5365,6 +5513,7 @@ module Aws::Glue
5365
5513
  #
5366
5514
  class GetDevEndpointResponse < Struct.new(
5367
5515
  :dev_endpoint)
5516
+ SENSITIVE = []
5368
5517
  include Aws::Structure
5369
5518
  end
5370
5519
 
@@ -5389,6 +5538,7 @@ module Aws::Glue
5389
5538
  class GetDevEndpointsRequest < Struct.new(
5390
5539
  :max_results,
5391
5540
  :next_token)
5541
+ SENSITIVE = []
5392
5542
  include Aws::Structure
5393
5543
  end
5394
5544
 
@@ -5406,6 +5556,7 @@ module Aws::Glue
5406
5556
  class GetDevEndpointsResponse < Struct.new(
5407
5557
  :dev_endpoints,
5408
5558
  :next_token)
5559
+ SENSITIVE = []
5409
5560
  include Aws::Structure
5410
5561
  end
5411
5562
 
@@ -5430,6 +5581,7 @@ module Aws::Glue
5430
5581
  class GetJobBookmarkRequest < Struct.new(
5431
5582
  :job_name,
5432
5583
  :run_id)
5584
+ SENSITIVE = []
5433
5585
  include Aws::Structure
5434
5586
  end
5435
5587
 
@@ -5441,6 +5593,7 @@ module Aws::Glue
5441
5593
  #
5442
5594
  class GetJobBookmarkResponse < Struct.new(
5443
5595
  :job_bookmark_entry)
5596
+ SENSITIVE = []
5444
5597
  include Aws::Structure
5445
5598
  end
5446
5599
 
@@ -5459,6 +5612,7 @@ module Aws::Glue
5459
5612
  #
5460
5613
  class GetJobRequest < Struct.new(
5461
5614
  :job_name)
5615
+ SENSITIVE = []
5462
5616
  include Aws::Structure
5463
5617
  end
5464
5618
 
@@ -5470,6 +5624,7 @@ module Aws::Glue
5470
5624
  #
5471
5625
  class GetJobResponse < Struct.new(
5472
5626
  :job)
5627
+ SENSITIVE = []
5473
5628
  include Aws::Structure
5474
5629
  end
5475
5630
 
@@ -5500,6 +5655,7 @@ module Aws::Glue
5500
5655
  :job_name,
5501
5656
  :run_id,
5502
5657
  :predecessors_included)
5658
+ SENSITIVE = []
5503
5659
  include Aws::Structure
5504
5660
  end
5505
5661
 
@@ -5511,6 +5667,7 @@ module Aws::Glue
5511
5667
  #
5512
5668
  class GetJobRunResponse < Struct.new(
5513
5669
  :job_run)
5670
+ SENSITIVE = []
5514
5671
  include Aws::Structure
5515
5672
  end
5516
5673
 
@@ -5541,6 +5698,7 @@ module Aws::Glue
5541
5698
  :job_name,
5542
5699
  :next_token,
5543
5700
  :max_results)
5701
+ SENSITIVE = []
5544
5702
  include Aws::Structure
5545
5703
  end
5546
5704
 
@@ -5558,6 +5716,7 @@ module Aws::Glue
5558
5716
  class GetJobRunsResponse < Struct.new(
5559
5717
  :job_runs,
5560
5718
  :next_token)
5719
+ SENSITIVE = []
5561
5720
  include Aws::Structure
5562
5721
  end
5563
5722
 
@@ -5582,6 +5741,7 @@ module Aws::Glue
5582
5741
  class GetJobsRequest < Struct.new(
5583
5742
  :next_token,
5584
5743
  :max_results)
5744
+ SENSITIVE = []
5585
5745
  include Aws::Structure
5586
5746
  end
5587
5747
 
@@ -5599,6 +5759,7 @@ module Aws::Glue
5599
5759
  class GetJobsResponse < Struct.new(
5600
5760
  :jobs,
5601
5761
  :next_token)
5762
+ SENSITIVE = []
5602
5763
  include Aws::Structure
5603
5764
  end
5604
5765
 
@@ -5623,6 +5784,7 @@ module Aws::Glue
5623
5784
  class GetMLTaskRunRequest < Struct.new(
5624
5785
  :transform_id,
5625
5786
  :task_run_id)
5787
+ SENSITIVE = []
5626
5788
  include Aws::Structure
5627
5789
  end
5628
5790
 
@@ -5680,6 +5842,7 @@ module Aws::Glue
5680
5842
  :last_modified_on,
5681
5843
  :completed_on,
5682
5844
  :execution_time)
5845
+ SENSITIVE = []
5683
5846
  include Aws::Structure
5684
5847
  end
5685
5848
 
@@ -5732,6 +5895,7 @@ module Aws::Glue
5732
5895
  :max_results,
5733
5896
  :filter,
5734
5897
  :sort)
5898
+ SENSITIVE = []
5735
5899
  include Aws::Structure
5736
5900
  end
5737
5901
 
@@ -5748,6 +5912,7 @@ module Aws::Glue
5748
5912
  class GetMLTaskRunsResponse < Struct.new(
5749
5913
  :task_runs,
5750
5914
  :next_token)
5915
+ SENSITIVE = []
5751
5916
  include Aws::Structure
5752
5917
  end
5753
5918
 
@@ -5767,6 +5932,7 @@ module Aws::Glue
5767
5932
  #
5768
5933
  class GetMLTransformRequest < Struct.new(
5769
5934
  :transform_id)
5935
+ SENSITIVE = []
5770
5936
  include Aws::Structure
5771
5937
  end
5772
5938
 
@@ -5903,6 +6069,7 @@ module Aws::Glue
5903
6069
  :number_of_workers,
5904
6070
  :timeout,
5905
6071
  :max_retries)
6072
+ SENSITIVE = []
5906
6073
  include Aws::Structure
5907
6074
  end
5908
6075
 
@@ -5957,6 +6124,7 @@ module Aws::Glue
5957
6124
  :max_results,
5958
6125
  :filter,
5959
6126
  :sort)
6127
+ SENSITIVE = []
5960
6128
  include Aws::Structure
5961
6129
  end
5962
6130
 
@@ -5973,6 +6141,7 @@ module Aws::Glue
5973
6141
  class GetMLTransformsResponse < Struct.new(
5974
6142
  :transforms,
5975
6143
  :next_token)
6144
+ SENSITIVE = []
5976
6145
  include Aws::Structure
5977
6146
  end
5978
6147
 
@@ -6033,6 +6202,7 @@ module Aws::Glue
6033
6202
  :source,
6034
6203
  :sinks,
6035
6204
  :location)
6205
+ SENSITIVE = []
6036
6206
  include Aws::Structure
6037
6207
  end
6038
6208
 
@@ -6044,6 +6214,7 @@ module Aws::Glue
6044
6214
  #
6045
6215
  class GetMappingResponse < Struct.new(
6046
6216
  :mapping)
6217
+ SENSITIVE = []
6047
6218
  include Aws::Structure
6048
6219
  end
6049
6220
 
@@ -6081,6 +6252,7 @@ module Aws::Glue
6081
6252
  :database_name,
6082
6253
  :table_name,
6083
6254
  :partition_values)
6255
+ SENSITIVE = []
6084
6256
  include Aws::Structure
6085
6257
  end
6086
6258
 
@@ -6092,6 +6264,7 @@ module Aws::Glue
6092
6264
  #
6093
6265
  class GetPartitionResponse < Struct.new(
6094
6266
  :partition)
6267
+ SENSITIVE = []
6095
6268
  include Aws::Structure
6096
6269
  end
6097
6270
 
@@ -6244,6 +6417,7 @@ module Aws::Glue
6244
6417
  :next_token,
6245
6418
  :segment,
6246
6419
  :max_results)
6420
+ SENSITIVE = []
6247
6421
  include Aws::Structure
6248
6422
  end
6249
6423
 
@@ -6261,6 +6435,7 @@ module Aws::Glue
6261
6435
  class GetPartitionsResponse < Struct.new(
6262
6436
  :partitions,
6263
6437
  :next_token)
6438
+ SENSITIVE = []
6264
6439
  include Aws::Structure
6265
6440
  end
6266
6441
 
@@ -6342,6 +6517,7 @@ module Aws::Glue
6342
6517
  :sinks,
6343
6518
  :location,
6344
6519
  :language)
6520
+ SENSITIVE = []
6345
6521
  include Aws::Structure
6346
6522
  end
6347
6523
 
@@ -6358,6 +6534,7 @@ module Aws::Glue
6358
6534
  class GetPlanResponse < Struct.new(
6359
6535
  :python_script,
6360
6536
  :scala_code)
6537
+ SENSITIVE = []
6361
6538
  include Aws::Structure
6362
6539
  end
6363
6540
 
@@ -6390,6 +6567,7 @@ module Aws::Glue
6390
6567
  :policy_hash,
6391
6568
  :create_time,
6392
6569
  :update_time)
6570
+ SENSITIVE = []
6393
6571
  include Aws::Structure
6394
6572
  end
6395
6573
 
@@ -6408,6 +6586,7 @@ module Aws::Glue
6408
6586
  #
6409
6587
  class GetSecurityConfigurationRequest < Struct.new(
6410
6588
  :name)
6589
+ SENSITIVE = []
6411
6590
  include Aws::Structure
6412
6591
  end
6413
6592
 
@@ -6419,6 +6598,7 @@ module Aws::Glue
6419
6598
  #
6420
6599
  class GetSecurityConfigurationResponse < Struct.new(
6421
6600
  :security_configuration)
6601
+ SENSITIVE = []
6422
6602
  include Aws::Structure
6423
6603
  end
6424
6604
 
@@ -6443,6 +6623,7 @@ module Aws::Glue
6443
6623
  class GetSecurityConfigurationsRequest < Struct.new(
6444
6624
  :max_results,
6445
6625
  :next_token)
6626
+ SENSITIVE = []
6446
6627
  include Aws::Structure
6447
6628
  end
6448
6629
 
@@ -6460,6 +6641,7 @@ module Aws::Glue
6460
6641
  class GetSecurityConfigurationsResponse < Struct.new(
6461
6642
  :security_configurations,
6462
6643
  :next_token)
6644
+ SENSITIVE = []
6463
6645
  include Aws::Structure
6464
6646
  end
6465
6647
 
@@ -6493,6 +6675,7 @@ module Aws::Glue
6493
6675
  :catalog_id,
6494
6676
  :database_name,
6495
6677
  :name)
6678
+ SENSITIVE = []
6496
6679
  include Aws::Structure
6497
6680
  end
6498
6681
 
@@ -6504,6 +6687,7 @@ module Aws::Glue
6504
6687
  #
6505
6688
  class GetTableResponse < Struct.new(
6506
6689
  :table)
6690
+ SENSITIVE = []
6507
6691
  include Aws::Structure
6508
6692
  end
6509
6693
 
@@ -6545,6 +6729,7 @@ module Aws::Glue
6545
6729
  :database_name,
6546
6730
  :table_name,
6547
6731
  :version_id)
6732
+ SENSITIVE = []
6548
6733
  include Aws::Structure
6549
6734
  end
6550
6735
 
@@ -6556,6 +6741,7 @@ module Aws::Glue
6556
6741
  #
6557
6742
  class GetTableVersionResponse < Struct.new(
6558
6743
  :table_version)
6744
+ SENSITIVE = []
6559
6745
  include Aws::Structure
6560
6746
  end
6561
6747
 
@@ -6601,6 +6787,7 @@ module Aws::Glue
6601
6787
  :table_name,
6602
6788
  :next_token,
6603
6789
  :max_results)
6790
+ SENSITIVE = []
6604
6791
  include Aws::Structure
6605
6792
  end
6606
6793
 
@@ -6619,6 +6806,7 @@ module Aws::Glue
6619
6806
  class GetTableVersionsResponse < Struct.new(
6620
6807
  :table_versions,
6621
6808
  :next_token)
6809
+ SENSITIVE = []
6622
6810
  include Aws::Structure
6623
6811
  end
6624
6812
 
@@ -6664,6 +6852,7 @@ module Aws::Glue
6664
6852
  :expression,
6665
6853
  :next_token,
6666
6854
  :max_results)
6855
+ SENSITIVE = []
6667
6856
  include Aws::Structure
6668
6857
  end
6669
6858
 
@@ -6681,6 +6870,7 @@ module Aws::Glue
6681
6870
  class GetTablesResponse < Struct.new(
6682
6871
  :table_list,
6683
6872
  :next_token)
6873
+ SENSITIVE = []
6684
6874
  include Aws::Structure
6685
6875
  end
6686
6876
 
@@ -6700,6 +6890,7 @@ module Aws::Glue
6700
6890
  #
6701
6891
  class GetTagsRequest < Struct.new(
6702
6892
  :resource_arn)
6893
+ SENSITIVE = []
6703
6894
  include Aws::Structure
6704
6895
  end
6705
6896
 
@@ -6711,6 +6902,7 @@ module Aws::Glue
6711
6902
  #
6712
6903
  class GetTagsResponse < Struct.new(
6713
6904
  :tags)
6905
+ SENSITIVE = []
6714
6906
  include Aws::Structure
6715
6907
  end
6716
6908
 
@@ -6729,6 +6921,7 @@ module Aws::Glue
6729
6921
  #
6730
6922
  class GetTriggerRequest < Struct.new(
6731
6923
  :name)
6924
+ SENSITIVE = []
6732
6925
  include Aws::Structure
6733
6926
  end
6734
6927
 
@@ -6740,6 +6933,7 @@ module Aws::Glue
6740
6933
  #
6741
6934
  class GetTriggerResponse < Struct.new(
6742
6935
  :trigger)
6936
+ SENSITIVE = []
6743
6937
  include Aws::Structure
6744
6938
  end
6745
6939
 
@@ -6772,6 +6966,7 @@ module Aws::Glue
6772
6966
  :next_token,
6773
6967
  :dependent_job_name,
6774
6968
  :max_results)
6969
+ SENSITIVE = []
6775
6970
  include Aws::Structure
6776
6971
  end
6777
6972
 
@@ -6789,6 +6984,7 @@ module Aws::Glue
6789
6984
  class GetTriggersResponse < Struct.new(
6790
6985
  :triggers,
6791
6986
  :next_token)
6987
+ SENSITIVE = []
6792
6988
  include Aws::Structure
6793
6989
  end
6794
6990
 
@@ -6820,6 +7016,7 @@ module Aws::Glue
6820
7016
  :catalog_id,
6821
7017
  :database_name,
6822
7018
  :function_name)
7019
+ SENSITIVE = []
6823
7020
  include Aws::Structure
6824
7021
  end
6825
7022
 
@@ -6831,6 +7028,7 @@ module Aws::Glue
6831
7028
  #
6832
7029
  class GetUserDefinedFunctionResponse < Struct.new(
6833
7030
  :user_defined_function)
7031
+ SENSITIVE = []
6834
7032
  include Aws::Structure
6835
7033
  end
6836
7034
 
@@ -6877,6 +7075,7 @@ module Aws::Glue
6877
7075
  :pattern,
6878
7076
  :next_token,
6879
7077
  :max_results)
7078
+ SENSITIVE = []
6880
7079
  include Aws::Structure
6881
7080
  end
6882
7081
 
@@ -6894,6 +7093,7 @@ module Aws::Glue
6894
7093
  class GetUserDefinedFunctionsResponse < Struct.new(
6895
7094
  :user_defined_functions,
6896
7095
  :next_token)
7096
+ SENSITIVE = []
6897
7097
  include Aws::Structure
6898
7098
  end
6899
7099
 
@@ -6919,6 +7119,7 @@ module Aws::Glue
6919
7119
  class GetWorkflowRequest < Struct.new(
6920
7120
  :name,
6921
7121
  :include_graph)
7122
+ SENSITIVE = []
6922
7123
  include Aws::Structure
6923
7124
  end
6924
7125
 
@@ -6930,6 +7131,7 @@ module Aws::Glue
6930
7131
  #
6931
7132
  class GetWorkflowResponse < Struct.new(
6932
7133
  :workflow)
7134
+ SENSITIVE = []
6933
7135
  include Aws::Structure
6934
7136
  end
6935
7137
 
@@ -6954,6 +7156,7 @@ module Aws::Glue
6954
7156
  class GetWorkflowRunPropertiesRequest < Struct.new(
6955
7157
  :name,
6956
7158
  :run_id)
7159
+ SENSITIVE = []
6957
7160
  include Aws::Structure
6958
7161
  end
6959
7162
 
@@ -6965,6 +7168,7 @@ module Aws::Glue
6965
7168
  #
6966
7169
  class GetWorkflowRunPropertiesResponse < Struct.new(
6967
7170
  :run_properties)
7171
+ SENSITIVE = []
6968
7172
  include Aws::Structure
6969
7173
  end
6970
7174
 
@@ -6995,6 +7199,7 @@ module Aws::Glue
6995
7199
  :name,
6996
7200
  :run_id,
6997
7201
  :include_graph)
7202
+ SENSITIVE = []
6998
7203
  include Aws::Structure
6999
7204
  end
7000
7205
 
@@ -7006,6 +7211,7 @@ module Aws::Glue
7006
7211
  #
7007
7212
  class GetWorkflowRunResponse < Struct.new(
7008
7213
  :run)
7214
+ SENSITIVE = []
7009
7215
  include Aws::Structure
7010
7216
  end
7011
7217
 
@@ -7042,6 +7248,7 @@ module Aws::Glue
7042
7248
  :include_graph,
7043
7249
  :next_token,
7044
7250
  :max_results)
7251
+ SENSITIVE = []
7045
7252
  include Aws::Structure
7046
7253
  end
7047
7254
 
@@ -7059,6 +7266,7 @@ module Aws::Glue
7059
7266
  class GetWorkflowRunsResponse < Struct.new(
7060
7267
  :runs,
7061
7268
  :next_token)
7269
+ SENSITIVE = []
7062
7270
  include Aws::Structure
7063
7271
  end
7064
7272
 
@@ -7072,6 +7280,7 @@ module Aws::Glue
7072
7280
  #
7073
7281
  class GlueEncryptionException < Struct.new(
7074
7282
  :message)
7283
+ SENSITIVE = []
7075
7284
  include Aws::Structure
7076
7285
  end
7077
7286
 
@@ -7111,6 +7320,7 @@ module Aws::Glue
7111
7320
  :table_name,
7112
7321
  :catalog_id,
7113
7322
  :connection_name)
7323
+ SENSITIVE = []
7114
7324
  include Aws::Structure
7115
7325
  end
7116
7326
 
@@ -7166,6 +7376,7 @@ module Aws::Glue
7166
7376
  :version,
7167
7377
  :grok_pattern,
7168
7378
  :custom_patterns)
7379
+ SENSITIVE = []
7169
7380
  include Aws::Structure
7170
7381
  end
7171
7382
 
@@ -7179,6 +7390,7 @@ module Aws::Glue
7179
7390
  #
7180
7391
  class IdempotentParameterMismatchException < Struct.new(
7181
7392
  :message)
7393
+ SENSITIVE = []
7182
7394
  include Aws::Structure
7183
7395
  end
7184
7396
 
@@ -7192,6 +7404,7 @@ module Aws::Glue
7192
7404
  #
7193
7405
  class IllegalWorkflowStateException < Struct.new(
7194
7406
  :message)
7407
+ SENSITIVE = []
7195
7408
  include Aws::Structure
7196
7409
  end
7197
7410
 
@@ -7211,6 +7424,7 @@ module Aws::Glue
7211
7424
  #
7212
7425
  class ImportCatalogToGlueRequest < Struct.new(
7213
7426
  :catalog_id)
7427
+ SENSITIVE = []
7214
7428
  include Aws::Structure
7215
7429
  end
7216
7430
 
@@ -7234,6 +7448,7 @@ module Aws::Glue
7234
7448
  class ImportLabelsTaskRunProperties < Struct.new(
7235
7449
  :input_s3_path,
7236
7450
  :replace)
7451
+ SENSITIVE = []
7237
7452
  include Aws::Structure
7238
7453
  end
7239
7454
 
@@ -7247,6 +7462,7 @@ module Aws::Glue
7247
7462
  #
7248
7463
  class InternalServiceException < Struct.new(
7249
7464
  :message)
7465
+ SENSITIVE = []
7250
7466
  include Aws::Structure
7251
7467
  end
7252
7468
 
@@ -7260,6 +7476,7 @@ module Aws::Glue
7260
7476
  #
7261
7477
  class InvalidInputException < Struct.new(
7262
7478
  :message)
7479
+ SENSITIVE = []
7263
7480
  include Aws::Structure
7264
7481
  end
7265
7482
 
@@ -7297,6 +7514,7 @@ module Aws::Glue
7297
7514
  :connection_name,
7298
7515
  :path,
7299
7516
  :exclusions)
7517
+ SENSITIVE = []
7300
7518
  include Aws::Structure
7301
7519
  end
7302
7520
 
@@ -7491,6 +7709,7 @@ module Aws::Glue
7491
7709
  :security_configuration,
7492
7710
  :notification_property,
7493
7711
  :glue_version)
7712
+ SENSITIVE = []
7494
7713
  include Aws::Structure
7495
7714
  end
7496
7715
 
@@ -7534,6 +7753,7 @@ module Aws::Glue
7534
7753
  :previous_run_id,
7535
7754
  :run_id,
7536
7755
  :job_bookmark)
7756
+ SENSITIVE = []
7537
7757
  include Aws::Structure
7538
7758
  end
7539
7759
 
@@ -7561,6 +7781,7 @@ module Aws::Glue
7561
7781
  class JobBookmarksEncryption < Struct.new(
7562
7782
  :job_bookmarks_encryption_mode,
7563
7783
  :kms_key_arn)
7784
+ SENSITIVE = []
7564
7785
  include Aws::Structure
7565
7786
  end
7566
7787
 
@@ -7596,6 +7817,7 @@ module Aws::Glue
7596
7817
  :name,
7597
7818
  :script_location,
7598
7819
  :python_version)
7820
+ SENSITIVE = []
7599
7821
  include Aws::Structure
7600
7822
  end
7601
7823
 
@@ -7609,6 +7831,7 @@ module Aws::Glue
7609
7831
  #
7610
7832
  class JobNodeDetails < Struct.new(
7611
7833
  :job_runs)
7834
+ SENSITIVE = []
7612
7835
  include Aws::Structure
7613
7836
  end
7614
7837
 
@@ -7821,6 +8044,7 @@ module Aws::Glue
7821
8044
  :log_group_name,
7822
8045
  :notification_property,
7823
8046
  :glue_version)
8047
+ SENSITIVE = []
7824
8048
  include Aws::Structure
7825
8049
  end
7826
8050
 
@@ -8033,6 +8257,7 @@ module Aws::Glue
8033
8257
  :security_configuration,
8034
8258
  :notification_property,
8035
8259
  :glue_version)
8260
+ SENSITIVE = []
8036
8261
  include Aws::Structure
8037
8262
  end
8038
8263
 
@@ -8072,6 +8297,7 @@ module Aws::Glue
8072
8297
  :last_updated,
8073
8298
  :version,
8074
8299
  :json_path)
8300
+ SENSITIVE = []
8075
8301
  include Aws::Structure
8076
8302
  end
8077
8303
 
@@ -8087,6 +8313,7 @@ module Aws::Glue
8087
8313
  #
8088
8314
  class LabelingSetGenerationTaskRunProperties < Struct.new(
8089
8315
  :output_s3_path)
8316
+ SENSITIVE = []
8090
8317
  include Aws::Structure
8091
8318
  end
8092
8319
 
@@ -8125,6 +8352,7 @@ module Aws::Glue
8125
8352
  :log_stream,
8126
8353
  :message_prefix,
8127
8354
  :start_time)
8355
+ SENSITIVE = []
8128
8356
  include Aws::Structure
8129
8357
  end
8130
8358
 
@@ -8157,6 +8385,7 @@ module Aws::Glue
8157
8385
  :max_results,
8158
8386
  :next_token,
8159
8387
  :tags)
8388
+ SENSITIVE = []
8160
8389
  include Aws::Structure
8161
8390
  end
8162
8391
 
@@ -8175,6 +8404,7 @@ module Aws::Glue
8175
8404
  class ListCrawlersResponse < Struct.new(
8176
8405
  :crawler_names,
8177
8406
  :next_token)
8407
+ SENSITIVE = []
8178
8408
  include Aws::Structure
8179
8409
  end
8180
8410
 
@@ -8207,6 +8437,7 @@ module Aws::Glue
8207
8437
  :next_token,
8208
8438
  :max_results,
8209
8439
  :tags)
8440
+ SENSITIVE = []
8210
8441
  include Aws::Structure
8211
8442
  end
8212
8443
 
@@ -8225,6 +8456,7 @@ module Aws::Glue
8225
8456
  class ListDevEndpointsResponse < Struct.new(
8226
8457
  :dev_endpoint_names,
8227
8458
  :next_token)
8459
+ SENSITIVE = []
8228
8460
  include Aws::Structure
8229
8461
  end
8230
8462
 
@@ -8257,6 +8489,7 @@ module Aws::Glue
8257
8489
  :next_token,
8258
8490
  :max_results,
8259
8491
  :tags)
8492
+ SENSITIVE = []
8260
8493
  include Aws::Structure
8261
8494
  end
8262
8495
 
@@ -8275,6 +8508,7 @@ module Aws::Glue
8275
8508
  class ListJobsResponse < Struct.new(
8276
8509
  :job_names,
8277
8510
  :next_token)
8511
+ SENSITIVE = []
8278
8512
  include Aws::Structure
8279
8513
  end
8280
8514
 
@@ -8339,6 +8573,7 @@ module Aws::Glue
8339
8573
  :filter,
8340
8574
  :sort,
8341
8575
  :tags)
8576
+ SENSITIVE = []
8342
8577
  include Aws::Structure
8343
8578
  end
8344
8579
 
@@ -8357,6 +8592,7 @@ module Aws::Glue
8357
8592
  class ListMLTransformsResponse < Struct.new(
8358
8593
  :transform_ids,
8359
8594
  :next_token)
8595
+ SENSITIVE = []
8360
8596
  include Aws::Structure
8361
8597
  end
8362
8598
 
@@ -8397,6 +8633,7 @@ module Aws::Glue
8397
8633
  :dependent_job_name,
8398
8634
  :max_results,
8399
8635
  :tags)
8636
+ SENSITIVE = []
8400
8637
  include Aws::Structure
8401
8638
  end
8402
8639
 
@@ -8415,6 +8652,7 @@ module Aws::Glue
8415
8652
  class ListTriggersResponse < Struct.new(
8416
8653
  :trigger_names,
8417
8654
  :next_token)
8655
+ SENSITIVE = []
8418
8656
  include Aws::Structure
8419
8657
  end
8420
8658
 
@@ -8439,6 +8677,7 @@ module Aws::Glue
8439
8677
  class ListWorkflowsRequest < Struct.new(
8440
8678
  :next_token,
8441
8679
  :max_results)
8680
+ SENSITIVE = []
8442
8681
  include Aws::Structure
8443
8682
  end
8444
8683
 
@@ -8455,6 +8694,7 @@ module Aws::Glue
8455
8694
  class ListWorkflowsResponse < Struct.new(
8456
8695
  :workflows,
8457
8696
  :next_token)
8697
+ SENSITIVE = []
8458
8698
  include Aws::Structure
8459
8699
  end
8460
8700
 
@@ -8505,6 +8745,7 @@ module Aws::Glue
8505
8745
  :jdbc,
8506
8746
  :s3,
8507
8747
  :dynamo_db)
8748
+ SENSITIVE = []
8508
8749
  include Aws::Structure
8509
8750
  end
8510
8751
 
@@ -8695,6 +8936,7 @@ module Aws::Glue
8695
8936
  :number_of_workers,
8696
8937
  :timeout,
8697
8938
  :max_retries)
8939
+ SENSITIVE = []
8698
8940
  include Aws::Structure
8699
8941
  end
8700
8942
 
@@ -8708,6 +8950,7 @@ module Aws::Glue
8708
8950
  #
8709
8951
  class MLTransformNotReadyException < Struct.new(
8710
8952
  :message)
8953
+ SENSITIVE = []
8711
8954
  include Aws::Structure
8712
8955
  end
8713
8956
 
@@ -8758,6 +9001,7 @@ module Aws::Glue
8758
9001
  :target_table,
8759
9002
  :target_path,
8760
9003
  :target_type)
9004
+ SENSITIVE = []
8761
9005
  include Aws::Structure
8762
9006
  end
8763
9007
 
@@ -8771,6 +9015,7 @@ module Aws::Glue
8771
9015
  #
8772
9016
  class NoScheduleException < Struct.new(
8773
9017
  :message)
9018
+ SENSITIVE = []
8774
9019
  include Aws::Structure
8775
9020
  end
8776
9021
 
@@ -8810,6 +9055,7 @@ module Aws::Glue
8810
9055
  :trigger_details,
8811
9056
  :job_details,
8812
9057
  :crawler_details)
9058
+ SENSITIVE = []
8813
9059
  include Aws::Structure
8814
9060
  end
8815
9061
 
@@ -8831,6 +9077,7 @@ module Aws::Glue
8831
9077
  #
8832
9078
  class NotificationProperty < Struct.new(
8833
9079
  :notify_delay_after)
9080
+ SENSITIVE = []
8834
9081
  include Aws::Structure
8835
9082
  end
8836
9083
 
@@ -8844,6 +9091,7 @@ module Aws::Glue
8844
9091
  #
8845
9092
  class OperationTimeoutException < Struct.new(
8846
9093
  :message)
9094
+ SENSITIVE = []
8847
9095
  include Aws::Structure
8848
9096
  end
8849
9097
 
@@ -8871,6 +9119,7 @@ module Aws::Glue
8871
9119
  class Order < Struct.new(
8872
9120
  :column,
8873
9121
  :sort_order)
9122
+ SENSITIVE = []
8874
9123
  include Aws::Structure
8875
9124
  end
8876
9125
 
@@ -8921,6 +9170,7 @@ module Aws::Glue
8921
9170
  :storage_descriptor,
8922
9171
  :parameters,
8923
9172
  :last_analyzed_time)
9173
+ SENSITIVE = []
8924
9174
  include Aws::Structure
8925
9175
  end
8926
9176
 
@@ -8939,6 +9189,7 @@ module Aws::Glue
8939
9189
  class PartitionError < Struct.new(
8940
9190
  :partition_values,
8941
9191
  :error_detail)
9192
+ SENSITIVE = []
8942
9193
  include Aws::Structure
8943
9194
  end
8944
9195
 
@@ -9034,6 +9285,7 @@ module Aws::Glue
9034
9285
  :storage_descriptor,
9035
9286
  :parameters,
9036
9287
  :last_analyzed_time)
9288
+ SENSITIVE = []
9037
9289
  include Aws::Structure
9038
9290
  end
9039
9291
 
@@ -9054,6 +9306,7 @@ module Aws::Glue
9054
9306
  #
9055
9307
  class PartitionValueList < Struct.new(
9056
9308
  :values)
9309
+ SENSITIVE = []
9057
9310
  include Aws::Structure
9058
9311
  end
9059
9312
 
@@ -9089,6 +9342,7 @@ module Aws::Glue
9089
9342
  :subnet_id,
9090
9343
  :security_group_id_list,
9091
9344
  :availability_zone)
9345
+ SENSITIVE = []
9092
9346
  include Aws::Structure
9093
9347
  end
9094
9348
 
@@ -9108,6 +9362,7 @@ module Aws::Glue
9108
9362
  class Predecessor < Struct.new(
9109
9363
  :job_name,
9110
9364
  :run_id)
9365
+ SENSITIVE = []
9111
9366
  include Aws::Structure
9112
9367
  end
9113
9368
 
@@ -9143,6 +9398,7 @@ module Aws::Glue
9143
9398
  class Predicate < Struct.new(
9144
9399
  :logical,
9145
9400
  :conditions)
9401
+ SENSITIVE = []
9146
9402
  include Aws::Structure
9147
9403
  end
9148
9404
 
@@ -9171,6 +9427,7 @@ module Aws::Glue
9171
9427
  class PrincipalPermissions < Struct.new(
9172
9428
  :principal,
9173
9429
  :permissions)
9430
+ SENSITIVE = []
9174
9431
  include Aws::Structure
9175
9432
  end
9176
9433
 
@@ -9203,6 +9460,7 @@ module Aws::Glue
9203
9460
  :key,
9204
9461
  :value,
9205
9462
  :comparator)
9463
+ SENSITIVE = []
9206
9464
  include Aws::Structure
9207
9465
  end
9208
9466
 
@@ -9237,6 +9495,7 @@ module Aws::Glue
9237
9495
  class PutDataCatalogEncryptionSettingsRequest < Struct.new(
9238
9496
  :catalog_id,
9239
9497
  :data_catalog_encryption_settings)
9498
+ SENSITIVE = []
9240
9499
  include Aws::Structure
9241
9500
  end
9242
9501
 
@@ -9277,6 +9536,7 @@ module Aws::Glue
9277
9536
  :policy_in_json,
9278
9537
  :policy_hash_condition,
9279
9538
  :policy_exists_condition)
9539
+ SENSITIVE = []
9280
9540
  include Aws::Structure
9281
9541
  end
9282
9542
 
@@ -9289,6 +9549,7 @@ module Aws::Glue
9289
9549
  #
9290
9550
  class PutResourcePolicyResponse < Struct.new(
9291
9551
  :policy_hash)
9552
+ SENSITIVE = []
9292
9553
  include Aws::Structure
9293
9554
  end
9294
9555
 
@@ -9322,6 +9583,7 @@ module Aws::Glue
9322
9583
  :name,
9323
9584
  :run_id,
9324
9585
  :run_properties)
9586
+ SENSITIVE = []
9325
9587
  include Aws::Structure
9326
9588
  end
9327
9589
 
@@ -9350,6 +9612,7 @@ module Aws::Glue
9350
9612
  class ResetJobBookmarkRequest < Struct.new(
9351
9613
  :job_name,
9352
9614
  :run_id)
9615
+ SENSITIVE = []
9353
9616
  include Aws::Structure
9354
9617
  end
9355
9618
 
@@ -9361,6 +9624,7 @@ module Aws::Glue
9361
9624
  #
9362
9625
  class ResetJobBookmarkResponse < Struct.new(
9363
9626
  :job_bookmark_entry)
9627
+ SENSITIVE = []
9364
9628
  include Aws::Structure
9365
9629
  end
9366
9630
 
@@ -9374,6 +9638,7 @@ module Aws::Glue
9374
9638
  #
9375
9639
  class ResourceNumberLimitExceededException < Struct.new(
9376
9640
  :message)
9641
+ SENSITIVE = []
9377
9642
  include Aws::Structure
9378
9643
  end
9379
9644
 
@@ -9400,6 +9665,7 @@ module Aws::Glue
9400
9665
  class ResourceUri < Struct.new(
9401
9666
  :resource_type,
9402
9667
  :uri)
9668
+ SENSITIVE = []
9403
9669
  include Aws::Structure
9404
9670
  end
9405
9671
 
@@ -9428,6 +9694,7 @@ module Aws::Glue
9428
9694
  class S3Encryption < Struct.new(
9429
9695
  :s3_encryption_mode,
9430
9696
  :kms_key_arn)
9697
+ SENSITIVE = []
9431
9698
  include Aws::Structure
9432
9699
  end
9433
9700
 
@@ -9459,6 +9726,7 @@ module Aws::Glue
9459
9726
  class S3Target < Struct.new(
9460
9727
  :path,
9461
9728
  :exclusions)
9729
+ SENSITIVE = []
9462
9730
  include Aws::Structure
9463
9731
  end
9464
9732
 
@@ -9483,6 +9751,7 @@ module Aws::Glue
9483
9751
  class Schedule < Struct.new(
9484
9752
  :schedule_expression,
9485
9753
  :state)
9754
+ SENSITIVE = []
9486
9755
  include Aws::Structure
9487
9756
  end
9488
9757
 
@@ -9496,6 +9765,7 @@ module Aws::Glue
9496
9765
  #
9497
9766
  class SchedulerNotRunningException < Struct.new(
9498
9767
  :message)
9768
+ SENSITIVE = []
9499
9769
  include Aws::Structure
9500
9770
  end
9501
9771
 
@@ -9509,6 +9779,7 @@ module Aws::Glue
9509
9779
  #
9510
9780
  class SchedulerRunningException < Struct.new(
9511
9781
  :message)
9782
+ SENSITIVE = []
9512
9783
  include Aws::Structure
9513
9784
  end
9514
9785
 
@@ -9522,6 +9793,7 @@ module Aws::Glue
9522
9793
  #
9523
9794
  class SchedulerTransitioningException < Struct.new(
9524
9795
  :message)
9796
+ SENSITIVE = []
9525
9797
  include Aws::Structure
9526
9798
  end
9527
9799
 
@@ -9548,6 +9820,7 @@ module Aws::Glue
9548
9820
  class SchemaChangePolicy < Struct.new(
9549
9821
  :update_behavior,
9550
9822
  :delete_behavior)
9823
+ SENSITIVE = []
9551
9824
  include Aws::Structure
9552
9825
  end
9553
9826
 
@@ -9576,6 +9849,7 @@ module Aws::Glue
9576
9849
  class SchemaColumn < Struct.new(
9577
9850
  :name,
9578
9851
  :data_type)
9852
+ SENSITIVE = []
9579
9853
  include Aws::Structure
9580
9854
  end
9581
9855
 
@@ -9640,6 +9914,7 @@ module Aws::Glue
9640
9914
  :search_text,
9641
9915
  :sort_criteria,
9642
9916
  :max_results)
9917
+ SENSITIVE = []
9643
9918
  include Aws::Structure
9644
9919
  end
9645
9920
 
@@ -9658,6 +9933,7 @@ module Aws::Glue
9658
9933
  class SearchTablesResponse < Struct.new(
9659
9934
  :next_token,
9660
9935
  :table_list)
9936
+ SENSITIVE = []
9661
9937
  include Aws::Structure
9662
9938
  end
9663
9939
 
@@ -9682,6 +9958,7 @@ module Aws::Glue
9682
9958
  :name,
9683
9959
  :created_time_stamp,
9684
9960
  :encryption_configuration)
9961
+ SENSITIVE = []
9685
9962
  include Aws::Structure
9686
9963
  end
9687
9964
 
@@ -9711,6 +9988,7 @@ module Aws::Glue
9711
9988
  class Segment < Struct.new(
9712
9989
  :segment_number,
9713
9990
  :total_segments)
9991
+ SENSITIVE = []
9714
9992
  include Aws::Structure
9715
9993
  end
9716
9994
 
@@ -9748,6 +10026,7 @@ module Aws::Glue
9748
10026
  :name,
9749
10027
  :serialization_library,
9750
10028
  :parameters)
10029
+ SENSITIVE = []
9751
10030
  include Aws::Structure
9752
10031
  end
9753
10032
 
@@ -9784,6 +10063,7 @@ module Aws::Glue
9784
10063
  :skewed_column_names,
9785
10064
  :skewed_column_values,
9786
10065
  :skewed_column_value_location_maps)
10066
+ SENSITIVE = []
9787
10067
  include Aws::Structure
9788
10068
  end
9789
10069
 
@@ -9810,6 +10090,7 @@ module Aws::Glue
9810
10090
  class SortCriterion < Struct.new(
9811
10091
  :field_name,
9812
10092
  :sort)
10093
+ SENSITIVE = []
9813
10094
  include Aws::Structure
9814
10095
  end
9815
10096
 
@@ -9828,6 +10109,7 @@ module Aws::Glue
9828
10109
  #
9829
10110
  class StartCrawlerRequest < Struct.new(
9830
10111
  :name)
10112
+ SENSITIVE = []
9831
10113
  include Aws::Structure
9832
10114
  end
9833
10115
 
@@ -9850,6 +10132,7 @@ module Aws::Glue
9850
10132
  #
9851
10133
  class StartCrawlerScheduleRequest < Struct.new(
9852
10134
  :crawler_name)
10135
+ SENSITIVE = []
9853
10136
  include Aws::Structure
9854
10137
  end
9855
10138
 
@@ -9878,6 +10161,7 @@ module Aws::Glue
9878
10161
  class StartExportLabelsTaskRunRequest < Struct.new(
9879
10162
  :transform_id,
9880
10163
  :output_s3_path)
10164
+ SENSITIVE = []
9881
10165
  include Aws::Structure
9882
10166
  end
9883
10167
 
@@ -9889,6 +10173,7 @@ module Aws::Glue
9889
10173
  #
9890
10174
  class StartExportLabelsTaskRunResponse < Struct.new(
9891
10175
  :task_run_id)
10176
+ SENSITIVE = []
9892
10177
  include Aws::Structure
9893
10178
  end
9894
10179
 
@@ -9920,6 +10205,7 @@ module Aws::Glue
9920
10205
  :transform_id,
9921
10206
  :input_s3_path,
9922
10207
  :replace_all_labels)
10208
+ SENSITIVE = []
9923
10209
  include Aws::Structure
9924
10210
  end
9925
10211
 
@@ -9931,6 +10217,7 @@ module Aws::Glue
9931
10217
  #
9932
10218
  class StartImportLabelsTaskRunResponse < Struct.new(
9933
10219
  :task_run_id)
10220
+ SENSITIVE = []
9934
10221
  include Aws::Structure
9935
10222
  end
9936
10223
 
@@ -10075,6 +10362,7 @@ module Aws::Glue
10075
10362
  :notification_property,
10076
10363
  :worker_type,
10077
10364
  :number_of_workers)
10365
+ SENSITIVE = []
10078
10366
  include Aws::Structure
10079
10367
  end
10080
10368
 
@@ -10086,6 +10374,7 @@ module Aws::Glue
10086
10374
  #
10087
10375
  class StartJobRunResponse < Struct.new(
10088
10376
  :job_run_id)
10377
+ SENSITIVE = []
10089
10378
  include Aws::Structure
10090
10379
  end
10091
10380
 
@@ -10104,6 +10393,7 @@ module Aws::Glue
10104
10393
  #
10105
10394
  class StartMLEvaluationTaskRunRequest < Struct.new(
10106
10395
  :transform_id)
10396
+ SENSITIVE = []
10107
10397
  include Aws::Structure
10108
10398
  end
10109
10399
 
@@ -10115,6 +10405,7 @@ module Aws::Glue
10115
10405
  #
10116
10406
  class StartMLEvaluationTaskRunResponse < Struct.new(
10117
10407
  :task_run_id)
10408
+ SENSITIVE = []
10118
10409
  include Aws::Structure
10119
10410
  end
10120
10411
 
@@ -10140,6 +10431,7 @@ module Aws::Glue
10140
10431
  class StartMLLabelingSetGenerationTaskRunRequest < Struct.new(
10141
10432
  :transform_id,
10142
10433
  :output_s3_path)
10434
+ SENSITIVE = []
10143
10435
  include Aws::Structure
10144
10436
  end
10145
10437
 
@@ -10151,6 +10443,7 @@ module Aws::Glue
10151
10443
  #
10152
10444
  class StartMLLabelingSetGenerationTaskRunResponse < Struct.new(
10153
10445
  :task_run_id)
10446
+ SENSITIVE = []
10154
10447
  include Aws::Structure
10155
10448
  end
10156
10449
 
@@ -10169,6 +10462,7 @@ module Aws::Glue
10169
10462
  #
10170
10463
  class StartTriggerRequest < Struct.new(
10171
10464
  :name)
10465
+ SENSITIVE = []
10172
10466
  include Aws::Structure
10173
10467
  end
10174
10468
 
@@ -10180,6 +10474,7 @@ module Aws::Glue
10180
10474
  #
10181
10475
  class StartTriggerResponse < Struct.new(
10182
10476
  :name)
10477
+ SENSITIVE = []
10183
10478
  include Aws::Structure
10184
10479
  end
10185
10480
 
@@ -10198,6 +10493,7 @@ module Aws::Glue
10198
10493
  #
10199
10494
  class StartWorkflowRunRequest < Struct.new(
10200
10495
  :name)
10496
+ SENSITIVE = []
10201
10497
  include Aws::Structure
10202
10498
  end
10203
10499
 
@@ -10209,6 +10505,7 @@ module Aws::Glue
10209
10505
  #
10210
10506
  class StartWorkflowRunResponse < Struct.new(
10211
10507
  :run_id)
10508
+ SENSITIVE = []
10212
10509
  include Aws::Structure
10213
10510
  end
10214
10511
 
@@ -10227,6 +10524,7 @@ module Aws::Glue
10227
10524
  #
10228
10525
  class StopCrawlerRequest < Struct.new(
10229
10526
  :name)
10527
+ SENSITIVE = []
10230
10528
  include Aws::Structure
10231
10529
  end
10232
10530
 
@@ -10249,6 +10547,7 @@ module Aws::Glue
10249
10547
  #
10250
10548
  class StopCrawlerScheduleRequest < Struct.new(
10251
10549
  :crawler_name)
10550
+ SENSITIVE = []
10252
10551
  include Aws::Structure
10253
10552
  end
10254
10553
 
@@ -10271,6 +10570,7 @@ module Aws::Glue
10271
10570
  #
10272
10571
  class StopTriggerRequest < Struct.new(
10273
10572
  :name)
10573
+ SENSITIVE = []
10274
10574
  include Aws::Structure
10275
10575
  end
10276
10576
 
@@ -10282,6 +10582,7 @@ module Aws::Glue
10282
10582
  #
10283
10583
  class StopTriggerResponse < Struct.new(
10284
10584
  :name)
10585
+ SENSITIVE = []
10285
10586
  include Aws::Structure
10286
10587
  end
10287
10588
 
@@ -10306,6 +10607,7 @@ module Aws::Glue
10306
10607
  class StopWorkflowRunRequest < Struct.new(
10307
10608
  :name,
10308
10609
  :run_id)
10610
+ SENSITIVE = []
10309
10611
  include Aws::Structure
10310
10612
  end
10311
10613
 
@@ -10431,6 +10733,7 @@ module Aws::Glue
10431
10733
  :parameters,
10432
10734
  :skewed_info,
10433
10735
  :stored_as_sub_directories)
10736
+ SENSITIVE = []
10434
10737
  include Aws::Structure
10435
10738
  end
10436
10739
 
@@ -10538,6 +10841,7 @@ module Aws::Glue
10538
10841
  :parameters,
10539
10842
  :created_by,
10540
10843
  :is_registered_with_lake_formation)
10844
+ SENSITIVE = []
10541
10845
  include Aws::Structure
10542
10846
  end
10543
10847
 
@@ -10557,6 +10861,7 @@ module Aws::Glue
10557
10861
  class TableError < Struct.new(
10558
10862
  :table_name,
10559
10863
  :error_detail)
10864
+ SENSITIVE = []
10560
10865
  include Aws::Structure
10561
10866
  end
10562
10867
 
@@ -10706,6 +11011,7 @@ module Aws::Glue
10706
11011
  :view_expanded_text,
10707
11012
  :table_type,
10708
11013
  :parameters)
11014
+ SENSITIVE = []
10709
11015
  include Aws::Structure
10710
11016
  end
10711
11017
 
@@ -10726,6 +11032,7 @@ module Aws::Glue
10726
11032
  class TableVersion < Struct.new(
10727
11033
  :table,
10728
11034
  :version_id)
11035
+ SENSITIVE = []
10729
11036
  include Aws::Structure
10730
11037
  end
10731
11038
 
@@ -10750,6 +11057,7 @@ module Aws::Glue
10750
11057
  :table_name,
10751
11058
  :version_id,
10752
11059
  :error_detail)
11060
+ SENSITIVE = []
10753
11061
  include Aws::Structure
10754
11062
  end
10755
11063
 
@@ -10782,6 +11090,7 @@ module Aws::Glue
10782
11090
  class TagResourceRequest < Struct.new(
10783
11091
  :resource_arn,
10784
11092
  :tags_to_add)
11093
+ SENSITIVE = []
10785
11094
  include Aws::Structure
10786
11095
  end
10787
11096
 
@@ -10847,6 +11156,7 @@ module Aws::Glue
10847
11156
  :last_modified_on,
10848
11157
  :completed_on,
10849
11158
  :execution_time)
11159
+ SENSITIVE = []
10850
11160
  include Aws::Structure
10851
11161
  end
10852
11162
 
@@ -10886,6 +11196,7 @@ module Aws::Glue
10886
11196
  :status,
10887
11197
  :started_before,
10888
11198
  :started_after)
11199
+ SENSITIVE = []
10889
11200
  include Aws::Structure
10890
11201
  end
10891
11202
 
@@ -10919,6 +11230,7 @@ module Aws::Glue
10919
11230
  :export_labels_task_run_properties,
10920
11231
  :labeling_set_generation_task_run_properties,
10921
11232
  :find_matches_task_run_properties)
11233
+ SENSITIVE = []
10922
11234
  include Aws::Structure
10923
11235
  end
10924
11236
 
@@ -10948,6 +11260,7 @@ module Aws::Glue
10948
11260
  class TaskRunSortCriteria < Struct.new(
10949
11261
  :column,
10950
11262
  :sort_direction)
11263
+ SENSITIVE = []
10951
11264
  include Aws::Structure
10952
11265
  end
10953
11266
 
@@ -11037,6 +11350,7 @@ module Aws::Glue
11037
11350
  :last_modified_before,
11038
11351
  :last_modified_after,
11039
11352
  :schema)
11353
+ SENSITIVE = []
11040
11354
  include Aws::Structure
11041
11355
  end
11042
11356
 
@@ -11076,6 +11390,7 @@ module Aws::Glue
11076
11390
  class TransformParameters < Struct.new(
11077
11391
  :transform_type,
11078
11392
  :find_matches_parameters)
11393
+ SENSITIVE = []
11079
11394
  include Aws::Structure
11080
11395
  end
11081
11396
 
@@ -11105,6 +11420,7 @@ module Aws::Glue
11105
11420
  class TransformSortCriteria < Struct.new(
11106
11421
  :column,
11107
11422
  :sort_direction)
11423
+ SENSITIVE = []
11108
11424
  include Aws::Structure
11109
11425
  end
11110
11426
 
@@ -11164,6 +11480,7 @@ module Aws::Glue
11164
11480
  :schedule,
11165
11481
  :actions,
11166
11482
  :predicate)
11483
+ SENSITIVE = []
11167
11484
  include Aws::Structure
11168
11485
  end
11169
11486
 
@@ -11177,6 +11494,7 @@ module Aws::Glue
11177
11494
  #
11178
11495
  class TriggerNodeDetails < Struct.new(
11179
11496
  :trigger)
11497
+ SENSITIVE = []
11180
11498
  include Aws::Structure
11181
11499
  end
11182
11500
 
@@ -11253,6 +11571,7 @@ module Aws::Glue
11253
11571
  :schedule,
11254
11572
  :actions,
11255
11573
  :predicate)
11574
+ SENSITIVE = []
11256
11575
  include Aws::Structure
11257
11576
  end
11258
11577
 
@@ -11278,6 +11597,7 @@ module Aws::Glue
11278
11597
  class UntagResourceRequest < Struct.new(
11279
11598
  :resource_arn,
11280
11599
  :tags_to_remove)
11600
+ SENSITIVE = []
11281
11601
  include Aws::Structure
11282
11602
  end
11283
11603
 
@@ -11338,6 +11658,7 @@ module Aws::Glue
11338
11658
  :xml_classifier,
11339
11659
  :json_classifier,
11340
11660
  :csv_classifier)
11661
+ SENSITIVE = []
11341
11662
  include Aws::Structure
11342
11663
  end
11343
11664
 
@@ -11387,6 +11708,7 @@ module Aws::Glue
11387
11708
  :catalog_id,
11388
11709
  :name,
11389
11710
  :connection_input)
11711
+ SENSITIVE = []
11390
11712
  include Aws::Structure
11391
11713
  end
11392
11714
 
@@ -11517,6 +11839,7 @@ module Aws::Glue
11517
11839
  :schema_change_policy,
11518
11840
  :configuration,
11519
11841
  :crawler_security_configuration)
11842
+ SENSITIVE = []
11520
11843
  include Aws::Structure
11521
11844
  end
11522
11845
 
@@ -11552,6 +11875,7 @@ module Aws::Glue
11552
11875
  class UpdateCrawlerScheduleRequest < Struct.new(
11553
11876
  :crawler_name,
11554
11877
  :schedule)
11878
+ SENSITIVE = []
11555
11879
  include Aws::Structure
11556
11880
  end
11557
11881
 
@@ -11615,6 +11939,7 @@ module Aws::Glue
11615
11939
  :header,
11616
11940
  :disable_value_trimming,
11617
11941
  :allow_single_column)
11942
+ SENSITIVE = []
11618
11943
  include Aws::Structure
11619
11944
  end
11620
11945
 
@@ -11663,6 +11988,7 @@ module Aws::Glue
11663
11988
  :catalog_id,
11664
11989
  :name,
11665
11990
  :database_input)
11991
+ SENSITIVE = []
11666
11992
  include Aws::Structure
11667
11993
  end
11668
11994
 
@@ -11748,6 +12074,7 @@ module Aws::Glue
11748
12074
  :update_etl_libraries,
11749
12075
  :delete_arguments,
11750
12076
  :add_arguments)
12077
+ SENSITIVE = []
11751
12078
  include Aws::Structure
11752
12079
  end
11753
12080
 
@@ -11792,6 +12119,7 @@ module Aws::Glue
11792
12119
  :classification,
11793
12120
  :grok_pattern,
11794
12121
  :custom_patterns)
12122
+ SENSITIVE = []
11795
12123
  include Aws::Structure
11796
12124
  end
11797
12125
 
@@ -11848,6 +12176,7 @@ module Aws::Glue
11848
12176
  class UpdateJobRequest < Struct.new(
11849
12177
  :job_name,
11850
12178
  :job_update)
12179
+ SENSITIVE = []
11851
12180
  include Aws::Structure
11852
12181
  end
11853
12182
 
@@ -11859,6 +12188,7 @@ module Aws::Glue
11859
12188
  #
11860
12189
  class UpdateJobResponse < Struct.new(
11861
12190
  :job_name)
12191
+ SENSITIVE = []
11862
12192
  include Aws::Structure
11863
12193
  end
11864
12194
 
@@ -11891,6 +12221,7 @@ module Aws::Glue
11891
12221
  class UpdateJsonClassifierRequest < Struct.new(
11892
12222
  :name,
11893
12223
  :json_path)
12224
+ SENSITIVE = []
11894
12225
  include Aws::Structure
11895
12226
  end
11896
12227
 
@@ -12015,6 +12346,7 @@ module Aws::Glue
12015
12346
  :number_of_workers,
12016
12347
  :timeout,
12017
12348
  :max_retries)
12349
+ SENSITIVE = []
12018
12350
  include Aws::Structure
12019
12351
  end
12020
12352
 
@@ -12026,6 +12358,7 @@ module Aws::Glue
12026
12358
  #
12027
12359
  class UpdateMLTransformResponse < Struct.new(
12028
12360
  :transform_id)
12361
+ SENSITIVE = []
12029
12362
  include Aws::Structure
12030
12363
  end
12031
12364
 
@@ -12120,6 +12453,7 @@ module Aws::Glue
12120
12453
  :table_name,
12121
12454
  :partition_value_list,
12122
12455
  :partition_input)
12456
+ SENSITIVE = []
12123
12457
  include Aws::Structure
12124
12458
  end
12125
12459
 
@@ -12230,6 +12564,7 @@ module Aws::Glue
12230
12564
  :database_name,
12231
12565
  :table_input,
12232
12566
  :skip_archive)
12567
+ SENSITIVE = []
12233
12568
  include Aws::Structure
12234
12569
  end
12235
12570
 
@@ -12288,6 +12623,7 @@ module Aws::Glue
12288
12623
  class UpdateTriggerRequest < Struct.new(
12289
12624
  :name,
12290
12625
  :trigger_update)
12626
+ SENSITIVE = []
12291
12627
  include Aws::Structure
12292
12628
  end
12293
12629
 
@@ -12299,6 +12635,7 @@ module Aws::Glue
12299
12635
  #
12300
12636
  class UpdateTriggerResponse < Struct.new(
12301
12637
  :trigger)
12638
+ SENSITIVE = []
12302
12639
  include Aws::Structure
12303
12640
  end
12304
12641
 
@@ -12349,6 +12686,7 @@ module Aws::Glue
12349
12686
  :database_name,
12350
12687
  :function_name,
12351
12688
  :function_input)
12689
+ SENSITIVE = []
12352
12690
  include Aws::Structure
12353
12691
  end
12354
12692
 
@@ -12386,6 +12724,7 @@ module Aws::Glue
12386
12724
  :name,
12387
12725
  :description,
12388
12726
  :default_run_properties)
12727
+ SENSITIVE = []
12389
12728
  include Aws::Structure
12390
12729
  end
12391
12730
 
@@ -12397,6 +12736,7 @@ module Aws::Glue
12397
12736
  #
12398
12737
  class UpdateWorkflowResponse < Struct.new(
12399
12738
  :name)
12739
+ SENSITIVE = []
12400
12740
  include Aws::Structure
12401
12741
  end
12402
12742
 
@@ -12434,6 +12774,7 @@ module Aws::Glue
12434
12774
  :name,
12435
12775
  :classification,
12436
12776
  :row_tag)
12777
+ SENSITIVE = []
12437
12778
  include Aws::Structure
12438
12779
  end
12439
12780
 
@@ -12478,6 +12819,7 @@ module Aws::Glue
12478
12819
  :owner_type,
12479
12820
  :create_time,
12480
12821
  :resource_uris)
12822
+ SENSITIVE = []
12481
12823
  include Aws::Structure
12482
12824
  end
12483
12825
 
@@ -12527,6 +12869,7 @@ module Aws::Glue
12527
12869
  :owner_name,
12528
12870
  :owner_type,
12529
12871
  :resource_uris)
12872
+ SENSITIVE = []
12530
12873
  include Aws::Structure
12531
12874
  end
12532
12875
 
@@ -12540,6 +12883,7 @@ module Aws::Glue
12540
12883
  #
12541
12884
  class ValidationException < Struct.new(
12542
12885
  :message)
12886
+ SENSITIVE = []
12543
12887
  include Aws::Structure
12544
12888
  end
12545
12889
 
@@ -12553,6 +12897,7 @@ module Aws::Glue
12553
12897
  #
12554
12898
  class VersionMismatchException < Struct.new(
12555
12899
  :message)
12900
+ SENSITIVE = []
12556
12901
  include Aws::Structure
12557
12902
  end
12558
12903
 
@@ -12600,6 +12945,7 @@ module Aws::Glue
12600
12945
  :last_modified_on,
12601
12946
  :last_run,
12602
12947
  :graph)
12948
+ SENSITIVE = []
12603
12949
  include Aws::Structure
12604
12950
  end
12605
12951
 
@@ -12622,6 +12968,7 @@ module Aws::Glue
12622
12968
  class WorkflowGraph < Struct.new(
12623
12969
  :nodes,
12624
12970
  :edges)
12971
+ SENSITIVE = []
12625
12972
  include Aws::Structure
12626
12973
  end
12627
12974
 
@@ -12673,6 +13020,7 @@ module Aws::Glue
12673
13020
  :status,
12674
13021
  :statistics,
12675
13022
  :graph)
13023
+ SENSITIVE = []
12676
13024
  include Aws::Structure
12677
13025
  end
12678
13026
 
@@ -12711,6 +13059,7 @@ module Aws::Glue
12711
13059
  :stopped_actions,
12712
13060
  :succeeded_actions,
12713
13061
  :running_actions)
13062
+ SENSITIVE = []
12714
13063
  include Aws::Structure
12715
13064
  end
12716
13065
 
@@ -12754,6 +13103,7 @@ module Aws::Glue
12754
13103
  :last_updated,
12755
13104
  :version,
12756
13105
  :row_tag)
13106
+ SENSITIVE = []
12757
13107
  include Aws::Structure
12758
13108
  end
12759
13109