aws-sdk-quicksight 1.22.1 → 1.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9bbed480c0d78bf8be1fcdae02a2dd12057825dbb2cbf5d34770380d32a5f43
4
- data.tar.gz: 0ffa088aec25929c8aea481801034ee99d69502e786247610de87d863a9f30f4
3
+ metadata.gz: 916d33dfa324a02be3b0f59025cae2499c1c3a255eca4b88060a3440b7e6f12b
4
+ data.tar.gz: e1a4603f15682d7cb5fc1b7966f1ac87fad9651547c8385730eb45f4e61b9de2
5
5
  SHA512:
6
- metadata.gz: 518d58540d4799ea6a022d660038d65ac4011f13149d15f52825c495409eba971b7f7a28d6fea2b207756c2e459604d7a87f233e798a25281e849ac067843f67
7
- data.tar.gz: 85a21b3d36e7db42f549cd38d5be576aae87a8bc5356c1f6c2434d379b7f71254399c81b9c267afcb2c04043a99e2df2c9624b80f9dbb918898503cfbdbc76c8
6
+ metadata.gz: 0502fd9d822d7ba51266ac8c78c56c5b3dba31618d1f358ad8abd2e30d14fec6aff5645b67d8924bb1ce765cc4a7d2b969bb32f8519b843de43bb465541a3d8c
7
+ data.tar.gz: 2a48c7ad168615b7efc553fd7e35813237b68b19e6a3df6c780156122b9eed953973cbd808ef3339506f5f055e14470977fdf2eb5e92064ef88c0e99a17bfd44
@@ -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-quicksight/customizations'
45
47
  # @service
46
48
  module Aws::QuickSight
47
49
 
48
- GEM_VERSION = '1.22.1'
50
+ GEM_VERSION = '1.23.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:
@@ -4727,7 +4729,7 @@ module Aws::QuickSight
4727
4729
  params: params,
4728
4730
  config: config)
4729
4731
  context[:gem_name] = 'aws-sdk-quicksight'
4730
- context[:gem_version] = '1.22.1'
4732
+ context[:gem_version] = '1.23.0'
4731
4733
  Seahorse::Client::Request.new(handlers, context)
4732
4734
  end
4733
4735
 
@@ -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:
@@ -26,6 +28,7 @@ module Aws::QuickSight
26
28
  class AccessDeniedException < Struct.new(
27
29
  :message,
28
30
  :request_id)
31
+ SENSITIVE = []
29
32
  include Aws::Structure
30
33
  end
31
34
 
@@ -44,6 +47,7 @@ module Aws::QuickSight
44
47
  class ActiveIAMPolicyAssignment < Struct.new(
45
48
  :assignment_name,
46
49
  :policy_arn)
50
+ SENSITIVE = []
47
51
  include Aws::Structure
48
52
  end
49
53
 
@@ -64,6 +68,7 @@ module Aws::QuickSight
64
68
  #
65
69
  class AdHocFilteringOption < Struct.new(
66
70
  :availability_status)
71
+ SENSITIVE = []
67
72
  include Aws::Structure
68
73
  end
69
74
 
@@ -84,6 +89,7 @@ module Aws::QuickSight
84
89
  #
85
90
  class AmazonElasticsearchParameters < Struct.new(
86
91
  :domain)
92
+ SENSITIVE = []
87
93
  include Aws::Structure
88
94
  end
89
95
 
@@ -104,6 +110,7 @@ module Aws::QuickSight
104
110
  #
105
111
  class AthenaParameters < Struct.new(
106
112
  :work_group)
113
+ SENSITIVE = []
107
114
  include Aws::Structure
108
115
  end
109
116
 
@@ -136,6 +143,7 @@ module Aws::QuickSight
136
143
  :host,
137
144
  :port,
138
145
  :database)
146
+ SENSITIVE = []
139
147
  include Aws::Structure
140
148
  end
141
149
 
@@ -168,6 +176,7 @@ module Aws::QuickSight
168
176
  :host,
169
177
  :port,
170
178
  :database)
179
+ SENSITIVE = []
171
180
  include Aws::Structure
172
181
  end
173
182
 
@@ -188,6 +197,7 @@ module Aws::QuickSight
188
197
  #
189
198
  class AwsIotAnalyticsParameters < Struct.new(
190
199
  :data_set_name)
200
+ SENSITIVE = []
191
201
  include Aws::Structure
192
202
  end
193
203
 
@@ -223,6 +233,7 @@ module Aws::QuickSight
223
233
  :column_name,
224
234
  :column_id,
225
235
  :expression)
236
+ SENSITIVE = []
226
237
  include Aws::Structure
227
238
  end
228
239
 
@@ -253,6 +264,7 @@ module Aws::QuickSight
253
264
  :aws_account_id,
254
265
  :data_set_id,
255
266
  :ingestion_id)
267
+ SENSITIVE = []
256
268
  include Aws::Structure
257
269
  end
258
270
 
@@ -279,6 +291,7 @@ module Aws::QuickSight
279
291
  :ingestion_id,
280
292
  :request_id,
281
293
  :status)
294
+ SENSITIVE = []
282
295
  include Aws::Structure
283
296
  end
284
297
 
@@ -313,6 +326,7 @@ module Aws::QuickSight
313
326
  :column_name,
314
327
  :new_column_type,
315
328
  :format)
329
+ SENSITIVE = []
316
330
  include Aws::Structure
317
331
  end
318
332
 
@@ -339,6 +353,7 @@ module Aws::QuickSight
339
353
  #
340
354
  class ColumnGroup < Struct.new(
341
355
  :geo_spatial_column_group)
356
+ SENSITIVE = []
342
357
  include Aws::Structure
343
358
  end
344
359
 
@@ -353,6 +368,7 @@ module Aws::QuickSight
353
368
  #
354
369
  class ColumnGroupColumnSchema < Struct.new(
355
370
  :name)
371
+ SENSITIVE = []
356
372
  include Aws::Structure
357
373
  end
358
374
 
@@ -371,6 +387,7 @@ module Aws::QuickSight
371
387
  class ColumnGroupSchema < Struct.new(
372
388
  :name,
373
389
  :column_group_column_schema_list)
390
+ SENSITIVE = []
374
391
  include Aws::Structure
375
392
  end
376
393
 
@@ -394,6 +411,7 @@ module Aws::QuickSight
394
411
  :name,
395
412
  :data_type,
396
413
  :geographic_role)
414
+ SENSITIVE = []
397
415
  include Aws::Structure
398
416
  end
399
417
 
@@ -416,6 +434,7 @@ module Aws::QuickSight
416
434
  #
417
435
  class ColumnTag < Struct.new(
418
436
  :column_geographic_role)
437
+ SENSITIVE = []
419
438
  include Aws::Structure
420
439
  end
421
440
 
@@ -433,6 +452,7 @@ module Aws::QuickSight
433
452
  class ConcurrentUpdatingException < Struct.new(
434
453
  :message,
435
454
  :request_id)
455
+ SENSITIVE = []
436
456
  include Aws::Structure
437
457
  end
438
458
 
@@ -450,6 +470,7 @@ module Aws::QuickSight
450
470
  class ConflictException < Struct.new(
451
471
  :message,
452
472
  :request_id)
473
+ SENSITIVE = []
453
474
  include Aws::Structure
454
475
  end
455
476
 
@@ -477,6 +498,7 @@ module Aws::QuickSight
477
498
  #
478
499
  class CreateColumnsOperation < Struct.new(
479
500
  :columns)
501
+ SENSITIVE = []
480
502
  include Aws::Structure
481
503
  end
482
504
 
@@ -629,6 +651,7 @@ module Aws::QuickSight
629
651
  :tags,
630
652
  :version_description,
631
653
  :dashboard_publish_options)
654
+ SENSITIVE = []
632
655
  include Aws::Structure
633
656
  end
634
657
 
@@ -666,6 +689,7 @@ module Aws::QuickSight
666
689
  :creation_status,
667
690
  :status,
668
691
  :request_id)
692
+ SENSITIVE = []
669
693
  include Aws::Structure
670
694
  end
671
695
 
@@ -855,6 +879,7 @@ module Aws::QuickSight
855
879
  :permissions,
856
880
  :row_level_permission_data_set,
857
881
  :tags)
882
+ SENSITIVE = []
858
883
  include Aws::Structure
859
884
  end
860
885
 
@@ -894,6 +919,7 @@ module Aws::QuickSight
894
919
  :ingestion_id,
895
920
  :request_id,
896
921
  :status)
922
+ SENSITIVE = []
897
923
  include Aws::Structure
898
924
  end
899
925
 
@@ -1081,6 +1107,7 @@ module Aws::QuickSight
1081
1107
  :vpc_connection_properties,
1082
1108
  :ssl_properties,
1083
1109
  :tags)
1110
+ SENSITIVE = [:credentials]
1084
1111
  include Aws::Structure
1085
1112
  end
1086
1113
 
@@ -1113,6 +1140,7 @@ module Aws::QuickSight
1113
1140
  :creation_status,
1114
1141
  :request_id,
1115
1142
  :status)
1143
+ SENSITIVE = []
1116
1144
  include Aws::Structure
1117
1145
  end
1118
1146
 
@@ -1151,6 +1179,7 @@ module Aws::QuickSight
1151
1179
  :group_name,
