aws-sdk-quicksight 1.78.0 → 1.80.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/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +2504 -72
- data/lib/aws-sdk-quicksight/client_api.rb +1469 -6
- data/lib/aws-sdk-quicksight/endpoints.rb +336 -0
- data/lib/aws-sdk-quicksight/plugins/endpoints.rb +48 -0
- data/lib/aws-sdk-quicksight/types.rb +18193 -14261
- data/lib/aws-sdk-quicksight.rb +1 -1
- metadata +2 -2
@@ -277,6 +277,48 @@ module Aws::QuickSight
|
|
277
277
|
end
|
278
278
|
end
|
279
279
|
|
280
|
+
class CreateTopic
|
281
|
+
def self.build(context)
|
282
|
+
unless context.config.regional_endpoint
|
283
|
+
endpoint = context.config.endpoint.to_s
|
284
|
+
end
|
285
|
+
Aws::QuickSight::EndpointParameters.new(
|
286
|
+
region: context.config.region,
|
287
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
288
|
+
use_fips: context.config.use_fips_endpoint,
|
289
|
+
endpoint: endpoint,
|
290
|
+
)
|
291
|
+
end
|
292
|
+
end
|
293
|
+
|
294
|
+
class CreateTopicRefreshSchedule
|
295
|
+
def self.build(context)
|
296
|
+
unless context.config.regional_endpoint
|
297
|
+
endpoint = context.config.endpoint.to_s
|
298
|
+
end
|
299
|
+
Aws::QuickSight::EndpointParameters.new(
|
300
|
+
region: context.config.region,
|
301
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
302
|
+
use_fips: context.config.use_fips_endpoint,
|
303
|
+
endpoint: endpoint,
|
304
|
+
)
|
305
|
+
end
|
306
|
+
end
|
307
|
+
|
308
|
+
class CreateVPCConnection
|
309
|
+
def self.build(context)
|
310
|
+
unless context.config.regional_endpoint
|
311
|
+
endpoint = context.config.endpoint.to_s
|
312
|
+
end
|
313
|
+
Aws::QuickSight::EndpointParameters.new(
|
314
|
+
region: context.config.region,
|
315
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
316
|
+
use_fips: context.config.use_fips_endpoint,
|
317
|
+
endpoint: endpoint,
|
318
|
+
)
|
319
|
+
end
|
320
|
+
end
|
321
|
+
|
280
322
|
class DeleteAccountCustomization
|
281
323
|
def self.build(context)
|
282
324
|
unless context.config.regional_endpoint
|
@@ -529,6 +571,34 @@ module Aws::QuickSight
|
|
529
571
|
end
|
530
572
|
end
|
531
573
|
|
574
|
+
class DeleteTopic
|
575
|
+
def self.build(context)
|
576
|
+
unless context.config.regional_endpoint
|
577
|
+
endpoint = context.config.endpoint.to_s
|
578
|
+
end
|
579
|
+
Aws::QuickSight::EndpointParameters.new(
|
580
|
+
region: context.config.region,
|
581
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
582
|
+
use_fips: context.config.use_fips_endpoint,
|
583
|
+
endpoint: endpoint,
|
584
|
+
)
|
585
|
+
end
|
586
|
+
end
|
587
|
+
|
588
|
+
class DeleteTopicRefreshSchedule
|
589
|
+
def self.build(context)
|
590
|
+
unless context.config.regional_endpoint
|
591
|
+
endpoint = context.config.endpoint.to_s
|
592
|
+
end
|
593
|
+
Aws::QuickSight::EndpointParameters.new(
|
594
|
+
region: context.config.region,
|
595
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
596
|
+
use_fips: context.config.use_fips_endpoint,
|
597
|
+
endpoint: endpoint,
|
598
|
+
)
|
599
|
+
end
|
600
|
+
end
|
601
|
+
|
532
602
|
class DeleteUser
|
533
603
|
def self.build(context)
|
534
604
|
unless context.config.regional_endpoint
|
@@ -557,6 +627,20 @@ module Aws::QuickSight
|
|
557
627
|
end
|
558
628
|
end
|
559
629
|
|
630
|
+
class DeleteVPCConnection
|
631
|
+
def self.build(context)
|
632
|
+
unless context.config.regional_endpoint
|
633
|
+
endpoint = context.config.endpoint.to_s
|
634
|
+
end
|
635
|
+
Aws::QuickSight::EndpointParameters.new(
|
636
|
+
region: context.config.region,
|
637
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
638
|
+
use_fips: context.config.use_fips_endpoint,
|
639
|
+
endpoint: endpoint,
|
640
|
+
)
|
641
|
+
end
|
642
|
+
end
|
643
|
+
|
560
644
|
class DescribeAccountCustomization
|
561
645
|
def self.build(context)
|
562
646
|
unless context.config.regional_endpoint
|
@@ -641,6 +725,34 @@ module Aws::QuickSight
|
|
641
725
|
end
|
642
726
|
end
|
643
727
|
|
728
|
+
class DescribeAssetBundleExportJob
|
729
|
+
def self.build(context)
|
730
|
+
unless context.config.regional_endpoint
|
731
|
+
endpoint = context.config.endpoint.to_s
|
732
|
+
end
|
733
|
+
Aws::QuickSight::EndpointParameters.new(
|
734
|
+
region: context.config.region,
|
735
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
736
|
+
use_fips: context.config.use_fips_endpoint,
|
737
|
+
endpoint: endpoint,
|
738
|
+
)
|
739
|
+
end
|
740
|
+
end
|
741
|
+
|
742
|
+
class DescribeAssetBundleImportJob
|
743
|
+
def self.build(context)
|
744
|
+
unless context.config.regional_endpoint
|
745
|
+
endpoint = context.config.endpoint.to_s
|
746
|
+
end
|
747
|
+
Aws::QuickSight::EndpointParameters.new(
|
748
|
+
region: context.config.region,
|
749
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
750
|
+
use_fips: context.config.use_fips_endpoint,
|
751
|
+
endpoint: endpoint,
|
752
|
+
)
|
753
|
+
end
|
754
|
+
end
|
755
|
+
|
644
756
|
class DescribeDashboard
|
645
757
|
def self.build(context)
|
646
758
|
unless context.config.regional_endpoint
|
@@ -991,6 +1103,62 @@ module Aws::QuickSight
|
|
991
1103
|
end
|
992
1104
|
end
|
993
1105
|
|
1106
|
+
class DescribeTopic
|
1107
|
+
def self.build(context)
|
1108
|
+
unless context.config.regional_endpoint
|
1109
|
+
endpoint = context.config.endpoint.to_s
|
1110
|
+
end
|
1111
|
+
Aws::QuickSight::EndpointParameters.new(
|
1112
|
+
region: context.config.region,
|
1113
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1114
|
+
use_fips: context.config.use_fips_endpoint,
|
1115
|
+
endpoint: endpoint,
|
1116
|
+
)
|
1117
|
+
end
|
1118
|
+
end
|
1119
|
+
|
1120
|
+
class DescribeTopicPermissions
|
1121
|
+
def self.build(context)
|
1122
|
+
unless context.config.regional_endpoint
|
1123
|
+
endpoint = context.config.endpoint.to_s
|
1124
|
+
end
|
1125
|
+
Aws::QuickSight::EndpointParameters.new(
|
1126
|
+
region: context.config.region,
|
1127
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1128
|
+
use_fips: context.config.use_fips_endpoint,
|
1129
|
+
endpoint: endpoint,
|
1130
|
+
)
|
1131
|
+
end
|
1132
|
+
end
|
1133
|
+
|
1134
|
+
class DescribeTopicRefresh
|
1135
|
+
def self.build(context)
|
1136
|
+
unless context.config.regional_endpoint
|
1137
|
+
endpoint = context.config.endpoint.to_s
|
1138
|
+
end
|
1139
|
+
Aws::QuickSight::EndpointParameters.new(
|
1140
|
+
region: context.config.region,
|
1141
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1142
|
+
use_fips: context.config.use_fips_endpoint,
|
1143
|
+
endpoint: endpoint,
|
1144
|
+
)
|
1145
|
+
end
|
1146
|
+
end
|
1147
|
+
|
1148
|
+
class DescribeTopicRefreshSchedule
|
1149
|
+
def self.build(context)
|
1150
|
+
unless context.config.regional_endpoint
|
1151
|
+
endpoint = context.config.endpoint.to_s
|
1152
|
+
end
|
1153
|
+
Aws::QuickSight::EndpointParameters.new(
|
1154
|
+
region: context.config.region,
|
1155
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1156
|
+
use_fips: context.config.use_fips_endpoint,
|
1157
|
+
endpoint: endpoint,
|
1158
|
+
)
|
1159
|
+
end
|
1160
|
+
end
|
1161
|
+
|
994
1162
|
class DescribeUser
|
995
1163
|
def self.build(context)
|
996
1164
|
unless context.config.regional_endpoint
|
@@ -1005,6 +1173,20 @@ module Aws::QuickSight
|
|
1005
1173
|
end
|
1006
1174
|
end
|
1007
1175
|
|
1176
|
+
class DescribeVPCConnection
|
1177
|
+
def self.build(context)
|
1178
|
+
unless context.config.regional_endpoint
|
1179
|
+
endpoint = context.config.endpoint.to_s
|
1180
|
+
end
|
1181
|
+
Aws::QuickSight::EndpointParameters.new(
|
1182
|
+
region: context.config.region,
|
1183
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1184
|
+
use_fips: context.config.use_fips_endpoint,
|
1185
|
+
endpoint: endpoint,
|
1186
|
+
)
|
1187
|
+
end
|
1188
|
+
end
|
1189
|
+
|
1008
1190
|
class GenerateEmbedUrlForAnonymousUser
|
1009
1191
|
def self.build(context)
|
1010
1192
|
unless context.config.regional_endpoint
|
@@ -1075,6 +1257,34 @@ module Aws::QuickSight
|
|
1075
1257
|
end
|
1076
1258
|
end
|
1077
1259
|
|
1260
|
+
class ListAssetBundleExportJobs
|
1261
|
+
def self.build(context)
|
1262
|
+
unless context.config.regional_endpoint
|
1263
|
+
endpoint = context.config.endpoint.to_s
|
1264
|
+
end
|
1265
|
+
Aws::QuickSight::EndpointParameters.new(
|
1266
|
+
region: context.config.region,
|
1267
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1268
|
+
use_fips: context.config.use_fips_endpoint,
|
1269
|
+
endpoint: endpoint,
|
1270
|
+
)
|
1271
|
+
end
|
1272
|
+
end
|
1273
|
+
|
1274
|
+
class ListAssetBundleImportJobs
|
1275
|
+
def self.build(context)
|
1276
|
+
unless context.config.regional_endpoint
|
1277
|
+
endpoint = context.config.endpoint.to_s
|
1278
|
+
end
|
1279
|
+
Aws::QuickSight::EndpointParameters.new(
|
1280
|
+
region: context.config.region,
|
1281
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1282
|
+
use_fips: context.config.use_fips_endpoint,
|
1283
|
+
endpoint: endpoint,
|
1284
|
+
)
|
1285
|
+
end
|
1286
|
+
end
|
1287
|
+
|
1078
1288
|
class ListDashboardVersions
|
1079
1289
|
def self.build(context)
|
1080
1290
|
unless context.config.regional_endpoint
|
@@ -1355,6 +1565,34 @@ module Aws::QuickSight
|
|
1355
1565
|
end
|
1356
1566
|
end
|
1357
1567
|
|
1568
|
+
class ListTopicRefreshSchedules
|
1569
|
+
def self.build(context)
|
1570
|
+
unless context.config.regional_endpoint
|
1571
|
+
endpoint = context.config.endpoint.to_s
|
1572
|
+
end
|
1573
|
+
Aws::QuickSight::EndpointParameters.new(
|
1574
|
+
region: context.config.region,
|
1575
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1576
|
+
use_fips: context.config.use_fips_endpoint,
|
1577
|
+
endpoint: endpoint,
|
1578
|
+
)
|
1579
|
+
end
|
1580
|
+
end
|
1581
|
+
|
1582
|
+
class ListTopics
|
1583
|
+
def self.build(context)
|
1584
|
+
unless context.config.regional_endpoint
|
1585
|
+
endpoint = context.config.endpoint.to_s
|
1586
|
+
end
|
1587
|
+
Aws::QuickSight::EndpointParameters.new(
|
1588
|
+
region: context.config.region,
|
1589
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1590
|
+
use_fips: context.config.use_fips_endpoint,
|
1591
|
+
endpoint: endpoint,
|
1592
|
+
)
|
1593
|
+
end
|
1594
|
+
end
|
1595
|
+
|
1358
1596
|
class ListUserGroups
|
1359
1597
|
def self.build(context)
|
1360
1598
|
unless context.config.regional_endpoint
|
@@ -1383,6 +1621,20 @@ module Aws::QuickSight
|
|
1383
1621
|
end
|
1384
1622
|
end
|
1385
1623
|
|
1624
|
+
class ListVPCConnections
|
1625
|
+
def self.build(context)
|
1626
|
+
unless context.config.regional_endpoint
|
1627
|
+
endpoint = context.config.endpoint.to_s
|
1628
|
+
end
|
1629
|
+
Aws::QuickSight::EndpointParameters.new(
|
1630
|
+
region: context.config.region,
|
1631
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1632
|
+
use_fips: context.config.use_fips_endpoint,
|
1633
|
+
endpoint: endpoint,
|
1634
|
+
)
|
1635
|
+
end
|
1636
|
+
end
|
1637
|
+
|
1386
1638
|
class PutDataSetRefreshProperties
|
1387
1639
|
def self.build(context)
|
1388
1640
|
unless context.config.regional_endpoint
|
@@ -1509,6 +1761,34 @@ module Aws::QuickSight
|
|
1509
1761
|
end
|
1510
1762
|
end
|
1511
1763
|
|
1764
|
+
class StartAssetBundleExportJob
|
1765
|
+
def self.build(context)
|
1766
|
+
unless context.config.regional_endpoint
|
1767
|
+
endpoint = context.config.endpoint.to_s
|
1768
|
+
end
|
1769
|
+
Aws::QuickSight::EndpointParameters.new(
|
1770
|
+
region: context.config.region,
|
1771
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1772
|
+
use_fips: context.config.use_fips_endpoint,
|
1773
|
+
endpoint: endpoint,
|
1774
|
+
)
|
1775
|
+
end
|
1776
|
+
end
|
1777
|
+
|
1778
|
+
class StartAssetBundleImportJob
|
1779
|
+
def self.build(context)
|
1780
|
+
unless context.config.regional_endpoint
|
1781
|
+
endpoint = context.config.endpoint.to_s
|
1782
|
+
end
|
1783
|
+
Aws::QuickSight::EndpointParameters.new(
|
1784
|
+
region: context.config.region,
|
1785
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1786
|
+
use_fips: context.config.use_fips_endpoint,
|
1787
|
+
endpoint: endpoint,
|
1788
|
+
)
|
1789
|
+
end
|
1790
|
+
end
|
1791
|
+
|
1512
1792
|
class TagResource
|
1513
1793
|
def self.build(context)
|
1514
1794
|
unless context.config.regional_endpoint
|
@@ -1873,6 +2153,48 @@ module Aws::QuickSight
|
|
1873
2153
|
end
|
1874
2154
|
end
|
1875
2155
|
|
2156
|
+
class UpdateTopic
|
2157
|
+
def self.build(context)
|
2158
|
+
unless context.config.regional_endpoint
|
2159
|
+
endpoint = context.config.endpoint.to_s
|
2160
|
+
end
|
2161
|
+
Aws::QuickSight::EndpointParameters.new(
|
2162
|
+
region: context.config.region,
|
2163
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
2164
|
+
use_fips: context.config.use_fips_endpoint,
|
2165
|
+
endpoint: endpoint,
|
2166
|
+
)
|
2167
|
+
end
|
2168
|
+
end
|
2169
|
+
|
2170
|
+
class UpdateTopicPermissions
|
2171
|
+
def self.build(context)
|
2172
|
+
unless context.config.regional_endpoint
|
2173
|
+
endpoint = context.config.endpoint.to_s
|
2174
|
+
end
|
2175
|
+
Aws::QuickSight::EndpointParameters.new(
|
2176
|
+
region: context.config.region,
|
2177
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
2178
|
+
use_fips: context.config.use_fips_endpoint,
|
2179
|
+
endpoint: endpoint,
|
2180
|
+
)
|
2181
|
+
end
|
2182
|
+
end
|
2183
|
+
|
2184
|
+
class UpdateTopicRefreshSchedule
|
2185
|
+
def self.build(context)
|
2186
|
+
unless context.config.regional_endpoint
|
2187
|
+
endpoint = context.config.endpoint.to_s
|
2188
|
+
end
|
2189
|
+
Aws::QuickSight::EndpointParameters.new(
|
2190
|
+
region: context.config.region,
|
2191
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
2192
|
+
use_fips: context.config.use_fips_endpoint,
|
2193
|
+
endpoint: endpoint,
|
2194
|
+
)
|
2195
|
+
end
|
2196
|
+
end
|
2197
|
+
|
1876
2198
|
class UpdateUser
|
1877
2199
|
def self.build(context)
|
1878
2200
|
unless context.config.regional_endpoint
|
@@ -1887,5 +2209,19 @@ module Aws::QuickSight
|
|
1887
2209
|
end
|
1888
2210
|
end
|
1889
2211
|
|
2212
|
+
class UpdateVPCConnection
|
2213
|
+
def self.build(context)
|
2214
|
+
unless context.config.regional_endpoint
|
2215
|
+
endpoint = context.config.endpoint.to_s
|
2216
|
+
end
|
2217
|
+
Aws::QuickSight::EndpointParameters.new(
|
2218
|
+
region: context.config.region,
|
2219
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
2220
|
+
use_fips: context.config.use_fips_endpoint,
|
2221
|
+
endpoint: endpoint,
|
2222
|
+
)
|
2223
|
+
end
|
2224
|
+
end
|
2225
|
+
|
1890
2226
|
end
|
1891
2227
|
end
|
@@ -94,6 +94,12 @@ module Aws::QuickSight
|
|
94
94
|
Aws::QuickSight::Endpoints::CreateTheme.build(context)
|
95
95
|
when :create_theme_alias
|
96
96
|
Aws::QuickSight::Endpoints::CreateThemeAlias.build(context)
|
97
|
+
when :create_topic
|
98
|
+
Aws::QuickSight::Endpoints::CreateTopic.build(context)
|
99
|
+
when :create_topic_refresh_schedule
|
100
|
+
Aws::QuickSight::Endpoints::CreateTopicRefreshSchedule.build(context)
|
101
|
+
when :create_vpc_connection
|
102
|
+
Aws::QuickSight::Endpoints::CreateVPCConnection.build(context)
|
97
103
|
when :delete_account_customization
|
98
104
|
Aws::QuickSight::Endpoints::DeleteAccountCustomization.build(context)
|
99
105
|
when :delete_account_subscription
|
@@ -130,10 +136,16 @@ module Aws::QuickSight
|
|
130
136
|
Aws::QuickSight::Endpoints::DeleteTheme.build(context)
|
131
137
|
when :delete_theme_alias
|
132
138
|
Aws::QuickSight::Endpoints::DeleteThemeAlias.build(context)
|
139
|
+
when :delete_topic
|
140
|
+
Aws::QuickSight::Endpoints::DeleteTopic.build(context)
|
141
|
+
when :delete_topic_refresh_schedule
|
142
|
+
Aws::QuickSight::Endpoints::DeleteTopicRefreshSchedule.build(context)
|
133
143
|
when :delete_user
|
134
144
|
Aws::QuickSight::Endpoints::DeleteUser.build(context)
|
135
145
|
when :delete_user_by_principal_id
|
136
146
|
Aws::QuickSight::Endpoints::DeleteUserByPrincipalId.build(context)
|
147
|
+
when :delete_vpc_connection
|
148
|
+
Aws::QuickSight::Endpoints::DeleteVPCConnection.build(context)
|
137
149
|
when :describe_account_customization
|
138
150
|
Aws::QuickSight::Endpoints::DescribeAccountCustomization.build(context)
|
139
151
|
when :describe_account_settings
|
@@ -146,6 +158,10 @@ module Aws::QuickSight
|
|
146
158
|
Aws::QuickSight::Endpoints::DescribeAnalysisDefinition.build(context)
|
147
159
|
when :describe_analysis_permissions
|
148
160
|
Aws::QuickSight::Endpoints::DescribeAnalysisPermissions.build(context)
|
161
|
+
when :describe_asset_bundle_export_job
|
162
|
+
Aws::QuickSight::Endpoints::DescribeAssetBundleExportJob.build(context)
|
163
|
+
when :describe_asset_bundle_import_job
|
164
|
+
Aws::QuickSight::Endpoints::DescribeAssetBundleImportJob.build(context)
|
149
165
|
when :describe_dashboard
|
150
166
|
Aws::QuickSight::Endpoints::DescribeDashboard.build(context)
|
151
167
|
when :describe_dashboard_definition
|
@@ -196,8 +212,18 @@ module Aws::QuickSight
|
|
196
212
|
Aws::QuickSight::Endpoints::DescribeThemeAlias.build(context)
|
197
213
|
when :describe_theme_permissions
|
198
214
|
Aws::QuickSight::Endpoints::DescribeThemePermissions.build(context)
|
215
|
+
when :describe_topic
|
216
|
+
Aws::QuickSight::Endpoints::DescribeTopic.build(context)
|
217
|
+
when :describe_topic_permissions
|
218
|
+
Aws::QuickSight::Endpoints::DescribeTopicPermissions.build(context)
|
219
|
+
when :describe_topic_refresh
|
220
|
+
Aws::QuickSight::Endpoints::DescribeTopicRefresh.build(context)
|
221
|
+
when :describe_topic_refresh_schedule
|
222
|
+
Aws::QuickSight::Endpoints::DescribeTopicRefreshSchedule.build(context)
|
199
223
|
when :describe_user
|
200
224
|
Aws::QuickSight::Endpoints::DescribeUser.build(context)
|
225
|
+
when :describe_vpc_connection
|
226
|
+
Aws::QuickSight::Endpoints::DescribeVPCConnection.build(context)
|
201
227
|
when :generate_embed_url_for_anonymous_user
|
202
228
|
Aws::QuickSight::Endpoints::GenerateEmbedUrlForAnonymousUser.build(context)
|
203
229
|
when :generate_embed_url_for_registered_user
|
@@ -208,6 +234,10 @@ module Aws::QuickSight
|
|
208
234
|
Aws::QuickSight::Endpoints::GetSessionEmbedUrl.build(context)
|
209
235
|
when :list_analyses
|
210
236
|
Aws::QuickSight::Endpoints::ListAnalyses.build(context)
|
237
|
+
when :list_asset_bundle_export_jobs
|
238
|
+
Aws::QuickSight::Endpoints::ListAssetBundleExportJobs.build(context)
|
239
|
+
when :list_asset_bundle_import_jobs
|
240
|
+
Aws::QuickSight::Endpoints::ListAssetBundleImportJobs.build(context)
|
211
241
|
when :list_dashboard_versions
|
212
242
|
Aws::QuickSight::Endpoints::ListDashboardVersions.build(context)
|
213
243
|
when :list_dashboards
|
@@ -248,10 +278,16 @@ module Aws::QuickSight
|
|
248
278
|
Aws::QuickSight::Endpoints::ListThemeVersions.build(context)
|
249
279
|
when :list_themes
|
250
280
|
Aws::QuickSight::Endpoints::ListThemes.build(context)
|
281
|
+
when :list_topic_refresh_schedules
|
282
|
+
Aws::QuickSight::Endpoints::ListTopicRefreshSchedules.build(context)
|
283
|
+
when :list_topics
|
284
|
+
Aws::QuickSight::Endpoints::ListTopics.build(context)
|
251
285
|
when :list_user_groups
|
252
286
|
Aws::QuickSight::Endpoints::ListUserGroups.build(context)
|
253
287
|
when :list_users
|
254
288
|
Aws::QuickSight::Endpoints::ListUsers.build(context)
|
289
|
+
when :list_vpc_connections
|
290
|
+
Aws::QuickSight::Endpoints::ListVPCConnections.build(context)
|
255
291
|
when :put_data_set_refresh_properties
|
256
292
|
Aws::QuickSight::Endpoints::PutDataSetRefreshProperties.build(context)
|
257
293
|
when :register_user
|
@@ -270,6 +306,10 @@ module Aws::QuickSight
|
|
270
306
|
Aws::QuickSight::Endpoints::SearchFolders.build(context)
|
271
307
|
when :search_groups
|
272
308
|
Aws::QuickSight::Endpoints::SearchGroups.build(context)
|
309
|
+
when :start_asset_bundle_export_job
|
310
|
+
Aws::QuickSight::Endpoints::StartAssetBundleExportJob.build(context)
|
311
|
+
when :start_asset_bundle_import_job
|
312
|
+
Aws::QuickSight::Endpoints::StartAssetBundleImportJob.build(context)
|
273
313
|
when :tag_resource
|
274
314
|
Aws::QuickSight::Endpoints::TagResource.build(context)
|
275
315
|
when :untag_resource
|
@@ -322,8 +362,16 @@ module Aws::QuickSight
|
|
322
362
|
Aws::QuickSight::Endpoints::UpdateThemeAlias.build(context)
|
323
363
|
when :update_theme_permissions
|
324
364
|
Aws::QuickSight::Endpoints::UpdateThemePermissions.build(context)
|
365
|
+
when :update_topic
|
366
|
+
Aws::QuickSight::Endpoints::UpdateTopic.build(context)
|
367
|
+
when :update_topic_permissions
|
368
|
+
Aws::QuickSight::Endpoints::UpdateTopicPermissions.build(context)
|
369
|
+
when :update_topic_refresh_schedule
|
370
|
+
Aws::QuickSight::Endpoints::UpdateTopicRefreshSchedule.build(context)
|
325
371
|
when :update_user
|
326
372
|
Aws::QuickSight::Endpoints::UpdateUser.build(context)
|
373
|
+
when :update_vpc_connection
|
374
|
+
Aws::QuickSight::Endpoints::UpdateVPCConnection.build(context)
|
327
375
|
end
|
328
376
|
end
|
329
377
|
end
|