aws-sdk-quicksight 1.158.0 → 1.159.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 +78 -1
- 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: 0b29f1954bbf726f2646bf472c56ee1a12c7d684b25d0a7b3393f5a4b380d8ad
|
4
|
+
data.tar.gz: 6344655ff0eb097266e061d1aa620815401b849d1ee4765d43a575f4a933acd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 923013d0659fc0a85a4a2242c110922859240b8f8e41ea114a5f03cb59d0ef69a36d69088116d908066be98eea7f4e27885b07b4f7bcaef047b074fe605051dd
|
7
|
+
data.tar.gz: 15d05a3f3192bdc908e58eb6d20afcf79eb13dc0c6f8e39bfcef5ca28f84d88c11462c9218400b96605b004b1f9e6222ab3c95fec45d93136df41b891b4fc559
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.159.0
|
@@ -4334,6 +4334,25 @@ module Aws::QuickSight
|
|
4334
4334
|
req.send_request(options)
|
4335
4335
|
end
|
4336
4336
|
|
4337
|
+
# This API permanently deletes all QuickSight customizations for the
|
4338
|
+
# specified Amazon Web Services account and namespace in this Amazon Web
|
4339
|
+
# Services Region. When you delete account customizations:
|
4340
|
+
#
|
4341
|
+
# * All customizations are removed including themes, branding, and
|
4342
|
+
# visual settings
|
4343
|
+
#
|
4344
|
+
# * The deletion affects only the specified Amazon Web Services Region -
|
4345
|
+
# customizations in other regions remain unchanged
|
4346
|
+
#
|
4347
|
+
# * This action cannot be undone through the API
|
4348
|
+
#
|
4349
|
+
# * Users will see default QuickSight styling after customizations are
|
4350
|
+
# deleted
|
4351
|
+
#
|
4352
|
+
# **Before proceeding:** Ensure you have backups of any custom themes
|
4353
|
+
# or
|
4354
|
+
# branding elements you may want to recreate.
|
4355
|
+
#
|
4337
4356
|
# Deletes all Amazon QuickSight customizations in this Amazon Web
|
4338
4357
|
# Services Region for the specified Amazon Web Services account and
|
4339
4358
|
# QuickSight namespace.
|
@@ -4372,6 +4391,37 @@ module Aws::QuickSight
|
|
4372
4391
|
req.send_request(options)
|
4373
4392
|
end
|
4374
4393
|
|
4394
|
+
# Deleting your QuickSight account subscription has permanent,
|
4395
|
+
# irreversible consequences across all Amazon Web Services regions:
|
4396
|
+
#
|
4397
|
+
# * Global deletion – Running this operation from any single region
|
4398
|
+
# will
|
4399
|
+
# delete your QuickSight account and all data in every Amazon Web
|
4400
|
+
# Services region where you have QuickSight resources.
|
4401
|
+
#
|
4402
|
+
# * Complete data loss – All dashboards, analyses, datasets, data
|
4403
|
+
# sources, and custom visuals will be permanently deleted across all
|
4404
|
+
# regions.
|
4405
|
+
#
|
4406
|
+
# * Embedded content failure – All embedded dashboards and visuals in
|
4407
|
+
# your applications will immediately stop working and display errors
|
4408
|
+
# to end users.
|
4409
|
+
#
|
4410
|
+
# * Shared resources removed – All shared dashboards, folders, and
|
4411
|
+
# resources will become inaccessible to other users and external
|
4412
|
+
# recipients.
|
4413
|
+
#
|
4414
|
+
# * User access terminated – All QuickSight users in your account will
|
4415
|
+
# lose access immediately, including authors, readers, and
|
4416
|
+
# administrators.
|
4417
|
+
#
|
4418
|
+
# * **No recovery possible** – Once deleted, your QuickSight account and
|
4419
|
+
# all associated data cannot be restored.
|
4420
|
+
#
|
4421
|
+
# Consider exporting critical dashboards and data before proceeding
|
4422
|
+
# with
|
4423
|
+
# account deletion.
|
4424
|
+
#
|
4375
4425
|
# Use the `DeleteAccountSubscription` operation to delete an QuickSight
|
4376
4426
|
# account. This operation will result in an error message if you have
|
4377
4427
|
# configured your account termination protection settings to `True`. To
|
@@ -4478,6 +4528,20 @@ module Aws::QuickSight
|
|
4478
4528
|
req.send_request(options)
|
4479
4529
|
end
|
4480
4530
|
|
4531
|
+
# This API permanently deletes the specified QuickSight brand. When you
|
4532
|
+
# delete a brand:
|
4533
|
+
#
|
4534
|
+
# * The brand and all its associated branding elements are permanently
|
4535
|
+
# removed
|
4536
|
+
#
|
4537
|
+
# * Any applications or dashboards using this brand will revert to
|
4538
|
+
# default styling
|
4539
|
+
#
|
4540
|
+
# * This action cannot be undone through the API
|
4541
|
+
#
|
4542
|
+
# **Before proceeding:** Verify that the brand is no longer needed and
|
4543
|
+
# consider the impact on any applications currently using this brand.
|
4544
|
+
#
|
4481
4545
|
# Deletes an QuickSight brand.
|
4482
4546
|
#
|
4483
4547
|
# @option params [required, String] :aws_account_id
|
@@ -16535,6 +16599,19 @@ module Aws::QuickSight
|
|
16535
16599
|
req.send_request(options)
|
16536
16600
|
end
|
16537
16601
|
|
16602
|
+
# This API controls public sharing settings for your entire QuickSight
|
16603
|
+
# account, affecting data security and access. When you enable public
|
16604
|
+
# sharing:
|
16605
|
+
#
|
16606
|
+
# * Dashboards can be shared publicly
|
16607
|
+
#
|
16608
|
+
# * This setting affects your entire Amazon Web Services account and all
|
16609
|
+
# QuickSight users
|
16610
|
+
#
|
16611
|
+
# **Before proceeding:** Ensure you understand the security
|
16612
|
+
# implications
|
16613
|
+
# and have proper IAM permissions configured.
|
16614
|
+
#
|
16538
16615
|
# Use the `UpdatePublicSharingSettings` operation to turn on or turn off
|
16539
16616
|
# the public sharing settings of an QuickSight dashboard.
|
16540
16617
|
#
|
@@ -17933,7 +18010,7 @@ module Aws::QuickSight
|
|
17933
18010
|
tracer: tracer
|
17934
18011
|
)
|
17935
18012
|
context[:gem_name] = 'aws-sdk-quicksight'
|
17936
|
-
context[:gem_version] = '1.
|
18013
|
+
context[:gem_version] = '1.159.0'
|
17937
18014
|
Seahorse::Client::Request.new(handlers, context)
|
17938
18015
|
end
|
17939
18016
|
|
data/lib/aws-sdk-quicksight.rb
CHANGED