1152
1180
  :aws_account_id,
1153
1181
  :namespace)
1182
+ SENSITIVE = []
1154
1183
  include Aws::Structure
1155
1184
  end
1156
1185
 
@@ -1172,6 +1201,7 @@ module Aws::QuickSight
1172
1201
  :group_member,
1173
1202
  :request_id,
1174
1203
  :status)
1204
+ SENSITIVE = []
1175
1205
  include Aws::Structure
1176
1206
  end
1177
1207
 
@@ -1212,6 +1242,7 @@ module Aws::QuickSight
1212
1242
  :description,
1213
1243
  :aws_account_id,
1214
1244
  :namespace)
1245
+ SENSITIVE = []
1215
1246
  include Aws::Structure
1216
1247
  end
1217
1248
 
@@ -1235,6 +1266,7 @@ module Aws::QuickSight
1235
1266
  :group,
1236
1267
  :request_id,
1237
1268
  :status)
1269
+ SENSITIVE = []
1238
1270
  include Aws::Structure
1239
1271
  end
1240
1272
 
@@ -1297,6 +1329,7 @@ module Aws::QuickSight
1297
1329
  :policy_arn,
1298
1330
  :identities,
1299
1331
  :namespace)
1332
+ SENSITIVE = []
1300
1333
  include Aws::Structure
1301
1334
  end
1302
1335
 
@@ -1350,6 +1383,7 @@ module Aws::QuickSight
1350
1383
  :identities,
1351
1384
  :request_id,
1352
1385
  :status)
1386
+ SENSITIVE = []
1353
1387
  include Aws::Structure
1354
1388
  end
1355
1389
 
@@ -1380,6 +1414,7 @@ module Aws::QuickSight
1380
1414
  :data_set_id,
1381
1415
  :ingestion_id,
1382
1416
  :aws_account_id)
1417
+ SENSITIVE = []
1383
1418
  include Aws::Structure
1384
1419
  end
1385
1420
 
@@ -1411,6 +1446,7 @@ module Aws::QuickSight
1411
1446
  :ingestion_status,
1412
1447
  :request_id,
1413
1448
  :status)
1449
+ SENSITIVE = []
1414
1450
  include Aws::Structure
1415
1451
  end
1416
1452
 
@@ -1450,6 +1486,7 @@ module Aws::QuickSight
1450
1486
  :template_id,
1451
1487
  :alias_name,
1452
1488
  :template_version_number)
1489
+ SENSITIVE = []
1453
1490
  include Aws::Structure
1454
1491
  end
1455
1492
 
@@ -1471,6 +1508,7 @@ module Aws::QuickSight
1471
1508
  :template_alias,
1472
1509
  :status,
1473
1510
  :request_id)
1511
+ SENSITIVE = []
1474
1512
  include Aws::Structure
1475
1513
  end
1476
1514
 
@@ -1559,6 +1597,7 @@ module Aws::QuickSight
1559
1597
  :source_entity,
1560
1598
  :tags,
1561
1599
  :version_description)
1600
+ SENSITIVE = []
1562
1601
  include Aws::Structure
1563
1602
  end
1564
1603
 
@@ -1596,6 +1635,7 @@ module Aws::QuickSight
1596
1635
  :creation_status,
1597
1636
  :status,
1598
1637
  :request_id)
1638
+ SENSITIVE = []
1599
1639
  include Aws::Structure
1600
1640
  end
1601
1641
 
@@ -1623,6 +1663,7 @@ module Aws::QuickSight
1623
1663
  class CredentialPair < Struct.new(
1624
1664
  :username,
1625
1665
  :password)
1666
+ SENSITIVE = []
1626
1667
  include Aws::Structure
1627
1668
  end
1628
1669
 
@@ -1666,6 +1707,7 @@ module Aws::QuickSight
1666
1707
  :name,
1667
1708
  :sql_query,
1668
1709
  :columns)
1710
+ SENSITIVE = []
1669
1711
  include Aws::Structure
1670
1712
  end
1671
1713
 
@@ -1709,6 +1751,7 @@ module Aws::QuickSight
1709
1751
  :created_time,
1710
1752
  :last_published_time,
1711
1753
  :last_updated_time)
1754
+ SENSITIVE = []
1712
1755
  include Aws::Structure
1713
1756
  end
1714
1757
 
@@ -1727,6 +1770,7 @@ module Aws::QuickSight
1727
1770
  class DashboardError < Struct.new(
1728
1771
  :type,
1729
1772
  :message)
1773
+ SENSITIVE = []
1730
1774
  include Aws::Structure
1731
1775
  end
1732
1776
 
@@ -1765,6 +1809,7 @@ module Aws::QuickSight
1765
1809
  :ad_hoc_filtering_option,
1766
1810
  :export_to_csv_option,
1767
1811
  :sheet_controls_option)
1812
+ SENSITIVE = []
1768
1813
  include Aws::Structure
1769
1814
  end
1770
1815
 
@@ -1801,6 +1846,7 @@ module Aws::QuickSight
1801
1846
  :operator,
1802
1847
  :name,
1803
1848
  :value)
1849
+ SENSITIVE = []
1804
1850
  include Aws::Structure
1805
1851
  end
1806
1852
 
@@ -1829,6 +1875,7 @@ module Aws::QuickSight
1829
1875
  #
1830
1876
  class DashboardSourceEntity < Struct.new(
1831
1877
  :source_template)
1878
+ SENSITIVE = []
1832
1879
  include Aws::Structure
1833
1880
  end
1834
1881
 
@@ -1860,6 +1907,7 @@ module Aws::QuickSight
1860
1907
  class DashboardSourceTemplate < Struct.new(
1861
1908
  :data_set_references,
1862
1909
  :arn)
1910
+ SENSITIVE = []
1863
1911
  include Aws::Structure
1864
1912
  end
1865
1913
 
@@ -1903,6 +1951,7 @@ module Aws::QuickSight
1903
1951
  :last_updated_time,
1904
1952
  :published_version_number,
1905
1953
  :last_published_time)
1954
+ SENSITIVE = []
1906
1955
  include Aws::Structure
1907
1956
  end
1908
1957
 
@@ -1952,6 +2001,7 @@ module Aws::QuickSight
1952
2001
  :source_entity_arn,
1953
2002
  :data_set_arns,
1954
2003
  :description)
2004
+ SENSITIVE = []
1955
2005
  include Aws::Structure
1956
2006
  end
1957
2007
 
@@ -1990,6 +2040,7 @@ module Aws::QuickSight
1990
2040
  :status,
1991
2041
  :source_entity_arn,
1992
2042
  :description)
2043
+ SENSITIVE = []
1993
2044
  include Aws::Structure
1994
2045
  end
1995
2046
 
@@ -2063,6 +2114,7 @@ module Aws::QuickSight
2063
2114
  :consumed_spice_capacity_in_bytes,
2064
2115
  :column_groups,
2065
2116
  :row_level_permission_data_set)
2117
+ SENSITIVE = []
2066
2118
  include Aws::Structure
2067
2119
  end
2068
2120
 
@@ -2086,6 +2138,7 @@ module Aws::QuickSight
2086
2138
  :placeholder,
2087
2139
  :data_set_schema,
2088
2140
  :column_group_schema_list)
2141
+ SENSITIVE = []
2089
2142
  include Aws::Structure
2090
2143
  end
2091
2144
 
@@ -2112,6 +2165,7 @@ module Aws::QuickSight
2112
2165
  class DataSetReference < Struct.new(
2113
2166
  :data_set_placeholder,
2114
2167
  :data_set_arn)
2168
+ SENSITIVE = []
2115
2169
  include Aws::Structure
2116
2170
  end
2117
2171
 
@@ -2125,6 +2179,7 @@ module Aws::QuickSight
2125
2179
  #
2126
2180
  class DataSetSchema < Struct.new(
2127
2181
  :column_schema_list)
2182
+ SENSITIVE = []
2128
2183
  include Aws::Structure
2129
2184
  end
2130
2185
 
@@ -2168,6 +2223,7 @@ module Aws::QuickSight
2168
2223
  :last_updated_time,
2169
2224
  :import_mode,
2170
2225
  :row_level_permission_data_set)
2226
+ SENSITIVE = []
2171
2227
  include Aws::Structure
2172
2228
  end
2173
2229
 
@@ -2239,6 +2295,7 @@ module Aws::QuickSight
2239
2295
  :vpc_connection_properties,
2240
2296
  :ssl_properties,
2241
2297
  :error_info)
2298
+ SENSITIVE = []
2242
2299
  include Aws::Structure
2243
2300
  end
2244
2301
 
@@ -2262,6 +2319,7 @@ module Aws::QuickSight
2262
2319
  #
2263
2320
  class DataSourceCredentials < Struct.new(
2264
2321
  :credential_pair)
2322
+ SENSITIVE = []
2265
2323
  include Aws::Structure
2266
2324
  end
2267
2325
 
@@ -2280,6 +2338,7 @@ module Aws::QuickSight
2280
2338
  class DataSourceErrorInfo < Struct.new(
2281
2339
  :type,
2282
2340
  :message)
2341
+ SENSITIVE = []
2283
2342
  include Aws::Structure
2284
2343
  end
2285
2344
 
@@ -2475,6 +2534,7 @@ module Aws::QuickSight
2475
2534
  :sql_server_parameters,
