aws-sdk-quicksight 1.19.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -50,6 +52,7 @@ module Aws::QuickSight
50
52
  ColumnTagList = Shapes::ListShape.new(name: 'ColumnTagList')
51
53
  ConcurrentUpdatingException = Shapes::StructureShape.new(name: 'ConcurrentUpdatingException')
52
54
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
55
+ CopySourceArn = Shapes::StringShape.new(name: 'CopySourceArn')
53
56
  CreateColumnsOperation = Shapes::StructureShape.new(name: 'CreateColumnsOperation')
54
57
  CreateDashboardRequest = Shapes::StructureShape.new(name: 'CreateDashboardRequest')
55
58
  CreateDashboardResponse = Shapes::StructureShape.new(name: 'CreateDashboardResponse')
@@ -91,6 +94,7 @@ module Aws::QuickSight
91
94
  DashboardVersionSummary = Shapes::StructureShape.new(name: 'DashboardVersionSummary')
92
95
  DashboardVersionSummaryList = Shapes::ListShape.new(name: 'DashboardVersionSummaryList')
93
96
  DataSet = Shapes::StructureShape.new(name: 'DataSet')
97
+ DataSetArnsList = Shapes::ListShape.new(name: 'DataSetArnsList')
94
98
  DataSetConfiguration = Shapes::StructureShape.new(name: 'DataSetConfiguration')
95
99
  DataSetConfigurationList = Shapes::ListShape.new(name: 'DataSetConfigurationList')
96
100
  DataSetImportMode = Shapes::StringShape.new(name: 'DataSetImportMode')
@@ -106,6 +110,7 @@ module Aws::QuickSight
106
110
  DataSourceErrorInfoType = Shapes::StringShape.new(name: 'DataSourceErrorInfoType')
107
111
  DataSourceList = Shapes::ListShape.new(name: 'DataSourceList')
108
112
  DataSourceParameters = Shapes::StructureShape.new(name: 'DataSourceParameters')
113
+ DataSourceParametersList = Shapes::ListShape.new(name: 'DataSourceParametersList')
109
114
  DataSourceType = Shapes::StringShape.new(name: 'DataSourceType')
110
115
  Database = Shapes::StringShape.new(name: 'Database')
111
116
  DateTimeParameter = Shapes::StructureShape.new(name: 'DateTimeParameter')
@@ -634,6 +639,7 @@ module Aws::QuickSight
634
639
 
635
640
  CredentialPair.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "Username"))
636
641
  CredentialPair.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "Password"))
642
+ CredentialPair.add_member(:alternate_data_source_parameters, Shapes::ShapeRef.new(shape: DataSourceParametersList, location_name: "AlternateDataSourceParameters"))
637
643
  CredentialPair.struct_class = Types::CredentialPair
638
644
 
639
645
  CustomSql.add_member(:data_source_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "DataSourceArn"))
@@ -693,6 +699,7 @@ module Aws::QuickSight
693
699
  DashboardVersion.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "Status"))
694
700
  DashboardVersion.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
695
701
  DashboardVersion.add_member(:source_entity_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SourceEntityArn"))
702
+ DashboardVersion.add_member(:data_set_arns, Shapes::ShapeRef.new(shape: DataSetArnsList, location_name: "DataSetArns"))
696
703
  DashboardVersion.add_member(:description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "Description"))
697
704
  DashboardVersion.struct_class = Types::DashboardVersion
698
705
 
@@ -720,6 +727,8 @@ module Aws::QuickSight
720
727
  DataSet.add_member(:row_level_permission_data_set, Shapes::ShapeRef.new(shape: RowLevelPermissionDataSet, location_name: "RowLevelPermissionDataSet"))
721
728
  DataSet.struct_class = Types::DataSet
722
729
 
730
+ DataSetArnsList.member = Shapes::ShapeRef.new(shape: Arn)
731
+
723
732
  DataSetConfiguration.add_member(:placeholder, Shapes::ShapeRef.new(shape: String, location_name: "Placeholder"))
724
733
  DataSetConfiguration.add_member(:data_set_schema, Shapes::ShapeRef.new(shape: DataSetSchema, location_name: "DataSetSchema"))
725
734
  DataSetConfiguration.add_member(:column_group_schema_list, Shapes::ShapeRef.new(shape: ColumnGroupSchemaList, location_name: "ColumnGroupSchemaList"))
@@ -755,12 +764,14 @@ module Aws::QuickSight
755
764
  DataSource.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
756
765
  DataSource.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
757
766
  DataSource.add_member(:data_source_parameters, Shapes::ShapeRef.new(shape: DataSourceParameters, location_name: "DataSourceParameters"))
767
+ DataSource.add_member(:alternate_data_source_parameters, Shapes::ShapeRef.new(shape: DataSourceParametersList, location_name: "AlternateDataSourceParameters"))
758
768
  DataSource.add_member(:vpc_connection_properties, Shapes::ShapeRef.new(shape: VpcConnectionProperties, location_name: "VpcConnectionProperties"))
759
769
  DataSource.add_member(:ssl_properties, Shapes::ShapeRef.new(shape: SslProperties, location_name: "SslProperties"))
760
770
  DataSource.add_member(:error_info, Shapes::ShapeRef.new(shape: DataSourceErrorInfo, location_name: "ErrorInfo"))
761
771
  DataSource.struct_class = Types::DataSource
762
772
 
763
773
  DataSourceCredentials.add_member(:credential_pair, Shapes::ShapeRef.new(shape: CredentialPair, location_name: "CredentialPair"))
774
+ DataSourceCredentials.add_member(:copy_source_arn, Shapes::ShapeRef.new(shape: CopySourceArn, location_name: "CopySourceArn"))
764
775
  DataSourceCredentials.struct_class = Types::DataSourceCredentials
765
776
 
766
777
  DataSourceErrorInfo.add_member(:type, Shapes::ShapeRef.new(shape: DataSourceErrorInfoType, location_name: "Type"))
@@ -790,6 +801,8 @@ module Aws::QuickSight
790
801
  DataSourceParameters.add_member(:twitter_parameters, Shapes::ShapeRef.new(shape: TwitterParameters, location_name: "TwitterParameters"))
791
802
  DataSourceParameters.struct_class = Types::DataSourceParameters
792
803
 
804
+ DataSourceParametersList.member = Shapes::ShapeRef.new(shape: DataSourceParameters)
805
+
793
806
  DateTimeParameter.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "Name"))
794
807
  DateTimeParameter.add_member(:values, Shapes::ShapeRef.new(shape: TimestampList, required: true, location_name: "Values"))
795
808
  DateTimeParameter.struct_class = Types::DateTimeParameter
@@ -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,10 +411,11 @@ 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
 
400
- # A tag for a column in a `TagColumnOperation` structure. This is a
418
+ # A tag for a column in a TagColumnOperation structure. This is a
401
419
  # variant type structure. For this structure to be valid, only one of
402
420
  # the attributes can be non-null.
403
421
  #
@@ -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
 
@@ -565,9 +587,7 @@ module Aws::QuickSight
565
587
  # @!attribute [rw] parameters
566
588
  # A structure that contains the parameters of the dashboard. These are
567
589
  # parameter overrides for a dashboard. A dashboard can have any type
568
- # of parameters, and some parameters might accept multiple values. You
569
- # can use the dashboard permissions structure described following to
570
- # override two string parameters that accept multiple values.
590
+ # of parameters, and some parameters might accept multiple values.
571
591
  # @return [Types::Parameters]
572
592
  #
573
593
  # @!attribute [rw] permissions
@@ -577,15 +597,19 @@ module Aws::QuickSight
577
597
  # @return [Array<Types::ResourcePermission>]
578
598
  #
579
599
  # @!attribute [rw] source_entity
580
- # The source entity from which the dashboard is created. The source
581
- # entity accepts the Amazon Resource Name (ARN) of the source template
582
- # or analysis and also references the replacement datasets for the
583
- # placeholders set when creating the template. The replacement
584
- # datasets need to follow the same schema as the datasets for which
585
- # placeholders were created when creating the template.
586
- #
587
- # If you are creating a dashboard from a source entity in a different
588
- # AWS account, use the ARN of the source template.
600
+ # The entity that you are using as a source when you create the
601
+ # dashboard. In `SourceEntity`, you specify the type of object you're
602
+ # using as source. You can only create a dashboard from a template, so
603
+ # you use a `SourceTemplate` entity. If you need to create a dashboard
604
+ # from an analysis, first convert the analysis to a template by using
605
+ # the CreateTemplate API operation. For `SourceTemplate`, specify the
606
+ # Amazon Resource Name (ARN) of the source template. The
607
+ # `SourceTemplate`ARN can contain any AWS Account and any
608
+ # QuickSight-supported AWS Region.
609
+ #
610
+ # Use the `DataSetReferences` entity within `SourceTemplate` to list
611
+ # the replacement datasets for the placeholders listed in the
612
+ # original. The schema in each dataset must match its placeholder.
589
613
  # @return [Types::DashboardSourceEntity]
590
614
  #
591
615
  # @!attribute [rw] tags
@@ -612,8 +636,7 @@ module Aws::QuickSight
612
636
  # option is `ENABLED` by default.
613
637
  #
614
638
  # * `VisibilityState` for `SheetControlsOption` - This visibility
615
- # state can be either `COLLAPSED` or `EXPANDED`. The sheet controls
616
- # pane is collapsed by default when set to true. This option is
639
+ # state can be either `COLLAPSED` or `EXPANDED`. This option is
617
640
  # `COLLAPSED` by default.
618
641
  # @return [Types::DashboardPublishOptions]
619
642
  #
@@ -629,6 +652,7 @@ module Aws::QuickSight
629
652
  :tags,
630
653
  :version_description,
631
654
  :dashboard_publish_options)
655
+ SENSITIVE = []
632
656
  include Aws::Structure
633
657
  end
634
658
 
@@ -666,6 +690,7 @@ module Aws::QuickSight
666
690
  :creation_status,
667
691
  :status,
668
692
  :request_id)
693
+ SENSITIVE = []
669
694
  include Aws::Structure
670
695
  end
671
696
 
@@ -855,6 +880,7 @@ module Aws::QuickSight
855
880
  :permissions,
856
881
  :row_level_permission_data_set,
857
882
  :tags)
883
+ SENSITIVE = []
858
884
  include Aws::Structure
859
885
  end
860
886
 
@@ -894,6 +920,7 @@ module Aws::QuickSight
894
920
  :ingestion_id,
895
921
  :request_id,
896
922
  :status)
923
+ SENSITIVE = []
897
924
  include Aws::Structure
898
925
  end
899
926
 
@@ -995,7 +1022,96 @@ module Aws::QuickSight
995
1022
  # credential_pair: {
996
1023
  # username: "Username", # required
997
1024
  # password: "Password", # required
1025
+ # alternate_data_source_parameters: [
1026
+ # {
1027
+ # amazon_elasticsearch_parameters: {
1028
+ # domain: "Domain", # required
1029
+ # },
1030
+ # athena_parameters: {
1031
+ # work_group: "WorkGroup",
1032
+ # },
1033
+ # aurora_parameters: {
1034
+ # host: "Host", # required
1035
+ # port: 1, # required
1036
+ # database: "Database", # required
1037
+ # },
1038
+ # aurora_postgre_sql_parameters: {
1039
+ # host: "Host", # required
1040
+ # port: 1, # required
1041
+ # database: "Database", # required
1042
+ # },
1043
+ # aws_iot_analytics_parameters: {
1044
+ # data_set_name: "DataSetName", # required
1045
+ # },
1046
+ # jira_parameters: {
1047
+ # site_base_url: "SiteBaseUrl", # required
1048
+ # },
1049
+ # maria_db_parameters: {
1050
+ # host: "Host", # required
1051
+ # port: 1, # required
1052
+ # database: "Database", # required
1053
+ # },
1054
+ # my_sql_parameters: {
1055
+ # host: "Host", # required
1056
+ # port: 1, # required
1057
+ # database: "Database", # required
1058
+ # },
1059
+ # postgre_sql_parameters: {
1060
+ # host: "Host", # required
1061
+ # port: 1, # required
1062
+ # database: "Database", # required
1063
+ # },
1064
+ # presto_parameters: {
1065
+ # host: "Host", # required
1066
+ # port: 1, # required
1067
+ # catalog: "Catalog", # required
1068
+ # },
1069
+ # rds_parameters: {
1070
+ # instance_id: "InstanceId", # required
1071
+ # database: "Database", # required
1072
+ # },
1073
+ # redshift_parameters: {
1074
+ # host: "Host",
1075
+ # port: 1,
1076
+ # database: "Database", # required
1077
+ # cluster_id: "ClusterId",
1078
+ # },
1079
+ # s3_parameters: {
1080
+ # manifest_file_location: { # required
1081
+ # bucket: "S3Bucket", # required
1082
+ # key: "S3Key", # required
1083
+ # },
1084
+ # },
1085
+ # service_now_parameters: {
1086
+ # site_base_url: "SiteBaseUrl", # required
1087
+ # },
1088
+ # snowflake_parameters: {
1089
+ # host: "Host", # required
1090
+ # database: "Database", # required
1091
+ # warehouse: "Warehouse", # required
1092
+ # },
1093
+ # spark_parameters: {
1094
+ # host: "Host", # required
1095
+ # port: 1, # required
1096
+ # },
1097
+ # sql_server_parameters: {
1098
+ # host: "Host", # required
1099
+ # port: 1, # required
1100
+ # database: "Database", # required
1101
+ # },
1102
+ # teradata_parameters: {
1103
+ # host: "Host", # required
1104
+ # port: 1, # required
1105
+ # database: "Database", # required
1106
+ # },
1107
+ # twitter_parameters: {
1108
+ # query: "Query", # required
1109
+ # max_rows: 1, # required
1110
+ # },
1111
+ # },
1112
+ # ],
998
1113
  # },
