aws-sdk-quicksight 1.47.0 → 1.48.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: 9a40b3ba471baa487a7b2920d9b072ae38123b4b32c5809a6e2b6ad076e85d98
4
- data.tar.gz: 49ba5ef4cfad487ff4acbb752ff076f80640e7b0de0226080e1c5a4396aa85e6
3
+ metadata.gz: 23546b26bb75e92df3e40df7c745e7b90bf1ee74e7fc290ff1269a60dba7f453
4
+ data.tar.gz: 0df63c9b5438a2467ba24341f9bf224ab251526f4ac4c48096739f8f8a3e3db4
5
5
  SHA512:
6
- metadata.gz: f291feaf7fa62ce3fdcf7c0b6c4ac0afd036f1121ffe5fdfada10300dc68c1e98607c9661cf9600d023cab8776f33be4046dc9344d742dc487452c0d214c2445
7
- data.tar.gz: 167bac951684e90df4b5ee9b05e5d03d83ecee3ea43a09d3ccec0e9438c3c1ddec26117f96a6dea7ad4165c0f785fef2098da86d712974b35d873a13f76bb00d
6
+ metadata.gz: 21dec3bac10e089d9ffec255d439e022a0abdb12d23c09394328b4981cd93e4f03b56fbe00f473d42d90972bcfa1627321579c83088adaf1c332821893e34839
7
+ data.tar.gz: 23a3dd3b603698dff21312bcfbdfc7db4c896fac48d12ed2d66716c146be9ffc24e09233a28b694dc6551adcd7ab69f16a75019f70178b120c60101d2d16facf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2021-07-27)
5
+ ------------------
6
+
7
+ * Feature - Add support to use row-level security with tags when embedding dashboards for users not provisioned in QuickSight
8
+
4
9
  1.47.0 (2021-06-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.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.47.0'
51
+ GEM_VERSION = '1.48.0'
52
52
 
53
53
  end
@@ -330,7 +330,7 @@ module Aws::QuickSight
330
330
  # Cancels an ongoing ingestion of data into SPICE.
331
331
  #
332
332
  # @option params [required, String] :aws_account_id
333
- # The AWS account ID.
333
+ # The Amazon Web Services account; ID.
334
334
  #
335
335
  # @option params [required, String] :data_set_id
336
336
  # The ID of the dataset used in the ingestion.
@@ -369,18 +369,19 @@ module Aws::QuickSight
369
369
  req.send_request(options)
370
370
  end
371
371
 
372
- # Creates Amazon QuickSight customizations the current AWS Region.
372
+ # Creates Amazon QuickSight customizations the current Region;.
373
373
  # Currently, you can add a custom default theme by using the
374
374
  # `CreateAccountCustomization` or `UpdateAccountCustomization` API
375
375
  # 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
  #
379
- # You can create customizations for your AWS account or, if you specify
380
- # a namespace, for a QuickSight namespace instead. Customizations that
381
- # apply to a namespace always override customizations that apply to an
382
- # AWS account. To find out which customizations apply, use the
383
- # `DescribeAccountCustomization` API operation.
379
+ # You can create customizations for your Amazon Web Services account;
380
+ # or, if you specify a namespace, for a QuickSight namespace instead.
381
+ # Customizations that apply to a namespace always override
382
+ # customizations that apply to an Amazon Web Services account;. To find
383
+ # out which customizations apply, use the `DescribeAccountCustomization`
384
+ # API operation.
384
385
  #
385
386
  # Before you use the `CreateAccountCustomization` API operation to add a
386
387
  # theme as the namespace default, make sure that you first share the
@@ -396,14 +397,15 @@ module Aws::QuickSight
396
397
  # [1]: https://docs.aws.amazon.com/quicksight/latest/user/customizing-quicksight.html
397
398
  #
398
399
  # @option params [required, String] :aws_account_id
399
- # The ID for the AWS account that you want to customize QuickSight for.
400
+ # The ID for the Amazon Web Services account; that you want to customize
401
+ # QuickSight for.
400
402
  #
401
403
  # @option params [String] :namespace
402
404
  # The QuickSight namespace that you want to add customizations to.
403
405
  #
404
406
  # @option params [required, Types::AccountCustomization] :account_customization
405
- # The QuickSight customizations you're adding in the current AWS
406
- # Region. You can add these to an AWS account and a QuickSight
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
407
409
  # namespace.
408
410
  #
409
411
  # For example, you can add a default theme by setting
@@ -463,7 +465,8 @@ module Aws::QuickSight
463
465
  # Creates an analysis in Amazon QuickSight.
464
466
  #
465
467
  # @option params [required, String] :aws_account_id
466
- # The ID of the AWS account where you are creating an analysis.
468
+ # The ID of the Amazon Web Services account; where you are creating an
469
+ # analysis.
467
470
  #
468
471
  # @option params [required, String] :analysis_id
469
472
  # The ID for the analysis that you're creating. This ID displays in the
@@ -481,7 +484,7 @@ module Aws::QuickSight
481
484
  # @option params [Array<Types::ResourcePermission>] :permissions
482
485
  # A structure that describes the principals and the resource-level
483
486
  # permissions on an analysis. You can use the `Permissions` structure to
484
- # grant permissions by providing a list of AWS Identity and Access
487
+ # grant permissions by providing a list of Identity and Access
485
488
  # Management (IAM) action information for each principal listed by
486
489
  # Amazon Resource Name (ARN).
487
490
  #
@@ -591,10 +594,12 @@ module Aws::QuickSight
591
594
  # reports, created from analyses. You can share QuickSight dashboards.
592
595
  # With the right permissions, you can create scheduled email reports
593
596
  # from them. If you have the correct permissions, you can create a
594
- # dashboard from a template that exists in a different AWS account.
597
+ # dashboard from a template that exists in a different Amazon Web
598
+ # Services account;.
595
599
  #
596
600
  # @option params [required, String] :aws_account_id
597
- # The ID of the AWS account where you want to create the dashboard.
601
+ # The ID of the Amazon Web Services account; where you want to create
602
+ # the dashboard.
598
603
  #
599
604
  # @option params [required, String] :dashboard_id
600
605
  # The ID for the dashboard, also added to the IAM policy.
@@ -622,8 +627,8 @@ module Aws::QuickSight
622
627
  # from an analysis, first convert the analysis to a template by using
623
628
  # the CreateTemplate API operation. For `SourceTemplate`, specify the
624
629
  # Amazon Resource Name (ARN) of the source template. The
625
- # `SourceTemplate`ARN can contain any AWS Account and any
626
- # QuickSight-supported AWS Region.
630
+ # `SourceTemplate`ARN can contain any Amazon Web Services account; and
631
+ # any QuickSight-supported Region;.
627
632
  #
628
633
  # Use the `DataSetReferences` entity within `SourceTemplate` to list the
629
634
  # replacement datasets for the placeholders listed in the original. The
@@ -658,7 +663,7 @@ module Aws::QuickSight
658
663
  # The Amazon Resource Name (ARN) of the theme that is being used for
659
664
  # this dashboard. If you add a value for this field, it overrides the
660
665
  # value that is used in the source entity. The theme ARN must exist in
661
- # the same AWS account where you create the dashboard.
666
+ # the same Amazon Web Services account; where you create the dashboard.
662
667
  #
663
668
  # @return [Types::CreateDashboardResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
664
669
  #
@@ -760,11 +765,11 @@ module Aws::QuickSight
760
765
  # Creates a dataset.
761
766
  #
762
767
  # @option params [required, String] :aws_account_id
763
- # The AWS account ID.
768
+ # The Amazon Web Services account; ID.
764
769
  #
765
770
  # @option params [required, String] :data_set_id
766
771
  # An ID for the dataset that you want to create. This ID is unique per
767
- # AWS Region for each AWS account.
772
+ # Region; for each Amazon Web Services account;.
768
773
  #
769
774
  # @option params [required, String] :name
770
775
  # The display name for the dataset.
@@ -795,6 +800,11 @@ module Aws::QuickSight
795
800
  # The row-level security configuration for the data that you want to
796
801
  # create.
797
802
  #
803
+ # @option params [Types::RowLevelPermissionTagConfiguration] :row_level_permission_tag_configuration
804
+ # The configuration of tags on a dataset to set row-level security.
805
+ # Row-level security tags are currently supported for anonymous
806
+ # embedding only.
807
+ #
798
808
  # @option params [Array<Types::ColumnLevelPermissionRule>] :column_level_permission_rules
799
809
  # A set of one or more definitions of a ` ColumnLevelPermissionRule `.
800
810
  #
@@ -946,6 +956,18 @@ module Aws::QuickSight
946
956
  # arn: "Arn", # required
947
957
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
948
958
  # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
959
+ # status: "ENABLED", # accepts ENABLED, DISABLED
960
+ # },
961
+ # row_level_permission_tag_configuration: {
962
+ # status: "ENABLED", # accepts ENABLED, DISABLED
963
+ # tag_rules: [ # required
964
+ # {
965
+ # tag_key: "SessionTagKey", # required
966
+ # column_name: "String", # required
967
+ # tag_multi_value_delimiter: "RowLevelPermissionTagDelimiter",
968
+ # match_all_value: "SessionTagValue",
969
+ # },
970
+ # ],
949
971
  # },
950
972
  # column_level_permission_rules: [
951
973
  # {
@@ -982,11 +1004,11 @@ module Aws::QuickSight
982
1004
  # Creates a data source.
983
1005
  #
984
1006
  # @option params [required, String] :aws_account_id
985
- # The AWS account ID.
1007
+ # The Amazon Web Services account; ID.
986
1008
  #
987
1009
  # @option params [required, String] :data_source_id
988
- # An ID for the data source. This ID is unique per AWS Region for each
989
- # AWS account.
1010
+ # An ID for the data source. This ID is unique per Region; for each
1011
+ # Amazon Web Services account;.
990
1012
  #
991
1013
  # @option params [required, String] :name
992
1014
  # A display name for the data source.
@@ -1403,9 +1425,9 @@ module Aws::QuickSight
1403
1425
  # A description for the group that you want to create.
1404
1426
  #
1405
1427
  # @option params [required, String] :aws_account_id
1406
- # The ID for the AWS account that the group is in. Currently, you use
1407
- # the ID for the AWS account that contains your Amazon QuickSight
1408
- # account.
1428
+ # The ID for the Amazon Web Services account; that the group is in.
1429
+ # Currently, you use the ID for the Amazon Web Services account; that
1430
+ # contains your Amazon QuickSight account.
1409
1431
  #
1410
1432
  # @option params [required, String] :namespace
1411
1433
  # The namespace. Currently, you should set this to `default`.
@@ -1452,9 +1474,9 @@ module Aws::QuickSight
1452
1474
  # The name of the group that you want to add the user to.
1453
1475
  #
1454
1476
  # @option params [required, String] :aws_account_id
1455
- # The ID for the AWS account that the group is in. Currently, you use
1456
- # the ID for the AWS account that contains your Amazon QuickSight
1457
- # account.
1477
+ # The ID for the Amazon Web Services account; that the group is in.
1478
+ # Currently, you use the ID for the Amazon Web Services account; that
1479
+ # contains your Amazon QuickSight account.
1458
1480
  #
1459
1481
  # @option params [required, String] :namespace
1460
1482
  # The namespace. Currently, you should set this to `default`.
@@ -1493,16 +1515,16 @@ module Aws::QuickSight
1493
1515
  # Creates an assignment with one specified IAM policy, identified by its
1494
1516
  # Amazon Resource Name (ARN). This policy assignment is attached to the
1495
1517
  # specified groups or users of Amazon QuickSight. Assignment names are
1496
- # unique per AWS account. To avoid overwriting rules in other
1497
- # namespaces, use assignment names that are unique.
1518
+ # unique per Amazon Web Services account;. To avoid overwriting rules in
1519
+ # other namespaces, use assignment names that are unique.
1498
1520
  #
1499
1521
  # @option params [required, String] :aws_account_id
1500
- # The ID of the AWS account where you want to assign an IAM policy to
1501
- # QuickSight users or groups.
1522
+ # The ID of the Amazon Web Services account; where you want to assign an
1523
+ # IAM policy to QuickSight users or groups.
1502
1524
  #
1503
1525
  # @option params [required, String] :assignment_name
1504
1526
  # The name of the assignment, also called a rule. It must be unique
1505
- # within an AWS account.
1527
+ # within an Amazon Web Services account;.
1506
1528
  #
1507
1529
  # @option params [required, String] :assignment_status
1508
1530
  # The status of the assignment. Possible values are as follows:
@@ -1576,8 +1598,8 @@ module Aws::QuickSight
1576
1598
  # Any ingestions operating on tagged datasets inherit the same tags
1577
1599
  # automatically for use in access control. For an example, see [How do I
1578
1600
  # create an IAM policy to control access to Amazon EC2 resources using
1579
- # tags?][1] in the AWS Knowledge Center. Tags are visible on the tagged
1580
- # dataset, but not on the ingestion resource.
1601
+ # tags?][1] in the Amazon Web Services Knowledge Center. Tags are
1602
+ # visible on the tagged dataset, but not on the ingestion resource.
1581
1603
  #
1582
1604
  #
1583
1605
  #
@@ -1590,7 +1612,7 @@ module Aws::QuickSight
1590
1612
  # An ID for the ingestion.
1591
1613
  #
1592
1614
  # @option params [required, String] :aws_account_id
1593
- # The AWS account ID.
1615
+ # The Amazon Web Services account; ID.
1594
1616
  #
1595
1617
  # @return [Types::CreateIngestionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1596
1618
  #
@@ -1632,14 +1654,15 @@ module Aws::QuickSight
1632
1654
  # are registered for that namespace. Users that access the namespace can
1633
1655
  # share assets only with other users or groups in the same namespace.
1634
1656
  # They can't see users and groups in other namespaces. You can create a
1635
- # namespace after your AWS account is subscribed to QuickSight. The
1636
- # namespace must be unique within the AWS account. By default, there is
1637
- # a limit of 100 namespaces per AWS account. To increase your limit,
1638
- # create a ticket with AWS Support.
1657
+ # namespace after your Amazon Web Services account; is subscribed to
1658
+ # QuickSight. The namespace must be unique within the Amazon Web
1659
+ # Services account;. By default, there is a limit of 100 namespaces per
1660
+ # Amazon Web Services account;. To increase your limit, create a ticket
1661
+ # with Amazon Web Services Support.
1639
1662
  #
1640
1663
  # @option params [required, String] :aws_account_id
1641
- # The ID for the AWS account that you want to create the QuickSight
1642
- # namespace in.
1664
+ # The ID for the Amazon Web Services account; that you want to create
1665
+ # the QuickSight namespace in.
1643
1666
  #
1644
1667
  # @option params [required, String] :namespace
1645
1668
  # The name that you want to use to describe the new namespace.
@@ -1695,8 +1718,8 @@ module Aws::QuickSight
1695
1718
  req.send_request(options)
1696
1719
  end
1697
1720
 
1698
- # Creates a template from an existing QuickSight analysis or template.
1699
- # You can use the resulting template to create a dashboard.
1721
+ # Creates a template from an existing Amazon QuickSight analysis or
1722
+ # template. You can use the resulting template to create a dashboard.
1700
1723
  #
1701
1724
  # A *template* is an entity in QuickSight that encapsulates the metadata
1702
1725
  # required to create an analysis and that you can use to create s
@@ -1707,13 +1730,13 @@ module Aws::QuickSight
1707
1730
  # to create the source analysis and template.
1708
1731
  #
1709
1732
  # @option params [required, String] :aws_account_id
1710
- # The ID for the AWS account that the group is in. Currently, you use
1711
- # the ID for the AWS account that contains your Amazon QuickSight
1712
- # account.
1733
+ # The ID for the Amazon Web Services account; that the group is in.
1734
+ # Currently, you use the ID for the Amazon Web Services account; that
1735
+ # contains your Amazon QuickSight account.
1713
1736
  #
1714
1737
  # @option params [required, String] :template_id
1715
1738
  # An ID for the template that you want to create. This template is
1716
- # unique per AWS Region in each AWS account.
1739
+ # unique per Region; in each Amazon Web Services account;.
1717
1740
  #
1718
1741
  # @option params [String] :name
1719
1742
  # A display name for the template.
@@ -1728,8 +1751,8 @@ module Aws::QuickSight
1728
1751
  # for an analysis. Both of these require an Amazon Resource Name (ARN).
1729
1752
  # For `SourceTemplate`, specify the ARN of the source template. For
1730
1753
  # `SourceAnalysis`, specify the ARN of the source analysis. The
1731
- # `SourceTemplate` ARN can contain any AWS Account and any
1732
- # QuickSight-supported AWS Region.
1754
+ # `SourceTemplate` ARN can contain any Amazon Web Services account; and
1755
+ # any QuickSight-supported Region;.
1733
1756
  #
1734
1757
  # Use the `DataSetReferences` entity within `SourceTemplate` or
1735
1758
  # `SourceAnalysis` to list the replacement datasets for the placeholders
@@ -1812,8 +1835,8 @@ module Aws::QuickSight
1812
1835
  # Creates a template alias for a template.
1813
1836
  #
1814
1837
  # @option params [required, String] :aws_account_id
1815
- # The ID of the AWS account that contains the template that you creating
1816
- # an alias for.
1838
+ # The ID of the Amazon Web Services account; that contains the template
1839
+ # that you creating an alias for.
1817
1840
  #
1818
1841
  # @option params [required, String] :template_id
1819
1842
  # An ID for the template.
@@ -1821,7 +1844,7 @@ module Aws::QuickSight
1821
1844
  # @option params [required, String] :alias_name
1822
1845
  # The name that you want to give to the template alias that you're
1823
1846
  # creating. Don't start the alias name with the `$` character. Alias
1824
- # names that start with `$` are reserved by QuickSight.
1847
+ # names that start with `$` are reserved by Amazon QuickSight.
1825
1848
  #
1826
1849
  # @option params [required, Integer] :template_version_number
1827
1850
  # The version number of the template.
@@ -1869,11 +1892,12 @@ module Aws::QuickSight
1869
1892
  # [1]: https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html
1870
1893
  #
1871
1894
  # @option params [required, String] :aws_account_id
1872
- # The ID of the AWS account where you want to store the new theme.
1895
+ # The ID of the Amazon Web Services account; where you want to store the
1896
+ # new theme.
1873
1897
  #
1874
1898
  # @option params [required, String] :theme_id
1875
1899
  # An ID for the theme that you want to create. The theme ID is unique
1876
- # per AWS Region in each AWS account.
1900
+ # per Region; in each Amazon Web Services account;.
1877
1901
  #
1878
1902
  # @option params [required, String] :name
1879
1903
  # A display name for the theme.
@@ -1992,8 +2016,8 @@ module Aws::QuickSight
1992
2016
  # Creates a theme alias for a theme.
1993
2017
  #
1994
2018
  # @option params [required, String] :aws_account_id
1995
- # The ID of the AWS account that contains the theme for the new theme
1996
- # alias.
2019
+ # The ID of the Amazon Web Services account; that contains the theme for
2020
+ # the new theme alias.
1997
2021
  #
1998
2022
  # @option params [required, String] :theme_id
1999
2023
  # An ID for the theme alias.
@@ -2038,12 +2062,12 @@ module Aws::QuickSight
2038
2062
  req.send_request(options)
2039
2063
  end
2040
2064
 
2041
- # Deletes all Amazon QuickSight customizations in this AWS Region for
2042
- # the specified AWS account and QuickSight namespace.
2065
+ # Deletes all Amazon QuickSight customizations in this Region; for the
2066
+ # specified Amazon Web Services account; and QuickSight namespace.
2043
2067
  #
2044
2068
  # @option params [required, String] :aws_account_id
2045
- # The ID for the AWS account that you want to delete QuickSight
2046
- # customizations from in this AWS Region.
2069
+ # The ID for the Amazon Web Services account; that you want to delete
2070
+ # QuickSight customizations from in this Region;.
2047
2071
  #
2048
2072
  # @option params [String] :namespace
2049
2073
  # The QuickSight namespace that you're deleting the customizations
@@ -2093,7 +2117,8 @@ module Aws::QuickSight
2093
2117
  # an analysis doesn't delete the dashboards that you publish from it.
2094
2118
  #
2095
2119
  # @option params [required, String] :aws_account_id
2096
- # The ID of the AWS account where you want to delete an analysis.
2120
+ # The ID of the Amazon Web Services account; where you want to delete an
2121
+ # analysis.
2097
2122
  #
2098
2123
  # @option params [required, String] :analysis_id
2099
2124
  # The ID of the analysis that you're deleting.
@@ -2146,8 +2171,8 @@ module Aws::QuickSight
2146
2171
  # Deletes a dashboard.
2147
2172
  #
2148
2173
  # @option params [required, String] :aws_account_id
2149
- # The ID of the AWS account that contains the dashboard that you're
2150
- # deleting.
2174
+ # The ID of the Amazon Web Services account; that contains the dashboard
2175
+ # that you're deleting.
2151
2176
  #
2152
2177
  # @option params [required, String] :dashboard_id
2153
2178
  # The ID for the dashboard.
@@ -2190,11 +2215,11 @@ module Aws::QuickSight
2190
2215
  # Deletes a dataset.
2191
2216
  #
2192
2217
  # @option params [required, String] :aws_account_id
2193
- # The AWS account ID.
2218
+ # The Amazon Web Services account; ID.
2194
2219
  #
2195
2220
  # @option params [required, String] :data_set_id
2196
2221
  # The ID for the dataset that you want to create. This ID is unique per
2197
- # AWS Region for each AWS account.
2222
+ # Region; for each Amazon Web Services account;.
2198
2223
  #
2199
2224
  # @return [Types::DeleteDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2200
2225
  #
@@ -2230,11 +2255,11 @@ module Aws::QuickSight
2230
2255
  # datasets that reference the deleted data source.
2231
2256
  #
2232
2257
  # @option params [required, String] :aws_account_id
2233
- # The AWS account ID.
2258
+ # The Amazon Web Services account; ID.
2234
2259
  #
2235
2260
  # @option params [required, String] :data_source_id
2236
- # The ID of the data source. This ID is unique per AWS Region for each
2237
- # AWS account.
2261
+ # The ID of the data source. This ID is unique per Region; for each
2262
+ # Amazon Web Services account;.
2238
2263
  #
2239
2264
  # @return [Types::DeleteDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2240
2265
  #
@@ -2355,9 +2380,9 @@ module Aws::QuickSight
2355
2380
  # The name of the group that you want to delete.
2356
2381
  #
2357
2382
  # @option params [required, String] :aws_account_id
2358
- # The ID for the AWS account that the group is in. Currently, you use
2359
- # the ID for the AWS account that contains your Amazon QuickSight
2360
- # account.
2383
+ # The ID for the Amazon Web Services account; that the group is in.
2384
+ # Currently, you use the ID for the Amazon Web Services account; that
2385
+ # contains your Amazon QuickSight account.
2361
2386
  #
2362
2387
  # @option params [required, String] :namespace
2363
2388
  # The namespace. Currently, you should set this to `default`.
@@ -2400,9 +2425,9 @@ module Aws::QuickSight
2400
2425
  # The name of the group that you want to delete the user from.
2401
2426
  #
2402
2427
  # @option params [required, String] :aws_account_id
2403
- # The ID for the AWS account that the group is in. Currently, you use
2404
- # the ID for the AWS account that contains your Amazon QuickSight
2405
- # account.
2428
+ # The ID for the Amazon Web Services account; that the group is in.
2429
+ # Currently, you use the ID for the Amazon Web Services account; that
2430
+ # contains your Amazon QuickSight account.
2406
2431
  #
2407
2432
  # @option params [required, String] :namespace
2408
2433
  # The namespace. Currently, you should set this to `default`.
@@ -2438,7 +2463,8 @@ module Aws::QuickSight
2438
2463
  # Deletes an existing IAM policy assignment.
2439
2464
  #
2440
2465
  # @option params [required, String] :aws_account_id
2441
- # The AWS account ID where you want to delete the IAM policy assignment.
2466
+ # The Amazon Web Services account; ID where you want to delete the IAM
2467
+ # policy assignment.
2442
2468
  #
2443
2469
  # @option params [required, String] :assignment_name
2444
2470
  # The name of the assignment.
@@ -2482,8 +2508,8 @@ module Aws::QuickSight
2482
2508
  # asset.
2483
2509
  #
2484
2510
  # @option params [required, String] :aws_account_id
2485
- # The ID for the AWS account that you want to delete the QuickSight
2486
- # namespace from.
2511
+ # The ID for the Amazon Web Services account; that you want to delete
2512
+ # the QuickSight namespace from.
2487
2513
  #
2488
2514
  # @option params [required, String] :namespace
2489
2515
  # The namespace that you want to delete.
@@ -2517,8 +2543,8 @@ module Aws::QuickSight
2517
2543
  # Deletes a template.
2518
2544
  #
2519
2545
  # @option params [required, String] :aws_account_id
2520
- # The ID of the AWS account that contains the template that you're
2521
- # deleting.
2546
+ # The ID of the Amazon Web Services account; that contains the template
2547
+ # that you're deleting.
2522
2548
  #
2523
2549
  # @option params [required, String] :template_id
2524
2550
  # An ID for the template you want to delete.
@@ -2564,7 +2590,8 @@ module Aws::QuickSight
2564
2590
  # the alias points to.
2565
2591
  #
2566
2592
  # @option params [required, String] :aws_account_id
2567
- # The ID of the AWS account that contains the item to delete.
2593
+ # The ID of the Amazon Web Services account; that contains the item to
2594
+ # delete.
2568
2595
  #
2569
2596
  # @option params [required, String] :template_id
2570
2597
  # The ID for the template that the specified alias is for.
@@ -2611,8 +2638,8 @@ module Aws::QuickSight
2611
2638
  # Deletes a theme.
2612
2639
  #
2613
2640
  # @option params [required, String] :aws_account_id
2614
- # The ID of the AWS account that contains the theme that you're
2615
- # deleting.
2641
+ # The ID of the Amazon Web Services account; that contains the theme
2642
+ # that you're deleting.
2616
2643
  #
2617
2644
  # @option params [required, String] :theme_id
2618
2645
  # An ID for the theme that you want to delete.
@@ -2659,7 +2686,8 @@ module Aws::QuickSight
2659
2686
  # theme that the alias points to.
2660
2687
  #
2661
2688
  # @option params [required, String] :aws_account_id
2662
- # The ID of the AWS account that contains the theme alias to delete.
2689
+ # The ID of the Amazon Web Services account; that contains the theme
2690
+ # alias to delete.
2663
2691
  #
2664
2692
  # @option params [required, String] :theme_id
2665
2693
  # The ID for the theme that the specified alias is for.
@@ -2701,7 +2729,7 @@ module Aws::QuickSight
2701
2729
  end
2702
2730
 
2703
2731
  # Deletes the Amazon QuickSight user that is associated with the
2704
- # identity of the AWS Identity and Access Management (IAM) user or role
2732
+ # identity of the Identity and Access Management (IAM) user or role
2705
2733
  # that's making the call. The IAM user isn't deleted as a result of
2706
2734
  # this call.
2707
2735
  #
@@ -2709,8 +2737,9 @@ module Aws::QuickSight
2709
2737
  # The name of the user that you want to delete.
2710
2738
  #
2711
2739
  # @option params [required, String] :aws_account_id
2712
- # The ID for the AWS account that the user is in. Currently, you use the
2713
- # ID for the AWS account that contains your Amazon QuickSight account.
2740
+ # The ID for the Amazon Web Services account; that the user is in.
2741
+ # Currently, you use the ID for the Amazon Web Services account; that
2742
+ # contains your Amazon QuickSight account.
2714
2743
  #
2715
2744
  # @option params [required, String] :namespace
2716
2745
  # The namespace. Currently, you should set this to `default`.
@@ -2748,8 +2777,9 @@ module Aws::QuickSight
2748
2777
  # The principal ID of the user.
2749
2778
  #
2750
2779
  # @option params [required, String] :aws_account_id
2751
- # The ID for the AWS account that the user is in. Currently, you use the
2752
- # ID for the AWS account that contains your Amazon QuickSight account.
2780
+ # The ID for the Amazon Web Services account; that the user is in.
2781
+ # Currently, you use the ID for the Amazon Web Services account; that
2782
+ # contains your Amazon QuickSight account.
2753
2783
  #
2754
2784
  # @option params [required, String] :namespace
2755
2785
  # The namespace. Currently, you should set this to `default`.
@@ -2781,28 +2811,29 @@ module Aws::QuickSight
2781
2811
  req.send_request(options)
2782
2812
  end
2783
2813
 
2784
- # Describes the customizations associated with the provided AWS account
2785
- # and Amazon QuickSight namespace in an AWS Region. The QuickSight
2786
- # console evaluates which customizations to apply by running this API
2787
- # operation with the `Resolved` flag included.
2814
+ # 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.
2788
2818
  #
2789
2819
  # To determine what customizations display when you run this command, it
2790
2820
  # can help to visualize the relationship of the entities involved.
2791
2821
  #
2792
- # * `AWS Account` - The AWS account exists at the top of the hierarchy.
2793
- # It has the potential to use all of the AWS Regions and AWS Services.
2794
- # When you subscribe to QuickSight, you choose one AWS Region to use
2795
- # as your home Region. That's where your free SPICE capacity is
2796
- # located. You can use QuickSight in any supported AWS Region.
2797
- #
2798
- # * `AWS Region` - In each AWS Region where you sign in to QuickSight at
2799
- # least once, QuickSight acts as a separate instance of the same
2800
- # service. If you have a user directory, it resides in us-east-1,
2801
- # which is the US East (N. Virginia). Generally speaking, these users
2802
- # have access to QuickSight in any AWS Region, unless they are
2803
- # constrained to a namespace.
2822
+ # * `Amazon Web Services account;` - The Amazon Web Services account;
2823
+ # 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
2834
+ # namespace.
2804
2835
  #
2805
- # To run the command in a different AWS Region, you change your Region
2836
+ # To run the command in a different Region;, you change your Region
2806
2837
  # settings. If you're using the AWS CLI, you can use one of the
2807
2838
  # following options:
2808
2839
  #
@@ -2810,8 +2841,8 @@ module Aws::QuickSight
2810
2841
  #
2811
2842
  # * Use [named profiles][2].
2812
2843
  #
2813
- # * Run `aws configure` to change your default AWS Region. Use Enter
2814
- # to key the same settings for your keys. For more information, see
2844
+ # * Run `aws configure` to change your default Region;. Use Enter to
2845
+ # key the same settings for your keys. For more information, see
2815
2846
  # [Configuring the AWS CLI][3].
2816
2847
  #
2817
2848
  # * `Namespace` - A QuickSight namespace is a partition that contains
@@ -2819,14 +2850,15 @@ module Aws::QuickSight
2819
2850
  # access assets that are in a specific namespace, users and groups
2820
2851
  # must also be part of the same namespace. People who share a
2821
2852
  # namespace are completely isolated from users and assets in other
2822
- # namespaces, even if they are in the same AWS account and AWS Region.
2823
- #
2824
- # * `Applied customizations` - Within an AWS Region, a set of QuickSight
2825
- # customizations can apply to an AWS account or to a namespace.
2826
- # Settings that you apply to a namespace override settings that you
2827
- # apply to an AWS account. All settings are isolated to a single AWS
2828
- # Region. To apply them in other AWS Regions, run the
2829
- # `CreateAccountCustomization` command in each AWS Region where you
2853
+ # namespaces, even if they are in the same Amazon Web Services
2854
+ # account; and Region;.
2855
+ #
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
2830
2862
  # want to apply the same customizations.
2831
2863
  #
2832
2864
  #
@@ -2836,8 +2868,8 @@ module Aws::QuickSight
2836
2868
  # [3]: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html
2837
2869
  #
2838
2870
  # @option params [required, String] :aws_account_id
2839
- # The ID for the AWS account that you want to describe QuickSight
2840
- # customizations for.
2871
+ # The ID for the Amazon Web Services account; that you want to describe
2872
+ # QuickSight customizations for.
2841
2873
  #
2842
2874
  # @option params [String] :namespace
2843
2875
  # The QuickSight namespace that you want to describe QuickSight
@@ -2887,11 +2919,11 @@ module Aws::QuickSight
2887
2919
  end
2888
2920
 
2889
2921
  # Describes the settings that were used when your QuickSight
2890
- # subscription was first created in this AWS account.
2922
+ # subscription was first created in this Amazon Web Services account;.
2891
2923
  #
2892
2924
  # @option params [required, String] :aws_account_id
2893
- # The ID for the AWS account that contains the settings that you want to
2894
- # list.
2925
+ # The ID for the Amazon Web Services account; that contains the settings
2926
+ # that you want to list.
2895
2927
  #
2896
2928
  # @return [Types::DescribeAccountSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2897
2929
  #
@@ -2926,8 +2958,9 @@ module Aws::QuickSight
2926
2958
  # Provides a summary of the metadata for an analysis.
2927
2959
  #
2928
2960
  # @option params [required, String] :aws_account_id
2929
- # The ID of the AWS account that contains the analysis. You must be
2930
- # using the AWS account that the analysis is in.
2961
+ # The ID of the Amazon Web Services account; that contains the analysis.
2962
+ # You must be using the Amazon Web Services account; that the analysis
2963
+ # is in.
2931
2964
  #
2932
2965
  # @option params [required, String] :analysis_id
2933
2966
  # The ID of the analysis that you're describing. The ID is part of the
@@ -2978,9 +3011,9 @@ module Aws::QuickSight
2978
3011
  # Provides the read and write permissions for an analysis.
2979
3012
  #
2980
3013
  # @option params [required, String] :aws_account_id
2981
- # The ID of the AWS account that contains the analysis whose permissions
2982
- # you're describing. You must be using the AWS account that the
2983
- # analysis is in.
3014
+ # The ID of the Amazon Web Services account; that contains the analysis
3015
+ # whose permissions you're describing. You must be using the Amazon Web
3016
+ # Services account; that the analysis is in.
2984
3017
  #
2985
3018
  # @option params [required, String] :analysis_id
2986
3019
  # The ID of the analysis whose permissions you're describing. The ID is
@@ -3024,8 +3057,8 @@ module Aws::QuickSight
3024
3057
  # Provides a summary for a dashboard.
3025
3058
  #
3026
3059
  # @option params [required, String] :aws_account_id
3027
- # The ID of the AWS account that contains the dashboard that you're
3028
- # describing.
3060
+ # The ID of the Amazon Web Services account; that contains the dashboard
3061
+ # that you're describing.
3029
3062
  #
3030
3063
  # @option params [required, String] :dashboard_id
3031
3064
  # The ID for the dashboard.
@@ -3090,8 +3123,8 @@ module Aws::QuickSight
3090
3123
  # Describes read and write permissions for a dashboard.
3091
3124
  #
3092
3125
  # @option params [required, String] :aws_account_id
3093
- # The ID of the AWS account that contains the dashboard that you're
3094
- # describing permissions for.
3126
+ # The ID of the Amazon Web Services account; that contains the dashboard
3127
+ # that you're describing permissions for.
3095
3128
  #
3096
3129
  # @option params [required, String] :dashboard_id
3097
3130
  # The ID for the dashboard, also added to the IAM policy.
@@ -3134,11 +3167,11 @@ module Aws::QuickSight
3134
3167
  # Describes a dataset.
3135
3168
  #
3136
3169
  # @option params [required, String] :aws_account_id
3137
- # The AWS account ID.
3170
+ # The Amazon Web Services account; ID.
3138
3171
  #
3139
3172
  # @option params [required, String] :data_set_id
3140
3173
  # The ID for the dataset that you want to create. This ID is unique per
3141
- # AWS Region for each AWS account.
3174
+ # Region; for each Amazon Web Services account;.
3142
3175
  #
3143
3176
  # @return [Types::DescribeDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3144
3177
  #
@@ -3228,6 +3261,13 @@ module Aws::QuickSight
3228
3261
  # resp.data_set.row_level_permission_data_set.arn #=> String
3229
3262
  # resp.data_set.row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
3230
3263
  # resp.data_set.row_level_permission_data_set.format_version #=> String, one of "VERSION_1", "VERSION_2"
3264
+ # resp.data_set.row_level_permission_data_set.status #=> String, one of "ENABLED", "DISABLED"
3265
+ # resp.data_set.row_level_permission_tag_configuration.status #=> String, one of "ENABLED", "DISABLED"
3266
+ # resp.data_set.row_level_permission_tag_configuration.tag_rules #=> Array
3267
+ # resp.data_set.row_level_permission_tag_configuration.tag_rules[0].tag_key #=> String
3268
+ # resp.data_set.row_level_permission_tag_configuration.tag_rules[0].column_name #=> String
3269
+ # resp.data_set.row_level_permission_tag_configuration.tag_rules[0].tag_multi_value_delimiter #=> String
3270
+ # resp.data_set.row_level_permission_tag_configuration.tag_rules[0].match_all_value #=> String
3231
3271
  # resp.data_set.column_level_permission_rules #=> Array
3232
3272
  # resp.data_set.column_level_permission_rules[0].principals #=> Array
3233
3273
  # resp.data_set.column_level_permission_rules[0].principals[0] #=> String
@@ -3251,11 +3291,11 @@ module Aws::QuickSight
3251
3291
  # `arn:aws:quicksight:region:aws-account-id:dataset/data-set-id`.
3252
3292
  #
3253
3293
  # @option params [required, String] :aws_account_id
3254
- # The AWS account ID.
3294
+ # The Amazon Web Services account; ID.
3255
3295
  #
3256
3296
  # @option params [required, String] :data_set_id
3257
3297
  # The ID for the dataset that you want to create. This ID is unique per
3258
- # AWS Region for each AWS account.
3298
+ # Region; for each Amazon Web Services account;.
3259
3299
  #
3260
3300
  # @return [Types::DescribeDataSetPermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3261
3301
  #
@@ -3295,11 +3335,11 @@ module Aws::QuickSight
3295
3335
  # Describes a data source.
3296
3336
  #
3297
3337
  # @option params [required, String] :aws_account_id
3298
- # The AWS account ID.
3338
+ # The Amazon Web Services account; ID.
3299
3339
  #
3300
3340
  # @option params [required, String] :data_source_id
3301
- # The ID of the data source. This ID is unique per AWS Region for each
3302
- # AWS account.
3341
+ # The ID of the data source. This ID is unique per Region; for each
3342
+ # Amazon Web Services account;.
3303
3343
  #
3304
3344
  # @return [Types::DescribeDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3305
3345
  #
@@ -3437,11 +3477,11 @@ module Aws::QuickSight
3437
3477
  # Describes the resource permissions for a data source.
3438
3478
  #
3439
3479
  # @option params [required, String] :aws_account_id
3440
- # The AWS account ID.
3480
+ # The Amazon Web Services account; ID.
3441
3481
  #
3442
3482
  # @option params [required, String] :data_source_id
3443
- # The ID of the data source. This ID is unique per AWS Region for each
3444
- # AWS account.
3483
+ # The ID of the data source. This ID is unique per Region; for each
3484
+ # Amazon Web Services account;.
3445
3485
  #
3446
3486
  # @return [Types::DescribeDataSourcePermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3447
3487
  #
@@ -3616,9 +3656,9 @@ module Aws::QuickSight
3616
3656
  # The name of the group that you want to describe.
3617
3657
  #
3618
3658
  # @option params [required, String] :aws_account_id
3619
- # The ID for the AWS account that the group is in. Currently, you use
3620
- # the ID for the AWS account that contains your Amazon QuickSight
3621
- # account.
3659
+ # The ID for the Amazon Web Services account; that the group is in.
3660
+ # Currently, you use the ID for the Amazon Web Services account; that
3661
+ # contains your Amazon QuickSight account.
3622
3662
  #
3623
3663
  # @option params [required, String] :namespace
3624
3664
  # The namespace. Currently, you should set this to `default`.
@@ -3659,8 +3699,8 @@ module Aws::QuickSight
3659
3699
  # assignment name.
3660
3700
  #
3661
3701
  # @option params [required, String] :aws_account_id
3662
- # The ID of the AWS account that contains the assignment that you want
3663
- # to describe.
3702
+ # The ID of the Amazon Web Services account; that contains the
3703
+ # assignment that you want to describe.
3664
3704
  #
3665
3705
  # @option params [required, String] :assignment_name
3666
3706
  # The name of the assignment, also called a rule.
@@ -3707,7 +3747,7 @@ module Aws::QuickSight
3707
3747
  # Describes a SPICE ingestion.
3708
3748
  #
3709
3749
  # @option params [required, String] :aws_account_id
3710
- # The AWS account ID.
3750
+ # The Amazon Web Services account; ID.
3711
3751
  #
3712
3752
  # @option params [required, String] :data_set_id
3713
3753
  # The ID of the dataset used in the ingestion.
@@ -3760,8 +3800,8 @@ module Aws::QuickSight
3760
3800
  # Describes the current namespace.
3761
3801
  #
3762
3802
  # @option params [required, String] :aws_account_id
3763
- # The ID for the AWS account that contains the QuickSight namespace that
3764
- # you want to describe.
3803
+ # The ID for the Amazon Web Services account; that contains the
3804
+ # QuickSight namespace that you want to describe.
3765
3805
  #
3766
3806
  # @option params [required, String] :namespace
3767
3807
  # The namespace that you want to describe.
@@ -3803,8 +3843,8 @@ module Aws::QuickSight
3803
3843
  # Describes a template's metadata.
3804
3844
  #
3805
3845
  # @option params [required, String] :aws_account_id
3806
- # The ID of the AWS account that contains the template that you're
3807
- # describing.
3846
+ # The ID of the Amazon Web Services account; that contains the template
3847
+ # that you're describing.
3808
3848
  #
3809
3849
  # @option params [required, String] :template_id
3810
3850
  # The ID for the template.
@@ -3880,8 +3920,8 @@ module Aws::QuickSight
3880
3920
  # Describes the template alias for a template.
3881
3921
  #
3882
3922
  # @option params [required, String] :aws_account_id
3883
- # The ID of the AWS account that contains the template alias that
3884
- # you're describing.
3923
+ # The ID of the Amazon Web Services account; that contains the template
3924
+ # alias that you're describing.
3885
3925
  #
3886
3926
  # @option params [required, String] :template_id
3887
3927
  # The ID for the template.
@@ -3927,8 +3967,8 @@ module Aws::QuickSight
3927
3967
  # Describes read and write permissions on a template.
3928
3968
  #
3929
3969
  # @option params [required, String] :aws_account_id
3930
- # The ID of the AWS account that contains the template that you're
3931
- # describing.
3970
+ # The ID of the Amazon Web Services account; that contains the template
3971
+ # that you're describing.
3932
3972
  #
3933
3973
  # @option params [required, String] :template_id
3934
3974
  # The ID for the template.
@@ -3971,8 +4011,8 @@ module Aws::QuickSight
3971
4011
  # Describes a theme.
3972
4012
  #
3973
4013
  # @option params [required, String] :aws_account_id
3974
- # The ID of the AWS account that contains the theme that you're
3975
- # describing.
4014
+ # The ID of the Amazon Web Services account; that contains the theme
4015
+ # that you're describing.
3976
4016
  #
3977
4017
  # @option params [required, String] :theme_id
3978
4018
  # The ID for the theme.
@@ -4060,8 +4100,8 @@ module Aws::QuickSight
4060
4100
  # Describes the alias for a theme.
4061
4101
  #
4062
4102
  # @option params [required, String] :aws_account_id
4063
- # The ID of the AWS account that contains the theme alias that you're
4064
- # describing.
4103
+ # The ID of the Amazon Web Services account; that contains the theme
4104
+ # alias that you're describing.
4065
4105
  #
4066
4106
  # @option params [required, String] :theme_id
4067
4107
  # The ID for the theme.
@@ -4103,8 +4143,8 @@ module Aws::QuickSight
4103
4143
  # Describes the read and write permissions for a theme.
4104
4144
  #
4105
4145
  # @option params [required, String] :aws_account_id
4106
- # The ID of the AWS account that contains the theme that you're
4107
- # describing.
4146
+ # The ID of the Amazon Web Services account; that contains the theme
4147
+ # that you're describing.
4108
4148
  #
4109
4149
  # @option params [required, String] :theme_id
4110
4150
  # The ID for the theme that you want to describe permissions for.
@@ -4150,8 +4190,9 @@ module Aws::QuickSight
4150
4190
  # The name of the user that you want to describe.
4151
4191
  #
4152
4192
  # @option params [required, String] :aws_account_id
4153
- # The ID for the AWS account that the user is in. Currently, you use the
4154
- # ID for the AWS account that contains your Amazon QuickSight account.
4193
+ # The ID for the Amazon Web Services account; that the user is in.
4194
+ # Currently, you use the ID for the Amazon Web Services account; that
4195
+ # contains your Amazon QuickSight account.
4155
4196
  #
4156
4197
  # @option params [required, String] :namespace
4157
4198
  # The namespace. Currently, you should set this to `default`.
@@ -4195,6 +4236,203 @@ module Aws::QuickSight
4195
4236
  req.send_request(options)
4196
4237
  end
4197
4238
 
4239
+ # Generates an embed URL that you can use to embed an Amazon QuickSight
4240
+ # dashboard in your website, without having to register any reader
4241
+ # users. Before you use this action, make sure that you have configured
4242
+ # the dashboards and permissions.
4243
+ #
4244
+ # The following rules apply to the generated URL:
4245
+ #
4246
+ # * It contains a temporary bearer token. It is valid for 5 minutes
4247
+ # after it is generated. Once redeemed within this period, it cannot
4248
+ # be re-used again.
4249
+ #
4250
+ # * The URL validity period should not be confused with the actual
4251
+ # session lifetime that can be customized using the `
4252
+ # SessionLifetimeInMinutes ` parameter.
4253
+ #
4254
+ # The resulting user session is valid for 15 minutes (default) to 10
4255
+ # hours (maximum).
4256
+ #
4257
+ # * You are charged only when the URL is used or there is interaction
4258
+ # with Amazon QuickSight.
4259
+ #
4260
+ # For more information, see [Embedded Analytics][1] in the *Amazon
4261
+ # QuickSight User Guide*.
4262
+ #
4263
+ # For more information about the high-level steps for embedding and for
4264
+ # an interactive demo of the ways you can customize embedding, visit the
4265
+ # [Amazon QuickSight Developer Portal][2].
4266
+ #
4267
+ #
4268
+ #
4269
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html
4270
+ # [2]: https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html
4271
+ #
4272
+ # @option params [required, String] :aws_account_id
4273
+ # The ID for the Amazon Web Services account that contains the dashboard
4274
+ # that you're embedding.
4275
+ #
4276
+ # @option params [Integer] :session_lifetime_in_minutes
4277
+ # How many minutes the session is valid. The session lifetime must be in
4278
+ # \[15-600\] minutes range.
4279
+ #
4280
+ # @option params [required, String] :namespace
4281
+ # The Amazon QuickSight namespace that the anonymous user virtually
4282
+ # belongs to. If you are not using an Amazon QuickSight custom
4283
+ # namespace, set this to `default`.
4284
+ #
4285
+ # @option params [Array<Types::SessionTag>] :session_tags
4286
+ # The session tags used for row-level security. Before you use this
4287
+ # parameter, make sure that you have configured the relevant datasets
4288
+ # using the `DataSet$RowLevelPermissionTagConfiguration` parameter so
4289
+ # that session tags can be used to provide row-level security.
4290
+ #
4291
+ # These are not the tags used for the Amazon Web Services resource
4292
+ # tagging feature. For more information, see [Using Row-Level Security
4293
+ # (RLS) with Tags][1].
4294
+ #
4295
+ #
4296
+ #
4297
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html
4298
+ #
4299
+ # @option params [required, Array<String>] :authorized_resource_arns
4300
+ # The Amazon Resource Names for the Amazon QuickSight resources that the
4301
+ # user is authorized to access during the lifetime of the session. If
4302
+ # you choose `Dashboard` embedding experience, pass the list of
4303
+ # dashboard ARNs in the account that you want the user to be able to
4304
+ # view.
4305
+ #
4306
+ # @option params [required, Types::AnonymousUserEmbeddingExperienceConfiguration] :experience_configuration
4307
+ # The configuration of the experience you are embedding.
4308
+ #
4309
+ # @return [Types::GenerateEmbedUrlForAnonymousUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4310
+ #
4311
+ # * {Types::GenerateEmbedUrlForAnonymousUserResponse#embed_url #embed_url} => String
4312
+ # * {Types::GenerateEmbedUrlForAnonymousUserResponse#status #status} => Integer
4313
+ # * {Types::GenerateEmbedUrlForAnonymousUserResponse#request_id #request_id} => String
4314
+ #
4315
+ # @example Request syntax with placeholder values
4316
+ #
4317
+ # resp = client.generate_embed_url_for_anonymous_user({
4318
+ # aws_account_id: "AwsAccountId", # required
4319
+ # session_lifetime_in_minutes: 1,
4320
+ # namespace: "Namespace", # required
4321
+ # session_tags: [
4322
+ # {
4323
+ # key: "SessionTagKey", # required
4324
+ # value: "SessionTagValue", # required
4325
+ # },
4326
+ # ],
4327
+ # authorized_resource_arns: ["Arn"], # required
4328
+ # experience_configuration: { # required
4329
+ # dashboard: {
4330
+ # initial_dashboard_id: "RestrictiveResourceId", # required
4331
+ # },
4332
+ # },
4333
+ # })
4334
+ #
4335
+ # @example Response structure
4336
+ #
4337
+ # resp.embed_url #=> String
4338
+ # resp.status #=> Integer
4339
+ # resp.request_id #=> String
4340
+ #
4341
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GenerateEmbedUrlForAnonymousUser AWS API Documentation
4342
+ #
4343
+ # @overload generate_embed_url_for_anonymous_user(params = {})
4344
+ # @param [Hash] params ({})
4345
+ def generate_embed_url_for_anonymous_user(params = {}, options = {})
4346
+ req = build_request(:generate_embed_url_for_anonymous_user, params)
4347
+ req.send_request(options)
4348
+ end
4349
+
4350
+ # Generates an embed URL that you can use to embed an Amazon QuickSight
4351
+ # experience in your website. This action can be used for any type of
4352
+ # user registered in an Amazon QuickSight account. Before you use this
4353
+ # action, make sure that you have configured the relevant Amazon
4354
+ # QuickSight resource and permissions.
4355
+ #
4356
+ # The following rules apply to the generated URL:
4357
+ #
4358
+ # * It contains a temporary bearer token. It is valid for 5 minutes
4359
+ # after it is generated. Once redeemed within this period, it cannot
4360
+ # be re-used again.
4361
+ #
4362
+ # * The URL validity period should not be confused with the actual
4363
+ # session lifetime that can be customized using the `
4364
+ # SessionLifetimeInMinutes ` parameter.
4365
+ #
4366
+ # The resulting user session is valid for 15 minutes (default) to 10
4367
+ # hours (maximum).
4368
+ #
4369
+ # * You are charged only when the URL is used or there is interaction
4370
+ # with Amazon QuickSight.
4371
+ #
4372
+ # For more information, see [Embedded Analytics][1] in the *Amazon
4373
+ # QuickSight User Guide*.
4374
+ #
4375
+ # For more information about the high-level steps for embedding and for
4376
+ # an interactive demo of the ways you can customize embedding, visit the
4377
+ # [Amazon QuickSight Developer Portal][2].
4378
+ #
4379
+ #
4380
+ #
4381
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html
4382
+ # [2]: https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html
4383
+ #
4384
+ # @option params [required, String] :aws_account_id
4385
+ # The ID for the Amazon Web Services account that contains the dashboard
4386
+ # that you're embedding.
4387
+ #
4388
+ # @option params [Integer] :session_lifetime_in_minutes
4389
+ # How many minutes the session is valid. The session lifetime must be in
4390
+ # \[15-600\] minutes range.
4391
+ #
4392
+ # @option params [required, String] :user_arn
4393
+ # The Amazon Resource Name for the registered user.
4394
+ #
4395
+ # @option params [required, Types::RegisteredUserEmbeddingExperienceConfiguration] :experience_configuration
4396
+ # The experience you are embedding. For registered users, you can embed
4397
+ # Amazon QuickSight dashboards or the entire Amazon QuickSight console.
4398
+ #
4399
+ # @return [Types::GenerateEmbedUrlForRegisteredUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4400
+ #
4401
+ # * {Types::GenerateEmbedUrlForRegisteredUserResponse#embed_url #embed_url} => String
4402
+ # * {Types::GenerateEmbedUrlForRegisteredUserResponse#status #status} => Integer
4403
+ # * {Types::GenerateEmbedUrlForRegisteredUserResponse#request_id #request_id} => String
4404
+ #
4405
+ # @example Request syntax with placeholder values
4406
+ #
4407
+ # resp = client.generate_embed_url_for_registered_user({
4408
+ # aws_account_id: "AwsAccountId", # required
4409
+ # session_lifetime_in_minutes: 1,
4410
+ # user_arn: "Arn", # required
4411
+ # experience_configuration: { # required
4412
+ # dashboard: {
4413
+ # initial_dashboard_id: "RestrictiveResourceId", # required
4414
+ # },
4415
+ # quick_sight_console: {
4416
+ # initial_path: "EntryPath",
4417
+ # },
4418
+ # },
4419
+ # })
4420
+ #
4421
+ # @example Response structure
4422
+ #
4423
+ # resp.embed_url #=> String
4424
+ # resp.status #=> Integer
4425
+ # resp.request_id #=> String
4426
+ #
4427
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/GenerateEmbedUrlForRegisteredUser AWS API Documentation
4428
+ #
4429
+ # @overload generate_embed_url_for_registered_user(params = {})
4430
+ # @param [Hash] params ({})
4431
+ def generate_embed_url_for_registered_user(params = {}, options = {})
4432
+ req = build_request(:generate_embed_url_for_registered_user, params)
4433
+ req.send_request(options)
4434
+ end
4435
+
4198
4436
  # Generates a session URL and authorization code that you can use to
4199
4437
  # embed an Amazon QuickSight read-only dashboard in your web server
4200
4438
  # code. Before you use this command, make sure that you have configured
@@ -4215,16 +4453,21 @@ module Aws::QuickSight
4215
4453
  # For more information, see [Embedded Analytics][1] in the *Amazon
4216
4454
  # QuickSight User Guide*.
4217
4455
  #
4456
+ # For more information about the high-level steps for embedding and for
4457
+ # an interactive demo of the ways you can customize embedding, visit the
4458
+ # [Amazon QuickSight Developer Portal][2].
4459
+ #
4218
4460
  #
4219
4461
  #
4220
4462
  # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html
4463
+ # [2]: https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html
4221
4464
  #
4222
4465
  # @option params [required, String] :aws_account_id
4223
- # The ID for the AWS account that contains the dashboard that you're
4224
- # embedding.
4466
+ # The ID for the Amazon Web Services account; that contains the
4467
+ # dashboard that you're embedding.
4225
4468
  #
4226
4469
  # @option params [required, String] :dashboard_id
4227
- # The ID for the dashboard, also added to the AWS Identity and Access
4470
+ # The ID for the dashboard, also added to the Identity and Access
4228
4471
  # Management (IAM) policy.
4229
4472
  #
4230
4473
  # @option params [required, String] :identity_type
@@ -4270,9 +4513,9 @@ module Aws::QuickSight
4270
4513
  # role-based sessions.
4271
4514
  #
4272
4515
  # @option params [String] :namespace
4273
- # The QuickSight namespace that contains the dashboard IDs in this
4274
- # request. If you're not using a custom namespace, set this to
4275
- # "`default`".
4516
+ # The Amazon QuickSight namespace that the user virtually belongs to. If
4517
+ # you are not using an Amazon QuickSight custom namespace, set this to
4518
+ # `default`.
4276
4519
  #
4277
4520
  # @option params [Array<String>] :additional_dashboard_ids
4278
4521
  # A list of one or more dashboard IDs that you want to add to a session
@@ -4341,8 +4584,8 @@ module Aws::QuickSight
4341
4584
  # [2]: https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html
4342
4585
  #
4343
4586
  # @option params [required, String] :aws_account_id
4344
- # The ID for the AWS account associated with your QuickSight
4345
- # subscription.
4587
+ # The ID for the Amazon Web Services account; associated with your
4588
+ # QuickSight subscription.
4346
4589
  #
4347
4590
  # @option params [String] :entry_point
4348
4591
  # The URL you use to access the embedded session. The entry point URL is
@@ -4376,7 +4619,7 @@ module Aws::QuickSight
4376
4619
  #
4377
4620
  # 2. Invited nonfederated users
4378
4621
  #
4379
- # 3. AWS Identity and Access Management (IAM) users and IAM role-based
4622
+ # 3. Identity and Access Management (IAM) users and IAM role-based
4380
4623
  # sessions authenticated through Federated Single Sign-On using
4381
4624
  # SAML, OpenID Connect, or IAM federation
4382
4625
  #
@@ -4413,11 +4656,11 @@ module Aws::QuickSight
4413
4656
  req.send_request(options)
4414
4657
  end
4415
4658
 
4416
- # Lists Amazon QuickSight analyses that exist in the specified AWS
4417
- # account.
4659
+ # Lists Amazon QuickSight analyses that exist in the specified Amazon
4660
+ # Web Services account;.
4418
4661
  #
4419
4662
  # @option params [required, String] :aws_account_id
4420
- # The ID of the AWS account that contains the analyses.
4663
+ # The ID of the Amazon Web Services account; that contains the analyses.
4421
4664
  #
4422
4665
  # @option params [String] :next_token
4423
4666
  # A pagination token that can be used in a subsequent request.
@@ -4468,8 +4711,8 @@ module Aws::QuickSight
4468
4711
  # subscription.
4469
4712
  #
4470
4713
  # @option params [required, String] :aws_account_id
4471
- # The ID of the AWS account that contains the dashboard that you're
4472
- # listing versions for.
4714
+ # The ID of the Amazon Web Services account; that contains the dashboard
4715
+ # that you're listing versions for.
4473
4716
  #
4474
4717
  # @option params [required, String] :dashboard_id
4475
4718
  # The ID for the dashboard.
@@ -4521,11 +4764,11 @@ module Aws::QuickSight
4521
4764
  req.send_request(options)
4522
4765
  end
4523
4766
 
4524
- # Lists dashboards in an AWS account.
4767
+ # Lists dashboards in an Amazon Web Services account;.
4525
4768
  #
4526
4769
  # @option params [required, String] :aws_account_id
4527
- # The ID of the AWS account that contains the dashboards that you're
4528
- # listing.
4770
+ # The ID of the Amazon Web Services account; that contains the
4771
+ # dashboards that you're listing.
4529
4772
  #
4530
4773
  # @option params [String] :next_token
4531
4774
  # The token for the next set of results, or null if there are no more
@@ -4574,14 +4817,14 @@ module Aws::QuickSight
4574
4817
  req.send_request(options)
4575
4818
  end
4576
4819
 
4577
- # Lists all of the datasets belonging to the current AWS account in an
4578
- # AWS Region.
4820
+ # Lists all of the datasets belonging to the current Amazon Web Services
4821
+ # account; in an Region;.
4579
4822
  #
4580
4823
  # The permissions resource is
4581
4824
  # `arn:aws:quicksight:region:aws-account-id:dataset/*`.
4582
4825
  #
4583
4826
  # @option params [required, String] :aws_account_id
4584
- # The AWS account ID.
4827
+ # The Amazon Web Services account; ID.
4585
4828
  #
4586
4829
  # @option params [String] :next_token
4587
4830
  # The token for the next set of results, or null if there are no more
@@ -4620,6 +4863,8 @@ module Aws::QuickSight
4620
4863
  # resp.data_set_summaries[0].row_level_permission_data_set.arn #=> String
4621
4864
  # resp.data_set_summaries[0].row_level_permission_data_set.permission_policy #=> String, one of "GRANT_ACCESS", "DENY_ACCESS"
4622
4865
  # resp.data_set_summaries[0].row_level_permission_data_set.format_version #=> String, one of "VERSION_1", "VERSION_2"
4866
+ # resp.data_set_summaries[0].row_level_permission_data_set.status #=> String, one of "ENABLED", "DISABLED"
4867
+ # resp.data_set_summaries[0].row_level_permission_tag_configuration_applied #=> Boolean
4623
4868
  # resp.data_set_summaries[0].column_level_permission_rules_applied #=> Boolean
4624
4869
  # resp.next_token #=> String
4625
4870
  # resp.request_id #=> String
@@ -4634,11 +4879,11 @@ module Aws::QuickSight
4634
4879
  req.send_request(options)
4635
4880
  end
4636
4881
 
4637
- # Lists data sources in current AWS Region that belong to this AWS
4638
- # account.
4882
+ # Lists data sources in current Region; that belong to this Amazon Web
4883
+ # Services account;.
4639
4884
  #
4640
4885
  # @option params [required, String] :aws_account_id
4641
- # The AWS account ID.
4886
+ # The Amazon Web Services account; ID.
4642
4887
  #
4643
4888
  # @option params [String] :next_token
4644
4889
  # The token for the next set of results, or null if there are no more
@@ -4896,9 +5141,9 @@ module Aws::QuickSight
4896
5141
  # The maximum number of results to return from this request.
4897
5142
  #
4898
5143
  # @option params [required, String] :aws_account_id
4899
- # The ID for the AWS account that the group is in. Currently, you use
4900
- # the ID for the AWS account that contains your Amazon QuickSight
4901
- # account.
5144
+ # The ID for the Amazon Web Services account; that the group is in.
5145
+ # Currently, you use the ID for the Amazon Web Services account; that
5146
+ # contains your Amazon QuickSight account.
4902
5147
  #
4903
5148
  # @option params [required, String] :namespace
4904
5149
  # The namespace. Currently, you should set this to `default`.
@@ -4941,9 +5186,9 @@ module Aws::QuickSight
4941
5186
  # Lists all user groups in Amazon QuickSight.
4942
5187
  #
4943
5188
  # @option params [required, String] :aws_account_id
4944
- # The ID for the AWS account that the group is in. Currently, you use
4945
- # the ID for the AWS account that contains your Amazon QuickSight
4946
- # account.
5189
+ # The ID for the Amazon Web Services account; that the group is in.
5190
+ # Currently, you use the ID for the Amazon Web Services account; that
5191
+ # contains your Amazon QuickSight account.
4947
5192
  #
4948
5193
  # @option params [String] :next_token
4949
5194
  # A pagination token that can be used in a subsequent request.
@@ -4993,7 +5238,8 @@ module Aws::QuickSight
4993
5238
  # Lists IAM policy assignments in the current Amazon QuickSight account.
4994
5239
  #
4995
5240
  # @option params [required, String] :aws_account_id
4996
- # The ID of the AWS account that contains these IAM policy assignments.
5241
+ # The ID of the Amazon Web Services account; that contains these IAM
5242
+ # policy assignments.
4997
5243
  #
4998
5244
  # @option params [String] :assignment_status
4999
5245
  # The status of the assignments.
@@ -5048,7 +5294,8 @@ module Aws::QuickSight
5048
5294
  # group or groups that the user belongs to.
5049
5295
  #
5050
5296
  # @option params [required, String] :aws_account_id
5051
- # The ID of the AWS account that contains the assignments.
5297
+ # The ID of the Amazon Web Services account; that contains the
5298
+ # assignments.
5052
5299
  #
5053
5300
  # @option params [required, String] :user_name
5054
5301
  # The name of the user.
@@ -5108,7 +5355,7 @@ module Aws::QuickSight
5108
5355
  # results.
5109
5356
  #
5110
5357
  # @option params [required, String] :aws_account_id
5111
- # The AWS account ID.
5358
+ # The Amazon Web Services account; ID.
5112
5359
  #
5113
5360
  # @option params [Integer] :max_results
5114
5361
  # The maximum number of results to be returned per request.
@@ -5161,11 +5408,11 @@ module Aws::QuickSight
5161
5408
  req.send_request(options)
5162
5409
  end
5163
5410
 
5164
- # Lists the namespaces for the specified AWS account.
5411
+ # Lists the namespaces for the specified Amazon Web Services account;.
5165
5412
  #
5166
5413
  # @option params [required, String] :aws_account_id
5167
- # The ID for the AWS account that contains the QuickSight namespaces
5168
- # that you want to list.
5414
+ # The ID for the Amazon Web Services account; that contains the
5415
+ # QuickSight namespaces that you want to list.
5169
5416
  #
5170
5417
  # @option params [String] :next_token
5171
5418
  # A pagination token that can be used in a subsequent request.
@@ -5251,8 +5498,8 @@ module Aws::QuickSight
5251
5498
  # Lists all the aliases of a template.
5252
5499
  #
5253
5500
  # @option params [required, String] :aws_account_id
5254
- # The ID of the AWS account that contains the template aliases that
5255
- # you're listing.
5501
+ # The ID of the Amazon Web Services account; that contains the template
5502
+ # aliases that you're listing.
5256
5503
  #
5257
5504
  # @option params [required, String] :template_id
5258
5505
  # The ID for the template.
@@ -5305,8 +5552,8 @@ module Aws::QuickSight
5305
5552
  # QuickSight account.
5306
5553
  #
5307
5554
  # @option params [required, String] :aws_account_id
5308
- # The ID of the AWS account that contains the templates that you're
5309
- # listing.
5555
+ # The ID of the Amazon Web Services account; that contains the templates
5556
+ # that you're listing.
5310
5557
  #
5311
5558
  # @option params [required, String] :template_id
5312
5559
  # The ID for the template.
@@ -5360,8 +5607,8 @@ module Aws::QuickSight
5360
5607
  # Lists all the templates in the current Amazon QuickSight account.
5361
5608
  #
5362
5609
  # @option params [required, String] :aws_account_id
5363
- # The ID of the AWS account that contains the templates that you're
5364
- # listing.
5610
+ # The ID of the Amazon Web Services account; that contains the templates
5611
+ # that you're listing.
5365
5612
  #
5366
5613
  # @option params [String] :next_token
5367
5614
  # The token for the next set of results, or null if there are no more
@@ -5412,8 +5659,8 @@ module Aws::QuickSight
5412
5659
  # Lists all the aliases of a theme.
5413
5660
  #
5414
5661
  # @option params [required, String] :aws_account_id
5415
- # The ID of the AWS account that contains the theme aliases that you're
5416
- # listing.
5662
+ # The ID of the Amazon Web Services account; that contains the theme
5663
+ # aliases that you're listing.
5417
5664
  #
5418
5665
  # @option params [required, String] :theme_id
5419
5666
  # The ID for the theme.
@@ -5460,11 +5707,12 @@ module Aws::QuickSight
5460
5707
  req.send_request(options)
5461
5708
  end
5462
5709
 
5463
- # Lists all the versions of the themes in the current AWS account.
5710
+ # Lists all the versions of the themes in the current Amazon Web
5711
+ # Services account;.
5464
5712
  #
5465
5713
  # @option params [required, String] :aws_account_id
5466
- # The ID of the AWS account that contains the themes that you're
5467
- # listing.
5714
+ # The ID of the Amazon Web Services account; that contains the themes
5715
+ # that you're listing.
5468
5716
  #
5469
5717
  # @option params [required, String] :theme_id
5470
5718
  # The ID for the theme.
@@ -5515,11 +5763,11 @@ module Aws::QuickSight
5515
5763
  req.send_request(options)
5516
5764
  end
5517
5765
 
5518
- # Lists all the themes in the current AWS account.
5766
+ # Lists all the themes in the current Amazon Web Services account;.
5519
5767
  #
5520
5768
  # @option params [required, String] :aws_account_id
5521
- # The ID of the AWS account that contains the themes that you're
5522
- # listing.
5769
+ # The ID of the Amazon Web Services account; that contains the themes
5770
+ # that you're listing.
5523
5771
  #
5524
5772
  # @option params [String] :next_token
5525
5773
  # The token for the next set of results, or null if there are no more
@@ -5537,7 +5785,7 @@ module Aws::QuickSight
5537
5785
  # * `CUSTOM` - Display only the themes created by people using Amazon
5538
5786
  # QuickSight.
5539
5787
  #
5540
- # * `QUICKSIGHT` - Display only the starting themes defined by
5788
+ # * `QUICKSIGHT` - Display only the starting themes defined by Amazon
5541
5789
  # QuickSight.
5542
5790
  #
5543
5791
  # @return [Types::ListThemesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -5588,8 +5836,9 @@ module Aws::QuickSight
5588
5836
  # memberships for.
5589
5837
  #
5590
5838
  # @option params [required, String] :aws_account_id
5591
- # The AWS account ID that the user is in. Currently, you use the ID for
5592
- # the AWS account that contains your Amazon QuickSight account.
5839
+ # The Amazon Web Services account; ID that the user is in. Currently,
5840
+ # you use the ID for the Amazon Web Services account; that contains your
5841
+ # Amazon QuickSight account.
5593
5842
  #
5594
5843
  # @option params [required, String] :namespace
5595
5844
  # The namespace. Currently, you should set this to `default`.
@@ -5641,8 +5890,9 @@ module Aws::QuickSight
5641
5890
  # account.
5642
5891
  #
5643
5892
  # @option params [required, String] :aws_account_id
5644
- # The ID for the AWS account that the user is in. Currently, you use the
5645
- # ID for the AWS account that contains your Amazon QuickSight account.
5893
+ # The ID for the Amazon Web Services account; that the user is in.
5894
+ # Currently, you use the ID for the Amazon Web Services account; that
5895
+ # contains your Amazon QuickSight account.
5646
5896
  #
5647
5897
  # @option params [String] :next_token
5648
5898
  # A pagination token that can be used in a subsequent request.
@@ -5746,8 +5996,9 @@ module Aws::QuickSight
5746
5996
  # [1]: https://docs.aws.amazon.com/cli/latest/reference/sts/assume-role.html
5747
5997
  #
5748
5998
  # @option params [required, String] :aws_account_id
5749
- # The ID for the AWS account that the user is in. Currently, you use the
5750
- # ID for the AWS account that contains your Amazon QuickSight account.
5999
+ # The ID for the Amazon Web Services account; that the user is in.
6000
+ # Currently, you use the ID for the Amazon Web Services account; that
6001
+ # contains your Amazon QuickSight account.
5751
6002
  #
5752
6003
  # @option params [required, String] :namespace
5753
6004
  # The namespace. Currently, you should set this to `default`.
@@ -5785,8 +6036,7 @@ module Aws::QuickSight
5785
6036
  # QuickSight (admin, author, reader).
5786
6037
  #
5787
6038
  # This feature is available only to QuickSight Enterprise edition
5788
- # subscriptions that use SAML 2.0-Based Federation for Single Sign-On
5789
- # (SSO).
6039
+ # subscriptions.
5790
6040
  #
5791
6041
  # @option params [String] :external_login_federation_provider_type
5792
6042
  # The type of supported external login provider that provides identity
@@ -5866,7 +6116,7 @@ module Aws::QuickSight
5866
6116
  # Restores an analysis.
5867
6117
  #
5868
6118
  # @option params [required, String] :aws_account_id
5869
- # The ID of the AWS account that contains the analysis.
6119
+ # The ID of the Amazon Web Services account; that contains the analysis.
5870
6120
  #
5871
6121
  # @option params [required, String] :analysis_id
5872
6122
  # The ID of the analysis that you're restoring.
@@ -5903,9 +6153,14 @@ module Aws::QuickSight
5903
6153
 
5904
6154
  # Searches for analyses that belong to the user specified in the filter.
5905
6155
  #
6156
+ # <note markdown="1"> This operation is eventually consistent. The results are best effort
6157
+ # and may not reflect very recent updates and changes.
6158
+ #
6159
+ # </note>
6160
+ #
5906
6161
  # @option params [required, String] :aws_account_id
5907
- # The ID of the AWS account that contains the analyses that you're
5908
- # searching for.
6162
+ # The ID of the Amazon Web Services account; that contains the analyses
6163
+ # that you're searching for.
5909
6164
  #
5910
6165
  # @option params [required, Array<Types::AnalysisSearchFilter>] :filters
5911
6166
  # The structure for the search filters that you want to apply to your
@@ -5965,9 +6220,14 @@ module Aws::QuickSight
5965
6220
 
5966
6221
  # Searches for dashboards that belong to a user.
5967
6222
  #
6223
+ # <note markdown="1"> This operation is eventually consistent. The results are best effort
6224
+ # and may not reflect very recent updates and changes.
6225
+ #
6226
+ # </note>
6227
+ #
5968
6228
  # @option params [required, String] :aws_account_id
5969
- # The ID of the AWS account that contains the user whose dashboards
5970
- # you're searching for.
6229
+ # The ID of the Amazon Web Services account; that contains the user
6230
+ # whose dashboards you're searching for.
5971
6231
  #
5972
6232
  # @option params [required, Array<Types::DashboardSearchFilter>] :filters
5973
6233
  # The filters to apply to the search. Currently, you can search only by
@@ -6113,8 +6373,8 @@ module Aws::QuickSight
6113
6373
  # restriction is because QuickSight costs are based on users and SPICE
6114
6374
  # capacity, which aren't taggable resources.
6115
6375
  #
6116
- # * QuickSight doesn't currently support the Tag Editor for AWS
6117
- # Resource Groups.
6376
+ # * QuickSight doesn't currently support the Tag Editor for Resource
6377
+ # Groups.
6118
6378
  #
6119
6379
  # @option params [required, String] :resource_arn
6120
6380
  # The Amazon Resource Name (ARN) of the resource that you want to tag.
@@ -6189,25 +6449,25 @@ module Aws::QuickSight
6189
6449
  req.send_request(options)
6190
6450
  end
6191
6451
 
6192
- # Updates Amazon QuickSight customizations the current AWS Region.
6452
+ # Updates Amazon QuickSight customizations the current Region;.
6193
6453
  # Currently, the only customization you can use is a theme.
6194
6454
  #
6195
- # You can use customizations for your AWS account or, if you specify a
6196
- # namespace, for a QuickSight namespace instead. Customizations that
6197
- # apply to a namespace override customizations that apply to an AWS
6198
- # account. To find out which customizations apply, use the
6199
- # `DescribeAccountCustomization` API operation.
6455
+ # You can use customizations for your Amazon Web Services account; or,
6456
+ # if you specify a namespace, for a QuickSight namespace instead.
6457
+ # Customizations that apply to a namespace override customizations that
6458
+ # apply to an Amazon Web Services account;. To find out which
6459
+ # customizations apply, use the `DescribeAccountCustomization` API
6460
+ # operation.
6200
6461
  #
6201
6462
  # @option params [required, String] :aws_account_id
6202
- # The ID for the AWS account that you want to update QuickSight
6203
- # customizations for.
6463
+ # The ID for the Amazon Web Services account; that you want to update
6464
+ # QuickSight customizations for.
6204
6465
  #
6205
6466
  # @option params [String] :namespace
6206
6467
  # The namespace that you want to update QuickSight customizations for.
6207
6468
  #
6208
6469
  # @option params [required, Types::AccountCustomization] :account_customization
6209
- # The QuickSight customizations you're updating in the current AWS
6210
- # Region.
6470
+ # The QuickSight customizations you're updating in the current Region;.
6211
6471
  #
6212
6472
  # @return [Types::UpdateAccountCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6213
6473
  #
@@ -6246,21 +6506,23 @@ module Aws::QuickSight
6246
6506
  req.send_request(options)
6247
6507
  end
6248
6508
 
6249
- # Updates the Amazon QuickSight settings in your AWS account.
6509
+ # Updates the Amazon QuickSight settings in your Amazon Web Services
6510
+ # account;.
6250
6511
  #
6251
6512
  # @option params [required, String] :aws_account_id
6252
- # The ID for the AWS account that contains the QuickSight settings that
6253
- # you want to list.
6513
+ # The ID for the Amazon Web Services account; that contains the
6514
+ # QuickSight settings that you want to list.
6254
6515
  #
6255
6516
  # @option params [required, String] :default_namespace
6256
- # The default namespace for this AWS account. Currently, the default is
6257
- # `default`. AWS Identity and Access Management (IAM) users that
6258
- # register for the first time with QuickSight provide an email that
6259
- # becomes associated with the default namespace.
6517
+ # The default namespace for this Amazon Web Services account;.
6518
+ # Currently, the default is `default`. Identity and Access Management
6519
+ # (IAM) users that register for the first time with QuickSight provide
6520
+ # an email that becomes associated with the default namespace.
6260
6521
  #
6261
6522
  # @option params [String] :notification_email
6262
6523
  # The email address that you want QuickSight to send notifications to
6263
- # regarding your AWS account or QuickSight subscription.
6524
+ # regarding your Amazon Web Services account; or QuickSight
6525
+ # subscription.
6264
6526
  #
6265
6527
  # @return [Types::UpdateAccountSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6266
6528
  #
@@ -6292,8 +6554,8 @@ module Aws::QuickSight
6292
6554
  # Updates an analysis in Amazon QuickSight
6293
6555
  #
6294
6556
  # @option params [required, String] :aws_account_id
6295
- # The ID of the AWS account that contains the analysis that you're
6296
- # updating.
6557
+ # The ID of the Amazon Web Services account; that contains the analysis
6558
+ # that you're updating.
6297
6559
  #
6298
6560
  # @option params [required, String] :analysis_id
6299
6561
  # The ID for the analysis that you're updating. This ID displays in the
@@ -6392,9 +6654,9 @@ module Aws::QuickSight
6392
6654
  # Updates the read and write permissions for an analysis.
6393
6655
  #
6394
6656
  # @option params [required, String] :aws_account_id
6395
- # The ID of the AWS account that contains the analysis whose permissions
6396
- # you're updating. You must be using the AWS account that the analysis
6397
- # is in.
6657
+ # The ID of the Amazon Web Services account; that contains the analysis
6658
+ # whose permissions you're updating. You must be using the Amazon Web
6659
+ # Services account; that the analysis is in.
6398
6660
  #
6399
6661
  # @option params [required, String] :analysis_id
6400
6662
  # The ID of the analysis whose permissions you're updating. The ID is
@@ -6455,11 +6717,18 @@ module Aws::QuickSight
6455
6717
  req.send_request(options)
6456
6718
  end
6457
6719
 
6458
- # Updates a dashboard in an AWS account.
6720
+ # Updates a dashboard in an Amazon Web Services account;.
6721
+ #
6722
+ # <note markdown="1"> Updating a Dashboard creates a new dashboard version but does not
6723
+ # immediately publish the new version. You can update the published
6724
+ # version of a dashboard by using the UpdateDashboardPublishedVersion
6725
+ # API operation.
6726
+ #
6727
+ # </note>
6459
6728
  #
6460
6729
  # @option params [required, String] :aws_account_id
6461
- # The ID of the AWS account that contains the dashboard that you're
6462
- # updating.
6730
+ # The ID of the Amazon Web Services account; that contains the dashboard
6731
+ # that you're updating.
6463
6732
  #
6464
6733
  # @option params [required, String] :dashboard_id
6465
6734
  # The ID for the dashboard.
@@ -6475,8 +6744,8 @@ module Aws::QuickSight
6475
6744
  # from an analysis, first convert the analysis to a template by using
6476
6745
  # the CreateTemplate API operation. For `SourceTemplate`, specify the
6477
6746
  # Amazon Resource Name (ARN) of the source template. The
6478
- # `SourceTemplate` ARN can contain any AWS Account and any
6479
- # QuickSight-supported AWS Region.
6747
+ # `SourceTemplate` ARN can contain any Amazon Web Services account; and
6748
+ # any QuickSight-supported Region;.
6480
6749
  #
6481
6750
  # Use the `DataSetReferences` entity within `SourceTemplate` to list the
6482
6751
  # replacement datasets for the placeholders listed in the original. The
@@ -6512,7 +6781,8 @@ module Aws::QuickSight
6512
6781
  # The Amazon Resource Name (ARN) of the theme that is being used for
6513
6782
  # this dashboard. If you add a value for this field, it overrides the
6514
6783
  # value that was originally associated with the entity. The theme ARN
6515
- # must exist in the same AWS account where you create the dashboard.
6784
+ # must exist in the same Amazon Web Services account; where you create
6785
+ # the dashboard.
6516
6786
  #
6517
6787
  # @return [Types::UpdateDashboardResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6518
6788
  #
@@ -6602,8 +6872,8 @@ module Aws::QuickSight
6602
6872
  # Updates read and write permissions on a dashboard.
6603
6873
  #
6604
6874
  # @option params [required, String] :aws_account_id
6605
- # The ID of the AWS account that contains the dashboard whose
6606
- # permissions you're updating.
6875
+ # The ID of the Amazon Web Services account; that contains the dashboard
6876
+ # whose permissions you're updating.
6607
6877
  #
6608
6878
  # @option params [required, String] :dashboard_id
6609
6879
  # The ID for the dashboard.
@@ -6664,8 +6934,8 @@ module Aws::QuickSight
6664
6934
  # Updates the published version of a dashboard.
6665
6935
  #
6666
6936
  # @option params [required, String] :aws_account_id
6667
- # The ID of the AWS account that contains the dashboard that you're
6668
- # updating.
6937
+ # The ID of the Amazon Web Services account; that contains the dashboard
6938
+ # that you're updating.
6669
6939
  #
6670
6940
  # @option params [required, String] :dashboard_id
6671
6941
  # The ID for the dashboard.
@@ -6707,11 +6977,11 @@ module Aws::QuickSight
6707
6977
  # Updates a dataset.
6708
6978
  #
6709
6979
  # @option params [required, String] :aws_account_id
6710
- # The AWS account ID.
6980
+ # The Amazon Web Services account; ID.
6711
6981
  #
6712
6982
  # @option params [required, String] :data_set_id
6713
6983
  # The ID for the dataset that you want to update. This ID is unique per
6714
- # AWS Region for each AWS account.
6984
+ # Region; for each Amazon Web Services account;.
6715
6985
  #
6716
6986
  # @option params [required, String] :name
6717
6987
  # The display name for the dataset.
@@ -6738,6 +7008,11 @@ module Aws::QuickSight
6738
7008
  # @option params [Types::RowLevelPermissionDataSet] :row_level_permission_data_set
6739
7009
  # The row-level security configuration for the data you want to create.
6740
7010
  #
7011
+ # @option params [Types::RowLevelPermissionTagConfiguration] :row_level_permission_tag_configuration
7012
+ # The configuration of tags on a dataset to set row-level security.
7013
+ # Row-level security tags are currently supported for anonymous
7014
+ # embedding only.
7015
+ #
6741
7016
  # @option params [Array<Types::ColumnLevelPermissionRule>] :column_level_permission_rules
6742
7017
  # A set of one or more definitions of a ` ColumnLevelPermissionRule `.
6743
7018
  #
@@ -6879,6 +7154,18 @@ module Aws::QuickSight
6879
7154
  # arn: "Arn", # required
6880
7155
  # permission_policy: "GRANT_ACCESS", # required, accepts GRANT_ACCESS, DENY_ACCESS
6881
7156
  # format_version: "VERSION_1", # accepts VERSION_1, VERSION_2
7157
+ # status: "ENABLED", # accepts ENABLED, DISABLED
7158
+ # },
7159
+ # row_level_permission_tag_configuration: {
7160
+ # status: "ENABLED", # accepts ENABLED, DISABLED
7161
+ # tag_rules: [ # required
7162
+ # {
7163
+ # tag_key: "SessionTagKey", # required
7164
+ # column_name: "String", # required
7165
+ # tag_multi_value_delimiter: "RowLevelPermissionTagDelimiter",
7166
+ # match_all_value: "SessionTagValue",
7167
+ # },
7168
+ # ],
6882
7169
  # },
6883
7170
  # column_level_permission_rules: [
6884
7171
  # {
@@ -6912,11 +7199,11 @@ module Aws::QuickSight
6912
7199
  # `arn:aws:quicksight:region:aws-account-id:dataset/data-set-id`.
6913
7200
  #
6914
7201
  # @option params [required, String] :aws_account_id
6915
- # The AWS account ID.
7202
+ # The Amazon Web Services account; ID.
6916
7203
  #
6917
7204
  # @option params [required, String] :data_set_id
6918
7205
  # The ID for the dataset whose permissions you want to update. This ID
6919
- # is unique per AWS Region for each AWS account.
7206
+ # is unique per Region; for each Amazon Web Services account;.
6920
7207
  #
6921
7208
  # @option params [Array<Types::ResourcePermission>] :grant_permissions
6922
7209
  # The resource permissions that you want to grant to the dataset.
@@ -6969,11 +7256,11 @@ module Aws::QuickSight
6969
7256
  # Updates a data source.
6970
7257
  #
6971
7258
  # @option params [required, String] :aws_account_id
6972
- # The AWS account ID.
7259
+ # The Amazon Web Services account; ID.
6973
7260
  #
6974
7261
  # @option params [required, String] :data_source_id
6975
- # The ID of the data source. This ID is unique per AWS Region for each
6976
- # AWS account.
7262
+ # The ID of the data source. This ID is unique per Region; for each
7263
+ # Amazon Web Services account;.
6977
7264
  #
6978
7265
  # @option params [required, String] :name
6979
7266
  # A display name for the data source.
@@ -7228,11 +7515,11 @@ module Aws::QuickSight
7228
7515
  # Updates the permissions to a data source.
7229
7516
  #
7230
7517
  # @option params [required, String] :aws_account_id
7231
- # The AWS account ID.
7518
+ # The Amazon Web Services account; ID.
7232
7519
  #
7233
7520
  # @option params [required, String] :data_source_id
7234
- # The ID of the data source. This ID is unique per AWS Region for each
7235
- # AWS account.
7521
+ # The ID of the data source. This ID is unique per Region; for each
7522
+ # Amazon Web Services account;.
7236
7523
  #
7237
7524
  # @option params [Array<Types::ResourcePermission>] :grant_permissions
7238
7525
  # A list of resource permissions that you want to grant on the data
@@ -7396,9 +7683,9 @@ module Aws::QuickSight
7396
7683
  # The description for the group that you want to update.
7397
7684
  #
7398
7685
  # @option params [required, String] :aws_account_id
7399
- # The ID for the AWS account that the group is in. Currently, you use
7400
- # the ID for the AWS account that contains your Amazon QuickSight
7401
- # account.
7686
+ # The ID for the Amazon Web Services account; that the group is in.
7687
+ # Currently, you use the ID for the Amazon Web Services account; that
7688
+ # contains your Amazon QuickSight account.
7402
7689
  #
7403
7690
  # @option params [required, String] :namespace
7404
7691
  # The namespace. Currently, you should set this to `default`.
@@ -7441,11 +7728,12 @@ module Aws::QuickSight
7441
7728
  # request. This overwrites all of the users included in `Identities`.
7442
7729
  #
7443
7730
  # @option params [required, String] :aws_account_id
7444
- # The ID of the AWS account that contains the IAM policy assignment.
7731
+ # The ID of the Amazon Web Services account; that contains the IAM
7732
+ # policy assignment.
7445
7733
  #
7446
7734
  # @option params [required, String] :assignment_name
7447
7735
  # The name of the assignment, also called a rule. This name must be
7448
- # unique within an AWS account.
7736
+ # unique within an Amazon Web Services account;.
7449
7737
  #
7450
7738
  # @option params [required, String] :namespace
7451
7739
  # The namespace of the assignment.
@@ -7518,8 +7806,8 @@ module Aws::QuickSight
7518
7806
  # another template.
7519
7807
  #
7520
7808
  # @option params [required, String] :aws_account_id
7521
- # The ID of the AWS account that contains the template that you're
7522
- # updating.
7809
+ # The ID of the Amazon Web Services account; that contains the template
7810
+ # that you're updating.
7523
7811
  #
7524
7812
  # @option params [required, String] :template_id
7525
7813
  # The ID for the template.
@@ -7531,8 +7819,8 @@ module Aws::QuickSight
7531
7819
  # for an analysis. Both of these require an Amazon Resource Name (ARN).
7532
7820
  # For `SourceTemplate`, specify the ARN of the source template. For
7533
7821
  # `SourceAnalysis`, specify the ARN of the source analysis. The
7534
- # `SourceTemplate` ARN can contain any AWS Account and any
7535
- # QuickSight-supported AWS Region.
7822
+ # `SourceTemplate` ARN can contain any Amazon Web Services account; and
7823
+ # any QuickSight-supported Region;.
7536
7824
  #
7537
7825
  # Use the `DataSetReferences` entity within `SourceTemplate` or
7538
7826
  # `SourceAnalysis` to list the replacement datasets for the placeholders
@@ -7601,8 +7889,8 @@ module Aws::QuickSight
7601
7889
  # Updates the template alias of a template.
7602
7890
  #
7603
7891
  # @option params [required, String] :aws_account_id
7604
- # The ID of the AWS account that contains the template alias that
7605
- # you're updating.
7892
+ # The ID of the Amazon Web Services account; that contains the template
7893
+ # alias that you're updating.
7606
7894
  #
7607
7895
  # @option params [required, String] :template_id
7608
7896
  # The ID for the template.
@@ -7652,7 +7940,7 @@ module Aws::QuickSight
7652
7940
  # Updates the resource permissions for a template.
7653
7941
  #
7654
7942
  # @option params [required, String] :aws_account_id
7655
- # The ID of the AWS account that contains the template.
7943
+ # The ID of the Amazon Web Services account; that contains the template.
7656
7944
  #
7657
7945
  # @option params [required, String] :template_id
7658
7946
  # The ID for the template.
@@ -7713,8 +8001,8 @@ module Aws::QuickSight
7713
8001
  # Updates a theme.
7714
8002
  #
7715
8003
  # @option params [required, String] :aws_account_id
7716
- # The ID of the AWS account that contains the theme that you're
7717
- # updating.
8004
+ # The ID of the Amazon Web Services account; that contains the theme
8005
+ # that you're updating.
7718
8006
  #
7719
8007
  # @option params [required, String] :theme_id
7720
8008
  # The ID for the theme.
@@ -7724,8 +8012,8 @@ module Aws::QuickSight
7724
8012
  #
7725
8013
  # @option params [required, String] :base_theme_id
7726
8014
  # The theme ID, defined by Amazon QuickSight, that a custom theme
7727
- # inherits from. All themes initially inherit from a default QuickSight
7728
- # theme.
8015
+ # inherits from. All themes initially inherit from a default Amazon
8016
+ # QuickSight theme.
7729
8017
  #
7730
8018
  # @option params [String] :version_description
7731
8019
  # A description of the theme version that you're updating Every time
@@ -7816,8 +8104,8 @@ module Aws::QuickSight
7816
8104
  # Updates an alias of a theme.
7817
8105
  #
7818
8106
  # @option params [required, String] :aws_account_id
7819
- # The ID of the AWS account that contains the theme alias that you're
7820
- # updating.
8107
+ # The ID of the Amazon Web Services account; that contains the theme
8108
+ # alias that you're updating.
7821
8109
  #
7822
8110
  # @option params [required, String] :theme_id
7823
8111
  # The ID for the theme.
@@ -7905,7 +8193,7 @@ module Aws::QuickSight
7905
8193
  # * To specify no permissions, omit the permissions list.
7906
8194
  #
7907
8195
  # @option params [required, String] :aws_account_id
7908
- # The ID of the AWS account that contains the theme.
8196
+ # The ID of the Amazon Web Services account; that contains the theme.
7909
8197
  #
7910
8198
  # @option params [required, String] :theme_id
7911
8199
  # The ID for the theme.
@@ -7969,8 +8257,9 @@ module Aws::QuickSight
7969
8257
  # The Amazon QuickSight user name that you want to update.
7970
8258
  #
7971
8259
  # @option params [required, String] :aws_account_id
7972
- # The ID for the AWS account that the user is in. Currently, you use the
7973
- # ID for the AWS account that contains your Amazon QuickSight account.
8260
+ # The ID for the Amazon Web Services account; that the user is in.
8261
+ # Currently, you use the ID for the Amazon Web Services account; that
8262
+ # contains your Amazon QuickSight account.
7974
8263
  #
7975
8264
  # @option params [required, String] :namespace
7976
8265
  # The namespace. Currently, you should set this to `default`.
@@ -8019,8 +8308,7 @@ module Aws::QuickSight
8019
8308
  # QuickSight (admin, author, reader).
8020
8309
  #
8021
8310
  # This feature is available only to QuickSight Enterprise edition
8022
- # subscriptions that use SAML 2.0-Based Federation for Single Sign-On
8023
- # (SSO).
8311
+ # subscriptions.
8024
8312
  #
8025
8313
  # @option params [Boolean] :unapply_custom_permissions
8026
8314
  # A flag that you use to indicate that you want to remove all custom
@@ -8117,7 +8405,7 @@ module Aws::QuickSight
8117
8405
  params: params,
8118
8406
  config: config)
8119
8407
  context[:gem_name] = 'aws-sdk-quicksight'
8120
- context[:gem_version] = '1.47.0'
8408
+ context[:gem_version] = '1.48.0'
8121
8409
  Seahorse::Client::Request.new(handlers, context)
8122
8410
  end
8123
8411