2476
2535
  :teradata_parameters,
2477
2536
  :twitter_parameters)
2537
+ SENSITIVE = []
2478
2538
  include Aws::Structure
2479
2539
  end
2480
2540
 
@@ -2501,6 +2561,7 @@ module Aws::QuickSight
2501
2561
  class DateTimeParameter < Struct.new(
2502
2562
  :name,
2503
2563
  :values)
2564
+ SENSITIVE = []
2504
2565
  include Aws::Structure
2505
2566
  end
2506
2567
 
@@ -2527,6 +2588,7 @@ module Aws::QuickSight
2527
2588
  class DecimalParameter < Struct.new(
2528
2589
  :name,
2529
2590
  :values)
2591
+ SENSITIVE = []
2530
2592
  include Aws::Structure
2531
2593
  end
2532
2594
 
@@ -2559,6 +2621,7 @@ module Aws::QuickSight
2559
2621
  :aws_account_id,
2560
2622
  :dashboard_id,
2561
2623
  :version_number)
2624
+ SENSITIVE = []
2562
2625
  include Aws::Structure
2563
2626
  end
2564
2627
 
@@ -2586,6 +2649,7 @@ module Aws::QuickSight
2586
2649
  :arn,
2587
2650
  :dashboard_id,
2588
2651
  :request_id)
2652
+ SENSITIVE = []
2589
2653
  include Aws::Structure
2590
2654
  end
2591
2655
 
@@ -2611,6 +2675,7 @@ module Aws::QuickSight
2611
2675
  class DeleteDataSetRequest < Struct.new(
2612
2676
  :aws_account_id,
2613
2677
  :data_set_id)
2678
+ SENSITIVE = []
2614
2679
  include Aws::Structure
2615
2680
  end
2616
2681
 
@@ -2638,6 +2703,7 @@ module Aws::QuickSight
2638
2703
  :data_set_id,
2639
2704
  :request_id,
2640
2705
  :status)
2706
+ SENSITIVE = []
2641
2707
  include Aws::Structure
2642
2708
  end
2643
2709
 
@@ -2663,6 +2729,7 @@ module Aws::QuickSight
2663
2729
  class DeleteDataSourceRequest < Struct.new(
2664
2730
  :aws_account_id,
2665
2731
  :data_source_id)
2732
+ SENSITIVE = []
2666
2733
  include Aws::Structure
2667
2734
  end
2668
2735
 
@@ -2690,6 +2757,7 @@ module Aws::QuickSight
2690
2757
  :data_source_id,
2691
2758
  :request_id,
2692
2759
  :status)
2760
+ SENSITIVE = []
2693
2761
  include Aws::Structure
2694
2762
  end
2695
2763
 
@@ -2729,6 +2797,7 @@ module Aws::QuickSight
2729
2797
  :group_name,
2730
2798
  :aws_account_id,
2731
2799
  :namespace)
2800
+ SENSITIVE = []
2732
2801
  include Aws::Structure
2733
2802
  end
2734
2803
 
@@ -2745,6 +2814,7 @@ module Aws::QuickSight
2745
2814
  class DeleteGroupMembershipResponse < Struct.new(
2746
2815
  :request_id,
2747
2816
  :status)
2817
+ SENSITIVE = []
2748
2818
  include Aws::Structure
2749
2819
  end
2750
2820
 
@@ -2777,6 +2847,7 @@ module Aws::QuickSight
2777
2847
  :group_name,
2778
2848
  :aws_account_id,
2779
2849
  :namespace)
2850
+ SENSITIVE = []
2780
2851
  include Aws::Structure
2781
2852
  end
2782
2853
 
@@ -2793,6 +2864,7 @@ module Aws::QuickSight
2793
2864
  class DeleteGroupResponse < Struct.new(
2794
2865
  :request_id,
2795
2866
  :status)
2867
+ SENSITIVE = []
2796
2868
  include Aws::Structure
2797
2869
  end
2798
2870
 
@@ -2824,6 +2896,7 @@ module Aws::QuickSight
2824
2896
  :aws_account_id,
2825
2897
  :assignment_name,
2826
2898
  :namespace)
2899
+ SENSITIVE = []
2827
2900
  include Aws::Structure
2828
2901
  end
2829
2902
 
@@ -2845,6 +2918,7 @@ module Aws::QuickSight
2845
2918
  :assignment_name,
2846
2919
  :request_id,
2847
2920
  :status)
2921
+ SENSITIVE = []
2848
2922
  include Aws::Structure
2849
2923
  end
2850
2924
 
@@ -2878,6 +2952,7 @@ module Aws::QuickSight
2878
2952
  :aws_account_id,
2879
2953
  :template_id,
2880
2954
  :alias_name)
2955
+ SENSITIVE = []
2881
2956
  include Aws::Structure
2882
2957
  end
2883
2958
 
@@ -2909,6 +2984,7 @@ module Aws::QuickSight
2909
2984
  :alias_name,
2910
2985
  :arn,
2911
2986
  :request_id)
2987
+ SENSITIVE = []
2912
2988
  include Aws::Structure
2913
2989
  end
2914
2990
 
@@ -2942,6 +3018,7 @@ module Aws::QuickSight
2942
3018
  :aws_account_id,
2943
3019
  :template_id,
2944
3020
  :version_number)
3021
+ SENSITIVE = []
2945
3022
  include Aws::Structure
2946
3023
  end
2947
3024
 
@@ -2968,6 +3045,7 @@ module Aws::QuickSight
2968
3045
  :arn,
2969
3046
  :template_id,
2970
3047
  :status)
3048
+ SENSITIVE = []
2971
3049
  include Aws::Structure
2972
3050
  end
2973
3051
 
@@ -3000,6 +3078,7 @@ module Aws::QuickSight
3000
3078
  :principal_id,
3001
3079
  :aws_account_id,
3002
3080
  :namespace)
3081
+ SENSITIVE = []
3003
3082
  include Aws::Structure
3004
3083
  end
3005
3084
 
@@ -3016,6 +3095,7 @@ module Aws::QuickSight
3016
3095
  class DeleteUserByPrincipalIdResponse < Struct.new(
3017
3096
  :request_id,
3018
3097
  :status)
3098
+ SENSITIVE = []
3019
3099
  include Aws::Structure
3020
3100
  end
3021
3101
 
@@ -3048,6 +3128,7 @@ module Aws::QuickSight
3048
3128
  :user_name,
3049
3129
  :aws_account_id,
3050
3130
  :namespace)
3131
+ SENSITIVE = []
3051
3132
  include Aws::Structure
3052
3133
  end
3053
3134
 
@@ -3064,6 +3145,7 @@ module Aws::QuickSight
3064
3145
  class DeleteUserResponse < Struct.new(
3065
3146
  :request_id,
3066
3147
  :status)
3148
+ SENSITIVE = []
3067
3149
  include Aws::Structure
3068
3150
  end
3069
3151
 
@@ -3089,6 +3171,7 @@ module Aws::QuickSight
3089
3171
  class DescribeDashboardPermissionsRequest < Struct.new(
3090
3172
  :aws_account_id,
3091
3173
  :dashboard_id)
3174
+ SENSITIVE = []
3092
3175
  include Aws::Structure
3093
3176
  end
3094
3177
 
@@ -3120,6 +3203,7 @@ module Aws::QuickSight
3120
3203
  :permissions,
3121
3204
  :status,
3122
3205
  :request_id)
3206
+ SENSITIVE = []
3123
3207
  include Aws::Structure
3124
3208
  end
3125
3209
 
@@ -3158,6 +3242,7 @@ module Aws::QuickSight
3158
3242
  :dashboard_id,
3159
3243
  :version_number,
3160
3244
  :alias_name)
3245
+ SENSITIVE = []
3161
3246
  include Aws::Structure
3162
3247
  end
3163
3248
 
@@ -3179,6 +3264,7 @@ module Aws::QuickSight
3179
3264
  :dashboard,
3180
3265
  :status,
3181
3266
  :request_id)
3267
+ SENSITIVE = []
3182
3268
  include Aws::Structure
3183
3269
  end
3184
3270
 
@@ -3204,6 +3290,7 @@ module Aws::QuickSight
3204
3290
  class DescribeDataSetPermissionsRequest < Struct.new(
3205
3291
  :aws_account_id,
3206
3292
  :data_set_id)
3293
+ SENSITIVE = []
3207
3294
  include Aws::Structure
3208
3295
  end
3209
3296
 
@@ -3236,6 +3323,7 @@ module Aws::QuickSight
3236
3323
  :permissions,
3237
3324
  :request_id,
3238
3325
  :status)
3326
+ SENSITIVE = []
3239
3327
  include Aws::Structure
3240
3328
  end
3241
3329
 
@@ -3261,6 +3349,7 @@ module Aws::QuickSight
3261
3349
  class DescribeDataSetRequest < Struct.new(
3262
3350
  :aws_account_id,
3263
3351
  :data_set_id)
3352
+ SENSITIVE = []
3264
3353
  include Aws::Structure
3265
3354
  end
3266
3355
 
@@ -3282,6 +3371,7 @@ module Aws::QuickSight
3282
3371
  :data_set,
3283
3372
  :request_id,
3284
3373
  :status)
3374
+ SENSITIVE = []
3285
3375
  include Aws::Structure