1114
+ # copy_source_arn: "CopySourceArn",
999
1115
  # },
1000
1116
  # permissions: [
1001
1117
  # {
@@ -1081,6 +1197,7 @@ module Aws::QuickSight
1081
1197
  :vpc_connection_properties,
1082
1198
  :ssl_properties,
1083
1199
  :tags)
1200
+ SENSITIVE = [:credentials]
1084
1201
  include Aws::Structure
1085
1202
  end
1086
1203
 
@@ -1113,6 +1230,7 @@ module Aws::QuickSight
1113
1230
  :creation_status,
1114
1231
  :request_id,
1115
1232
  :status)
1233
+ SENSITIVE = []
1116
1234
  include Aws::Structure
1117
1235
  end
1118
1236
 
@@ -1151,6 +1269,7 @@ module Aws::QuickSight
1151
1269
  :group_name,
1152
1270
  :aws_account_id,
1153
1271
  :namespace)
1272
+ SENSITIVE = []
1154
1273
  include Aws::Structure
1155
1274
  end
1156
1275
 
@@ -1172,6 +1291,7 @@ module Aws::QuickSight
1172
1291
  :group_member,
1173
1292
  :request_id,
1174
1293
  :status)
1294
+ SENSITIVE = []
1175
1295
  include Aws::Structure
1176
1296
  end
1177
1297
 
@@ -1212,6 +1332,7 @@ module Aws::QuickSight
1212
1332
  :description,
1213
1333
  :aws_account_id,
1214
1334
  :namespace)
1335
+ SENSITIVE = []
1215
1336
  include Aws::Structure
1216
1337
  end
1217
1338
 
@@ -1235,6 +1356,7 @@ module Aws::QuickSight
1235
1356
  :group,
1236
1357
  :request_id,
1237
1358
  :status)
1359
+ SENSITIVE = []
1238
1360
  include Aws::Structure
1239
1361
  end
1240
1362
 
@@ -1297,6 +1419,7 @@ module Aws::QuickSight
1297
1419
  :policy_arn,
1298
1420
  :identities,
1299
1421
  :namespace)
1422
+ SENSITIVE = []
1300
1423
  include Aws::Structure
1301
1424
  end
1302
1425
 
@@ -1350,6 +1473,7 @@ module Aws::QuickSight
1350
1473
  :identities,
1351
1474
  :request_id,
1352
1475
  :status)
1476
+ SENSITIVE = []
1353
1477
  include Aws::Structure
1354
1478
  end
1355
1479
 
@@ -1380,6 +1504,7 @@ module Aws::QuickSight
1380
1504
  :data_set_id,
1381
1505
  :ingestion_id,
1382
1506
  :aws_account_id)
1507
+ SENSITIVE = []
1383
1508
  include Aws::Structure
1384
1509
  end
1385
1510
 
@@ -1411,6 +1536,7 @@ module Aws::QuickSight
1411
1536
  :ingestion_status,
1412
1537
  :request_id,
1413
1538
  :status)
1539
+ SENSITIVE = []
1414
1540
  include Aws::Structure
1415
1541
  end
1416
1542
 
@@ -1450,6 +1576,7 @@ module Aws::QuickSight
1450
1576
  :template_id,
1451
1577
  :alias_name,
1452
1578
  :template_version_number)
1579
+ SENSITIVE = []
1453
1580
  include Aws::Structure
1454
1581
  end
1455
1582
 
@@ -1471,6 +1598,7 @@ module Aws::QuickSight
1471
1598
  :template_alias,
1472
1599
  :status,
1473
1600
  :request_id)
1601
+ SENSITIVE = []
1474
1602
  include Aws::Structure
1475
1603
  end
1476
1604
 
@@ -1530,10 +1658,19 @@ module Aws::QuickSight
1530
1658
  # @return [Array<Types::ResourcePermission>]
1531
1659
  #
1532
1660
  # @!attribute [rw] source_entity
1533
- # The Amazon Resource Name (ARN) of the source entity from which this
1534
- # template is being created. Currently, you can create a template from
1535
- # an analysis or another template. If the ARN is for an analysis,
1536
- # include its dataset references.
1661
+ # The entity that you are using as a source when you create the
1662
+ # template. In `SourceEntity`, you specify the type of object you're
1663
+ # using as source: `SourceTemplate` for a template or `SourceAnalysis`
1664
+ # for an analysis. Both of these require an Amazon Resource Name
1665
+ # (ARN). For `SourceTemplate`, specify the ARN of the source template.
1666
+ # For `SourceAnalysis`, specify the ARN of the source analysis. The
1667
+ # `SourceTemplate` ARN can contain any AWS Account and any
1668
+ # QuickSight-supported AWS Region.
1669
+ #
1670
+ # Use the `DataSetReferences` entity within `SourceTemplate` or
1671
+ # `SourceAnalysis` to list the replacement datasets for the
1672
+ # placeholders listed in the original. The schema in each dataset must
1673
+ # match its placeholder.
1537
1674
  # @return [Types::TemplateSourceEntity]
1538
1675
  #
1539
1676
  # @!attribute [rw] tags
@@ -1559,6 +1696,7 @@ module Aws::QuickSight
1559
1696
  :source_entity,
1560
1697
  :tags,
1561
1698
  :version_description)
1699
+ SENSITIVE = []
1562
1700
  include Aws::Structure
1563
1701
  end
1564
1702
 
@@ -1596,6 +1734,7 @@ module Aws::QuickSight
1596
1734
  :creation_status,
1597
1735
  :status,
1598
1736
  :request_id)
1737
+ SENSITIVE = []
1599
1738
  include Aws::Structure
1600
1739
  end
1601
1740
 
@@ -1608,6 +1747,94 @@ module Aws::QuickSight
1608
1747
  # {
1609
1748
  # username: "Username", # required
1610
1749
  # password: "Password", # required
1750
+ # alternate_data_source_parameters: [
1751
+ # {
1752
+ # amazon_elasticsearch_parameters: {
1753
+ # domain: "Domain", # required
1754
+ # },
1755
+ # athena_parameters: {
1756
+ # work_group: "WorkGroup",
1757
+ # },
1758
+ # aurora_parameters: {
1759
+ # host: "Host", # required
1760
+ # port: 1, # required
1761
+ # database: "Database", # required
1762
+ # },
1763
+ # aurora_postgre_sql_parameters: {
1764
+ # host: "Host", # required
1765
+ # port: 1, # required
1766
+ # database: "Database", # required
1767
+ # },
1768
+ # aws_iot_analytics_parameters: {
1769
+ # data_set_name: "DataSetName", # required
1770
+ # },
1771
+ # jira_parameters: {
1772
+ # site_base_url: "SiteBaseUrl", # required
1773
+ # },
1774
+ # maria_db_parameters: {
1775
+ # host: "Host", # required
1776
+ # port: 1, # required
1777
+ # database: "Database", # required
1778
+ # },
1779
+ # my_sql_parameters: {
1780
+ # host: "Host", # required
1781
+ # port: 1, # required
1782
+ # database: "Database", # required
1783
+ # },
1784
+ # postgre_sql_parameters: {
1785
+ # host: "Host", # required
1786
+ # port: 1, # required
1787
+ # database: "Database", # required
1788
+ # },
1789
+ # presto_parameters: {
1790
+ # host: "Host", # required
1791
+ # port: 1, # required
1792
+ # catalog: "Catalog", # required
1793
+ # },
1794
+ # rds_parameters: {
1795
+ # instance_id: "InstanceId", # required
1796
+ # database: "Database", # required
1797
+ # },
1798
+ # redshift_parameters: {
1799
+ # host: "Host",
1800
+ # port: 1,
1801
+ # database: "Database", # required
1802
+ # cluster_id: "ClusterId",
1803
+ # },
1804
+ # s3_parameters: {
1805
+ # manifest_file_location: { # required
1806
+ # bucket: "S3Bucket", # required
1807
+ # key: "S3Key", # required
1808
+ # },
1809
+ # },
1810
+ # service_now_parameters: {
1811
+ # site_base_url: "SiteBaseUrl", # required
1812
+ # },
1813
+ # snowflake_parameters: {
1814
+ # host: "Host", # required
1815
+ # database: "Database", # required
1816
+ # warehouse: "Warehouse", # required
1817
+ # },
1818
+ # spark_parameters: {
1819
+ # host: "Host", # required
1820
+ # port: 1, # required
1821
+ # },
1822
+ # sql_server_parameters: {
1823
+ # host: "Host", # required
1824
+ # port: 1, # required
1825
+ # database: "Database", # required
1826
+ # },
1827
+ # teradata_parameters: {
1828
+ # host: "Host", # required
1829
+ # port: 1, # required
1830
+ # database: "Database", # required
1831
+ # },
1832
+ # twitter_parameters: {
1833
+ # query: "Query", # required
1834
+ # max_rows: 1, # required
1835
+ # },
1836
+ # },
1837
+ # ],
1611
1838
  # }
1612
1839
  #
1613
1840
  # @!attribute [rw] username
@@ -1618,11 +1845,26 @@ module Aws::QuickSight
1618
1845
  # Password.
1619
1846
  # @return [String]
1620
1847
  #
1848
+ # @!attribute [rw] alternate_data_source_parameters
1849
+ # A set of alternate data source parameters that you want to share for
1850
+ # these credentials. The credentials are applied in tandem with the
1851
+ # data source parameters when you copy a data source by using a create
1852
+ # or update request. The API compares the `DataSourceParameters`
1853
+ # structure that's in the request with the structures in the
1854
+ # `AlternateDataSourceParameters` allowlist. If the structures are an
1855
+ # exact match, the request is allowed to use the new data source with
1856
+ # the existing credentials. If the `AlternateDataSourceParameters`
1857
+ # list is null, the `DataSourceParameters` originally used with these
1858
+ # `Credentials` is automatically allowed.
1859
+ # @return [Array<Types::DataSourceParameters>]
1860
+ #
1621
1861
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CredentialPair AWS API Documentation
1622
1862
  #
1623
1863
  class CredentialPair < Struct.new(
1624
1864
  :username,
1625
- :password)
1865
+ :password,
1866
+ :alternate_data_source_parameters)
1867
+ SENSITIVE = []
1626
1868
  include Aws::Structure
1627
1869
  end
1628
1870
 
@@ -1666,6 +1908,7 @@ module Aws::QuickSight
1666
1908
  :name,
1667
1909
  :sql_query,
1668
1910
  :columns)
1911
+ SENSITIVE = []
1669
1912
  include Aws::Structure
1670
1913
  end
1671
1914
 
@@ -1680,7 +1923,7 @@ module Aws::QuickSight
1680
1923
  # @return [String]
1681
1924
  #
1682
1925
  # @!attribute [rw] name
1683
- # A display name for the dataset.
1926
+ # A display name for the dashboard.
1684
1927
  # @return [String]
1685
1928
  #
1686
1929
  # @!attribute [rw] version
@@ -1709,6 +1952,7 @@ module Aws::QuickSight
1709
1952
  :created_time,
1710
1953
  :last_published_time,
1711
1954
  :last_updated_time)
1955
+ SENSITIVE = []
1712
1956
  include Aws::Structure
1713
1957
  end
1714
1958
 
@@ -1727,6 +1971,7 @@ module Aws::QuickSight
1727
1971
  class DashboardError < Struct.new(
1728
1972
  :type,
1729
1973
  :message)
1974
+ SENSITIVE = []
1730
1975
  include Aws::Structure
1731
1976
  end
1732
1977
 
@@ -1765,6 +2010,7 @@ module Aws::QuickSight
1765
2010
  :ad_hoc_filtering_option,
1766
2011
  :export_to_csv_option,
1767
2012
  :sheet_controls_option)
2013
+ SENSITIVE = []
1768
2014
  include Aws::Structure
1769
2015
  end
1770
2016
 
@@ -1780,18 +2026,18 @@ module Aws::QuickSight
1780
2026
  # }
1781
2027
  #
1782
2028
  # @!attribute [rw] operator
1783
- # The comparison operator that you want to use as a filter. For
2029
+ # The comparison operator that you want to use as a filter, for
1784
2030
  # example, `"Operator": "StringEquals"`.
1785
2031
  # @return [String]
1786
2032
  #
1787
2033
  # @!attribute [rw] name
