aws-sdk-quicksight 1.50.0 → 1.51.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: 34e54adab60da0d322d47b24a6a641dda2cd57fae334325a91f4e0591d12fcc0
4
- data.tar.gz: 15ed0c42af1628511baadd6b577185b6c248d74937b500f1e492390609ba4d2f
3
+ metadata.gz: 25ca9c6523484a42c6c7511ad898e0fed8a7b1b00d50af9bcef2a9e6931a1704
4
+ data.tar.gz: 90a22ce6b4be3d0a0c381c744664e428aae67441daf0947be619f6b7a19acc1f
5
5
  SHA512:
6
- metadata.gz: 97e7c76e00f462bca360a005ace70555b09df3e1ee8667554b8cc2b603ce53f26203aa6282762c6d972afa208a6ed1e25ed5609b53ba40510974d01d6526c414
7
- data.tar.gz: 9086bf44738ccf9742363c0d52a4258647cf8847e3a0f8bb0a3fe42cd237bc416e6c564758b99d32f1bf128e945a257c0ad1f5a86760a56f338e46ce4efe38e9
6
+ metadata.gz: 304b611b0a45fadf478a1e11847355d537791fc7ce0dc0f49aa5429fad4e149c9c755d9fa996b2a7f504cad0e62b9f6c1980696e3dc2309252f6345192b6efa5
7
+ data.tar.gz: 8a664abb24015f37159693f2f69434697d016e84214fa208b7297b02b420f5caef3082df2da7290589b1e0db1efedc4ba50b894d3bbbe8ac1cc83f60a32d648a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2021-08-13)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for QuickSight.
8
+
4
9
  1.50.0 (2021-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -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.50.0'
51
+ GEM_VERSION = '1.51.0'
52
52
 
53
53
  end
@@ -369,10 +369,10 @@ module Aws::QuickSight
369
369
  req.send_request(options)
370
370
  end
371
371
 
372
- # Creates Amazon QuickSight customizations the current Region;.
373
- # Currently, you can add a custom default theme by using the
374
- # `CreateAccountCustomization` or `UpdateAccountCustomization` API
375
- # operation. To further customize QuickSight by removing QuickSight
372
+ # Creates Amazon QuickSight customizations the current Amazon Web
373
+ # Services Region;. Currently, you can add a custom default theme by
374
+ # using the `CreateAccountCustomization` or `UpdateAccountCustomization`
375
+ # API operation. To further customize QuickSight by removing QuickSight
376
376
  # sample assets and videos for all new users, see [Customizing
377
377
  # QuickSight][1] in the *Amazon QuickSight User Guide.*
378
378
  #
@@ -404,9 +404,9 @@ module Aws::QuickSight
404
404
  # The QuickSight namespace that you want to add customizations to.
405
405
  #
406
406
  # @option params [required, Types::AccountCustomization] :account_customization
407
- # The QuickSight customizations you're adding in the current Region;.
408
- # You can add these to an Amazon Web Services account; and a QuickSight
409
- # namespace.
407
+ # The QuickSight customizations you're adding in the current Amazon Web
408
+ # Services Region;. You can add these to an Amazon Web Services account;
409
+ # and a QuickSight namespace.
410
410
  #
411
411
  # For example, you can add a default theme by setting
412
412
  # `AccountCustomization` to the midnight theme: `"AccountCustomization":
@@ -628,7 +628,7 @@ module Aws::QuickSight
628
628
  # the CreateTemplate API operation. For `SourceTemplate`, specify the
629
629
  # Amazon Resource Name (ARN) of the source template. The
630
630
  # `SourceTemplate`ARN can contain any Amazon Web Services account; and
631
- # any QuickSight-supported Region;.
631
+ # any QuickSight-supported Amazon Web Services Region;.
632
632
  #
633
633
  # Use the `DataSetReferences` entity within `SourceTemplate` to list the
634
634
  # replacement datasets for the placeholders listed in the original. The
@@ -769,7 +769,7 @@ module Aws::QuickSight
769
769
  #
770
770
  # @option params [required, String] :data_set_id
771
771
  # An ID for the dataset that you want to create. This ID is unique per
772
- # Region; for each Amazon Web Services account;.
772
+ # Amazon Web Services Region; for each Amazon Web Services account;.
773
773
  #
774
774
  # @option params [required, String] :name
775
775
  # The display name for the dataset.
@@ -1007,8 +1007,8 @@ module Aws::QuickSight
1007
1007
  # The Amazon Web Services account; ID.
1008
1008
  #
1009
1009
  # @option params [required, String] :data_source_id
1010
- # An ID for the data source. This ID is unique per Region; for each
1011
- # Amazon Web Services account;.
1010
+ # An ID for the data source. This ID is unique per Amazon Web Services
1011
+ # Region; for each Amazon Web Services account;.
1012
1012
  #
1013
1013
  # @option params [required, String] :name
1014
1014
  # A display name for the data source.
@@ -1736,7 +1736,8 @@ module Aws::QuickSight
1736
1736
  #
1737
1737
  # @option params [required, String] :template_id
1738
1738
  # An ID for the template that you want to create. This template is
1739
- # unique per Region; in each Amazon Web Services account;.
1739
+ # unique per Amazon Web Services Region; in each Amazon Web Services
1740
+ # account;.
1740
1741
  #
1741
1742
  # @option params [String] :name
1742
1743
  # A display name for the template.
@@ -1752,7 +1753,7 @@ module Aws::QuickSight
1752
1753
  # For `SourceTemplate`, specify the ARN of the source template. For
1753
1754
  # `SourceAnalysis`, specify the ARN of the source analysis. The
1754
1755
  # `SourceTemplate` ARN can contain any Amazon Web Services account; and
1755
- # any QuickSight-supported Region;.
1756
+ # any QuickSight-supported Amazon Web Services Region;.
1756
1757
  #
1757
1758
  # Use the `DataSetReferences` entity within `SourceTemplate` or
1758
1759
  # `SourceAnalysis` to list the replacement datasets for the placeholders
@@ -1897,7 +1898,7 @@ module Aws::QuickSight
1897
1898
  #
1898
1899
  # @option params [required, String] :theme_id
1899
1900
  # An ID for the theme that you want to create. The theme ID is unique
1900
- # per Region; in each Amazon Web Services account;.
1901
+ # per Amazon Web Services Region; in each Amazon Web Services account;.
1901
1902
  #
1902
1903
  # @option params [required, String] :name
1903
1904
  # A display name for the theme.
@@ -2062,12 +2063,13 @@ module Aws::QuickSight
2062
2063
  req.send_request(options)
2063
2064
  end
2064
2065
 
2065
- # Deletes all Amazon QuickSight customizations in this Region; for the
2066
- # specified Amazon Web Services account; and QuickSight namespace.
2066
+ # Deletes all Amazon QuickSight customizations in this Amazon Web
2067
+ # Services Region; for the specified Amazon Web Services account; and
2068
+ # QuickSight namespace.
2067
2069
  #
2068
2070
  # @option params [required, String] :aws_account_id
2069
2071
  # The ID for the Amazon Web Services account; that you want to delete
2070
- # QuickSight customizations from in this Region;.
2072
+ # QuickSight customizations from in this Amazon Web Services Region;.
2071
2073
  #
2072
2074
  # @option params [String] :namespace
2073
2075
  # The QuickSight namespace that you're deleting the customizations
@@ -2219,7 +2221,7 @@ module Aws::QuickSight
2219
2221
  #
2220
2222
  # @option params [required, String] :data_set_id
2221
2223
  # The ID for the dataset that you want to create. This ID is unique per
2222
- # Region; for each Amazon Web Services account;.
2224
+ # Amazon Web Services Region; for each Amazon Web Services account;.
2223
2225
  #
2224
2226
  # @return [Types::DeleteDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2225
2227
  #
@@ -2258,8 +2260,8 @@ module Aws::QuickSight
2258
2260
  # The Amazon Web Services account; ID.
2259
2261
  #
2260
2262
  # @option params [required, String] :data_source_id
2261
- # The ID of the data source. This ID is unique per Region; for each
2262
- # Amazon Web Services account;.
2263
+ # The ID of the data source. This ID is unique per Amazon Web Services
2264
+ # Region; for each Amazon Web Services account;.
2263
2265
  #
2264
2266
  # @return [Types::DeleteDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2265
2267
  #
@@ -2812,38 +2814,41 @@ module Aws::QuickSight
2812
2814
  end
2813
2815
 
2814
2816
  # Describes the customizations associated with the provided Amazon Web
2815
- # Services account; and Amazon QuickSight namespace in an Region;. The
2816
- # QuickSight console evaluates which customizations to apply by running
2817
- # this API operation with the `Resolved` flag included.
2817
+ # Services account; and Amazon QuickSight namespace in an Amazon Web
2818
+ # Services Region;. The QuickSight console evaluates which
2819
+ # customizations to apply by running this API operation with the
2820
+ # `Resolved` flag included.
2818
2821
  #
2819
2822
  # To determine what customizations display when you run this command, it
2820
2823
  # can help to visualize the relationship of the entities involved.
2821
2824
  #
2822
2825
  # * `Amazon Web Services account;` - The Amazon Web Services account;
2823
2826
  # exists at the top of the hierarchy. It has the potential to use all
2824
- # of the Regions; and AWS Services. When you subscribe to QuickSight,
2825
- # you choose one Region; to use as your home Region. That's where
2826
- # your free SPICE capacity is located. You can use QuickSight in any
2827
- # supported Region;.
2828
- #
2829
- # * `Region;` - In each Region; where you sign in to QuickSight at least
2830
- # once, QuickSight acts as a separate instance of the same service. If
2831
- # you have a user directory, it resides in us-east-1, which is the US
2832
- # East (N. Virginia). Generally speaking, these users have access to
2833
- # QuickSight in any Region;, unless they are constrained to a
2827
+ # of the Amazon Web Services Regions; and AWS Services. When you
2828
+ # subscribe to QuickSight, you choose one Amazon Web Services Region;
2829
+ # to use as your home Region. That's where your free SPICE capacity
2830
+ # is located. You can use QuickSight in any supported Amazon Web
2831
+ # Services Region;.
2832
+ #
2833
+ # * `Amazon Web Services Region;` - In each Amazon Web Services Region;
2834
+ # where you sign in to QuickSight at least once, QuickSight acts as a
2835
+ # separate instance of the same service. If you have a user directory,
2836
+ # it resides in us-east-1, which is the US East (N. Virginia).
2837
+ # Generally speaking, these users have access to QuickSight in any
2838
+ # Amazon Web Services Region;, unless they are constrained to a
2834
2839
  # namespace.
2835
2840
  #
2836
- # To run the command in a different Region;, you change your Region
2837
- # settings. If you're using the AWS CLI, you can use one of the
2838
- # following options:
2841
+ # To run the command in a different Amazon Web Services Region;, you
2842
+ # change your Region settings. If you're using the AWS CLI, you can
2843
+ # use one of the following options:
2839
2844
  #
2840
2845
  # * Use [command line options][1].
2841
2846
  #
2842
2847
  # * Use [named profiles][2].
2843
2848
  #
2844
- # * Run `aws configure` to change your default Region;. Use Enter to
2845
- # key the same settings for your keys. For more information, see
2846
- # [Configuring the AWS CLI][3].
2849
+ # * Run `aws configure` to change your default Amazon Web Services
2850
+ # Region;. Use Enter to key the same settings for your keys. For
2851
+ # more information, see [Configuring the AWS CLI][3].
2847
2852
  #
2848
2853
  # * `Namespace` - A QuickSight namespace is a partition that contains
2849
2854
  # users and assets (data sources, datasets, dashboards, and so on). To
@@ -2851,15 +2856,16 @@ module Aws::QuickSight
2851
2856
  # must also be part of the same namespace. People who share a
2852
2857
  # namespace are completely isolated from users and assets in other
2853
2858
  # namespaces, even if they are in the same Amazon Web Services
2854
- # account; and Region;.
2859
+ # account; and Amazon Web Services Region;.
2855
2860
  #
2856
- # * `Applied customizations` - Within an Region;, a set of QuickSight
2857
- # customizations can apply to an Amazon Web Services account; or to a
2858
- # namespace. Settings that you apply to a namespace override settings
2859
- # that you apply to an Amazon Web Services account;. All settings are
2860
- # isolated to a single Region;. To apply them in other Regions;, run
2861
- # the `CreateAccountCustomization` command in each Region; where you
2862
- # want to apply the same customizations.
2861
+ # * `Applied customizations` - Within an Amazon Web Services Region;, a
2862
+ # set of QuickSight customizations can apply to an Amazon Web Services
2863
+ # account; or to a namespace. Settings that you apply to a namespace
2864
+ # override settings that you apply to an Amazon Web Services account;.
2865
+ # All settings are isolated to a single Amazon Web Services Region;.
2866
+ # To apply them in other Amazon Web Services Regions;, run the
2867
+ # `CreateAccountCustomization` command in each Amazon Web Services
2868
+ # Region; where you want to apply the same customizations.
2863
2869
  #
2864
2870
  #
2865
2871
  #
@@ -3171,7 +3177,7 @@ module Aws::QuickSight
3171
3177
  #
3172
3178
  # @option params [required, String] :data_set_id
3173
3179
  # The ID for the dataset that you want to create. This ID is unique per
3174
- # Region; for each Amazon Web Services account;.
3180
+ # Amazon Web Services Region; for each Amazon Web Services account;.
3175
3181
  #
3176
3182
  # @return [Types::DescribeDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3177
3183
  #
@@ -3295,7 +3301,7 @@ module Aws::QuickSight
3295
3301
  #
3296
3302
  # @option params [required, String] :data_set_id
3297
3303
  # The ID for the dataset that you want to create. This ID is unique per
3298
- # Region; for each Amazon Web Services account;.
3304
+ # Amazon Web Services Region; for each Amazon Web Services account;.
3299
3305
  #
3300
3306
  # @return [Types::DescribeDataSetPermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3301
3307
  #
@@ -3338,8 +3344,8 @@ module Aws::QuickSight
3338
3344
  # The Amazon Web Services account; ID.
3339
3345
  #
3340
3346
  # @option params [required, String] :data_source_id
3341
- # The ID of the data source. This ID is unique per Region; for each
3342
- # Amazon Web Services account;.
3347
+ # The ID of the data source. This ID is unique per Amazon Web Services
3348
+ # Region; for each Amazon Web Services account;.
3343
3349
  #
3344
3350
  # @return [Types::DescribeDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3345
3351
  #
@@ -3480,8 +3486,8 @@ module Aws::QuickSight
3480
3486
  # The Amazon Web Services account; ID.
3481
3487
  #
3482
3488
  # @option params [required, String] :data_source_id
3483
- # The ID of the data source. This ID is unique per Region; for each
3484
- # Amazon Web Services account;.
3489
+ # The ID of the data source. This ID is unique per Amazon Web Services
3490
+ # Region; for each Amazon Web Services account;.
3485
3491
  #
3486
3492
  # @return [Types::DescribeDataSourcePermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3487
3493
  #
@@ -4450,8 +4456,8 @@ module Aws::QuickSight
4450
4456
  #
4451
4457
  # * The resulting user session is valid for 10 hours.
4452
4458
  #
4453
- # For more information, see [Embedded Analytics][1] in the *Amazon
4454
- # QuickSight User Guide*.
4459
+ # For more information, see [Embedding Analytics Using
4460
+ # GetDashboardEmbedUrl][1] in the *Amazon QuickSight User Guide*.
4455
4461
  #
4456
4462
  # For more information about the high-level steps for embedding and for
4457
4463
  # an interactive demo of the ways you can customize embedding, visit the
@@ -4459,7 +4465,7 @@ module Aws::QuickSight
4459
4465
  #
4460
4466
  #
4461
4467
  #
4462
- # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html
4468
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-deprecated.html
4463
4469
  # [2]: https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html
4464
4470
  #
4465
4471
  # @option params [required, String] :aws_account_id
@@ -4574,13 +4580,14 @@ module Aws::QuickSight
4574
4580
  # permission profile attached. For more information, see the following
4575
4581
  # sections in the *Amazon QuickSight User Guide*\:
4576
4582
  #
4577
- # * [Embedding the Amazon QuickSight Console][1]
4583
+ # * [Embedding the Amazon QuickSight Console Using
4584
+ # GetSessionEmbedUrl][1]
4578
4585
  #
4579
4586
  # * [Customizing Access to the Amazon QuickSight Console][2]
4580
4587
  #
4581
4588
  #
4582
4589
  #
4583
- # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedding-the-quicksight-console.html
4590
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-full-console-for-authenticated-users-get.html
4584
4591
  # [2]: https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html
4585
4592
  #
4586
4593
  # @option params [required, String] :aws_account_id
@@ -4818,7 +4825,7 @@ module Aws::QuickSight
4818
4825
  end
4819
4826
 
4820
4827
  # Lists all of the datasets belonging to the current Amazon Web Services
4821
- # account; in an Region;.
4828
+ # account; in an Amazon Web Services Region;.
4822
4829
  #
4823
4830
  # The permissions resource is
4824
4831
  # `arn:aws:quicksight:region:aws-account-id:dataset/*`.
@@ -4879,8 +4886,8 @@ module Aws::QuickSight
4879
4886
  req.send_request(options)
4880
4887
  end
4881
4888
 
4882
- # Lists data sources in current Region; that belong to this Amazon Web
4883
- # Services account;.
4889
+ # Lists data sources in current Amazon Web Services Region; that belong
4890
+ # to this Amazon Web Services account;.
4884
4891
  #
4885
4892
  # @option params [required, String] :aws_account_id
4886
4893
  # The Amazon Web Services account; ID.
@@ -6449,8 +6456,9 @@ module Aws::QuickSight
6449
6456
  req.send_request(options)
6450
6457
  end
6451
6458
 
6452
- # Updates Amazon QuickSight customizations the current Region;.
6453
- # Currently, the only customization you can use is a theme.
6459
+ # Updates Amazon QuickSight customizations the current Amazon Web
6460
+ # Services Region;. Currently, the only customization you can use is a
6461
+ # theme.
6454
6462
  #
6455
6463
  # You can use customizations for your Amazon Web Services account; or,
6456
6464
  # if you specify a namespace, for a QuickSight namespace instead.
@@ -6467,7 +6475,8 @@ module Aws::QuickSight
6467
6475
  # The namespace that you want to update QuickSight customizations for.
6468
6476
  #
6469
6477
  # @option params [required, Types::AccountCustomization] :account_customization
6470
- # The QuickSight customizations you're updating in the current Region;.
6478
+ # The QuickSight customizations you're updating in the current Amazon
6479
+ # Web Services Region;.
6471
6480
  #
6472
6481
  # @return [Types::UpdateAccountCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6473
6482
  #
@@ -6745,7 +6754,7 @@ module Aws::QuickSight
6745
6754
  # the CreateTemplate API operation. For `SourceTemplate`, specify the
6746
6755
  # Amazon Resource Name (ARN) of the source template. The
6747
6756
  # `SourceTemplate` ARN can contain any Amazon Web Services account; and
6748
- # any QuickSight-supported Region;.
6757
+ # any QuickSight-supported Amazon Web Services Region;.
6749
6758
  #
6750
6759
  # Use the `DataSetReferences` entity within `SourceTemplate` to list the
6751
6760
  # replacement datasets for the placeholders listed in the original. The
@@ -6981,7 +6990,7 @@ module Aws::QuickSight
6981
6990
  #
6982
6991
  # @option params [required, String] :data_set_id
6983
6992
  # The ID for the dataset that you want to update. This ID is unique per
6984
- # Region; for each Amazon Web Services account;.
6993
+ # Amazon Web Services Region; for each Amazon Web Services account;.
6985
6994
  #
6986
6995
  # @option params [required, String] :name
6987
6996
  # The display name for the dataset.
@@ -7203,7 +7212,8 @@ module Aws::QuickSight
7203
7212
  #
7204
7213
  # @option params [required, String] :data_set_id
7205
7214
  # The ID for the dataset whose permissions you want to update. This ID
7206
- # is unique per Region; for each Amazon Web Services account;.
7215
+ # is unique per Amazon Web Services Region; for each Amazon Web Services
7216
+ # account;.
7207
7217
  #
7208
7218
  # @option params [Array<Types::ResourcePermission>] :grant_permissions
7209
7219
  # The resource permissions that you want to grant to the dataset.
@@ -7259,8 +7269,8 @@ module Aws::QuickSight
7259
7269
  # The Amazon Web Services account; ID.
7260
7270
  #
7261
7271
  # @option params [required, String] :data_source_id
7262
- # The ID of the data source. This ID is unique per Region; for each
7263
- # Amazon Web Services account;.
7272
+ # The ID of the data source. This ID is unique per Amazon Web Services
7273
+ # Region; for each Amazon Web Services account;.
7264
7274
  #
7265
7275
  # @option params [required, String] :name
7266
7276
  # A display name for the data source.
@@ -7518,8 +7528,8 @@ module Aws::QuickSight
7518
7528
  # The Amazon Web Services account; ID.
7519
7529
  #
7520
7530
  # @option params [required, String] :data_source_id
7521
- # The ID of the data source. This ID is unique per Region; for each
7522
- # Amazon Web Services account;.
7531
+ # The ID of the data source. This ID is unique per Amazon Web Services
7532
+ # Region; for each Amazon Web Services account;.
7523
7533
  #
7524
7534
  # @option params [Array<Types::ResourcePermission>] :grant_permissions
7525
7535
  # A list of resource permissions that you want to grant on the data
@@ -7820,7 +7830,7 @@ module Aws::QuickSight
7820
7830
  # For `SourceTemplate`, specify the ARN of the source template. For
7821
7831
  # `SourceAnalysis`, specify the ARN of the source analysis. The
7822
7832
  # `SourceTemplate` ARN can contain any Amazon Web Services account; and
7823
- # any QuickSight-supported Region;.
7833
+ # any QuickSight-supported Amazon Web Services Region;.
7824
7834
  #
7825
7835
  # Use the `DataSetReferences` entity within `SourceTemplate` or
7826
7836
  # `SourceAnalysis` to list the replacement datasets for the placeholders
@@ -8405,7 +8415,7 @@ module Aws::QuickSight
8405
8415
  params: params,
8406
8416
  config: config)
