aws-sdk-quicksight 1.78.0 → 1.79.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +1712 -31
- data/lib/aws-sdk-quicksight/client_api.rb +1014 -4
- data/lib/aws-sdk-quicksight/endpoints.rb +252 -0
- data/lib/aws-sdk-quicksight/plugins/endpoints.rb +36 -0
- data/lib/aws-sdk-quicksight/types.rb +2904 -233
- 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
|
@@ -991,6 +1075,62 @@ module Aws::QuickSight
|
|
991
1075
|
end
|
992
1076
|
end
|
993
1077
|
|
1078
|
+
class DescribeTopic
|
1079
|
+
def self.build(context)
|
1080
|
+
unless context.config.regional_endpoint
|
1081
|
+
endpoint = context.config.endpoint.to_s
|
1082
|
+
end
|
1083
|
+
Aws::QuickSight::EndpointParameters.new(
|
1084
|
+
region: context.config.region,
|
1085
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1086
|
+
use_fips: context.config.use_fips_endpoint,
|
1087
|
+
endpoint: endpoint,
|
1088
|
+
)
|
1089
|
+
end
|
1090
|
+
end
|
1091
|
+
|
1092
|
+
class DescribeTopicPermissions
|
1093
|
+
def self.build(context)
|
1094
|
+
unless context.config.regional_endpoint
|
1095
|
+
endpoint = context.config.endpoint.to_s
|
1096
|
+
end
|
1097
|
+
Aws::QuickSight::EndpointParameters.new(
|
1098
|
+
region: context.config.region,
|
1099
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1100
|
+
use_fips: context.config.use_fips_endpoint,
|
1101
|
+
endpoint: endpoint,
|
1102
|
+
)
|
1103
|
+
end
|
1104
|
+
end
|
1105
|
+
|
1106
|
+
class DescribeTopicRefresh
|
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 DescribeTopicRefreshSchedule
|
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
|
+
|
994
1134
|
class DescribeUser
|
995
1135
|
def self.build(context)
|
996
1136
|
unless context.config.regional_endpoint
|
@@ -1005,6 +1145,20 @@ module Aws::QuickSight
|
|
1005
1145
|
end
|
1006
1146
|
end
|
1007
1147
|
|
1148
|
+
class DescribeVPCConnection
|
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
|
+
|
1008
1162
|
class GenerateEmbedUrlForAnonymousUser
|
1009
1163
|
def self.build(context)
|
1010
1164
|
unless context.config.regional_endpoint
|
@@ -1355,6 +1509,34 @@ module Aws::QuickSight
|
|
1355
1509
|
end
|
1356
1510
|
end
|
1357
1511
|
|
1512
|
+
class ListTopicRefreshSchedules
|
1513
|
+
def self.build(context)
|
1514
|
+
unless context.config.regional_endpoint
|
1515
|
+
endpoint = context.config.endpoint.to_s
|
1516
|
+
end
|
1517
|
+
Aws::QuickSight::EndpointParameters.new(
|
1518
|
+
region: context.config.region,
|
1519
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1520
|
+
use_fips: context.config.use_fips_endpoint,
|
1521
|
+
endpoint: endpoint,
|
1522
|
+
)
|
1523
|
+
end
|
1524
|
+
end
|
1525
|
+
|
1526
|
+
class ListTopics
|
1527
|
+
def self.build(context)
|
1528
|
+
unless context.config.regional_endpoint
|
1529
|
+
endpoint = context.config.endpoint.to_s
|
1530
|
+
end
|
1531
|
+
Aws::QuickSight::EndpointParameters.new(
|
1532
|
+
region: context.config.region,
|
1533
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1534
|
+
use_fips: context.config.use_fips_endpoint,
|
1535
|
+
endpoint: endpoint,
|
1536
|
+
)
|
1537
|
+
end
|
1538
|
+
end
|
1539
|
+
|
1358
1540
|
class ListUserGroups
|
1359
1541
|
def self.build(context)
|
1360
1542
|
unless context.config.regional_endpoint
|
@@ -1383,6 +1565,20 @@ module Aws::QuickSight
|
|
1383
1565
|
end
|
1384
1566
|
end
|
1385
1567
|
|
1568
|
+
class ListVPCConnections
|
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
|
+
|
1386
1582
|
class PutDataSetRefreshProperties
|
1387
1583
|
def self.build(context)
|
1388
1584
|
unless context.config.regional_endpoint
|
@@ -1873,6 +2069,48 @@ module Aws::QuickSight
|
|
1873
2069
|
end
|
1874
2070
|
end
|
1875
2071
|
|
2072
|
+
class UpdateTopic
|
2073
|
+
def self.build(context)
|
2074
|
+
unless context.config.regional_endpoint
|
2075
|
+
endpoint = context.config.endpoint.to_s
|
2076
|
+
end
|
2077
|
+
Aws::QuickSight::EndpointParameters.new(
|
2078
|
+
region: context.config.region,
|
2079
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
2080
|
+
use_fips: context.config.use_fips_endpoint,
|
2081
|
+
endpoint: endpoint,
|
2082
|
+
)
|
2083
|
+
end
|
2084
|
+
end
|
2085
|
+
|
2086
|
+
class UpdateTopicPermissions
|
2087
|
+
def self.build(context)
|
2088
|
+
unless context.config.regional_endpoint
|
2089
|
+
endpoint = context.config.endpoint.to_s
|
2090
|
+
end
|
2091
|
+
Aws::QuickSight::EndpointParameters.new(
|
2092
|
+
region: context.config.region,
|
2093
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
2094
|
+
use_fips: context.config.use_fips_endpoint,
|
2095
|
+
endpoint: endpoint,
|
2096
|
+
)
|
2097
|
+
end
|
2098
|
+
end
|
2099
|
+
|
2100
|
+
class UpdateTopicRefreshSchedule
|
2101
|
+
def self.build(context)
|
2102
|
+
unless context.config.regional_endpoint
|
2103
|
+
endpoint = context.config.endpoint.to_s
|
2104
|
+
end
|
2105
|
+
Aws::QuickSight::EndpointParameters.new(
|
2106
|
+
region: context.config.region,
|
2107
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
2108
|
+
use_fips: context.config.use_fips_endpoint,
|
2109
|
+
endpoint: endpoint,
|
2110
|
+
)
|
2111
|
+
end
|
2112
|
+
end
|
2113
|
+
|
1876
2114
|
class UpdateUser
|
1877
2115
|
def self.build(context)
|
1878
2116
|
unless context.config.regional_endpoint
|
@@ -1887,5 +2125,19 @@ module Aws::QuickSight
|
|
1887
2125
|
end
|
1888
2126
|
end
|
1889
2127
|
|
2128
|
+
class UpdateVPCConnection
|
2129
|
+
def self.build(context)
|
2130
|
+
unless context.config.regional_endpoint
|
2131
|
+
endpoint = context.config.endpoint.to_s
|
2132
|
+
end
|
2133
|
+
Aws::QuickSight::EndpointParameters.new(
|
2134
|
+
region: context.config.region,
|
2135
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
2136
|
+
use_fips: context.config.use_fips_endpoint,
|
2137
|
+
endpoint: endpoint,
|
2138
|
+
)
|
2139
|
+
end
|
2140
|
+
end
|
2141
|
+
|
1890
2142
|
end
|
1891
2143
|
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
|
@@ -196,8 +208,18 @@ module Aws::QuickSight
|
|
196
208
|
Aws::QuickSight::Endpoints::DescribeThemeAlias.build(context)
|
197
209
|
when :describe_theme_permissions
|
198
210
|
Aws::QuickSight::Endpoints::DescribeThemePermissions.build(context)
|
211
|
+
when :describe_topic
|
212
|
+
Aws::QuickSight::Endpoints::DescribeTopic.build(context)
|
213
|
+
when :describe_topic_permissions
|
214
|
+
Aws::QuickSight::Endpoints::DescribeTopicPermissions.build(context)
|
215
|
+
when :describe_topic_refresh
|
216
|
+
Aws::QuickSight::Endpoints::DescribeTopicRefresh.build(context)
|
217
|
+
when :describe_topic_refresh_schedule
|
218
|
+
Aws::QuickSight::Endpoints::DescribeTopicRefreshSchedule.build(context)
|
199
219
|
when :describe_user
|
200
220
|
Aws::QuickSight::Endpoints::DescribeUser.build(context)
|
221
|
+
when :describe_vpc_connection
|
222
|
+
Aws::QuickSight::Endpoints::DescribeVPCConnection.build(context)
|
201
223
|
when :generate_embed_url_for_anonymous_user
|
202
224
|
Aws::QuickSight::Endpoints::GenerateEmbedUrlForAnonymousUser.build(context)
|
203
225
|
when :generate_embed_url_for_registered_user
|
@@ -248,10 +270,16 @@ module Aws::QuickSight
|
|
248
270
|
Aws::QuickSight::Endpoints::ListThemeVersions.build(context)
|
249
271
|
when :list_themes
|
250
272
|
Aws::QuickSight::Endpoints::ListThemes.build(context)
|
273
|
+
when :list_topic_refresh_schedules
|
274
|
+
Aws::QuickSight::Endpoints::ListTopicRefreshSchedules.build(context)
|
275
|
+
when :list_topics
|
276
|
+
Aws::QuickSight::Endpoints::ListTopics.build(context)
|
251
277
|
when :list_user_groups
|
252
278
|
Aws::QuickSight::Endpoints::ListUserGroups.build(context)
|
253
279
|
when :list_users
|
254
280
|
Aws::QuickSight::Endpoints::ListUsers.build(context)
|
281
|
+
when :list_vpc_connections
|
282
|
+
Aws::QuickSight::Endpoints::ListVPCConnections.build(context)
|
255
283
|
when :put_data_set_refresh_properties
|
256
284
|
Aws::QuickSight::Endpoints::PutDataSetRefreshProperties.build(context)
|
257
285
|
when :register_user
|
@@ -322,8 +350,16 @@ module Aws::QuickSight
|
|
322
350
|
Aws::QuickSight::Endpoints::UpdateThemeAlias.build(context)
|
323
351
|
when :update_theme_permissions
|
324
352
|
Aws::QuickSight::Endpoints::UpdateThemePermissions.build(context)
|
353
|
+
when :update_topic
|
354
|
+
Aws::QuickSight::Endpoints::UpdateTopic.build(context)
|
355
|
+
when :update_topic_permissions
|
356
|
+
Aws::QuickSight::Endpoints::UpdateTopicPermissions.build(context)
|
357
|
+
when :update_topic_refresh_schedule
|
358
|
+
Aws::QuickSight::Endpoints::UpdateTopicRefreshSchedule.build(context)
|
325
359
|
when :update_user
|
326
360
|
Aws::QuickSight::Endpoints::UpdateUser.build(context)
|
361
|
+
when :update_vpc_connection
|
362
|
+
Aws::QuickSight::Endpoints::UpdateVPCConnection.build(context)
|
327
363
|
end
|
328
364
|
end
|
329
365
|
end
|