1788
- # The name of the value that you want to use as a filter. For example,
2034
+ # The name of the value that you want to use as a filter, for example,
1789
2035
  # `"Name": "QUICKSIGHT_USER"`.
1790
2036
  # @return [String]
1791
2037
  #
1792
2038
  # @!attribute [rw] value
1793
2039
  # The value of the named item, in this case `QUICKSIGHT_USER`, that
1794
- # you want to use as a filter. For example, `"Value":
2040
+ # you want to use as a filter, for example, `"Value":
1795
2041
  # "arn:aws:quicksight:us-east-1:1:user/default/UserName1"`.
1796
2042
  # @return [String]
1797
2043
  #
@@ -1801,6 +2047,7 @@ module Aws::QuickSight
1801
2047
  :operator,
1802
2048
  :name,
1803
2049
  :value)
2050
+ SENSITIVE = []
1804
2051
  include Aws::Structure
1805
2052
  end
1806
2053
 
@@ -1829,6 +2076,7 @@ module Aws::QuickSight
1829
2076
  #
1830
2077
  class DashboardSourceEntity < Struct.new(
1831
2078
  :source_template)
2079
+ SENSITIVE = []
1832
2080
  include Aws::Structure
1833
2081
  end
1834
2082
 
@@ -1860,6 +2108,7 @@ module Aws::QuickSight
1860
2108
  class DashboardSourceTemplate < Struct.new(
1861
2109
  :data_set_references,
1862
2110
  :arn)
2111
+ SENSITIVE = []
1863
2112
  include Aws::Structure
1864
2113
  end
1865
2114
 
@@ -1903,6 +2152,7 @@ module Aws::QuickSight
1903
2152
  :last_updated_time,
1904
2153
  :published_version_number,
1905
2154
  :last_published_time)
2155
+ SENSITIVE = []
1906
2156
  include Aws::Structure
1907
2157
  end
1908
2158
 
@@ -1932,6 +2182,11 @@ module Aws::QuickSight
1932
2182
  # Source entity ARN.
1933
2183
  # @return [String]
1934
2184
  #
2185
+ # @!attribute [rw] data_set_arns
2186
+ # The Amazon Resource Numbers (ARNs) for the datasets that are
2187
+ # associated with a version of the dashboard.
2188
+ # @return [Array<String>]
2189
+ #
1935
2190
  # @!attribute [rw] description
1936
2191
  # Description.
1937
2192
  # @return [String]
@@ -1945,7 +2200,9 @@ module Aws::QuickSight
1945
2200
  :status,
1946
2201
  :arn,
1947
2202
  :source_entity_arn,
2203
+ :data_set_arns,
1948
2204
  :description)
2205
+ SENSITIVE = []
1949
2206
  include Aws::Structure
1950
2207
  end
1951
2208
 
@@ -1984,6 +2241,7 @@ module Aws::QuickSight
1984
2241
  :status,
1985
2242
  :source_entity_arn,
1986
2243
  :description)
2244
+ SENSITIVE = []
1987
2245
  include Aws::Structure
1988
2246
  end
1989
2247
 
@@ -2057,6 +2315,7 @@ module Aws::QuickSight
2057
2315
  :consumed_spice_capacity_in_bytes,
2058
2316
  :column_groups,
2059
2317
  :row_level_permission_data_set)
2318
+ SENSITIVE = []
2060
2319
  include Aws::Structure
2061
2320
  end
2062
2321
 
@@ -2080,6 +2339,7 @@ module Aws::QuickSight
2080
2339
  :placeholder,
2081
2340
  :data_set_schema,
2082
2341
  :column_group_schema_list)
2342
+ SENSITIVE = []
2083
2343
  include Aws::Structure
2084
2344
  end
2085
2345
 
@@ -2106,6 +2366,7 @@ module Aws::QuickSight
2106
2366
  class DataSetReference < Struct.new(
2107
2367
  :data_set_placeholder,
2108
2368
  :data_set_arn)
2369
+ SENSITIVE = []
2109
2370
  include Aws::Structure
2110
2371
  end
2111
2372
 
@@ -2119,6 +2380,7 @@ module Aws::QuickSight
2119
2380
  #
2120
2381
  class DataSetSchema < Struct.new(
2121
2382
  :column_schema_list)
2383
+ SENSITIVE = []
2122
2384
  include Aws::Structure
2123
2385
  end
2124
2386
 
@@ -2162,6 +2424,7 @@ module Aws::QuickSight
2162
2424
  :last_updated_time,
2163
2425
  :import_mode,
2164
2426
  :row_level_permission_data_set)
2427
+ SENSITIVE = []
2165
2428
  include Aws::Structure
2166
2429
  end
2167
2430
 
@@ -2203,6 +2466,20 @@ module Aws::QuickSight
2203
2466
  # structure to be valid, only one of the attributes can be non-null.
2204
2467
  # @return [Types::DataSourceParameters]
2205
2468
  #
2469
+ # @!attribute [rw] alternate_data_source_parameters
2470
+ # A set of alternate data source parameters that you want to share for
2471
+ # the credentials stored with this data source. The credentials are
2472
+ # applied in tandem with the data source parameters when you copy a
2473
+ # data source by using a create or update request. The API compares
2474
+ # the `DataSourceParameters` structure that's in the request with the
2475
+ # structures in the `AlternateDataSourceParameters` allowlist. If the
2476
+ # structures are an exact match, the request is allowed to use the
2477
+ # credentials from this existing data source. If the
2478
+ # `AlternateDataSourceParameters` list is null, the `Credentials`
2479
+ # originally used with this `DataSourceParameters` are automatically
2480
+ # allowed.
2481
+ # @return [Array<Types::DataSourceParameters>]
2482
+ #
2206
2483
  # @!attribute [rw] vpc_connection_properties
2207
2484
  # The VPC connection information. You need to use this parameter only
2208
2485
  # when you want QuickSight to use a VPC connection when connecting to
@@ -2230,13 +2507,16 @@ module Aws::QuickSight
2230
2507
  :created_time,
2231
2508
  :last_updated_time,
2232
2509
  :data_source_parameters,
2510
+ :alternate_data_source_parameters,
2233
2511
  :vpc_connection_properties,
2234
2512
  :ssl_properties,
2235
2513
  :error_info)
2514
+ SENSITIVE = []
2236
2515
  include Aws::Structure
2237
2516
  end
2238
2517
 
2239
- # Data source credentials.
2518
+ # Data source credentials. This is a variant type structure. For this
2519
+ # structure to be valid, only one of the attributes can be non-null.
2240
2520
  #
2241
2521
  # @note When making an API call, you may pass DataSourceCredentials
2242
2522
  # data as a hash:
@@ -2245,17 +2525,115 @@ module Aws::QuickSight
2245
2525
  # credential_pair: {
2246
2526
  # username: "Username", # required
2247
2527
  # password: "Password", # required
2528
+ # alternate_data_source_parameters: [
2529
+ # {
2530
+ # amazon_elasticsearch_parameters: {
2531
+ # domain: "Domain", # required
2532
+ # },
2533
+ # athena_parameters: {
2534
+ # work_group: "WorkGroup",
2535
+ # },
2536
+ # aurora_parameters: {
2537
+ # host: "Host", # required
2538
+ # port: 1, # required
2539
+ # database: "Database", # required
2540
+ # },
2541
+ # aurora_postgre_sql_parameters: {
2542
+ # host: "Host", # required
2543
+ # port: 1, # required
2544
+ # database: "Database", # required
2545
+ # },
2546
+ # aws_iot_analytics_parameters: {
2547
+ # data_set_name: "DataSetName", # required
2548
+ # },
2549
+ # jira_parameters: {
2550
+ # site_base_url: "SiteBaseUrl", # required
2551
+ # },
2552
+ # maria_db_parameters: {
2553
+ # host: "Host", # required
2554
+ # port: 1, # required
2555
+ # database: "Database", # required
2556
+ # },
2557
+ # my_sql_parameters: {
2558
+ # host: "Host", # required
2559
+ # port: 1, # required
2560
+ # database: "Database", # required
2561
+ # },
2562
+ # postgre_sql_parameters: {
2563
+ # host: "Host", # required
2564
+ # port: 1, # required
2565
+ # database: "Database", # required
2566
+ # },
2567
+ # presto_parameters: {
2568
+ # host: "Host", # required
2569
+ # port: 1, # required
2570
+ # catalog: "Catalog", # required
2571
+ # },
2572
+ # rds_parameters: {
2573
+ # instance_id: "InstanceId", # required
2574
+ # database: "Database", # required
2575
+ # },
2576
+ # redshift_parameters: {
2577
+ # host: "Host",
2578
+ # port: 1,
2579
+ # database: "Database", # required
2580
+ # cluster_id: "ClusterId",
2581
+ # },
2582
+ # s3_parameters: {
2583
+ # manifest_file_location: { # required
2584
+ # bucket: "S3Bucket", # required
2585
+ # key: "S3Key", # required
2586
+ # },
2587
+ # },
2588
+ # service_now_parameters: {
2589
+ # site_base_url: "SiteBaseUrl", # required
2590
+ # },
2591
+ # snowflake_parameters: {
2592
+ # host: "Host", # required
2593
+ # database: "Database", # required
2594
+ # warehouse: "Warehouse", # required
2595
+ # },
2596
+ # spark_parameters: {
2597
+ # host: "Host", # required
2598
+ # port: 1, # required
2599
+ # },
2600
+ # sql_server_parameters: {
2601
+ # host: "Host", # required
2602
+ # port: 1, # required
2603
+ # database: "Database", # required
2604
+ # },
2605
+ # teradata_parameters: {
2606
+ # host: "Host", # required
2607
+ # port: 1, # required
2608
+ # database: "Database", # required
2609
+ # },
2610
+ # twitter_parameters: {
2611
+ # query: "Query", # required
2612
+ # max_rows: 1, # required
2613
+ # },
2614
+ # },
2615
+ # ],
2248
2616
  # },
2617
+ # copy_source_arn: "CopySourceArn",
2249
2618
  # }
2250
2619
  #
2251
2620
  # @!attribute [rw] credential_pair
2252
- # Credential pair.
2621
+ # Credential pair. For more information, see CredentialPair.
2253
2622
  # @return [Types::CredentialPair]
2254
2623
  #
2624
+ # @!attribute [rw] copy_source_arn
2625
+ # The Amazon Resource Name (ARN) of a data source that has the
2626
+ # credential pair that you want to use. When `CopySourceArn` is not
2627
+ # null, the credential pair from the data source in the ARN is used as
2628
+ # the credentials for the `DataSourceCredentials` structure.
2629
+ # @return [String]
2630
+ #
2255
2631
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DataSourceCredentials AWS API Documentation
2256
2632
  #
2257
2633
  class DataSourceCredentials < Struct.new(
2258
- :credential_pair)
2634
+ :credential_pair,
2635
+ :copy_source_arn)
2636
+ SENSITIVE = []
2259
2637
  include Aws::Structure
2260
2638
  end
2261
2639
 
@@ -2274,6 +2652,7 @@ module Aws::QuickSight
2274
2652
  class DataSourceErrorInfo < Struct.new(
2275
2653
  :type,
2276
2654
  :message)
2655
+ SENSITIVE = []
2277
2656
  include Aws::Structure
2278
2657
  end
2279
2658
 
@@ -2469,6 +2848,7 @@ module Aws::QuickSight
2469
2848
  :sql_server_parameters,
2470
2849
  :teradata_parameters,
2471
2850
  :twitter_parameters)
2851
+ SENSITIVE = []
2472
2852
  include Aws::Structure
2473
2853
  end
2474
2854
 
@@ -2495,6 +2875,7 @@ module Aws::QuickSight
2495
2875
  class DateTimeParameter < Struct.new(
2496
2876
  :name,
2497
2877
  :values)
2878
+ SENSITIVE = []
2498
2879
  include Aws::Structure
2499
2880
  end
2500
2881
 
@@ -2521,6 +2902,7 @@ module Aws::QuickSight
2521
2902
  class DecimalParameter < Struct.new(
2522
2903
  :name,
2523
2904
  :values)
2905
+ SENSITIVE = []
2524
2906
  include Aws::Structure
2525
2907
  end
2526
2908
 
@@ -2553,6 +2935,7 @@ module Aws::QuickSight
2553
2935
  :aws_account_id,
2554
2936
  :dashboard_id,
2555
2937
  :version_number)
2938
+ SENSITIVE = []
2556
2939
  include Aws::Structure
2557
2940
  end
2558
2941
 
@@ -2580,6 +2963,7 @@ module Aws::QuickSight
2580
2963
  :arn,
2581
2964
  :dashboard_id,
2582
2965
  :request_id)
2966
+ SENSITIVE = []
2583
2967
  include Aws::Structure
2584
2968
  end
2585
2969
 
@@ -2605,6 +2989,7 @@ module Aws::QuickSight
2605
2989
  class DeleteDataSetRequest < Struct.new(
2606
2990
  :aws_account_id,
2607
2991
  :data_set_id)
2992
+ SENSITIVE = []
2608
2993
  include Aws::Structure