8407
8417
  context[:gem_name] = 'aws-sdk-quicksight'
8408
- context[:gem_version] = '1.50.0'
8418
+ context[:gem_version] = '1.51.0'
8409
8419
  Seahorse::Client::Request.new(handlers, context)
8410
8420
  end
8411
8421
 
@@ -33,7 +33,8 @@ module Aws::QuickSight
33
33
  end
34
34
 
35
35
  # The Amazon QuickSight customizations associated with your Amazon Web
36
- # Services account; or a QuickSight namespace in a specific Region;.
36
+ # Services account; or a QuickSight namespace in a specific Amazon Web
37
+ # Services Region;.
37
38
  #
38
39
  # @note When making an API call, you may pass AccountCustomization
39
40
  # data as a hash:
@@ -910,9 +911,9 @@ module Aws::QuickSight
910
911
  # @return [String]
911
912
  #
912
913
  # @!attribute [rw] account_customization
913
- # The QuickSight customizations you're adding in the current Region;.
914
- # You can add these to an Amazon Web Services account; and a
915
- # QuickSight namespace.
914
+ # The QuickSight customizations you're adding in the current Amazon
915
+ # Web Services Region;. You can add these to an Amazon Web Services
916
+ # account; and a QuickSight namespace.
916
917
  #
