aws-sdk-quicksight 1.66.0 → 1.67.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3bdcd0f3198f091c60e9f0e4e5b70cb3c85e7f3c9b633034596053f8402fc4fa
4
- data.tar.gz: 1e0855acefa6884ad12212c98d4d5a967816ef68ce70f9e575fce935e32f4d93
3
+ metadata.gz: eddf140897b8879b3cac3ca05a734a267f282a8da77327bc90220d63fbe10a4b
4
+ data.tar.gz: 1e3257fb0e95a6f43b14b214a444b4457f5fe03bea50d5cc6b1398a6ba0610fc
5
5
  SHA512:
6
- metadata.gz: 9e691a2aa5e2209f4e743776ab2a45a6958ab1a0c30dd2357da99c0a0326762aa0d41d3365d04ae6d85324fda36d1c1915555e81a7f4ad0bdd275155c7122d16
7
- data.tar.gz: ee1945e86992c1bdeb32806b36a23e5d1c802ba90979fcc02e1c54b3dcff109aef3617cf4d91ec43ff3e818a14fb489c92cffb4592ae46d245aeb6a74554ed66
6
+ metadata.gz: 4636b15384cbbcc9c0ea8e025a6f798c0b834d5c63e654add4f1148e8c983ff88b7cbe4fe060056c4ed432985ede4045b75504e67bb177e9f92ed82bde1cecb7
7
+ data.tar.gz: b187fe0782edcbeaab735c3c70dfa8bacb9d0b8999e3235377783c266522d4daa0ebb70ffc5f860b4e8021e9d5291abdf8eff114aaca6491cd9e3cf541c186c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.0 (2022-08-08)
5
+ ------------------
6
+
7
+ * Feature - A series of documentation updates to the QuickSight API reference.
8
+
4
9
  1.66.0 (2022-07-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -1657,7 +1657,10 @@ module Aws::QuickSight
1657
1657
  req.send_request(options)
1658
1658
  end
1659
1659
 
1660
- # Creates an Amazon QuickSight group.
1660
+ # Use the `CreateGroup` operation to create a group in Amazon
1661
+ # QuickSight. You can create up to 10,000 groups in a namespace. If you
1662
+ # want to create more than 10,000 groups in a namespace, contact AWS
1663
+ # Support.
1661
1664
  #
1662
1665
  # The permissions resource is
1663
1666
  # `arn:aws:quicksight:<your-region>:<relevant-aws-account-id>:group/default/<group-name>
@@ -4722,14 +4725,13 @@ module Aws::QuickSight
4722
4725
  # The domains that you want to add to the allow list for access to the
4723
4726
  # generated URL that is then embedded. This optional parameter overrides
4724
4727
  # the static domains that are configured in the Manage QuickSight menu
4725
- # in the Amazon QuickSight console and instead allows only the domains
4728
+ # in the Amazon QuickSight console. Instead, it allows only the domains
4726
4729
  # that you include in this parameter. You can list up to three domains
4727
4730
  # or subdomains in each API call.
4728
4731
  #
4729
- # To include a subdomain, use `*` to include all subdomains under a
4730
- # specific domain to the allow list. For example,
4731
- # `https://*.sapp.amazon.com,` includes all subdomains under
4732
- # `https://sapp.amazon.com`.
4732
+ # To include all subdomains under a specific domain to the allow list,
4733
+ # use `*`. For example, `https://*.sapp.amazon.com` includes all
4734
+ # subdomains under `https://sapp.amazon.com`.
4733
4735
  #
4734
4736
  # @return [Types::GenerateEmbedUrlForAnonymousUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4735
4737
  #
@@ -4826,14 +4828,13 @@ module Aws::QuickSight
4826
4828
  # The domains that you want to add to the allow list for access to the
4827
4829
  # generated URL that is then embedded. This optional parameter overrides
4828
4830
  # the static domains that are configured in the Manage QuickSight menu
4829
- # in the Amazon QuickSight console and instead allows only the domains
4831
+ # in the Amazon QuickSight console. Instead, it allows only the domains
4830
4832
  # that you include in this parameter. You can list up to three domains
4831
4833
  # or subdomains in each API call.
4832
4834
  #
4833
- # To include a subdomain, use `*` to include all subdomains under a
4834
- # specific domain to the allow list. For example,
4835
- # `https://*.sapp.amazon.com,` includes all subdomains under
4836
- # `https://sapp.amazon.com`.
4835
+ # To include all subdomains under a specific domain to the allow list,
4836
+ # use `*`. For example, `https://*.sapp.amazon.com` includes all
4837
+ # subdomains under `https://sapp.amazon.com`.
4837
4838
  #
4838
4839
  # @return [Types::GenerateEmbedUrlForRegisteredUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4839
4840
  #
@@ -4876,10 +4877,10 @@ module Aws::QuickSight
4876
4877
  req.send_request(options)
4877
4878
  end
4878
4879
 
4879
- # Generates a temporary session URL and authorization code that you can
4880
- # use to embed an Amazon QuickSight read-only dashboard in your website
4881
- # or application. Before you use this command, make sure that you have
4882
- # configured the dashboards and permissions.
4880
+ # Generates a temporary session URL and authorization code(bearer token)
4881
+ # that you can use to embed an Amazon QuickSight read-only dashboard in
4882
+ # your website or application. Before you use this command, make sure
4883
+ # that you have configured the dashboards and permissions.
4883
4884
  #
4884
4885
  # Currently, you can use `GetDashboardEmbedURL` only from the server,
4885
4886
  # not from the user's browser. The following rules apply to the
@@ -4891,9 +4892,12 @@ module Aws::QuickSight
4891
4892
  #
4892
4893
  # * They are valid for 5 minutes after you run this command.
4893
4894
  #
4895
+ # * You are charged only when the URL is used or there is interaction
4896
+ # with Amazon QuickSight.
4897
+ #
4894
4898
  # * The resulting user session is valid for 15 minutes (default) up to
4895
4899
  # 10 hours (maximum). You can use the optional
4896
- # `SessionLifetimeInMinutes` parameter to customi session duration.
4900
+ # `SessionLifetimeInMinutes` parameter to customize session duration.
4897
4901
  #
4898
4902
  # For more information, see [Embedding Analytics Using
4899
4903
  # GetDashboardEmbedUrl][1] in the *Amazon QuickSight User Guide*.
@@ -5861,13 +5865,21 @@ module Aws::QuickSight
5861
5865
  end
5862
5866
 
5863
5867
  # Lists the namespaces for the specified Amazon Web Services account.
5868
+ # This operation doesn't list deleted namespaces.
5864
5869
  #
5865
5870
  # @option params [required, String] :aws_account_id
5866
5871
  # The ID for the Amazon Web Services account that contains the Amazon
5867
5872
  # QuickSight namespaces that you want to list.
5868
5873
  #
5869
5874
  # @option params [String] :next_token
5870
- # A pagination token that can be used in a subsequent request.
5875
+ # A unique pagination token that can be used in a subsequent request.
5876
+ # You will receive a pagination token in the response body of a previous
5877
+ # `ListNameSpaces` API call if there is more data that can be returned.
5878
+ # To receive the data, make another `ListNamespaces` API call with the
5879
+ # returned token to retrieve the next page of data. Each token is valid
5880
+ # for 24 hours. If you try to make a `ListNamespaces` API call with an
5881
+ # expired token, you will receive a `HTTP 400 InvalidNextTokenException`
5882
+ # error.
5871
5883
  #
5872
5884
  # @option params [Integer] :max_results
5873
5885
  # The maximum number of results to return.
@@ -9077,7 +9089,7 @@ module Aws::QuickSight
9077
9089
  params: params,
9078
9090
  config: config)