2609
2994
  end
2610
2995
 
@@ -2632,6 +3017,7 @@ module Aws::QuickSight
2632
3017
  :data_set_id,
2633
3018
  :request_id,
2634
3019
  :status)
3020
+ SENSITIVE = []
2635
3021
  include Aws::Structure
2636
3022
  end
2637
3023
 
@@ -2657,6 +3043,7 @@ module Aws::QuickSight
2657
3043
  class DeleteDataSourceRequest < Struct.new(
2658
3044
  :aws_account_id,
2659
3045
  :data_source_id)
3046
+ SENSITIVE = []
2660
3047
  include Aws::Structure
2661
3048
  end
2662
3049
 
@@ -2684,6 +3071,7 @@ module Aws::QuickSight
2684
3071
  :data_source_id,
2685
3072
  :request_id,
2686
3073
  :status)
3074
+ SENSITIVE = []
2687
3075
  include Aws::Structure
2688
3076
  end
2689
3077
 
@@ -2723,6 +3111,7 @@ module Aws::QuickSight
2723
3111
  :group_name,
2724
3112
  :aws_account_id,
2725
3113
  :namespace)
3114
+ SENSITIVE = []
2726
3115
  include Aws::Structure
2727
3116
  end
2728
3117
 
@@ -2739,6 +3128,7 @@ module Aws::QuickSight
2739
3128
  class DeleteGroupMembershipResponse < Struct.new(
2740
3129
  :request_id,
2741
3130
  :status)
3131
+ SENSITIVE = []
2742
3132
  include Aws::Structure
2743
3133
  end
2744
3134
 
@@ -2771,6 +3161,7 @@ module Aws::QuickSight
2771
3161
  :group_name,
2772
3162
  :aws_account_id,
2773
3163
  :namespace)
3164
+ SENSITIVE = []
2774
3165
  include Aws::Structure
2775
3166
  end
2776
3167
 
@@ -2787,6 +3178,7 @@ module Aws::QuickSight
2787
3178
  class DeleteGroupResponse < Struct.new(
2788
3179
  :request_id,
2789
3180
  :status)
3181
+ SENSITIVE = []
2790
3182
  include Aws::Structure
2791
3183
  end
2792
3184
 
@@ -2818,6 +3210,7 @@ module Aws::QuickSight
2818
3210
  :aws_account_id,
2819
3211
  :assignment_name,
2820
3212
  :namespace)
3213
+ SENSITIVE = []
2821
3214
  include Aws::Structure
2822
3215
  end
2823
3216
 
@@ -2839,6 +3232,7 @@ module Aws::QuickSight
2839
3232
  :assignment_name,
2840
3233
  :request_id,
2841
3234
  :status)
3235
+ SENSITIVE = []
2842
3236
  include Aws::Structure
2843
3237
  end
2844
3238
 
@@ -2860,10 +3254,10 @@ module Aws::QuickSight
2860
3254
  # @return [String]
2861
3255
  #
2862
3256
  # @!attribute [rw] alias_name
2863
- # The name for the template alias. If you name a specific alias, you
3257
+ # The name for the template alias. To delete a specific alias, you
2864
3258
  # delete the version that the alias points to. You can specify the
2865
- # latest version of the template by providing the keyword `$LATEST` in
2866
- # the `AliasName` parameter.
3259
+ # alias name, or specify the latest version of the template by
3260
+ # providing the keyword `$LATEST` in the `AliasName` parameter.
2867
3261
  # @return [String]
2868
3262
  #
2869
3263
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTemplateAliasRequest AWS API Documentation
@@ -2872,6 +3266,7 @@ module Aws::QuickSight
2872
3266
  :aws_account_id,
2873
3267
  :template_id,
2874
3268
  :alias_name)
3269
+ SENSITIVE = []
2875
3270
  include Aws::Structure
2876
3271
  end
2877
3272
 
@@ -2888,7 +3283,7 @@ module Aws::QuickSight
2888
3283
  # @return [String]
2889
3284
  #
2890
3285
  # @!attribute [rw] arn
2891
- # The Amazon Resource Name (ARN) of the resource.
3286
+ # The Amazon Resource Name (ARN) of the template you want to delete.
2892
3287
  # @return [String]
2893
3288
  #
2894
3289
  # @!attribute [rw] request_id
@@ -2903,6 +3298,7 @@ module Aws::QuickSight
2903
3298
  :alias_name,
2904
3299
  :arn,
2905
3300
  :request_id)
3301
+ SENSITIVE = []
2906
3302
  include Aws::Structure
2907
3303
  end
2908
3304
 
@@ -2936,6 +3332,7 @@ module Aws::QuickSight
2936
3332
  :aws_account_id,
2937
3333
  :template_id,
2938
3334
  :version_number)
3335
+ SENSITIVE = []
2939
3336
  include Aws::Structure
2940
3337
  end
2941
3338
 
@@ -2962,6 +3359,7 @@ module Aws::QuickSight
2962
3359
  :arn,
2963
3360
  :template_id,
2964
3361
  :status)
3362
+ SENSITIVE = []
2965
3363
  include Aws::Structure
2966
3364
  end
2967
3365
 
@@ -2994,6 +3392,7 @@ module Aws::QuickSight
2994
3392
  :principal_id,
2995
3393
  :aws_account_id,
2996
3394
  :namespace)
3395
+ SENSITIVE = []
2997
3396
  include Aws::Structure
2998
3397
  end
2999
3398
 
@@ -3010,6 +3409,7 @@ module Aws::QuickSight
3010
3409
  class DeleteUserByPrincipalIdResponse < Struct.new(
3011
3410
  :request_id,
3012
3411
  :status)
3412
+ SENSITIVE = []
3013
3413
  include Aws::Structure
3014
3414
  end
3015
3415
 
@@ -3042,6 +3442,7 @@ module Aws::QuickSight
3042
3442
  :user_name,
3043
3443
  :aws_account_id,
3044
3444
  :namespace)
3445
+ SENSITIVE = []
3045
3446
  include Aws::Structure
3046
3447
  end
3047
3448
 
@@ -3058,6 +3459,7 @@ module Aws::QuickSight
3058
3459
  class DeleteUserResponse < Struct.new(
3059
3460
  :request_id,
3060
3461
  :status)
3462
+ SENSITIVE = []
3061
3463
  include Aws::Structure
3062
3464
  end
3063
3465
 
@@ -3083,6 +3485,7 @@ module Aws::QuickSight
3083
3485
  class DescribeDashboardPermissionsRequest < Struct.new(
3084
3486
  :aws_account_id,
3085
3487
  :dashboard_id)
3488
+ SENSITIVE = []
3086
3489
  include Aws::Structure
3087
3490
  end
3088
3491
 
@@ -3114,6 +3517,7 @@ module Aws::QuickSight
3114
3517
  :permissions,
3115
3518
  :status,
3116
3519
  :request_id)
3520
+ SENSITIVE = []
3117
3521
  include Aws::Structure
3118
3522
  end
3119
3523
 
@@ -3152,6 +3556,7 @@ module Aws::QuickSight
3152
3556
  :dashboard_id,
3153
3557
  :version_number,
3154
3558
  :alias_name)
3559
+ SENSITIVE = []
3155
3560
  include Aws::Structure
3156
3561
  end
3157
3562
 
@@ -3173,6 +3578,7 @@ module Aws::QuickSight
3173
3578
  :dashboard,
3174
3579
  :status,
3175
3580
  :request_id)
3581
+ SENSITIVE = []
3176
3582
  include Aws::Structure
3177
3583
  end
3178
3584
 
@@ -3198,6 +3604,7 @@ module Aws::QuickSight
3198
3604
  class DescribeDataSetPermissionsRequest < Struct.new(
3199
3605
  :aws_account_id,
3200
3606
  :data_set_id)
3607
+ SENSITIVE = []
3201
3608
  include Aws::Structure
3202
3609
  end
3203
3610
 
@@ -3230,6 +3637,7 @@ module Aws::QuickSight
3230
3637
  :permissions,
3231
3638
  :request_id,
3232
3639
  :status)
3640
+ SENSITIVE = []
3233
3641
  include Aws::Structure
3234
3642
  end
3235
3643
 
@@ -3255,6 +3663,7 @@ module Aws::QuickSight
3255
3663
  class DescribeDataSetRequest < Struct.new(
3256
3664
  :aws_account_id,
3257
3665
  :data_set_id)
3666
+ SENSITIVE = []
3258
3667
  include Aws::Structure
3259
3668
  end
3260
3669
 
@@ -3276,6 +3685,7 @@ module Aws::QuickSight
3276
3685
  :data_set,
3277
3686
  :request_id,
3278
3687
  :status)
3688
+ SENSITIVE = []
3279
3689
  include Aws::Structure
3280
3690
  end
3281
3691
 
@@ -3301,6 +3711,7 @@ module Aws::QuickSight
3301
3711
  class DescribeDataSourcePermissionsRequest < Struct.new(
3302
3712
  :aws_account_id,
3303
3713
  :data_source_id)
3714
+ SENSITIVE = []
3304
3715
  include Aws::Structure
3305
3716
  end
3306
3717
 
@@ -3333,6 +3744,7 @@ module Aws::QuickSight
3333
3744
  :permissions,
3334
3745
  :request_id,
3335
3746
  :status)
3747
+ SENSITIVE = []
3336
3748
  include Aws::Structure
3337
3749
  end
3338
3750
 
@@ -3358,6 +3770,7 @@ module Aws::QuickSight
3358
3770
  class DescribeDataSourceRequest < Struct.new(
3359
3771
  :aws_account_id,
3360
3772
  :data_source_id)
3773
+ SENSITIVE = []
3361
3774
  include Aws::Structure
3362
3775
  end
3363
3776
 
@@ -3379,6 +3792,7 @@ module Aws::QuickSight
3379
3792
  :data_source,
3380
3793
  :request_id,
3381
3794
  :status)
3795
+ SENSITIVE = []
3382
3796
  include Aws::Structure
3383
3797
  end
3384
3798
 
@@ -3411,6 +3825,7 @@ module Aws::QuickSight
3411
3825
  :group_name,
3412
3826
  :aws_account_id,
3413
3827
  :namespace)
3828
+ SENSITIVE = []
3414
3829
  include Aws::Structure
3415
3830
  end
3416
3831
 
@@ -3432,6 +3847,7 @@ module Aws::QuickSight
3432
3847
  :group,
3433
3848
  :request_id,
3434
3849
  :status)
3850
+ SENSITIVE = []
3435
3851
  include Aws::Structure
3436
3852
  end
3437
3853
 
@@ -3463,6 +3879,7 @@ module Aws::QuickSight
3463
3879
  :aws_account_id,
3464
3880
  :assignment_name,
3465
3881
  :namespace)
3882
+ SENSITIVE = []
3466
3883
  include Aws::Structure
3467
3884
  end
3468
3885
 
@@ -3484,6 +3901,7 @@ module Aws::QuickSight
3484
3901
  :iam_policy_assignment,
3485
3902
  :request_id,
3486
3903
  :status)
3904
+ SENSITIVE = []
3487
3905
  include Aws::Structure
3488
3906
  end
3489
3907
 
@@ -3514,6 +3932,7 @@ module Aws::QuickSight
3514
3932
  :aws_account_id,
3515
3933
  :data_set_id,
3516
3934
  :ingestion_id)
3935
+ SENSITIVE = []
3517
3936
  include Aws::Structure
3518
3937
  end
3519
3938
 
@@ -3535,6 +3954,7 @@ module Aws::QuickSight
3535
3954
  :ingestion,
3536
3955
  :request_id,
3537
3956
  :status)
3957
+ SENSITIVE = []
3538
3958
  include Aws::Structure
3539
3959
  end
3540
3960
 
@@ -3570,6 +3990,7 @@ module Aws::QuickSight
3570
3990
  :aws_account_id,
3571
3991
  :template_id,
3572
3992
  :alias_name)
3993
+ SENSITIVE = []
3573
3994
  include Aws::Structure
3574
3995
  end
3575
3996
 
@@ -3591,6 +4012,7 @@ module Aws::QuickSight
3591
4012
  :template_alias,
3592
4013
  :status,
3593
4014
  :request_id)
4015
+ SENSITIVE = []
3594
4016
  include Aws::Structure
3595
4017
  end
3596
4018
 
@@ -3616,6 +4038,7 @@ module Aws::QuickSight
3616
4038
  class DescribeTemplatePermissionsRequest < Struct.new(
3617
4039
  :aws_account_id,
3618
4040
  :template_id)
4041
+ SENSITIVE = []
3619
4042
  include Aws::Structure
3620
4043
  end
3621
4044
 
@@ -3647,6 +4070,7 @@ module Aws::QuickSight
3647
4070
  :permissions,
3648
4071
  :request_id,
3649
4072
  :status)
4073
+ SENSITIVE = []
3650
4074
  include Aws::Structure
3651
4075
  end
3652
4076
 
@@ -3690,6 +4114,7 @@ module Aws::QuickSight
3690
4114
  :template_id,
3691
4115
  :version_number,