917
918
  # For example, you can add a default theme by setting
918
919
  # `AccountCustomization` to the midnight theme:
@@ -954,7 +955,8 @@ module Aws::QuickSight
954
955
  # @return [String]
955
956
  #
956
957
  # @!attribute [rw] account_customization
957
- # The QuickSight customizations you're adding in the current Region;.
958
+ # The QuickSight customizations you're adding in the current Amazon
959
+ # Web Services Region;.
958
960
  # @return [Types::AccountCustomization]
959
961
  #
960
962
  # @!attribute [rw] request_id
@@ -1267,7 +1269,7 @@ module Aws::QuickSight
1267
1269
  # the CreateTemplate API operation. For `SourceTemplate`, specify the
1268
1270
  # Amazon Resource Name (ARN) of the source template. The
1269
1271
  # `SourceTemplate`ARN can contain any Amazon Web Services account; and
1270
- # any QuickSight-supported Region;.
1272
+ # any QuickSight-supported Amazon Web Services Region;.
1271
1273
  #
1272
1274
  # Use the `DataSetReferences` entity within `SourceTemplate` to list
1273
1275
  # the replacement datasets for the placeholders listed in the
@@ -1534,7 +1536,7 @@ module Aws::QuickSight
1534
1536
  #
1535
1537
  # @!attribute [rw] data_set_id