3286
3376
  end
3287
3377
 
@@ -3307,6 +3397,7 @@ module Aws::QuickSight
3307
3397
  class DescribeDataSourcePermissionsRequest < Struct.new(
3308
3398
  :aws_account_id,
3309
3399
  :data_source_id)
3400
+ SENSITIVE = []
3310
3401
  include Aws::Structure
3311
3402
  end
3312
3403
 
@@ -3339,6 +3430,7 @@ module Aws::QuickSight
3339
3430
  :permissions,
3340
3431
  :request_id,
3341
3432
  :status)
3433
+ SENSITIVE = []
3342
3434
  include Aws::Structure
3343
3435
  end
3344
3436
 
@@ -3364,6 +3456,7 @@ module Aws::QuickSight
3364
3456
  class DescribeDataSourceRequest < Struct.new(
3365
3457
  :aws_account_id,
3366
3458
  :data_source_id)
3459
+ SENSITIVE = []
3367
3460
  include Aws::Structure
3368
3461
  end
3369
3462
 
@@ -3385,6 +3478,7 @@ module Aws::QuickSight
3385
3478
  :data_source,
3386
3479
  :request_id,
3387
3480
  :status)
3481
+ SENSITIVE = []
3388
3482
  include Aws::Structure
3389
3483
  end
3390
3484
 
@@ -3417,6 +3511,7 @@ module Aws::QuickSight
3417
3511
  :group_name,
3418
3512
  :aws_account_id,
3419
3513
  :namespace)
3514
+ SENSITIVE = []
3420
3515
  include Aws::Structure
3421
3516
  end
3422
3517
 
@@ -3438,6 +3533,7 @@ module Aws::QuickSight
3438
3533
  :group,
3439
3534
  :request_id,
3440
3535
  :status)
3536
+ SENSITIVE = []
3441
3537
  include Aws::Structure
3442
3538
  end
3443
3539
 
@@ -3469,6 +3565,7 @@ module Aws::QuickSight
3469
3565
  :aws_account_id,
3470
3566
  :assignment_name,
3471
3567
  :namespace)
3568
+ SENSITIVE = []
3472
3569
  include Aws::Structure
3473
3570
  end
3474
3571
 
@@ -3490,6 +3587,7 @@ module Aws::QuickSight
3490
3587
  :iam_policy_assignment,
3491
3588
  :request_id,
3492
3589
  :status)
3590
+ SENSITIVE = []
3493
3591
  include Aws::Structure
3494
3592
  end
3495
3593
 
@@ -3520,6 +3618,7 @@ module Aws::QuickSight
3520
3618
  :aws_account_id,
3521
3619
  :data_set_id,
3522
3620
  :ingestion_id)
3621
+ SENSITIVE = []
3523
3622
  include Aws::Structure
3524
3623
  end
3525
3624
 
@@ -3541,6 +3640,7 @@ module Aws::QuickSight
3541
3640
  :ingestion,
3542
3641
  :request_id,
3543
3642
  :status)
3643
+ SENSITIVE = []
3544
3644
  include Aws::Structure
3545
3645
  end
3546
3646
 
@@ -3576,6 +3676,7 @@ module Aws::QuickSight
3576
3676
  :aws_account_id,
3577
3677
  :template_id,
3578
3678
  :alias_name)
3679
+ SENSITIVE = []
3579
3680
  include Aws::Structure
3580
3681
  end
3581
3682
 
@@ -3597,6 +3698,7 @@ module Aws::QuickSight
3597
3698
  :template_alias,
3598
3699
  :status,
3599
3700
  :request_id)
3701
+ SENSITIVE = []
3600
3702
  include Aws::Structure
3601
3703
  end
3602
3704
 
@@ -3622,6 +3724,7 @@ module Aws::QuickSight
3622
3724
  class DescribeTemplatePermissionsRequest < Struct.new(
3623
3725
  :aws_account_id,
3624
3726
  :template_id)
3727
+ SENSITIVE = []
3625
3728
  include Aws::Structure
3626
3729
  end
3627
3730
 
@@ -3653,6 +3756,7 @@ module Aws::QuickSight
3653
3756
  :permissions,
3654
3757
  :request_id,
3655
3758
  :status)
3759
+ SENSITIVE = []
3656
3760
  include Aws::Structure
3657
3761
  end
3658
3762
 
@@ -3696,6 +3800,7 @@ module Aws::QuickSight
3696
3800
  :template_id,
3697
3801
  :version_number,
3698
3802
  :alias_name)
3803
+ SENSITIVE = []
3699
3804
  include Aws::Structure
3700
3805
  end
3701
3806
 
@@ -3712,6 +3817,7 @@ module Aws::QuickSight
3712
3817
  class DescribeTemplateResponse < Struct.new(
3713
3818
  :template,
3714
3819
  :status)
3820
+ SENSITIVE = []
3715
3821
  include Aws::Structure
3716
3822
  end
3717
3823
 
@@ -3744,6 +3850,7 @@ module Aws::QuickSight
3744
3850
  :user_name,
3745
3851
  :aws_account_id,
3746
3852
  :namespace)
3853
+ SENSITIVE = []
3747
3854
  include Aws::Structure
3748
3855
  end
3749
3856
 
@@ -3765,6 +3872,7 @@ module Aws::QuickSight
3765
3872
  :user,
3766
3873
  :request_id,
3767
3874
  :status)
3875
+ SENSITIVE = []
3768
3876
  include Aws::Structure
3769
3877
  end
3770
3878
 
@@ -3784,6 +3892,7 @@ module Aws::QuickSight
3784
3892
  class DomainNotWhitelistedException < Struct.new(
3785
3893
  :message,
3786
3894
  :request_id)
3895
+ SENSITIVE = []
3787
3896
  include Aws::Structure
3788
3897
  end
3789
3898
 
@@ -3802,6 +3911,7 @@ module Aws::QuickSight
3802
3911
  class ErrorInfo < Struct.new(
3803
3912
  :type,
3804
3913
  :message)
3914
+ SENSITIVE = []
3805
3915
  include Aws::Structure
3806
3916
  end
3807
3917
 
@@ -3822,6 +3932,7 @@ module Aws::QuickSight
3822
3932
  #
3823
3933
  class ExportToCSVOption < Struct.new(
3824
3934
  :availability_status)
3935
+ SENSITIVE = []
3825
3936
  include Aws::Structure
3826
3937
  end
3827
3938
 
@@ -3843,6 +3954,7 @@ module Aws::QuickSight
3843
3954
  #
3844
3955
  class FilterOperation < Struct.new(
3845
3956
  :condition_expression)
3957
+ SENSITIVE = []
3846
3958
  include Aws::Structure
3847
3959
  end
3848
3960
 
@@ -3875,6 +3987,7 @@ module Aws::QuickSight
3875
3987
  :name,
3876
3988
  :country_code,
3877
3989
  :columns)
3990
+ SENSITIVE = []
3878
3991
  include Aws::Structure
3879
3992
  end
3880
3993
 
@@ -3944,6 +4057,7 @@ module Aws::QuickSight
3944
4057
  :undo_redo_disabled,
3945
4058
  :reset_disabled,
3946
4059
  :user_arn)
4060
+ SENSITIVE = []
3947
4061
  include Aws::Structure
3948
4062
  end
3949
4063
 
@@ -3968,6 +4082,7 @@ module Aws::QuickSight
3968
4082
  :embed_url,
3969
4083
  :status,
3970
4084
  :request_id)
4085
+ SENSITIVE = [:embed_url]
3971
4086
  include Aws::Structure
3972
4087
  end
3973
4088
 
@@ -3999,6 +4114,7 @@ module Aws::QuickSight
3999
4114
  :group_name,
4000
4115
  :description,
4001
4116
  :principal_id)
4117
+ SENSITIVE = []
4002
4118
  include Aws::Structure
4003
4119
  end
4004
4120
 
@@ -4018,6 +4134,7 @@ module Aws::QuickSight
4018
4134
  class GroupMember < Struct.new(
4019
4135
  :arn,
4020
4136
  :member_name)
4137
+ SENSITIVE = []
4021
4138
  include Aws::Structure
4022
4139
  end
4023
4140
 
@@ -4056,6 +4173,7 @@ module Aws::QuickSight
4056
4173
  :policy_arn,
4057
4174
  :identities,
4058
4175
  :assignment_status)
4176
+ SENSITIVE = []
4059
4177
  include Aws::Structure
4060
4178
  end
4061
4179
 
@@ -4074,6 +4192,7 @@ module Aws::QuickSight
4074
4192
  class IAMPolicyAssignmentSummary < Struct.new(
4075
4193
  :assignment_name,
4076
4194
  :assignment_status)
4195
+ SENSITIVE = []
4077
4196
  include Aws::Structure
4078
4197
  end
4079
4198
 
@@ -4092,6 +4211,7 @@ module Aws::QuickSight
4092
4211
  class IdentityTypeNotSupportedException < Struct.new(
4093
4212
  :message,
4094
4213
  :request_id)
4214
+ SENSITIVE = []
4095
4215
  include Aws::Structure
4096
4216
  end
4097
4217
 
@@ -4155,6 +4275,7 @@ module Aws::QuickSight
4155
4275
  :ingestion_size_in_bytes,
4156
4276
  :request_source,
4157
4277
  :request_type)
