aws-sdk-quicksight 1.158.0 → 1.160.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 +101 -38
- data/lib/aws-sdk-quicksight/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-quicksight/types.rb +7 -12
- data/lib/aws-sdk-quicksight.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e925f3c1c498fbb61133b30c205ba5bbee2ecb97f5036bef8d43b4baec3358ab
|
4
|
+
data.tar.gz: 4ebca952092be002a0cac3af7a465997de08f24b32f13b8287de0385321597ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72b08f761e5d587654597cb0cd0c95aed78ec7c389c6b9a5752bf83f8a5722f0f052ded0629ee0694265c9f7a1f1388240c95f36dcd5476f6a063f282d6f3327
|
7
|
+
data.tar.gz: 2dfb296b2a0158ca6ee20e729bb5438eee76c4a6c6507cae18f43cee3eeaa91ac02cd177668ff522c9541fd64cd77a9411065baf026ba05eeea623c8ddae7c02
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.160.0 (2025-10-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation improvements for QuickSight API documentation to clarify that delete operation APIs are global.
|
8
|
+
|
9
|
+
1.159.0 (2025-09-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - added warnings to a few CLI pages
|
13
|
+
|
4
14
|
1.158.0 (2025-09-11)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.160.0
|
@@ -1382,12 +1382,12 @@ module Aws::QuickSight
|
|
1382
1382
|
req.send_request(options)
|
1383
1383
|
end
|
1384
1384
|
|
1385
|
-
# Creates Amazon QuickSight customizations
|
1386
|
-
#
|
1387
|
-
#
|
1388
|
-
#
|
1389
|
-
#
|
1390
|
-
#
|
1385
|
+
# Creates Amazon QuickSight customizations. Currently, you can add a
|
1386
|
+
# custom default theme by using the `CreateAccountCustomization` or
|
1387
|
+
# `UpdateAccountCustomization` API operation. To further customize
|
1388
|
+
# QuickSight by removing QuickSight sample assets and videos for all new
|
1389
|
+
# users, see [Customizing QuickSight][1] in the *Amazon QuickSight User
|
1390
|
+
# Guide.*
|
1391
1391
|
#
|
1392
1392
|
# You can create customizations for your Amazon Web Services account or,
|
1393
1393
|
# if you specify a namespace, for a QuickSight namespace instead.
|
@@ -1417,9 +1417,8 @@ module Aws::QuickSight
|
|
1417
1417
|
# The QuickSight namespace that you want to add customizations to.
|
1418
1418
|
#
|
1419
1419
|
# @option params [required, Types::AccountCustomization] :account_customization
|
1420
|
-
# The QuickSight customizations you're adding
|
1421
|
-
#
|
1422
|
-
# and a QuickSight namespace.
|
1420
|
+
# The QuickSight customizations you're adding. You can add these to an
|
1421
|
+
# Amazon Web Services account and a QuickSight namespace.
|
1423
1422
|
#
|
1424
1423
|
# For example, you can add a default theme by setting
|
1425
1424
|
# `AccountCustomization` to the midnight theme: `"AccountCustomization":
|
@@ -4334,13 +4333,28 @@ module Aws::QuickSight
|
|
4334
4333
|
req.send_request(options)
|
4335
4334
|
end
|
4336
4335
|
|
4337
|
-
#
|
4338
|
-
#
|
4339
|
-
#
|
4336
|
+
# This API permanently deletes all QuickSight customizations for the
|
4337
|
+
# specified Amazon Web Services account and namespace. When you delete
|
4338
|
+
# account customizations:
|
4339
|
+
#
|
4340
|
+
# * All customizations are removed including themes, branding, and
|
4341
|
+
# visual settings
|
4342
|
+
#
|
4343
|
+
# * This action cannot be undone through the API
|
4344
|
+
#
|
4345
|
+
# * Users will see default QuickSight styling after customizations are
|
4346
|
+
# deleted
|
4347
|
+
#
|
4348
|
+
# **Before proceeding:** Ensure you have backups of any custom themes
|
4349
|
+
# or
|
4350
|
+
# branding elements you may want to recreate.
|
4351
|
+
#
|
4352
|
+
# Deletes all Amazon QuickSight customizations for the specified Amazon
|
4353
|
+
# Web Services account and QuickSight namespace.
|
4340
4354
|
#
|
4341
4355
|
# @option params [required, String] :aws_account_id
|
4342
4356
|
# The ID for the Amazon Web Services account that you want to delete
|
4343
|
-
# QuickSight customizations from
|
4357
|
+
# QuickSight customizations from.
|
4344
4358
|
#
|
4345
4359
|
# @option params [String] :namespace
|
4346
4360
|
# The QuickSight namespace that you're deleting the customizations
|
@@ -4372,6 +4386,37 @@ module Aws::QuickSight
|
|
4372
4386
|
req.send_request(options)
|
4373
4387
|
end
|
4374
4388
|
|
4389
|
+
# Deleting your QuickSight account subscription has permanent,
|
4390
|
+
# irreversible consequences across all Amazon Web Services regions:
|
4391
|
+
#
|
4392
|
+
# * Global deletion – Running this operation from any single region
|
4393
|
+
# will
|
4394
|
+
# delete your QuickSight account and all data in every Amazon Web
|
4395
|
+
# Services region where you have QuickSight resources.
|
4396
|
+
#
|
4397
|
+
# * Complete data loss – All dashboards, analyses, datasets, data
|
4398
|
+
# sources, and custom visuals will be permanently deleted across all
|
4399
|
+
# regions.
|
4400
|
+
#
|
4401
|
+
# * Embedded content failure – All embedded dashboards and visuals in
|
4402
|
+
# your applications will immediately stop working and display errors
|
4403
|
+
# to end users.
|
4404
|
+
#
|
4405
|
+
# * Shared resources removed – All shared dashboards, folders, and
|
4406
|
+
# resources will become inaccessible to other users and external
|
4407
|
+
# recipients.
|
4408
|
+
#
|
4409
|
+
# * User access terminated – All QuickSight users in your account will
|
4410
|
+
# lose access immediately, including authors, readers, and
|
4411
|
+
# administrators.
|
4412
|
+
#
|
4413
|
+
# * **No recovery possible** – Once deleted, your QuickSight account and
|
4414
|
+
# all associated data cannot be restored.
|
4415
|
+
#
|
4416
|
+
# Consider exporting critical dashboards and data before proceeding
|
4417
|
+
# with
|
4418
|
+
# account deletion.
|
4419
|
+
#
|
4375
4420
|
# Use the `DeleteAccountSubscription` operation to delete an QuickSight
|
4376
4421
|
# account. This operation will result in an error message if you have
|
4377
4422
|
# configured your account termination protection settings to `True`. To
|
@@ -4478,6 +4523,20 @@ module Aws::QuickSight
|
|
4478
4523
|
req.send_request(options)
|
4479
4524
|
end
|
4480
4525
|
|
4526
|
+
# This API permanently deletes the specified QuickSight brand. When you
|
4527
|
+
# delete a brand:
|
4528
|
+
#
|
4529
|
+
# * The brand and all its associated branding elements are permanently
|
4530
|
+
# removed
|
4531
|
+
#
|
4532
|
+
# * Any applications or dashboards using this brand will revert to
|
4533
|
+
# default styling
|
4534
|
+
#
|
4535
|
+
# * This action cannot be undone through the API
|
4536
|
+
#
|
4537
|
+
# **Before proceeding:** Verify that the brand is no longer needed and
|
4538
|
+
# consider the impact on any applications currently using this brand.
|
4539
|
+
#
|
4481
4540
|
# Deletes an QuickSight brand.
|
4482
4541
|
#
|
4483
4542
|
# @option params [required, String] :aws_account_id
|
@@ -5661,10 +5720,9 @@ module Aws::QuickSight
|
|
5661
5720
|
end
|
5662
5721
|
|
5663
5722
|
# Describes the customizations associated with the provided Amazon Web
|
5664
|
-
# Services account and Amazon QuickSight namespace
|
5665
|
-
#
|
5666
|
-
#
|
5667
|
-
# included.
|
5723
|
+
# Services account and Amazon QuickSight namespace. The QuickSight
|
5724
|
+
# console evaluates which customizations to apply by running this API
|
5725
|
+
# operation with the `Resolved` flag included.
|
5668
5726
|
#
|
5669
5727
|
# To determine what customizations display when you run this command, it
|
5670
5728
|
# can help to visualize the relationship of the entities involved.
|
@@ -5677,13 +5735,11 @@ module Aws::QuickSight
|
|
5677
5735
|
# capacity is located. You can use QuickSight in any supported Amazon
|
5678
5736
|
# Web Services Region.
|
5679
5737
|
#
|
5680
|
-
# * `Amazon Web Services Region` -
|
5681
|
-
#
|
5682
|
-
#
|
5683
|
-
#
|
5684
|
-
#
|
5685
|
-
# Amazon Web Services Region, unless they are constrained to a
|
5686
|
-
# namespace.
|
5738
|
+
# * `Amazon Web Services Region` - You can sign in to QuickSight in any
|
5739
|
+
# Amazon Web Services Region. If you have a user directory, it resides
|
5740
|
+
# in us-east-1, which is US East (N. Virginia). Generally speaking,
|
5741
|
+
# these users have access to QuickSight in any Amazon Web Services
|
5742
|
+
# Region, unless they are constrained to a namespace.
|
5687
5743
|
#
|
5688
5744
|
# To run the command in a different Amazon Web Services Region, you
|
5689
5745
|
# change your Region settings. If you're using the CLI, you can use
|
@@ -5704,14 +5760,10 @@ module Aws::QuickSight
|
|
5704
5760
|
# namespaces, even if they are in the same Amazon Web Services account
|
5705
5761
|
# and Amazon Web Services Region.
|
5706
5762
|
#
|
5707
|
-
# * `Applied customizations` -
|
5708
|
-
#
|
5709
|
-
#
|
5710
|
-
#
|
5711
|
-
# All settings are isolated to a single Amazon Web Services Region. To
|
5712
|
-
# apply them in other Amazon Web Services Regions, run the
|
5713
|
-
# `CreateAccountCustomization` command in each Amazon Web Services
|
5714
|
-
# Region where you want to apply the same customizations.
|
5763
|
+
# * `Applied customizations` - QuickSight customizations can apply to an
|
5764
|
+
# Amazon Web Services account or to a namespace. Settings that you
|
5765
|
+
# apply to a namespace override settings that you apply to an Amazon
|
5766
|
+
# Web Services account.
|
5715
5767
|
#
|
5716
5768
|
#
|
5717
5769
|
#
|
@@ -14360,9 +14412,8 @@ module Aws::QuickSight
|
|
14360
14412
|
req.send_request(options)
|
14361
14413
|
end
|
14362
14414
|
|
14363
|
-
# Updates Amazon QuickSight customizations
|
14364
|
-
#
|
14365
|
-
# a theme.
|
14415
|
+
# Updates Amazon QuickSight customizations. Currently, the only
|
14416
|
+
# customization that you can use is a theme.
|
14366
14417
|
#
|
14367
14418
|
# You can use customizations for your Amazon Web Services account or, if
|
14368
14419
|
# you specify a namespace, for a QuickSight namespace instead.
|
@@ -14379,8 +14430,7 @@ module Aws::QuickSight
|
|
14379
14430
|
# The namespace that you want to update QuickSight customizations for.
|
14380
14431
|
#
|
14381
14432
|
# @option params [required, Types::AccountCustomization] :account_customization
|
14382
|
-
# The QuickSight customizations you're updating
|
14383
|
-
# Web Services Region.
|
14433
|
+
# The QuickSight customizations you're updating.
|
14384
14434
|
#
|
14385
14435
|
# @return [Types::UpdateAccountCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
14386
14436
|
#
|
@@ -16535,6 +16585,19 @@ module Aws::QuickSight
|
|
16535
16585
|
req.send_request(options)
|
16536
16586
|
end
|
16537
16587
|
|
16588
|
+
# This API controls public sharing settings for your entire QuickSight
|
16589
|
+
# account, affecting data security and access. When you enable public
|
16590
|
+
# sharing:
|
16591
|
+
#
|
16592
|
+
# * Dashboards can be shared publicly
|
16593
|
+
#
|
16594
|
+
# * This setting affects your entire Amazon Web Services account and all
|
16595
|
+
# QuickSight users
|
16596
|
+
#
|
16597
|
+
# **Before proceeding:** Ensure you understand the security
|
16598
|
+
# implications
|
16599
|
+
# and have proper IAM permissions configured.
|
16600
|
+
#
|
16538
16601
|
# Use the `UpdatePublicSharingSettings` operation to turn on or turn off
|
16539
16602
|
# the public sharing settings of an QuickSight dashboard.
|
16540
16603
|
#
|
@@ -17933,7 +17996,7 @@ module Aws::QuickSight
|
|
17933
17996
|
tracer: tracer
|
17934
17997
|
)
|
17935
17998
|
context[:gem_name] = 'aws-sdk-quicksight'
|
17936
|
-
context[:gem_version] = '1.
|
17999
|
+
context[:gem_version] = '1.160.0'
|
17937
18000
|
Seahorse::Client::Request.new(handlers, context)
|
17938
18001
|
end
|
17939
18002
|
|
@@ -13,22 +13,22 @@ module Aws::QuickSight
|
|
13
13
|
# @!attribute region
|
14
14
|
# The AWS region used to dispatch the request.
|
15
15
|
#
|
16
|
-
# @return [
|
16
|
+
# @return [string]
|
17
17
|
#
|
18
18
|
# @!attribute use_dual_stack
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
20
20
|
#
|
21
|
-
# @return [
|
21
|
+
# @return [boolean]
|
22
22
|
#
|
23
23
|
# @!attribute use_fips
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
25
25
|
#
|
26
|
-
# @return [
|
26
|
+
# @return [boolean]
|
27
27
|
#
|
28
28
|
# @!attribute endpoint
|
29
29
|
# Override the endpoint used to send this request
|
30
30
|
#
|
31
|
-
# @return [
|
31
|
+
# @return [string]
|
32
32
|
#
|
33
33
|
EndpointParameters = Struct.new(
|
34
34
|
:region,
|
@@ -5392,9 +5392,8 @@ module Aws::QuickSight
|
|
5392
5392
|
# @return [String]
|
5393
5393
|
#
|
5394
5394
|
# @!attribute [rw] account_customization
|
5395
|
-
# The QuickSight customizations you're adding
|
5396
|
-
# Web Services
|
5397
|
-
# account and a QuickSight namespace.
|
5395
|
+
# The QuickSight customizations you're adding. You can add these to
|
5396
|
+
# an Amazon Web Services account and a QuickSight namespace.
|
5398
5397
|
#
|
5399
5398
|
# For example, you can add a default theme by setting
|
5400
5399
|
# `AccountCustomization` to the midnight theme:
|
@@ -5436,8 +5435,7 @@ module Aws::QuickSight
|
|
5436
5435
|
# @return [String]
|
5437
5436
|
#
|
5438
5437
|
# @!attribute [rw] account_customization
|
5439
|
-
# The QuickSight customizations you're adding
|
5440
|
-
# Web Services Region.
|
5438
|
+
# The QuickSight customizations you're adding.
|
5441
5439
|
# @return [Types::AccountCustomization]
|
5442
5440
|
#
|
5443
5441
|
# @!attribute [rw] request_id
|
@@ -10908,7 +10906,7 @@ module Aws::QuickSight
|
|
10908
10906
|
|
10909
10907
|
# @!attribute [rw] aws_account_id
|
10910
10908
|
# The ID for the Amazon Web Services account that you want to delete
|
10911
|
-
# QuickSight customizations from
|
10909
|
+
# QuickSight customizations from.
|
10912
10910
|
# @return [String]
|
10913
10911
|
#
|
10914
10912
|
# @!attribute [rw] namespace
|
@@ -12360,8 +12358,7 @@ module Aws::QuickSight
|
|
12360
12358
|
# @return [String]
|
12361
12359
|
#
|
12362
12360
|
# @!attribute [rw] account_customization
|
12363
|
-
# The QuickSight customizations that exist
|
12364
|
-
# Services Region.
|
12361
|
+
# The QuickSight customizations that exist.
|
12365
12362
|
# @return [Types::AccountCustomization]
|
12366
12363
|
#
|
12367
12364
|
# @!attribute [rw] request_id
|
@@ -36017,8 +36014,7 @@ module Aws::QuickSight
|
|
36017
36014
|
# @return [String]
|
36018
36015
|
#
|
36019
36016
|
# @!attribute [rw] account_customization
|
36020
|
-
# The QuickSight customizations you're updating
|
36021
|
-
# Web Services Region.
|
36017
|
+
# The QuickSight customizations you're updating.
|
36022
36018
|
# @return [Types::AccountCustomization]
|
36023
36019
|
#
|
36024
36020
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateAccountCustomizationRequest AWS API Documentation
|
@@ -36047,8 +36043,7 @@ module Aws::QuickSight
|
|
36047
36043
|
# @return [String]
|
36048
36044
|
#
|
36049
36045
|
# @!attribute [rw] account_customization
|
36050
|
-
# The QuickSight customizations you're updating
|
36051
|
-
# Web Services Region.
|
36046
|
+
# The QuickSight customizations you're updating.
|
36052
36047
|
# @return [Types::AccountCustomization]
|
36053
36048
|
#
|
36054
36049
|
# @!attribute [rw] request_id
|
data/lib/aws-sdk-quicksight.rb
CHANGED