1536
1538
  # An ID for the dataset that you want to create. This ID is unique per
1537
- # Region; for each Amazon Web Services account;.
1539
+ # Amazon Web Services Region; for each Amazon Web Services account;.
1538
1540
  # @return [String]
1539
1541
  #
1540
1542
  # @!attribute [rw] name
@@ -1615,7 +1617,8 @@ module Aws::QuickSight
1615
1617
  #
1616
1618
  # @!attribute [rw] data_set_id
1617
1619
  # The ID for the dataset that you want to create. This ID is unique
1618
- # per Region; for each Amazon Web Services account;.
1620
+ # per Amazon Web Services Region; for each Amazon Web Services
1621
+ # account;.
1619
1622
  # @return [String]
1620
1623
  #
1621
1624
  # @!attribute [rw] ingestion_arn
@@ -1873,8 +1876,8 @@ module Aws::QuickSight
1873
1876
  # @return [String]
1874
1877
  #
1875
1878
  # @!attribute [rw] data_source_id
1876
- # An ID for the data source. This ID is unique per Region; for each
1877
- # Amazon Web Services account;.
1879
+ # An ID for the data source. This ID is unique per Amazon Web Services
1880
+ # Region; for each Amazon Web Services account;.
1878
1881
  # @return [String]
1879
1882
  #