9079
9091
  context[:gem_name] = 'aws-sdk-quicksight'
9080
- context[:gem_version] = '1.66.0'
9092
+ context[:gem_version] = '1.67.0'
9081
9093
  Seahorse::Client::Request.new(handlers, context)
9082
9094
  end
9083
9095
 
@@ -7446,14 +7446,13 @@ module Aws::QuickSight
7446
7446
  # The domains that you want to add to the allow list for access to the
7447
7447
  # generated URL that is then embedded. This optional parameter
7448
7448
  # overrides the static domains that are configured in the Manage
7449
- # QuickSight menu in the Amazon QuickSight console and instead allows
7449
+ # QuickSight menu in the Amazon QuickSight console. Instead, it allows
7450
7450
  # only the domains that you include in this parameter. You can list up
7451
7451
  # to three domains or subdomains in each API call.
7452
7452
  #
7453
- # To include a subdomain, use `*` to include all subdomains under a
7454
- # specific domain to the allow list. For example,
7455
- # `https://*.sapp.amazon.com,` includes all subdomains under
7456
- # `https://sapp.amazon.com`.
7453
+ # To include all subdomains under a specific domain to the allow list,
7454
+ # use `*`. For example, `https://*.sapp.amazon.com` includes all
7455
+ # subdomains under `https://sapp.amazon.com`.
7457
7456
  # @return [Array<String>]