3692
4116
  :alias_name)
4117
+ SENSITIVE = []
3693
4118
  include Aws::Structure
3694
4119
  end
3695
4120
 
@@ -3706,6 +4131,7 @@ module Aws::QuickSight
3706
4131
  class DescribeTemplateResponse < Struct.new(
3707
4132
  :template,
3708
4133
  :status)
4134
+ SENSITIVE = []
3709
4135
  include Aws::Structure
3710
4136
  end
3711
4137
 
@@ -3738,6 +4164,7 @@ module Aws::QuickSight
3738
4164
  :user_name,
3739
4165
  :aws_account_id,
3740
4166
  :namespace)
4167
+ SENSITIVE = []
3741
4168
  include Aws::Structure
3742
4169
  end
3743
4170
 
@@ -3759,6 +4186,7 @@ module Aws::QuickSight
3759
4186
  :user,
3760
4187
  :request_id,
3761
4188
  :status)
4189
+ SENSITIVE = []
3762
4190
  include Aws::Structure
3763
4191
  end
3764
4192
 
@@ -3778,6 +4206,7 @@ module Aws::QuickSight
3778
4206
  class DomainNotWhitelistedException < Struct.new(
3779
4207
  :message,
3780
4208
  :request_id)
4209
+ SENSITIVE = []
3781
4210
  include Aws::Structure
3782
4211
  end
3783
4212
 
@@ -3796,6 +4225,7 @@ module Aws::QuickSight
3796
4225
  class ErrorInfo < Struct.new(
3797
4226
  :type,
3798
4227
  :message)
4228
+ SENSITIVE = []
3799
4229
  include Aws::Structure
3800
4230
  end
3801
4231
 
@@ -3816,6 +4246,7 @@ module Aws::QuickSight
3816
4246
  #
3817
4247
  class ExportToCSVOption < Struct.new(
3818
4248
  :availability_status)
4249
+ SENSITIVE = []
3819
4250
  include Aws::Structure
3820
4251
  end
3821
4252
 
@@ -3837,6 +4268,7 @@ module Aws::QuickSight
3837
4268
  #
3838
4269
  class FilterOperation < Struct.new(
3839
4270
  :condition_expression)
4271
+ SENSITIVE = []
3840
4272
  include Aws::Structure
3841
4273
  end
3842
4274
 
@@ -3869,6 +4301,7 @@ module Aws::QuickSight
3869
4301
  :name,
3870
4302
  :country_code,
3871
4303
  :columns)
4304
+ SENSITIVE = []
3872
4305
  include Aws::Structure
3873
4306
  end
3874
4307
 
@@ -3938,14 +4371,15 @@ module Aws::QuickSight
3938
4371
  :undo_redo_disabled,
3939
4372
  :reset_disabled,
3940
4373
  :user_arn)
4374
+ SENSITIVE = []
3941
4375
  include Aws::Structure
3942
4376
  end
3943
4377
 
3944
4378
  # @!attribute [rw] embed_url
3945
- # An URL that you can put into your server-side webpage to embed your
3946
- # dashboard. This URL is valid for 5 minutes, and the resulting
3947
- # session is valid for 10 hours. The API provides the URL with an
3948
- # `auth_code` value that enables a single sign-on session.
4379
+ # A single-use URL that you can put into your server-side webpage to
4380
+ # embed your dashboard. This URL is valid for 5 minutes. The API
4381
+ # provides the URL with an `auth_code` value that enables one (and
4382
+ # only one) sign-on to a user session that is valid for 10 hours.
3949
4383
  # @return [String]
3950
4384
  #
3951
4385
  # @!attribute [rw] status
@@ -3962,6 +4396,7 @@ module Aws::QuickSight
3962
4396
  :embed_url,
3963
4397
  :status,
3964
4398
  :request_id)
4399
+ SENSITIVE = [:embed_url]
3965
4400
  include Aws::Structure
3966
4401
  end
3967
4402
 
@@ -3993,6 +4428,7 @@ module Aws::QuickSight
3993
4428
  :group_name,
3994
4429
  :description,
3995
4430
  :principal_id)
4431
+ SENSITIVE = []
3996
4432
  include Aws::Structure
3997
4433
  end
3998
4434
 
@@ -4012,6 +4448,7 @@ module Aws::QuickSight
4012
4448
  class GroupMember < Struct.new(
4013
4449
  :arn,
4014
4450
  :member_name)
4451
+ SENSITIVE = []
4015
4452
  include Aws::Structure
4016
4453
  end
4017
4454
 
@@ -4050,6 +4487,7 @@ module Aws::QuickSight
4050
4487
  :policy_arn,
4051
4488
  :identities,
4052
4489
  :assignment_status)
4490
+ SENSITIVE = []
4053
4491
  include Aws::Structure
4054
4492
  end
4055
4493
 
@@ -4068,6 +4506,7 @@ module Aws::QuickSight
4068
4506
  class IAMPolicyAssignmentSummary < Struct.new(
4069
4507
  :assignment_name,
4070
4508
  :assignment_status)
4509
+ SENSITIVE = []
4071
4510
  include Aws::Structure
4072
4511
  end
4073
4512
 
@@ -4086,6 +4525,7 @@ module Aws::QuickSight
4086
4525
  class IdentityTypeNotSupportedException < Struct.new(
4087
4526
  :message,
4088
4527
  :request_id)
4528
+ SENSITIVE = []
4089
4529
  include Aws::Structure
4090
4530
  end
4091
4531
 
@@ -4149,6 +4589,7 @@ module Aws::QuickSight
4149
4589
  :ingestion_size_in_bytes,
4150
4590
  :request_source,
4151
4591
  :request_type)
4592
+ SENSITIVE = []
4152
4593
  include Aws::Structure
4153
4594
  end
4154
4595
 
@@ -4176,6 +4617,7 @@ module Aws::QuickSight
4176
4617
  class InputColumn < Struct.new(
4177
4618
  :name,
4178
4619
  :type)
4620
+ SENSITIVE = []
4179
4621
  include Aws::Structure
4180
4622
  end
4181
4623
 
@@ -4202,6 +4644,7 @@ module Aws::QuickSight
4202
4644
  class IntegerParameter < Struct.new(
4203
4645
  :name,
4204
4646
  :values)
4647
+ SENSITIVE = []
4205
4648
  include Aws::Structure
4206
4649
  end
4207
4650
 
@@ -4219,6 +4662,7 @@ module Aws::QuickSight
4219
4662
  class InternalFailureException < Struct.new(
4220
4663
  :message,
4221
4664
  :request_id)
4665
+ SENSITIVE = []
4222
4666
  include Aws::Structure
4223
4667
  end
4224
4668
 
@@ -4236,6 +4680,7 @@ module Aws::QuickSight
4236
4680
  class InvalidNextTokenException < Struct.new(
4237
4681
  :message,
4238
4682
  :request_id)
4683
+ SENSITIVE = []
4239
4684
  include Aws::Structure
4240
4685
  end
4241
4686
 
@@ -4253,6 +4698,7 @@ module Aws::QuickSight
4253
4698
  class InvalidParameterValueException < Struct.new(
4254
4699
  :message,
4255
4700
  :request_id)
4701
+ SENSITIVE = []
4256
4702
  include Aws::Structure
4257
4703
  end
4258
4704
 
@@ -4273,6 +4719,7 @@ module Aws::QuickSight
4273
4719
  #
4274
4720
  class JiraParameters < Struct.new(
4275
4721
  :site_base_url)
4722
+ SENSITIVE = []
4276
4723
  include Aws::Structure
4277
4724
  end
4278
4725
 
@@ -4311,6 +4758,7 @@ module Aws::QuickSight
4311
4758
  :right_operand,
4312
4759
  :type,
4313
4760
  :on_clause)
4761
+ SENSITIVE = []
4314
4762
  include Aws::Structure
4315
4763
  end
4316
4764
 
@@ -4333,6 +4781,7 @@ module Aws::QuickSight
4333
4781
  :message,
4334
4782
  :resource_type,
4335
4783
  :request_id)
4784
+ SENSITIVE = []
4336
4785
  include Aws::Structure
4337
4786
  end
4338
4787
 
@@ -4371,6 +4820,7 @@ module Aws::QuickSight
4371
4820
  :dashboard_id,
4372
4821
  :next_token,
4373
4822
  :max_results)
4823
+ SENSITIVE = []
4374
4824
  include Aws::Structure
4375
4825
  end
4376
4826
 
@@ -4399,6 +4849,7 @@ module Aws::QuickSight
4399
4849
  :next_token,
4400
4850
  :status,
4401
4851
  :request_id)
4852
+ SENSITIVE = []
4402
4853
  include Aws::Structure
4403
4854
  end
4404
4855
 
@@ -4431,13 +4882,13 @@ module Aws::QuickSight
4431
4882
  :aws_account_id,
4432
4883
  :next_token,
4433
4884
  :max_results)
4885
+ SENSITIVE = []
4434
4886
  include Aws::Structure
4435
4887
  end
4436
4888
 
4437
4889
  # @!attribute [rw] dashboard_summary_list
4438
- # A structure that contains all of the dashboards shared with the
4439
- # user. This structure provides basic information about the
4440
- # dashboards.
4890
+ # A structure that contains all of the dashboards in your AWS account.
4891
+ # This structure provides basic information about the dashboards.
4441
4892
  # @return [Array<Types::DashboardSummary>]
4442
4893
  #
4443
4894
  # @!attribute [rw] next_token
@@ -4460,6 +4911,7 @@ module Aws::QuickSight
4460
4911
  :next_token,
4461
4912
  :status,
4462
4913
  :request_id)
4914
+ SENSITIVE = []
4463
4915
  include Aws::Structure
4464
4916
  end
4465
4917
 
@@ -4491,6 +4943,7 @@ module Aws::QuickSight
4491
4943
  :aws_account_id,
4492
4944
  :next_token,
4493
4945
  :max_results)
4946
+ SENSITIVE = []
4494
4947
  include Aws::Structure
4495
4948
  end
4496
4949
 
@@ -4518,6 +4971,7 @@ module Aws::QuickSight
4518
4971
  :next_token,
4519
4972
  :request_id,
4520
4973
  :status)
4974
+ SENSITIVE = []
4521
4975
  include Aws::Structure
4522
4976
  end
4523
4977
 
@@ -4549,6 +5003,7 @@ module Aws::QuickSight
4549
5003
  :aws_account_id,
4550
5004
  :next_token,
4551
5005
  :max_results)
5006
+ SENSITIVE = []
4552
5007
  include Aws::Structure
4553
5008
  end
4554
5009
 
@@ -4576,6 +5031,7 @@ module Aws::QuickSight
4576
5031
  :next_token,
4577
5032
  :request_id,
4578
5033
  :status)
5034
+ SENSITIVE = []
4579
5035
  include Aws::Structure
4580
5036
  end
4581
5037
 
@@ -4620,6 +5076,7 @@ module Aws::QuickSight
4620
5076
  :max_results,
4621
5077
  :aws_account_id,
4622
5078
  :namespace)
5079
+ SENSITIVE = []
4623
5080
  include Aws::Structure
4624
5081
  end
4625
5082
 
@@ -4646,6 +5103,7 @@ module Aws::QuickSight
4646
5103
  :next_token,
4647
5104
  :request_id,
4648
5105
  :status)
5106
+ SENSITIVE = []
4649
5107
  include Aws::Structure
4650
5108
  end
4651
5109
 
@@ -4684,6 +5142,7 @@ module Aws::QuickSight
4684
5142
  :next_token,
4685
5143
  :max_results,
4686
5144
  :namespace)
5145
+ SENSITIVE = []
4687
5146
  include Aws::Structure
4688
5147
  end
4689
5148
 
@@ -4710,6 +5169,7 @@ module Aws::QuickSight
4710
5169
  :next_token,
4711
5170
  :request_id,
4712
5171
  :status)
5172
+ SENSITIVE = []
4713
5173
  include Aws::Structure
4714
5174
  end
4715
5175
 
@@ -4753,6 +5213,7 @@ module Aws::QuickSight
4753
5213
  :next_token,
4754
5214
  :max_results,
4755
5215
  :namespace)
5216
+ SENSITIVE = []
4756
5217
  include Aws::Structure
4757
5218
  end
4758
5219
 
@@ -4780,6 +5241,7 @@ module Aws::QuickSight
4780
5241
  :request_id,
4781
5242
  :next_token,
4782
5243
  :status)
5244
+ SENSITIVE = []
4783
5245
  include Aws::Structure
4784
5246
  end
4785
5247
 
@@ -4824,6 +5286,7 @@ module Aws::QuickSight
4824
5286
  :namespace,
4825
5287
  :next_token,
4826
5288
  :max_results)
5289
+ SENSITIVE = []
4827
5290
  include Aws::Structure
4828
5291
  end
4829
5292
 
@@ -4851,6 +5314,7 @@ module Aws::QuickSight
4851
5314
  :next_token,
4852
5315
  :request_id,
4853
5316
  :status)
5317
+ SENSITIVE = []
4854
5318
  include Aws::Structure
4855
5319
  end