4278
+ SENSITIVE = []
4158
4279
  include Aws::Structure
4159
4280
  end
4160
4281
 
@@ -4182,6 +4303,7 @@ module Aws::QuickSight
4182
4303
  class InputColumn < Struct.new(
4183
4304
  :name,
4184
4305
  :type)
4306
+ SENSITIVE = []
4185
4307
  include Aws::Structure
4186
4308
  end
4187
4309
 
@@ -4208,6 +4330,7 @@ module Aws::QuickSight
4208
4330
  class IntegerParameter < Struct.new(
4209
4331
  :name,
4210
4332
  :values)
4333
+ SENSITIVE = []
4211
4334
  include Aws::Structure
4212
4335
  end
4213
4336
 
@@ -4225,6 +4348,7 @@ module Aws::QuickSight
4225
4348
  class InternalFailureException < Struct.new(
4226
4349
  :message,
4227
4350
  :request_id)
4351
+ SENSITIVE = []
4228
4352
  include Aws::Structure
4229
4353
  end
4230
4354
 
@@ -4242,6 +4366,7 @@ module Aws::QuickSight
4242
4366
  class InvalidNextTokenException < Struct.new(
4243
4367
  :message,
4244
4368
  :request_id)
4369
+ SENSITIVE = []
4245
4370
  include Aws::Structure
4246
4371
  end
4247
4372
 
@@ -4259,6 +4384,7 @@ module Aws::QuickSight
4259
4384
  class InvalidParameterValueException < Struct.new(
4260
4385
  :message,
4261
4386
  :request_id)
4387
+ SENSITIVE = []
4262
4388
  include Aws::Structure
4263
4389
  end
4264
4390
 
@@ -4279,6 +4405,7 @@ module Aws::QuickSight
4279
4405
  #
4280
4406
  class JiraParameters < Struct.new(
4281
4407
  :site_base_url)
4408
+ SENSITIVE = []
4282
4409
  include Aws::Structure
4283
4410
  end
4284
4411
 
@@ -4317,6 +4444,7 @@ module Aws::QuickSight
4317
4444
  :right_operand,
4318
4445
  :type,
4319
4446
  :on_clause)
4447
+ SENSITIVE = []
4320
4448
  include Aws::Structure
4321
4449
  end
4322
4450
 
@@ -4339,6 +4467,7 @@ module Aws::QuickSight
4339
4467
  :message,
4340
4468
  :resource_type,
4341
4469
  :request_id)
4470
+ SENSITIVE = []
4342
4471
  include Aws::Structure
4343
4472
  end
4344
4473
 
@@ -4377,6 +4506,7 @@ module Aws::QuickSight
4377
4506
  :dashboard_id,
4378
4507
  :next_token,
4379
4508
  :max_results)
4509
+ SENSITIVE = []
4380
4510
  include Aws::Structure
4381
4511
  end
4382
4512
 
@@ -4405,6 +4535,7 @@ module Aws::QuickSight
4405
4535
  :next_token,
4406
4536
  :status,
4407
4537
  :request_id)
4538
+ SENSITIVE = []
4408
4539
  include Aws::Structure
4409
4540
  end
4410
4541
 
@@ -4437,6 +4568,7 @@ module Aws::QuickSight
4437
4568
  :aws_account_id,
4438
4569
  :next_token,
4439
4570
  :max_results)
4571
+ SENSITIVE = []
4440
4572
  include Aws::Structure
4441
4573
  end
4442
4574
 
@@ -4465,6 +4597,7 @@ module Aws::QuickSight
4465
4597
  :next_token,
4466
4598
  :status,
4467
4599
  :request_id)
4600
+ SENSITIVE = []
4468
4601
  include Aws::Structure
4469
4602
  end
4470
4603
 
@@ -4496,6 +4629,7 @@ module Aws::QuickSight
4496
4629
  :aws_account_id,
4497
4630
  :next_token,
4498
4631
  :max_results)
4632
+ SENSITIVE = []
4499
4633
  include Aws::Structure
4500
4634
  end
4501
4635
 
@@ -4523,6 +4657,7 @@ module Aws::QuickSight
4523
4657
  :next_token,
4524
4658
  :request_id,
4525
4659
  :status)
4660
+ SENSITIVE = []
4526
4661
  include Aws::Structure
4527
4662
  end
4528
4663
 
@@ -4554,6 +4689,7 @@ module Aws::QuickSight
4554
4689
  :aws_account_id,
4555
4690
  :next_token,
4556
4691
  :max_results)
4692
+ SENSITIVE = []
4557
4693
  include Aws::Structure
4558
4694
  end
4559
4695
 
@@ -4581,6 +4717,7 @@ module Aws::QuickSight
4581
4717
  :next_token,
4582
4718
  :request_id,
4583
4719
  :status)
4720
+ SENSITIVE = []
4584
4721
  include Aws::Structure
4585
4722
  end
4586
4723
 
@@ -4625,6 +4762,7 @@ module Aws::QuickSight
4625
4762
  :max_results,
4626
4763
  :aws_account_id,
4627
4764
  :namespace)
4765
+ SENSITIVE = []
4628
4766
  include Aws::Structure
4629
4767
  end
4630
4768
 
@@ -4651,6 +4789,7 @@ module Aws::QuickSight
4651
4789
  :next_token,
4652
4790
  :request_id,
4653
4791
  :status)
4792
+ SENSITIVE = []
4654
4793
  include Aws::Structure
4655
4794
  end
4656
4795
 
@@ -4689,6 +4828,7 @@ module Aws::QuickSight
4689
4828
  :next_token,
4690
4829
  :max_results,
4691
4830
  :namespace)
4831
+ SENSITIVE = []
4692
4832
  include Aws::Structure
4693
4833
  end
4694
4834
 
@@ -4715,6 +4855,7 @@ module Aws::QuickSight
4715
4855
  :next_token,
4716
4856
  :request_id,
4717
4857
  :status)
4858
+ SENSITIVE = []
4718
4859
  include Aws::Structure
4719
4860
  end
4720
4861
 
@@ -4758,6 +4899,7 @@ module Aws::QuickSight
4758
4899
  :next_token,
4759
4900
  :max_results,
4760
4901
  :namespace)
4902
+ SENSITIVE = []
4761
4903
  include Aws::Structure
4762
4904
  end
4763
4905
 
@@ -4785,6 +4927,7 @@ module Aws::QuickSight
4785
4927
  :request_id,
4786
4928
  :next_token,
4787
4929
  :status)
4930
+ SENSITIVE = []
4788
4931
  include Aws::Structure
4789
4932
  end
4790
4933
 
@@ -4829,6 +4972,7 @@ module Aws::QuickSight
4829
4972
  :namespace,
4830
4973
  :next_token,
4831
4974
  :max_results)
4975
+ SENSITIVE = []
4832
4976
  include Aws::Structure
4833
4977
  end
4834
4978
 
@@ -4856,6 +5000,7 @@ module Aws::QuickSight
4856
5000
  :next_token,
4857
5001
  :request_id,
4858
5002
  :status)
5003
+ SENSITIVE = []
4859
5004
  include Aws::Structure
4860
5005
  end
4861
5006
 
@@ -4893,6 +5038,7 @@ module Aws::QuickSight
4893
5038
  :next_token,
4894
5039
  :aws_account_id,
4895
5040
  :max_results)
5041
+ SENSITIVE = []
4896
5042
  include Aws::Structure
4897
5043
  end
4898
5044
 
@@ -4920,6 +5066,7 @@ module Aws::QuickSight
4920
5066
  :next_token,
4921
5067
  :request_id,
4922
5068
  :status)
5069
+ SENSITIVE = []
4923
5070
  include Aws::Structure
4924
5071
  end
4925
5072
 
@@ -4939,6 +5086,7 @@ module Aws::QuickSight
4939
5086
  #
4940
5087
  class ListTagsForResourceRequest < Struct.new(
4941
5088
  :resource_arn)
5089
+ SENSITIVE = []
4942
5090
  include Aws::Structure
4943
5091
  end
4944
5092
 
@@ -4961,6 +5109,7 @@ module Aws::QuickSight
4961
5109
  :tags,
4962
5110
  :request_id,
4963
5111
  :status)
5112
+ SENSITIVE = []
4964
5113
  include Aws::Structure
4965
5114
  end
4966
5115
 
@@ -4999,6 +5148,7 @@ module Aws::QuickSight
4999
5148
  :template_id,
5000
5149
  :next_token,
5001
5150
  :max_results)
5151
+ SENSITIVE = []
5002
5152
  include Aws::Structure
5003
5153
  end
5004
5154
 
@@ -5026,6 +5176,7 @@ module Aws::QuickSight
5026
5176
  :status,
5027
5177
  :request_id,
5028
5178
  :next_token)
5179
+ SENSITIVE = []
5029
5180
  include Aws::Structure
5030
5181
  end
5031
5182
 
@@ -5064,6 +5215,7 @@ module Aws::QuickSight
5064
5215
  :template_id,
5065
5216
  :next_token,
5066
5217
  :max_results)
5218
+ SENSITIVE = []
5067
5219
  include Aws::Structure
5068
5220
  end
5069
5221
 
@@ -5092,6 +5244,7 @@ module Aws::QuickSight
5092
5244
  :next_token,
5093
5245
  :status,
