aws-sdk-quicksight 1.159.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +29 -43
- 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,11 @@
|
|
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
|
+
|
4
9
|
1.159.0 (2025-09-30)
|
5
10
|
------------------
|
6
11
|
|
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":
|
@@ -4335,15 +4334,12 @@ module Aws::QuickSight
|
|
4335
4334
|
end
|
4336
4335
|
|
4337
4336
|
# This API permanently deletes all QuickSight customizations for the
|
4338
|
-
# specified Amazon Web Services account and namespace
|
4339
|
-
#
|
4337
|
+
# specified Amazon Web Services account and namespace. When you delete
|
4338
|
+
# account customizations:
|
4340
4339
|
#
|
4341
4340
|
# * All customizations are removed including themes, branding, and
|
4342
4341
|
# visual settings
|
4343
4342
|
#
|
4344
|
-
# * The deletion affects only the specified Amazon Web Services Region -
|
4345
|
-
# customizations in other regions remain unchanged
|
4346
|
-
#
|
4347
4343
|
# * This action cannot be undone through the API
|
4348
4344
|
#
|
4349
4345
|
# * Users will see default QuickSight styling after customizations are
|
@@ -4353,13 +4349,12 @@ module Aws::QuickSight
|
|
4353
4349
|
# or
|
4354
4350
|
# branding elements you may want to recreate.
|
4355
4351
|
#
|
4356
|
-
# Deletes all Amazon QuickSight customizations
|
4357
|
-
#
|
4358
|
-
# QuickSight namespace.
|
4352
|
+
# Deletes all Amazon QuickSight customizations for the specified Amazon
|
4353
|
+
# Web Services account and QuickSight namespace.
|
4359
4354
|
#
|
4360
4355
|
# @option params [required, String] :aws_account_id
|
4361
4356
|
# The ID for the Amazon Web Services account that you want to delete
|
4362
|
-
# QuickSight customizations from
|
4357
|
+
# QuickSight customizations from.
|
4363
4358
|
#
|
4364
4359
|
# @option params [String] :namespace
|
4365
4360
|
# The QuickSight namespace that you're deleting the customizations
|
@@ -5725,10 +5720,9 @@ module Aws::QuickSight
|
|
5725
5720
|
end
|
5726
5721
|
|
5727
5722
|
# Describes the customizations associated with the provided Amazon Web
|
5728
|
-
# Services account and Amazon QuickSight namespace
|
5729
|
-
#
|
5730
|
-
#
|
5731
|
-
# 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.
|
5732
5726
|
#
|
5733
5727
|
# To determine what customizations display when you run this command, it
|
5734
5728
|
# can help to visualize the relationship of the entities involved.
|
@@ -5741,13 +5735,11 @@ module Aws::QuickSight
|
|
5741
5735
|
# capacity is located. You can use QuickSight in any supported Amazon
|
5742
5736
|
# Web Services Region.
|
5743
5737
|
#
|
5744
|
-
# * `Amazon Web Services Region` -
|
5745
|
-
#
|
5746
|
-
#
|
5747
|
-
#
|
5748
|
-
#
|
5749
|
-
# Amazon Web Services Region, unless they are constrained to a
|
5750
|
-
# 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.
|
5751
5743
|
#
|
5752
5744
|
# To run the command in a different Amazon Web Services Region, you
|
5753
5745
|
# change your Region settings. If you're using the CLI, you can use
|
@@ -5768,14 +5760,10 @@ module Aws::QuickSight
|
|
5768
5760
|
# namespaces, even if they are in the same Amazon Web Services account
|
5769
5761
|
# and Amazon Web Services Region.
|
5770
5762
|
#
|
5771
|
-
# * `Applied customizations` -
|
5772
|
-
#
|
5773
|
-
#
|
5774
|
-
#
|
5775
|
-
# All settings are isolated to a single Amazon Web Services Region. To
|
5776
|
-
# apply them in other Amazon Web Services Regions, run the
|
5777
|
-
# `CreateAccountCustomization` command in each Amazon Web Services
|
5778
|
-
# 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.
|
5779
5767
|
#
|
5780
5768
|
#
|
5781
5769
|
#
|
@@ -14424,9 +14412,8 @@ module Aws::QuickSight
|
|
14424
14412
|
req.send_request(options)
|
14425
14413
|
end
|
14426
14414
|
|
14427
|
-
# Updates Amazon QuickSight customizations
|
14428
|
-
#
|
14429
|
-
# a theme.
|
14415
|
+
# Updates Amazon QuickSight customizations. Currently, the only
|
14416
|
+
# customization that you can use is a theme.
|
14430
14417
|
#
|
14431
14418
|
# You can use customizations for your Amazon Web Services account or, if
|
14432
14419
|
# you specify a namespace, for a QuickSight namespace instead.
|
@@ -14443,8 +14430,7 @@ module Aws::QuickSight
|
|
14443
14430
|
# The namespace that you want to update QuickSight customizations for.
|
14444
14431
|
#
|
14445
14432
|
# @option params [required, Types::AccountCustomization] :account_customization
|
14446
|
-
# The QuickSight customizations you're updating
|
14447
|
-
# Web Services Region.
|
14433
|
+
# The QuickSight customizations you're updating.
|
14448
14434
|
#
|
14449
14435
|
# @return [Types::UpdateAccountCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
14450
14436
|
#
|
@@ -18010,7 +17996,7 @@ module Aws::QuickSight
|
|
18010
17996
|
tracer: tracer
|
18011
17997
|
)
|
18012
17998
|
context[:gem_name] = 'aws-sdk-quicksight'
|
18013
|
-
context[:gem_version] = '1.
|
17999
|
+
context[:gem_version] = '1.160.0'
|
18014
18000
|
Seahorse::Client::Request.new(handlers, context)
|
18015
18001
|
end
|
18016
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