4856
5320
 
@@ -4888,6 +5352,7 @@ module Aws::QuickSight
4888
5352
  :next_token,
4889
5353
  :aws_account_id,
4890
5354
  :max_results)
5355
+ SENSITIVE = []
4891
5356
  include Aws::Structure
4892
5357
  end
4893
5358
 
@@ -4915,6 +5380,7 @@ module Aws::QuickSight
4915
5380
  :next_token,
4916
5381
  :request_id,
4917
5382
  :status)
5383
+ SENSITIVE = []
4918
5384
  include Aws::Structure
4919
5385
  end
4920
5386
 
@@ -4934,6 +5400,7 @@ module Aws::QuickSight
4934
5400
  #
4935
5401
  class ListTagsForResourceRequest < Struct.new(
4936
5402
  :resource_arn)
5403
+ SENSITIVE = []
4937
5404
  include Aws::Structure
4938
5405
  end
4939
5406
 
@@ -4956,6 +5423,7 @@ module Aws::QuickSight
4956
5423
  :tags,
4957
5424
  :request_id,
4958
5425
  :status)
5426
+ SENSITIVE = []
4959
5427
  include Aws::Structure
4960
5428
  end
4961
5429
 
@@ -4994,6 +5462,7 @@ module Aws::QuickSight
4994
5462
  :template_id,
4995
5463
  :next_token,
4996
5464
  :max_results)
5465
+ SENSITIVE = []
4997
5466
  include Aws::Structure
4998
5467
  end
4999
5468
 
@@ -5021,6 +5490,7 @@ module Aws::QuickSight
5021
5490
  :status,
5022
5491
  :request_id,
5023
5492
  :next_token)
5493
+ SENSITIVE = []
5024
5494
  include Aws::Structure
5025
5495
  end
5026
5496
 
@@ -5059,6 +5529,7 @@ module Aws::QuickSight
5059
5529
  :template_id,
5060
5530
  :next_token,
5061
5531
  :max_results)
5532
+ SENSITIVE = []
5062
5533
  include Aws::Structure
5063
5534
  end
5064
5535
 
@@ -5087,6 +5558,7 @@ module Aws::QuickSight
5087
5558
  :next_token,
5088
5559
  :status,
5089
5560
  :request_id)
5561
+ SENSITIVE = []
5090
5562
  include Aws::Structure
5091
5563
  end
5092
5564
 
@@ -5119,6 +5591,7 @@ module Aws::QuickSight
5119
5591
  :aws_account_id,
5120
5592
  :next_token,
5121
5593
  :max_results)
5594
+ SENSITIVE = []
5122
5595
  include Aws::Structure
5123
5596
  end
5124
5597
 
@@ -5146,6 +5619,7 @@ module Aws::QuickSight
5146
5619
  :next_token,
5147
5620
  :status,
5148
5621
  :request_id)
5622
+ SENSITIVE = []
5149
5623
  include Aws::Structure
5150
5624
  end
5151
5625
 
@@ -5190,6 +5664,7 @@ module Aws::QuickSight
5190
5664
  :namespace,
5191
5665
  :next_token,
5192
5666
  :max_results)
5667
+ SENSITIVE = []
5193
5668
  include Aws::Structure
5194
5669
  end
5195
5670
 
@@ -5216,6 +5691,7 @@ module Aws::QuickSight
5216
5691
  :next_token,
5217
5692
  :request_id,
5218
5693
  :status)
5694
+ SENSITIVE = []
5219
5695
  include Aws::Structure
5220
5696
  end
5221
5697
 
@@ -5254,6 +5730,7 @@ module Aws::QuickSight
5254
5730
  :next_token,
5255
5731
  :max_results,
5256
5732
  :namespace)
5733
+ SENSITIVE = []
5257
5734
  include Aws::Structure
5258
5735
  end
5259
5736
 
@@ -5280,6 +5757,7 @@ module Aws::QuickSight
5280
5757
  :next_token,
5281
5758
  :request_id,
5282
5759
  :status)
5760
+ SENSITIVE = []
5283
5761
  include Aws::Structure
5284
5762
  end
5285
5763
 
@@ -5359,6 +5837,7 @@ module Aws::QuickSight
5359
5837
  :alias,
5360
5838
  :data_transforms,
5361
5839
  :source)
5840
+ SENSITIVE = []
5362
5841
  include Aws::Structure
5363
5842
  end
5364
5843
 
@@ -5392,6 +5871,7 @@ module Aws::QuickSight
5392
5871
  class LogicalTableSource < Struct.new(
5393
5872
  :join_instruction,
5394
5873
  :physical_table_id)
5874
+ SENSITIVE = []
5395
5875
  include Aws::Structure
5396
5876
  end
5397
5877
 
@@ -5418,6 +5898,7 @@ module Aws::QuickSight
5418
5898
  class ManifestFileLocation < Struct.new(
5419
5899
  :bucket,
5420
5900
  :key)
5901
+ SENSITIVE = []
5421
5902
  include Aws::Structure
5422
5903
  end
5423
5904
 
@@ -5450,6 +5931,7 @@ module Aws::QuickSight
5450
5931
  :host,
5451
5932
  :port,
5452
5933
  :database)
5934
+ SENSITIVE = []
5453
5935
  include Aws::Structure
5454
5936
  end
5455
5937
 
@@ -5482,6 +5964,7 @@ module Aws::QuickSight
5482
5964
  :host,
5483
5965
  :port,
5484
5966
  :database)
5967
+ SENSITIVE = []
5485
5968
  include Aws::Structure
5486
5969
  end
5487
5970
 
@@ -5500,6 +5983,7 @@ module Aws::QuickSight
5500
5983
  class OutputColumn < Struct.new(
5501
5984
  :name,
5502
5985
  :type)
5986
+ SENSITIVE = []
5503
5987
  include Aws::Structure
5504
5988
  end
5505
5989
 
@@ -5558,6 +6042,7 @@ module Aws::QuickSight
5558
6042
  :integer_parameters,
5559
6043
  :decimal_parameters,
5560
6044
  :date_time_parameters)
6045
+ SENSITIVE = []
5561
6046
  include Aws::Structure
5562
6047
  end
5563
6048
 
@@ -5629,6 +6114,7 @@ module Aws::QuickSight
5629
6114
  :relational_table,
5630
6115
  :custom_sql,
5631
6116
  :s3_source)
6117
+ SENSITIVE = []
5632
6118
  include Aws::Structure
5633
6119
  end
5634
6120
 
@@ -5661,6 +6147,7 @@ module Aws::QuickSight
5661
6147
  :host,
5662
6148
  :port,
5663
6149
  :database)
6150
+ SENSITIVE = []
5664
6151
  include Aws::Structure
5665
6152
  end
5666
6153
 
@@ -5678,6 +6165,7 @@ module Aws::QuickSight
5678
6165
  class PreconditionNotMetException < Struct.new(
5679
6166
  :message,
5680
6167
  :request_id)
6168
+ SENSITIVE = []
5681
6169
  include Aws::Structure
5682
6170
  end
5683
6171
 
@@ -5710,6 +6198,7 @@ module Aws::QuickSight
5710
6198
  :host,
5711
6199
  :port,
5712
6200
  :catalog)
6201
+ SENSITIVE = []
5713
6202
  include Aws::Structure
5714
6203
  end
5715
6204
 
@@ -5731,6 +6220,7 @@ module Aws::QuickSight
5731
6220
  #
5732
6221
  class ProjectOperation < Struct.new(
5733
6222
  :projected_columns)
6223
+ SENSITIVE = []
5734
6224
  include Aws::Structure
5735
6225
  end
5736
6226
 
@@ -5750,6 +6240,7 @@ module Aws::QuickSight
5750
6240
  class QueueInfo < Struct.new(
5751
6241
  :waiting_on_ingestion,
5752
6242
  :queued_ingestion)
6243
+ SENSITIVE = []
5753
6244
  include Aws::Structure
5754
6245
  end
5755
6246
 
@@ -5769,6 +6260,7 @@ module Aws::QuickSight
5769
6260
  class QuickSightUserNotFoundException < Struct.new(
5770
6261
  :message,
5771
6262
  :request_id)
6263
+ SENSITIVE = []
5772
6264
  include Aws::Structure
5773
6265
  end
5774
6266
 
@@ -5795,6 +6287,7 @@ module Aws::QuickSight
5795
6287
  class RdsParameters < Struct.new(
5796
6288
  :instance_id,
5797
6289
  :database)
6290
+ SENSITIVE = []
5798
6291
  include Aws::Structure
5799
6292
  end
5800
6293
 
@@ -5836,6 +6329,7 @@ module Aws::QuickSight
5836
6329
  :port,
5837
6330
  :database,
5838
6331
  :cluster_id)
6332
+ SENSITIVE = []
5839
6333
  include Aws::Structure
5840
6334
  end
5841
6335
 
@@ -5903,7 +6397,7 @@ module Aws::QuickSight
5903
6397
  #
5904
6398
  #
5905
6399
  #
5906
- # [1]: https://docs.aws.example.com/cli/latest/reference/sts/assume-role.html
6400
+ # [1]: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sts/assume-role.html
5907
6401
  # @return [String]
5908
6402
  #
5909
6403
  # @!attribute [rw] aws_account_id
@@ -5932,6 +6426,7 @@ module Aws::QuickSight
5932
6426
  :aws_account_id,
5933
6427
  :namespace,
5934
6428
  :user_name)
6429
+ SENSITIVE = []
5935
6430
  include Aws::Structure
5936
6431
  end
5937
6432
 
@@ -5960,6 +6455,7 @@ module Aws::QuickSight
5960
6455
  :user_invitation_url,
5961
6456
  :request_id,
5962
6457
  :status)
6458
+ SENSITIVE = []
5963
6459
  include Aws::Structure
5964
6460
  end
5965
6461
 
@@ -6004,6 +6500,7 @@ module Aws::QuickSight
6004
6500
  :schema,
6005
6501
  :name,
6006
6502
  :input_columns)
6503
+ SENSITIVE = []
6007
6504
  include Aws::Structure
6008
6505
  end
6009
6506
 
@@ -6030,6 +6527,7 @@ module Aws::QuickSight
6030
6527
  class RenameColumnOperation < Struct.new(
6031
6528
  :column_name,
6032
6529
  :new_column_name)
6530
+ SENSITIVE = []
6033
6531
  include Aws::Structure
6034
6532
  end
6035
6533
 
@@ -6039,7 +6537,7 @@ module Aws::QuickSight
6039
6537
  # @return [String]
6040
6538
  #
6041
6539
  # @!attribute [rw] resource_type
6042
- # The AWS request ID for this request.
6540
+ # The resource type for this request.
6043
6541
  # @return [String]
6044
6542
  #
6045
6543
  # @!attribute [rw] request_id
@@ -6052,6 +6550,7 @@ module Aws::QuickSight
6052
6550
  :message,
6053
6551
  :resource_type,
6054
6552
  :request_id)
6553
+ SENSITIVE = []
6055
6554
  include Aws::Structure
6056
6555
  end
6057
6556
 
@@ -6061,7 +6560,7 @@ module Aws::QuickSight
6061
6560
  # @return [String]
6062
6561
  #
6063
6562
  # @!attribute [rw] resource_type
6064
- # The AWS request ID for this request.
6563
+ # The resource type for this request.
6065
6564
  # @return [String]
6066
6565
  #
6067
6566
  # @!attribute [rw] request_id
@@ -6074,6 +6573,7 @@ module Aws::QuickSight
6074
6573
  :message,
6075
6574
  :resource_type,
6076
6575
  :request_id)
6576
+ SENSITIVE = []
6077
6577
  include Aws::Structure
6078
6578
  end
6079
6579
 
@@ -6104,6 +6604,7 @@ module Aws::QuickSight
6104
6604
  class ResourcePermission < Struct.new(
6105
6605
  :principal,
6106
6606
  :actions)
6607
+ SENSITIVE = []
6107
6608
  include Aws::Structure
6108
6609
  end
6109
6610
 
@@ -6126,6 +6627,7 @@ module Aws::QuickSight
6126
6627
  :message,
6127
6628
  :resource_type,
6128
6629
  :request_id)
6630
+ SENSITIVE = []
6129
6631
  include Aws::Structure
6130
6632
  end
6131
6633
 
@@ -6144,6 +6646,7 @@ module Aws::QuickSight
6144
6646
  class RowInfo < Struct.new(
6145
6647
  :rows_ingested,
6146
6648
  :rows_dropped)
6649
+ SENSITIVE = []
6147
6650
  include Aws::Structure
6148
6651
  end
6149
6652
 
@@ -6170,6 +6673,7 @@ module Aws::QuickSight
6170
6673
  class RowLevelPermissionDataSet < Struct.new(
6171
6674
  :arn,
6172
6675
  :permission_policy)
6676
+ SENSITIVE = []
6173
6677
  include Aws::Structure
6174
6678
  end
6175
6679
 
@@ -6194,6 +6698,7 @@ module Aws::QuickSight
6194
6698
  #
6195
6699
  class S3Parameters < Struct.new(
6196
6700
  :manifest_file_location)