5094
5246
  :request_id)
5247
+ SENSITIVE = []
5095
5248
  include Aws::Structure
5096
5249
  end
5097
5250
 
@@ -5124,6 +5277,7 @@ module Aws::QuickSight
5124
5277
  :aws_account_id,
5125
5278
  :next_token,
5126
5279
  :max_results)
5280
+ SENSITIVE = []
5127
5281
  include Aws::Structure
5128
5282
  end
5129
5283
 
@@ -5151,6 +5305,7 @@ module Aws::QuickSight
5151
5305
  :next_token,
5152
5306
  :status,
5153
5307
  :request_id)
5308
+ SENSITIVE = []
5154
5309
  include Aws::Structure
5155
5310
  end
5156
5311
 
@@ -5195,6 +5350,7 @@ module Aws::QuickSight
5195
5350
  :namespace,
5196
5351
  :next_token,
5197
5352
  :max_results)
5353
+ SENSITIVE = []
5198
5354
  include Aws::Structure
5199
5355
  end
5200
5356
 
@@ -5221,6 +5377,7 @@ module Aws::QuickSight
5221
5377
  :next_token,
5222
5378
  :request_id,
5223
5379
  :status)
5380
+ SENSITIVE = []
5224
5381
  include Aws::Structure
5225
5382
  end
5226
5383
 
@@ -5259,6 +5416,7 @@ module Aws::QuickSight
5259
5416
  :next_token,
5260
5417
  :max_results,
5261
5418
  :namespace)
5419
+ SENSITIVE = []
5262
5420
  include Aws::Structure
5263
5421
  end
5264
5422
 
@@ -5285,6 +5443,7 @@ module Aws::QuickSight
5285
5443
  :next_token,
5286
5444
  :request_id,
5287
5445
  :status)
5446
+ SENSITIVE = []
5288
5447
  include Aws::Structure
5289
5448
  end
5290
5449
 
@@ -5364,6 +5523,7 @@ module Aws::QuickSight
5364
5523
  :alias,
5365
5524
  :data_transforms,
5366
5525
  :source)
5526
+ SENSITIVE = []
5367
5527
  include Aws::Structure
5368
5528
  end
5369
5529
 
@@ -5397,6 +5557,7 @@ module Aws::QuickSight
5397
5557
  class LogicalTableSource < Struct.new(
5398
5558
  :join_instruction,
5399
5559
  :physical_table_id)
5560
+ SENSITIVE = []
5400
5561
  include Aws::Structure
5401
5562
  end
5402
5563
 
@@ -5423,6 +5584,7 @@ module Aws::QuickSight
5423
5584
  class ManifestFileLocation < Struct.new(
5424
5585
  :bucket,
5425
5586
  :key)
5587
+ SENSITIVE = []
5426
5588
  include Aws::Structure
5427
5589
  end
5428
5590
 
@@ -5455,6 +5617,7 @@ module Aws::QuickSight
5455
5617
  :host,
5456
5618
  :port,
5457
5619
  :database)
5620
+ SENSITIVE = []
5458
5621
  include Aws::Structure
5459
5622
  end
5460
5623
 
@@ -5487,6 +5650,7 @@ module Aws::QuickSight
5487
5650
  :host,
5488
5651
  :port,
5489
5652
  :database)
5653
+ SENSITIVE = []
5490
5654
  include Aws::Structure
5491
5655
  end
5492
5656
 
@@ -5505,6 +5669,7 @@ module Aws::QuickSight
5505
5669
  class OutputColumn < Struct.new(
5506
5670
  :name,
5507
5671
  :type)
5672
+ SENSITIVE = []
5508
5673
  include Aws::Structure
5509
5674
  end
5510
5675
 
@@ -5563,6 +5728,7 @@ module Aws::QuickSight
5563
5728
  :integer_parameters,
5564
5729
  :decimal_parameters,
5565
5730
  :date_time_parameters)
5731
+ SENSITIVE = []
5566
5732
  include Aws::Structure
5567
5733
  end
5568
5734
 
@@ -5634,6 +5800,7 @@ module Aws::QuickSight
5634
5800
  :relational_table,
5635
5801
  :custom_sql,
5636
5802
  :s3_source)
5803
+ SENSITIVE = []
5637
5804
  include Aws::Structure
5638
5805
  end
5639
5806
 
@@ -5666,6 +5833,7 @@ module Aws::QuickSight
5666
5833
  :host,
5667
5834
  :port,
5668
5835
  :database)
5836
+ SENSITIVE = []
5669
5837
  include Aws::Structure
5670
5838
  end
5671
5839
 
@@ -5683,6 +5851,7 @@ module Aws::QuickSight
5683
5851
  class PreconditionNotMetException < Struct.new(
5684
5852
  :message,
5685
5853
  :request_id)
5854
+ SENSITIVE = []
5686
5855
  include Aws::Structure
5687
5856
  end
5688
5857
 
@@ -5715,6 +5884,7 @@ module Aws::QuickSight
5715
5884
  :host,
5716
5885
  :port,
5717
5886
  :catalog)
5887
+ SENSITIVE = []
5718
5888
  include Aws::Structure
5719
5889
  end
5720
5890
 
@@ -5736,6 +5906,7 @@ module Aws::QuickSight
5736
5906
  #
5737
5907
  class ProjectOperation < Struct.new(
5738
5908
  :projected_columns)
5909
+ SENSITIVE = []
5739
5910
  include Aws::Structure
5740
5911
  end
5741
5912
 
@@ -5755,6 +5926,7 @@ module Aws::QuickSight
5755
5926
  class QueueInfo < Struct.new(
5756
5927
  :waiting_on_ingestion,
5757
5928
  :queued_ingestion)
5929
+ SENSITIVE = []
5758
5930
  include Aws::Structure
5759
5931
  end
5760
5932
 
@@ -5774,6 +5946,7 @@ module Aws::QuickSight
5774
5946
  class QuickSightUserNotFoundException < Struct.new(
5775
5947
  :message,
5776
5948
  :request_id)
5949
+ SENSITIVE = []
5777
5950
  include Aws::Structure
5778
5951
  end
5779
5952
 
@@ -5800,6 +5973,7 @@ module Aws::QuickSight
5800
5973
  class RdsParameters < Struct.new(
5801
5974
  :instance_id,
5802
5975
  :database)
5976
+ SENSITIVE = []
5803
5977
  include Aws::Structure
5804
5978
  end
5805
5979
 
@@ -5841,6 +6015,7 @@ module Aws::QuickSight
5841
6015
  :port,
5842
6016
  :database,
5843
6017
  :cluster_id)
6018
+ SENSITIVE = []
5844
6019
  include Aws::Structure
5845
6020
  end
5846
6021
 
@@ -5937,6 +6112,7 @@ module Aws::QuickSight
5937
6112
  :aws_account_id,
5938
6113
  :namespace,
5939
6114
  :user_name)
6115
+ SENSITIVE = []
5940
6116
  include Aws::Structure
5941
6117
  end
5942
6118
 
@@ -5965,6 +6141,7 @@ module Aws::QuickSight
5965
6141
  :user_invitation_url,
5966
6142
  :request_id,
5967
6143
  :status)
6144
+ SENSITIVE = []
5968
6145
  include Aws::Structure
5969
6146
  end
5970
6147
 
@@ -6009,6 +6186,7 @@ module Aws::QuickSight
6009
6186
  :schema,
6010
6187
  :name,
6011
6188
  :input_columns)
6189
+ SENSITIVE = []
6012
6190
  include Aws::Structure
6013
6191
  end
6014
6192
 
@@ -6035,6 +6213,7 @@ module Aws::QuickSight
6035
6213
  class RenameColumnOperation < Struct.new(
6036
6214
  :column_name,
6037
6215
  :new_column_name)
6216
+ SENSITIVE = []
6038
6217
  include Aws::Structure
6039
6218
  end
6040
6219
 
@@ -6057,6 +6236,7 @@ module Aws::QuickSight
6057
6236
  :message,
6058
6237
  :resource_type,
6059
6238
  :request_id)
6239
+ SENSITIVE = []
6060
6240
  include Aws::Structure
6061
6241
  end
6062
6242
 
@@ -6079,6 +6259,7 @@ module Aws::QuickSight
6079
6259
  :message,
6080
6260
  :resource_type,
6081
6261
  :request_id)
6262
+ SENSITIVE = []
6082
6263
  include Aws::Structure
6083
6264
  end
6084
6265
 
@@ -6109,6 +6290,7 @@ module Aws::QuickSight
6109
6290
  class ResourcePermission < Struct.new(
6110
6291
  :principal,
6111
6292
  :actions)
6293
+ SENSITIVE = []
6112
6294
  include Aws::Structure
6113
6295
  end
6114
6296
 
@@ -6131,6 +6313,7 @@ module Aws::QuickSight
6131
6313
  :message,
6132
6314
  :resource_type,
6133
6315
  :request_id)
6316
+ SENSITIVE = []
6134
6317
  include Aws::Structure
6135
6318
  end
6136
6319
 
@@ -6149,6 +6332,7 @@ module Aws::QuickSight
6149
6332
  class RowInfo < Struct.new(
6150
6333
  :rows_ingested,
6151
6334
  :rows_dropped)
6335
+ SENSITIVE = []
6152
6336
  include Aws::Structure