1880
1883
  # @!attribute [rw] name
@@ -1943,8 +1946,8 @@ module Aws::QuickSight
1943
1946
  # @return [String]
1944
1947
  #
1945
1948
  # @!attribute [rw] data_source_id
1946
- # The ID of the data source. This ID is unique per Region; for each
1947
- # Amazon Web Services account;.
1949
+ # The ID of the data source. This ID is unique per Amazon Web Services
1950
+ # Region; for each Amazon Web Services account;.
1948
1951
  # @return [String]
1949
1952
  #
1950
1953
  # @!attribute [rw] creation_status
@@ -2492,9 +2495,9 @@ module Aws::QuickSight
2492
2495
  # @return [String]
2493
2496
  #
2494
2497
  # @!attribute [rw] capacity_region
2495
- # The Region; that you want to use for the free SPICE capacity for the
2496
- # new namespace. This is set to the region that you run
2497
- # CreateNamespace in.
2498
+ # The Amazon Web Services Region; that you want to use for the free
2499
+ # SPICE capacity for the new namespace. This is set to the region that
2500
+ # you run CreateNamespace in.
2498
2501
  # @return [String]
2499
2502
  #
2500
2503
  # @!attribute [rw] creation_status
@@ -2638,7 +2641,8 @@ module Aws::QuickSight
2638
2641
  #
2639
2642
  # @!attribute [rw] template_id
2640
2643
  # An ID for the template that you want to create. This template is
2641
- # unique per Region; in each Amazon Web Services account;.
2644
+ # unique per Amazon Web Services Region; in each Amazon Web Services
2645
+ # account;.
2642
2646
  # @return [String]
2643
2647
  #
2644
2648
  # @!attribute [rw] name
@@ -2657,7 +2661,7 @@ module Aws::QuickSight
2657
2661
  # (ARN). For `SourceTemplate`, specify the ARN of the source template.
2658
2662
  # For `SourceAnalysis`, specify the ARN of the source analysis. The
2659
2663
  # `SourceTemplate` ARN can contain any Amazon Web Services account;
2660
- # and any QuickSight-supported Region;.
2664
+ # and any QuickSight-supported Amazon Web Services Region;.
2661
2665
  #
2662
2666
  # Use the `DataSetReferences` entity within `SourceTemplate` or
2663
2667
  # `SourceAnalysis` to list the replacement datasets for the
@@ -2862,7 +2866,8 @@ module Aws::QuickSight
2862
2866
  #
2863
2867
  # @!attribute [rw] theme_id
2864
2868
  # An ID for the theme that you want to create. The theme ID is unique