7458
7457
  #
7459
7458
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GenerateEmbedUrlForAnonymousUserRequest AWS API Documentation
@@ -7537,14 +7536,13 @@ module Aws::QuickSight
7537
7536
  # The domains that you want to add to the allow list for access to the
7538
7537
  # generated URL that is then embedded. This optional parameter
7539
7538
  # overrides the static domains that are configured in the Manage
7540
- # QuickSight menu in the Amazon QuickSight console and instead allows
7539
+ # QuickSight menu in the Amazon QuickSight console. Instead, it allows
7541
7540
  # only the domains that you include in this parameter. You can list up
7542
7541
  # to three domains or subdomains in each API call.
7543
7542
  #
7544
- # To include a subdomain, use `*` to include all subdomains under a
7545
- # specific domain to the allow list. For example,
7546
- # `https://*.sapp.amazon.com,` includes all subdomains under
7547
- # `https://sapp.amazon.com`.
7543
+ # To include all subdomains under a specific domain to the allow list,
7544
+ # use `*`. For example, `https://*.sapp.amazon.com` includes all
7545
+ # subdomains under `https://sapp.amazon.com`.
7548
7546
  # @return [Array<String>]
7549
7547
  #
7550
7548
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GenerateEmbedUrlForRegisteredUserRequest AWS API Documentation
@@ -9144,7 +9142,14 @@ module Aws::QuickSight
9144
9142
  # @return [String]
9145
9143
  #
9146
9144
  # @!attribute [rw] next_token
9147
- # A pagination token that can be used in a subsequent request.
9145
+ # A unique pagination token that can be used in a subsequent request.
9146
+ # You will receive a pagination token in the response body of a
9147
+ # previous `ListNameSpaces` API call if there is more data that can be
9148
+ # returned. To receive the data, make another `ListNamespaces` API
9149
+ # call with the returned token to retrieve the next page of data. Each
9150
+ # token is valid for 24 hours. If you try to make a `ListNamespaces`
9151
+ # API call with an expired token, you will receive a `HTTP 400
9152
+ # InvalidNextTokenException` error.
9148
9153
  # @return [String]
9149
9154
  #
9150
9155
  # @!attribute [rw] max_results
@@ -9169,7 +9174,13 @@ module Aws::QuickSight
9169
9174
  # @return [Array<Types::NamespaceInfoV2>]
9170
9175
  #
9171
9176
  # @!attribute [rw] next_token
9172
- # A pagination token that can be used in a subsequent request.
9177
+ # A unique pagination token that can be used in a subsequent request.
9178
+ # Receiving `NextToken` in your response inticates that there is more
9179
+ # data that can be returned. To receive the data, make another
9180
+ # `ListNamespaces` API call with the returned token to retrieve the
9181
+ # next page of data. Each token is valid for 24 hours. If you try to
9182
+ # make a `ListNamespaces` API call with an expired token, you will
9183
+ # receive a `HTTP 400 InvalidNextTokenException` error.
9173
9184
  # @return [String]
9174
9185
  #
9175
9186
  # @!attribute [rw] request_id
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-quicksight/customizations'
48
48
  # @!group service
49
49
  module Aws::QuickSight
50
50
 
51
- GEM_VERSION = '1.66.0'
51
+ GEM_VERSION = '1.67.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.66.0
4
+ version: 1.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-05 00:00:00.000000000 Z
11
+ date: 2022-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core