6153
6337
  end
6154
6338
 
@@ -6175,6 +6359,7 @@ module Aws::QuickSight
6175
6359
  class RowLevelPermissionDataSet < Struct.new(
6176
6360
  :arn,
6177
6361
  :permission_policy)
6362
+ SENSITIVE = []
6178
6363
  include Aws::Structure
6179
6364
  end
6180
6365
 
@@ -6199,6 +6384,7 @@ module Aws::QuickSight
6199
6384
  #
6200
6385
  class S3Parameters < Struct.new(
6201
6386
  :manifest_file_location)
6387
+ SENSITIVE = []
6202
6388
  include Aws::Structure
6203
6389
  end
6204
6390
 
@@ -6242,6 +6428,7 @@ module Aws::QuickSight
6242
6428
  :data_source_arn,
6243
6429
  :upload_settings,
6244
6430
  :input_columns)
6431
+ SENSITIVE = []
6245
6432
  include Aws::Structure
6246
6433
  end
6247
6434
 
@@ -6289,6 +6476,7 @@ module Aws::QuickSight
6289
6476
  :filters,
6290
6477
  :next_token,
6291
6478
  :max_results)
6479
+ SENSITIVE = []
6292
6480
  include Aws::Structure
6293
6481
  end
6294
6482
 
@@ -6317,6 +6505,7 @@ module Aws::QuickSight
6317
6505
  :next_token,
6318
6506
  :status,
6319
6507
  :request_id)
6508
+ SENSITIVE = []
6320
6509
  include Aws::Structure
6321
6510
  end
6322
6511
 
@@ -6337,6 +6526,7 @@ module Aws::QuickSight
6337
6526
  #
6338
6527
  class ServiceNowParameters < Struct.new(
6339
6528
  :site_base_url)
6529
+ SENSITIVE = []
6340
6530
  include Aws::Structure
6341
6531
  end
6342
6532
 
@@ -6355,6 +6545,7 @@ module Aws::QuickSight
6355
6545
  class SessionLifetimeInMinutesInvalidException < Struct.new(
6356
6546
  :message,
6357
6547
  :request_id)
6548
+ SENSITIVE = []
6358
6549
  include Aws::Structure
6359
6550
  end
6360
6551
 
@@ -6375,6 +6566,7 @@ module Aws::QuickSight
6375
6566
  #
6376
6567
  class SheetControlsOption < Struct.new(
6377
6568
  :visibility_state)
6569
+ SENSITIVE = []
6378
6570
  include Aws::Structure
6379
6571
  end
6380
6572
 
@@ -6407,6 +6599,7 @@ module Aws::QuickSight
6407
6599
  :host,
6408
6600
  :database,
6409
6601
  :warehouse)
6602
+ SENSITIVE = []
6410
6603
  include Aws::Structure
6411
6604
  end
6412
6605
 
@@ -6433,6 +6626,7 @@ module Aws::QuickSight
6433
6626
  class SparkParameters < Struct.new(
6434
6627
  :host,
6435
6628
  :port)
6629
+ SENSITIVE = []
6436
6630
  include Aws::Structure
6437
6631
  end
6438
6632
 
@@ -6465,6 +6659,7 @@ module Aws::QuickSight
6465
6659
  :host,
6466
6660
  :port,
6467
6661
  :database)
6662
+ SENSITIVE = []
6468
6663
  include Aws::Structure
6469
6664
  end
6470
6665
 
@@ -6486,6 +6681,7 @@ module Aws::QuickSight
6486
6681
  #
6487
6682
  class SslProperties < Struct.new(
6488
6683
  :disable_ssl)
6684
+ SENSITIVE = []
6489
6685
  include Aws::Structure
6490
6686
  end
6491
6687
 
@@ -6512,6 +6708,7 @@ module Aws::QuickSight
6512
6708
  class StringParameter < Struct.new(
6513
6709
  :name,
6514
6710
  :values)
6711
+ SENSITIVE = []
6515
6712
  include Aws::Structure
6516
6713
  end
6517
6714
 
@@ -6539,6 +6736,7 @@ module Aws::QuickSight
6539
6736
  class Tag < Struct.new(
6540
6737
  :key,
6541
6738
  :value)
6739
+ SENSITIVE = []
6542
6740
  include Aws::Structure
6543
6741
  end
6544
6742
 
@@ -6574,6 +6772,7 @@ module Aws::QuickSight
6574
6772
  class TagColumnOperation < Struct.new(
6575
6773
  :column_name,
6576
6774
  :tags)
6775
+ SENSITIVE = []
6577
6776
  include Aws::Structure
6578
6777
  end
6579
6778
 
@@ -6604,6 +6803,7 @@ module Aws::QuickSight
6604
6803
  class TagResourceRequest < Struct.new(
6605
6804
  :resource_arn,
6606
6805
  :tags)
6806
+ SENSITIVE = []
6607
6807
  include Aws::Structure
6608
6808
  end
6609
6809
 
@@ -6620,6 +6820,7 @@ module Aws::QuickSight
6620
6820
  class TagResourceResponse < Struct.new(
6621
6821
  :request_id,
6622
6822
  :status)
6823
+ SENSITIVE = []
6623
6824
  include Aws::Structure
6624
6825
  end
6625
6826
 
@@ -6669,6 +6870,7 @@ module Aws::QuickSight
6669
6870
  :template_id,
6670
6871
  :last_updated_time,
6671
6872
  :created_time)
6873
+ SENSITIVE = []
6672
6874
  include Aws::Structure
6673
6875
  end
6674
6876
 
@@ -6692,6 +6894,7 @@ module Aws::QuickSight
6692
6894
  :alias_name,
6693
6895
  :arn,
6694
6896
  :template_version_number)
6897
+ SENSITIVE = []
6695
6898
  include Aws::Structure
6696
6899
  end
6697
6900
 
@@ -6711,6 +6914,7 @@ module Aws::QuickSight
6711
6914
  class TemplateError < Struct.new(
6712
6915
  :type,
6713
6916
  :message)
6917
+ SENSITIVE = []
6714
6918
  include Aws::Structure
6715
6919
  end
6716
6920
 
@@ -6743,6 +6947,7 @@ module Aws::QuickSight
6743
6947
  class TemplateSourceAnalysis < Struct.new(
6744
6948
  :arn,
6745
6949
  :data_set_references)
6950
+ SENSITIVE = []
6746
6951
  include Aws::Structure
6747
6952
  end
6748
6953
 
@@ -6779,6 +6984,7 @@ module Aws::QuickSight
6779
6984
  class TemplateSourceEntity < Struct.new(
6780
6985
  :source_analysis,
6781
6986
  :source_template)
6987
+ SENSITIVE = []
6782
6988
  include Aws::Structure
6783
6989
  end
6784
6990
 
@@ -6799,6 +7005,7 @@ module Aws::QuickSight
6799
7005
  #
6800
7006
  class TemplateSourceTemplate < Struct.new(
6801
7007
  :arn)
7008
+ SENSITIVE = []
6802
7009
  include Aws::Structure
6803
7010
  end
6804
7011
 
@@ -6839,6 +7046,7 @@ module Aws::QuickSight
6839
7046
  :latest_version_number,
6840
7047
  :created_time,
6841
7048
  :last_updated_time)
7049
+ SENSITIVE = []
6842
7050
  include Aws::Structure
6843
7051
  end
6844
7052
 
@@ -6885,6 +7093,7 @@ module Aws::QuickSight
6885
7093
  :data_set_configurations,
6886
7094
  :description,
6887
7095
  :source_entity_arn)
7096
+ SENSITIVE = []
6888
7097
  include Aws::Structure
6889
7098
  end
6890
7099
 
@@ -6918,6 +7127,7 @@ module Aws::QuickSight
6918
7127
  :created_time,
6919
7128
  :status,
6920
7129
  :description)
7130
+ SENSITIVE = []
6921
7131
  include Aws::Structure
6922
7132
  end
6923
7133
 
@@ -6950,6 +7160,7 @@ module Aws::QuickSight
6950
7160
  :host,
6951
7161
  :port,
6952
7162
  :database)
7163
+ SENSITIVE = []
6953
7164
  include Aws::Structure
6954
7165
  end
6955
7166
 
@@ -6967,6 +7178,7 @@ module Aws::QuickSight
6967
7178
  class ThrottlingException < Struct.new(
6968
7179
  :message,
6969
7180
  :request_id)
7181
+ SENSITIVE = []
6970
7182
  include Aws::Structure
6971
7183
  end
6972
7184
 
@@ -7047,6 +7259,7 @@ module Aws::QuickSight
7047
7259
  :rename_column_operation,
7048
7260
  :cast_column_type_operation,
7049
7261
  :tag_column_operation)
7262
+ SENSITIVE = []
7050
7263
  include Aws::Structure
7051
7264
  end
7052
7265
 
@@ -7073,6 +7286,7 @@ module Aws::QuickSight
7073
7286
  class TwitterParameters < Struct.new(
7074
7287
  :query,
7075
7288
  :max_rows)
7289
+ SENSITIVE = []
7076
7290
  include Aws::Structure
7077
7291
  end
7078
7292
 
@@ -7094,6 +7308,7 @@ module Aws::QuickSight
7094
7308
  class UnsupportedUserEditionException < Struct.new(
7095
7309
  :message,
7096
7310
  :request_id)