6701
+ SENSITIVE = []
6197
6702
  include Aws::Structure
6198
6703
  end
6199
6704
 
@@ -6237,6 +6742,7 @@ module Aws::QuickSight
6237
6742
  :data_source_arn,
6238
6743
  :upload_settings,
6239
6744
  :input_columns)
6745
+ SENSITIVE = []
6240
6746
  include Aws::Structure
6241
6747
  end
6242
6748
 
@@ -6263,7 +6769,7 @@ module Aws::QuickSight
6263
6769
  #
6264
6770
  # @!attribute [rw] filters
6265
6771
  # The filters to apply to the search. Currently, you can search only
6266
- # by user name. For example, `"Filters": [ \{ "Name":
6772
+ # by user name, for example, `"Filters": [ \{ "Name":
6267
6773
  # "QUICKSIGHT_USER", "Operator": "StringEquals", "Value":
6268
6774
  # "arn:aws:quicksight:us-east-1:1:user/default/UserName1" \} ]`
6269
6775
  # @return [Array<Types::DashboardSearchFilter>]
@@ -6284,6 +6790,7 @@ module Aws::QuickSight
6284
6790
  :filters,
6285
6791
  :next_token,
6286
6792
  :max_results)
6793
+ SENSITIVE = []
6287
6794
  include Aws::Structure
6288
6795
  end
6289
6796
 
@@ -6312,6 +6819,7 @@ module Aws::QuickSight
6312
6819
  :next_token,
6313
6820
  :status,
6314
6821
  :request_id)
6822
+ SENSITIVE = []
6315
6823
  include Aws::Structure
6316
6824
  end
6317
6825
 
@@ -6332,6 +6840,7 @@ module Aws::QuickSight
6332
6840
  #
6333
6841
  class ServiceNowParameters < Struct.new(
6334
6842
  :site_base_url)
6843
+ SENSITIVE = []
6335
6844
  include Aws::Structure
6336
6845
  end
6337
6846
 
@@ -6350,6 +6859,7 @@ module Aws::QuickSight
6350
6859
  class SessionLifetimeInMinutesInvalidException < Struct.new(
6351
6860
  :message,
6352
6861
  :request_id)
6862
+ SENSITIVE = []
6353
6863
  include Aws::Structure
6354
6864
  end
6355
6865
 
@@ -6370,6 +6880,7 @@ module Aws::QuickSight
6370
6880
  #
6371
6881
  class SheetControlsOption < Struct.new(
6372
6882
  :visibility_state)
6883
+ SENSITIVE = []
6373
6884
  include Aws::Structure
6374
6885
  end
6375
6886
 
@@ -6402,6 +6913,7 @@ module Aws::QuickSight
6402
6913
  :host,
6403
6914
  :database,
6404
6915
  :warehouse)
6916
+ SENSITIVE = []
6405
6917
  include Aws::Structure
6406
6918
  end
6407
6919
 
@@ -6428,6 +6940,7 @@ module Aws::QuickSight
6428
6940
  class SparkParameters < Struct.new(
6429
6941
  :host,
6430
6942
  :port)
6943
+ SENSITIVE = []
6431
6944
  include Aws::Structure
6432
6945
  end
6433
6946
 
@@ -6460,6 +6973,7 @@ module Aws::QuickSight
6460
6973
  :host,
6461
6974
  :port,
6462
6975
  :database)
6976
+ SENSITIVE = []
6463
6977
  include Aws::Structure
6464
6978
  end
6465
6979
 
@@ -6481,6 +6995,7 @@ module Aws::QuickSight
6481
6995
  #
6482
6996
  class SslProperties < Struct.new(
6483
6997
  :disable_ssl)
6998
+ SENSITIVE = []
6484
6999
  include Aws::Structure
6485
7000
  end
6486
7001
 
@@ -6507,6 +7022,7 @@ module Aws::QuickSight
6507
7022
  class StringParameter < Struct.new(
6508
7023
  :name,
6509
7024
  :values)
7025
+ SENSITIVE = []
6510
7026
  include Aws::Structure
6511
7027
  end
6512
7028
 
@@ -6534,6 +7050,7 @@ module Aws::QuickSight
6534
7050
  class Tag < Struct.new(
6535
7051
  :key,
6536
7052
  :value)
7053
+ SENSITIVE = []
6537
7054
  include Aws::Structure
6538
7055
  end
6539
7056
 
@@ -6569,6 +7086,7 @@ module Aws::QuickSight
6569
7086
  class TagColumnOperation < Struct.new(
6570
7087
  :column_name,
6571
7088
  :tags)
7089
+ SENSITIVE = []
6572
7090
  include Aws::Structure
6573
7091
  end
6574
7092
 
@@ -6599,6 +7117,7 @@ module Aws::QuickSight
6599
7117
  class TagResourceRequest < Struct.new(
6600
7118
  :resource_arn,
6601
7119
  :tags)
7120
+ SENSITIVE = []
6602
7121
  include Aws::Structure
6603
7122
  end
6604
7123
 
@@ -6615,6 +7134,7 @@ module Aws::QuickSight
6615
7134
  class TagResourceResponse < Struct.new(
6616
7135
  :request_id,
6617
7136
  :status)
7137
+ SENSITIVE = []
6618
7138
  include Aws::Structure
6619
7139
  end
6620
7140
 
@@ -6664,6 +7184,7 @@ module Aws::QuickSight
6664
7184
  :template_id,
6665
7185
  :last_updated_time,
6666
7186
  :created_time)
7187
+ SENSITIVE = []
6667
7188
  include Aws::Structure
6668
7189
  end
6669
7190
 
@@ -6687,6 +7208,7 @@ module Aws::QuickSight
6687
7208
  :alias_name,
6688
7209
  :arn,
6689
7210
  :template_version_number)
7211
+ SENSITIVE = []
6690
7212
  include Aws::Structure
6691
7213
  end
6692
7214
 
@@ -6706,6 +7228,7 @@ module Aws::QuickSight
6706
7228
  class TemplateError < Struct.new(
6707
7229
  :type,
6708
7230
  :message)
7231
+ SENSITIVE = []
6709
7232
  include Aws::Structure
6710
7233
  end
6711
7234
 
@@ -6738,6 +7261,7 @@ module Aws::QuickSight
6738
7261
  class TemplateSourceAnalysis < Struct.new(
6739
7262
  :arn,
6740
7263
  :data_set_references)
7264
+ SENSITIVE = []
6741
7265
  include Aws::Structure
6742
7266
  end
6743
7267
 
@@ -6774,6 +7298,7 @@ module Aws::QuickSight
6774
7298
  class TemplateSourceEntity < Struct.new(
6775
7299
  :source_analysis,
6776
7300
  :source_template)
7301
+ SENSITIVE = []
6777
7302
  include Aws::Structure
6778
7303
  end
6779
7304
 
@@ -6794,6 +7319,7 @@ module Aws::QuickSight
6794
7319
  #
6795
7320
  class TemplateSourceTemplate < Struct.new(
6796
7321
  :arn)
7322
+ SENSITIVE = []
6797
7323
  include Aws::Structure
6798
7324
  end
6799
7325
 
@@ -6834,6 +7360,7 @@ module Aws::QuickSight
6834
7360
  :latest_version_number,
6835
7361
  :created_time,
6836
7362
  :last_updated_time)
7363
+ SENSITIVE = []
6837
7364
  include Aws::Structure
6838
7365
  end
6839
7366
 
@@ -6880,13 +7407,14 @@ module Aws::QuickSight
6880
7407
  :data_set_configurations,
6881
7408
  :description,
6882
7409
  :source_entity_arn)
7410
+ SENSITIVE = []
6883
7411
  include Aws::Structure
6884
7412
  end
6885
7413
 
6886
7414
  # The template version.
6887
7415
  #
6888
7416
  # @!attribute [rw] arn
6889
- # The ARN of the template version.
7417
+ # The Amazon Resource Name (ARN) of the template version.
6890
7418
  # @return [String]
6891
7419
  #
6892
7420
  # @!attribute [rw] version_number
@@ -6913,6 +7441,7 @@ module Aws::QuickSight
6913
7441
  :created_time,
6914
7442
  :status,
6915
7443
  :description)
7444
+ SENSITIVE = []
6916
7445
  include Aws::Structure
6917
7446
  end
6918
7447
 
@@ -6945,6 +7474,7 @@ module Aws::QuickSight
6945
7474
  :host,
6946
7475
  :port,
6947
7476
  :database)
7477
+ SENSITIVE = []
6948
7478
  include Aws::Structure
6949
7479
  end
6950
7480
 
@@ -6962,6 +7492,7 @@ module Aws::QuickSight
6962
7492
  class ThrottlingException < Struct.new(
6963
7493
  :message,
6964
7494
  :request_id)
7495
+ SENSITIVE = []
6965
7496
  include Aws::Structure
6966
7497
  end
6967
7498
 
@@ -7042,6 +7573,7 @@ module Aws::QuickSight
7042
7573
  :rename_column_operation,
7043
7574
  :cast_column_type_operation,
7044
7575
  :tag_column_operation)
7576
+ SENSITIVE = []
7045
7577
  include Aws::Structure
7046
7578
  end
7047
7579
 
@@ -7068,6 +7600,7 @@ module Aws::QuickSight
7068
7600
  class TwitterParameters < Struct.new(
7069
7601
  :query,
7070
7602
  :max_rows)
7603
+ SENSITIVE = []
7071
7604
  include Aws::Structure
7072
7605
  end
7073
7606
 
@@ -7089,6 +7622,7 @@ module Aws::QuickSight
7089
7622
  class UnsupportedUserEditionException < Struct.new(
7090
7623
  :message,
7091
7624
  :request_id)
7625
+ SENSITIVE = []
7092
7626
  include Aws::Structure
7093
7627
  end
7094
7628
 
@@ -7115,6 +7649,7 @@ module Aws::QuickSight
7115
7649
  class UntagResourceRequest < Struct.new(
7116
7650
  :resource_arn,
7117
7651
  :tag_keys)
7652
+ SENSITIVE = []
7118
7653
  include Aws::Structure
7119
7654
  end
7120
7655
 
@@ -7131,6 +7666,7 @@ module Aws::QuickSight
7131
7666
  class UntagResourceResponse < Struct.new(
7132
7667
  :request_id,
7133
7668
  :status)
7669
+ SENSITIVE = []
7134
7670
  include Aws::Structure
7135
7671
  end
7136
7672
 
@@ -7178,6 +7714,7 @@ module Aws::QuickSight
7178
7714
  :dashboard_id,
7179
7715
  :grant_permissions,
7180
7716
  :revoke_permissions)
7717
+ SENSITIVE = []
7181
7718
  include Aws::Structure
7182
7719
  end
7183
7720
 
@@ -7209,6 +7746,7 @@ module Aws::QuickSight
7209
7746
  :permissions,
7210
7747
  :request_id,
7211
7748
  :status)
7749
+ SENSITIVE = []
7212
7750
  include Aws::Structure
7213
7751
  end
7214
7752
 
@@ -7240,6 +7778,7 @@ module Aws::QuickSight
7240
7778
  :aws_account_id,
7241
7779
  :dashboard_id,
7242
7780
  :version_number)
7781
+ SENSITIVE = []
7243
7782
  include Aws::Structure
7244
7783
  end
7245
7784
 
@@ -7266,6 +7805,7 @@ module Aws::QuickSight
7266
7805
  :dashboard_arn,
7267
7806
  :status,
7268
7807
  :request_id)
7808
+ SENSITIVE = []
7269
7809
  include Aws::Structure
7270
7810
  end
7271
7811
 
@@ -7341,16 +7881,25 @@ module Aws::QuickSight
7341
7881
  # @return [String]
7342
7882
  #
7343
7883
  # @!attribute [rw] source_entity
7344
- # The template or analysis from which the dashboard is created. The
7345
- # `SouceTemplate` entity accepts the Amazon Resource Name (ARN) of the
7346
- # template and also references to replacement datasets for the
7347
- # placeholders set when creating the template. The replacement
7348
- # datasets need to follow the same schema as the datasets for which
7349
- # placeholders were created when creating the template.
7884
+ # The entity that you are using as a source when you update the
7885
+ # dashboard. In `SourceEntity`, you specify the type of object you're
7886
+ # using as source. You can only update a dashboard from a template, so
7887
+ # you use a `SourceTemplate` entity. If you need to update a dashboard
7888
+ # from an analysis, first convert the analysis to a template by using
7889
+ # the CreateTemplate API operation. For `SourceTemplate`, specify the
7890
+ # Amazon Resource Name (ARN) of the source template. The
7891
+ # `SourceTemplate` ARN can contain any AWS Account and any
7892
+ # QuickSight-supported AWS Region.
7893
+ #
7894
+ # Use the `DataSetReferences` entity within `SourceTemplate` to list
7895
+ # the replacement datasets for the placeholders listed in the
7896
+ # original. The schema in each dataset must match its placeholder.
7350
7897
  # @return [Types::DashboardSourceEntity]
7351
7898
  #
