aws-sdk-quicksight 1.20.0 → 1.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-quicksight.rb +3 -1
- data/lib/aws-sdk-quicksight/client.rb +1245 -51
- data/lib/aws-sdk-quicksight/client_api.rb +523 -0
- data/lib/aws-sdk-quicksight/errors.rb +2 -0
- data/lib/aws-sdk-quicksight/resource.rb +2 -0
- data/lib/aws-sdk-quicksight/types.rb +2423 -117
- metadata +4 -4
@@ -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,28 @@ module Aws::QuickSight
|
|
188
197
|
#
|
189
198
|
class AwsIotAnalyticsParameters < Struct.new(
|
190
199
|
:data_set_name)
|
200
|
+
SENSITIVE = []
|
201
|
+
include Aws::Structure
|
202
|
+
end
|
203
|
+
|
204
|
+
# The display options for tile borders for visuals.
|
205
|
+
#
|
206
|
+
# @note When making an API call, you may pass BorderStyle
|
207
|
+
# data as a hash:
|
208
|
+
#
|
209
|
+
# {
|
210
|
+
# show: false,
|
211
|
+
# }
|
212
|
+
#
|
213
|
+
# @!attribute [rw] show
|
214
|
+
# The option to enable display of borders for visuals.
|
215
|
+
# @return [Boolean]
|
216
|
+
#
|
217
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/BorderStyle AWS API Documentation
|
218
|
+
#
|
219
|
+
class BorderStyle < Struct.new(
|
220
|
+
:show)
|
221
|
+
SENSITIVE = []
|
191
222
|
include Aws::Structure
|
192
223
|
end
|
193
224
|
|
@@ -223,6 +254,7 @@ module Aws::QuickSight
|
|
223
254
|
:column_name,
|
224
255
|
:column_id,
|
225
256
|
:expression)
|
257
|
+
SENSITIVE = []
|
226
258
|
include Aws::Structure
|
227
259
|
end
|
228
260
|
|
@@ -253,6 +285,7 @@ module Aws::QuickSight
|
|
253
285
|
:aws_account_id,
|
254
286
|
:data_set_id,
|
255
287
|
:ingestion_id)
|
288
|
+
SENSITIVE = []
|
256
289
|
include Aws::Structure
|
257
290
|
end
|
258
291
|
|
@@ -279,6 +312,7 @@ module Aws::QuickSight
|
|
279
312
|
:ingestion_id,
|
280
313
|
:request_id,
|
281
314
|
:status)
|
315
|
+
SENSITIVE = []
|
282
316
|
include Aws::Structure
|
283
317
|
end
|
284
318
|
|
@@ -313,6 +347,7 @@ module Aws::QuickSight
|
|
313
347
|
:column_name,
|
314
348
|
:new_column_type,
|
315
349
|
:format)
|
350
|
+
SENSITIVE = []
|
316
351
|
include Aws::Structure
|
317
352
|
end
|
318
353
|
|
@@ -339,6 +374,7 @@ module Aws::QuickSight
|
|
339
374
|
#
|
340
375
|
class ColumnGroup < Struct.new(
|
341
376
|
:geo_spatial_column_group)
|
377
|
+
SENSITIVE = []
|
342
378
|
include Aws::Structure
|
343
379
|
end
|
344
380
|
|
@@ -353,6 +389,7 @@ module Aws::QuickSight
|
|
353
389
|
#
|
354
390
|
class ColumnGroupColumnSchema < Struct.new(
|
355
391
|
:name)
|
392
|
+
SENSITIVE = []
|
356
393
|
include Aws::Structure
|
357
394
|
end
|
358
395
|
|
@@ -371,6 +408,7 @@ module Aws::QuickSight
|
|
371
408
|
class ColumnGroupSchema < Struct.new(
|
372
409
|
:name,
|
373
410
|
:column_group_column_schema_list)
|
411
|
+
SENSITIVE = []
|
374
412
|
include Aws::Structure
|
375
413
|
end
|
376
414
|
|
@@ -394,10 +432,11 @@ module Aws::QuickSight
|
|
394
432
|
:name,
|
395
433
|
:data_type,
|
396
434
|
:geographic_role)
|
435
|
+
SENSITIVE = []
|
397
436
|
include Aws::Structure
|
398
437
|
end
|
399
438
|
|
400
|
-
# A tag for a column in a
|
439
|
+
# A tag for a column in a TagColumnOperation structure. This is a
|
401
440
|
# variant type structure. For this structure to be valid, only one of
|
402
441
|
# the attributes can be non-null.
|
403
442
|
#
|
@@ -416,6 +455,7 @@ module Aws::QuickSight
|
|
416
455
|
#
|
417
456
|
class ColumnTag < Struct.new(
|
418
457
|
:column_geographic_role)
|
458
|
+
SENSITIVE = []
|
419
459
|
include Aws::Structure
|
420
460
|
end
|
421
461
|
|
@@ -433,6 +473,7 @@ module Aws::QuickSight
|
|
433
473
|
class ConcurrentUpdatingException < Struct.new(
|
434
474
|
:message,
|
435
475
|
:request_id)
|
476
|
+
SENSITIVE = []
|
436
477
|
include Aws::Structure
|
437
478
|
end
|
438
479
|
|
@@ -450,6 +491,7 @@ module Aws::QuickSight
|
|
450
491
|
class ConflictException < Struct.new(
|
451
492
|
:message,
|
452
493
|
:request_id)
|
494
|
+
SENSITIVE = []
|
453
495
|
include Aws::Structure
|
454
496
|
end
|
455
497
|
|
@@ -477,6 +519,7 @@ module Aws::QuickSight
|
|
477
519
|
#
|
478
520
|
class CreateColumnsOperation < Struct.new(
|
479
521
|
:columns)
|
522
|
+
SENSITIVE = []
|
480
523
|
include Aws::Structure
|
481
524
|
end
|
482
525
|
|
@@ -548,6 +591,7 @@ module Aws::QuickSight
|
|
548
591
|
# visibility_state: "EXPANDED", # accepts EXPANDED, COLLAPSED
|
549
592
|
# },
|
550
593
|
# },
|
594
|
+
# theme_arn: "Arn",
|
551
595
|
# }
|
552
596
|
#
|
553
597
|
# @!attribute [rw] aws_account_id
|
@@ -563,11 +607,9 @@ module Aws::QuickSight
|
|
563
607
|
# @return [String]
|
564
608
|
#
|
565
609
|
# @!attribute [rw] parameters
|
566
|
-
#
|
567
|
-
#
|
568
|
-
# of parameters, and some parameters might accept multiple values.
|
569
|
-
# can use the dashboard permissions structure described following to
|
570
|
-
# override two string parameters that accept multiple values.
|
610
|
+
# The parameters for the creation of the dashboard, which you want to
|
611
|
+
# use to override the default settings. A dashboard can have any type
|
612
|
+
# of parameters, and some parameters might accept multiple values.
|
571
613
|
# @return [Types::Parameters]
|
572
614
|
#
|
573
615
|
# @!attribute [rw] permissions
|
@@ -577,15 +619,19 @@ module Aws::QuickSight
|
|
577
619
|
# @return [Array<Types::ResourcePermission>]
|
578
620
|
#
|
579
621
|
# @!attribute [rw] source_entity
|
580
|
-
# The
|
581
|
-
#
|
582
|
-
#
|
583
|
-
#
|
584
|
-
#
|
585
|
-
#
|
586
|
-
#
|
587
|
-
#
|
588
|
-
# AWS
|
622
|
+
# The entity that you are using as a source when you create the
|
623
|
+
# dashboard. In `SourceEntity`, you specify the type of object you're
|
624
|
+
# using as source. You can only create a dashboard from a template, so
|
625
|
+
# you use a `SourceTemplate` entity. If you need to create a dashboard
|
626
|
+
# from an analysis, first convert the analysis to a template by using
|
627
|
+
# the CreateTemplate API operation. For `SourceTemplate`, specify the
|
628
|
+
# Amazon Resource Name (ARN) of the source template. The
|
629
|
+
# `SourceTemplate`ARN can contain any AWS Account and any
|
630
|
+
# QuickSight-supported AWS Region.
|
631
|
+
#
|
632
|
+
# Use the `DataSetReferences` entity within `SourceTemplate` to list
|
633
|
+
# the replacement datasets for the placeholders listed in the
|
634
|
+
# original. The schema in each dataset must match its placeholder.
|
589
635
|
# @return [Types::DashboardSourceEntity]
|
590
636
|
#
|
591
637
|
# @!attribute [rw] tags
|
@@ -612,11 +658,17 @@ module Aws::QuickSight
|
|
612
658
|
# option is `ENABLED` by default.
|
613
659
|
#
|
614
660
|
# * `VisibilityState` for `SheetControlsOption` - This visibility
|
615
|
-
# state can be either `COLLAPSED` or `EXPANDED`.
|
616
|
-
# pane is collapsed by default when set to true. This option is
|
661
|
+
# state can be either `COLLAPSED` or `EXPANDED`. This option is
|
617
662
|
# `COLLAPSED` by default.
|
618
663
|
# @return [Types::DashboardPublishOptions]
|
619
664
|
#
|
665
|
+
# @!attribute [rw] theme_arn
|
666
|
+
# The Amazon Resource Name (ARN) of the theme that is being used for
|
667
|
+
# this dashboard. If you add a value for this field, it overrides the
|
668
|
+
# value that is used in the source entity. The theme ARN must exist in
|
669
|
+
# the same AWS account where you create the dashboard.
|
670
|
+
# @return [String]
|
671
|
+
#
|
620
672
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateDashboardRequest AWS API Documentation
|
621
673
|
#
|
622
674
|
class CreateDashboardRequest < Struct.new(
|
@@ -628,12 +680,14 @@ module Aws::QuickSight
|
|
628
680
|
:source_entity,
|
629
681
|
:tags,
|
630
682
|
:version_description,
|
631
|
-
:dashboard_publish_options
|
683
|
+
:dashboard_publish_options,
|
684
|
+
:theme_arn)
|
685
|
+
SENSITIVE = []
|
632
686
|
include Aws::Structure
|
633
687
|
end
|
634
688
|
|
635
689
|
# @!attribute [rw] arn
|
636
|
-
# The
|
690
|
+
# The ARN of the dashboard.
|
637
691
|
# @return [String]
|
638
692
|
#
|
639
693
|
# @!attribute [rw] version_arn
|
@@ -666,6 +720,7 @@ module Aws::QuickSight
|
|
666
720
|
:creation_status,
|
667
721
|
:status,
|
668
722
|
:request_id)
|
723
|
+
SENSITIVE = []
|
669
724
|
include Aws::Structure
|
670
725
|
end
|
671
726
|
|
@@ -855,6 +910,7 @@ module Aws::QuickSight
|
|
855
910
|
:permissions,
|
856
911
|
:row_level_permission_data_set,
|
857
912
|
:tags)
|
913
|
+
SENSITIVE = []
|
858
914
|
include Aws::Structure
|
859
915
|
end
|
860
916
|
|
@@ -894,6 +950,7 @@ module Aws::QuickSight
|
|
894
950
|
:ingestion_id,
|
895
951
|
:request_id,
|
896
952
|
:status)
|
953
|
+
SENSITIVE = []
|
897
954
|
include Aws::Structure
|
898
955
|
end
|
899
956
|
|
@@ -995,7 +1052,96 @@ module Aws::QuickSight
|
|
995
1052
|
# credential_pair: {
|
996
1053
|
# username: "Username", # required
|
997
1054
|
# password: "Password", # required
|
1055
|
+
# alternate_data_source_parameters: [
|
1056
|
+
# {
|
1057
|
+
# amazon_elasticsearch_parameters: {
|
1058
|
+
# domain: "Domain", # required
|
1059
|
+
# },
|
1060
|
+
# athena_parameters: {
|
1061
|
+
# work_group: "WorkGroup",
|
1062
|
+
# },
|
1063
|
+
# aurora_parameters: {
|
1064
|
+
# host: "Host", # required
|
1065
|
+
# port: 1, # required
|
1066
|
+
# database: "Database", # required
|
1067
|
+
# },
|
1068
|
+
# aurora_postgre_sql_parameters: {
|
1069
|
+
# host: "Host", # required
|
1070
|
+
# port: 1, # required
|
1071
|
+
# database: "Database", # required
|
1072
|
+
# },
|
1073
|
+
# aws_iot_analytics_parameters: {
|
1074
|
+
# data_set_name: "DataSetName", # required
|
1075
|
+
# },
|
1076
|
+
# jira_parameters: {
|
1077
|
+
# site_base_url: "SiteBaseUrl", # required
|
1078
|
+
# },
|
1079
|
+
# maria_db_parameters: {
|
1080
|
+
# host: "Host", # required
|
1081
|
+
# port: 1, # required
|
1082
|
+
# database: "Database", # required
|
1083
|
+
# },
|
1084
|
+
# my_sql_parameters: {
|
1085
|
+
# host: "Host", # required
|
1086
|
+
# port: 1, # required
|
1087
|
+
# database: "Database", # required
|
1088
|
+
# },
|
1089
|
+
# postgre_sql_parameters: {
|
1090
|
+
# host: "Host", # required
|
1091
|
+
# port: 1, # required
|
1092
|
+
# database: "Database", # required
|
1093
|
+
# },
|
1094
|
+
# presto_parameters: {
|
1095
|
+
# host: "Host", # required
|
1096
|
+
# port: 1, # required
|
1097
|
+
# catalog: "Catalog", # required
|
1098
|
+
# },
|
1099
|
+
# rds_parameters: {
|
1100
|
+
# instance_id: "InstanceId", # required
|
1101
|
+
# database: "Database", # required
|
1102
|
+
# },
|
1103
|
+
# redshift_parameters: {
|
1104
|
+
# host: "Host",
|
1105
|
+
# port: 1,
|
1106
|
+
# database: "Database", # required
|
1107
|
+
# cluster_id: "ClusterId",
|
1108
|
+
# },
|
1109
|
+
# s3_parameters: {
|
1110
|
+
# manifest_file_location: { # required
|
1111
|
+
# bucket: "S3Bucket", # required
|
1112
|
+
# key: "S3Key", # required
|
1113
|
+
# },
|
1114
|
+
# },
|
1115
|
+
# service_now_parameters: {
|
1116
|
+
# site_base_url: "SiteBaseUrl", # required
|
1117
|
+
# },
|
1118
|
+
# snowflake_parameters: {
|
1119
|
+
# host: "Host", # required
|
1120
|
+
# database: "Database", # required
|
1121
|
+
# warehouse: "Warehouse", # required
|
1122
|
+
# },
|
1123
|
+
# spark_parameters: {
|
1124
|
+
# host: "Host", # required
|
1125
|
+
# port: 1, # required
|
1126
|
+
# },
|
1127
|
+
# sql_server_parameters: {
|
1128
|
+
# host: "Host", # required
|
1129
|
+
# port: 1, # required
|
1130
|
+
# database: "Database", # required
|
1131
|
+
# },
|
1132
|
+
# teradata_parameters: {
|
1133
|
+
# host: "Host", # required
|
1134
|
+
# port: 1, # required
|
1135
|
+
# database: "Database", # required
|
1136
|
+
# },
|
1137
|
+
# twitter_parameters: {
|
1138
|
+
# query: "Query", # required
|
1139
|
+
# max_rows: 1, # required
|
1140
|
+
# },
|
1141
|
+
# },
|
1142
|
+
# ],
|
998
1143
|
# },
|
1144
|
+
# copy_source_arn: "CopySourceArn",
|
999
1145
|
# },
|
1000
1146
|
# permissions: [
|
1001
1147
|
# {
|
@@ -1081,6 +1227,7 @@ module Aws::QuickSight
|
|
1081
1227
|
:vpc_connection_properties,
|
1082
1228
|
:ssl_properties,
|
1083
1229
|
:tags)
|
1230
|
+
SENSITIVE = [:credentials]
|
1084
1231
|
include Aws::Structure
|
1085
1232
|
end
|
1086
1233
|
|
@@ -1113,6 +1260,7 @@ module Aws::QuickSight
|
|
1113
1260
|
:creation_status,
|
1114
1261
|
:request_id,
|
1115
1262
|
:status)
|
1263
|
+
SENSITIVE = []
|
1116
1264
|
include Aws::Structure
|
1117
1265
|
end
|
1118
1266
|
|
@@ -1151,6 +1299,7 @@ module Aws::QuickSight
|
|
1151
1299
|
:group_name,
|
1152
1300
|
:aws_account_id,
|
1153
1301
|
:namespace)
|
1302
|
+
SENSITIVE = []
|
1154
1303
|
include Aws::Structure
|
1155
1304
|
end
|
1156
1305
|
|
@@ -1172,6 +1321,7 @@ module Aws::QuickSight
|
|
1172
1321
|
:group_member,
|
1173
1322
|
:request_id,
|
1174
1323
|
:status)
|
1324
|
+
SENSITIVE = []
|
1175
1325
|
include Aws::Structure
|
1176
1326
|
end
|
1177
1327
|
|
@@ -1212,6 +1362,7 @@ module Aws::QuickSight
|
|
1212
1362
|
:description,
|
1213
1363
|
:aws_account_id,
|
1214
1364
|
:namespace)
|
1365
|
+
SENSITIVE = []
|
1215
1366
|
include Aws::Structure
|
1216
1367
|
end
|
1217
1368
|
|
@@ -1235,6 +1386,7 @@ module Aws::QuickSight
|
|
1235
1386
|
:group,
|
1236
1387
|
:request_id,
|
1237
1388
|
:status)
|
1389
|
+
SENSITIVE = []
|
1238
1390
|
include Aws::Structure
|
1239
1391
|
end
|
1240
1392
|
|
@@ -1297,6 +1449,7 @@ module Aws::QuickSight
|
|
1297
1449
|
:policy_arn,
|
1298
1450
|
:identities,
|
1299
1451
|
:namespace)
|
1452
|
+
SENSITIVE = []
|
1300
1453
|
include Aws::Structure
|
1301
1454
|
end
|
1302
1455
|
|
@@ -1350,6 +1503,7 @@ module Aws::QuickSight
|
|
1350
1503
|
:identities,
|
1351
1504
|
:request_id,
|
1352
1505
|
:status)
|
1506
|
+
SENSITIVE = []
|
1353
1507
|
include Aws::Structure
|
1354
1508
|
end
|
1355
1509
|
|
@@ -1380,6 +1534,7 @@ module Aws::QuickSight
|
|
1380
1534
|
:data_set_id,
|
1381
1535
|
:ingestion_id,
|
1382
1536
|
:aws_account_id)
|
1537
|
+
SENSITIVE = []
|
1383
1538
|
include Aws::Structure
|
1384
1539
|
end
|
1385
1540
|
|
@@ -1411,6 +1566,7 @@ module Aws::QuickSight
|
|
1411
1566
|
:ingestion_status,
|
1412
1567
|
:request_id,
|
1413
1568
|
:status)
|
1569
|
+
SENSITIVE = []
|
1414
1570
|
include Aws::Structure
|
1415
1571
|
end
|
1416
1572
|
|
@@ -1450,6 +1606,7 @@ module Aws::QuickSight
|
|
1450
1606
|
:template_id,
|
1451
1607
|
:alias_name,
|
1452
1608
|
:template_version_number)
|
1609
|
+
SENSITIVE = []
|
1453
1610
|
include Aws::Structure
|
1454
1611
|
end
|
1455
1612
|
|
@@ -1471,6 +1628,7 @@ module Aws::QuickSight
|
|
1471
1628
|
:template_alias,
|
1472
1629
|
:status,
|
1473
1630
|
:request_id)
|
1631
|
+
SENSITIVE = []
|
1474
1632
|
include Aws::Structure
|
1475
1633
|
end
|
1476
1634
|
|
@@ -1530,10 +1688,19 @@ module Aws::QuickSight
|
|
1530
1688
|
# @return [Array<Types::ResourcePermission>]
|
1531
1689
|
#
|
1532
1690
|
# @!attribute [rw] source_entity
|
1533
|
-
# The
|
1534
|
-
# template
|
1535
|
-
#
|
1536
|
-
#
|
1691
|
+
# The entity that you are using as a source when you create the
|
1692
|
+
# template. In `SourceEntity`, you specify the type of object you're
|
1693
|
+
# using as source: `SourceTemplate` for a template or `SourceAnalysis`
|
1694
|
+
# for an analysis. Both of these require an Amazon Resource Name
|
1695
|
+
# (ARN). For `SourceTemplate`, specify the ARN of the source template.
|
1696
|
+
# For `SourceAnalysis`, specify the ARN of the source analysis. The
|
1697
|
+
# `SourceTemplate` ARN can contain any AWS Account and any
|
1698
|
+
# QuickSight-supported AWS Region.
|
1699
|
+
#
|
1700
|
+
# Use the `DataSetReferences` entity within `SourceTemplate` or
|
1701
|
+
# `SourceAnalysis` to list the replacement datasets for the
|
1702
|
+
# placeholders listed in the original. The schema in each dataset must
|
1703
|
+
# match its placeholder.
|
1537
1704
|
# @return [Types::TemplateSourceEntity]
|
1538
1705
|
#
|
1539
1706
|
# @!attribute [rw] tags
|
@@ -1559,6 +1726,7 @@ module Aws::QuickSight
|
|
1559
1726
|
:source_entity,
|
1560
1727
|
:tags,
|
1561
1728
|
:version_description)
|
1729
|
+
SENSITIVE = []
|
1562
1730
|
include Aws::Structure
|
1563
1731
|
end
|
1564
1732
|
|
@@ -1596,6 +1764,225 @@ module Aws::QuickSight
|
|
1596
1764
|
:creation_status,
|
1597
1765
|
:status,
|
1598
1766
|
:request_id)
|
1767
|
+
SENSITIVE = []
|
1768
|
+
include Aws::Structure
|
1769
|
+
end
|
1770
|
+
|
1771
|
+
# @note When making an API call, you may pass CreateThemeAliasRequest
|
1772
|
+
# data as a hash:
|
1773
|
+
#
|
1774
|
+
# {
|
1775
|
+
# aws_account_id: "AwsAccountId", # required
|
1776
|
+
# theme_id: "RestrictiveResourceId", # required
|
1777
|
+
# alias_name: "AliasName", # required
|
1778
|
+
# theme_version_number: 1, # required
|
1779
|
+
# }
|
1780
|
+
#
|
1781
|
+
# @!attribute [rw] aws_account_id
|
1782
|
+
# The ID of the AWS account that contains the theme for the new theme
|
1783
|
+
# alias.
|
1784
|
+
# @return [String]
|
1785
|
+
#
|
1786
|
+
# @!attribute [rw] theme_id
|
1787
|
+
# An ID for the theme alias.
|
1788
|
+
# @return [String]
|
1789
|
+
#
|
1790
|
+
# @!attribute [rw] alias_name
|
1791
|
+
# The name that you want to give to the theme alias that you are
|
1792
|
+
# creating. The alias name can't begin with a `$`. Alias names that
|
1793
|
+
# start with `$` are reserved by Amazon QuickSight.
|
1794
|
+
# @return [String]
|
1795
|
+
#
|
1796
|
+
# @!attribute [rw] theme_version_number
|
1797
|
+
# The version number of the theme.
|
1798
|
+
# @return [Integer]
|
1799
|
+
#
|
1800
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateThemeAliasRequest AWS API Documentation
|
1801
|
+
#
|
1802
|
+
class CreateThemeAliasRequest < Struct.new(
|
1803
|
+
:aws_account_id,
|
1804
|
+
:theme_id,
|
1805
|
+
:alias_name,
|
1806
|
+
:theme_version_number)
|
1807
|
+
SENSITIVE = []
|
1808
|
+
include Aws::Structure
|
1809
|
+
end
|
1810
|
+
|
1811
|
+
# @!attribute [rw] theme_alias
|
1812
|
+
# Information about the theme alias.
|
1813
|
+
# @return [Types::ThemeAlias]
|
1814
|
+
#
|
1815
|
+
# @!attribute [rw] status
|
1816
|
+
# The HTTP status of the request.
|
1817
|
+
# @return [Integer]
|
1818
|
+
#
|
1819
|
+
# @!attribute [rw] request_id
|
1820
|
+
# The AWS request ID for this operation.
|
1821
|
+
# @return [String]
|
1822
|
+
#
|
1823
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateThemeAliasResponse AWS API Documentation
|
1824
|
+
#
|
1825
|
+
class CreateThemeAliasResponse < Struct.new(
|
1826
|
+
:theme_alias,
|
1827
|
+
:status,
|
1828
|
+
:request_id)
|
1829
|
+
SENSITIVE = []
|
1830
|
+
include Aws::Structure
|
1831
|
+
end
|
1832
|
+
|
1833
|
+
# @note When making an API call, you may pass CreateThemeRequest
|
1834
|
+
# data as a hash:
|
1835
|
+
#
|
1836
|
+
# {
|
1837
|
+
# aws_account_id: "AwsAccountId", # required
|
1838
|
+
# theme_id: "RestrictiveResourceId", # required
|
1839
|
+
# name: "ThemeName", # required
|
1840
|
+
# base_theme_id: "RestrictiveResourceId", # required
|
1841
|
+
# version_description: "VersionDescription",
|
1842
|
+
# configuration: { # required
|
1843
|
+
# data_color_palette: {
|
1844
|
+
# colors: ["HexColor"],
|
1845
|
+
# min_max_gradient: ["HexColor"],
|
1846
|
+
# empty_fill_color: "HexColor",
|
1847
|
+
# },
|
1848
|
+
# ui_color_palette: {
|
1849
|
+
# primary_foreground: "HexColor",
|
1850
|
+
# primary_background: "HexColor",
|
1851
|
+
# secondary_foreground: "HexColor",
|
1852
|
+
# secondary_background: "HexColor",
|
1853
|
+
# accent: "HexColor",
|
1854
|
+
# accent_foreground: "HexColor",
|
1855
|
+
# danger: "HexColor",
|
1856
|
+
# danger_foreground: "HexColor",
|
1857
|
+
# warning: "HexColor",
|
1858
|
+
# warning_foreground: "HexColor",
|
1859
|
+
# success: "HexColor",
|
1860
|
+
# success_foreground: "HexColor",
|
1861
|
+
# dimension: "HexColor",
|
1862
|
+
# dimension_foreground: "HexColor",
|
1863
|
+
# measure: "HexColor",
|
1864
|
+
# measure_foreground: "HexColor",
|
1865
|
+
# },
|
1866
|
+
# sheet: {
|
1867
|
+
# tile: {
|
1868
|
+
# border: {
|
1869
|
+
# show: false,
|
1870
|
+
# },
|
1871
|
+
# },
|
1872
|
+
# tile_layout: {
|
1873
|
+
# gutter: {
|
1874
|
+
# show: false,
|
1875
|
+
# },
|
1876
|
+
# margin: {
|
1877
|
+
# show: false,
|
1878
|
+
# },
|
1879
|
+
# },
|
1880
|
+
# },
|
1881
|
+
# },
|
1882
|
+
# permissions: [
|
1883
|
+
# {
|
1884
|
+
# principal: "Principal", # required
|
1885
|
+
# actions: ["String"], # required
|
1886
|
+
# },
|
1887
|
+
# ],
|
1888
|
+
# tags: [
|
1889
|
+
# {
|
1890
|
+
# key: "TagKey", # required
|
1891
|
+
# value: "TagValue", # required
|
1892
|
+
# },
|
1893
|
+
# ],
|
1894
|
+
# }
|
1895
|
+
#
|
1896
|
+
# @!attribute [rw] aws_account_id
|
1897
|
+
# The ID of the AWS account where you want to store the new theme.
|
1898
|
+
# @return [String]
|
1899
|
+
#
|
1900
|
+
# @!attribute [rw] theme_id
|
1901
|
+
# An ID for the theme that you want to create. The theme ID is unique
|
1902
|
+
# per AWS Region in each AWS account.
|
1903
|
+
# @return [String]
|
1904
|
+
#
|
1905
|
+
# @!attribute [rw] name
|
1906
|
+
# A display name for the theme.
|
1907
|
+
# @return [String]
|
1908
|
+
#
|
1909
|
+
# @!attribute [rw] base_theme_id
|
1910
|
+
# The ID of the theme that a custom theme will inherit from. All
|
1911
|
+
# themes inherit from one of the starting themes defined by Amazon
|
1912
|
+
# QuickSight. For a list of the starting themes, use `ListThemes` or
|
1913
|
+
# choose **Themes** from within a QuickSight analysis.
|
1914
|
+
# @return [String]
|
1915
|
+
#
|
1916
|
+
# @!attribute [rw] version_description
|
1917
|
+
# A description of the first version of the theme that you're
|
1918
|
+
# creating. Every time `UpdateTheme` is called, a new version is
|
1919
|
+
# created. Each version of the theme has a description of the version
|
1920
|
+
# in the `VersionDescription` field.
|
1921
|
+
# @return [String]
|
1922
|
+
#
|
1923
|
+
# @!attribute [rw] configuration
|
1924
|
+
# The theme configuration, which contains the theme display
|
1925
|
+
# properties.
|
1926
|
+
# @return [Types::ThemeConfiguration]
|
1927
|
+
#
|
1928
|
+
# @!attribute [rw] permissions
|
1929
|
+
# A valid grouping of resource permissions to apply to the new theme.
|
1930
|
+
# @return [Array<Types::ResourcePermission>]
|
1931
|
+
#
|
1932
|
+
# @!attribute [rw] tags
|
1933
|
+
# A map of the key-value pairs for the resource tag or tags that you
|
1934
|
+
# want to add to the resource.
|
1935
|
+
# @return [Array<Types::Tag>]
|
1936
|
+
#
|
1937
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateThemeRequest AWS API Documentation
|
1938
|
+
#
|
1939
|
+
class CreateThemeRequest < Struct.new(
|
1940
|
+
:aws_account_id,
|
1941
|
+
:theme_id,
|
1942
|
+
:name,
|
1943
|
+
:base_theme_id,
|
1944
|
+
:version_description,
|
1945
|
+
:configuration,
|
1946
|
+
:permissions,
|
1947
|
+
:tags)
|
1948
|
+
SENSITIVE = []
|
1949
|
+
include Aws::Structure
|
1950
|
+
end
|
1951
|
+
|
1952
|
+
# @!attribute [rw] arn
|
1953
|
+
# The Amazon Resource Name (ARN) for the theme.
|
1954
|
+
# @return [String]
|
1955
|
+
#
|
1956
|
+
# @!attribute [rw] version_arn
|
1957
|
+
# The Amazon Resource Name (ARN) for the new theme.
|
1958
|
+
# @return [String]
|
1959
|
+
#
|
1960
|
+
# @!attribute [rw] theme_id
|
1961
|
+
# The ID of the theme.
|
1962
|
+
# @return [String]
|
1963
|
+
#
|
1964
|
+
# @!attribute [rw] creation_status
|
1965
|
+
# The theme creation status.
|
1966
|
+
# @return [String]
|
1967
|
+
#
|
1968
|
+
# @!attribute [rw] status
|
1969
|
+
# The HTTP status of the request.
|
1970
|
+
# @return [Integer]
|
1971
|
+
#
|
1972
|
+
# @!attribute [rw] request_id
|
1973
|
+
# The AWS request ID for this operation.
|
1974
|
+
# @return [String]
|
1975
|
+
#
|
1976
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CreateThemeResponse AWS API Documentation
|
1977
|
+
#
|
1978
|
+
class CreateThemeResponse < Struct.new(
|
1979
|
+
:arn,
|
1980
|
+
:version_arn,
|
1981
|
+
:theme_id,
|
1982
|
+
:creation_status,
|
1983
|
+
:status,
|
1984
|
+
:request_id)
|
1985
|
+
SENSITIVE = []
|
1599
1986
|
include Aws::Structure
|
1600
1987
|
end
|
1601
1988
|
|
@@ -1608,6 +1995,94 @@ module Aws::QuickSight
|
|
1608
1995
|
# {
|
1609
1996
|
# username: "Username", # required
|
1610
1997
|
# password: "Password", # required
|
1998
|
+
# alternate_data_source_parameters: [
|
1999
|
+
# {
|
2000
|
+
# amazon_elasticsearch_parameters: {
|
2001
|
+
# domain: "Domain", # required
|
2002
|
+
# },
|
2003
|
+
# athena_parameters: {
|
2004
|
+
# work_group: "WorkGroup",
|
2005
|
+
# },
|
2006
|
+
# aurora_parameters: {
|
2007
|
+
# host: "Host", # required
|
2008
|
+
# port: 1, # required
|
2009
|
+
# database: "Database", # required
|
2010
|
+
# },
|
2011
|
+
# aurora_postgre_sql_parameters: {
|
2012
|
+
# host: "Host", # required
|
2013
|
+
# port: 1, # required
|
2014
|
+
# database: "Database", # required
|
2015
|
+
# },
|
2016
|
+
# aws_iot_analytics_parameters: {
|
2017
|
+
# data_set_name: "DataSetName", # required
|
2018
|
+
# },
|
2019
|
+
# jira_parameters: {
|
2020
|
+
# site_base_url: "SiteBaseUrl", # required
|
2021
|
+
# },
|
2022
|
+
# maria_db_parameters: {
|
2023
|
+
# host: "Host", # required
|
2024
|
+
# port: 1, # required
|
2025
|
+
# database: "Database", # required
|
2026
|
+
# },
|
2027
|
+
# my_sql_parameters: {
|
2028
|
+
# host: "Host", # required
|
2029
|
+
# port: 1, # required
|
2030
|
+
# database: "Database", # required
|
2031
|
+
# },
|
2032
|
+
# postgre_sql_parameters: {
|
2033
|
+
# host: "Host", # required
|
2034
|
+
# port: 1, # required
|
2035
|
+
# database: "Database", # required
|
2036
|
+
# },
|
2037
|
+
# presto_parameters: {
|
2038
|
+
# host: "Host", # required
|
2039
|
+
# port: 1, # required
|
2040
|
+
# catalog: "Catalog", # required
|
2041
|
+
# },
|
2042
|
+
# rds_parameters: {
|
2043
|
+
# instance_id: "InstanceId", # required
|
2044
|
+
# database: "Database", # required
|
2045
|
+
# },
|
2046
|
+
# redshift_parameters: {
|
2047
|
+
# host: "Host",
|
2048
|
+
# port: 1,
|
2049
|
+
# database: "Database", # required
|
2050
|
+
# cluster_id: "ClusterId",
|
2051
|
+
# },
|
2052
|
+
# s3_parameters: {
|
2053
|
+
# manifest_file_location: { # required
|
2054
|
+
# bucket: "S3Bucket", # required
|
2055
|
+
# key: "S3Key", # required
|
2056
|
+
# },
|
2057
|
+
# },
|
2058
|
+
# service_now_parameters: {
|
2059
|
+
# site_base_url: "SiteBaseUrl", # required
|
2060
|
+
# },
|
2061
|
+
# snowflake_parameters: {
|
2062
|
+
# host: "Host", # required
|
2063
|
+
# database: "Database", # required
|
2064
|
+
# warehouse: "Warehouse", # required
|
2065
|
+
# },
|
2066
|
+
# spark_parameters: {
|
2067
|
+
# host: "Host", # required
|
2068
|
+
# port: 1, # required
|
2069
|
+
# },
|
2070
|
+
# sql_server_parameters: {
|
2071
|
+
# host: "Host", # required
|
2072
|
+
# port: 1, # required
|
2073
|
+
# database: "Database", # required
|
2074
|
+
# },
|
2075
|
+
# teradata_parameters: {
|
2076
|
+
# host: "Host", # required
|
2077
|
+
# port: 1, # required
|
2078
|
+
# database: "Database", # required
|
2079
|
+
# },
|
2080
|
+
# twitter_parameters: {
|
2081
|
+
# query: "Query", # required
|
2082
|
+
# max_rows: 1, # required
|
2083
|
+
# },
|
2084
|
+
# },
|
2085
|
+
# ],
|
1611
2086
|
# }
|
1612
2087
|
#
|
1613
2088
|
# @!attribute [rw] username
|
@@ -1618,11 +2093,26 @@ module Aws::QuickSight
|
|
1618
2093
|
# Password.
|
1619
2094
|
# @return [String]
|
1620
2095
|
#
|
2096
|
+
# @!attribute [rw] alternate_data_source_parameters
|
2097
|
+
# A set of alternate data source parameters that you want to share for
|
2098
|
+
# these credentials. The credentials are applied in tandem with the
|
2099
|
+
# data source parameters when you copy a data source by using a create
|
2100
|
+
# or update request. The API compares the `DataSourceParameters`
|
2101
|
+
# structure that's in the request with the structures in the
|
2102
|
+
# `AlternateDataSourceParameters` allowlist. If the structures are an
|
2103
|
+
# exact match, the request is allowed to use the new data source with
|
2104
|
+
# the existing credentials. If the `AlternateDataSourceParameters`
|
2105
|
+
# list is null, the `DataSourceParameters` originally used with these
|
2106
|
+
# `Credentials` is automatically allowed.
|
2107
|
+
# @return [Array<Types::DataSourceParameters>]
|
2108
|
+
#
|
1621
2109
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CredentialPair AWS API Documentation
|
1622
2110
|
#
|
1623
2111
|
class CredentialPair < Struct.new(
|
1624
2112
|
:username,
|
1625
|
-
:password
|
2113
|
+
:password,
|
2114
|
+
:alternate_data_source_parameters)
|
2115
|
+
SENSITIVE = []
|
1626
2116
|
include Aws::Structure
|
1627
2117
|
end
|
1628
2118
|
|
@@ -1666,6 +2156,7 @@ module Aws::QuickSight
|
|
1666
2156
|
:name,
|
1667
2157
|
:sql_query,
|
1668
2158
|
:columns)
|
2159
|
+
SENSITIVE = []
|
1669
2160
|
include Aws::Structure
|
1670
2161
|
end
|
1671
2162
|
|
@@ -1709,6 +2200,7 @@ module Aws::QuickSight
|
|
1709
2200
|
:created_time,
|
1710
2201
|
:last_published_time,
|
1711
2202
|
:last_updated_time)
|
2203
|
+
SENSITIVE = []
|
1712
2204
|
include Aws::Structure
|
1713
2205
|
end
|
1714
2206
|
|
@@ -1727,6 +2219,7 @@ module Aws::QuickSight
|
|
1727
2219
|
class DashboardError < Struct.new(
|
1728
2220
|
:type,
|
1729
2221
|
:message)
|
2222
|
+
SENSITIVE = []
|
1730
2223
|
include Aws::Structure
|
1731
2224
|
end
|
1732
2225
|
|
@@ -1765,6 +2258,7 @@ module Aws::QuickSight
|
|
1765
2258
|
:ad_hoc_filtering_option,
|
1766
2259
|
:export_to_csv_option,
|
1767
2260
|
:sheet_controls_option)
|
2261
|
+
SENSITIVE = []
|
1768
2262
|
include Aws::Structure
|
1769
2263
|
end
|
1770
2264
|
|
@@ -1780,18 +2274,18 @@ module Aws::QuickSight
|
|
1780
2274
|
# }
|
1781
2275
|
#
|
1782
2276
|
# @!attribute [rw] operator
|
1783
|
-
# The comparison operator that you want to use as a filter
|
2277
|
+
# The comparison operator that you want to use as a filter, for
|
1784
2278
|
# example, `"Operator": "StringEquals"`.
|
1785
2279
|
# @return [String]
|
1786
2280
|
#
|
1787
2281
|
# @!attribute [rw] name
|
1788
|
-
# The name of the value that you want to use as a filter
|
2282
|
+
# The name of the value that you want to use as a filter, for example,
|
1789
2283
|
# `"Name": "QUICKSIGHT_USER"`.
|
1790
2284
|
# @return [String]
|
1791
2285
|
#
|
1792
2286
|
# @!attribute [rw] value
|
1793
2287
|
# The value of the named item, in this case `QUICKSIGHT_USER`, that
|
1794
|
-
# you want to use as a filter
|
2288
|
+
# you want to use as a filter, for example, `"Value":
|
1795
2289
|
# "arn:aws:quicksight:us-east-1:1:user/default/UserName1"`.
|
1796
2290
|
# @return [String]
|
1797
2291
|
#
|
@@ -1801,6 +2295,7 @@ module Aws::QuickSight
|
|
1801
2295
|
:operator,
|
1802
2296
|
:name,
|
1803
2297
|
:value)
|
2298
|
+
SENSITIVE = []
|
1804
2299
|
include Aws::Structure
|
1805
2300
|
end
|
1806
2301
|
|
@@ -1829,6 +2324,7 @@ module Aws::QuickSight
|
|
1829
2324
|
#
|
1830
2325
|
class DashboardSourceEntity < Struct.new(
|
1831
2326
|
:source_template)
|
2327
|
+
SENSITIVE = []
|
1832
2328
|
include Aws::Structure
|
1833
2329
|
end
|
1834
2330
|
|
@@ -1860,6 +2356,7 @@ module Aws::QuickSight
|
|
1860
2356
|
class DashboardSourceTemplate < Struct.new(
|
1861
2357
|
:data_set_references,
|
1862
2358
|
:arn)
|
2359
|
+
SENSITIVE = []
|
1863
2360
|
include Aws::Structure
|
1864
2361
|
end
|
1865
2362
|
|
@@ -1903,6 +2400,7 @@ module Aws::QuickSight
|
|
1903
2400
|
:last_updated_time,
|
1904
2401
|
:published_version_number,
|
1905
2402
|
:last_published_time)
|
2403
|
+
SENSITIVE = []
|
1906
2404
|
include Aws::Structure
|
1907
2405
|
end
|
1908
2406
|
|
@@ -1952,6 +2450,7 @@ module Aws::QuickSight
|
|
1952
2450
|
:source_entity_arn,
|
1953
2451
|
:data_set_arns,
|
1954
2452
|
:description)
|
2453
|
+
SENSITIVE = []
|
1955
2454
|
include Aws::Structure
|
1956
2455
|
end
|
1957
2456
|
|
@@ -1990,6 +2489,44 @@ module Aws::QuickSight
|
|
1990
2489
|
:status,
|
1991
2490
|
:source_entity_arn,
|
1992
2491
|
:description)
|
2492
|
+
SENSITIVE = []
|
2493
|
+
include Aws::Structure
|
2494
|
+
end
|
2495
|
+
|
2496
|
+
# The theme colors that are used for data colors in charts. The colors
|
2497
|
+
# description is a hexidecimal color code that consists of six
|
2498
|
+
# alphanumerical characters, prefixed with `#`, for example #37BFF5.
|
2499
|
+
#
|
2500
|
+
# @note When making an API call, you may pass DataColorPalette
|
2501
|
+
# data as a hash:
|
2502
|
+
#
|
2503
|
+
# {
|
2504
|
+
# colors: ["HexColor"],
|
2505
|
+
# min_max_gradient: ["HexColor"],
|
2506
|
+
# empty_fill_color: "HexColor",
|
2507
|
+
# }
|
2508
|
+
#
|
2509
|
+
# @!attribute [rw] colors
|
2510
|
+
# The hexadecimal codes for the colors.
|
2511
|
+
# @return [Array<String>]
|
2512
|
+
#
|
2513
|
+
# @!attribute [rw] min_max_gradient
|
2514
|
+
# The minimum and maximum hexadecimal codes that describe a color
|
2515
|
+
# gradient.
|
2516
|
+
# @return [Array<String>]
|
2517
|
+
#
|
2518
|
+
# @!attribute [rw] empty_fill_color
|
2519
|
+
# The hexadecimal code of a color that applies to charts where a lack
|
2520
|
+
# of data is highlighted.
|
2521
|
+
# @return [String]
|
2522
|
+
#
|
2523
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DataColorPalette AWS API Documentation
|
2524
|
+
#
|
2525
|
+
class DataColorPalette < Struct.new(
|
2526
|
+
:colors,
|
2527
|
+
:min_max_gradient,
|
2528
|
+
:empty_fill_color)
|
2529
|
+
SENSITIVE = []
|
1993
2530
|
include Aws::Structure
|
1994
2531
|
end
|
1995
2532
|
|
@@ -2063,6 +2600,7 @@ module Aws::QuickSight
|
|
2063
2600
|
:consumed_spice_capacity_in_bytes,
|
2064
2601
|
:column_groups,
|
2065
2602
|
:row_level_permission_data_set)
|
2603
|
+
SENSITIVE = []
|
2066
2604
|
include Aws::Structure
|
2067
2605
|
end
|
2068
2606
|
|
@@ -2086,6 +2624,7 @@ module Aws::QuickSight
|
|
2086
2624
|
:placeholder,
|
2087
2625
|
:data_set_schema,
|
2088
2626
|
:column_group_schema_list)
|
2627
|
+
SENSITIVE = []
|
2089
2628
|
include Aws::Structure
|
2090
2629
|
end
|
2091
2630
|
|
@@ -2112,6 +2651,7 @@ module Aws::QuickSight
|
|
2112
2651
|
class DataSetReference < Struct.new(
|
2113
2652
|
:data_set_placeholder,
|
2114
2653
|
:data_set_arn)
|
2654
|
+
SENSITIVE = []
|
2115
2655
|
include Aws::Structure
|
2116
2656
|
end
|
2117
2657
|
|
@@ -2125,6 +2665,7 @@ module Aws::QuickSight
|
|
2125
2665
|
#
|
2126
2666
|
class DataSetSchema < Struct.new(
|
2127
2667
|
:column_schema_list)
|
2668
|
+
SENSITIVE = []
|
2128
2669
|
include Aws::Structure
|
2129
2670
|
end
|
2130
2671
|
|
@@ -2168,6 +2709,7 @@ module Aws::QuickSight
|
|
2168
2709
|
:last_updated_time,
|
2169
2710
|
:import_mode,
|
2170
2711
|
:row_level_permission_data_set)
|
2712
|
+
SENSITIVE = []
|
2171
2713
|
include Aws::Structure
|
2172
2714
|
end
|
2173
2715
|
|
@@ -2209,6 +2751,20 @@ module Aws::QuickSight
|
|
2209
2751
|
# structure to be valid, only one of the attributes can be non-null.
|
2210
2752
|
# @return [Types::DataSourceParameters]
|
2211
2753
|
#
|
2754
|
+
# @!attribute [rw] alternate_data_source_parameters
|
2755
|
+
# A set of alternate data source parameters that you want to share for
|
2756
|
+
# the credentials stored with this data source. The credentials are
|
2757
|
+
# applied in tandem with the data source parameters when you copy a
|
2758
|
+
# data source by using a create or update request. The API compares
|
2759
|
+
# the `DataSourceParameters` structure that's in the request with the
|
2760
|
+
# structures in the `AlternateDataSourceParameters` allowlist. If the
|
2761
|
+
# structures are an exact match, the request is allowed to use the
|
2762
|
+
# credentials from this existing data source. If the
|
2763
|
+
# `AlternateDataSourceParameters` list is null, the `Credentials`
|
2764
|
+
# originally used with this `DataSourceParameters` are automatically
|
2765
|
+
# allowed.
|
2766
|
+
# @return [Array<Types::DataSourceParameters>]
|
2767
|
+
#
|
2212
2768
|
# @!attribute [rw] vpc_connection_properties
|
2213
2769
|
# The VPC connection information. You need to use this parameter only
|
2214
2770
|
# when you want QuickSight to use a VPC connection when connecting to
|
@@ -2236,13 +2792,16 @@ module Aws::QuickSight
|
|
2236
2792
|
:created_time,
|
2237
2793
|
:last_updated_time,
|
2238
2794
|
:data_source_parameters,
|
2795
|
+
:alternate_data_source_parameters,
|
2239
2796
|
:vpc_connection_properties,
|
2240
2797
|
:ssl_properties,
|
2241
2798
|
:error_info)
|
2799
|
+
SENSITIVE = []
|
2242
2800
|
include Aws::Structure
|
2243
2801
|
end
|
2244
2802
|
|
2245
|
-
# Data source credentials.
|
2803
|
+
# Data source credentials. This is a variant type structure. For this
|
2804
|
+
# structure to be valid, only one of the attributes can be non-null.
|
2246
2805
|
#
|
2247
2806
|
# @note When making an API call, you may pass DataSourceCredentials
|
2248
2807
|
# data as a hash:
|
@@ -2251,17 +2810,115 @@ module Aws::QuickSight
|
|
2251
2810
|
# credential_pair: {
|
2252
2811
|
# username: "Username", # required
|
2253
2812
|
# password: "Password", # required
|
2813
|
+
# alternate_data_source_parameters: [
|
2814
|
+
# {
|
2815
|
+
# amazon_elasticsearch_parameters: {
|
2816
|
+
# domain: "Domain", # required
|
2817
|
+
# },
|
2818
|
+
# athena_parameters: {
|
2819
|
+
# work_group: "WorkGroup",
|
2820
|
+
# },
|
2821
|
+
# aurora_parameters: {
|
2822
|
+
# host: "Host", # required
|
2823
|
+
# port: 1, # required
|
2824
|
+
# database: "Database", # required
|
2825
|
+
# },
|
2826
|
+
# aurora_postgre_sql_parameters: {
|
2827
|
+
# host: "Host", # required
|
2828
|
+
# port: 1, # required
|
2829
|
+
# database: "Database", # required
|
2830
|
+
# },
|
2831
|
+
# aws_iot_analytics_parameters: {
|
2832
|
+
# data_set_name: "DataSetName", # required
|
2833
|
+
# },
|
2834
|
+
# jira_parameters: {
|
2835
|
+
# site_base_url: "SiteBaseUrl", # required
|
2836
|
+
# },
|
2837
|
+
# maria_db_parameters: {
|
2838
|
+
# host: "Host", # required
|
2839
|
+
# port: 1, # required
|
2840
|
+
# database: "Database", # required
|
2841
|
+
# },
|
2842
|
+
# my_sql_parameters: {
|
2843
|
+
# host: "Host", # required
|
2844
|
+
# port: 1, # required
|
2845
|
+
# database: "Database", # required
|
2846
|
+
# },
|
2847
|
+
# postgre_sql_parameters: {
|
2848
|
+
# host: "Host", # required
|
2849
|
+
# port: 1, # required
|
2850
|
+
# database: "Database", # required
|
2851
|
+
# },
|
2852
|
+
# presto_parameters: {
|
2853
|
+
# host: "Host", # required
|
2854
|
+
# port: 1, # required
|
2855
|
+
# catalog: "Catalog", # required
|
2856
|
+
# },
|
2857
|
+
# rds_parameters: {
|
2858
|
+
# instance_id: "InstanceId", # required
|
2859
|
+
# database: "Database", # required
|
2860
|
+
# },
|
2861
|
+
# redshift_parameters: {
|
2862
|
+
# host: "Host",
|
2863
|
+
# port: 1,
|
2864
|
+
# database: "Database", # required
|
2865
|
+
# cluster_id: "ClusterId",
|
2866
|
+
# },
|
2867
|
+
# s3_parameters: {
|
2868
|
+
# manifest_file_location: { # required
|
2869
|
+
# bucket: "S3Bucket", # required
|
2870
|
+
# key: "S3Key", # required
|
2871
|
+
# },
|
2872
|
+
# },
|
2873
|
+
# service_now_parameters: {
|
2874
|
+
# site_base_url: "SiteBaseUrl", # required
|
2875
|
+
# },
|
2876
|
+
# snowflake_parameters: {
|
2877
|
+
# host: "Host", # required
|
2878
|
+
# database: "Database", # required
|
2879
|
+
# warehouse: "Warehouse", # required
|
2880
|
+
# },
|
2881
|
+
# spark_parameters: {
|
2882
|
+
# host: "Host", # required
|
2883
|
+
# port: 1, # required
|
2884
|
+
# },
|
2885
|
+
# sql_server_parameters: {
|
2886
|
+
# host: "Host", # required
|
2887
|
+
# port: 1, # required
|
2888
|
+
# database: "Database", # required
|
2889
|
+
# },
|
2890
|
+
# teradata_parameters: {
|
2891
|
+
# host: "Host", # required
|
2892
|
+
# port: 1, # required
|
2893
|
+
# database: "Database", # required
|
2894
|
+
# },
|
2895
|
+
# twitter_parameters: {
|
2896
|
+
# query: "Query", # required
|
2897
|
+
# max_rows: 1, # required
|
2898
|
+
# },
|
2899
|
+
# },
|
2900
|
+
# ],
|
2254
2901
|
# },
|
2902
|
+
# copy_source_arn: "CopySourceArn",
|
2255
2903
|
# }
|
2256
2904
|
#
|
2257
2905
|
# @!attribute [rw] credential_pair
|
2258
|
-
# Credential pair.
|
2906
|
+
# Credential pair. For more information, see CredentialPair.
|
2259
2907
|
# @return [Types::CredentialPair]
|
2260
2908
|
#
|
2909
|
+
# @!attribute [rw] copy_source_arn
|
2910
|
+
# The Amazon Resource Name (ARN) of a data source that has the
|
2911
|
+
# credential pair that you want to use. When `CopySourceArn` is not
|
2912
|
+
# null, the credential pair from the data source in the ARN is used as
|
2913
|
+
# the credentials for the `DataSourceCredentials` structure.
|
2914
|
+
# @return [String]
|
2915
|
+
#
|
2261
2916
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DataSourceCredentials AWS API Documentation
|
2262
2917
|
#
|
2263
2918
|
class DataSourceCredentials < Struct.new(
|
2264
|
-
:credential_pair
|
2919
|
+
:credential_pair,
|
2920
|
+
:copy_source_arn)
|
2921
|
+
SENSITIVE = []
|
2265
2922
|
include Aws::Structure
|
2266
2923
|
end
|
2267
2924
|
|
@@ -2280,6 +2937,7 @@ module Aws::QuickSight
|
|
2280
2937
|
class DataSourceErrorInfo < Struct.new(
|
2281
2938
|
:type,
|
2282
2939
|
:message)
|
2940
|
+
SENSITIVE = []
|
2283
2941
|
include Aws::Structure
|
2284
2942
|
end
|
2285
2943
|
|
@@ -2475,6 +3133,7 @@ module Aws::QuickSight
|
|
2475
3133
|
:sql_server_parameters,
|
2476
3134
|
:teradata_parameters,
|
2477
3135
|
:twitter_parameters)
|
3136
|
+
SENSITIVE = []
|
2478
3137
|
include Aws::Structure
|
2479
3138
|
end
|
2480
3139
|
|
@@ -2501,6 +3160,7 @@ module Aws::QuickSight
|
|
2501
3160
|
class DateTimeParameter < Struct.new(
|
2502
3161
|
:name,
|
2503
3162
|
:values)
|
3163
|
+
SENSITIVE = []
|
2504
3164
|
include Aws::Structure
|
2505
3165
|
end
|
2506
3166
|
|
@@ -2527,6 +3187,7 @@ module Aws::QuickSight
|
|
2527
3187
|
class DecimalParameter < Struct.new(
|
2528
3188
|
:name,
|
2529
3189
|
:values)
|
3190
|
+
SENSITIVE = []
|
2530
3191
|
include Aws::Structure
|
2531
3192
|
end
|
2532
3193
|
|
@@ -2559,6 +3220,7 @@ module Aws::QuickSight
|
|
2559
3220
|
:aws_account_id,
|
2560
3221
|
:dashboard_id,
|
2561
3222
|
:version_number)
|
3223
|
+
SENSITIVE = []
|
2562
3224
|
include Aws::Structure
|
2563
3225
|
end
|
2564
3226
|
|
@@ -2586,6 +3248,7 @@ module Aws::QuickSight
|
|
2586
3248
|
:arn,
|
2587
3249
|
:dashboard_id,
|
2588
3250
|
:request_id)
|
3251
|
+
SENSITIVE = []
|
2589
3252
|
include Aws::Structure
|
2590
3253
|
end
|
2591
3254
|
|
@@ -2611,6 +3274,7 @@ module Aws::QuickSight
|
|
2611
3274
|
class DeleteDataSetRequest < Struct.new(
|
2612
3275
|
:aws_account_id,
|
2613
3276
|
:data_set_id)
|
3277
|
+
SENSITIVE = []
|
2614
3278
|
include Aws::Structure
|
2615
3279
|
end
|
2616
3280
|
|
@@ -2638,6 +3302,7 @@ module Aws::QuickSight
|
|
2638
3302
|
:data_set_id,
|
2639
3303
|
:request_id,
|
2640
3304
|
:status)
|
3305
|
+
SENSITIVE = []
|
2641
3306
|
include Aws::Structure
|
2642
3307
|
end
|
2643
3308
|
|
@@ -2663,6 +3328,7 @@ module Aws::QuickSight
|
|
2663
3328
|
class DeleteDataSourceRequest < Struct.new(
|
2664
3329
|
:aws_account_id,
|
2665
3330
|
:data_source_id)
|
3331
|
+
SENSITIVE = []
|
2666
3332
|
include Aws::Structure
|
2667
3333
|
end
|
2668
3334
|
|
@@ -2690,6 +3356,7 @@ module Aws::QuickSight
|
|
2690
3356
|
:data_source_id,
|
2691
3357
|
:request_id,
|
2692
3358
|
:status)
|
3359
|
+
SENSITIVE = []
|
2693
3360
|
include Aws::Structure
|
2694
3361
|
end
|
2695
3362
|
|
@@ -2729,6 +3396,7 @@ module Aws::QuickSight
|
|
2729
3396
|
:group_name,
|
2730
3397
|
:aws_account_id,
|
2731
3398
|
:namespace)
|
3399
|
+
SENSITIVE = []
|
2732
3400
|
include Aws::Structure
|
2733
3401
|
end
|
2734
3402
|
|
@@ -2745,6 +3413,7 @@ module Aws::QuickSight
|
|
2745
3413
|
class DeleteGroupMembershipResponse < Struct.new(
|
2746
3414
|
:request_id,
|
2747
3415
|
:status)
|
3416
|
+
SENSITIVE = []
|
2748
3417
|
include Aws::Structure
|
2749
3418
|
end
|
2750
3419
|
|
@@ -2777,6 +3446,7 @@ module Aws::QuickSight
|
|
2777
3446
|
:group_name,
|
2778
3447
|
:aws_account_id,
|
2779
3448
|
:namespace)
|
3449
|
+
SENSITIVE = []
|
2780
3450
|
include Aws::Structure
|
2781
3451
|
end
|
2782
3452
|
|
@@ -2793,6 +3463,7 @@ module Aws::QuickSight
|
|
2793
3463
|
class DeleteGroupResponse < Struct.new(
|
2794
3464
|
:request_id,
|
2795
3465
|
:status)
|
3466
|
+
SENSITIVE = []
|
2796
3467
|
include Aws::Structure
|
2797
3468
|
end
|
2798
3469
|
|
@@ -2824,6 +3495,7 @@ module Aws::QuickSight
|
|
2824
3495
|
:aws_account_id,
|
2825
3496
|
:assignment_name,
|
2826
3497
|
:namespace)
|
3498
|
+
SENSITIVE = []
|
2827
3499
|
include Aws::Structure
|
2828
3500
|
end
|
2829
3501
|
|
@@ -2845,6 +3517,7 @@ module Aws::QuickSight
|
|
2845
3517
|
:assignment_name,
|
2846
3518
|
:request_id,
|
2847
3519
|
:status)
|
3520
|
+
SENSITIVE = []
|
2848
3521
|
include Aws::Structure
|
2849
3522
|
end
|
2850
3523
|
|
@@ -2866,10 +3539,10 @@ module Aws::QuickSight
|
|
2866
3539
|
# @return [String]
|
2867
3540
|
#
|
2868
3541
|
# @!attribute [rw] alias_name
|
2869
|
-
# The name for the template alias.
|
3542
|
+
# The name for the template alias. To delete a specific alias, you
|
2870
3543
|
# delete the version that the alias points to. You can specify the
|
2871
|
-
# latest version of the template by
|
2872
|
-
# the `AliasName` parameter.
|
3544
|
+
# alias name, or specify the latest version of the template by
|
3545
|
+
# providing the keyword `$LATEST` in the `AliasName` parameter.
|
2873
3546
|
# @return [String]
|
2874
3547
|
#
|
2875
3548
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteTemplateAliasRequest AWS API Documentation
|
@@ -2878,6 +3551,7 @@ module Aws::QuickSight
|
|
2878
3551
|
:aws_account_id,
|
2879
3552
|
:template_id,
|
2880
3553
|
:alias_name)
|
3554
|
+
SENSITIVE = []
|
2881
3555
|
include Aws::Structure
|
2882
3556
|
end
|
2883
3557
|
|
@@ -2894,7 +3568,7 @@ module Aws::QuickSight
|
|
2894
3568
|
# @return [String]
|
2895
3569
|
#
|
2896
3570
|
# @!attribute [rw] arn
|
2897
|
-
# The Amazon Resource Name (ARN) of the
|
3571
|
+
# The Amazon Resource Name (ARN) of the template you want to delete.
|
2898
3572
|
# @return [String]
|
2899
3573
|
#
|
2900
3574
|
# @!attribute [rw] request_id
|
@@ -2909,6 +3583,7 @@ module Aws::QuickSight
|
|
2909
3583
|
:alias_name,
|
2910
3584
|
:arn,
|
2911
3585
|
:request_id)
|
3586
|
+
SENSITIVE = []
|
2912
3587
|
include Aws::Structure
|
2913
3588
|
end
|
2914
3589
|
|
@@ -2942,6 +3617,7 @@ module Aws::QuickSight
|
|
2942
3617
|
:aws_account_id,
|
2943
3618
|
:template_id,
|
2944
3619
|
:version_number)
|
3620
|
+
SENSITIVE = []
|
2945
3621
|
include Aws::Structure
|
2946
3622
|
end
|
2947
3623
|
|
@@ -2968,38 +3644,166 @@ module Aws::QuickSight
|
|
2968
3644
|
:arn,
|
2969
3645
|
:template_id,
|
2970
3646
|
:status)
|
3647
|
+
SENSITIVE = []
|
2971
3648
|
include Aws::Structure
|
2972
3649
|
end
|
2973
3650
|
|
2974
|
-
# @note When making an API call, you may pass
|
3651
|
+
# @note When making an API call, you may pass DeleteThemeAliasRequest
|
2975
3652
|
# data as a hash:
|
2976
3653
|
#
|
2977
3654
|
# {
|
2978
|
-
# principal_id: "String", # required
|
2979
3655
|
# aws_account_id: "AwsAccountId", # required
|
2980
|
-
#
|
3656
|
+
# theme_id: "RestrictiveResourceId", # required
|
3657
|
+
# alias_name: "AliasName", # required
|
2981
3658
|
# }
|
2982
3659
|
#
|
2983
|
-
# @!attribute [rw]
|
2984
|
-
# The
|
3660
|
+
# @!attribute [rw] aws_account_id
|
3661
|
+
# The ID of the AWS account that contains the theme alias to delete.
|
2985
3662
|
# @return [String]
|
2986
3663
|
#
|
2987
|
-
# @!attribute [rw]
|
2988
|
-
# The ID for the
|
2989
|
-
# the ID for the AWS account that contains your Amazon QuickSight
|
2990
|
-
# account.
|
3664
|
+
# @!attribute [rw] theme_id
|
3665
|
+
# The ID for the theme that the specified alias is for.
|
2991
3666
|
# @return [String]
|
2992
3667
|
#
|
2993
|
-
# @!attribute [rw]
|
2994
|
-
# The
|
3668
|
+
# @!attribute [rw] alias_name
|
3669
|
+
# The unique name for the theme alias to delete.
|
2995
3670
|
# @return [String]
|
2996
3671
|
#
|
2997
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/
|
3672
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteThemeAliasRequest AWS API Documentation
|
2998
3673
|
#
|
2999
|
-
class
|
3000
|
-
:principal_id,
|
3674
|
+
class DeleteThemeAliasRequest < Struct.new(
|
3001
3675
|
:aws_account_id,
|
3002
|
-
:
|
3676
|
+
:theme_id,
|
3677
|
+
:alias_name)
|
3678
|
+
SENSITIVE = []
|
3679
|
+
include Aws::Structure
|
3680
|
+
end
|
3681
|
+
|
3682
|
+
# @!attribute [rw] alias_name
|
3683
|
+
# The name for the theme alias.
|
3684
|
+
# @return [String]
|
3685
|
+
#
|
3686
|
+
# @!attribute [rw] arn
|
3687
|
+
# The Amazon Resource Name (ARN) of the theme resource using the
|
3688
|
+
# deleted alias.
|
3689
|
+
# @return [String]
|
3690
|
+
#
|
3691
|
+
# @!attribute [rw] request_id
|
3692
|
+
# The AWS request ID for this operation.
|
3693
|
+
# @return [String]
|
3694
|
+
#
|
3695
|
+
# @!attribute [rw] status
|
3696
|
+
# The HTTP status of the request.
|
3697
|
+
# @return [Integer]
|
3698
|
+
#
|
3699
|
+
# @!attribute [rw] theme_id
|
3700
|
+
# An ID for the theme associated with the deletion.
|
3701
|
+
# @return [String]
|
3702
|
+
#
|
3703
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteThemeAliasResponse AWS API Documentation
|
3704
|
+
#
|
3705
|
+
class DeleteThemeAliasResponse < Struct.new(
|
3706
|
+
:alias_name,
|
3707
|
+
:arn,
|
3708
|
+
:request_id,
|
3709
|
+
:status,
|
3710
|
+
:theme_id)
|
3711
|
+
SENSITIVE = []
|
3712
|
+
include Aws::Structure
|
3713
|
+
end
|
3714
|
+
|
3715
|
+
# @note When making an API call, you may pass DeleteThemeRequest
|
3716
|
+
# data as a hash:
|
3717
|
+
#
|
3718
|
+
# {
|
3719
|
+
# aws_account_id: "AwsAccountId", # required
|
3720
|
+
# theme_id: "RestrictiveResourceId", # required
|
3721
|
+
# version_number: 1,
|
3722
|
+
# }
|
3723
|
+
#
|
3724
|
+
# @!attribute [rw] aws_account_id
|
3725
|
+
# The ID of the AWS account that contains the theme that you're
|
3726
|
+
# deleting.
|
3727
|
+
# @return [String]
|
3728
|
+
#
|
3729
|
+
# @!attribute [rw] theme_id
|
3730
|
+
# An ID for the theme that you want to delete.
|
3731
|
+
# @return [String]
|
3732
|
+
#
|
3733
|
+
# @!attribute [rw] version_number
|
3734
|
+
# The version of the theme that you want to delete.
|
3735
|
+
#
|
3736
|
+
# **Note:** If you don't provide a version number, you're using this
|
3737
|
+
# call to `DeleteTheme` to delete all versions of the theme.
|
3738
|
+
# @return [Integer]
|
3739
|
+
#
|
3740
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteThemeRequest AWS API Documentation
|
3741
|
+
#
|
3742
|
+
class DeleteThemeRequest < Struct.new(
|
3743
|
+
:aws_account_id,
|
3744
|
+
:theme_id,
|
3745
|
+
:version_number)
|
3746
|
+
SENSITIVE = []
|
3747
|
+
include Aws::Structure
|
3748
|
+
end
|
3749
|
+
|
3750
|
+
# @!attribute [rw] arn
|
3751
|
+
# The Amazon Resource Name (ARN) of the resource.
|
3752
|
+
# @return [String]
|
3753
|
+
#
|
3754
|
+
# @!attribute [rw] request_id
|
3755
|
+
# The AWS request ID for this operation.
|
3756
|
+
# @return [String]
|
3757
|
+
#
|
3758
|
+
# @!attribute [rw] status
|
3759
|
+
# The HTTP status of the request.
|
3760
|
+
# @return [Integer]
|
3761
|
+
#
|
3762
|
+
# @!attribute [rw] theme_id
|
3763
|
+
# An ID for the theme.
|
3764
|
+
# @return [String]
|
3765
|
+
#
|
3766
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteThemeResponse AWS API Documentation
|
3767
|
+
#
|
3768
|
+
class DeleteThemeResponse < Struct.new(
|
3769
|
+
:arn,
|
3770
|
+
:request_id,
|
3771
|
+
:status,
|
3772
|
+
:theme_id)
|
3773
|
+
SENSITIVE = []
|
3774
|
+
include Aws::Structure
|
3775
|
+
end
|
3776
|
+
|
3777
|
+
# @note When making an API call, you may pass DeleteUserByPrincipalIdRequest
|
3778
|
+
# data as a hash:
|
3779
|
+
#
|
3780
|
+
# {
|
3781
|
+
# principal_id: "String", # required
|
3782
|
+
# aws_account_id: "AwsAccountId", # required
|
3783
|
+
# namespace: "Namespace", # required
|
3784
|
+
# }
|
3785
|
+
#
|
3786
|
+
# @!attribute [rw] principal_id
|
3787
|
+
# The principal ID of the user.
|
3788
|
+
# @return [String]
|
3789
|
+
#
|
3790
|
+
# @!attribute [rw] aws_account_id
|
3791
|
+
# The ID for the AWS account that the user is in. Currently, you use
|
3792
|
+
# the ID for the AWS account that contains your Amazon QuickSight
|
3793
|
+
# account.
|
3794
|
+
# @return [String]
|
3795
|
+
#
|
3796
|
+
# @!attribute [rw] namespace
|
3797
|
+
# The namespace. Currently, you should set this to `default`.
|
3798
|
+
# @return [String]
|
3799
|
+
#
|
3800
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteUserByPrincipalIdRequest AWS API Documentation
|
3801
|
+
#
|
3802
|
+
class DeleteUserByPrincipalIdRequest < Struct.new(
|
3803
|
+
:principal_id,
|
3804
|
+
:aws_account_id,
|
3805
|
+
:namespace)
|
3806
|
+
SENSITIVE = []
|
3003
3807
|
include Aws::Structure
|
3004
3808
|
end
|
3005
3809
|
|
@@ -3016,6 +3820,7 @@ module Aws::QuickSight
|
|
3016
3820
|
class DeleteUserByPrincipalIdResponse < Struct.new(
|
3017
3821
|
:request_id,
|
3018
3822
|
:status)
|
3823
|
+
SENSITIVE = []
|
3019
3824
|
include Aws::Structure
|
3020
3825
|
end
|
3021
3826
|
|
@@ -3048,6 +3853,7 @@ module Aws::QuickSight
|
|
3048
3853
|
:user_name,
|
3049
3854
|
:aws_account_id,
|
3050
3855
|
:namespace)
|
3856
|
+
SENSITIVE = []
|
3051
3857
|
include Aws::Structure
|
3052
3858
|
end
|
3053
3859
|
|
@@ -3064,6 +3870,7 @@ module Aws::QuickSight
|
|
3064
3870
|
class DeleteUserResponse < Struct.new(
|
3065
3871
|
:request_id,
|
3066
3872
|
:status)
|
3873
|
+
SENSITIVE = []
|
3067
3874
|
include Aws::Structure
|
3068
3875
|
end
|
3069
3876
|
|
@@ -3089,6 +3896,7 @@ module Aws::QuickSight
|
|
3089
3896
|
class DescribeDashboardPermissionsRequest < Struct.new(
|
3090
3897
|
:aws_account_id,
|
3091
3898
|
:dashboard_id)
|
3899
|
+
SENSITIVE = []
|
3092
3900
|
include Aws::Structure
|
3093
3901
|
end
|
3094
3902
|
|
@@ -3120,6 +3928,7 @@ module Aws::QuickSight
|
|
3120
3928
|
:permissions,
|
3121
3929
|
:status,
|
3122
3930
|
:request_id)
|
3931
|
+
SENSITIVE = []
|
3123
3932
|
include Aws::Structure
|
3124
3933
|
end
|
3125
3934
|
|
@@ -3158,6 +3967,7 @@ module Aws::QuickSight
|
|
3158
3967
|
:dashboard_id,
|
3159
3968
|
:version_number,
|
3160
3969
|
:alias_name)
|
3970
|
+
SENSITIVE = []
|
3161
3971
|
include Aws::Structure
|
3162
3972
|
end
|
3163
3973
|
|
@@ -3179,6 +3989,7 @@ module Aws::QuickSight
|
|
3179
3989
|
:dashboard,
|
3180
3990
|
:status,
|
3181
3991
|
:request_id)
|
3992
|
+
SENSITIVE = []
|
3182
3993
|
include Aws::Structure
|
3183
3994
|
end
|
3184
3995
|
|
@@ -3204,6 +4015,7 @@ module Aws::QuickSight
|
|
3204
4015
|
class DescribeDataSetPermissionsRequest < Struct.new(
|
3205
4016
|
:aws_account_id,
|
3206
4017
|
:data_set_id)
|
4018
|
+
SENSITIVE = []
|
3207
4019
|
include Aws::Structure
|
3208
4020
|
end
|
3209
4021
|
|
@@ -3236,6 +4048,7 @@ module Aws::QuickSight
|
|
3236
4048
|
:permissions,
|
3237
4049
|
:request_id,
|
3238
4050
|
:status)
|
4051
|
+
SENSITIVE = []
|
3239
4052
|
include Aws::Structure
|
3240
4053
|
end
|
3241
4054
|
|
@@ -3261,6 +4074,7 @@ module Aws::QuickSight
|
|
3261
4074
|
class DescribeDataSetRequest < Struct.new(
|
3262
4075
|
:aws_account_id,
|
3263
4076
|
:data_set_id)
|
4077
|
+
SENSITIVE = []
|
3264
4078
|
include Aws::Structure
|
3265
4079
|
end
|
3266
4080
|
|
@@ -3282,6 +4096,7 @@ module Aws::QuickSight
|
|
3282
4096
|
:data_set,
|
3283
4097
|
:request_id,
|
3284
4098
|
:status)
|
4099
|
+
SENSITIVE = []
|
3285
4100
|
include Aws::Structure
|
3286
4101
|
end
|
3287
4102
|
|
@@ -3307,6 +4122,7 @@ module Aws::QuickSight
|
|
3307
4122
|
class DescribeDataSourcePermissionsRequest < Struct.new(
|
3308
4123
|
:aws_account_id,
|
3309
4124
|
:data_source_id)
|
4125
|
+
SENSITIVE = []
|
3310
4126
|
include Aws::Structure
|
3311
4127
|
end
|
3312
4128
|
|
@@ -3339,6 +4155,7 @@ module Aws::QuickSight
|
|
3339
4155
|
:permissions,
|
3340
4156
|
:request_id,
|
3341
4157
|
:status)
|
4158
|
+
SENSITIVE = []
|
3342
4159
|
include Aws::Structure
|
3343
4160
|
end
|
3344
4161
|
|
@@ -3364,6 +4181,7 @@ module Aws::QuickSight
|
|
3364
4181
|
class DescribeDataSourceRequest < Struct.new(
|
3365
4182
|
:aws_account_id,
|
3366
4183
|
:data_source_id)
|
4184
|
+
SENSITIVE = []
|
3367
4185
|
include Aws::Structure
|
3368
4186
|
end
|
3369
4187
|
|
@@ -3385,6 +4203,7 @@ module Aws::QuickSight
|
|
3385
4203
|
:data_source,
|
3386
4204
|
:request_id,
|
3387
4205
|
:status)
|
4206
|
+
SENSITIVE = []
|
3388
4207
|
include Aws::Structure
|
3389
4208
|
end
|
3390
4209
|
|
@@ -3417,6 +4236,7 @@ module Aws::QuickSight
|
|
3417
4236
|
:group_name,
|
3418
4237
|
:aws_account_id,
|
3419
4238
|
:namespace)
|
4239
|
+
SENSITIVE = []
|
3420
4240
|
include Aws::Structure
|
3421
4241
|
end
|
3422
4242
|
|
@@ -3438,6 +4258,7 @@ module Aws::QuickSight
|
|
3438
4258
|
:group,
|
3439
4259
|
:request_id,
|
3440
4260
|
:status)
|
4261
|
+
SENSITIVE = []
|
3441
4262
|
include Aws::Structure
|
3442
4263
|
end
|
3443
4264
|
|
@@ -3469,6 +4290,7 @@ module Aws::QuickSight
|
|
3469
4290
|
:aws_account_id,
|
3470
4291
|
:assignment_name,
|
3471
4292
|
:namespace)
|
4293
|
+
SENSITIVE = []
|
3472
4294
|
include Aws::Structure
|
3473
4295
|
end
|
3474
4296
|
|
@@ -3490,6 +4312,7 @@ module Aws::QuickSight
|
|
3490
4312
|
:iam_policy_assignment,
|
3491
4313
|
:request_id,
|
3492
4314
|
:status)
|
4315
|
+
SENSITIVE = []
|
3493
4316
|
include Aws::Structure
|
3494
4317
|
end
|
3495
4318
|
|
@@ -3520,6 +4343,7 @@ module Aws::QuickSight
|
|
3520
4343
|
:aws_account_id,
|
3521
4344
|
:data_set_id,
|
3522
4345
|
:ingestion_id)
|
4346
|
+
SENSITIVE = []
|
3523
4347
|
include Aws::Structure
|
3524
4348
|
end
|
3525
4349
|
|
@@ -3541,6 +4365,7 @@ module Aws::QuickSight
|
|
3541
4365
|
:ingestion,
|
3542
4366
|
:request_id,
|
3543
4367
|
:status)
|
4368
|
+
SENSITIVE = []
|
3544
4369
|
include Aws::Structure
|
3545
4370
|
end
|
3546
4371
|
|
@@ -3576,6 +4401,7 @@ module Aws::QuickSight
|
|
3576
4401
|
:aws_account_id,
|
3577
4402
|
:template_id,
|
3578
4403
|
:alias_name)
|
4404
|
+
SENSITIVE = []
|
3579
4405
|
include Aws::Structure
|
3580
4406
|
end
|
3581
4407
|
|
@@ -3597,6 +4423,7 @@ module Aws::QuickSight
|
|
3597
4423
|
:template_alias,
|
3598
4424
|
:status,
|
3599
4425
|
:request_id)
|
4426
|
+
SENSITIVE = []
|
3600
4427
|
include Aws::Structure
|
3601
4428
|
end
|
3602
4429
|
|
@@ -3622,6 +4449,7 @@ module Aws::QuickSight
|
|
3622
4449
|
class DescribeTemplatePermissionsRequest < Struct.new(
|
3623
4450
|
:aws_account_id,
|
3624
4451
|
:template_id)
|
4452
|
+
SENSITIVE = []
|
3625
4453
|
include Aws::Structure
|
3626
4454
|
end
|
3627
4455
|
|
@@ -3653,6 +4481,7 @@ module Aws::QuickSight
|
|
3653
4481
|
:permissions,
|
3654
4482
|
:request_id,
|
3655
4483
|
:status)
|
4484
|
+
SENSITIVE = []
|
3656
4485
|
include Aws::Structure
|
3657
4486
|
end
|
3658
4487
|
|
@@ -3696,6 +4525,7 @@ module Aws::QuickSight
|
|
3696
4525
|
:template_id,
|
3697
4526
|
:version_number,
|
3698
4527
|
:alias_name)
|
4528
|
+
SENSITIVE = []
|
3699
4529
|
include Aws::Structure
|
3700
4530
|
end
|
3701
4531
|
|
@@ -3707,11 +4537,194 @@ module Aws::QuickSight
|
|
3707
4537
|
# The HTTP status of the request.
|
3708
4538
|
# @return [Integer]
|
3709
4539
|
#
|
4540
|
+
# @!attribute [rw] request_id
|
4541
|
+
# @return [String]
|
4542
|
+
#
|
3710
4543
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeTemplateResponse AWS API Documentation
|
3711
4544
|
#
|
3712
4545
|
class DescribeTemplateResponse < Struct.new(
|
3713
4546
|
:template,
|
4547
|
+
:status,
|
4548
|
+
:request_id)
|
4549
|
+
SENSITIVE = []
|
4550
|
+
include Aws::Structure
|
4551
|
+
end
|
4552
|
+
|
4553
|
+
# @note When making an API call, you may pass DescribeThemeAliasRequest
|
4554
|
+
# data as a hash:
|
4555
|
+
#
|
4556
|
+
# {
|
4557
|
+
# aws_account_id: "AwsAccountId", # required
|
4558
|
+
# theme_id: "RestrictiveResourceId", # required
|
4559
|
+
# alias_name: "AliasName", # required
|
4560
|
+
# }
|
4561
|
+
#
|
4562
|
+
# @!attribute [rw] aws_account_id
|
4563
|
+
# The ID of the AWS account that contains the theme alias that you're
|
4564
|
+
# describing.
|
4565
|
+
# @return [String]
|
4566
|
+
#
|
4567
|
+
# @!attribute [rw] theme_id
|
4568
|
+
# The ID for the theme.
|
4569
|
+
# @return [String]
|
4570
|
+
#
|
4571
|
+
# @!attribute [rw] alias_name
|
4572
|
+
# The name of the theme alias that you want to describe.
|
4573
|
+
# @return [String]
|
4574
|
+
#
|
4575
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeThemeAliasRequest AWS API Documentation
|
4576
|
+
#
|
4577
|
+
class DescribeThemeAliasRequest < Struct.new(
|
4578
|
+
:aws_account_id,
|
4579
|
+
:theme_id,
|
4580
|
+
:alias_name)
|
4581
|
+
SENSITIVE = []
|
4582
|
+
include Aws::Structure
|
4583
|
+
end
|
4584
|
+
|
4585
|
+
# @!attribute [rw] theme_alias
|
4586
|
+
# Information about the theme alias.
|
4587
|
+
# @return [Types::ThemeAlias]
|
4588
|
+
#
|
4589
|
+
# @!attribute [rw] status
|
4590
|
+
# The HTTP status of the request.
|
4591
|
+
# @return [Integer]
|
4592
|
+
#
|
4593
|
+
# @!attribute [rw] request_id
|
4594
|
+
# The AWS request ID for this operation.
|
4595
|
+
# @return [String]
|
4596
|
+
#
|
4597
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeThemeAliasResponse AWS API Documentation
|
4598
|
+
#
|
4599
|
+
class DescribeThemeAliasResponse < Struct.new(
|
4600
|
+
:theme_alias,
|
4601
|
+
:status,
|
4602
|
+
:request_id)
|
4603
|
+
SENSITIVE = []
|
4604
|
+
include Aws::Structure
|
4605
|
+
end
|
4606
|
+
|
4607
|
+
# @note When making an API call, you may pass DescribeThemePermissionsRequest
|
4608
|
+
# data as a hash:
|
4609
|
+
#
|
4610
|
+
# {
|
4611
|
+
# aws_account_id: "AwsAccountId", # required
|
4612
|
+
# theme_id: "RestrictiveResourceId", # required
|
4613
|
+
# }
|
4614
|
+
#
|
4615
|
+
# @!attribute [rw] aws_account_id
|
4616
|
+
# The ID of the AWS account that contains the theme that you're
|
4617
|
+
# describing.
|
4618
|
+
# @return [String]
|
4619
|
+
#
|
4620
|
+
# @!attribute [rw] theme_id
|
4621
|
+
# The ID for the theme that you want to describe permissions for.
|
4622
|
+
# @return [String]
|
4623
|
+
#
|
4624
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeThemePermissionsRequest AWS API Documentation
|
4625
|
+
#
|
4626
|
+
class DescribeThemePermissionsRequest < Struct.new(
|
4627
|
+
:aws_account_id,
|
4628
|
+
:theme_id)
|
4629
|
+
SENSITIVE = []
|
4630
|
+
include Aws::Structure
|
4631
|
+
end
|
4632
|
+
|
4633
|
+
# @!attribute [rw] theme_id
|
4634
|
+
# The ID for the theme.
|
4635
|
+
# @return [String]
|
4636
|
+
#
|
4637
|
+
# @!attribute [rw] theme_arn
|
4638
|
+
# The Amazon Resource Name (ARN) of the theme.
|
4639
|
+
# @return [String]
|
4640
|
+
#
|
4641
|
+
# @!attribute [rw] permissions
|
4642
|
+
# A list of resource permissions set on the theme.
|
4643
|
+
# @return [Array<Types::ResourcePermission>]
|
4644
|
+
#
|
4645
|
+
# @!attribute [rw] request_id
|
4646
|
+
# The AWS request ID for this operation.
|
4647
|
+
# @return [String]
|
4648
|
+
#
|
4649
|
+
# @!attribute [rw] status
|
4650
|
+
# The HTTP status of the request.
|
4651
|
+
# @return [Integer]
|
4652
|
+
#
|
4653
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeThemePermissionsResponse AWS API Documentation
|
4654
|
+
#
|
4655
|
+
class DescribeThemePermissionsResponse < Struct.new(
|
4656
|
+
:theme_id,
|
4657
|
+
:theme_arn,
|
4658
|
+
:permissions,
|
4659
|
+
:request_id,
|
3714
4660
|
:status)
|
4661
|
+
SENSITIVE = []
|
4662
|
+
include Aws::Structure
|
4663
|
+
end
|
4664
|
+
|
4665
|
+
# @note When making an API call, you may pass DescribeThemeRequest
|
4666
|
+
# data as a hash:
|
4667
|
+
#
|
4668
|
+
# {
|
4669
|
+
# aws_account_id: "AwsAndAccountId", # required
|
4670
|
+
# theme_id: "RestrictiveResourceId", # required
|
4671
|
+
# version_number: 1,
|
4672
|
+
# alias_name: "AliasName",
|
4673
|
+
# }
|
4674
|
+
#
|
4675
|
+
# @!attribute [rw] aws_account_id
|
4676
|
+
# The ID of the AWS account that contains the theme that you're
|
4677
|
+
# describing.
|
4678
|
+
# @return [String]
|
4679
|
+
#
|
4680
|
+
# @!attribute [rw] theme_id
|
4681
|
+
# The ID for the theme.
|
4682
|
+
# @return [String]
|
4683
|
+
#
|
4684
|
+
# @!attribute [rw] version_number
|
4685
|
+
# The version number for the version to describe. If a `VersionNumber`
|
4686
|
+
# parameter value isn't provided, the latest version of the theme is
|
4687
|
+
# described.
|
4688
|
+
# @return [Integer]
|
4689
|
+
#
|
4690
|
+
# @!attribute [rw] alias_name
|
4691
|
+
# The alias of the theme that you want to describe. If you name a
|
4692
|
+
# specific alias, you describe the version that the alias points to.
|
4693
|
+
# You can specify the latest version of the theme by providing the
|
4694
|
+
# keyword `$LATEST` in the `AliasName` parameter. The keyword
|
4695
|
+
# `$PUBLISHED` doesn't apply to themes.
|
4696
|
+
# @return [String]
|
4697
|
+
#
|
4698
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeThemeRequest AWS API Documentation
|
4699
|
+
#
|
4700
|
+
class DescribeThemeRequest < Struct.new(
|
4701
|
+
:aws_account_id,
|
4702
|
+
:theme_id,
|
4703
|
+
:version_number,
|
4704
|
+
:alias_name)
|
4705
|
+
SENSITIVE = []
|
4706
|
+
include Aws::Structure
|
4707
|
+
end
|
4708
|
+
|
4709
|
+
# @!attribute [rw] theme
|
4710
|
+
# The information about the theme that you are describing.
|
4711
|
+
# @return [Types::Theme]
|
4712
|
+
#
|
4713
|
+
# @!attribute [rw] status
|
4714
|
+
# The HTTP status of the request.
|
4715
|
+
# @return [Integer]
|
4716
|
+
#
|
4717
|
+
# @!attribute [rw] request_id
|
4718
|
+
# The AWS request ID for this operation.
|
4719
|
+
# @return [String]
|
4720
|
+
#
|
4721
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeThemeResponse AWS API Documentation
|
4722
|
+
#
|
4723
|
+
class DescribeThemeResponse < Struct.new(
|
4724
|
+
:theme,
|
4725
|
+
:status,
|
4726
|
+
:request_id)
|
4727
|
+
SENSITIVE = []
|
3715
4728
|
include Aws::Structure
|
3716
4729
|
end
|
3717
4730
|
|
@@ -3744,6 +4757,7 @@ module Aws::QuickSight
|
|
3744
4757
|
:user_name,
|
3745
4758
|
:aws_account_id,
|
3746
4759
|
:namespace)
|
4760
|
+
SENSITIVE = []
|
3747
4761
|
include Aws::Structure
|
3748
4762
|
end
|
3749
4763
|
|
@@ -3765,6 +4779,7 @@ module Aws::QuickSight
|
|
3765
4779
|
:user,
|
3766
4780
|
:request_id,
|
3767
4781
|
:status)
|
4782
|
+
SENSITIVE = []
|
3768
4783
|
include Aws::Structure
|
3769
4784
|
end
|
3770
4785
|
|
@@ -3784,6 +4799,7 @@ module Aws::QuickSight
|
|
3784
4799
|
class DomainNotWhitelistedException < Struct.new(
|
3785
4800
|
:message,
|
3786
4801
|
:request_id)
|
4802
|
+
SENSITIVE = []
|
3787
4803
|
include Aws::Structure
|
3788
4804
|
end
|
3789
4805
|
|
@@ -3802,6 +4818,7 @@ module Aws::QuickSight
|
|
3802
4818
|
class ErrorInfo < Struct.new(
|
3803
4819
|
:type,
|
3804
4820
|
:message)
|
4821
|
+
SENSITIVE = []
|
3805
4822
|
include Aws::Structure
|
3806
4823
|
end
|
3807
4824
|
|
@@ -3822,6 +4839,7 @@ module Aws::QuickSight
|
|
3822
4839
|
#
|
3823
4840
|
class ExportToCSVOption < Struct.new(
|
3824
4841
|
:availability_status)
|
4842
|
+
SENSITIVE = []
|
3825
4843
|
include Aws::Structure
|
3826
4844
|
end
|
3827
4845
|
|
@@ -3843,6 +4861,7 @@ module Aws::QuickSight
|
|
3843
4861
|
#
|
3844
4862
|
class FilterOperation < Struct.new(
|
3845
4863
|
:condition_expression)
|
4864
|
+
SENSITIVE = []
|
3846
4865
|
include Aws::Structure
|
3847
4866
|
end
|
3848
4867
|
|
@@ -3875,6 +4894,7 @@ module Aws::QuickSight
|
|
3875
4894
|
:name,
|
3876
4895
|
:country_code,
|
3877
4896
|
:columns)
|
4897
|
+
SENSITIVE = []
|
3878
4898
|
include Aws::Structure
|
3879
4899
|
end
|
3880
4900
|
|
@@ -3944,14 +4964,15 @@ module Aws::QuickSight
|
|
3944
4964
|
:undo_redo_disabled,
|
3945
4965
|
:reset_disabled,
|
3946
4966
|
:user_arn)
|
4967
|
+
SENSITIVE = []
|
3947
4968
|
include Aws::Structure
|
3948
4969
|
end
|
3949
4970
|
|
3950
4971
|
# @!attribute [rw] embed_url
|
3951
|
-
#
|
3952
|
-
# dashboard. This URL is valid for 5 minutes
|
3953
|
-
#
|
3954
|
-
#
|
4972
|
+
# A single-use URL that you can put into your server-side webpage to
|
4973
|
+
# embed your dashboard. This URL is valid for 5 minutes. The API
|
4974
|
+
# provides the URL with an `auth_code` value that enables one (and
|
4975
|
+
# only one) sign-on to a user session that is valid for 10 hours.
|
3955
4976
|
# @return [String]
|
3956
4977
|
#
|
3957
4978
|
# @!attribute [rw] status
|
@@ -3968,6 +4989,7 @@ module Aws::QuickSight
|
|
3968
4989
|
:embed_url,
|
3969
4990
|
:status,
|
3970
4991
|
:request_id)
|
4992
|
+
SENSITIVE = [:embed_url]
|
3971
4993
|
include Aws::Structure
|
3972
4994
|
end
|
3973
4995
|
|
@@ -3999,6 +5021,7 @@ module Aws::QuickSight
|
|
3999
5021
|
:group_name,
|
4000
5022
|
:description,
|
4001
5023
|
:principal_id)
|
5024
|
+
SENSITIVE = []
|
4002
5025
|
include Aws::Structure
|
4003
5026
|
end
|
4004
5027
|
|
@@ -4018,10 +5041,33 @@ module Aws::QuickSight
|
|
4018
5041
|
class GroupMember < Struct.new(
|
4019
5042
|
:arn,
|
4020
5043
|
:member_name)
|
5044
|
+
SENSITIVE = []
|
5045
|
+
include Aws::Structure
|
5046
|
+
end
|
5047
|
+
|
5048
|
+
# The display options for gutter spacing between tiles on a sheet.
|
5049
|
+
#
|
5050
|
+
# @note When making an API call, you may pass GutterStyle
|
5051
|
+
# data as a hash:
|
5052
|
+
#
|
5053
|
+
# {
|
5054
|
+
# show: false,
|
5055
|
+
# }
|
5056
|
+
#
|
5057
|
+
# @!attribute [rw] show
|
5058
|
+
# This Boolean value controls whether to display a gutter space
|
5059
|
+
# between sheet tiles.
|
5060
|
+
# @return [Boolean]
|
5061
|
+
#
|
5062
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GutterStyle AWS API Documentation
|
5063
|
+
#
|
5064
|
+
class GutterStyle < Struct.new(
|
5065
|
+
:show)
|
5066
|
+
SENSITIVE = []
|
4021
5067
|
include Aws::Structure
|
4022
5068
|
end
|
4023
5069
|
|
4024
|
-
# An IAM policy assignment.
|
5070
|
+
# An AWS Identity and Access Management (IAM) policy assignment.
|
4025
5071
|
#
|
4026
5072
|
# @!attribute [rw] aws_account_id
|
4027
5073
|
# The AWS account ID.
|
@@ -4056,6 +5102,7 @@ module Aws::QuickSight
|
|
4056
5102
|
:policy_arn,
|
4057
5103
|
:identities,
|
4058
5104
|
:assignment_status)
|
5105
|
+
SENSITIVE = []
|
4059
5106
|
include Aws::Structure
|
4060
5107
|
end
|
4061
5108
|
|
@@ -4074,6 +5121,7 @@ module Aws::QuickSight
|
|
4074
5121
|
class IAMPolicyAssignmentSummary < Struct.new(
|
4075
5122
|
:assignment_name,
|
4076
5123
|
:assignment_status)
|
5124
|
+
SENSITIVE = []
|
4077
5125
|
include Aws::Structure
|
4078
5126
|
end
|
4079
5127
|
|
@@ -4092,6 +5140,7 @@ module Aws::QuickSight
|
|
4092
5140
|
class IdentityTypeNotSupportedException < Struct.new(
|
4093
5141
|
:message,
|
4094
5142
|
:request_id)
|
5143
|
+
SENSITIVE = []
|
4095
5144
|
include Aws::Structure
|
4096
5145
|
end
|
4097
5146
|
|
@@ -4155,6 +5204,7 @@ module Aws::QuickSight
|
|
4155
5204
|
:ingestion_size_in_bytes,
|
4156
5205
|
:request_source,
|
4157
5206
|
:request_type)
|
5207
|
+
SENSITIVE = []
|
4158
5208
|
include Aws::Structure
|
4159
5209
|
end
|
4160
5210
|
|
@@ -4182,6 +5232,7 @@ module Aws::QuickSight
|
|
4182
5232
|
class InputColumn < Struct.new(
|
4183
5233
|
:name,
|
4184
5234
|
:type)
|
5235
|
+
SENSITIVE = []
|
4185
5236
|
include Aws::Structure
|
4186
5237
|
end
|
4187
5238
|
|
@@ -4208,6 +5259,7 @@ module Aws::QuickSight
|
|
4208
5259
|
class IntegerParameter < Struct.new(
|
4209
5260
|
:name,
|
4210
5261
|
:values)
|
5262
|
+
SENSITIVE = []
|
4211
5263
|
include Aws::Structure
|
4212
5264
|
end
|
4213
5265
|
|
@@ -4225,6 +5277,7 @@ module Aws::QuickSight
|
|
4225
5277
|
class InternalFailureException < Struct.new(
|
4226
5278
|
:message,
|
4227
5279
|
:request_id)
|
5280
|
+
SENSITIVE = []
|
4228
5281
|
include Aws::Structure
|
4229
5282
|
end
|
4230
5283
|
|
@@ -4242,6 +5295,7 @@ module Aws::QuickSight
|
|
4242
5295
|
class InvalidNextTokenException < Struct.new(
|
4243
5296
|
:message,
|
4244
5297
|
:request_id)
|
5298
|
+
SENSITIVE = []
|
4245
5299
|
include Aws::Structure
|
4246
5300
|
end
|
4247
5301
|
|
@@ -4259,6 +5313,7 @@ module Aws::QuickSight
|
|
4259
5313
|
class InvalidParameterValueException < Struct.new(
|
4260
5314
|
:message,
|
4261
5315
|
:request_id)
|
5316
|
+
SENSITIVE = []
|
4262
5317
|
include Aws::Structure
|
4263
5318
|
end
|
4264
5319
|
|
@@ -4279,6 +5334,7 @@ module Aws::QuickSight
|
|
4279
5334
|
#
|
4280
5335
|
class JiraParameters < Struct.new(
|
4281
5336
|
:site_base_url)
|
5337
|
+
SENSITIVE = []
|
4282
5338
|
include Aws::Structure
|
4283
5339
|
end
|
4284
5340
|
|
@@ -4317,6 +5373,7 @@ module Aws::QuickSight
|
|
4317
5373
|
:right_operand,
|
4318
5374
|
:type,
|
4319
5375
|
:on_clause)
|
5376
|
+
SENSITIVE = []
|
4320
5377
|
include Aws::Structure
|
4321
5378
|
end
|
4322
5379
|
|
@@ -4339,6 +5396,7 @@ module Aws::QuickSight
|
|
4339
5396
|
:message,
|
4340
5397
|
:resource_type,
|
4341
5398
|
:request_id)
|
5399
|
+
SENSITIVE = []
|
4342
5400
|
include Aws::Structure
|
4343
5401
|
end
|
4344
5402
|
|
@@ -4377,6 +5435,7 @@ module Aws::QuickSight
|
|
4377
5435
|
:dashboard_id,
|
4378
5436
|
:next_token,
|
4379
5437
|
:max_results)
|
5438
|
+
SENSITIVE = []
|
4380
5439
|
include Aws::Structure
|
4381
5440
|
end
|
4382
5441
|
|
@@ -4405,6 +5464,7 @@ module Aws::QuickSight
|
|
4405
5464
|
:next_token,
|
4406
5465
|
:status,
|
4407
5466
|
:request_id)
|
5467
|
+
SENSITIVE = []
|
4408
5468
|
include Aws::Structure
|
4409
5469
|
end
|
4410
5470
|
|
@@ -4437,6 +5497,7 @@ module Aws::QuickSight
|
|
4437
5497
|
:aws_account_id,
|
4438
5498
|
:next_token,
|
4439
5499
|
:max_results)
|
5500
|
+
SENSITIVE = []
|
4440
5501
|
include Aws::Structure
|
4441
5502
|
end
|
4442
5503
|
|
@@ -4465,6 +5526,7 @@ module Aws::QuickSight
|
|
4465
5526
|
:next_token,
|
4466
5527
|
:status,
|
4467
5528
|
:request_id)
|
5529
|
+
SENSITIVE = []
|
4468
5530
|
include Aws::Structure
|
4469
5531
|
end
|
4470
5532
|
|
@@ -4496,6 +5558,7 @@ module Aws::QuickSight
|
|
4496
5558
|
:aws_account_id,
|
4497
5559
|
:next_token,
|
4498
5560
|
:max_results)
|
5561
|
+
SENSITIVE = []
|
4499
5562
|
include Aws::Structure
|
4500
5563
|
end
|
4501
5564
|
|
@@ -4523,6 +5586,7 @@ module Aws::QuickSight
|
|
4523
5586
|
:next_token,
|
4524
5587
|
:request_id,
|
4525
5588
|
:status)
|
5589
|
+
SENSITIVE = []
|
4526
5590
|
include Aws::Structure
|
4527
5591
|
end
|
4528
5592
|
|
@@ -4554,6 +5618,7 @@ module Aws::QuickSight
|
|
4554
5618
|
:aws_account_id,
|
4555
5619
|
:next_token,
|
4556
5620
|
:max_results)
|
5621
|
+
SENSITIVE = []
|
4557
5622
|
include Aws::Structure
|
4558
5623
|
end
|
4559
5624
|
|
@@ -4581,6 +5646,7 @@ module Aws::QuickSight
|
|
4581
5646
|
:next_token,
|
4582
5647
|
:request_id,
|
4583
5648
|
:status)
|
5649
|
+
SENSITIVE = []
|
4584
5650
|
include Aws::Structure
|
4585
5651
|
end
|
4586
5652
|
|
@@ -4625,6 +5691,7 @@ module Aws::QuickSight
|
|
4625
5691
|
:max_results,
|
4626
5692
|
:aws_account_id,
|
4627
5693
|
:namespace)
|
5694
|
+
SENSITIVE = []
|
4628
5695
|
include Aws::Structure
|
4629
5696
|
end
|
4630
5697
|
|
@@ -4651,6 +5718,7 @@ module Aws::QuickSight
|
|
4651
5718
|
:next_token,
|
4652
5719
|
:request_id,
|
4653
5720
|
:status)
|
5721
|
+
SENSITIVE = []
|
4654
5722
|
include Aws::Structure
|
4655
5723
|
end
|
4656
5724
|
|
@@ -4689,6 +5757,7 @@ module Aws::QuickSight
|
|
4689
5757
|
:next_token,
|
4690
5758
|
:max_results,
|
4691
5759
|
:namespace)
|
5760
|
+
SENSITIVE = []
|
4692
5761
|
include Aws::Structure
|
4693
5762
|
end
|
4694
5763
|
|
@@ -4715,6 +5784,7 @@ module Aws::QuickSight
|
|
4715
5784
|
:next_token,
|
4716
5785
|
:request_id,
|
4717
5786
|
:status)
|
5787
|
+
SENSITIVE = []
|
4718
5788
|
include Aws::Structure
|
4719
5789
|
end
|
4720
5790
|
|
@@ -4758,6 +5828,7 @@ module Aws::QuickSight
|
|
4758
5828
|
:next_token,
|
4759
5829
|
:max_results,
|
4760
5830
|
:namespace)
|
5831
|
+
SENSITIVE = []
|
4761
5832
|
include Aws::Structure
|
4762
5833
|
end
|
4763
5834
|
|
@@ -4785,6 +5856,7 @@ module Aws::QuickSight
|
|
4785
5856
|
:request_id,
|
4786
5857
|
:next_token,
|
4787
5858
|
:status)
|
5859
|
+
SENSITIVE = []
|
4788
5860
|
include Aws::Structure
|
4789
5861
|
end
|
4790
5862
|
|
@@ -4829,6 +5901,7 @@ module Aws::QuickSight
|
|
4829
5901
|
:namespace,
|
4830
5902
|
:next_token,
|
4831
5903
|
:max_results)
|
5904
|
+
SENSITIVE = []
|
4832
5905
|
include Aws::Structure
|
4833
5906
|
end
|
4834
5907
|
|
@@ -4856,6 +5929,7 @@ module Aws::QuickSight
|
|
4856
5929
|
:next_token,
|
4857
5930
|
:request_id,
|
4858
5931
|
:status)
|
5932
|
+
SENSITIVE = []
|
4859
5933
|
include Aws::Structure
|
4860
5934
|
end
|
4861
5935
|
|
@@ -4893,6 +5967,7 @@ module Aws::QuickSight
|
|
4893
5967
|
:next_token,
|
4894
5968
|
:aws_account_id,
|
4895
5969
|
:max_results)
|
5970
|
+
SENSITIVE = []
|
4896
5971
|
include Aws::Structure
|
4897
5972
|
end
|
4898
5973
|
|
@@ -4920,6 +5995,7 @@ module Aws::QuickSight
|
|
4920
5995
|
:next_token,
|
4921
5996
|
:request_id,
|
4922
5997
|
:status)
|
5998
|
+
SENSITIVE = []
|
4923
5999
|
include Aws::Structure
|
4924
6000
|
end
|
4925
6001
|
|
@@ -4939,6 +6015,7 @@ module Aws::QuickSight
|
|
4939
6015
|
#
|
4940
6016
|
class ListTagsForResourceRequest < Struct.new(
|
4941
6017
|
:resource_arn)
|
6018
|
+
SENSITIVE = []
|
4942
6019
|
include Aws::Structure
|
4943
6020
|
end
|
4944
6021
|
|
@@ -4961,6 +6038,7 @@ module Aws::QuickSight
|
|
4961
6038
|
:tags,
|
4962
6039
|
:request_id,
|
4963
6040
|
:status)
|
6041
|
+
SENSITIVE = []
|
4964
6042
|
include Aws::Structure
|
4965
6043
|
end
|
4966
6044
|
|
@@ -4999,6 +6077,7 @@ module Aws::QuickSight
|
|
4999
6077
|
:template_id,
|
5000
6078
|
:next_token,
|
5001
6079
|
:max_results)
|
6080
|
+
SENSITIVE = []
|
5002
6081
|
include Aws::Structure
|
5003
6082
|
end
|
5004
6083
|
|
@@ -5026,6 +6105,7 @@ module Aws::QuickSight
|
|
5026
6105
|
:status,
|
5027
6106
|
:request_id,
|
5028
6107
|
:next_token)
|
6108
|
+
SENSITIVE = []
|
5029
6109
|
include Aws::Structure
|
5030
6110
|
end
|
5031
6111
|
|
@@ -5064,6 +6144,7 @@ module Aws::QuickSight
|
|
5064
6144
|
:template_id,
|
5065
6145
|
:next_token,
|
5066
6146
|
:max_results)
|
6147
|
+
SENSITIVE = []
|
5067
6148
|
include Aws::Structure
|
5068
6149
|
end
|
5069
6150
|
|
@@ -5092,6 +6173,7 @@ module Aws::QuickSight
|
|
5092
6173
|
:next_token,
|
5093
6174
|
:status,
|
5094
6175
|
:request_id)
|
6176
|
+
SENSITIVE = []
|
5095
6177
|
include Aws::Structure
|
5096
6178
|
end
|
5097
6179
|
|
@@ -5124,6 +6206,7 @@ module Aws::QuickSight
|
|
5124
6206
|
:aws_account_id,
|
5125
6207
|
:next_token,
|
5126
6208
|
:max_results)
|
6209
|
+
SENSITIVE = []
|
5127
6210
|
include Aws::Structure
|
5128
6211
|
end
|
5129
6212
|
|
@@ -5151,59 +6234,272 @@ module Aws::QuickSight
|
|
5151
6234
|
:next_token,
|
5152
6235
|
:status,
|
5153
6236
|
:request_id)
|
6237
|
+
SENSITIVE = []
|
5154
6238
|
include Aws::Structure
|
5155
6239
|
end
|
5156
6240
|
|
5157
|
-
# @note When making an API call, you may pass
|
6241
|
+
# @note When making an API call, you may pass ListThemeAliasesRequest
|
5158
6242
|
# data as a hash:
|
5159
6243
|
#
|
5160
6244
|
# {
|
5161
|
-
# user_name: "UserName", # required
|
5162
6245
|
# aws_account_id: "AwsAccountId", # required
|
5163
|
-
#
|
6246
|
+
# theme_id: "RestrictiveResourceId", # required
|
5164
6247
|
# next_token: "String",
|
5165
6248
|
# max_results: 1,
|
5166
6249
|
# }
|
5167
6250
|
#
|
5168
|
-
# @!attribute [rw] user_name
|
5169
|
-
# The Amazon QuickSight user name that you want to list group
|
5170
|
-
# memberships for.
|
5171
|
-
# @return [String]
|
5172
|
-
#
|
5173
6251
|
# @!attribute [rw] aws_account_id
|
5174
|
-
# The
|
5175
|
-
#
|
6252
|
+
# The ID of the AWS account that contains the theme aliases that
|
6253
|
+
# you're listing.
|
5176
6254
|
# @return [String]
|
5177
6255
|
#
|
5178
|
-
# @!attribute [rw]
|
5179
|
-
# The
|
6256
|
+
# @!attribute [rw] theme_id
|
6257
|
+
# The ID for the theme.
|
5180
6258
|
# @return [String]
|
5181
6259
|
#
|
5182
6260
|
# @!attribute [rw] next_token
|
5183
|
-
#
|
6261
|
+
# The token for the next set of results, or null if there are no more
|
6262
|
+
# results.
|
5184
6263
|
# @return [String]
|
5185
6264
|
#
|
5186
6265
|
# @!attribute [rw] max_results
|
5187
|
-
# The maximum number of results to
|
6266
|
+
# The maximum number of results to be returned per request.
|
5188
6267
|
# @return [Integer]
|
5189
6268
|
#
|
5190
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/
|
6269
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListThemeAliasesRequest AWS API Documentation
|
5191
6270
|
#
|
5192
|
-
class
|
5193
|
-
:user_name,
|
6271
|
+
class ListThemeAliasesRequest < Struct.new(
|
5194
6272
|
:aws_account_id,
|
5195
|
-
:
|
6273
|
+
:theme_id,
|
5196
6274
|
:next_token,
|
5197
6275
|
:max_results)
|
6276
|
+
SENSITIVE = []
|
5198
6277
|
include Aws::Structure
|
5199
6278
|
end
|
5200
6279
|
|
5201
|
-
# @!attribute [rw]
|
5202
|
-
#
|
5203
|
-
# @return [Array<Types::
|
6280
|
+
# @!attribute [rw] theme_alias_list
|
6281
|
+
# A structure containing the list of the theme's aliases.
|
6282
|
+
# @return [Array<Types::ThemeAlias>]
|
5204
6283
|
#
|
5205
|
-
# @!attribute [rw]
|
5206
|
-
#
|
6284
|
+
# @!attribute [rw] status
|
6285
|
+
# The HTTP status of the request.
|
6286
|
+
# @return [Integer]
|
6287
|
+
#
|
6288
|
+
# @!attribute [rw] request_id
|
6289
|
+
# The AWS request ID for this operation.
|
6290
|
+
# @return [String]
|
6291
|
+
#
|
6292
|
+
# @!attribute [rw] next_token
|
6293
|
+
# The token for the next set of results, or null if there are no more
|
6294
|
+
# results.
|
6295
|
+
# @return [String]
|
6296
|
+
#
|
6297
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListThemeAliasesResponse AWS API Documentation
|
6298
|
+
#
|
6299
|
+
class ListThemeAliasesResponse < Struct.new(
|
6300
|
+
:theme_alias_list,
|
6301
|
+
:status,
|
6302
|
+
:request_id,
|
6303
|
+
:next_token)
|
6304
|
+
SENSITIVE = []
|
6305
|
+
include Aws::Structure
|
6306
|
+
end
|
6307
|
+
|
6308
|
+
# @note When making an API call, you may pass ListThemeVersionsRequest
|
6309
|
+
# data as a hash:
|
6310
|
+
#
|
6311
|
+
# {
|
6312
|
+
# aws_account_id: "AwsAccountId", # required
|
6313
|
+
# theme_id: "RestrictiveResourceId", # required
|
6314
|
+
# next_token: "String",
|
6315
|
+
# max_results: 1,
|
6316
|
+
# }
|
6317
|
+
#
|
6318
|
+
# @!attribute [rw] aws_account_id
|
6319
|
+
# The ID of the AWS account that contains the themes that you're
|
6320
|
+
# listing.
|
6321
|
+
# @return [String]
|
6322
|
+
#
|
6323
|
+
# @!attribute [rw] theme_id
|
6324
|
+
# The ID for the theme.
|
6325
|
+
# @return [String]
|
6326
|
+
#
|
6327
|
+
# @!attribute [rw] next_token
|
6328
|
+
# The token for the next set of results, or null if there are no more
|
6329
|
+
# results.
|
6330
|
+
# @return [String]
|
6331
|
+
#
|
6332
|
+
# @!attribute [rw] max_results
|
6333
|
+
# The maximum number of results to be returned per request.
|
6334
|
+
# @return [Integer]
|
6335
|
+
#
|
6336
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListThemeVersionsRequest AWS API Documentation
|
6337
|
+
#
|
6338
|
+
class ListThemeVersionsRequest < Struct.new(
|
6339
|
+
:aws_account_id,
|
6340
|
+
:theme_id,
|
6341
|
+
:next_token,
|
6342
|
+
:max_results)
|
6343
|
+
SENSITIVE = []
|
6344
|
+
include Aws::Structure
|
6345
|
+
end
|
6346
|
+
|
6347
|
+
# @!attribute [rw] theme_version_summary_list
|
6348
|
+
# A structure containing a list of all the versions of the specified
|
6349
|
+
# theme.
|
6350
|
+
# @return [Array<Types::ThemeVersionSummary>]
|
6351
|
+
#
|
6352
|
+
# @!attribute [rw] next_token
|
6353
|
+
# The token for the next set of results, or null if there are no more
|
6354
|
+
# results.
|
6355
|
+
# @return [String]
|
6356
|
+
#
|
6357
|
+
# @!attribute [rw] status
|
6358
|
+
# The HTTP status of the request.
|
6359
|
+
# @return [Integer]
|
6360
|
+
#
|
6361
|
+
# @!attribute [rw] request_id
|
6362
|
+
# The AWS request ID for this operation.
|
6363
|
+
# @return [String]
|
6364
|
+
#
|
6365
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListThemeVersionsResponse AWS API Documentation
|
6366
|
+
#
|
6367
|
+
class ListThemeVersionsResponse < Struct.new(
|
6368
|
+
:theme_version_summary_list,
|
6369
|
+
:next_token,
|
6370
|
+
:status,
|
6371
|
+
:request_id)
|
6372
|
+
SENSITIVE = []
|
6373
|
+
include Aws::Structure
|
6374
|
+
end
|
6375
|
+
|
6376
|
+
# @note When making an API call, you may pass ListThemesRequest
|
6377
|
+
# data as a hash:
|
6378
|
+
#
|
6379
|
+
# {
|
6380
|
+
# aws_account_id: "AwsAccountId", # required
|
6381
|
+
# next_token: "String",
|
6382
|
+
# max_results: 1,
|
6383
|
+
# type: "QUICKSIGHT", # accepts QUICKSIGHT, CUSTOM, ALL
|
6384
|
+
# }
|
6385
|
+
#
|
6386
|
+
# @!attribute [rw] aws_account_id
|
6387
|
+
# The ID of the AWS account that contains the themes that you're
|
6388
|
+
# listing.
|
6389
|
+
# @return [String]
|
6390
|
+
#
|
6391
|
+
# @!attribute [rw] next_token
|
6392
|
+
# The token for the next set of results, or null if there are no more
|
6393
|
+
# results.
|
6394
|
+
# @return [String]
|
6395
|
+
#
|
6396
|
+
# @!attribute [rw] max_results
|
6397
|
+
# The maximum number of results to be returned per request.
|
6398
|
+
# @return [Integer]
|
6399
|
+
#
|
6400
|
+
# @!attribute [rw] type
|
6401
|
+
# The type of themes that you want to list. Valid options include the
|
6402
|
+
# following:
|
6403
|
+
#
|
6404
|
+
# * `ALL (default)`- Display all existing themes.
|
6405
|
+
#
|
6406
|
+
# * `CUSTOM` - Display only the themes created by people using Amazon
|
6407
|
+
# QuickSight.
|
6408
|
+
#
|
6409
|
+
# * `QUICKSIGHT` - Display only the starting themes defined by
|
6410
|
+
# QuickSight.
|
6411
|
+
# @return [String]
|
6412
|
+
#
|
6413
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListThemesRequest AWS API Documentation
|
6414
|
+
#
|
6415
|
+
class ListThemesRequest < Struct.new(
|
6416
|
+
:aws_account_id,
|
6417
|
+
:next_token,
|
6418
|
+
:max_results,
|
6419
|
+
:type)
|
6420
|
+
SENSITIVE = []
|
6421
|
+
include Aws::Structure
|
6422
|
+
end
|
6423
|
+
|
6424
|
+
# @!attribute [rw] theme_summary_list
|
6425
|
+
# Information about the themes in the list.
|
6426
|
+
# @return [Array<Types::ThemeSummary>]
|
6427
|
+
#
|
6428
|
+
# @!attribute [rw] next_token
|
6429
|
+
# The token for the next set of results, or null if there are no more
|
6430
|
+
# results.
|
6431
|
+
# @return [String]
|
6432
|
+
#
|
6433
|
+
# @!attribute [rw] status
|
6434
|
+
# The HTTP status of the request.
|
6435
|
+
# @return [Integer]
|
6436
|
+
#
|
6437
|
+
# @!attribute [rw] request_id
|
6438
|
+
# The AWS request ID for this operation.
|
6439
|
+
# @return [String]
|
6440
|
+
#
|
6441
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListThemesResponse AWS API Documentation
|
6442
|
+
#
|
6443
|
+
class ListThemesResponse < Struct.new(
|
6444
|
+
:theme_summary_list,
|
6445
|
+
:next_token,
|
6446
|
+
:status,
|
6447
|
+
:request_id)
|
6448
|
+
SENSITIVE = []
|
6449
|
+
include Aws::Structure
|
6450
|
+
end
|
6451
|
+
|
6452
|
+
# @note When making an API call, you may pass ListUserGroupsRequest
|
6453
|
+
# data as a hash:
|
6454
|
+
#
|
6455
|
+
# {
|
6456
|
+
# user_name: "UserName", # required
|
6457
|
+
# aws_account_id: "AwsAccountId", # required
|
6458
|
+
# namespace: "Namespace", # required
|
6459
|
+
# next_token: "String",
|
6460
|
+
# max_results: 1,
|
6461
|
+
# }
|
6462
|
+
#
|
6463
|
+
# @!attribute [rw] user_name
|
6464
|
+
# The Amazon QuickSight user name that you want to list group
|
6465
|
+
# memberships for.
|
6466
|
+
# @return [String]
|
6467
|
+
#
|
6468
|
+
# @!attribute [rw] aws_account_id
|
6469
|
+
# The AWS account ID that the user is in. Currently, you use the ID
|
6470
|
+
# for the AWS account that contains your Amazon QuickSight account.
|
6471
|
+
# @return [String]
|
6472
|
+
#
|
6473
|
+
# @!attribute [rw] namespace
|
6474
|
+
# The namespace. Currently, you should set this to `default`.
|
6475
|
+
# @return [String]
|
6476
|
+
#
|
6477
|
+
# @!attribute [rw] next_token
|
6478
|
+
# A pagination token that can be used in a subsequent request.
|
6479
|
+
# @return [String]
|
6480
|
+
#
|
6481
|
+
# @!attribute [rw] max_results
|
6482
|
+
# The maximum number of results to return from this request.
|
6483
|
+
# @return [Integer]
|
6484
|
+
#
|
6485
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListUserGroupsRequest AWS API Documentation
|
6486
|
+
#
|
6487
|
+
class ListUserGroupsRequest < Struct.new(
|
6488
|
+
:user_name,
|
6489
|
+
:aws_account_id,
|
6490
|
+
:namespace,
|
6491
|
+
:next_token,
|
6492
|
+
:max_results)
|
6493
|
+
SENSITIVE = []
|
6494
|
+
include Aws::Structure
|
6495
|
+
end
|
6496
|
+
|
6497
|
+
# @!attribute [rw] group_list
|
6498
|
+
# The list of groups the user is a member of.
|
6499
|
+
# @return [Array<Types::Group>]
|
6500
|
+
#
|
6501
|
+
# @!attribute [rw] next_token
|
6502
|
+
# A pagination token that can be used in a subsequent request.
|
5207
6503
|
# @return [String]
|
5208
6504
|
#
|
5209
6505
|
# @!attribute [rw] request_id
|
@@ -5221,6 +6517,7 @@ module Aws::QuickSight
|
|
5221
6517
|
:next_token,
|
5222
6518
|
:request_id,
|
5223
6519
|
:status)
|
6520
|
+
SENSITIVE = []
|
5224
6521
|
include Aws::Structure
|
5225
6522
|
end
|
5226
6523
|
|
@@ -5259,6 +6556,7 @@ module Aws::QuickSight
|
|
5259
6556
|
:next_token,
|
5260
6557
|
:max_results,
|
5261
6558
|
:namespace)
|
6559
|
+
SENSITIVE = []
|
5262
6560
|
include Aws::Structure
|
5263
6561
|
end
|
5264
6562
|
|
@@ -5285,6 +6583,7 @@ module Aws::QuickSight
|
|
5285
6583
|
:next_token,
|
5286
6584
|
:request_id,
|
5287
6585
|
:status)
|
6586
|
+
SENSITIVE = []
|
5288
6587
|
include Aws::Structure
|
5289
6588
|
end
|
5290
6589
|
|
@@ -5364,6 +6663,7 @@ module Aws::QuickSight
|
|
5364
6663
|
:alias,
|
5365
6664
|
:data_transforms,
|
5366
6665
|
:source)
|
6666
|
+
SENSITIVE = []
|
5367
6667
|
include Aws::Structure
|
5368
6668
|
end
|
5369
6669
|
|
@@ -5397,6 +6697,7 @@ module Aws::QuickSight
|
|
5397
6697
|
class LogicalTableSource < Struct.new(
|
5398
6698
|
:join_instruction,
|
5399
6699
|
:physical_table_id)
|
6700
|
+
SENSITIVE = []
|
5400
6701
|
include Aws::Structure
|
5401
6702
|
end
|
5402
6703
|
|
@@ -5423,6 +6724,28 @@ module Aws::QuickSight
|
|
5423
6724
|
class ManifestFileLocation < Struct.new(
|
5424
6725
|
:bucket,
|
5425
6726
|
:key)
|
6727
|
+
SENSITIVE = []
|
6728
|
+
include Aws::Structure
|
6729
|
+
end
|
6730
|
+
|
6731
|
+
# The display options for margins around the outside edge of sheets.
|
6732
|
+
#
|
6733
|
+
# @note When making an API call, you may pass MarginStyle
|
6734
|
+
# data as a hash:
|
6735
|
+
#
|
6736
|
+
# {
|
6737
|
+
# show: false,
|
6738
|
+
# }
|
6739
|
+
#
|
6740
|
+
# @!attribute [rw] show
|
6741
|
+
# This Boolean value controls whether to display sheet margins.
|
6742
|
+
# @return [Boolean]
|
6743
|
+
#
|
6744
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/MarginStyle AWS API Documentation
|
6745
|
+
#
|
6746
|
+
class MarginStyle < Struct.new(
|
6747
|
+
:show)
|
6748
|
+
SENSITIVE = []
|
5426
6749
|
include Aws::Structure
|
5427
6750
|
end
|
5428
6751
|
|
@@ -5455,6 +6778,7 @@ module Aws::QuickSight
|
|
5455
6778
|
:host,
|
5456
6779
|
:port,
|
5457
6780
|
:database)
|
6781
|
+
SENSITIVE = []
|
5458
6782
|
include Aws::Structure
|
5459
6783
|
end
|
5460
6784
|
|
@@ -5487,6 +6811,7 @@ module Aws::QuickSight
|
|
5487
6811
|
:host,
|
5488
6812
|
:port,
|
5489
6813
|
:database)
|
6814
|
+
SENSITIVE = []
|
5490
6815
|
include Aws::Structure
|
5491
6816
|
end
|
5492
6817
|
|
@@ -5505,6 +6830,7 @@ module Aws::QuickSight
|
|
5505
6830
|
class OutputColumn < Struct.new(
|
5506
6831
|
:name,
|
5507
6832
|
:type)
|
6833
|
+
SENSITIVE = []
|
5508
6834
|
include Aws::Structure
|
5509
6835
|
end
|
5510
6836
|
|
@@ -5563,6 +6889,7 @@ module Aws::QuickSight
|
|
5563
6889
|
:integer_parameters,
|
5564
6890
|
:decimal_parameters,
|
5565
6891
|
:date_time_parameters)
|
6892
|
+
SENSITIVE = []
|
5566
6893
|
include Aws::Structure
|
5567
6894
|
end
|
5568
6895
|
|
@@ -5634,6 +6961,7 @@ module Aws::QuickSight
|
|
5634
6961
|
:relational_table,
|
5635
6962
|
:custom_sql,
|
5636
6963
|
:s3_source)
|
6964
|
+
SENSITIVE = []
|
5637
6965
|
include Aws::Structure
|
5638
6966
|
end
|
5639
6967
|
|
@@ -5666,6 +6994,7 @@ module Aws::QuickSight
|
|
5666
6994
|
:host,
|
5667
6995
|
:port,
|
5668
6996
|
:database)
|
6997
|
+
SENSITIVE = []
|
5669
6998
|
include Aws::Structure
|
5670
6999
|
end
|
5671
7000
|
|
@@ -5683,6 +7012,7 @@ module Aws::QuickSight
|
|
5683
7012
|
class PreconditionNotMetException < Struct.new(
|
5684
7013
|
:message,
|
5685
7014
|
:request_id)
|
7015
|
+
SENSITIVE = []
|
5686
7016
|
include Aws::Structure
|
5687
7017
|
end
|
5688
7018
|
|
@@ -5715,6 +7045,7 @@ module Aws::QuickSight
|
|
5715
7045
|
:host,
|
5716
7046
|
:port,
|
5717
7047
|
:catalog)
|
7048
|
+
SENSITIVE = []
|
5718
7049
|
include Aws::Structure
|
5719
7050
|
end
|
5720
7051
|
|
@@ -5736,6 +7067,7 @@ module Aws::QuickSight
|
|
5736
7067
|
#
|
5737
7068
|
class ProjectOperation < Struct.new(
|
5738
7069
|
:projected_columns)
|
7070
|
+
SENSITIVE = []
|
5739
7071
|
include Aws::Structure
|
5740
7072
|
end
|
5741
7073
|
|
@@ -5755,6 +7087,7 @@ module Aws::QuickSight
|
|
5755
7087
|
class QueueInfo < Struct.new(
|
5756
7088
|
:waiting_on_ingestion,
|
5757
7089
|
:queued_ingestion)
|
7090
|
+
SENSITIVE = []
|
5758
7091
|
include Aws::Structure
|
5759
7092
|
end
|
5760
7093
|
|
@@ -5774,6 +7107,7 @@ module Aws::QuickSight
|
|
5774
7107
|
class QuickSightUserNotFoundException < Struct.new(
|
5775
7108
|
:message,
|
5776
7109
|
:request_id)
|
7110
|
+
SENSITIVE = []
|
5777
7111
|
include Aws::Structure
|
5778
7112
|
end
|
5779
7113
|
|
@@ -5800,6 +7134,7 @@ module Aws::QuickSight
|
|
5800
7134
|
class RdsParameters < Struct.new(
|
5801
7135
|
:instance_id,
|
5802
7136
|
:database)
|
7137
|
+
SENSITIVE = []
|
5803
7138
|
include Aws::Structure
|
5804
7139
|
end
|
5805
7140
|
|
@@ -5841,6 +7176,7 @@ module Aws::QuickSight
|
|
5841
7176
|
:port,
|
5842
7177
|
:database,
|
5843
7178
|
:cluster_id)
|
7179
|
+
SENSITIVE = []
|
5844
7180
|
include Aws::Structure
|
5845
7181
|
end
|
5846
7182
|
|
@@ -5937,6 +7273,7 @@ module Aws::QuickSight
|
|
5937
7273
|
:aws_account_id,
|
5938
7274
|
:namespace,
|
5939
7275
|
:user_name)
|
7276
|
+
SENSITIVE = []
|
5940
7277
|
include Aws::Structure
|
5941
7278
|
end
|
5942
7279
|
|
@@ -5965,6 +7302,7 @@ module Aws::QuickSight
|
|
5965
7302
|
:user_invitation_url,
|
5966
7303
|
:request_id,
|
5967
7304
|
:status)
|
7305
|
+
SENSITIVE = []
|
5968
7306
|
include Aws::Structure
|
5969
7307
|
end
|
5970
7308
|
|
@@ -6009,6 +7347,7 @@ module Aws::QuickSight
|
|
6009
7347
|
:schema,
|
6010
7348
|
:name,
|
6011
7349
|
:input_columns)
|
7350
|
+
SENSITIVE = []
|
6012
7351
|
include Aws::Structure
|
6013
7352
|
end
|
6014
7353
|
|
@@ -6035,6 +7374,7 @@ module Aws::QuickSight
|
|
6035
7374
|
class RenameColumnOperation < Struct.new(
|
6036
7375
|
:column_name,
|
6037
7376
|
:new_column_name)
|
7377
|
+
SENSITIVE = []
|
6038
7378
|
include Aws::Structure
|
6039
7379
|
end
|
6040
7380
|
|
@@ -6044,7 +7384,7 @@ module Aws::QuickSight
|
|
6044
7384
|
# @return [String]
|
6045
7385
|
#
|
6046
7386
|
# @!attribute [rw] resource_type
|
6047
|
-
# The
|
7387
|
+
# The resource type for this request.
|
6048
7388
|
# @return [String]
|
6049
7389
|
#
|
6050
7390
|
# @!attribute [rw] request_id
|
@@ -6057,6 +7397,7 @@ module Aws::QuickSight
|
|
6057
7397
|
:message,
|
6058
7398
|
:resource_type,
|
6059
7399
|
:request_id)
|
7400
|
+
SENSITIVE = []
|
6060
7401
|
include Aws::Structure
|
6061
7402
|
end
|
6062
7403
|
|
@@ -6066,7 +7407,7 @@ module Aws::QuickSight
|
|
6066
7407
|
# @return [String]
|
6067
7408
|
#
|
6068
7409
|
# @!attribute [rw] resource_type
|
6069
|
-
# The
|
7410
|
+
# The resource type for this request.
|
6070
7411
|
# @return [String]
|
6071
7412
|
#
|
6072
7413
|
# @!attribute [rw] request_id
|
@@ -6079,6 +7420,7 @@ module Aws::QuickSight
|
|
6079
7420
|
:message,
|
6080
7421
|
:resource_type,
|
6081
7422
|
:request_id)
|
7423
|
+
SENSITIVE = []
|
6082
7424
|
include Aws::Structure
|
6083
7425
|
end
|
6084
7426
|
|
@@ -6093,10 +7435,15 @@ module Aws::QuickSight
|
|
6093
7435
|
# }
|
6094
7436
|
#
|
6095
7437
|
# @!attribute [rw] principal
|
6096
|
-
# The Amazon Resource Name (ARN) of
|
6097
|
-
#
|
6098
|
-
#
|
6099
|
-
#
|
7438
|
+
# The Amazon Resource Name (ARN) of the principal. This can be one of
|
7439
|
+
# the following:
|
7440
|
+
#
|
7441
|
+
# * The ARN of an Amazon QuickSight user, group, or namespace. (This
|
7442
|
+
# is most common.)
|
7443
|
+
#
|
7444
|
+
# * The ARN of an AWS account root: This is an IAM ARN rather than a
|
7445
|
+
# QuickSight ARN. Use this option only to share resources
|
7446
|
+
# (templates) across AWS accounts. (This is less common.)
|
6100
7447
|
# @return [String]
|
6101
7448
|
#
|
6102
7449
|
# @!attribute [rw] actions
|
@@ -6109,6 +7456,7 @@ module Aws::QuickSight
|
|
6109
7456
|
class ResourcePermission < Struct.new(
|
6110
7457
|
:principal,
|
6111
7458
|
:actions)
|
7459
|
+
SENSITIVE = []
|
6112
7460
|
include Aws::Structure
|
6113
7461
|
end
|
6114
7462
|
|
@@ -6131,6 +7479,7 @@ module Aws::QuickSight
|
|
6131
7479
|
:message,
|
6132
7480
|
:resource_type,
|
6133
7481
|
:request_id)
|
7482
|
+
SENSITIVE = []
|
6134
7483
|
include Aws::Structure
|
6135
7484
|
end
|
6136
7485
|
|
@@ -6149,6 +7498,7 @@ module Aws::QuickSight
|
|
6149
7498
|
class RowInfo < Struct.new(
|
6150
7499
|
:rows_ingested,
|
6151
7500
|
:rows_dropped)
|
7501
|
+
SENSITIVE = []
|
6152
7502
|
include Aws::Structure
|
6153
7503
|
end
|
6154
7504
|
|
@@ -6175,6 +7525,7 @@ module Aws::QuickSight
|
|
6175
7525
|
class RowLevelPermissionDataSet < Struct.new(
|
6176
7526
|
:arn,
|
6177
7527
|
:permission_policy)
|
7528
|
+
SENSITIVE = []
|
6178
7529
|
include Aws::Structure
|
6179
7530
|
end
|
6180
7531
|
|
@@ -6199,6 +7550,7 @@ module Aws::QuickSight
|
|
6199
7550
|
#
|
6200
7551
|
class S3Parameters < Struct.new(
|
6201
7552
|
:manifest_file_location)
|
7553
|
+
SENSITIVE = []
|
6202
7554
|
include Aws::Structure
|
6203
7555
|
end
|
6204
7556
|
|
@@ -6242,6 +7594,7 @@ module Aws::QuickSight
|
|
6242
7594
|
:data_source_arn,
|
6243
7595
|
:upload_settings,
|
6244
7596
|
:input_columns)
|
7597
|
+
SENSITIVE = []
|
6245
7598
|
include Aws::Structure
|
6246
7599
|
end
|
6247
7600
|
|
@@ -6268,7 +7621,7 @@ module Aws::QuickSight
|
|
6268
7621
|
#
|
6269
7622
|
# @!attribute [rw] filters
|
6270
7623
|
# The filters to apply to the search. Currently, you can search only
|
6271
|
-
# by user name
|
7624
|
+
# by user name, for example, `"Filters": [ \{ "Name":
|
6272
7625
|
# "QUICKSIGHT_USER", "Operator": "StringEquals", "Value":
|
6273
7626
|
# "arn:aws:quicksight:us-east-1:1:user/default/UserName1" \} ]`
|
6274
7627
|
# @return [Array<Types::DashboardSearchFilter>]
|
@@ -6289,6 +7642,7 @@ module Aws::QuickSight
|
|
6289
7642
|
:filters,
|
6290
7643
|
:next_token,
|
6291
7644
|
:max_results)
|
7645
|
+
SENSITIVE = []
|
6292
7646
|
include Aws::Structure
|
6293
7647
|
end
|
6294
7648
|
|
@@ -6317,6 +7671,7 @@ module Aws::QuickSight
|
|
6317
7671
|
:next_token,
|
6318
7672
|
:status,
|
6319
7673
|
:request_id)
|
7674
|
+
SENSITIVE = []
|
6320
7675
|
include Aws::Structure
|
6321
7676
|
end
|
6322
7677
|
|
@@ -6337,6 +7692,7 @@ module Aws::QuickSight
|
|
6337
7692
|
#
|
6338
7693
|
class ServiceNowParameters < Struct.new(
|
6339
7694
|
:site_base_url)
|
7695
|
+
SENSITIVE = []
|
6340
7696
|
include Aws::Structure
|
6341
7697
|
end
|
6342
7698
|
|
@@ -6355,6 +7711,7 @@ module Aws::QuickSight
|
|
6355
7711
|
class SessionLifetimeInMinutesInvalidException < Struct.new(
|
6356
7712
|
:message,
|
6357
7713
|
:request_id)
|
7714
|
+
SENSITIVE = []
|
6358
7715
|
include Aws::Structure
|
6359
7716
|
end
|
6360
7717
|
|
@@ -6375,6 +7732,45 @@ module Aws::QuickSight
|
|
6375
7732
|
#
|
6376
7733
|
class SheetControlsOption < Struct.new(
|
6377
7734
|
:visibility_state)
|
7735
|
+
SENSITIVE = []
|
7736
|
+
include Aws::Structure
|
7737
|
+
end
|
7738
|
+
|
7739
|
+
# The theme display options for sheets.
|
7740
|
+
#
|
7741
|
+
# @note When making an API call, you may pass SheetStyle
|
7742
|
+
# data as a hash:
|
7743
|
+
#
|
7744
|
+
# {
|
7745
|
+
# tile: {
|
7746
|
+
# border: {
|
7747
|
+
# show: false,
|
7748
|
+
# },
|
7749
|
+
# },
|
7750
|
+
# tile_layout: {
|
7751
|
+
# gutter: {
|
7752
|
+
# show: false,
|
7753
|
+
# },
|
7754
|
+
# margin: {
|
7755
|
+
# show: false,
|
7756
|
+
# },
|
7757
|
+
# },
|
7758
|
+
# }
|
7759
|
+
#
|
7760
|
+
# @!attribute [rw] tile
|
7761
|
+
# The display options for tiles.
|
7762
|
+
# @return [Types::TileStyle]
|
7763
|
+
#
|
7764
|
+
# @!attribute [rw] tile_layout
|
7765
|
+
# The layout options for tiles.
|
7766
|
+
# @return [Types::TileLayoutStyle]
|
7767
|
+
#
|
7768
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SheetStyle AWS API Documentation
|
7769
|
+
#
|
7770
|
+
class SheetStyle < Struct.new(
|
7771
|
+
:tile,
|
7772
|
+
:tile_layout)
|
7773
|
+
SENSITIVE = []
|
6378
7774
|
include Aws::Structure
|
6379
7775
|
end
|
6380
7776
|
|
@@ -6407,6 +7803,7 @@ module Aws::QuickSight
|
|
6407
7803
|
:host,
|
6408
7804
|
:database,
|
6409
7805
|
:warehouse)
|
7806
|
+
SENSITIVE = []
|
6410
7807
|
include Aws::Structure
|
6411
7808
|
end
|
6412
7809
|
|
@@ -6433,6 +7830,7 @@ module Aws::QuickSight
|
|
6433
7830
|
class SparkParameters < Struct.new(
|
6434
7831
|
:host,
|
6435
7832
|
:port)
|
7833
|
+
SENSITIVE = []
|
6436
7834
|
include Aws::Structure
|
6437
7835
|
end
|
6438
7836
|
|
@@ -6465,6 +7863,7 @@ module Aws::QuickSight
|
|
6465
7863
|
:host,
|
6466
7864
|
:port,
|
6467
7865
|
:database)
|
7866
|
+
SENSITIVE = []
|
6468
7867
|
include Aws::Structure
|
6469
7868
|
end
|
6470
7869
|
|
@@ -6486,6 +7885,7 @@ module Aws::QuickSight
|
|
6486
7885
|
#
|
6487
7886
|
class SslProperties < Struct.new(
|
6488
7887
|
:disable_ssl)
|
7888
|
+
SENSITIVE = []
|
6489
7889
|
include Aws::Structure
|
6490
7890
|
end
|
6491
7891
|
|
@@ -6512,6 +7912,7 @@ module Aws::QuickSight
|
|
6512
7912
|
class StringParameter < Struct.new(
|
6513
7913
|
:name,
|
6514
7914
|
:values)
|
7915
|
+
SENSITIVE = []
|
6515
7916
|
include Aws::Structure
|
6516
7917
|
end
|
6517
7918
|
|
@@ -6539,6 +7940,7 @@ module Aws::QuickSight
|
|
6539
7940
|
class Tag < Struct.new(
|
6540
7941
|
:key,
|
6541
7942
|
:value)
|
7943
|
+
SENSITIVE = []
|
6542
7944
|
include Aws::Structure
|
6543
7945
|
end
|
6544
7946
|
|
@@ -6574,6 +7976,7 @@ module Aws::QuickSight
|
|
6574
7976
|
class TagColumnOperation < Struct.new(
|
6575
7977
|
:column_name,
|
6576
7978
|
:tags)
|
7979
|
+
SENSITIVE = []
|
6577
7980
|
include Aws::Structure
|
6578
7981
|
end
|
6579
7982
|
|
@@ -6604,6 +8007,7 @@ module Aws::QuickSight
|
|
6604
8007
|
class TagResourceRequest < Struct.new(
|
6605
8008
|
:resource_arn,
|
6606
8009
|
:tags)
|
8010
|
+
SENSITIVE = []
|
6607
8011
|
include Aws::Structure
|
6608
8012
|
end
|
6609
8013
|
|
@@ -6620,6 +8024,7 @@ module Aws::QuickSight
|
|
6620
8024
|
class TagResourceResponse < Struct.new(
|
6621
8025
|
:request_id,
|
6622
8026
|
:status)
|
8027
|
+
SENSITIVE = []
|
6623
8028
|
include Aws::Structure
|
6624
8029
|
end
|
6625
8030
|
|
@@ -6669,6 +8074,7 @@ module Aws::QuickSight
|
|
6669
8074
|
:template_id,
|
6670
8075
|
:last_updated_time,
|
6671
8076
|
:created_time)
|
8077
|
+
SENSITIVE = []
|
6672
8078
|
include Aws::Structure
|
6673
8079
|
end
|
6674
8080
|
|
@@ -6692,6 +8098,7 @@ module Aws::QuickSight
|
|
6692
8098
|
:alias_name,
|
6693
8099
|
:arn,
|
6694
8100
|
:template_version_number)
|
8101
|
+
SENSITIVE = []
|
6695
8102
|
include Aws::Structure
|
6696
8103
|
end
|
6697
8104
|
|
@@ -6711,6 +8118,7 @@ module Aws::QuickSight
|
|
6711
8118
|
class TemplateError < Struct.new(
|
6712
8119
|
:type,
|
6713
8120
|
:message)
|
8121
|
+
SENSITIVE = []
|
6714
8122
|
include Aws::Structure
|
6715
8123
|
end
|
6716
8124
|
|
@@ -6743,6 +8151,7 @@ module Aws::QuickSight
|
|
6743
8151
|
class TemplateSourceAnalysis < Struct.new(
|
6744
8152
|
:arn,
|
6745
8153
|
:data_set_references)
|
8154
|
+
SENSITIVE = []
|
6746
8155
|
include Aws::Structure
|
6747
8156
|
end
|
6748
8157
|
|
@@ -6779,6 +8188,7 @@ module Aws::QuickSight
|
|
6779
8188
|
class TemplateSourceEntity < Struct.new(
|
6780
8189
|
:source_analysis,
|
6781
8190
|
:source_template)
|
8191
|
+
SENSITIVE = []
|
6782
8192
|
include Aws::Structure
|
6783
8193
|
end
|
6784
8194
|
|
@@ -6799,6 +8209,7 @@ module Aws::QuickSight
|
|
6799
8209
|
#
|
6800
8210
|
class TemplateSourceTemplate < Struct.new(
|
6801
8211
|
:arn)
|
8212
|
+
SENSITIVE = []
|
6802
8213
|
include Aws::Structure
|
6803
8214
|
end
|
6804
8215
|
|
@@ -6839,6 +8250,7 @@ module Aws::QuickSight
|
|
6839
8250
|
:latest_version_number,
|
6840
8251
|
:created_time,
|
6841
8252
|
:last_updated_time)
|
8253
|
+
SENSITIVE = []
|
6842
8254
|
include Aws::Structure
|
6843
8255
|
end
|
6844
8256
|
|
@@ -6885,6 +8297,7 @@ module Aws::QuickSight
|
|
6885
8297
|
:data_set_configurations,
|
6886
8298
|
:description,
|
6887
8299
|
:source_entity_arn)
|
8300
|
+
SENSITIVE = []
|
6888
8301
|
include Aws::Structure
|
6889
8302
|
end
|
6890
8303
|
|
@@ -6918,6 +8331,7 @@ module Aws::QuickSight
|
|
6918
8331
|
:created_time,
|
6919
8332
|
:status,
|
6920
8333
|
:description)
|
8334
|
+
SENSITIVE = []
|
6921
8335
|
include Aws::Structure
|
6922
8336
|
end
|
6923
8337
|
|
@@ -6950,40 +8364,378 @@ module Aws::QuickSight
|
|
6950
8364
|
:host,
|
6951
8365
|
:port,
|
6952
8366
|
:database)
|
8367
|
+
SENSITIVE = []
|
6953
8368
|
include Aws::Structure
|
6954
8369
|
end
|
6955
8370
|
|
6956
|
-
#
|
8371
|
+
# @!attribute [rw] arn
|
8372
|
+
# The Amazon Resource Name (ARN) of the theme.
|
8373
|
+
# @return [String]
|
6957
8374
|
#
|
6958
|
-
# @!attribute [rw]
|
8375
|
+
# @!attribute [rw] name
|
8376
|
+
# The name that the user gives to the theme.
|
6959
8377
|
# @return [String]
|
6960
8378
|
#
|
6961
|
-
# @!attribute [rw]
|
6962
|
-
# The
|
8379
|
+
# @!attribute [rw] theme_id
|
8380
|
+
# The identifier that the user gives to the theme.
|
6963
8381
|
# @return [String]
|
6964
8382
|
#
|
6965
|
-
#
|
8383
|
+
# @!attribute [rw] version
|
8384
|
+
# A version of a theme.
|
8385
|
+
# @return [Types::ThemeVersion]
|
6966
8386
|
#
|
6967
|
-
|
6968
|
-
|
6969
|
-
|
8387
|
+
# @!attribute [rw] created_time
|
8388
|
+
# The date and time that the theme was created.
|
8389
|
+
# @return [Time]
|
8390
|
+
#
|
8391
|
+
# @!attribute [rw] last_updated_time
|
8392
|
+
# The date and time that the theme was last updated.
|
8393
|
+
# @return [Time]
|
8394
|
+
#
|
8395
|
+
# @!attribute [rw] type
|
8396
|
+
# The type of theme, based on how it was created. Valid values
|
8397
|
+
# include: `QUICKSIGHT` and `CUSTOM`.
|
8398
|
+
# @return [String]
|
8399
|
+
#
|
8400
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/Theme AWS API Documentation
|
8401
|
+
#
|
8402
|
+
class Theme < Struct.new(
|
8403
|
+
:arn,
|
8404
|
+
:name,
|
8405
|
+
:theme_id,
|
8406
|
+
:version,
|
8407
|
+
:created_time,
|
8408
|
+
:last_updated_time,
|
8409
|
+
:type)
|
8410
|
+
SENSITIVE = []
|
6970
8411
|
include Aws::Structure
|
6971
8412
|
end
|
6972
8413
|
|
6973
|
-
#
|
6974
|
-
# structure. For this structure to be valid, only one of the attributes
|
6975
|
-
# can be non-null.
|
8414
|
+
# An alias for a theme.
|
6976
8415
|
#
|
6977
|
-
#
|
6978
|
-
#
|
8416
|
+
# @!attribute [rw] arn
|
8417
|
+
# The Amazon Resource Name (ARN) of the theme alias.
|
8418
|
+
# @return [String]
|
6979
8419
|
#
|
6980
|
-
#
|
6981
|
-
#
|
6982
|
-
#
|
6983
|
-
#
|
6984
|
-
#
|
6985
|
-
#
|
6986
|
-
#
|
8420
|
+
# @!attribute [rw] alias_name
|
8421
|
+
# The display name of the theme alias.
|
8422
|
+
# @return [String]
|
8423
|
+
#
|
8424
|
+
# @!attribute [rw] theme_version_number
|
8425
|
+
# The version number of the theme alias.
|
8426
|
+
# @return [Integer]
|
8427
|
+
#
|
8428
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ThemeAlias AWS API Documentation
|
8429
|
+
#
|
8430
|
+
class ThemeAlias < Struct.new(
|
8431
|
+
:arn,
|
8432
|
+
:alias_name,
|
8433
|
+
:theme_version_number)
|
8434
|
+
SENSITIVE = []
|
8435
|
+
include Aws::Structure
|
8436
|
+
end
|
8437
|
+
|
8438
|
+
# The theme configuration. This configuration contains all of the
|
8439
|
+
# display properties for a theme.
|
8440
|
+
#
|
8441
|
+
# @note When making an API call, you may pass ThemeConfiguration
|
8442
|
+
# data as a hash:
|
8443
|
+
#
|
8444
|
+
# {
|
8445
|
+
# data_color_palette: {
|
8446
|
+
# colors: ["HexColor"],
|
8447
|
+
# min_max_gradient: ["HexColor"],
|
8448
|
+
# empty_fill_color: "HexColor",
|
8449
|
+
# },
|
8450
|
+
# ui_color_palette: {
|
8451
|
+
# primary_foreground: "HexColor",
|
8452
|
+
# primary_background: "HexColor",
|
8453
|
+
# secondary_foreground: "HexColor",
|
8454
|
+
# secondary_background: "HexColor",
|
8455
|
+
# accent: "HexColor",
|
8456
|
+
# accent_foreground: "HexColor",
|
8457
|
+
# danger: "HexColor",
|
8458
|
+
# danger_foreground: "HexColor",
|
8459
|
+
# warning: "HexColor",
|
8460
|
+
# warning_foreground: "HexColor",
|
8461
|
+
# success: "HexColor",
|
8462
|
+
# success_foreground: "HexColor",
|
8463
|
+
# dimension: "HexColor",
|
8464
|
+
# dimension_foreground: "HexColor",
|
8465
|
+
# measure: "HexColor",
|
8466
|
+
# measure_foreground: "HexColor",
|
8467
|
+
# },
|
8468
|
+
# sheet: {
|
8469
|
+
# tile: {
|
8470
|
+
# border: {
|
8471
|
+
# show: false,
|
8472
|
+
# },
|
8473
|
+
# },
|
8474
|
+
# tile_layout: {
|
8475
|
+
# gutter: {
|
8476
|
+
# show: false,
|
8477
|
+
# },
|
8478
|
+
# margin: {
|
8479
|
+
# show: false,
|
8480
|
+
# },
|
8481
|
+
# },
|
8482
|
+
# },
|
8483
|
+
# }
|
8484
|
+
#
|
8485
|
+
# @!attribute [rw] data_color_palette
|
8486
|
+
# Color properties that apply to chart data colors.
|
8487
|
+
# @return [Types::DataColorPalette]
|
8488
|
+
#
|
8489
|
+
# @!attribute [rw] ui_color_palette
|
8490
|
+
# Color properties that apply to the UI and to charts, excluding the
|
8491
|
+
# colors that apply to data.
|
8492
|
+
# @return [Types::UIColorPalette]
|
8493
|
+
#
|
8494
|
+
# @!attribute [rw] sheet
|
8495
|
+
# Display options related to sheets.
|
8496
|
+
# @return [Types::SheetStyle]
|
8497
|
+
#
|
8498
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ThemeConfiguration AWS API Documentation
|
8499
|
+
#
|
8500
|
+
class ThemeConfiguration < Struct.new(
|
8501
|
+
:data_color_palette,
|
8502
|
+
:ui_color_palette,
|
8503
|
+
:sheet)
|
8504
|
+
SENSITIVE = []
|
8505
|
+
include Aws::Structure
|
8506
|
+
end
|
8507
|
+
|
8508
|
+
# Theme error.
|
8509
|
+
#
|
8510
|
+
# @!attribute [rw] type
|
8511
|
+
# The type of error.
|
8512
|
+
# @return [String]
|
8513
|
+
#
|
8514
|
+
# @!attribute [rw] message
|
8515
|
+
# The error message.
|
8516
|
+
# @return [String]
|
8517
|
+
#
|
8518
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ThemeError AWS API Documentation
|
8519
|
+
#
|
8520
|
+
class ThemeError < Struct.new(
|
8521
|
+
:type,
|
8522
|
+
:message)
|
8523
|
+
SENSITIVE = []
|
8524
|
+
include Aws::Structure
|
8525
|
+
end
|
8526
|
+
|
8527
|
+
# The theme summary.
|
8528
|
+
#
|
8529
|
+
# @!attribute [rw] arn
|
8530
|
+
# The Amazon Resource Name (ARN) of the resource.
|
8531
|
+
# @return [String]
|
8532
|
+
#
|
8533
|
+
# @!attribute [rw] name
|
8534
|
+
# the display name for the theme.
|
8535
|
+
# @return [String]
|
8536
|
+
#
|
8537
|
+
# @!attribute [rw] theme_id
|
8538
|
+
# The ID of the theme. This ID is unique per AWS Region for each AWS
|
8539
|
+
# account.
|
8540
|
+
# @return [String]
|
8541
|
+
#
|
8542
|
+
# @!attribute [rw] latest_version_number
|
8543
|
+
# The latest version number for the theme.
|
8544
|
+
# @return [Integer]
|
8545
|
+
#
|
8546
|
+
# @!attribute [rw] created_time
|
8547
|
+
# The date and time that this theme was created.
|
8548
|
+
# @return [Time]
|
8549
|
+
#
|
8550
|
+
# @!attribute [rw] last_updated_time
|
8551
|
+
# The last date and time that this theme was updated.
|
8552
|
+
# @return [Time]
|
8553
|
+
#
|
8554
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ThemeSummary AWS API Documentation
|
8555
|
+
#
|
8556
|
+
class ThemeSummary < Struct.new(
|
8557
|
+
:arn,
|
8558
|
+
:name,
|
8559
|
+
:theme_id,
|
8560
|
+
:latest_version_number,
|
8561
|
+
:created_time,
|
8562
|
+
:last_updated_time)
|
8563
|
+
SENSITIVE = []
|
8564
|
+
include Aws::Structure
|
8565
|
+
end
|
8566
|
+
|
8567
|
+
# A version of a theme.
|
8568
|
+
#
|
8569
|
+
# @!attribute [rw] version_number
|
8570
|
+
# The version number of the theme.
|
8571
|
+
# @return [Integer]
|
8572
|
+
#
|
8573
|
+
# @!attribute [rw] arn
|
8574
|
+
# The Amazon Resource Name (ARN) of the resource.
|
8575
|
+
# @return [String]
|
8576
|
+
#
|
8577
|
+
# @!attribute [rw] description
|
8578
|
+
# The description of the theme.
|
8579
|
+
# @return [String]
|
8580
|
+
#
|
8581
|
+
# @!attribute [rw] base_theme_id
|
8582
|
+
# The Amazon QuickSight-defined ID of the theme that a custom theme
|
8583
|
+
# inherits from. All themes initially inherit from a default
|
8584
|
+
# QuickSight theme.
|
8585
|
+
# @return [String]
|
8586
|
+
#
|
8587
|
+
# @!attribute [rw] created_time
|
8588
|
+
# The date and time that this theme version was created.
|
8589
|
+
# @return [Time]
|
8590
|
+
#
|
8591
|
+
# @!attribute [rw] configuration
|
8592
|
+
# The theme configuration, which contains all the theme display
|
8593
|
+
# properties.
|
8594
|
+
# @return [Types::ThemeConfiguration]
|
8595
|
+
#
|
8596
|
+
# @!attribute [rw] errors
|
8597
|
+
# Errors associated with the theme.
|
8598
|
+
# @return [Array<Types::ThemeError>]
|
8599
|
+
#
|
8600
|
+
# @!attribute [rw] status
|
8601
|
+
# The status of the theme version.
|
8602
|
+
# @return [String]
|
8603
|
+
#
|
8604
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ThemeVersion AWS API Documentation
|
8605
|
+
#
|
8606
|
+
class ThemeVersion < Struct.new(
|
8607
|
+
:version_number,
|
8608
|
+
:arn,
|
8609
|
+
:description,
|
8610
|
+
:base_theme_id,
|
8611
|
+
:created_time,
|
8612
|
+
:configuration,
|
8613
|
+
:errors,
|
8614
|
+
:status)
|
8615
|
+
SENSITIVE = []
|
8616
|
+
include Aws::Structure
|
8617
|
+
end
|
8618
|
+
|
8619
|
+
# The theme version.
|
8620
|
+
#
|
8621
|
+
# @!attribute [rw] version_number
|
8622
|
+
# The version number of the theme version.
|
8623
|
+
# @return [Integer]
|
8624
|
+
#
|
8625
|
+
# @!attribute [rw] arn
|
8626
|
+
# The Amazon Resource Name (ARN) of the theme version.
|
8627
|
+
# @return [String]
|
8628
|
+
#
|
8629
|
+
# @!attribute [rw] description
|
8630
|
+
# The description of the theme version.
|
8631
|
+
# @return [String]
|
8632
|
+
#
|
8633
|
+
# @!attribute [rw] created_time
|
8634
|
+
# The date and time that this theme version was created.
|
8635
|
+
# @return [Time]
|
8636
|
+
#
|
8637
|
+
# @!attribute [rw] status
|
8638
|
+
# The status of the theme version.
|
8639
|
+
# @return [String]
|
8640
|
+
#
|
8641
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ThemeVersionSummary AWS API Documentation
|
8642
|
+
#
|
8643
|
+
class ThemeVersionSummary < Struct.new(
|
8644
|
+
:version_number,
|
8645
|
+
:arn,
|
8646
|
+
:description,
|
8647
|
+
:created_time,
|
8648
|
+
:status)
|
8649
|
+
SENSITIVE = []
|
8650
|
+
include Aws::Structure
|
8651
|
+
end
|
8652
|
+
|
8653
|
+
# Access is throttled.
|
8654
|
+
#
|
8655
|
+
# @!attribute [rw] message
|
8656
|
+
# @return [String]
|
8657
|
+
#
|
8658
|
+
# @!attribute [rw] request_id
|
8659
|
+
# The AWS request ID for this request.
|
8660
|
+
# @return [String]
|
8661
|
+
#
|
8662
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ThrottlingException AWS API Documentation
|
8663
|
+
#
|
8664
|
+
class ThrottlingException < Struct.new(
|
8665
|
+
:message,
|
8666
|
+
:request_id)
|
8667
|
+
SENSITIVE = []
|
8668
|
+
include Aws::Structure
|
8669
|
+
end
|
8670
|
+
|
8671
|
+
# The display options for the layout of tiles on a sheet.
|
8672
|
+
#
|
8673
|
+
# @note When making an API call, you may pass TileLayoutStyle
|
8674
|
+
# data as a hash:
|
8675
|
+
#
|
8676
|
+
# {
|
8677
|
+
# gutter: {
|
8678
|
+
# show: false,
|
8679
|
+
# },
|
8680
|
+
# margin: {
|
8681
|
+
# show: false,
|
8682
|
+
# },
|
8683
|
+
# }
|
8684
|
+
#
|
8685
|
+
# @!attribute [rw] gutter
|
8686
|
+
# The gutter settings that apply between tiles.
|
8687
|
+
# @return [Types::GutterStyle]
|
8688
|
+
#
|
8689
|
+
# @!attribute [rw] margin
|
8690
|
+
# The margin settings that apply around the outside edge of sheets.
|
8691
|
+
# @return [Types::MarginStyle]
|
8692
|
+
#
|
8693
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TileLayoutStyle AWS API Documentation
|
8694
|
+
#
|
8695
|
+
class TileLayoutStyle < Struct.new(
|
8696
|
+
:gutter,
|
8697
|
+
:margin)
|
8698
|
+
SENSITIVE = []
|
8699
|
+
include Aws::Structure
|
8700
|
+
end
|
8701
|
+
|
8702
|
+
# Display options related to tiles on a sheet.
|
8703
|
+
#
|
8704
|
+
# @note When making an API call, you may pass TileStyle
|
8705
|
+
# data as a hash:
|
8706
|
+
#
|
8707
|
+
# {
|
8708
|
+
# border: {
|
8709
|
+
# show: false,
|
8710
|
+
# },
|
8711
|
+
# }
|
8712
|
+
#
|
8713
|
+
# @!attribute [rw] border
|
8714
|
+
# The border around a tile.
|
8715
|
+
# @return [Types::BorderStyle]
|
8716
|
+
#
|
8717
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TileStyle AWS API Documentation
|
8718
|
+
#
|
8719
|
+
class TileStyle < Struct.new(
|
8720
|
+
:border)
|
8721
|
+
SENSITIVE = []
|
8722
|
+
include Aws::Structure
|
8723
|
+
end
|
8724
|
+
|
8725
|
+
# A data transformation on a logical table. This is a variant type
|
8726
|
+
# structure. For this structure to be valid, only one of the attributes
|
8727
|
+
# can be non-null.
|
8728
|
+
#
|
8729
|
+
# @note When making an API call, you may pass TransformOperation
|
8730
|
+
# data as a hash:
|
8731
|
+
#
|
8732
|
+
# {
|
8733
|
+
# project_operation: {
|
8734
|
+
# projected_columns: ["String"], # required
|
8735
|
+
# },
|
8736
|
+
# filter_operation: {
|
8737
|
+
# condition_expression: "Expression", # required
|
8738
|
+
# },
|
6987
8739
|
# create_columns_operation: {
|
6988
8740
|
# columns: [ # required
|
6989
8741
|
# {
|
@@ -7047,6 +8799,7 @@ module Aws::QuickSight
|
|
7047
8799
|
:rename_column_operation,
|
7048
8800
|
:cast_column_type_operation,
|
7049
8801
|
:tag_column_operation)
|
8802
|
+
SENSITIVE = []
|
7050
8803
|
include Aws::Structure
|
7051
8804
|
end
|
7052
8805
|
|
@@ -7073,6 +8826,140 @@ module Aws::QuickSight
|
|
7073
8826
|
class TwitterParameters < Struct.new(
|
7074
8827
|
:query,
|
7075
8828
|
:max_rows)
|
8829
|
+
SENSITIVE = []
|
8830
|
+
include Aws::Structure
|
8831
|
+
end
|
8832
|
+
|
8833
|
+
# The theme colors that apply to UI and to charts, excluding data
|
8834
|
+
# colors. The colors description is a hexidecimal color code that
|
8835
|
+
# consists of six alphanumerical characters, prefixed with `#`, for
|
8836
|
+
# example #37BFF5. For more information, see [Using Themes in Amazon
|
8837
|
+
# QuickSight][1] in the *Amazon QuickSight User Guide.*
|
8838
|
+
#
|
8839
|
+
#
|
8840
|
+
#
|
8841
|
+
# [1]: https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html
|
8842
|
+
#
|
8843
|
+
# @note When making an API call, you may pass UIColorPalette
|
8844
|
+
# data as a hash:
|
8845
|
+
#
|
8846
|
+
# {
|
8847
|
+
# primary_foreground: "HexColor",
|
8848
|
+
# primary_background: "HexColor",
|
8849
|
+
# secondary_foreground: "HexColor",
|
8850
|
+
# secondary_background: "HexColor",
|
8851
|
+
# accent: "HexColor",
|
8852
|
+
# accent_foreground: "HexColor",
|
8853
|
+
# danger: "HexColor",
|
8854
|
+
# danger_foreground: "HexColor",
|
8855
|
+
# warning: "HexColor",
|
8856
|
+
# warning_foreground: "HexColor",
|
8857
|
+
# success: "HexColor",
|
8858
|
+
# success_foreground: "HexColor",
|
8859
|
+
# dimension: "HexColor",
|
8860
|
+
# dimension_foreground: "HexColor",
|
8861
|
+
# measure: "HexColor",
|
8862
|
+
# measure_foreground: "HexColor",
|
8863
|
+
# }
|
8864
|
+
#
|
8865
|
+
# @!attribute [rw] primary_foreground
|
8866
|
+
# The color of text and other foreground elements that appear over the
|
8867
|
+
# primary background regions, such as grid lines, borders, table
|
8868
|
+
# banding, icons, and so on.
|
8869
|
+
# @return [String]
|
8870
|
+
#
|
8871
|
+
# @!attribute [rw] primary_background
|
8872
|
+
# The background color that applies to visuals and other high emphasis
|
8873
|
+
# UI.
|
8874
|
+
# @return [String]
|
8875
|
+
#
|
8876
|
+
# @!attribute [rw] secondary_foreground
|
8877
|
+
# The foreground color that applies to any sheet title, sheet control
|
8878
|
+
# text, or UI that appears over the secondary background.
|
8879
|
+
# @return [String]
|
8880
|
+
#
|
8881
|
+
# @!attribute [rw] secondary_background
|
8882
|
+
# The background color that applies to the sheet background and sheet
|
8883
|
+
# controls.
|
8884
|
+
# @return [String]
|
8885
|
+
#
|
8886
|
+
# @!attribute [rw] accent
|
8887
|
+
# This color is that applies to selected states and buttons.
|
8888
|
+
# @return [String]
|
8889
|
+
#
|
8890
|
+
# @!attribute [rw] accent_foreground
|
8891
|
+
# The foreground color that applies to any text or other elements that
|
8892
|
+
# appear over the accent color.
|
8893
|
+
# @return [String]
|
8894
|
+
#
|
8895
|
+
# @!attribute [rw] danger
|
8896
|
+
# The color that applies to error messages.
|
8897
|
+
# @return [String]
|
8898
|
+
#
|
8899
|
+
# @!attribute [rw] danger_foreground
|
8900
|
+
# The foreground color that applies to any text or other elements that
|
8901
|
+
# appear over the error color.
|
8902
|
+
# @return [String]
|
8903
|
+
#
|
8904
|
+
# @!attribute [rw] warning
|
8905
|
+
# This color that applies to warning and informational messages.
|
8906
|
+
# @return [String]
|
8907
|
+
#
|
8908
|
+
# @!attribute [rw] warning_foreground
|
8909
|
+
# The foreground color that applies to any text or other elements that
|
8910
|
+
# appear over the warning color.
|
8911
|
+
# @return [String]
|
8912
|
+
#
|
8913
|
+
# @!attribute [rw] success
|
8914
|
+
# The color that applies to success messages, for example the check
|
8915
|
+
# mark for a successful download.
|
8916
|
+
# @return [String]
|
8917
|
+
#
|
8918
|
+
# @!attribute [rw] success_foreground
|
8919
|
+
# The foreground color that applies to any text or other elements that
|
8920
|
+
# appear over the success color.
|
8921
|
+
# @return [String]
|
8922
|
+
#
|
8923
|
+
# @!attribute [rw] dimension
|
8924
|
+
# The color that applies to the names of fields that are identified as
|
8925
|
+
# dimensions.
|
8926
|
+
# @return [String]
|
8927
|
+
#
|
8928
|
+
# @!attribute [rw] dimension_foreground
|
8929
|
+
# The foreground color that applies to any text or other elements that
|
8930
|
+
# appear over the dimension color.
|
8931
|
+
# @return [String]
|
8932
|
+
#
|
8933
|
+
# @!attribute [rw] measure
|
8934
|
+
# The color that applies to the names of fields that are identified as
|
8935
|
+
# measures.
|
8936
|
+
# @return [String]
|
8937
|
+
#
|
8938
|
+
# @!attribute [rw] measure_foreground
|
8939
|
+
# The foreground color that applies to any text or other elements that
|
8940
|
+
# appear over the measure color.
|
8941
|
+
# @return [String]
|
8942
|
+
#
|
8943
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UIColorPalette AWS API Documentation
|
8944
|
+
#
|
8945
|
+
class UIColorPalette < Struct.new(
|
8946
|
+
:primary_foreground,
|
8947
|
+
:primary_background,
|
8948
|
+
:secondary_foreground,
|
8949
|
+
:secondary_background,
|
8950
|
+
:accent,
|
8951
|
+
:accent_foreground,
|
8952
|
+
:danger,
|
8953
|
+
:danger_foreground,
|
8954
|
+
:warning,
|
8955
|
+
:warning_foreground,
|
8956
|
+
:success,
|
8957
|
+
:success_foreground,
|
8958
|
+
:dimension,
|
8959
|
+
:dimension_foreground,
|
8960
|
+
:measure,
|
8961
|
+
:measure_foreground)
|
8962
|
+
SENSITIVE = []
|
7076
8963
|
include Aws::Structure
|
7077
8964
|
end
|
7078
8965
|
|
@@ -7094,6 +8981,7 @@ module Aws::QuickSight
|
|
7094
8981
|
class UnsupportedUserEditionException < Struct.new(
|
7095
8982
|
:message,
|
7096
8983
|
:request_id)
|
8984
|
+
SENSITIVE = []
|
7097
8985
|
include Aws::Structure
|
7098
8986
|
end
|
7099
8987
|
|
@@ -7120,6 +9008,7 @@ module Aws::QuickSight
|
|
7120
9008
|
class UntagResourceRequest < Struct.new(
|
7121
9009
|
:resource_arn,
|
7122
9010
|
:tag_keys)
|
9011
|
+
SENSITIVE = []
|
7123
9012
|
include Aws::Structure
|
7124
9013
|
end
|
7125
9014
|
|
@@ -7136,6 +9025,7 @@ module Aws::QuickSight
|
|
7136
9025
|
class UntagResourceResponse < Struct.new(
|
7137
9026
|
:request_id,
|
7138
9027
|
:status)
|
9028
|
+
SENSITIVE = []
|
7139
9029
|
include Aws::Structure
|
7140
9030
|
end
|
7141
9031
|
|
@@ -7183,6 +9073,7 @@ module Aws::QuickSight
|
|
7183
9073
|
:dashboard_id,
|
7184
9074
|
:grant_permissions,
|
7185
9075
|
:revoke_permissions)
|
9076
|
+
SENSITIVE = []
|
7186
9077
|
include Aws::Structure
|
7187
9078
|
end
|
7188
9079
|
|
@@ -7214,6 +9105,7 @@ module Aws::QuickSight
|
|
7214
9105
|
:permissions,
|
7215
9106
|
:request_id,
|
7216
9107
|
:status)
|
9108
|
+
SENSITIVE = []
|
7217
9109
|
include Aws::Structure
|
7218
9110
|
end
|
7219
9111
|
|
@@ -7245,6 +9137,7 @@ module Aws::QuickSight
|
|
7245
9137
|
:aws_account_id,
|
7246
9138
|
:dashboard_id,
|
7247
9139
|
:version_number)
|
9140
|
+
SENSITIVE = []
|
7248
9141
|
include Aws::Structure
|
7249
9142
|
end
|
7250
9143
|
|
@@ -7271,6 +9164,7 @@ module Aws::QuickSight
|
|
7271
9164
|
:dashboard_arn,
|
7272
9165
|
:status,
|
7273
9166
|
:request_id)
|
9167
|
+
SENSITIVE = []
|
7274
9168
|
include Aws::Structure
|
7275
9169
|
end
|
7276
9170
|
|
@@ -7330,6 +9224,7 @@ module Aws::QuickSight
|
|
7330
9224
|
# visibility_state: "EXPANDED", # accepts EXPANDED, COLLAPSED
|
7331
9225
|
# },
|
7332
9226
|
# },
|
9227
|
+
# theme_arn: "Arn",
|
7333
9228
|
# }
|
7334
9229
|
#
|
7335
9230
|
# @!attribute [rw] aws_account_id
|
@@ -7346,16 +9241,25 @@ module Aws::QuickSight
|
|
7346
9241
|
# @return [String]
|
7347
9242
|
#
|
7348
9243
|
# @!attribute [rw] source_entity
|
7349
|
-
# The
|
7350
|
-
# `
|
7351
|
-
#
|
7352
|
-
#
|
7353
|
-
#
|
7354
|
-
#
|
9244
|
+
# The entity that you are using as a source when you update the
|
9245
|
+
# dashboard. In `SourceEntity`, you specify the type of object you're
|
9246
|
+
# using as source. You can only update a dashboard from a template, so
|
9247
|
+
# you use a `SourceTemplate` entity. If you need to update a dashboard
|
9248
|
+
# from an analysis, first convert the analysis to a template by using
|
9249
|
+
# the CreateTemplate API operation. For `SourceTemplate`, specify the
|
9250
|
+
# Amazon Resource Name (ARN) of the source template. The
|
9251
|
+
# `SourceTemplate` ARN can contain any AWS Account and any
|
9252
|
+
# QuickSight-supported AWS Region.
|
9253
|
+
#
|
9254
|
+
# Use the `DataSetReferences` entity within `SourceTemplate` to list
|
9255
|
+
# the replacement datasets for the placeholders listed in the
|
9256
|
+
# original. The schema in each dataset must match its placeholder.
|
7355
9257
|
# @return [Types::DashboardSourceEntity]
|
7356
9258
|
#
|
7357
9259
|
# @!attribute [rw] parameters
|
7358
|
-
# A structure that contains the parameters of the dashboard.
|
9260
|
+
# A structure that contains the parameters of the dashboard. These are
|
9261
|
+
# parameter overrides for a dashboard. A dashboard can have any type
|
9262
|
+
# of parameters, and some parameters might accept multiple values.
|
7359
9263
|
# @return [Types::Parameters]
|
7360
9264
|
#
|
7361
9265
|
# @!attribute [rw] version_description
|
@@ -7377,11 +9281,17 @@ module Aws::QuickSight
|
|
7377
9281
|
# option is `ENABLED` by default.
|
7378
9282
|
#
|
7379
9283
|
# * `VisibilityState` for `SheetControlsOption` - This visibility
|
7380
|
-
# state can be either `COLLAPSED` or `EXPANDED`.
|
7381
|
-
# pane is collapsed by default when set to true. This option is
|
9284
|
+
# state can be either `COLLAPSED` or `EXPANDED`. This option is
|
7382
9285
|
# `COLLAPSED` by default.
|
7383
9286
|
# @return [Types::DashboardPublishOptions]
|
7384
9287
|
#
|
9288
|
+
# @!attribute [rw] theme_arn
|
9289
|
+
# The Amazon Resource Name (ARN) of the theme that is being used for
|
9290
|
+
# this dashboard. If you add a value for this field, it overrides the
|
9291
|
+
# value that was originally associated with the entity. The theme ARN
|
9292
|
+
# must exist in the same AWS account where you create the dashboard.
|
9293
|
+
# @return [String]
|
9294
|
+
#
|
7385
9295
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateDashboardRequest AWS API Documentation
|
7386
9296
|
#
|
7387
9297
|
class UpdateDashboardRequest < Struct.new(
|
@@ -7391,7 +9301,9 @@ module Aws::QuickSight
|
|
7391
9301
|
:source_entity,
|
7392
9302
|
:parameters,
|
7393
9303
|
:version_description,
|
7394
|
-
:dashboard_publish_options
|
9304
|
+
:dashboard_publish_options,
|
9305
|
+
:theme_arn)
|
9306
|
+
SENSITIVE = []
|
7395
9307
|
include Aws::Structure
|
7396
9308
|
end
|
7397
9309
|
|
@@ -7428,6 +9340,7 @@ module Aws::QuickSight
|
|
7428
9340
|
:creation_status,
|
7429
9341
|
:status,
|
7430
9342
|
:request_id)
|
9343
|
+
SENSITIVE = []
|
7431
9344
|
include Aws::Structure
|
7432
9345
|
end
|
7433
9346
|
|
@@ -7475,6 +9388,7 @@ module Aws::QuickSight
|
|
7475
9388
|
:data_set_id,
|
7476
9389
|
:grant_permissions,
|
7477
9390
|
:revoke_permissions)
|
9391
|
+
SENSITIVE = []
|
7478
9392
|
include Aws::Structure
|
7479
9393
|
end
|
7480
9394
|
|
@@ -7502,6 +9416,7 @@ module Aws::QuickSight
|
|
7502
9416
|
:data_set_id,
|
7503
9417
|
:request_id,
|
7504
9418
|
:status)
|
9419
|
+
SENSITIVE = []
|
7505
9420
|
include Aws::Structure
|
7506
9421
|
end
|
7507
9422
|
|
@@ -7668,6 +9583,7 @@ module Aws::QuickSight
|
|
7668
9583
|
:import_mode,
|
7669
9584
|
:column_groups,
|
7670
9585
|
:row_level_permission_data_set)
|
9586
|
+
SENSITIVE = []
|
7671
9587
|
include Aws::Structure
|
7672
9588
|
end
|
7673
9589
|
|
@@ -7707,6 +9623,7 @@ module Aws::QuickSight
|
|
7707
9623
|
:ingestion_id,
|
7708
9624
|
:request_id,
|
7709
9625
|
:status)
|
9626
|
+
SENSITIVE = []
|
7710
9627
|
include Aws::Structure
|
7711
9628
|
end
|
7712
9629
|
|
@@ -7756,6 +9673,7 @@ module Aws::QuickSight
|
|
7756
9673
|
:data_source_id,
|
7757
9674
|
:grant_permissions,
|
7758
9675
|
:revoke_permissions)
|
9676
|
+
SENSITIVE = []
|
7759
9677
|
include Aws::Structure
|
7760
9678
|
end
|
7761
9679
|
|
@@ -7783,6 +9701,7 @@ module Aws::QuickSight
|
|
7783
9701
|
:data_source_id,
|
7784
9702
|
:request_id,
|
7785
9703
|
:status)
|
9704
|
+
SENSITIVE = []
|
7786
9705
|
include Aws::Structure
|
7787
9706
|
end
|
7788
9707
|
|
@@ -7883,7 +9802,96 @@ module Aws::QuickSight
|
|
7883
9802
|
# credential_pair: {
|
7884
9803
|
# username: "Username", # required
|
7885
9804
|
# password: "Password", # required
|
9805
|
+
# alternate_data_source_parameters: [
|
9806
|
+
# {
|
9807
|
+
# amazon_elasticsearch_parameters: {
|
9808
|
+
# domain: "Domain", # required
|
9809
|
+
# },
|
9810
|
+
# athena_parameters: {
|
9811
|
+
# work_group: "WorkGroup",
|
9812
|
+
# },
|
9813
|
+
# aurora_parameters: {
|
9814
|
+
# host: "Host", # required
|
9815
|
+
# port: 1, # required
|
9816
|
+
# database: "Database", # required
|
9817
|
+
# },
|
9818
|
+
# aurora_postgre_sql_parameters: {
|
9819
|
+
# host: "Host", # required
|
9820
|
+
# port: 1, # required
|
9821
|
+
# database: "Database", # required
|
9822
|
+
# },
|
9823
|
+
# aws_iot_analytics_parameters: {
|
9824
|
+
# data_set_name: "DataSetName", # required
|
9825
|
+
# },
|
9826
|
+
# jira_parameters: {
|
9827
|
+
# site_base_url: "SiteBaseUrl", # required
|
9828
|
+
# },
|
9829
|
+
# maria_db_parameters: {
|
9830
|
+
# host: "Host", # required
|
9831
|
+
# port: 1, # required
|
9832
|
+
# database: "Database", # required
|
9833
|
+
# },
|
9834
|
+
# my_sql_parameters: {
|
9835
|
+
# host: "Host", # required
|
9836
|
+
# port: 1, # required
|
9837
|
+
# database: "Database", # required
|
9838
|
+
# },
|
9839
|
+
# postgre_sql_parameters: {
|
9840
|
+
# host: "Host", # required
|
9841
|
+
# port: 1, # required
|
9842
|
+
# database: "Database", # required
|
9843
|
+
# },
|
9844
|
+
# presto_parameters: {
|
9845
|
+
# host: "Host", # required
|
9846
|
+
# port: 1, # required
|
9847
|
+
# catalog: "Catalog", # required
|
9848
|
+
# },
|
9849
|
+
# rds_parameters: {
|
9850
|
+
# instance_id: "InstanceId", # required
|
9851
|
+
# database: "Database", # required
|
9852
|
+
# },
|
9853
|
+
# redshift_parameters: {
|
9854
|
+
# host: "Host",
|
9855
|
+
# port: 1,
|
9856
|
+
# database: "Database", # required
|
9857
|
+
# cluster_id: "ClusterId",
|
9858
|
+
# },
|
9859
|
+
# s3_parameters: {
|
9860
|
+
# manifest_file_location: { # required
|
9861
|
+
# bucket: "S3Bucket", # required
|
9862
|
+
# key: "S3Key", # required
|
9863
|
+
# },
|
9864
|
+
# },
|
9865
|
+
# service_now_parameters: {
|
9866
|
+
# site_base_url: "SiteBaseUrl", # required
|
9867
|
+
# },
|
9868
|
+
# snowflake_parameters: {
|
9869
|
+
# host: "Host", # required
|
9870
|
+
# database: "Database", # required
|
9871
|
+
# warehouse: "Warehouse", # required
|
9872
|
+
# },
|
9873
|
+
# spark_parameters: {
|
9874
|
+
# host: "Host", # required
|
9875
|
+
# port: 1, # required
|
9876
|
+
# },
|
9877
|
+
# sql_server_parameters: {
|
9878
|
+
# host: "Host", # required
|
9879
|
+
# port: 1, # required
|
9880
|
+
# database: "Database", # required
|
9881
|
+
# },
|
9882
|
+
# teradata_parameters: {
|
9883
|
+
# host: "Host", # required
|
9884
|
+
# port: 1, # required
|
9885
|
+
# database: "Database", # required
|
9886
|
+
# },
|
9887
|
+
# twitter_parameters: {
|
9888
|
+
# query: "Query", # required
|
9889
|
+
# max_rows: 1, # required
|
9890
|
+
# },
|
9891
|
+
# },
|
9892
|
+
# ],
|
7886
9893
|
# },
|
9894
|
+
# copy_source_arn: "CopySourceArn",
|
7887
9895
|
# },
|
7888
9896
|
# vpc_connection_properties: {
|
7889
9897
|
# vpc_connection_arn: "Arn", # required
|
@@ -7937,6 +9945,7 @@ module Aws::QuickSight
|
|
7937
9945
|
:credentials,
|
7938
9946
|
:vpc_connection_properties,
|
7939
9947
|
:ssl_properties)
|
9948
|
+
SENSITIVE = [:credentials]
|
7940
9949
|
include Aws::Structure
|
7941
9950
|
end
|
7942
9951
|
|
@@ -7969,6 +9978,7 @@ module Aws::QuickSight
|
|
7969
9978
|
:update_status,
|
7970
9979
|
:request_id,
|
7971
9980
|
:status)
|
9981
|
+
SENSITIVE = []
|
7972
9982
|
include Aws::Structure
|
7973
9983
|
end
|
7974
9984
|
|
@@ -8007,6 +10017,7 @@ module Aws::QuickSight
|
|
8007
10017
|
:description,
|
8008
10018
|
:aws_account_id,
|
8009
10019
|
:namespace)
|
10020
|
+
SENSITIVE = []
|
8010
10021
|
include Aws::Structure
|
8011
10022
|
end
|
8012
10023
|
|
@@ -8028,6 +10039,7 @@ module Aws::QuickSight
|
|
8028
10039
|
:group,
|
8029
10040
|
:request_id,
|
8030
10041
|
:status)
|
10042
|
+
SENSITIVE = []
|
8031
10043
|
include Aws::Structure
|
8032
10044
|
end
|
8033
10045
|
|
@@ -8090,6 +10102,7 @@ module Aws::QuickSight
|
|
8090
10102
|
:assignment_status,
|
8091
10103
|
:policy_arn,
|
8092
10104
|
:identities)
|
10105
|
+
SENSITIVE = []
|
8093
10106
|
include Aws::Structure
|
8094
10107
|
end
|
8095
10108
|
|
@@ -8142,6 +10155,7 @@ module Aws::QuickSight
|
|
8142
10155
|
:assignment_status,
|
8143
10156
|
:request_id,
|
8144
10157
|
:status)
|
10158
|
+
SENSITIVE = []
|
8145
10159
|
include Aws::Structure
|
8146
10160
|
end
|
8147
10161
|
|
@@ -8183,6 +10197,7 @@ module Aws::QuickSight
|
|
8183
10197
|
:template_id,
|
8184
10198
|
:alias_name,
|
8185
10199
|
:template_version_number)
|
10200
|
+
SENSITIVE = []
|
8186
10201
|
include Aws::Structure
|
8187
10202
|
end
|
8188
10203
|
|
@@ -8204,6 +10219,7 @@ module Aws::QuickSight
|
|
8204
10219
|
:template_alias,
|
8205
10220
|
:status,
|
8206
10221
|
:request_id)
|
10222
|
+
SENSITIVE = []
|
8207
10223
|
include Aws::Structure
|
8208
10224
|
end
|
8209
10225
|
|
@@ -8250,6 +10266,7 @@ module Aws::QuickSight
|
|
8250
10266
|
:template_id,
|
8251
10267
|
:grant_permissions,
|
8252
10268
|
:revoke_permissions)
|
10269
|
+
SENSITIVE = []
|
8253
10270
|
include Aws::Structure
|
8254
10271
|
end
|
8255
10272
|
|
@@ -8281,6 +10298,7 @@ module Aws::QuickSight
|
|
8281
10298
|
:permissions,
|
8282
10299
|
:request_id,
|
8283
10300
|
:status)
|
10301
|
+
SENSITIVE = []
|
8284
10302
|
include Aws::Structure
|
8285
10303
|
end
|
8286
10304
|
|
@@ -8318,9 +10336,19 @@ module Aws::QuickSight
|
|
8318
10336
|
# @return [String]
|
8319
10337
|
#
|
8320
10338
|
# @!attribute [rw] source_entity
|
8321
|
-
# The
|
8322
|
-
#
|
8323
|
-
#
|
10339
|
+
# The entity that you are using as a source when you update the
|
10340
|
+
# template. In `SourceEntity`, you specify the type of object you're
|
10341
|
+
# using as source: `SourceTemplate` for a template or `SourceAnalysis`
|
10342
|
+
# for an analysis. Both of these require an Amazon Resource Name
|
10343
|
+
# (ARN). For `SourceTemplate`, specify the ARN of the source template.
|
10344
|
+
# For `SourceAnalysis`, specify the ARN of the source analysis. The
|
10345
|
+
# `SourceTemplate` ARN can contain any AWS Account and any
|
10346
|
+
# QuickSight-supported AWS Region.
|
10347
|
+
#
|
10348
|
+
# Use the `DataSetReferences` entity within `SourceTemplate` or
|
10349
|
+
# `SourceAnalysis` to list the replacement datasets for the
|
10350
|
+
# placeholders listed in the original. The schema in each dataset must
|
10351
|
+
# match its placeholder.
|
8324
10352
|
# @return [Types::TemplateSourceEntity]
|
8325
10353
|
#
|
8326
10354
|
# @!attribute [rw] version_description
|
@@ -8342,6 +10370,7 @@ module Aws::QuickSight
|
|
8342
10370
|
:source_entity,
|
8343
10371
|
:version_description,
|
8344
10372
|
:name)
|
10373
|
+
SENSITIVE = []
|
8345
10374
|
include Aws::Structure
|
8346
10375
|
end
|
8347
10376
|
|
@@ -8379,6 +10408,278 @@ module Aws::QuickSight
|
|
8379
10408
|
:creation_status,
|
8380
10409
|
:status,
|
8381
10410
|
:request_id)
|
10411
|
+
SENSITIVE = []
|
10412
|
+
include Aws::Structure
|
10413
|
+
end
|
10414
|
+
|
10415
|
+
# @note When making an API call, you may pass UpdateThemeAliasRequest
|
10416
|
+
# data as a hash:
|
10417
|
+
#
|
10418
|
+
# {
|
10419
|
+
# aws_account_id: "AwsAccountId", # required
|
10420
|
+
# theme_id: "RestrictiveResourceId", # required
|
10421
|
+
# alias_name: "AliasName", # required
|
10422
|
+
# theme_version_number: 1, # required
|
10423
|
+
# }
|
10424
|
+
#
|
10425
|
+
# @!attribute [rw] aws_account_id
|
10426
|
+
# The ID of the AWS account that contains the theme alias that you're
|
10427
|
+
# updating.
|
10428
|
+
# @return [String]
|
10429
|
+
#
|
10430
|
+
# @!attribute [rw] theme_id
|
10431
|
+
# The ID for the theme.
|
10432
|
+
# @return [String]
|
10433
|
+
#
|
10434
|
+
# @!attribute [rw] alias_name
|
10435
|
+
# The name of the theme alias that you want to update.
|
10436
|
+
# @return [String]
|
10437
|
+
#
|
10438
|
+
# @!attribute [rw] theme_version_number
|
10439
|
+
# The version number of the theme that the alias should reference.
|
10440
|
+
# @return [Integer]
|
10441
|
+
#
|
10442
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateThemeAliasRequest AWS API Documentation
|
10443
|
+
#
|
10444
|
+
class UpdateThemeAliasRequest < Struct.new(
|
10445
|
+
:aws_account_id,
|
10446
|
+
:theme_id,
|
10447
|
+
:alias_name,
|
10448
|
+
:theme_version_number)
|
10449
|
+
SENSITIVE = []
|
10450
|
+
include Aws::Structure
|
10451
|
+
end
|
10452
|
+
|
10453
|
+
# @!attribute [rw] theme_alias
|
10454
|
+
# Information about the theme alias.
|
10455
|
+
# @return [Types::ThemeAlias]
|
10456
|
+
#
|
10457
|
+
# @!attribute [rw] status
|
10458
|
+
# The HTTP status of the request.
|
10459
|
+
# @return [Integer]
|
10460
|
+
#
|
10461
|
+
# @!attribute [rw] request_id
|
10462
|
+
# The AWS request ID for this operation.
|
10463
|
+
# @return [String]
|
10464
|
+
#
|
10465
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateThemeAliasResponse AWS API Documentation
|
10466
|
+
#
|
10467
|
+
class UpdateThemeAliasResponse < Struct.new(
|
10468
|
+
:theme_alias,
|
10469
|
+
:status,
|
10470
|
+
:request_id)
|
10471
|
+
SENSITIVE = []
|
10472
|
+
include Aws::Structure
|
10473
|
+
end
|
10474
|
+
|
10475
|
+
# @note When making an API call, you may pass UpdateThemePermissionsRequest
|
10476
|
+
# data as a hash:
|
10477
|
+
#
|
10478
|
+
# {
|
10479
|
+
# aws_account_id: "AwsAccountId", # required
|
10480
|
+
# theme_id: "RestrictiveResourceId", # required
|
10481
|
+
# grant_permissions: [
|
10482
|
+
# {
|
10483
|
+
# principal: "Principal", # required
|
10484
|
+
# actions: ["String"], # required
|
10485
|
+
# },
|
10486
|
+
# ],
|
10487
|
+
# revoke_permissions: [
|
10488
|
+
# {
|
10489
|
+
# principal: "Principal", # required
|
10490
|
+
# actions: ["String"], # required
|
10491
|
+
# },
|
10492
|
+
# ],
|
10493
|
+
# }
|
10494
|
+
#
|
10495
|
+
# @!attribute [rw] aws_account_id
|
10496
|
+
# The ID of the AWS account that contains the theme.
|
10497
|
+
# @return [String]
|
10498
|
+
#
|
10499
|
+
# @!attribute [rw] theme_id
|
10500
|
+
# The ID for the theme.
|
10501
|
+
# @return [String]
|
10502
|
+
#
|
10503
|
+
# @!attribute [rw] grant_permissions
|
10504
|
+
# A list of resource permissions to be granted for the theme.
|
10505
|
+
# @return [Array<Types::ResourcePermission>]
|
10506
|
+
#
|
10507
|
+
# @!attribute [rw] revoke_permissions
|
10508
|
+
# A list of resource permissions to be revoked from the theme.
|
10509
|
+
# @return [Array<Types::ResourcePermission>]
|
10510
|
+
#
|
10511
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateThemePermissionsRequest AWS API Documentation
|
10512
|
+
#
|
10513
|
+
class UpdateThemePermissionsRequest < Struct.new(
|
10514
|
+
:aws_account_id,
|
10515
|
+
:theme_id,
|
10516
|
+
:grant_permissions,
|
10517
|
+
:revoke_permissions)
|
10518
|
+
SENSITIVE = []
|
10519
|
+
include Aws::Structure
|
10520
|
+
end
|
10521
|
+
|
10522
|
+
# @!attribute [rw] theme_id
|
10523
|
+
# The ID for the theme.
|
10524
|
+
# @return [String]
|
10525
|
+
#
|
10526
|
+
# @!attribute [rw] theme_arn
|
10527
|
+
# The Amazon Resource Name (ARN) of the theme.
|
10528
|
+
# @return [String]
|
10529
|
+
#
|
10530
|
+
# @!attribute [rw] permissions
|
10531
|
+
# The resulting list of resource permissions for the theme.
|
10532
|
+
# @return [Array<Types::ResourcePermission>]
|
10533
|
+
#
|
10534
|
+
# @!attribute [rw] request_id
|
10535
|
+
# The AWS request ID for this operation.
|
10536
|
+
# @return [String]
|
10537
|
+
#
|
10538
|
+
# @!attribute [rw] status
|
10539
|
+
# The HTTP status of the request.
|
10540
|
+
# @return [Integer]
|
10541
|
+
#
|
10542
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateThemePermissionsResponse AWS API Documentation
|
10543
|
+
#
|
10544
|
+
class UpdateThemePermissionsResponse < Struct.new(
|
10545
|
+
:theme_id,
|
10546
|
+
:theme_arn,
|
10547
|
+
:permissions,
|
10548
|
+
:request_id,
|
10549
|
+
:status)
|
10550
|
+
SENSITIVE = []
|
10551
|
+
include Aws::Structure
|
10552
|
+
end
|
10553
|
+
|
10554
|
+
# @note When making an API call, you may pass UpdateThemeRequest
|
10555
|
+
# data as a hash:
|
10556
|
+
#
|
10557
|
+
# {
|
10558
|
+
# aws_account_id: "AwsAccountId", # required
|
10559
|
+
# theme_id: "RestrictiveResourceId", # required
|
10560
|
+
# name: "ThemeName",
|
10561
|
+
# base_theme_id: "RestrictiveResourceId", # required
|
10562
|
+
# version_description: "VersionDescription",
|
10563
|
+
# configuration: {
|
10564
|
+
# data_color_palette: {
|
10565
|
+
# colors: ["HexColor"],
|
10566
|
+
# min_max_gradient: ["HexColor"],
|
10567
|
+
# empty_fill_color: "HexColor",
|
10568
|
+
# },
|
10569
|
+
# ui_color_palette: {
|
10570
|
+
# primary_foreground: "HexColor",
|
10571
|
+
# primary_background: "HexColor",
|
10572
|
+
# secondary_foreground: "HexColor",
|
10573
|
+
# secondary_background: "HexColor",
|
10574
|
+
# accent: "HexColor",
|
10575
|
+
# accent_foreground: "HexColor",
|
10576
|
+
# danger: "HexColor",
|
10577
|
+
# danger_foreground: "HexColor",
|
10578
|
+
# warning: "HexColor",
|
10579
|
+
# warning_foreground: "HexColor",
|
10580
|
+
# success: "HexColor",
|
10581
|
+
# success_foreground: "HexColor",
|
10582
|
+
# dimension: "HexColor",
|
10583
|
+
# dimension_foreground: "HexColor",
|
10584
|
+
# measure: "HexColor",
|
10585
|
+
# measure_foreground: "HexColor",
|
10586
|
+
# },
|
10587
|
+
# sheet: {
|
10588
|
+
# tile: {
|
10589
|
+
# border: {
|
10590
|
+
# show: false,
|
10591
|
+
# },
|
10592
|
+
# },
|
10593
|
+
# tile_layout: {
|
10594
|
+
# gutter: {
|
10595
|
+
# show: false,
|
10596
|
+
# },
|
10597
|
+
# margin: {
|
10598
|
+
# show: false,
|
10599
|
+
# },
|
10600
|
+
# },
|
10601
|
+
# },
|
10602
|
+
# },
|
10603
|
+
# }
|
10604
|
+
#
|
10605
|
+
# @!attribute [rw] aws_account_id
|
10606
|
+
# The ID of the AWS account that contains the theme that you're
|
10607
|
+
# updating.
|
10608
|
+
# @return [String]
|
10609
|
+
#
|
10610
|
+
# @!attribute [rw] theme_id
|
10611
|
+
# The ID for the theme.
|
10612
|
+
# @return [String]
|
10613
|
+
#
|
10614
|
+
# @!attribute [rw] name
|
10615
|
+
# The name for the theme.
|
10616
|
+
# @return [String]
|
10617
|
+
#
|
10618
|
+
# @!attribute [rw] base_theme_id
|
10619
|
+
# The theme ID, defined by Amazon QuickSight, that a custom theme
|
10620
|
+
# inherits from. All themes initially inherit from a default
|
10621
|
+
# QuickSight theme.
|
10622
|
+
# @return [String]
|
10623
|
+
#
|
10624
|
+
# @!attribute [rw] version_description
|
10625
|
+
# A description of the theme version that you're updating Every time
|
10626
|
+
# that you call `UpdateTheme`, you create a new version of the theme.
|
10627
|
+
# Each version of the theme maintains a description of the version in
|
10628
|
+
# `VersionDescription`.
|
10629
|
+
# @return [String]
|
10630
|
+
#
|
10631
|
+
# @!attribute [rw] configuration
|
10632
|
+
# The theme configuration, which contains the theme display
|
10633
|
+
# properties.
|
10634
|
+
# @return [Types::ThemeConfiguration]
|
10635
|
+
#
|
10636
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateThemeRequest AWS API Documentation
|
10637
|
+
#
|
10638
|
+
class UpdateThemeRequest < Struct.new(
|
10639
|
+
:aws_account_id,
|
10640
|
+
:theme_id,
|
10641
|
+
:name,
|
10642
|
+
:base_theme_id,
|
10643
|
+
:version_description,
|
10644
|
+
:configuration)
|
10645
|
+
SENSITIVE = []
|
10646
|
+
include Aws::Structure
|
10647
|
+
end
|
10648
|
+
|
10649
|
+
# @!attribute [rw] theme_id
|
10650
|
+
# The ID for the theme.
|
10651
|
+
# @return [String]
|
10652
|
+
#
|
10653
|
+
# @!attribute [rw] arn
|
10654
|
+
# The Amazon Resource Name (ARN) for the theme.
|
10655
|
+
# @return [String]
|
10656
|
+
#
|
10657
|
+
# @!attribute [rw] version_arn
|
10658
|
+
# The Amazon Resource Name (ARN) for the new version of the theme.
|
10659
|
+
# @return [String]
|
10660
|
+
#
|
10661
|
+
# @!attribute [rw] creation_status
|
10662
|
+
# The creation status of the theme.
|
10663
|
+
# @return [String]
|
10664
|
+
#
|
10665
|
+
# @!attribute [rw] status
|
10666
|
+
# The HTTP status of the request.
|
10667
|
+
# @return [Integer]
|
10668
|
+
#
|
10669
|
+
# @!attribute [rw] request_id
|
10670
|
+
# The AWS request ID for this operation.
|
10671
|
+
# @return [String]
|
10672
|
+
#
|
10673
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateThemeResponse AWS API Documentation
|
10674
|
+
#
|
10675
|
+
class UpdateThemeResponse < Struct.new(
|
10676
|
+
:theme_id,
|
10677
|
+
:arn,
|
10678
|
+
:version_arn,
|
10679
|
+
:creation_status,
|
10680
|
+
:status,
|
10681
|
+
:request_id)
|
10682
|
+
SENSITIVE = []
|
8382
10683
|
include Aws::Structure
|
8383
10684
|
end
|
8384
10685
|
|
@@ -8432,6 +10733,7 @@ module Aws::QuickSight
|
|
8432
10733
|
:namespace,
|
8433
10734
|
:email,
|
8434
10735
|
:role)
|
10736
|
+
SENSITIVE = []
|
8435
10737
|
include Aws::Structure
|
8436
10738
|
end
|
8437
10739
|
|
@@ -8453,6 +10755,7 @@ module Aws::QuickSight
|
|
8453
10755
|
:user,
|
8454
10756
|
:request_id,
|
8455
10757
|
:status)
|
10758
|
+
SENSITIVE = []
|
8456
10759
|
include Aws::Structure
|
8457
10760
|
end
|
8458
10761
|
|
@@ -8498,6 +10801,7 @@ module Aws::QuickSight
|
|
8498
10801
|
:contains_header,
|
8499
10802
|
:text_qualifier,
|
8500
10803
|
:delimiter)
|
10804
|
+
SENSITIVE = []
|
8501
10805
|
include Aws::Structure
|
8502
10806
|
end
|
8503
10807
|
|
@@ -8559,6 +10863,7 @@ module Aws::QuickSight
|
|
8559
10863
|
:identity_type,
|
8560
10864
|
:active,
|
8561
10865
|
:principal_id)
|
10866
|
+
SENSITIVE = []
|
8562
10867
|
include Aws::Structure
|
8563
10868
|
end
|
8564
10869
|
|
@@ -8579,6 +10884,7 @@ module Aws::QuickSight
|
|
8579
10884
|
#
|
8580
10885
|
class VpcConnectionProperties < Struct.new(
|
8581
10886
|
:vpc_connection_arn)
|
10887
|
+
SENSITIVE = []
|
8582
10888
|
include Aws::Structure
|
8583
10889
|
end
|
8584
10890
|
|