7311
+ SENSITIVE = []
7097
7312
  include Aws::Structure
7098
7313
  end
7099
7314
 
@@ -7120,6 +7335,7 @@ module Aws::QuickSight
7120
7335
  class UntagResourceRequest < Struct.new(
7121
7336
  :resource_arn,
7122
7337
  :tag_keys)
7338
+ SENSITIVE = []
7123
7339
  include Aws::Structure
7124
7340
  end
7125
7341
 
@@ -7136,6 +7352,7 @@ module Aws::QuickSight
7136
7352
  class UntagResourceResponse < Struct.new(
7137
7353
  :request_id,
7138
7354
  :status)
7355
+ SENSITIVE = []
7139
7356
  include Aws::Structure
7140
7357
  end
7141
7358
 
@@ -7183,6 +7400,7 @@ module Aws::QuickSight
7183
7400
  :dashboard_id,
7184
7401
  :grant_permissions,
7185
7402
  :revoke_permissions)
7403
+ SENSITIVE = []
7186
7404
  include Aws::Structure
7187
7405
  end
7188
7406
 
@@ -7214,6 +7432,7 @@ module Aws::QuickSight
7214
7432
  :permissions,
7215
7433
  :request_id,
7216
7434
  :status)
7435
+ SENSITIVE = []
7217
7436
  include Aws::Structure
7218
7437
  end
7219
7438
 
@@ -7245,6 +7464,7 @@ module Aws::QuickSight
7245
7464
  :aws_account_id,
7246
7465
  :dashboard_id,
7247
7466
  :version_number)
7467
+ SENSITIVE = []
7248
7468
  include Aws::Structure
7249
7469
  end
7250
7470
 
@@ -7271,6 +7491,7 @@ module Aws::QuickSight
7271
7491
  :dashboard_arn,
7272
7492
  :status,
7273
7493
  :request_id)
7494
+ SENSITIVE = []
7274
7495
  include Aws::Structure
7275
7496
  end
7276
7497
 
@@ -7392,6 +7613,7 @@ module Aws::QuickSight
7392
7613
  :parameters,
7393
7614
  :version_description,
7394
7615
  :dashboard_publish_options)
7616
+ SENSITIVE = []
7395
7617
  include Aws::Structure
7396
7618
  end
7397
7619
 
@@ -7428,6 +7650,7 @@ module Aws::QuickSight
7428
7650
  :creation_status,
7429
7651
  :status,
7430
7652
  :request_id)
7653
+ SENSITIVE = []
7431
7654
  include Aws::Structure
7432
7655
  end
7433
7656
 
@@ -7475,6 +7698,7 @@ module Aws::QuickSight
7475
7698
  :data_set_id,
7476
7699
  :grant_permissions,
7477
7700
  :revoke_permissions)
7701
+ SENSITIVE = []
7478
7702
  include Aws::Structure
7479
7703
  end
7480
7704
 
@@ -7502,6 +7726,7 @@ module Aws::QuickSight
7502
7726
  :data_set_id,
7503
7727
  :request_id,
7504
7728
  :status)
7729
+ SENSITIVE = []
7505
7730
  include Aws::Structure
7506
7731
  end
7507
7732
 
@@ -7668,6 +7893,7 @@ module Aws::QuickSight
7668
7893
  :import_mode,
7669
7894
  :column_groups,
7670
7895
  :row_level_permission_data_set)
7896
+ SENSITIVE = []
7671
7897
  include Aws::Structure
7672
7898
  end
7673
7899
 
@@ -7707,6 +7933,7 @@ module Aws::QuickSight
7707
7933
  :ingestion_id,
7708
7934
  :request_id,
7709
7935
  :status)
7936
+ SENSITIVE = []
7710
7937
  include Aws::Structure
7711
7938
  end
7712
7939
 
@@ -7756,6 +7983,7 @@ module Aws::QuickSight
7756
7983
  :data_source_id,
7757
7984
  :grant_permissions,
7758
7985
  :revoke_permissions)
7986
+ SENSITIVE = []
7759
7987
  include Aws::Structure
7760
7988
  end
7761
7989
 
@@ -7783,6 +8011,7 @@ module Aws::QuickSight
7783
8011
  :data_source_id,
7784
8012
  :request_id,
7785
8013
  :status)
8014
+ SENSITIVE = []
7786
8015
  include Aws::Structure
7787
8016
  end
7788
8017
 
@@ -7937,6 +8166,7 @@ module Aws::QuickSight
7937
8166
  :credentials,
7938
8167
  :vpc_connection_properties,
7939
8168
  :ssl_properties)
8169
+ SENSITIVE = [:credentials]
7940
8170
  include Aws::Structure
7941
8171
  end
7942
8172
 
@@ -7969,6 +8199,7 @@ module Aws::QuickSight
7969
8199
  :update_status,
7970
8200
  :request_id,
7971
8201
  :status)
8202
+ SENSITIVE = []
7972
8203
  include Aws::Structure
7973
8204
  end
7974
8205
 
@@ -8007,6 +8238,7 @@ module Aws::QuickSight
8007
8238
  :description,
8008
8239
  :aws_account_id,
8009
8240
  :namespace)
8241
+ SENSITIVE = []
8010
8242
  include Aws::Structure
8011
8243
  end
8012
8244
 
@@ -8028,6 +8260,7 @@ module Aws::QuickSight
8028
8260
  :group,
8029
8261
  :request_id,
8030
8262
  :status)
8263
+ SENSITIVE = []
8031
8264
  include Aws::Structure
8032
8265
  end
8033
8266
 
@@ -8090,6 +8323,7 @@ module Aws::QuickSight
8090
8323
  :assignment_status,
8091
8324
  :policy_arn,
8092
8325
  :identities)
8326
+ SENSITIVE = []
8093
8327
  include Aws::Structure
8094
8328
  end
8095
8329
 
@@ -8142,6 +8376,7 @@ module Aws::QuickSight
8142
8376
  :assignment_status,
8143
8377
  :request_id,
8144
8378
  :status)
8379
+ SENSITIVE = []
8145
8380
  include Aws::Structure
8146
8381
  end
8147
8382
 
@@ -8183,6 +8418,7 @@ module Aws::QuickSight
8183
8418
  :template_id,
8184
8419
  :alias_name,
8185
8420
  :template_version_number)
8421
+ SENSITIVE = []
8186
8422
  include Aws::Structure
8187
8423
  end
8188
8424
 
@@ -8204,6 +8440,7 @@ module Aws::QuickSight
8204
8440
  :template_alias,
8205
8441
  :status,
8206
8442
  :request_id)
8443
+ SENSITIVE = []
8207
8444
  include Aws::Structure
8208
8445
  end
8209
8446
 
@@ -8250,6 +8487,7 @@ module Aws::QuickSight
8250
8487
  :template_id,
8251
8488
  :grant_permissions,
8252
8489
  :revoke_permissions)
8490
+ SENSITIVE = []
8253
8491
  include Aws::Structure
8254
8492
  end
8255
8493
 
@@ -8281,6 +8519,7 @@ module Aws::QuickSight
8281
8519
  :permissions,
8282
8520
  :request_id,
8283
8521
  :status)
8522
+ SENSITIVE = []
8284
8523
  include Aws::Structure
8285
8524
  end
8286
8525
 
@@ -8342,6 +8581,7 @@ module Aws::QuickSight
8342
8581
  :source_entity,
8343
8582
  :version_description,
8344
8583
  :name)
8584
+ SENSITIVE = []
8345
8585
  include Aws::Structure
8346
8586
  end
8347
8587
 
@@ -8379,6 +8619,7 @@ module Aws::QuickSight
8379
8619
  :creation_status,
8380
8620
  :status,
8381
8621
  :request_id)
8622
+ SENSITIVE = []
8382
8623
  include Aws::Structure
8383
8624
  end
8384
8625
 
@@ -8432,6 +8673,7 @@ module Aws::QuickSight
8432
8673
  :namespace,
8433
8674
  :email,
8434
8675
  :role)
8676
+ SENSITIVE = []
8435
8677
  include Aws::Structure
8436
8678
  end
8437
8679
 
@@ -8453,6 +8695,7 @@ module Aws::QuickSight
8453
8695
  :user,
8454
8696
  :request_id,
8455
8697
  :status)
8698
+ SENSITIVE = []
8456
8699
  include Aws::Structure
8457
8700
  end
8458
8701
 
@@ -8498,6 +8741,7 @@ module Aws::QuickSight
8498
8741
  :contains_header,
8499
8742
  :text_qualifier,
8500
8743
  :delimiter)
8744
+ SENSITIVE = []
8501
8745
  include Aws::Structure
8502
8746
  end
8503
8747
 
@@ -8559,6 +8803,7 @@ module Aws::QuickSight
8559
8803
  :identity_type,
8560
8804
  :active,
8561
8805
  :principal_id)
8806
+ SENSITIVE = []
8562
8807
  include Aws::Structure
8563
8808
  end
8564
8809
 
@@ -8579,6 +8824,7 @@ module Aws::QuickSight
8579
8824
  #
8580
8825
  class VpcConnectionProperties < Struct.new(
8581
8826
  :vpc_connection_arn)
8827
+ SENSITIVE = []
8582
8828
  include Aws::Structure
8583
8829
  end
8584
8830