2865
- # per Region; in each Amazon Web Services account;.
2869
+ # per Amazon Web Services Region; in each Amazon Web Services
2870
+ # account;.
2866
2871
  # @return [String]
2867
2872
  #
2868
2873
  # @!attribute [rw] name
@@ -3729,8 +3734,8 @@ module Aws::QuickSight
3729
3734
  # @return [String]
3730
3735
  #
3731
3736
  # @!attribute [rw] data_source_id
3732
- # The ID of the data source. This ID is unique per Region; for each
3733
- # Amazon Web Services account;.
3737
+ # The ID of the data source. This ID is unique per Amazon Web Services
3738
+ # Region; for each Amazon Web Services account;.
3734
3739
  # @return [String]
3735
3740
  #
3736
3741
  # @!attribute [rw] name
@@ -4225,7 +4230,7 @@ module Aws::QuickSight
4225
4230
  #
4226
4231
  # @!attribute [rw] aws_account_id
4227
4232
  # The ID for the Amazon Web Services account; that you want to delete
4228
- # QuickSight customizations from in this Region;.
4233
+ # QuickSight customizations from in this Amazon Web Services Region;.
4229
4234
  # @return [String]
4230
4235
  #
4231
4236
  # @!attribute [rw] namespace
@@ -4410,7 +4415,8 @@ module Aws::QuickSight
4410
4415
  #
4411
4416
  # @!attribute [rw] data_set_id
4412
4417
  # The ID for the dataset that you want to create. This ID is unique
4413
- # per Region; for each Amazon Web Services account;.
4418
+ # per Amazon Web Services Region; for each Amazon Web Services
4419
+ # account;.
4414
4420
  # @return [String]
4415
4421
  #
4416
4422
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSetRequest AWS API Documentation
@@ -4428,7 +4434,8 @@ module Aws::QuickSight
4428
4434
  #
4429
4435
  # @!attribute [rw] data_set_id
4430
4436
  # The ID for the dataset that you want to create. This ID is unique
4431
- # per Region; for each Amazon Web Services account;.
4437
+ # per Amazon Web Services Region; for each Amazon Web Services
4438
+ # account;.
4432
4439
  # @return [String]
4433
4440
  #
4434
4441
  # @!attribute [rw] request_id
@@ -4463,8 +4470,8 @@ module Aws::QuickSight
4463
4470
  # @return [String]
4464
4471
  #
4465
4472
  # @!attribute [rw] data_source_id
4466
- # The ID of the data source. This ID is unique per Region; for each
4467
- # Amazon Web Services account;.
4473
+ # The ID of the data source. This ID is unique per Amazon Web Services
4474
+ # Region; for each Amazon Web Services account;.
4468
4475
  # @return [String]
4469
4476
  #
4470
4477
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDataSourceRequest AWS API Documentation
@@ -4481,8 +4488,8 @@ module Aws::QuickSight
4481
4488
  # @return [String]
4482
4489
  #
4483
4490
  # @!attribute [rw] data_source_id
4484
- # The ID of the data source. This ID is unique per Region; for each
4485
- # Amazon Web Services account;.
4491
+ # The ID of the data source. This ID is unique per Amazon Web Services
4492
+ # Region; for each Amazon Web Services account;.
4486
4493
  # @return [String]
4487
4494
  #
4488
4495
  # @!attribute [rw] request_id
@@ -5225,7 +5232,8 @@ module Aws::QuickSight
5225
5232
  # @return [String]
5226
5233
  #
5227
5234
  # @!attribute [rw] account_customization
5228
- # The QuickSight customizations that exist in the current Region;.
5235
+ # The QuickSight customizations that exist in the current Amazon Web
5236
+ # Services Region;.
5229
5237
  # @return [Types::AccountCustomization]
5230
5238
  #
5231
5239
  # @!attribute [rw] request_id
@@ -5278,7 +5286,8 @@ module Aws::QuickSight
5278
5286
  # "account" even though it's technically not an account by itself.
5279
5287
  # Instead, it's a subscription to the QuickSight service for your
5280
5288
  # Amazon Web Services account;. The edition that you subscribe to
5281
- # applies to QuickSight in every Region; where you use it.
5289
+ # applies to QuickSight in every Amazon Web Services Region; where you
5290
+ # use it.
5282
5291
  # @return [Types::AccountSettings]
5283
5292
  #
5284
5293
  # @!attribute [rw] request_id
@@ -5545,7 +5554,8 @@ module Aws::QuickSight
5545
5554
  #
5546
5555
  # @!attribute [rw] data_set_id
5547
5556
  # The ID for the dataset that you want to create. This ID is unique
5548
- # per Region; for each Amazon Web Services account;.
5557
+ # per Amazon Web Services Region; for each Amazon Web Services
5558
+ # account;.
5549
5559
  # @return [String]
5550
5560
  #
5551
5561
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSetPermissionsRequest AWS API Documentation
@@ -5563,7 +5573,8 @@ module Aws::QuickSight
5563
5573
  #
5564
5574
  # @!attribute [rw] data_set_id
5565
5575
  # The ID for the dataset that you want to create. This ID is unique
5566
- # per Region; for each Amazon Web Services account;.
5576
+ # per Amazon Web Services Region; for each Amazon Web Services
5577
+ # account;.
5567
5578
  # @return [String]
5568
5579
  #
5569
5580
  # @!attribute [rw] permissions
@@ -5604,7 +5615,8 @@ module Aws::QuickSight
5604
5615
  #
5605
5616
  # @!attribute [rw] data_set_id
5606
5617
  # The ID for the dataset that you want to create. This ID is unique
5607
- # per Region; for each Amazon Web Services account;.
5618
+ # per Amazon Web Services Region; for each Amazon Web Services
5619
+ # account;.
5608
5620
  # @return [String]
5609
5621
  #
5610
5622
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSetRequest AWS API Documentation
@@ -5651,8 +5663,8 @@ module Aws::QuickSight
5651
5663
  # @return [String]