7352
7899
  # @!attribute [rw] parameters
7353
- # A structure that contains the parameters of the dashboard.
7900
+ # A structure that contains the parameters of the dashboard. These are
7901
+ # parameter overrides for a dashboard. A dashboard can have any type
7902
+ # of parameters, and some parameters might accept multiple values.
7354
7903
  # @return [Types::Parameters]
7355
7904
  #
7356
7905
  # @!attribute [rw] version_description
@@ -7372,8 +7921,7 @@ module Aws::QuickSight
7372
7921
  # option is `ENABLED` by default.
7373
7922
  #
7374
7923
  # * `VisibilityState` for `SheetControlsOption` - This visibility
7375
- # state can be either `COLLAPSED` or `EXPANDED`. The sheet controls
7376
- # pane is collapsed by default when set to true. This option is
7924
+ # state can be either `COLLAPSED` or `EXPANDED`. This option is
7377
7925
  # `COLLAPSED` by default.
7378
7926
  # @return [Types::DashboardPublishOptions]
7379
7927
  #
@@ -7387,6 +7935,7 @@ module Aws::QuickSight
7387
7935
  :parameters,
7388
7936
  :version_description,
7389
7937
  :dashboard_publish_options)
7938
+ SENSITIVE = []
7390
7939
  include Aws::Structure
7391
7940
  end
7392
7941
 
@@ -7423,6 +7972,7 @@ module Aws::QuickSight
7423
7972
  :creation_status,
7424
7973
  :status,
7425
7974
  :request_id)
7975
+ SENSITIVE = []
7426
7976
  include Aws::Structure
7427
7977
  end
7428
7978
 
@@ -7470,6 +8020,7 @@ module Aws::QuickSight
7470
8020
  :data_set_id,
7471
8021
  :grant_permissions,
7472
8022
  :revoke_permissions)
8023
+ SENSITIVE = []
7473
8024
  include Aws::Structure
7474
8025
  end
7475
8026
 
@@ -7497,6 +8048,7 @@ module Aws::QuickSight
7497
8048
  :data_set_id,
7498
8049
  :request_id,
7499
8050
  :status)
8051
+ SENSITIVE = []
7500
8052
  include Aws::Structure
7501
8053
  end
7502
8054
 
@@ -7663,6 +8215,7 @@ module Aws::QuickSight
7663
8215
  :import_mode,
7664
8216
  :column_groups,
7665
8217
  :row_level_permission_data_set)
8218
+ SENSITIVE = []
7666
8219
  include Aws::Structure
7667
8220
  end
7668
8221
 
@@ -7702,6 +8255,7 @@ module Aws::QuickSight
7702
8255
  :ingestion_id,
7703
8256
  :request_id,
7704
8257
  :status)
8258
+ SENSITIVE = []
7705
8259
  include Aws::Structure
7706
8260
  end
7707
8261
 
@@ -7751,6 +8305,7 @@ module Aws::QuickSight
7751
8305
  :data_source_id,
7752
8306
  :grant_permissions,
7753
8307
  :revoke_permissions)
8308
+ SENSITIVE = []
7754
8309
  include Aws::Structure
7755
8310
  end
7756
8311
 
@@ -7778,6 +8333,7 @@ module Aws::QuickSight
7778
8333
  :data_source_id,
7779
8334
  :request_id,
7780
8335
  :status)
8336
+ SENSITIVE = []
7781
8337
  include Aws::Structure
7782
8338
  end
7783
8339
 
@@ -7878,7 +8434,96 @@ module Aws::QuickSight
7878
8434
  # credential_pair: {
7879
8435
  # username: "Username", # required
7880
8436
  # password: "Password", # required
8437
+ # alternate_data_source_parameters: [
8438
+ # {
8439
+ # amazon_elasticsearch_parameters: {
8440
+ # domain: "Domain", # required
8441
+ # },
8442
+ # athena_parameters: {
8443
+ # work_group: "WorkGroup",
8444
+ # },
8445
+ # aurora_parameters: {
8446
+ # host: "Host", # required
8447
+ # port: 1, # required
8448
+ # database: "Database", # required
8449
+ # },
8450
+ # aurora_postgre_sql_parameters: {
8451
+ # host: "Host", # required
8452
+ # port: 1, # required
8453
+ # database: "Database", # required
8454
+ # },
8455
+ # aws_iot_analytics_parameters: {
8456
+ # data_set_name: "DataSetName", # required
8457
+ # },
8458
+ # jira_parameters: {
8459
+ # site_base_url: "SiteBaseUrl", # required
8460
+ # },
8461
+ # maria_db_parameters: {
8462
+ # host: "Host", # required
8463
+ # port: 1, # required
8464
+ # database: "Database", # required
8465
+ # },
8466
+ # my_sql_parameters: {
8467
+ # host: "Host", # required
8468
+ # port: 1, # required
8469
+ # database: "Database", # required
8470
+ # },
8471
+ # postgre_sql_parameters: {
8472
+ # host: "Host", # required
8473
+ # port: 1, # required
8474
+ # database: "Database", # required
8475
+ # },
8476
+ # presto_parameters: {
8477
+ # host: "Host", # required
8478
+ # port: 1, # required
8479
+ # catalog: "Catalog", # required
8480
+ # },
8481
+ # rds_parameters: {
8482
+ # instance_id: "InstanceId", # required
8483
+ # database: "Database", # required
8484
+ # },
8485
+ # redshift_parameters: {
8486
+ # host: "Host",
8487
+ # port: 1,
8488
+ # database: "Database", # required
8489
+ # cluster_id: "ClusterId",
8490
+ # },
8491
+ # s3_parameters: {
8492
+ # manifest_file_location: { # required
8493
+ # bucket: "S3Bucket", # required
8494
+ # key: "S3Key", # required
8495
+ # },
8496
+ # },
8497
+ # service_now_parameters: {
8498
+ # site_base_url: "SiteBaseUrl", # required
8499
+ # },
8500
+ # snowflake_parameters: {
8501
+ # host: "Host", # required
8502
+ # database: "Database", # required
8503
+ # warehouse: "Warehouse", # required
8504
+ # },
8505
+ # spark_parameters: {
8506
+ # host: "Host", # required
8507
+ # port: 1, # required
8508
+ # },
8509
+ # sql_server_parameters: {
8510
+ # host: "Host", # required
8511
+ # port: 1, # required
8512
+ # database: "Database", # required
8513
+ # },
8514
+ # teradata_parameters: {
8515
+ # host: "Host", # required
8516
+ # port: 1, # required
8517
+ # database: "Database", # required
8518
+ # },
8519
+ # twitter_parameters: {
8520
+ # query: "Query", # required
8521
+ # max_rows: 1, # required
8522
+ # },
8523
+ # },
8524
+ # ],
7881
8525
  # },
8526
+ # copy_source_arn: "CopySourceArn",
7882
8527
  # },
7883
8528
  # vpc_connection_properties: {
7884
8529
  # vpc_connection_arn: "Arn", # required
@@ -7932,6 +8577,7 @@ module Aws::QuickSight
7932
8577
  :credentials,
7933
8578
  :vpc_connection_properties,
7934
8579
  :ssl_properties)
8580
+ SENSITIVE = [:credentials]
7935
8581
  include Aws::Structure
7936
8582
  end
7937
8583
 
@@ -7964,6 +8610,7 @@ module Aws::QuickSight
7964
8610
  :update_status,
7965
8611
  :request_id,
7966
8612
  :status)
8613
+ SENSITIVE = []
7967
8614
  include Aws::Structure
7968
8615
  end
7969
8616
 
@@ -8002,6 +8649,7 @@ module Aws::QuickSight
8002
8649
  :description,
8003
8650
  :aws_account_id,
8004
8651
  :namespace)
8652
+ SENSITIVE = []
8005
8653
  include Aws::Structure
8006
8654
  end
8007
8655
 
@@ -8023,6 +8671,7 @@ module Aws::QuickSight
8023
8671
  :group,
8024
8672
  :request_id,
8025
8673
  :status)
8674
+ SENSITIVE = []
8026
8675
  include Aws::Structure
8027
8676
  end
8028
8677
 
@@ -8085,6 +8734,7 @@ module Aws::QuickSight
8085
8734
  :assignment_status,
8086
8735
  :policy_arn,
8087
8736
  :identities)
8737
+ SENSITIVE = []
8088
8738
  include Aws::Structure
8089
8739
  end
8090
8740
 
@@ -8137,6 +8787,7 @@ module Aws::QuickSight
8137
8787
  :assignment_status,
8138
8788
  :request_id,
8139
8789
  :status)
8790
+ SENSITIVE = []
8140
8791
  include Aws::Structure
8141
8792
  end
8142
8793
 
@@ -8178,6 +8829,7 @@ module Aws::QuickSight
8178
8829
  :template_id,
8179
8830
  :alias_name,
8180
8831
  :template_version_number)
8832
+ SENSITIVE = []
8181
8833
  include Aws::Structure
8182
8834
  end
8183
8835
 
@@ -8199,6 +8851,7 @@ module Aws::QuickSight
8199
8851
  :template_alias,
8200
8852
  :status,
8201
8853
  :request_id)
8854
+ SENSITIVE = []
8202
8855
  include Aws::Structure
8203
8856
  end
8204
8857
 
@@ -8245,6 +8898,7 @@ module Aws::QuickSight
8245
8898
  :template_id,
8246
8899
  :grant_permissions,
8247
8900
  :revoke_permissions)
8901
+ SENSITIVE = []
8248
8902
  include Aws::Structure
8249
8903
  end
8250
8904
 
@@ -8276,6 +8930,7 @@ module Aws::QuickSight
8276
8930
  :permissions,
8277
8931
  :request_id,
8278
8932
  :status)
8933
+ SENSITIVE = []
8279
8934
  include Aws::Structure
8280
8935
  end
8281
8936
 
@@ -8313,9 +8968,19 @@ module Aws::QuickSight
8313
8968
  # @return [String]
8314
8969
  #
8315
8970
  # @!attribute [rw] source_entity
8316
- # The source QuickSight entity from which this template is being
8317
- # updated. You can currently update templates from an Analysis or
8318
- # another template.
8971
+ # The entity that you are using as a source when you update the
8972
+ # template. In `SourceEntity`, you specify the type of object you're
8973
+ # using as source: `SourceTemplate` for a template or `SourceAnalysis`
8974
+ # for an analysis. Both of these require an Amazon Resource Name
8975
+ # (ARN). For `SourceTemplate`, specify the ARN of the source template.
8976
+ # For `SourceAnalysis`, specify the ARN of the source analysis. The
8977
+ # `SourceTemplate` ARN can contain any AWS Account and any
8978
+ # QuickSight-supported AWS Region.
8979
+ #
8980
+ # Use the `DataSetReferences` entity within `SourceTemplate` or
8981
+ # `SourceAnalysis` to list the replacement datasets for the
8982
+ # placeholders listed in the original. The schema in each dataset must
8983
+ # match its placeholder.
8319
8984
  # @return [Types::TemplateSourceEntity]
8320
8985
  #
8321
8986
  # @!attribute [rw] version_description
@@ -8337,6 +9002,7 @@ module Aws::QuickSight
8337
9002
  :source_entity,
8338
9003
  :version_description,
8339
9004
  :name)
9005
+ SENSITIVE = []
8340
9006
  include Aws::Structure
8341
9007
  end
8342
9008
 
@@ -8374,6 +9040,7 @@ module Aws::QuickSight
8374
9040
  :creation_status,
8375
9041
  :status,
8376
9042
  :request_id)
9043
+ SENSITIVE = []
8377
9044
  include Aws::Structure
8378
9045
  end
8379
9046
 
@@ -8427,6 +9094,7 @@ module Aws::QuickSight
8427
9094
  :namespace,
8428
9095
  :email,
8429
9096
  :role)
9097
+ SENSITIVE = []
8430
9098
  include Aws::Structure
8431
9099
  end
8432
9100
 
@@ -8448,6 +9116,7 @@ module Aws::QuickSight
8448
9116
  :user,
8449
9117
  :request_id,
8450
9118
  :status)
9119
+ SENSITIVE = []
8451
9120
  include Aws::Structure
8452
9121
  end
8453
9122
 
@@ -8493,6 +9162,7 @@ module Aws::QuickSight
8493
9162
  :contains_header,
8494
9163
  :text_qualifier,
8495
9164
  :delimiter)
9165
+ SENSITIVE = []
8496
9166
  include Aws::Structure
8497
9167
  end
8498
9168
 
@@ -8554,6 +9224,7 @@ module Aws::QuickSight
8554
9224
  :identity_type,
8555
9225
  :active,
8556
9226
  :principal_id)
9227
+ SENSITIVE = []
8557
9228
  include Aws::Structure
8558
9229
  end
8559
9230
 
@@ -8574,6 +9245,7 @@ module Aws::QuickSight
8574
9245
  #
8575
9246
  class VpcConnectionProperties < Struct.new(
8576
9247
  :vpc_connection_arn)
9248
+ SENSITIVE = []
8577
9249
  include Aws::Structure
8578
9250
  end
8579
9251