aws-sdk-quicksight 1.130.0 → 1.132.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +145 -1
- data/lib/aws-sdk-quicksight/client_api.rb +89 -8
- data/lib/aws-sdk-quicksight/endpoints.rb +11 -0
- data/lib/aws-sdk-quicksight/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-quicksight/types.rb +224 -9
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +62 -4
- data/sig/types.rbs +54 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ed3d0f654ce44c8e65ca5b16088e37ae63da9f641faba8fa67aee311f92efbe
|
4
|
+
data.tar.gz: e9428c1d6c121a83581ef028082fa771d3102cebc4dd50dde7d3b709ac3b2b64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 916bdfdd7828fa24675994a65f003d2d9b55957289827d82a3b30fdf2635dab7284c2b208b1e3614147f52d573ef23c4ab68be193df5c957ff7da7689b244190
|
7
|
+
data.tar.gz: 6cd816c27d09ffaa3f32eb3135217847d212c722c27181e8da19e1bdee898bb97312943b2f29e70656d7c375ea19956c38edb7dfa9d3aed690959fca379eadbc
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.132.0 (2024-10-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders.
|
8
|
+
|
9
|
+
1.131.0 (2024-10-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - QuickSight: Add support for exporting and importing folders in AssetBundle APIs
|
13
|
+
|
4
14
|
1.130.0 (2024-09-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.132.0
|
@@ -3757,6 +3757,9 @@ module Aws::QuickSight
|
|
3757
3757
|
# ],
|
3758
3758
|
# },
|
3759
3759
|
# ],
|
3760
|
+
# config_options: {
|
3761
|
+
# q_business_insights_enabled: false,
|
3762
|
+
# },
|
3760
3763
|
# },
|
3761
3764
|
# tags: [
|
3762
3765
|
# {
|
@@ -5419,6 +5422,8 @@ module Aws::QuickSight
|
|
5419
5422
|
# * {Types::DescribeAssetBundleExportJobResponse#include_tags #include_tags} => Boolean
|
5420
5423
|
# * {Types::DescribeAssetBundleExportJobResponse#validation_strategy #validation_strategy} => Types::AssetBundleExportJobValidationStrategy
|
5421
5424
|
# * {Types::DescribeAssetBundleExportJobResponse#warnings #warnings} => Array<Types::AssetBundleExportJobWarning>
|
5425
|
+
# * {Types::DescribeAssetBundleExportJobResponse#include_folder_memberships #include_folder_memberships} => Boolean
|
5426
|
+
# * {Types::DescribeAssetBundleExportJobResponse#include_folder_members #include_folder_members} => String
|
5422
5427
|
#
|
5423
5428
|
# @example Request syntax with placeholder values
|
5424
5429
|
#
|
@@ -5472,6 +5477,10 @@ module Aws::QuickSight
|
|
5472
5477
|
# resp.cloud_formation_override_property_configuration.dashboards[0].arn #=> String
|
5473
5478
|
# resp.cloud_formation_override_property_configuration.dashboards[0].properties #=> Array
|
5474
5479
|
# resp.cloud_formation_override_property_configuration.dashboards[0].properties[0] #=> String, one of "Name"
|
5480
|
+
# resp.cloud_formation_override_property_configuration.folders #=> Array
|
5481
|
+
# resp.cloud_formation_override_property_configuration.folders[0].arn #=> String
|
5482
|
+
# resp.cloud_formation_override_property_configuration.folders[0].properties #=> Array
|
5483
|
+
# resp.cloud_formation_override_property_configuration.folders[0].properties[0] #=> String, one of "Name", "ParentFolderArn"
|
5475
5484
|
# resp.request_id #=> String
|
5476
5485
|
# resp.status #=> Integer
|
5477
5486
|
# resp.include_permissions #=> Boolean
|
@@ -5480,6 +5489,8 @@ module Aws::QuickSight
|
|
5480
5489
|
# resp.warnings #=> Array
|
5481
5490
|
# resp.warnings[0].arn #=> String
|
5482
5491
|
# resp.warnings[0].message #=> String
|
5492
|
+
# resp.include_folder_memberships #=> Boolean
|
5493
|
+
# resp.include_folder_members #=> String, one of "RECURSE", "ONE_LEVEL", "NONE"
|
5483
5494
|
#
|
5484
5495
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeAssetBundleExportJob AWS API Documentation
|
5485
5496
|
#
|
@@ -5652,6 +5663,10 @@ module Aws::QuickSight
|
|
5652
5663
|
# resp.override_parameters.dashboards #=> Array
|
5653
5664
|
# resp.override_parameters.dashboards[0].dashboard_id #=> String
|
5654
5665
|
# resp.override_parameters.dashboards[0].name #=> String
|
5666
|
+
# resp.override_parameters.folders #=> Array
|
5667
|
+
# resp.override_parameters.folders[0].folder_id #=> String
|
5668
|
+
# resp.override_parameters.folders[0].name #=> String
|
5669
|
+
# resp.override_parameters.folders[0].parent_folder_arn #=> String
|
5655
5670
|
# resp.failure_action #=> String, one of "DO_NOTHING", "ROLLBACK"
|
5656
5671
|
# resp.request_id #=> String
|
5657
5672
|
# resp.status #=> Integer
|
@@ -5694,6 +5709,13 @@ module Aws::QuickSight
|
|
5694
5709
|
# resp.override_permissions.dashboards[0].link_sharing_configuration.permissions.principals[0] #=> String
|
5695
5710
|
# resp.override_permissions.dashboards[0].link_sharing_configuration.permissions.actions #=> Array
|
5696
5711
|
# resp.override_permissions.dashboards[0].link_sharing_configuration.permissions.actions[0] #=> String
|
5712
|
+
# resp.override_permissions.folders #=> Array
|
5713
|
+
# resp.override_permissions.folders[0].folder_ids #=> Array
|
5714
|
+
# resp.override_permissions.folders[0].folder_ids[0] #=> String
|
5715
|
+
# resp.override_permissions.folders[0].permissions.principals #=> Array
|
5716
|
+
# resp.override_permissions.folders[0].permissions.principals[0] #=> String
|
5717
|
+
# resp.override_permissions.folders[0].permissions.actions #=> Array
|
5718
|
+
# resp.override_permissions.folders[0].permissions.actions[0] #=> String
|
5697
5719
|
# resp.override_tags.vpc_connections #=> Array
|
5698
5720
|
# resp.override_tags.vpc_connections[0].vpc_connection_ids #=> Array
|
5699
5721
|
# resp.override_tags.vpc_connections[0].vpc_connection_ids[0] #=> String
|
@@ -5730,6 +5752,12 @@ module Aws::QuickSight
|
|
5730
5752
|
# resp.override_tags.dashboards[0].tags #=> Array
|
5731
5753
|
# resp.override_tags.dashboards[0].tags[0].key #=> String
|
5732
5754
|
# resp.override_tags.dashboards[0].tags[0].value #=> String
|
5755
|
+
# resp.override_tags.folders #=> Array
|
5756
|
+
# resp.override_tags.folders[0].folder_ids #=> Array
|
5757
|
+
# resp.override_tags.folders[0].folder_ids[0] #=> String
|
5758
|
+
# resp.override_tags.folders[0].tags #=> Array
|
5759
|
+
# resp.override_tags.folders[0].tags[0].key #=> String
|
5760
|
+
# resp.override_tags.folders[0].tags[0].value #=> String
|
5733
5761
|
# resp.override_validation_strategy.strict_mode_for_all_resources #=> Boolean
|
5734
5762
|
# resp.warnings #=> Array
|
5735
5763
|
# resp.warnings[0].arn #=> String
|
@@ -7780,6 +7808,7 @@ module Aws::QuickSight
|
|
7780
7808
|
# resp.topic.data_sets[0].named_entities[0].definition[0].metric.aggregation #=> String, one of "SUM", "MIN", "MAX", "COUNT", "AVERAGE", "DISTINCT_COUNT", "STDEV", "STDEVP", "VAR", "VARP", "PERCENTILE", "MEDIAN", "CUSTOM"
|
7781
7809
|
# resp.topic.data_sets[0].named_entities[0].definition[0].metric.aggregation_function_parameters #=> Hash
|
7782
7810
|
# resp.topic.data_sets[0].named_entities[0].definition[0].metric.aggregation_function_parameters["LimitedString"] #=> String
|
7811
|
+
# resp.topic.config_options.q_business_insights_enabled #=> Boolean
|
7783
7812
|
# resp.request_id #=> String
|
7784
7813
|
# resp.status #=> Integer
|
7785
7814
|
#
|
@@ -11132,18 +11161,28 @@ module Aws::QuickSight
|
|
11132
11161
|
# @option params [required, String] :analysis_id
|
11133
11162
|
# The ID of the analysis that you're restoring.
|
11134
11163
|
#
|
11164
|
+
# @option params [Boolean] :restore_to_folders
|
11165
|
+
# A boolean value that determines if the analysis will be restored to
|
11166
|
+
# folders that it previously resided in. A `True` value restores
|
11167
|
+
# analysis back to all folders that it previously resided in. A `False`
|
11168
|
+
# value restores the analysis but does not restore the analysis back to
|
11169
|
+
# all previously resided folders. Restoring a restricted analysis
|
11170
|
+
# requires this parameter to be set to `True`.
|
11171
|
+
#
|
11135
11172
|
# @return [Types::RestoreAnalysisResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11136
11173
|
#
|
11137
11174
|
# * {Types::RestoreAnalysisResponse#status #status} => Integer
|
11138
11175
|
# * {Types::RestoreAnalysisResponse#arn #arn} => String
|
11139
11176
|
# * {Types::RestoreAnalysisResponse#analysis_id #analysis_id} => String
|
11140
11177
|
# * {Types::RestoreAnalysisResponse#request_id #request_id} => String
|
11178
|
+
# * {Types::RestoreAnalysisResponse#restoration_failed_folder_arns #restoration_failed_folder_arns} => Array<String>
|
11141
11179
|
#
|
11142
11180
|
# @example Request syntax with placeholder values
|
11143
11181
|
#
|
11144
11182
|
# resp = client.restore_analysis({
|
11145
11183
|
# aws_account_id: "AwsAccountId", # required
|
11146
11184
|
# analysis_id: "ShortRestrictiveResourceId", # required
|
11185
|
+
# restore_to_folders: false,
|
11147
11186
|
# })
|
11148
11187
|
#
|
11149
11188
|
# @example Response structure
|
@@ -11152,6 +11191,8 @@ module Aws::QuickSight
|
|
11152
11191
|
# resp.arn #=> String
|
11153
11192
|
# resp.analysis_id #=> String
|
11154
11193
|
# resp.request_id #=> String
|
11194
|
+
# resp.restoration_failed_folder_arns #=> Array
|
11195
|
+
# resp.restoration_failed_folder_arns[0] #=> String
|
11155
11196
|
#
|
11156
11197
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RestoreAnalysis AWS API Documentation
|
11157
11198
|
#
|
@@ -11640,6 +11681,15 @@ module Aws::QuickSight
|
|
11640
11681
|
# as warnings. The default value for `StrictModeForAllResources` is
|
11641
11682
|
# `FALSE`.
|
11642
11683
|
#
|
11684
|
+
# @option params [Boolean] :include_folder_memberships
|
11685
|
+
# A Boolean that determines if the exported asset carries over
|
11686
|
+
# information about the folders that the asset is a member of.
|
11687
|
+
#
|
11688
|
+
# @option params [String] :include_folder_members
|
11689
|
+
# A setting that indicates whether you want to include folder assets.
|
11690
|
+
# You can also use this setting to recusrsively include all subfolders
|
11691
|
+
# of an exported folder.
|
11692
|
+
#
|
11643
11693
|
# @return [Types::StartAssetBundleExportJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11644
11694
|
#
|
11645
11695
|
# * {Types::StartAssetBundleExportJobResponse#arn #arn} => String
|
@@ -11701,12 +11751,20 @@ module Aws::QuickSight
|
|
11701
11751
|
# properties: ["Name"], # required, accepts Name
|
11702
11752
|
# },
|
11703
11753
|
# ],
|
11754
|
+
# folders: [
|
11755
|
+
# {
|
11756
|
+
# arn: "Arn", # required
|
11757
|
+
# properties: ["Name"], # required, accepts Name, ParentFolderArn
|
11758
|
+
# },
|
11759
|
+
# ],
|
11704
11760
|
# },
|
11705
11761
|
# include_permissions: false,
|
11706
11762
|
# include_tags: false,
|
11707
11763
|
# validation_strategy: {
|
11708
11764
|
# strict_mode_for_all_resources: false,
|
11709
11765
|
# },
|
11766
|
+
# include_folder_memberships: false,
|
11767
|
+
# include_folder_members: "RECURSE", # accepts RECURSE, ONE_LEVEL, NONE
|
11710
11768
|
# })
|
11711
11769
|
#
|
11712
11770
|
# @example Response structure
|
@@ -11987,6 +12045,13 @@ module Aws::QuickSight
|
|
11987
12045
|
# name: "ResourceName",
|
11988
12046
|
# },
|
11989
12047
|
# ],
|
12048
|
+
# folders: [
|
12049
|
+
# {
|
12050
|
+
# folder_id: "ResourceId", # required
|
12051
|
+
# name: "ResourceName",
|
12052
|
+
# parent_folder_arn: "Arn",
|
12053
|
+
# },
|
12054
|
+
# ],
|
11990
12055
|
# },
|
11991
12056
|
# failure_action: "DO_NOTHING", # accepts DO_NOTHING, ROLLBACK
|
11992
12057
|
# override_permissions: {
|
@@ -12041,6 +12106,15 @@ module Aws::QuickSight
|
|
12041
12106
|
# },
|
12042
12107
|
# },
|
12043
12108
|
# ],
|
12109
|
+
# folders: [
|
12110
|
+
# {
|
12111
|
+
# folder_ids: ["AssetBundleRestrictiveResourceId"], # required
|
12112
|
+
# permissions: {
|
12113
|
+
# principals: ["Principal"], # required
|
12114
|
+
# actions: ["String"], # required
|
12115
|
+
# },
|
12116
|
+
# },
|
12117
|
+
# ],
|
12044
12118
|
# },
|
12045
12119
|
# override_tags: {
|
12046
12120
|
# vpc_connections: [
|
@@ -12109,6 +12183,17 @@ module Aws::QuickSight
|
|
12109
12183
|
# ],
|
12110
12184
|
# },
|
12111
12185
|
# ],
|
12186
|
+
# folders: [
|
12187
|
+
# {
|
12188
|
+
# folder_ids: ["AssetBundleRestrictiveResourceId"], # required
|
12189
|
+
# tags: [ # required
|
12190
|
+
# {
|
12191
|
+
# key: "TagKey", # required
|
12192
|
+
# value: "TagValue", # required
|
12193
|
+
# },
|
12194
|
+
# ],
|
12195
|
+
# },
|
12196
|
+
# ],
|
12112
12197
|
# },
|
12113
12198
|
# override_validation_strategy: {
|
12114
12199
|
# strict_mode_for_all_resources: false,
|
@@ -12341,6 +12426,62 @@ module Aws::QuickSight
|
|
12341
12426
|
req.send_request(options)
|
12342
12427
|
end
|
12343
12428
|
|
12429
|
+
# Starts an asynchronous job that runs an existing dashboard schedule
|
12430
|
+
# and sends the dashboard snapshot through email.
|
12431
|
+
#
|
12432
|
+
# Only one job can run simultaneously in a given schedule. Repeated
|
12433
|
+
# requests are skipped with a `202` HTTP status code.
|
12434
|
+
#
|
12435
|
+
# For more information, see [Scheduling and sending Amazon QuickSight
|
12436
|
+
# reports by email][1] and [Configuring email report settings for a
|
12437
|
+
# Amazon QuickSight dashboard][2] in the *Amazon QuickSight User Guide*.
|
12438
|
+
#
|
12439
|
+
#
|
12440
|
+
#
|
12441
|
+
# [1]: https://docs.aws.amazon.com/quicksight/latest/user/sending-reports.html
|
12442
|
+
# [2]: https://docs.aws.amazon.com/quicksight/latest/user/email-reports-from-dashboard.html
|
12443
|
+
#
|
12444
|
+
# @option params [required, String] :aws_account_id
|
12445
|
+
# The ID of the Amazon Web Services account that the dashboard snapshot
|
12446
|
+
# job is executed in.
|
12447
|
+
#
|
12448
|
+
# @option params [required, String] :dashboard_id
|
12449
|
+
# The ID of the dashboard that you want to start a snapshot job schedule
|
12450
|
+
# for.
|
12451
|
+
#
|
12452
|
+
# @option params [required, String] :schedule_id
|
12453
|
+
# The ID of the schedule that you want to start a snapshot job schedule
|
12454
|
+
# for. The schedule ID can be found in the Amazon QuickSight console in
|
12455
|
+
# the **Schedules** pane of the dashboard that the schedule is
|
12456
|
+
# configured for.
|
12457
|
+
#
|
12458
|
+
# @return [Types::StartDashboardSnapshotJobScheduleResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
12459
|
+
#
|
12460
|
+
# * {Types::StartDashboardSnapshotJobScheduleResponse#request_id #request_id} => String
|
12461
|
+
# * {Types::StartDashboardSnapshotJobScheduleResponse#status #status} => Integer
|
12462
|
+
#
|
12463
|
+
# @example Request syntax with placeholder values
|
12464
|
+
#
|
12465
|
+
# resp = client.start_dashboard_snapshot_job_schedule({
|
12466
|
+
# aws_account_id: "AwsAccountId", # required
|
12467
|
+
# dashboard_id: "ShortRestrictiveResourceId", # required
|
12468
|
+
# schedule_id: "ShortRestrictiveResourceId", # required
|
12469
|
+
# })
|
12470
|
+
#
|
12471
|
+
# @example Response structure
|
12472
|
+
#
|
12473
|
+
# resp.request_id #=> String
|
12474
|
+
# resp.status #=> Integer
|
12475
|
+
#
|
12476
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/StartDashboardSnapshotJobSchedule AWS API Documentation
|
12477
|
+
#
|
12478
|
+
# @overload start_dashboard_snapshot_job_schedule(params = {})
|
12479
|
+
# @param [Hash] params ({})
|
12480
|
+
def start_dashboard_snapshot_job_schedule(params = {}, options = {})
|
12481
|
+
req = build_request(:start_dashboard_snapshot_job_schedule, params)
|
12482
|
+
req.send_request(options)
|
12483
|
+
end
|
12484
|
+
|
12344
12485
|
# Assigns one or more tags (key-value pairs) to the specified Amazon
|
12345
12486
|
# QuickSight resource.
|
12346
12487
|
#
|
@@ -15026,6 +15167,9 @@ module Aws::QuickSight
|
|
15026
15167
|
# ],
|
15027
15168
|
# },
|
15028
15169
|
# ],
|
15170
|
+
# config_options: {
|
15171
|
+
# q_business_insights_enabled: false,
|
15172
|
+
# },
|
15029
15173
|
# },
|
15030
15174
|
# })
|
15031
15175
|
#
|
@@ -15405,7 +15549,7 @@ module Aws::QuickSight
|
|
15405
15549
|
tracer: tracer
|
15406
15550
|
)
|
15407
15551
|
context[:gem_name] = 'aws-sdk-quicksight'
|
15408
|
-
context[:gem_version] = '1.
|
15552
|
+
context[:gem_version] = '1.132.0'
|
15409
15553
|
Seahorse::Client::Request.new(handlers, context)
|
15410
15554
|
end
|
15411
15555
|
|
@@ -99,6 +99,10 @@ module Aws::QuickSight
|
|
99
99
|
AssetBundleExportJobDataSourcePropertyToOverrideList = Shapes::ListShape.new(name: 'AssetBundleExportJobDataSourcePropertyToOverrideList')
|
100
100
|
AssetBundleExportJobError = Shapes::StructureShape.new(name: 'AssetBundleExportJobError')
|
101
101
|
AssetBundleExportJobErrorList = Shapes::ListShape.new(name: 'AssetBundleExportJobErrorList')
|
102
|
+
AssetBundleExportJobFolderOverrideProperties = Shapes::StructureShape.new(name: 'AssetBundleExportJobFolderOverrideProperties')
|
103
|
+
AssetBundleExportJobFolderOverridePropertiesList = Shapes::ListShape.new(name: 'AssetBundleExportJobFolderOverridePropertiesList')
|
104
|
+
AssetBundleExportJobFolderPropertyToOverride = Shapes::StringShape.new(name: 'AssetBundleExportJobFolderPropertyToOverride')
|
105
|
+
AssetBundleExportJobFolderPropertyToOverrideList = Shapes::ListShape.new(name: 'AssetBundleExportJobFolderPropertyToOverrideList')
|
102
106
|
AssetBundleExportJobRefreshScheduleOverrideProperties = Shapes::StructureShape.new(name: 'AssetBundleExportJobRefreshScheduleOverrideProperties')
|
103
107
|
AssetBundleExportJobRefreshScheduleOverridePropertiesList = Shapes::ListShape.new(name: 'AssetBundleExportJobRefreshScheduleOverridePropertiesList')
|
104
108
|
AssetBundleExportJobRefreshSchedulePropertyToOverride = Shapes::StringShape.new(name: 'AssetBundleExportJobRefreshSchedulePropertyToOverride')
|
@@ -148,6 +152,12 @@ module Aws::QuickSight
|
|
148
152
|
AssetBundleImportJobDataSourceOverrideTagsList = Shapes::ListShape.new(name: 'AssetBundleImportJobDataSourceOverrideTagsList')
|
149
153
|
AssetBundleImportJobError = Shapes::StructureShape.new(name: 'AssetBundleImportJobError')
|
150
154
|
AssetBundleImportJobErrorList = Shapes::ListShape.new(name: 'AssetBundleImportJobErrorList')
|
155
|
+
AssetBundleImportJobFolderOverrideParameters = Shapes::StructureShape.new(name: 'AssetBundleImportJobFolderOverrideParameters')
|
156
|
+
AssetBundleImportJobFolderOverrideParametersList = Shapes::ListShape.new(name: 'AssetBundleImportJobFolderOverrideParametersList')
|
157
|
+
AssetBundleImportJobFolderOverridePermissions = Shapes::StructureShape.new(name: 'AssetBundleImportJobFolderOverridePermissions')
|
158
|
+
AssetBundleImportJobFolderOverridePermissionsList = Shapes::ListShape.new(name: 'AssetBundleImportJobFolderOverridePermissionsList')
|
159
|
+
AssetBundleImportJobFolderOverrideTags = Shapes::StructureShape.new(name: 'AssetBundleImportJobFolderOverrideTags')
|
160
|
+
AssetBundleImportJobFolderOverrideTagsList = Shapes::ListShape.new(name: 'AssetBundleImportJobFolderOverrideTagsList')
|
151
161
|
AssetBundleImportJobOverrideParameters = Shapes::StructureShape.new(name: 'AssetBundleImportJobOverrideParameters')
|
152
162
|
AssetBundleImportJobOverridePermissions = Shapes::StructureShape.new(name: 'AssetBundleImportJobOverridePermissions')
|
153
163
|
AssetBundleImportJobOverrideTags = Shapes::StructureShape.new(name: 'AssetBundleImportJobOverrideTags')
|
@@ -942,6 +952,7 @@ module Aws::QuickSight
|
|
942
952
|
IdentityStore = Shapes::StringShape.new(name: 'IdentityStore')
|
943
953
|
IdentityType = Shapes::StringShape.new(name: 'IdentityType')
|
944
954
|
IdentityTypeNotSupportedException = Shapes::StructureShape.new(name: 'IdentityTypeNotSupportedException')
|
955
|
+
IncludeFolderMembers = Shapes::StringShape.new(name: 'IncludeFolderMembers')
|
945
956
|
IncrementalRefresh = Shapes::StructureShape.new(name: 'IncrementalRefresh')
|
946
957
|
Ingestion = Shapes::StructureShape.new(name: 'Ingestion')
|
947
958
|
IngestionErrorType = Shapes::StringShape.new(name: 'IngestionErrorType')
|
@@ -1554,6 +1565,8 @@ module Aws::QuickSight
|
|
1554
1565
|
StartAssetBundleImportJobResponse = Shapes::StructureShape.new(name: 'StartAssetBundleImportJobResponse')
|
1555
1566
|
StartDashboardSnapshotJobRequest = Shapes::StructureShape.new(name: 'StartDashboardSnapshotJobRequest')
|
1556
1567
|
StartDashboardSnapshotJobResponse = Shapes::StructureShape.new(name: 'StartDashboardSnapshotJobResponse')
|
1568
|
+
StartDashboardSnapshotJobScheduleRequest = Shapes::StructureShape.new(name: 'StartDashboardSnapshotJobScheduleRequest')
|
1569
|
+
StartDashboardSnapshotJobScheduleResponse = Shapes::StructureShape.new(name: 'StartDashboardSnapshotJobScheduleResponse')
|
1557
1570
|
StatePersistenceConfigurations = Shapes::StructureShape.new(name: 'StatePersistenceConfigurations')
|
1558
1571
|
Status = Shapes::StringShape.new(name: 'Status')
|
1559
1572
|
StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
|
@@ -1697,6 +1710,7 @@ module Aws::QuickSight
|
|
1697
1710
|
TopicCategoryFilterConstant = Shapes::StructureShape.new(name: 'TopicCategoryFilterConstant')
|
1698
1711
|
TopicColumn = Shapes::StructureShape.new(name: 'TopicColumn')
|
1699
1712
|
TopicColumns = Shapes::ListShape.new(name: 'TopicColumns')
|
1713
|
+
TopicConfigOptions = Shapes::StructureShape.new(name: 'TopicConfigOptions')
|
1700
1714
|
TopicConstantValue = Shapes::StructureShape.new(name: 'TopicConstantValue')
|
1701
1715
|
TopicDateRangeFilter = Shapes::StructureShape.new(name: 'TopicDateRangeFilter')
|
1702
1716
|
TopicDetails = Shapes::StructureShape.new(name: 'TopicDetails')
|
@@ -2124,6 +2138,7 @@ module Aws::QuickSight
|
|
2124
2138
|
AssetBundleCloudFormationOverridePropertyConfiguration.add_member(:themes, Shapes::ShapeRef.new(shape: AssetBundleExportJobThemeOverridePropertiesList, location_name: "Themes"))
|
2125
2139
|
AssetBundleCloudFormationOverridePropertyConfiguration.add_member(:analyses, Shapes::ShapeRef.new(shape: AssetBundleExportJobAnalysisOverridePropertiesList, location_name: "Analyses"))
|
2126
2140
|
AssetBundleCloudFormationOverridePropertyConfiguration.add_member(:dashboards, Shapes::ShapeRef.new(shape: AssetBundleExportJobDashboardOverridePropertiesList, location_name: "Dashboards"))
|
2141
|
+
AssetBundleCloudFormationOverridePropertyConfiguration.add_member(:folders, Shapes::ShapeRef.new(shape: AssetBundleExportJobFolderOverridePropertiesList, location_name: "Folders"))
|
2127
2142
|
AssetBundleCloudFormationOverridePropertyConfiguration.struct_class = Types::AssetBundleCloudFormationOverridePropertyConfiguration
|
2128
2143
|
|
2129
2144
|
AssetBundleExportJobAnalysisOverrideProperties.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
@@ -2165,6 +2180,14 @@ module Aws::QuickSight
|
|
2165
2180
|
|
2166
2181
|
AssetBundleExportJobErrorList.member = Shapes::ShapeRef.new(shape: AssetBundleExportJobError)
|
2167
2182
|
|
2183
|
+
AssetBundleExportJobFolderOverrideProperties.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
2184
|
+
AssetBundleExportJobFolderOverrideProperties.add_member(:properties, Shapes::ShapeRef.new(shape: AssetBundleExportJobFolderPropertyToOverrideList, required: true, location_name: "Properties"))
|
2185
|
+
AssetBundleExportJobFolderOverrideProperties.struct_class = Types::AssetBundleExportJobFolderOverrideProperties
|
2186
|
+
|
2187
|
+
AssetBundleExportJobFolderOverridePropertiesList.member = Shapes::ShapeRef.new(shape: AssetBundleExportJobFolderOverrideProperties)
|
2188
|
+
|
2189
|
+
AssetBundleExportJobFolderPropertyToOverrideList.member = Shapes::ShapeRef.new(shape: AssetBundleExportJobFolderPropertyToOverride)
|
2190
|
+
|
2168
2191
|
AssetBundleExportJobRefreshScheduleOverrideProperties.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
2169
2192
|
AssetBundleExportJobRefreshScheduleOverrideProperties.add_member(:properties, Shapes::ShapeRef.new(shape: AssetBundleExportJobRefreshSchedulePropertyToOverrideList, required: true, location_name: "Properties"))
|
2170
2193
|
AssetBundleExportJobRefreshScheduleOverrideProperties.struct_class = Types::AssetBundleExportJobRefreshScheduleOverrideProperties
|
@@ -2305,6 +2328,25 @@ module Aws::QuickSight
|
|
2305
2328
|
|
2306
2329
|
AssetBundleImportJobErrorList.member = Shapes::ShapeRef.new(shape: AssetBundleImportJobError)
|
2307
2330
|
|
2331
|
+
AssetBundleImportJobFolderOverrideParameters.add_member(:folder_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "FolderId"))
|
2332
|
+
AssetBundleImportJobFolderOverrideParameters.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
|
2333
|
+
AssetBundleImportJobFolderOverrideParameters.add_member(:parent_folder_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ParentFolderArn"))
|
2334
|
+
AssetBundleImportJobFolderOverrideParameters.struct_class = Types::AssetBundleImportJobFolderOverrideParameters
|
2335
|
+
|
2336
|
+
AssetBundleImportJobFolderOverrideParametersList.member = Shapes::ShapeRef.new(shape: AssetBundleImportJobFolderOverrideParameters)
|
2337
|
+
|
2338
|
+
AssetBundleImportJobFolderOverridePermissions.add_member(:folder_ids, Shapes::ShapeRef.new(shape: AssetBundleRestrictiveResourceIdList, required: true, location_name: "FolderIds"))
|
2339
|
+
AssetBundleImportJobFolderOverridePermissions.add_member(:permissions, Shapes::ShapeRef.new(shape: AssetBundleResourcePermissions, location_name: "Permissions"))
|
2340
|
+
AssetBundleImportJobFolderOverridePermissions.struct_class = Types::AssetBundleImportJobFolderOverridePermissions
|
2341
|
+
|
2342
|
+
AssetBundleImportJobFolderOverridePermissionsList.member = Shapes::ShapeRef.new(shape: AssetBundleImportJobFolderOverridePermissions)
|
2343
|
+
|
2344
|
+
AssetBundleImportJobFolderOverrideTags.add_member(:folder_ids, Shapes::ShapeRef.new(shape: AssetBundleRestrictiveResourceIdList, required: true, location_name: "FolderIds"))
|
2345
|
+
AssetBundleImportJobFolderOverrideTags.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
2346
|
+
AssetBundleImportJobFolderOverrideTags.struct_class = Types::AssetBundleImportJobFolderOverrideTags
|
2347
|
+
|
2348
|
+
AssetBundleImportJobFolderOverrideTagsList.member = Shapes::ShapeRef.new(shape: AssetBundleImportJobFolderOverrideTags)
|
2349
|
+
|
2308
2350
|
AssetBundleImportJobOverrideParameters.add_member(:resource_id_override_configuration, Shapes::ShapeRef.new(shape: AssetBundleImportJobResourceIdOverrideConfiguration, location_name: "ResourceIdOverrideConfiguration"))
|
2309
2351
|
AssetBundleImportJobOverrideParameters.add_member(:vpc_connections, Shapes::ShapeRef.new(shape: AssetBundleImportJobVPCConnectionOverrideParametersList, location_name: "VPCConnections"))
|
2310
2352
|
AssetBundleImportJobOverrideParameters.add_member(:refresh_schedules, Shapes::ShapeRef.new(shape: AssetBundleImportJobRefreshScheduleOverrideParametersList, location_name: "RefreshSchedules"))
|
@@ -2313,6 +2355,7 @@ module Aws::QuickSight
|
|
2313
2355
|
AssetBundleImportJobOverrideParameters.add_member(:themes, Shapes::ShapeRef.new(shape: AssetBundleImportJobThemeOverrideParametersList, location_name: "Themes"))
|
2314
2356
|
AssetBundleImportJobOverrideParameters.add_member(:analyses, Shapes::ShapeRef.new(shape: AssetBundleImportJobAnalysisOverrideParametersList, location_name: "Analyses"))
|
2315
2357
|
AssetBundleImportJobOverrideParameters.add_member(:dashboards, Shapes::ShapeRef.new(shape: AssetBundleImportJobDashboardOverrideParametersList, location_name: "Dashboards"))
|
2358
|
+
AssetBundleImportJobOverrideParameters.add_member(:folders, Shapes::ShapeRef.new(shape: AssetBundleImportJobFolderOverrideParametersList, location_name: "Folders"))
|
2316
2359
|
AssetBundleImportJobOverrideParameters.struct_class = Types::AssetBundleImportJobOverrideParameters
|
2317
2360
|
|
2318
2361
|
AssetBundleImportJobOverridePermissions.add_member(:data_sources, Shapes::ShapeRef.new(shape: AssetBundleImportJobDataSourceOverridePermissionsList, location_name: "DataSources"))
|
@@ -2320,6 +2363,7 @@ module Aws::QuickSight
|
|
2320
2363
|
AssetBundleImportJobOverridePermissions.add_member(:themes, Shapes::ShapeRef.new(shape: AssetBundleImportJobThemeOverridePermissionsList, location_name: "Themes"))
|
2321
2364
|
AssetBundleImportJobOverridePermissions.add_member(:analyses, Shapes::ShapeRef.new(shape: AssetBundleImportJobAnalysisOverridePermissionsList, location_name: "Analyses"))
|
2322
2365
|
AssetBundleImportJobOverridePermissions.add_member(:dashboards, Shapes::ShapeRef.new(shape: AssetBundleImportJobDashboardOverridePermissionsList, location_name: "Dashboards"))
|
2366
|
+
AssetBundleImportJobOverridePermissions.add_member(:folders, Shapes::ShapeRef.new(shape: AssetBundleImportJobFolderOverridePermissionsList, location_name: "Folders"))
|
2323
2367
|
AssetBundleImportJobOverridePermissions.struct_class = Types::AssetBundleImportJobOverridePermissions
|
2324
2368
|
|
2325
2369
|
AssetBundleImportJobOverrideTags.add_member(:vpc_connections, Shapes::ShapeRef.new(shape: AssetBundleImportJobVPCConnectionOverrideTagsList, location_name: "VPCConnections"))
|
@@ -2328,6 +2372,7 @@ module Aws::QuickSight
|
|
2328
2372
|
AssetBundleImportJobOverrideTags.add_member(:themes, Shapes::ShapeRef.new(shape: AssetBundleImportJobThemeOverrideTagsList, location_name: "Themes"))
|
2329
2373
|
AssetBundleImportJobOverrideTags.add_member(:analyses, Shapes::ShapeRef.new(shape: AssetBundleImportJobAnalysisOverrideTagsList, location_name: "Analyses"))
|
2330
2374
|
AssetBundleImportJobOverrideTags.add_member(:dashboards, Shapes::ShapeRef.new(shape: AssetBundleImportJobDashboardOverrideTagsList, location_name: "Dashboards"))
|
2375
|
+
AssetBundleImportJobOverrideTags.add_member(:folders, Shapes::ShapeRef.new(shape: AssetBundleImportJobFolderOverrideTagsList, location_name: "Folders"))
|
2331
2376
|
AssetBundleImportJobOverrideTags.struct_class = Types::AssetBundleImportJobOverrideTags
|
2332
2377
|
|
2333
2378
|
AssetBundleImportJobOverrideValidationStrategy.add_member(:strict_mode_for_all_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "StrictModeForAllResources"))
|
@@ -4272,7 +4317,7 @@ module Aws::QuickSight
|
|
4272
4317
|
|
4273
4318
|
DescribeAnalysisPermissionsResponse.add_member(:analysis_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "AnalysisId"))
|
4274
4319
|
DescribeAnalysisPermissionsResponse.add_member(:analysis_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnalysisArn"))
|
4275
|
-
DescribeAnalysisPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape:
|
4320
|
+
DescribeAnalysisPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "Permissions"))
|
4276
4321
|
DescribeAnalysisPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4277
4322
|
DescribeAnalysisPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
4278
4323
|
DescribeAnalysisPermissionsResponse.struct_class = Types::DescribeAnalysisPermissionsResponse
|
@@ -4307,6 +4352,8 @@ module Aws::QuickSight
|
|
4307
4352
|
DescribeAssetBundleExportJobResponse.add_member(:include_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeTags"))
|
4308
4353
|
DescribeAssetBundleExportJobResponse.add_member(:validation_strategy, Shapes::ShapeRef.new(shape: AssetBundleExportJobValidationStrategy, location_name: "ValidationStrategy"))
|
4309
4354
|
DescribeAssetBundleExportJobResponse.add_member(:warnings, Shapes::ShapeRef.new(shape: AssetBundleExportJobWarningList, location_name: "Warnings"))
|
4355
|
+
DescribeAssetBundleExportJobResponse.add_member(:include_folder_memberships, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeFolderMemberships"))
|
4356
|
+
DescribeAssetBundleExportJobResponse.add_member(:include_folder_members, Shapes::ShapeRef.new(shape: IncludeFolderMembers, location_name: "IncludeFolderMembers"))
|
4310
4357
|
DescribeAssetBundleExportJobResponse.struct_class = Types::DescribeAssetBundleExportJobResponse
|
4311
4358
|
|
4312
4359
|
DescribeAssetBundleImportJobRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
@@ -4354,7 +4401,7 @@ module Aws::QuickSight
|
|
4354
4401
|
|
4355
4402
|
DescribeDashboardPermissionsResponse.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "DashboardId"))
|
4356
4403
|
DescribeDashboardPermissionsResponse.add_member(:dashboard_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DashboardArn"))
|
4357
|
-
DescribeDashboardPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape:
|
4404
|
+
DescribeDashboardPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "Permissions"))
|
4358
4405
|
DescribeDashboardPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4359
4406
|
DescribeDashboardPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
4360
4407
|
DescribeDashboardPermissionsResponse.add_member(:link_sharing_configuration, Shapes::ShapeRef.new(shape: LinkSharingConfiguration, location_name: "LinkSharingConfiguration"))
|
@@ -4625,7 +4672,7 @@ module Aws::QuickSight
|
|
4625
4672
|
|
4626
4673
|
DescribeTemplatePermissionsResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "TemplateId"))
|
4627
4674
|
DescribeTemplatePermissionsResponse.add_member(:template_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "TemplateArn"))
|
4628
|
-
DescribeTemplatePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape:
|
4675
|
+
DescribeTemplatePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "Permissions"))
|
4629
4676
|
DescribeTemplatePermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
4630
4677
|
DescribeTemplatePermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4631
4678
|
DescribeTemplatePermissionsResponse.struct_class = Types::DescribeTemplatePermissionsResponse
|
@@ -4657,7 +4704,7 @@ module Aws::QuickSight
|
|
4657
4704
|
|
4658
4705
|
DescribeThemePermissionsResponse.add_member(:theme_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "ThemeId"))
|
4659
4706
|
DescribeThemePermissionsResponse.add_member(:theme_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ThemeArn"))
|
4660
|
-
DescribeThemePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape:
|
4707
|
+
DescribeThemePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "Permissions"))
|
4661
4708
|
DescribeThemePermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
4662
4709
|
DescribeThemePermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
4663
4710
|
DescribeThemePermissionsResponse.struct_class = Types::DescribeThemePermissionsResponse
|
@@ -7075,12 +7122,14 @@ module Aws::QuickSight
|
|
7075
7122
|
|
7076
7123
|
RestoreAnalysisRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
7077
7124
|
RestoreAnalysisRequest.add_member(:analysis_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "AnalysisId"))
|
7125
|
+
RestoreAnalysisRequest.add_member(:restore_to_folders, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "restore-to-folders"))
|
7078
7126
|
RestoreAnalysisRequest.struct_class = Types::RestoreAnalysisRequest
|
7079
7127
|
|
7080
7128
|
RestoreAnalysisResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
7081
7129
|
RestoreAnalysisResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
7082
7130
|
RestoreAnalysisResponse.add_member(:analysis_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "AnalysisId"))
|
7083
7131
|
RestoreAnalysisResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
7132
|
+
RestoreAnalysisResponse.add_member(:restoration_failed_folder_arns, Shapes::ShapeRef.new(shape: FolderArnList, location_name: "RestorationFailedFolderArns"))
|
7084
7133
|
RestoreAnalysisResponse.struct_class = Types::RestoreAnalysisResponse
|
7085
7134
|
|
7086
7135
|
RollingDateConfiguration.add_member(:data_set_identifier, Shapes::ShapeRef.new(shape: DataSetIdentifier, location_name: "DataSetIdentifier"))
|
@@ -7601,6 +7650,8 @@ module Aws::QuickSight
|
|
7601
7650
|
StartAssetBundleExportJobRequest.add_member(:include_permissions, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludePermissions"))
|
7602
7651
|
StartAssetBundleExportJobRequest.add_member(:include_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeTags"))
|
7603
7652
|
StartAssetBundleExportJobRequest.add_member(:validation_strategy, Shapes::ShapeRef.new(shape: AssetBundleExportJobValidationStrategy, location_name: "ValidationStrategy"))
|
7653
|
+
StartAssetBundleExportJobRequest.add_member(:include_folder_memberships, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeFolderMemberships"))
|
7654
|
+
StartAssetBundleExportJobRequest.add_member(:include_folder_members, Shapes::ShapeRef.new(shape: IncludeFolderMembers, location_name: "IncludeFolderMembers"))
|
7604
7655
|
StartAssetBundleExportJobRequest.struct_class = Types::StartAssetBundleExportJobRequest
|
7605
7656
|
|
7606
7657
|
StartAssetBundleExportJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -7638,6 +7689,15 @@ module Aws::QuickSight
|
|
7638
7689
|
StartDashboardSnapshotJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
7639
7690
|
StartDashboardSnapshotJobResponse.struct_class = Types::StartDashboardSnapshotJobResponse
|
7640
7691
|
|
7692
|
+
StartDashboardSnapshotJobScheduleRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
7693
|
+
StartDashboardSnapshotJobScheduleRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
7694
|
+
StartDashboardSnapshotJobScheduleRequest.add_member(:schedule_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "ScheduleId"))
|
7695
|
+
StartDashboardSnapshotJobScheduleRequest.struct_class = Types::StartDashboardSnapshotJobScheduleRequest
|
7696
|
+
|
7697
|
+
StartDashboardSnapshotJobScheduleResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "RequestId"))
|
7698
|
+
StartDashboardSnapshotJobScheduleResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
7699
|
+
StartDashboardSnapshotJobScheduleResponse.struct_class = Types::StartDashboardSnapshotJobScheduleResponse
|
7700
|
+
|
7641
7701
|
StatePersistenceConfigurations.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
7642
7702
|
StatePersistenceConfigurations.struct_class = Types::StatePersistenceConfigurations
|
7643
7703
|
|
@@ -8165,6 +8225,9 @@ module Aws::QuickSight
|
|
8165
8225
|
|
8166
8226
|
TopicColumns.member = Shapes::ShapeRef.new(shape: TopicColumn)
|
8167
8227
|
|
8228
|
+
TopicConfigOptions.add_member(:q_business_insights_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "QBusinessInsightsEnabled"))
|
8229
|
+
TopicConfigOptions.struct_class = Types::TopicConfigOptions
|
8230
|
+
|
8168
8231
|
TopicConstantValue.add_member(:constant_type, Shapes::ShapeRef.new(shape: ConstantType, location_name: "ConstantType"))
|
8169
8232
|
TopicConstantValue.add_member(:value, Shapes::ShapeRef.new(shape: ConstantValueString, location_name: "Value"))
|
8170
8233
|
TopicConstantValue.add_member(:minimum, Shapes::ShapeRef.new(shape: ConstantValueString, location_name: "Minimum"))
|
@@ -8180,6 +8243,7 @@ module Aws::QuickSight
|
|
8180
8243
|
TopicDetails.add_member(:description, Shapes::ShapeRef.new(shape: LimitedString, location_name: "Description"))
|
8181
8244
|
TopicDetails.add_member(:user_experience_version, Shapes::ShapeRef.new(shape: TopicUserExperienceVersion, location_name: "UserExperienceVersion"))
|
8182
8245
|
TopicDetails.add_member(:data_sets, Shapes::ShapeRef.new(shape: Datasets, location_name: "DataSets"))
|
8246
|
+
TopicDetails.add_member(:config_options, Shapes::ShapeRef.new(shape: TopicConfigOptions, location_name: "ConfigOptions"))
|
8183
8247
|
TopicDetails.struct_class = Types::TopicDetails
|
8184
8248
|
|
8185
8249
|
TopicFilter.add_member(:filter_description, Shapes::ShapeRef.new(shape: LimitedString, location_name: "FilterDescription"))
|
@@ -8519,7 +8583,7 @@ module Aws::QuickSight
|
|
8519
8583
|
|
8520
8584
|
UpdateAnalysisPermissionsResponse.add_member(:analysis_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AnalysisArn"))
|
8521
8585
|
UpdateAnalysisPermissionsResponse.add_member(:analysis_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "AnalysisId"))
|
8522
|
-
UpdateAnalysisPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape:
|
8586
|
+
UpdateAnalysisPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "Permissions"))
|
8523
8587
|
UpdateAnalysisPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
8524
8588
|
UpdateAnalysisPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
8525
8589
|
UpdateAnalysisPermissionsResponse.struct_class = Types::UpdateAnalysisPermissionsResponse
|
@@ -8562,7 +8626,7 @@ module Aws::QuickSight
|
|
8562
8626
|
|
8563
8627
|
UpdateDashboardPermissionsResponse.add_member(:dashboard_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DashboardArn"))
|
8564
8628
|
UpdateDashboardPermissionsResponse.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "DashboardId"))
|
8565
|
-
UpdateDashboardPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape:
|
8629
|
+
UpdateDashboardPermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "Permissions"))
|
8566
8630
|
UpdateDashboardPermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
8567
8631
|
UpdateDashboardPermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
8568
8632
|
UpdateDashboardPermissionsResponse.add_member(:link_sharing_configuration, Shapes::ShapeRef.new(shape: LinkSharingConfiguration, location_name: "LinkSharingConfiguration"))
|
@@ -8813,7 +8877,7 @@ module Aws::QuickSight
|
|
8813
8877
|
|
8814
8878
|
UpdateTemplatePermissionsResponse.add_member(:template_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "TemplateId"))
|
8815
8879
|
UpdateTemplatePermissionsResponse.add_member(:template_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "TemplateArn"))
|
8816
|
-
UpdateTemplatePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape:
|
8880
|
+
UpdateTemplatePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "Permissions"))
|
8817
8881
|
UpdateTemplatePermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
8818
8882
|
UpdateTemplatePermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
8819
8883
|
UpdateTemplatePermissionsResponse.struct_class = Types::UpdateTemplatePermissionsResponse
|
@@ -8854,7 +8918,7 @@ module Aws::QuickSight
|
|
8854
8918
|
|
8855
8919
|
UpdateThemePermissionsResponse.add_member(:theme_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, location_name: "ThemeId"))
|
8856
8920
|
UpdateThemePermissionsResponse.add_member(:theme_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ThemeArn"))
|
8857
|
-
UpdateThemePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape:
|
8921
|
+
UpdateThemePermissionsResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: UpdateResourcePermissionList, location_name: "Permissions"))
|
8858
8922
|
UpdateThemePermissionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
|
8859
8923
|
UpdateThemePermissionsResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
8860
8924
|
UpdateThemePermissionsResponse.struct_class = Types::UpdateThemePermissionsResponse
|
@@ -11327,6 +11391,8 @@ module Aws::QuickSight
|
|
11327
11391
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11328
11392
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
11329
11393
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
11394
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
11395
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionNotMetException)
|
11330
11396
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11331
11397
|
end)
|
11332
11398
|
|
@@ -11501,6 +11567,21 @@ module Aws::QuickSight
|
|
11501
11567
|
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11502
11568
|
end)
|
11503
11569
|
|
11570
|
+
api.add_operation(:start_dashboard_snapshot_job_schedule, Seahorse::Model::Operation.new.tap do |o|
|
11571
|
+
o.name = "StartDashboardSnapshotJobSchedule"
|
11572
|
+
o.http_method = "POST"
|
11573
|
+
o.http_request_uri = "/accounts/{AwsAccountId}/dashboards/{DashboardId}/schedules/{ScheduleId}"
|
11574
|
+
o.input = Shapes::ShapeRef.new(shape: StartDashboardSnapshotJobScheduleRequest)
|
11575
|
+
o.output = Shapes::ShapeRef.new(shape: StartDashboardSnapshotJobScheduleResponse)
|
11576
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
11577
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
11578
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
11579
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
11580
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
11581
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedUserEditionException)
|
11582
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
|
11583
|
+
end)
|
11584
|
+
|
11504
11585
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
11505
11586
|
o.name = "TagResource"
|
11506
11587
|
o.http_method = "POST"
|
@@ -1585,6 +1585,17 @@ module Aws::QuickSight
|
|
1585
1585
|
end
|
1586
1586
|
end
|
1587
1587
|
|
1588
|
+
class StartDashboardSnapshotJobSchedule
|
1589
|
+
def self.build(context)
|
1590
|
+
Aws::QuickSight::EndpointParameters.new(
|
1591
|
+
region: context.config.region,
|
1592
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1593
|
+
use_fips: context.config.use_fips_endpoint,
|
1594
|
+
endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
|
1595
|
+
)
|
1596
|
+
end
|
1597
|
+
end
|
1598
|
+
|
1588
1599
|
class TagResource
|
1589
1600
|
def self.build(context)
|
1590
1601
|
Aws::QuickSight::EndpointParameters.new(
|
@@ -356,6 +356,8 @@ The endpoint provider used to resolve endpoints. Any object that responds to
|
|
356
356
|
Aws::QuickSight::Endpoints::StartAssetBundleImportJob.build(context)
|
357
357
|
when :start_dashboard_snapshot_job
|
358
358
|
Aws::QuickSight::Endpoints::StartDashboardSnapshotJob.build(context)
|
359
|
+
when :start_dashboard_snapshot_job_schedule
|
360
|
+
Aws::QuickSight::Endpoints::StartDashboardSnapshotJobSchedule.build(context)
|
359
361
|
when :tag_resource
|
360
362
|
Aws::QuickSight::Endpoints::TagResource.build(context)
|
361
363
|
when :untag_resource
|