5652
5664
  #
5653
5665
  # @!attribute [rw] data_source_id
5654
- # The ID of the data source. This ID is unique per Region; for each
5655
- # Amazon Web Services account;.
5666
+ # The ID of the data source. This ID is unique per Amazon Web Services
5667
+ # Region; for each Amazon Web Services account;.
5656
5668
  # @return [String]
5657
5669
  #
5658
5670
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSourcePermissionsRequest AWS API Documentation
@@ -5669,8 +5681,8 @@ module Aws::QuickSight
5669
5681
  # @return [String]
5670
5682
  #
5671
5683
  # @!attribute [rw] data_source_id
5672
- # The ID of the data source. This ID is unique per Region; for each
5673
- # Amazon Web Services account;.
5684
+ # The ID of the data source. This ID is unique per Amazon Web Services
5685
+ # Region; for each Amazon Web Services account;.
5674
5686
  # @return [String]
5675
5687
  #
5676
5688
  # @!attribute [rw] permissions
@@ -5710,8 +5722,8 @@ module Aws::QuickSight
5710
5722
  # @return [String]
5711
5723
  #
5712
5724
  # @!attribute [rw] data_source_id
5713
- # The ID of the data source. This ID is unique per Region; for each
5714
- # Amazon Web Services account;.
5725
+ # The ID of the data source. This ID is unique per Amazon Web Services
5726
+ # Region; for each Amazon Web Services account;.
5715
5727
  # @return [String]
5716
5728
  #
5717
5729
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeDataSourceRequest AWS API Documentation
@@ -6096,11 +6108,11 @@ module Aws::QuickSight
6096
6108
 
6097
6109
  # @!attribute [rw] namespace
6098
6110
  # The information about the namespace that you're describing. The
6099
- # response includes the namespace ARN, name, Region;, creation status,
6100
- # and identity store. `DescribeNamespace` also works for namespaces
6101
- # that are in the process of being created. For incomplete namespaces,
6102
- # this API operation lists the namespace error types and messages
6103
- # associated with the creation process.
6111
+ # response includes the namespace ARN, name, Amazon Web Services
6112
+ # Region;, creation status, and identity store. `DescribeNamespace`
6113
+ # also works for namespaces that are in the process of being created.
6114
+ # For incomplete namespaces, this API operation lists the namespace
6115
+ # error types and messages associated with the creation process.
6104
6116
  # @return [Types::NamespaceInfoV2]
6105
6117
  #
6106
6118
  # @!attribute [rw] request_id
@@ -8482,8 +8494,9 @@ module Aws::QuickSight
8482
8494
 
8483
8495
  # @!attribute [rw] namespaces
8484
8496
  # The information about the namespaces in this Amazon Web Services
8485
- # account;. The response includes the namespace ARN, name, Region;,
8486
- # notification email address, creation status, and identity store.
8497
+ # account;. The response includes the namespace ARN, name, Amazon Web
8498
+ # Services Region;, notification email address, creation status, and
8499
+ # identity store.
8487
8500
  # @return [Array<Types::NamespaceInfoV2>]
8488
8501
  #
8489
8502
  # @!attribute [rw] next_token
@@ -9391,7 +9404,7 @@ module Aws::QuickSight
9391
9404
  # @return [String]
9392
9405
  #
9393
9406
  # @!attribute [rw] capacity_region
9394
- # The namespace Region;.
9407
+ # The namespace Amazon Web Services Region;.
9395
9408
  # @return [String]
9396
9409
  #
9397
9410
  # @!attribute [rw] creation_status
@@ -11292,8 +11305,8 @@ module Aws::QuickSight
11292
11305
  # @return [Types::TemplateVersion]
11293
11306
  #
11294
11307
  # @!attribute [rw] template_id
11295
- # The ID for the template. This is unique per Region; for each Amazon
11296
- # Web Services account;.
11308
+ # The ID for the template. This is unique per Amazon Web Services
11309
+ # Region; for each Amazon Web Services account;.
11297
11310
  # @return [String]
11298
11311
  #
11299
11312
  # @!attribute [rw] last_updated_time
@@ -11459,8 +11472,8 @@ module Aws::QuickSight
11459
11472
  # @return [String]
11460
11473
  #
11461
11474
  # @!attribute [rw] template_id
11462
- # The ID of the template. This ID is unique per Region; for each
11463
- # Amazon Web Services account;.
11475
+ # The ID of the template. This ID is unique per Amazon Web Services
11476
+ # Region; for each Amazon Web Services account;.
11464
11477
  # @return [String]
11465
11478
  #
11466
11479
  # @!attribute [rw] name
@@ -11787,8 +11800,8 @@ module Aws::QuickSight
11787
11800
  # @return [String]
11788
11801
  #
11789
11802
  # @!attribute [rw] theme_id
11790
- # The ID of the theme. This ID is unique per Region; for each Amazon
11791
- # Web Services account;.
11803
+ # The ID of the theme. This ID is unique per Amazon Web Services
11804
+ # Region; for each Amazon Web Services account;.
11792
11805
  # @return [String]
11793
11806
  #
11794
11807
  # @!attribute [rw] latest_version_number
@@ -12330,8 +12343,8 @@ module Aws::QuickSight
12330
12343
  # @return [String]
12331
12344
  #
12332
12345
  # @!attribute [rw] account_customization
12333
- # The QuickSight customizations you're updating in the current
12334
- # Region;.
12346
+ # The QuickSight customizations you're updating in the current Amazon
12347
+ # Web Services Region;.
12335
12348
  # @return [Types::AccountCustomization]
12336
12349
  #
12337
12350
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateAccountCustomizationRequest AWS API Documentation
@@ -12360,8 +12373,8 @@ module Aws::QuickSight
12360
12373
  # @return [String]
12361
12374
  #
12362
12375
  # @!attribute [rw] account_customization
12363
- # The QuickSight customizations you're updating in the current
12364
- # Region;.
12376
+ # The QuickSight customizations you're updating in the current Amazon
12377
+ # Web Services Region;.
12365
12378
  # @return [Types::AccountCustomization]
12366
12379
  #
12367
12380
  # @!attribute [rw] request_id
@@ -12869,7 +12882,7 @@ module Aws::QuickSight
12869
12882
  # the CreateTemplate API operation. For `SourceTemplate`, specify the
12870
12883
  # Amazon Resource Name (ARN) of the source template. The
12871
12884
  # `SourceTemplate` ARN can contain any Amazon Web Services account;
12872
- # and any QuickSight-supported Region;.
12885
+ # and any QuickSight-supported Amazon Web Services Region;.
12873
12886
  #
12874
12887
  # Use the `DataSetReferences` entity within `SourceTemplate` to list
12875
12888
  # the replacement datasets for the placeholders listed in the
@@ -12991,7 +13004,8 @@ module Aws::QuickSight
12991
13004
  #
12992
13005
  # @!attribute [rw] data_set_id
12993
13006
  # The ID for the dataset whose permissions you want to update. This ID
12994
- # is unique per Region; for each Amazon Web Services account;.
13007
+ # is unique per Amazon Web Services Region; for each Amazon Web
13008
+ # Services account;.
12995
13009
  # @return [String]
12996
13010
  #
12997
13011
  # @!attribute [rw] grant_permissions
@@ -13019,7 +13033,8 @@ module Aws::QuickSight
13019
13033
  #
13020
13034
  # @!attribute [rw] data_set_id
13021
13035
  # The ID for the dataset whose permissions you want to update. This ID
13022
- # is unique per Region; for each Amazon Web Services account;.
13036
+ # is unique per Amazon Web Services Region; for each Amazon Web
13037
+ # Services account;.
13023
13038
  # @return [String]
13024
13039
  #
13025
13040
  # @!attribute [rw] request_id
@@ -13198,7 +13213,8 @@ module Aws::QuickSight
13198
13213
  #
13199
13214
  # @!attribute [rw] data_set_id
13200
13215
  # The ID for the dataset that you want to update. This ID is unique
13201
- # per Region; for each Amazon Web Services account;.
13216
+ # per Amazon Web Services Region; for each Amazon Web Services
13217
+ # account;.
13202
13218
  # @return [String]
13203
13219
  #
13204
13220
  # @!attribute [rw] name
@@ -13268,7 +13284,8 @@ module Aws::QuickSight
13268
13284
  #
13269
13285
  # @!attribute [rw] data_set_id
13270
13286
  # The ID for the dataset that you want to create. This ID is unique
13271
- # per Region; for each Amazon Web Services account;.
13287
+ # per Amazon Web Services Region; for each Amazon Web Services
13288
+ # account;.
13272
13289
  # @return [String]
13273
13290
  #
13274
13291
  # @!attribute [rw] ingestion_arn
@@ -13327,8 +13344,8 @@ module Aws::QuickSight
13327
13344
  # @return [String]
13328
13345
  #
13329
13346
  # @!attribute [rw] data_source_id
13330
- # The ID of the data source. This ID is unique per Region; for each
13331
- # Amazon Web Services account;.
13347
+ # The ID of the data source. This ID is unique per Amazon Web Services
13348
+ # Region; for each Amazon Web Services account;.
13332
13349
  # @return [String]
13333
13350
  #
13334
13351
  # @!attribute [rw] grant_permissions
@@ -13357,8 +13374,8 @@ module Aws::QuickSight
13357
13374
  # @return [String]
13358
13375
  #
13359
13376
  # @!attribute [rw] data_source_id
13360
- # The ID of the data source. This ID is unique per Region; for each
13361
- # Amazon Web Services account;.
13377
+ # The ID of the data source. This ID is unique per Amazon Web Services
13378
+ # Region; for each Amazon Web Services account;.
13362
13379
  # @return [String]
13363
13380
  #
13364
13381
  # @!attribute [rw] request_id
@@ -13591,8 +13608,8 @@ module Aws::QuickSight
13591
13608
  # @return [String]
13592
13609
  #
13593
13610
  # @!attribute [rw] data_source_id
13594
- # The ID of the data source. This ID is unique per Region; for each
13595
- # Amazon Web Services account;.
13611
+ # The ID of the data source. This ID is unique per Amazon Web Services
13612
+ # Region; for each Amazon Web Services account;.
13596
13613
  # @return [String]
13597
13614
  #
13598
13615
  # @!attribute [rw] name
@@ -13639,8 +13656,8 @@ module Aws::QuickSight
13639
13656
  # @return [String]
13640
13657
  #
13641
13658
  # @!attribute [rw] data_source_id
13642
- # The ID of the data source. This ID is unique per Region; for each
13643
- # Amazon Web Services account;.
13659
+ # The ID of the data source. This ID is unique per Amazon Web Services
13660
+ # Region; for each Amazon Web Services account;.
13644
13661
  # @return [String]
13645
13662
  #
13646
13663
  # @!attribute [rw] update_status
@@ -14167,7 +14184,7 @@ module Aws::QuickSight
14167
14184
  # (ARN). For `SourceTemplate`, specify the ARN of the source template.
14168
14185
  # For `SourceAnalysis`, specify the ARN of the source analysis. The
14169
14186
  # `SourceTemplate` ARN can contain any Amazon Web Services account;
14170
- # and any QuickSight-supported Region;.
14187
+ # and any QuickSight-supported Amazon Web Services Region;.
14171
14188
  #
14172
14189
  # Use the `DataSetReferences` entity within `SourceTemplate` or
14173
14190
  # `SourceAnalysis` to list the replacement datasets for the
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.50.0
4
+ version: 1.51.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: 2021-07-30 00:00:00.000000000 Z
11
+ date: 2021-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core