aws-sdk-quicksight 1.49.0 → 1.53.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: 1f627081cda1221dfdd01a8d676793a9647493332a3f1a5982d86c999118ccdc
4
- data.tar.gz: 887cbbe61c5819d34954d6d997868610298143fd68576edf1be1b0333ae1a068
3
+ metadata.gz: b18188c71f876ac69d8821772ce1aea7721d0d99cc352624a4af5a94068e4c96
4
+ data.tar.gz: 86aff86e4aa97a7046af04ef46c302bb04aadbc85380274ba4af9747a3a8d291
5
5
  SHA512:
6
- metadata.gz: 9ea1b2d3f3c4d6f55f2410654bdba26943816d35d66fe225090cc2043bd8888bd1ed1d08d62aba38a89bafff00e44011dd8b66026d0ae7ac52d3c4dfadecbe8d
7
- data.tar.gz: 43b774e731d74c003b447d0cab408e6ec136f6672ed5a8ba92271d61b37a8f07e2865d807d0992e428ee5b7d0f51a50a221ce2388e5be535c01daa7ad75fa4b0
6
+ metadata.gz: 5db74e252fdbd96d7870bee4ae38d79d40f83fcfc3206eeef96553ee8b12ff0573183d7246a7664ed82cb0b215077fe4441267efb7daa2b69bfa1ef4cd501515
7
+ data.tar.gz: 5bcfbced3f9e81e7a210e6dbea99cb448e98f9ebb430bcb13639374dbf88a38ba773e7e7a5f841eb9a2ad7591f61e29d8c268ef205bd97103358d927dfdf0041
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2021-09-02)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for referencing parent datasets as sources in a child dataset.
8
+
9
+ 1.52.0 (2021-09-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.51.0 (2021-08-13)
15
+ ------------------
16
+
17
+ * Feature - Documentation updates for QuickSight.
18
+
19
+ 1.50.0 (2021-07-30)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.49.0 (2021-07-28)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.53.0
@@ -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 Amazon Web Services 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,17 +369,18 @@ module Aws::QuickSight
369
369
  req.send_request(options)
370
370
  end
371
371
 
372
- # Creates Amazon QuickSight customizations the current Region;.
373
- # Currently, you can add a custom default theme by using the
374
- # `CreateAccountCustomization` or `UpdateAccountCustomization` API
375
- # operation. To further customize QuickSight by removing QuickSight
376
- # sample assets and videos for all new users, see [Customizing
377
- # QuickSight][1] in the *Amazon QuickSight User Guide.*
372
+ # Creates Amazon QuickSight customizations the current Amazon Web
373
+ # Services Region;. Currently, you can add a custom default theme by
374
+ # using the `CreateAccountCustomization` or `UpdateAccountCustomization`
375
+ # API operation. To further customize Amazon QuickSight by removing
376
+ # Amazon QuickSight sample assets and videos for all new users, see
377
+ # [Customizing Amazon QuickSight][1] in the *Amazon QuickSight User
378
+ # Guide.*
378
379
  #
379
- # You can create customizations for your Amazon Web Services account;
380
- # or, if you specify a namespace, for a QuickSight namespace instead.
380
+ # You can create customizations for your Amazon Web Services account or,
381
+ # if you specify a namespace, for a Amazon QuickSight namespace instead.
381
382
  # Customizations that apply to a namespace always override
382
- # customizations that apply to an Amazon Web Services account;. To find
383
+ # customizations that apply to an Amazon Web Services account. To find
383
384
  # out which customizations apply, use the `DescribeAccountCustomization`
384
385
  # API operation.
385
386
  #
@@ -397,16 +398,17 @@ module Aws::QuickSight
397
398
  # [1]: https://docs.aws.amazon.com/quicksight/latest/user/customizing-quicksight.html
398
399
  #
399
400
  # @option params [required, String] :aws_account_id
400
- # The ID for the Amazon Web Services account; that you want to customize
401
- # QuickSight for.
401
+ # The ID for the Amazon Web Services account that you want to customize
402
+ # Amazon QuickSight for.
402
403
  #
403
404
  # @option params [String] :namespace
404
- # The QuickSight namespace that you want to add customizations to.
405
+ # The Amazon QuickSight namespace that you want to add customizations
406
+ # to.
405
407
  #
406
408
  # @option params [required, Types::AccountCustomization] :account_customization
407
- # The QuickSight customizations you're adding in the current Region;.
408
- # You can add these to an Amazon Web Services account; and a QuickSight
409
- # namespace.
409
+ # The Amazon QuickSight customizations you're adding in the current
410
+ # Amazon Web Services Region;. You can add these to an Amazon Web
411
+ # Services account and a Amazon QuickSight namespace.
410
412
  #
411
413
  # For example, you can add a default theme by setting
412
414
  # `AccountCustomization` to the midnight theme: `"AccountCustomization":
@@ -465,7 +467,7 @@ module Aws::QuickSight
465
467
  # Creates an analysis in Amazon QuickSight.
466
468
  #
467
469
  # @option params [required, String] :aws_account_id
468
- # The ID of the Amazon Web Services account; where you are creating an
470
+ # The ID of the Amazon Web Services account where you are creating an
469
471
  # analysis.
470
472
  #
471
473
  # @option params [required, String] :analysis_id
@@ -474,7 +476,7 @@ module Aws::QuickSight
474
476
  #
475
477
  # @option params [required, String] :name
476
478
  # A descriptive name for the analysis that you're creating. This name
477
- # displays for the analysis in the QuickSight console.
479
+ # displays for the analysis in the Amazon QuickSight console.
478
480
  #
479
481
  # @option params [Types::Parameters] :parameters
480
482
  # The parameter names and override values that you want to use. An
@@ -497,8 +499,8 @@ module Aws::QuickSight
497
499
  #
498
500
  # @option params [String] :theme_arn
499
501
  # The ARN for the theme to apply to the analysis that you're creating.
500
- # To see the theme in the QuickSight console, make sure that you have
501
- # access to it.
502
+ # To see the theme in the Amazon QuickSight console, make sure that you
503
+ # have access to it.
502
504
  #
503
505
  # @option params [Array<Types::Tag>] :tags
504
506
  # Contains a map of the key-value pairs for the resource tag or tags
@@ -590,19 +592,19 @@ module Aws::QuickSight
590
592
  # Creates a dashboard from a template. To first create a template, see
591
593
  # the ` CreateTemplate ` API operation.
592
594
  #
593
- # A dashboard is an entity in QuickSight that identifies QuickSight
594
- # reports, created from analyses. You can share QuickSight dashboards.
595
- # With the right permissions, you can create scheduled email reports
596
- # from them. If you have the correct permissions, you can create a
597
- # dashboard from a template that exists in a different Amazon Web
598
- # Services account;.
595
+ # A dashboard is an entity in Amazon QuickSight that identifies Amazon
596
+ # QuickSight reports, created from analyses. You can share Amazon
597
+ # QuickSight dashboards. With the right permissions, you can create
598
+ # scheduled email reports from them. If you have the correct
599
+ # permissions, you can create a dashboard from a template that exists in
600
+ # a different Amazon Web Services account.
599
601
  #
600
602
  # @option params [required, String] :aws_account_id
601
- # The ID of the Amazon Web Services account; where you want to create
602
- # the dashboard.
603
+ # The ID of the Amazon Web Services account where you want to create the
604
+ # dashboard.
603
605
  #
604
606
  # @option params [required, String] :dashboard_id
605
- # The ID for the dashboard, also added to the IAM policy.
607
+ # The ID for the dashboard, also added to the IAMpolicy.
606
608
  #
607
609
  # @option params [required, String] :name
608
610
  # The display name of the dashboard.
@@ -614,8 +616,8 @@ module Aws::QuickSight
614
616
  #
615
617
  # @option params [Array<Types::ResourcePermission>] :permissions
616
618
  # A structure that contains the permissions of the dashboard. You can
617
- # use this structure for granting permissions by providing a list of IAM
618
- # action information for each principal ARN.
619
+ # use this structure for granting permissions by providing a list of
620
+ # IAMaction information for each principal ARN.
619
621
  #
620
622
  # To specify no permissions, omit the permissions list.
621
623
  #
@@ -627,8 +629,8 @@ module Aws::QuickSight
627
629
  # from an analysis, first convert the analysis to a template by using
628
630
  # the CreateTemplate API operation. For `SourceTemplate`, specify the
629
631
  # Amazon Resource Name (ARN) of the source template. The
630
- # `SourceTemplate`ARN can contain any Amazon Web Services account; and
631
- # any QuickSight-supported Region;.
632
+ # `SourceTemplate`ARN can contain any Amazon Web Services account and
633
+ # any Amazon QuickSight-supported Amazon Web Services Region;.
632
634
  #
633
635
  # Use the `DataSetReferences` entity within `SourceTemplate` to list the
634
636
  # replacement datasets for the placeholders listed in the original. The
@@ -646,9 +648,9 @@ module Aws::QuickSight
646
648
  #
647
649
  # * `AvailabilityStatus` for `AdHocFilteringOption` - This status can be
648
650
  # either `ENABLED` or `DISABLED`. When this is set to `DISABLED`,
649
- # QuickSight disables the left filter pane on the published dashboard,
650
- # which can be used for ad hoc (one-time) filtering. This option is
651
- # `ENABLED` by default.
651
+ # Amazon QuickSight disables the left filter pane on the published
652
+ # dashboard, which can be used for ad hoc (one-time) filtering. This
653
+ # option is `ENABLED` by default.
652
654
  #
653
655
  # * `AvailabilityStatus` for `ExportToCSVOption` - This status can be
654
656
  # either `ENABLED` or `DISABLED`. The visual option to export data to
@@ -663,7 +665,7 @@ module Aws::QuickSight
663
665
  # The Amazon Resource Name (ARN) of the theme that is being used for
664
666
  # this dashboard. If you add a value for this field, it overrides the
665
667
  # value that is used in the source entity. The theme ARN must exist in
666
- # the same Amazon Web Services account; where you create the dashboard.
668
+ # the same Amazon Web Services account where you create the dashboard.
667
669
  #
668
670
  # @return [Types::CreateDashboardResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
669
671
  #
@@ -765,11 +767,11 @@ module Aws::QuickSight
765
767
  # Creates a dataset.
766
768
  #
767
769
  # @option params [required, String] :aws_account_id
768
- # The Amazon Web Services account; ID.
770
+ # The Amazon Web Services account ID.
769
771
  #
770
772
  # @option params [required, String] :data_set_id
771
773
  # An ID for the dataset that you want to create. This ID is unique per
772
- # Region; for each Amazon Web Services account;.
774
+ # Amazon Web Services Region; for each Amazon Web Services account.
773
775
  #
774
776
  # @option params [required, String] :name
775
777
  # The display name for the dataset.
@@ -786,7 +788,7 @@ module Aws::QuickSight
786
788
  # Indicates whether you want to import the data into SPICE.
787
789
  #
788
790
  # @option params [Array<Types::ColumnGroup>] :column_groups
789
- # Groupings of columns that work together in certain QuickSight
791
+ # Groupings of columns that work together in certain Amazon QuickSight
790
792
  # features. Currently, only geospatial hierarchy is supported.
791
793
  #
792
794
  # @option params [Hash<String,Types::FieldFolder>] :field_folders
@@ -812,6 +814,10 @@ module Aws::QuickSight
812
814
  # Contains a map of the key-value pairs for the resource tag or tags
813
815
  # assigned to the dataset.
814
816
  #
817
+ # @option params [Types::DataSetUsageConfiguration] :data_set_usage_configuration
818
+ # The usage configuration to apply to child datasets that reference this
819
+ # dataset as a source.
820
+ #
815
821
  # @return [Types::CreateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
816
822
  #
817
823
  # * {Types::CreateDataSetResponse#arn #arn} => String
@@ -910,6 +916,10 @@ module Aws::QuickSight
910
916
  # },
911
917
  # ],
912
918
  # },
919
+ # untag_column_operation: {
920
+ # column_name: "ColumnName", # required
921
+ # tag_names: ["COLUMN_GEOGRAPHIC_ROLE"], # required, accepts COLUMN_GEOGRAPHIC_ROLE, COLUMN_DESCRIPTION
922
+ # },
913
923
  # },
914
924
  # ],
915
925
  # source: { # required
@@ -926,6 +936,7 @@ module Aws::QuickSight
926
936
  # on_clause: "OnClause", # required
927
937
  # },
928
938
  # physical_table_id: "PhysicalTableId",
939
+ # data_set_arn: "Arn",
929
940
  # },
930
941
  # },
931
942
  # },
@@ -981,6 +992,10 @@ module Aws::QuickSight
981
992
  # value: "TagValue", # required
982
993
  # },
983
994
  # ],
995
+ # data_set_usage_configuration: {
996
+ # disable_use_as_direct_query_source: false,
997
+ # disable_use_as_imported_source: false,
998
+ # },
984
999
  # })
985
1000
  #
986
1001
  # @example Response structure
@@ -1004,42 +1019,39 @@ module Aws::QuickSight
1004
1019
  # Creates a data source.
1005
1020
  #
1006
1021
  # @option params [required, String] :aws_account_id
1007
- # The Amazon Web Services account; ID.
1022
+ # The Amazon Web Services account ID.
1008
1023
  #
1009
1024
  # @option params [required, String] :data_source_id
1010
- # An ID for the data source. This ID is unique per Region; for each
1011
- # Amazon Web Services account;.
1025
+ # An ID for the data source. This ID is unique per Amazon Web Services
1026
+ # Region; for each Amazon Web Services account.
1012
1027
  #
1013
1028
  # @option params [required, String] :name
1014
1029
  # A display name for the data source.
1015
1030
  #
1016
1031
  # @option params [required, String] :type
1017
- # The type of the data source. Currently, the supported types for this
1018
- # operation are: `ATHENA, AURORA, AURORA_POSTGRESQL,
1019
- # AMAZON_ELASTICSEARCH, MARIADB, MYSQL, POSTGRESQL, PRESTO, REDSHIFT,
1020
- # S3, SNOWFLAKE, SPARK, SQLSERVER, TERADATA`. Use `ListDataSources` to
1021
- # return a list of all data sources.
1032
+ # The type of the data source. To return a list of all data sources, use
1033
+ # `ListDataSources`.
1022
1034
  #
1023
- # `AMAZON_ELASTICSEARCH` is for Amazon managed Elasticsearch Service.
1035
+ # Use `AMAZON_ELASTICSEARCH` for Amazon Elasticsearch Service.
1024
1036
  #
1025
1037
  # @option params [Types::DataSourceParameters] :data_source_parameters
1026
- # The parameters that QuickSight uses to connect to your underlying
1027
- # source.
1038
+ # The parameters that Amazon QuickSight uses to connect to your
1039
+ # underlying source.
1028
1040
  #
1029
1041
  # @option params [Types::DataSourceCredentials] :credentials
1030
- # The credentials QuickSight that uses to connect to your underlying
1031
- # source. Currently, only credentials based on user name and password
1032
- # are supported.
1042
+ # The credentials Amazon QuickSight that uses to connect to your
1043
+ # underlying source. Currently, only credentials based on user name and
1044
+ # password are supported.
1033
1045
  #
1034
1046
  # @option params [Array<Types::ResourcePermission>] :permissions
1035
1047
  # A list of resource permissions on the data source.
1036
1048
  #
1037
1049
  # @option params [Types::VpcConnectionProperties] :vpc_connection_properties
1038
- # Use this parameter only when you want QuickSight to use a VPC
1050
+ # Use this parameter only when you want Amazon QuickSight to use a VPC
1039
1051
  # connection when connecting to your underlying source.
1040
1052
  #
1041
1053
  # @option params [Types::SslProperties] :ssl_properties
1042
- # Secure Socket Layer (SSL) properties that apply when QuickSight
1054
+ # Secure Socket Layer (SSL) properties that apply when Amazon QuickSight
1043
1055
  # connects to your underlying source.
1044
1056
  #
1045
1057
  # @option params [Array<Types::Tag>] :tags
@@ -1425,8 +1437,8 @@ module Aws::QuickSight
1425
1437
  # A description for the group that you want to create.
1426
1438
  #
1427
1439
  # @option params [required, String] :aws_account_id
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
1440
+ # The ID for the Amazon Web Services account that the group is in.
1441
+ # Currently, you use the ID for the Amazon Web Services account that
1430
1442
  # contains your Amazon QuickSight account.
1431
1443
  #
1432
1444
  # @option params [required, String] :namespace
@@ -1474,8 +1486,8 @@ module Aws::QuickSight
1474
1486
  # The name of the group that you want to add the user to.
1475
1487
  #
1476
1488
  # @option params [required, String] :aws_account_id
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
1489
+ # The ID for the Amazon Web Services account that the group is in.
1490
+ # Currently, you use the ID for the Amazon Web Services account that
1479
1491
  # contains your Amazon QuickSight account.
1480
1492
  #
1481
1493
  # @option params [required, String] :namespace
@@ -1512,19 +1524,19 @@ module Aws::QuickSight
1512
1524
  req.send_request(options)
1513
1525
  end
1514
1526
 
1515
- # Creates an assignment with one specified IAM policy, identified by its
1527
+ # Creates an assignment with one specified IAMpolicy, identified by its
1516
1528
  # Amazon Resource Name (ARN). This policy assignment is attached to the
1517
1529
  # specified groups or users of Amazon QuickSight. Assignment names are
1518
- # unique per Amazon Web Services account;. To avoid overwriting rules in
1530
+ # unique per Amazon Web Services account. To avoid overwriting rules in
1519
1531
  # other namespaces, use assignment names that are unique.
1520
1532
  #
1521
1533
  # @option params [required, String] :aws_account_id
1522
- # The ID of the Amazon Web Services account; where you want to assign an
1523
- # IAM policy to QuickSight users or groups.
1534
+ # The ID of the Amazon Web Services account where you want to assign an
1535
+ # IAMpolicy to Amazon QuickSight users or groups.
1524
1536
  #
1525
1537
  # @option params [required, String] :assignment_name
1526
1538
  # The name of the assignment, also called a rule. It must be unique
1527
- # within an Amazon Web Services account;.
1539
+ # within an Amazon Web Services account.
1528
1540
  #
1529
1541
  # @option params [required, String] :assignment_status
1530
1542
  # The status of the assignment. Possible values are as follows:
@@ -1539,12 +1551,12 @@ module Aws::QuickSight
1539
1551
  # when creating the data source.
1540
1552
  #
1541
1553
  # @option params [String] :policy_arn
1542
- # The ARN for the IAM policy to apply to the QuickSight users and groups
1543
- # specified in this assignment.
1554
+ # The ARN for the IAMpolicy to apply to the Amazon QuickSight users and
1555
+ # groups specified in this assignment.
1544
1556
  #
1545
1557
  # @option params [Hash<String,Array>] :identities
1546
- # The QuickSight users, groups, or both that you want to assign the
1547
- # policy to.
1558
+ # The Amazon QuickSight users, groups, or both that you want to assign
1559
+ # the policy to.
1548
1560
  #
1549
1561
  # @option params [required, String] :namespace
1550
1562
  # The namespace that contains the assignment.
@@ -1612,7 +1624,7 @@ module Aws::QuickSight
1612
1624
  # An ID for the ingestion.
1613
1625
  #
1614
1626
  # @option params [required, String] :aws_account_id
1615
- # The Amazon Web Services account; ID.
1627
+ # The Amazon Web Services account ID.
1616
1628
  #
1617
1629
  # @return [Types::CreateIngestionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1618
1630
  #
@@ -1650,19 +1662,19 @@ module Aws::QuickSight
1650
1662
  # (Enterprise edition only) Creates a new namespace for you to use with
1651
1663
  # Amazon QuickSight.
1652
1664
  #
1653
- # A namespace allows you to isolate the QuickSight users and groups that
1654
- # are registered for that namespace. Users that access the namespace can
1655
- # share assets only with other users or groups in the same namespace.
1656
- # They can't see users and groups in other namespaces. You can create a
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.
1665
+ # A namespace allows you to isolate the Amazon QuickSight users and
1666
+ # groups that are registered for that namespace. Users that access the
1667
+ # namespace can share assets only with other users or groups in the same
1668
+ # namespace. They can't see users and groups in other namespaces. You
1669
+ # can create a namespace after your Amazon Web Services account is
1670
+ # subscribed to Amazon QuickSight. The namespace must be unique within
1671
+ # the Amazon Web Services account. By default, there is a limit of 100
1672
+ # namespaces per Amazon Web Services account. To increase your limit,
1673
+ # create a ticket with Amazon Web Services Support.
1662
1674
  #
1663
1675
  # @option params [required, String] :aws_account_id
1664
- # The ID for the Amazon Web Services account; that you want to create
1665
- # the QuickSight namespace in.
1676
+ # The ID for the Amazon Web Services account that you want to create the
1677
+ # Amazon QuickSight namespace in.
1666
1678
  #
1667
1679
  # @option params [required, String] :namespace
1668
1680
  # The name that you want to use to describe the new namespace.
@@ -1721,22 +1733,23 @@ module Aws::QuickSight
1721
1733
  # Creates a template from an existing Amazon QuickSight analysis or
1722
1734
  # template. You can use the resulting template to create a dashboard.
1723
1735
  #
1724
- # A *template* is an entity in QuickSight that encapsulates the metadata
1725
- # required to create an analysis and that you can use to create s
1726
- # dashboard. A template adds a layer of abstraction by using
1736
+ # A *template* is an entity in Amazon QuickSight that encapsulates the
1737
+ # metadata required to create an analysis and that you can use to create
1738
+ # s dashboard. A template adds a layer of abstraction by using
1727
1739
  # placeholders to replace the dataset associated with the analysis. You
1728
1740
  # can use templates to create dashboards by replacing dataset
1729
1741
  # placeholders with datasets that follow the same schema that was used
1730
1742
  # to create the source analysis and template.
1731
1743
  #
1732
1744
  # @option params [required, String] :aws_account_id
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.
1745
+ # The ID for the Amazon Web Services account that the group is in. You
1746
+ # use the ID for the Amazon Web Services account that contains your
1747
+ # Amazon QuickSight account.
1736
1748
  #
1737
1749
  # @option params [required, String] :template_id
1738
1750
  # An ID for the template that you want to create. This template is
1739
- # unique per Region; in each Amazon Web Services account;.
1751
+ # unique per Amazon Web Services Region; in each Amazon Web Services
1752
+ # account.
1740
1753
  #
1741
1754
  # @option params [String] :name
1742
1755
  # A display name for the template.
@@ -1751,8 +1764,8 @@ module Aws::QuickSight
1751
1764
  # for an analysis. Both of these require an Amazon Resource Name (ARN).
1752
1765
  # For `SourceTemplate`, specify the ARN of the source template. For
1753
1766
  # `SourceAnalysis`, specify the ARN of the source analysis. The
1754
- # `SourceTemplate` ARN can contain any Amazon Web Services account; and
1755
- # any QuickSight-supported Region;.
1767
+ # `SourceTemplate` ARN can contain any Amazon Web Services account and
1768
+ # any Amazon QuickSight-supported Amazon Web Services Region;.
1756
1769
  #
1757
1770
  # Use the `DataSetReferences` entity within `SourceTemplate` or
1758
1771
  # `SourceAnalysis` to list the replacement datasets for the placeholders
@@ -1835,7 +1848,7 @@ module Aws::QuickSight
1835
1848
  # Creates a template alias for a template.
1836
1849
  #
1837
1850
  # @option params [required, String] :aws_account_id
1838
- # The ID of the Amazon Web Services account; that contains the template
1851
+ # The ID of the Amazon Web Services account that contains the template
1839
1852
  # that you creating an alias for.
1840
1853
  #
1841
1854
  # @option params [required, String] :template_id
@@ -1892,12 +1905,12 @@ module Aws::QuickSight
1892
1905
  # [1]: https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html
1893
1906
  #
1894
1907
  # @option params [required, String] :aws_account_id
1895
- # The ID of the Amazon Web Services account; where you want to store the
1908
+ # The ID of the Amazon Web Services account where you want to store the
1896
1909
  # new theme.
1897
1910
  #
1898
1911
  # @option params [required, String] :theme_id
1899
1912
  # An ID for the theme that you want to create. The theme ID is unique
1900
- # per Region; in each Amazon Web Services account;.
1913
+ # per Amazon Web Services Region in each Amazon Web Services account.
1901
1914
  #
1902
1915
  # @option params [required, String] :name
1903
1916
  # A display name for the theme.
@@ -1906,7 +1919,7 @@ module Aws::QuickSight
1906
1919
  # The ID of the theme that a custom theme will inherit from. All themes
1907
1920
  # inherit from one of the starting themes defined by Amazon QuickSight.
1908
1921
  # For a list of the starting themes, use `ListThemes` or choose
1909
- # **Themes** from within a QuickSight analysis.
1922
+ # **Themes** from within a Amazon QuickSight analysis.
1910
1923
  #
1911
1924
  # @option params [String] :version_description
1912
1925
  # A description of the first version of the theme that you're creating.
@@ -2016,7 +2029,7 @@ module Aws::QuickSight
2016
2029
  # Creates a theme alias for a theme.
2017
2030
  #
2018
2031
  # @option params [required, String] :aws_account_id
2019
- # The ID of the Amazon Web Services account; that contains the theme for
2032
+ # The ID of the Amazon Web Services account that contains the theme for
2020
2033
  # the new theme alias.
2021
2034
  #
2022
2035
  # @option params [required, String] :theme_id
@@ -2062,16 +2075,18 @@ module Aws::QuickSight
2062
2075
  req.send_request(options)
2063
2076
  end
2064
2077
 
2065
- # Deletes all Amazon QuickSight customizations in this Region; for the
2066
- # specified Amazon Web Services account; and QuickSight namespace.
2078
+ # Deletes all Amazon QuickSight customizations in this Amazon Web
2079
+ # Services Region; for the specified Amazon Web Services account and
2080
+ # Amazon QuickSight namespace.
2067
2081
  #
2068
2082
  # @option params [required, String] :aws_account_id
2069
- # The ID for the Amazon Web Services account; that you want to delete
2070
- # QuickSight customizations from in this Region;.
2083
+ # The ID for the Amazon Web Services account that you want to delete
2084
+ # Amazon QuickSight customizations from in this Amazon Web Services
2085
+ # Region;.
2071
2086
  #
2072
2087
  # @option params [String] :namespace
2073
- # The QuickSight namespace that you're deleting the customizations
2074
- # from.
2088
+ # The Amazon QuickSight namespace that you're deleting the
2089
+ # customizations from.
2075
2090
  #
2076
2091
  # @return [Types::DeleteAccountCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2077
2092
  #
@@ -2102,9 +2117,10 @@ module Aws::QuickSight
2102
2117
  # Deletes an analysis from Amazon QuickSight. You can optionally include
2103
2118
  # a recovery window during which you can restore the analysis. If you
2104
2119
  # don't specify a recovery window value, the operation defaults to 30
2105
- # days. QuickSight attaches a `DeletionTime` stamp to the response that
2106
- # specifies the end of the recovery window. At the end of the recovery
2107
- # window, QuickSight deletes the analysis permanently.
2120
+ # days. Amazon QuickSight attaches a `DeletionTime` stamp to the
2121
+ # response that specifies the end of the recovery window. At the end of
2122
+ # the recovery window, Amazon QuickSight deletes the analysis
2123
+ # permanently.
2108
2124
  #
2109
2125
  # At any time before recovery window ends, you can use the
2110
2126
  # `RestoreAnalysis` API operation to remove the `DeletionTime` stamp and
@@ -2113,19 +2129,20 @@ module Aws::QuickSight
2113
2129
  # make a template from it.
2114
2130
  #
2115
2131
  # An analysis that's scheduled for deletion isn't accessible in the
2116
- # QuickSight console. To access it in the console, restore it. Deleting
2117
- # an analysis doesn't delete the dashboards that you publish from it.
2132
+ # Amazon QuickSight console. To access it in the console, restore it.
2133
+ # Deleting an analysis doesn't delete the dashboards that you publish
2134
+ # from it.
2118
2135
  #
2119
2136
  # @option params [required, String] :aws_account_id
2120
- # The ID of the Amazon Web Services account; where you want to delete an
2137
+ # The ID of the Amazon Web Services account where you want to delete an
2121
2138
  # analysis.
2122
2139
  #
2123
2140
  # @option params [required, String] :analysis_id
2124
2141
  # The ID of the analysis that you're deleting.
2125
2142
  #
2126
2143
  # @option params [Integer] :recovery_window_in_days
2127
- # A value that specifies the number of days that QuickSight waits before
2128
- # it deletes the analysis. You can't use this parameter with the
2144
+ # A value that specifies the number of days that Amazon QuickSight waits
2145
+ # before it deletes the analysis. You can't use this parameter with the
2129
2146
  # `ForceDeleteWithoutRecovery` option in the same API call. The default
2130
2147
  # value is 30.
2131
2148
  #
@@ -2171,7 +2188,7 @@ module Aws::QuickSight
2171
2188
  # Deletes a dashboard.
2172
2189
  #
2173
2190
  # @option params [required, String] :aws_account_id
2174
- # The ID of the Amazon Web Services account; that contains the dashboard
2191
+ # The ID of the Amazon Web Services account that contains the dashboard
2175
2192
  # that you're deleting.
2176
2193
  #
2177
2194
  # @option params [required, String] :dashboard_id
@@ -2215,11 +2232,11 @@ module Aws::QuickSight
2215
2232
  # Deletes a dataset.
2216
2233
  #
2217
2234
  # @option params [required, String] :aws_account_id
2218
- # The Amazon Web Services account; ID.
2235
+ # The Amazon Web Services account ID.
2219
2236
  #
2220
2237
  # @option params [required, String] :data_set_id
2221
2238
  # The ID for the dataset that you want to create. This ID is unique per
2222
- # Region; for each Amazon Web Services account;.
2239
+ # Amazon Web Services Region; for each Amazon Web Services account.
2223
2240
  #
2224
2241
  # @return [Types::DeleteDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2225
2242
  #
@@ -2255,11 +2272,11 @@ module Aws::QuickSight
2255
2272
  # datasets that reference the deleted data source.
2256
2273
  #
2257
2274
  # @option params [required, String] :aws_account_id
2258
- # The Amazon Web Services account; ID.
2275
+ # The Amazon Web Services account ID.
2259
2276
  #
2260
2277
  # @option params [required, String] :data_source_id
2261
- # The ID of the data source. This ID is unique per Region; for each
2262
- # Amazon Web Services account;.
2278
+ # The ID of the data source. This ID is unique per Amazon Web Services
2279
+ # Region; for each Amazon Web Services account.
2263
2280
  #
2264
2281
  # @return [Types::DeleteDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2265
2282
  #
@@ -2380,8 +2397,8 @@ module Aws::QuickSight
2380
2397
  # The name of the group that you want to delete.
2381
2398
  #
2382
2399
  # @option params [required, String] :aws_account_id
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
2400
+ # The ID for the Amazon Web Services account that the group is in.
2401
+ # Currently, you use the ID for the Amazon Web Services account that
2385
2402
  # contains your Amazon QuickSight account.
2386
2403
  #
2387
2404
  # @option params [required, String] :namespace
@@ -2425,8 +2442,8 @@ module Aws::QuickSight
2425
2442
  # The name of the group that you want to delete the user from.
2426
2443
  #
2427
2444
  # @option params [required, String] :aws_account_id
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
2445
+ # The ID for the Amazon Web Services account that the group is in.
2446
+ # Currently, you use the ID for the Amazon Web Services account that
2430
2447
  # contains your Amazon QuickSight account.
2431
2448
  #
2432
2449
  # @option params [required, String] :namespace
@@ -2460,11 +2477,11 @@ module Aws::QuickSight
2460
2477
  req.send_request(options)
2461
2478
  end
2462
2479
 
2463
- # Deletes an existing IAM policy assignment.
2480
+ # Deletes an existing IAMpolicy assignment.
2464
2481
  #
2465
2482
  # @option params [required, String] :aws_account_id
2466
- # The Amazon Web Services account; ID where you want to delete the IAM
2467
- # policy assignment.
2483
+ # The Amazon Web Services account ID where you want to delete the
2484
+ # IAMpolicy assignment.
2468
2485
  #
2469
2486
  # @option params [required, String] :assignment_name
2470
2487
  # The name of the assignment.
@@ -2508,8 +2525,8 @@ module Aws::QuickSight
2508
2525
  # asset.
2509
2526
  #
2510
2527
  # @option params [required, String] :aws_account_id
2511
- # The ID for the Amazon Web Services account; that you want to delete
2512
- # the QuickSight namespace from.
2528
+ # The ID for the Amazon Web Services account that you want to delete the
2529
+ # Amazon QuickSight namespace from.
2513
2530
  #
2514
2531
  # @option params [required, String] :namespace
2515
2532
  # The namespace that you want to delete.
@@ -2543,7 +2560,7 @@ module Aws::QuickSight
2543
2560
  # Deletes a template.
2544
2561
  #
2545
2562
  # @option params [required, String] :aws_account_id
2546
- # The ID of the Amazon Web Services account; that contains the template
2563
+ # The ID of the Amazon Web Services account that contains the template
2547
2564
  # that you're deleting.
2548
2565
  #
2549
2566
  # @option params [required, String] :template_id
@@ -2590,7 +2607,7 @@ module Aws::QuickSight
2590
2607
  # the alias points to.
2591
2608
  #
2592
2609
  # @option params [required, String] :aws_account_id
2593
- # The ID of the Amazon Web Services account; that contains the item to
2610
+ # The ID of the Amazon Web Services account that contains the item to
2594
2611
  # delete.
2595
2612
  #
2596
2613
  # @option params [required, String] :template_id
@@ -2638,8 +2655,8 @@ module Aws::QuickSight
2638
2655
  # Deletes a theme.
2639
2656
  #
2640
2657
  # @option params [required, String] :aws_account_id
2641
- # The ID of the Amazon Web Services account; that contains the theme
2642
- # that you're deleting.
2658
+ # The ID of the Amazon Web Services account that contains the theme that
2659
+ # you're deleting.
2643
2660
  #
2644
2661
  # @option params [required, String] :theme_id
2645
2662
  # An ID for the theme that you want to delete.
@@ -2686,7 +2703,7 @@ module Aws::QuickSight
2686
2703
  # theme that the alias points to.
2687
2704
  #
2688
2705
  # @option params [required, String] :aws_account_id
2689
- # The ID of the Amazon Web Services account; that contains the theme
2706
+ # The ID of the Amazon Web Services account that contains the theme
2690
2707
  # alias to delete.
2691
2708
  #
2692
2709
  # @option params [required, String] :theme_id
@@ -2737,8 +2754,8 @@ module Aws::QuickSight
2737
2754
  # The name of the user that you want to delete.
2738
2755
  #
2739
2756
  # @option params [required, String] :aws_account_id
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
2757
+ # The ID for the Amazon Web Services account that the user is in.
2758
+ # Currently, you use the ID for the Amazon Web Services account that
2742
2759
  # contains your Amazon QuickSight account.
2743
2760
  #
2744
2761
  # @option params [required, String] :namespace
@@ -2777,8 +2794,8 @@ module Aws::QuickSight
2777
2794
  # The principal ID of the user.
2778
2795
  #
2779
2796
  # @option params [required, String] :aws_account_id
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
2797
+ # The ID for the Amazon Web Services account that the user is in.
2798
+ # Currently, you use the ID for the Amazon Web Services account that
2782
2799
  # contains your Amazon QuickSight account.
2783
2800
  #
2784
2801
  # @option params [required, String] :namespace
@@ -2812,54 +2829,58 @@ module Aws::QuickSight
2812
2829
  end
2813
2830
 
2814
2831
  # 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.
2832
+ # Services account and Amazon Amazon QuickSight namespace in an Amazon
2833
+ # Web Services Region;. The Amazon QuickSight console evaluates which
2834
+ # customizations to apply by running this API operation with the
2835
+ # `Resolved` flag included.
2818
2836
  #
2819
2837
  # To determine what customizations display when you run this command, it
2820
2838
  # can help to visualize the relationship of the entities involved.
2821
2839
  #
2822
- # * `Amazon Web Services account;` - The Amazon Web Services account;
2840
+ # * `Amazon Web Services account` - The Amazon Web Services account
2823
2841
  # 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.
2835
- #
2836
- # To run the command in a different Region;, you change your Region
2837
- # settings. If you're using the AWS CLI, you can use one of the
2838
- # following options:
2842
+ # of the Amazon Web Services Regions; and AWS Services. When you
2843
+ # subscribe to Amazon QuickSight, you choose one Amazon Web Services
2844
+ # Region; to use as your home Region. That's where your free SPICE
2845
+ # capacity is located. You can use Amazon QuickSight in any supported
2846
+ # Amazon Web Services Region;.
2847
+ #
2848
+ # * `Amazon Web Services Region;` - In each Amazon Web Services Region;
2849
+ # where you sign in to Amazon QuickSight at least once, Amazon
2850
+ # QuickSight acts as a separate instance of the same service. If you
2851
+ # have a user directory, it resides in us-east-1, which is the US East
2852
+ # (N. Virginia). Generally speaking, these users have access to Amazon
2853
+ # QuickSight in any Amazon Web Services Region;, unless they are
2854
+ # constrained to a namespace.
2855
+ #
2856
+ # To run the command in a different Amazon Web Services Region;, you
2857
+ # change your Region settings. If you're using the AWS CLI, you can
2858
+ # use one of the following options:
2839
2859
  #
2840
2860
  # * Use [command line options][1].
2841
2861
  #
2842
2862
  # * Use [named profiles][2].
2843
2863
  #
2844
- # * Run `aws configure` to change your default Region;. Use Enter to
2845
- # key the same settings for your keys. For more information, see
2846
- # [Configuring the AWS CLI][3].
2864
+ # * Run `aws configure` to change your default Amazon Web Services
2865
+ # Region;. Use Enter to key the same settings for your keys. For
2866
+ # more information, see [Configuring the AWS CLI][3].
2847
2867
  #
2848
- # * `Namespace` - A QuickSight namespace is a partition that contains
2849
- # users and assets (data sources, datasets, dashboards, and so on). To
2850
- # access assets that are in a specific namespace, users and groups
2851
- # must also be part of the same namespace. People who share a
2868
+ # * `Namespace` - A Amazon QuickSight namespace is a partition that
2869
+ # contains users and assets (data sources, datasets, dashboards, and
2870
+ # so on). To access assets that are in a specific namespace, users and
2871
+ # groups must also be part of the same namespace. People who share a
2852
2872
  # namespace are completely isolated from users and assets in other
2853
- # namespaces, even if they are in the same Amazon Web Services
2854
- # account; and Region;.
2873
+ # namespaces, even if they are in the same Amazon Web Services account
2874
+ # and Amazon Web Services Region;.
2855
2875
  #
2856
- # * `Applied customizations` - Within an Region;, a set of QuickSight
2857
- # customizations can apply to an Amazon Web Services account; or to a
2858
- # namespace. Settings that you apply to a namespace override settings
2859
- # that you apply to an Amazon Web Services account;. All settings are
2860
- # isolated to a single Region;. To apply them in other Regions;, run
2861
- # the `CreateAccountCustomization` command in each Region; where you
2862
- # want to apply the same customizations.
2876
+ # * `Applied customizations` - Within an Amazon Web Services Region;, a
2877
+ # set of Amazon QuickSight customizations can apply to an Amazon Web
2878
+ # Services account or to a namespace. Settings that you apply to a
2879
+ # namespace override settings that you apply to an Amazon Web Services
2880
+ # account. All settings are isolated to a single Amazon Web Services
2881
+ # Region;. To apply them in other Amazon Web Services Regions;, run
2882
+ # the `CreateAccountCustomization` command in each Amazon Web Services
2883
+ # Region; where you want to apply the same customizations.
2863
2884
  #
2864
2885
  #
2865
2886
  #
@@ -2868,20 +2889,20 @@ module Aws::QuickSight
2868
2889
  # [3]: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html
2869
2890
  #
2870
2891
  # @option params [required, String] :aws_account_id
2871
- # The ID for the Amazon Web Services account; that you want to describe
2872
- # QuickSight customizations for.
2892
+ # The ID for the Amazon Web Services account that you want to describe
2893
+ # Amazon QuickSight customizations for.
2873
2894
  #
2874
2895
  # @option params [String] :namespace
2875
- # The QuickSight namespace that you want to describe QuickSight
2876
- # customizations for.
2896
+ # The Amazon QuickSight namespace that you want to describe Amazon
2897
+ # QuickSight customizations for.
2877
2898
  #
2878
2899
  # @option params [Boolean] :resolved
2879
2900
  # The `Resolved` flag works with the other parameters to determine which
2880
- # view of QuickSight customizations is returned. You can add this flag
2881
- # to your command to use the same view that QuickSight uses to identify
2882
- # which customizations to apply to the console. Omit this flag, or set
2883
- # it to `no-resolved`, to reveal customizations that are configured at
2884
- # different levels.
2901
+ # view of Amazon QuickSight customizations is returned. You can add this
2902
+ # flag to your command to use the same view that Amazon QuickSight uses
2903
+ # to identify which customizations to apply to the console. Omit this
2904
+ # flag, or set it to `no-resolved`, to reveal customizations that are
2905
+ # configured at different levels.
2885
2906
  #
2886
2907
  # @return [Types::DescribeAccountCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2887
2908
  #
@@ -2918,11 +2939,11 @@ module Aws::QuickSight
2918
2939
  req.send_request(options)
2919
2940
  end
2920
2941
 
2921
- # Describes the settings that were used when your QuickSight
2922
- # subscription was first created in this Amazon Web Services account;.
2942
+ # Describes the settings that were used when your Amazon QuickSight
2943
+ # subscription was first created in this Amazon Web Services account.
2923
2944
  #
2924
2945
  # @option params [required, String] :aws_account_id
2925
- # The ID for the Amazon Web Services account; that contains the settings
2946
+ # The ID for the Amazon Web Services account that contains the settings
2926
2947
  # that you want to list.
2927
2948
  #
2928
2949
  # @return [Types::DescribeAccountSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2958,9 +2979,9 @@ module Aws::QuickSight
2958
2979
  # Provides a summary of the metadata for an analysis.
2959
2980
  #
2960
2981
  # @option params [required, String] :aws_account_id
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.
2982
+ # The ID of the Amazon Web Services account that contains the analysis.
2983
+ # You must be using the Amazon Web Services account that the analysis is
2984
+ # in.
2964
2985
  #
2965
2986
  # @option params [required, String] :analysis_id
2966
2987
  # The ID of the analysis that you're describing. The ID is part of the
@@ -3011,9 +3032,9 @@ module Aws::QuickSight
3011
3032
  # Provides the read and write permissions for an analysis.
3012
3033
  #
3013
3034
  # @option params [required, String] :aws_account_id
3014
- # The ID of the Amazon Web Services account; that contains the analysis
3035
+ # The ID of the Amazon Web Services account that contains the analysis
3015
3036
  # whose permissions you're describing. You must be using the Amazon Web
3016
- # Services account; that the analysis is in.
3037
+ # Services account that the analysis is in.
3017
3038
  #
3018
3039
  # @option params [required, String] :analysis_id
3019
3040
  # The ID of the analysis whose permissions you're describing. The ID is
@@ -3057,7 +3078,7 @@ module Aws::QuickSight
3057
3078
  # Provides a summary for a dashboard.
3058
3079
  #
3059
3080
  # @option params [required, String] :aws_account_id
3060
- # The ID of the Amazon Web Services account; that contains the dashboard
3081
+ # The ID of the Amazon Web Services account that contains the dashboard
3061
3082
  # that you're describing.
3062
3083
  #
3063
3084
  # @option params [required, String] :dashboard_id
@@ -3123,11 +3144,11 @@ module Aws::QuickSight
3123
3144
  # Describes read and write permissions for a dashboard.
3124
3145
  #
3125
3146
  # @option params [required, String] :aws_account_id
3126
- # The ID of the Amazon Web Services account; that contains the dashboard
3147
+ # The ID of the Amazon Web Services account that contains the dashboard
3127
3148
  # that you're describing permissions for.
3128
3149
  #
3129
3150
  # @option params [required, String] :dashboard_id
3130
- # The ID for the dashboard, also added to the IAM policy.
3151
+ # The ID for the dashboard, also added to the IAMpolicy.
3131
3152
  #
3132
3153
  # @return [Types::DescribeDashboardPermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3133
3154
  #
@@ -3167,11 +3188,11 @@ module Aws::QuickSight
3167
3188
  # Describes a dataset.
3168
3189
  #
3169
3190
  # @option params [required, String] :aws_account_id
3170
- # The Amazon Web Services account; ID.
3191
+ # The Amazon Web Services account ID.
3171
3192
  #
3172
3193
  # @option params [required, String] :data_set_id
3173
3194
  # The ID for the dataset that you want to create. This ID is unique per
3174
- # Region; for each Amazon Web Services account;.
3195
+ # Amazon Web Services Region; for each Amazon Web Services account.
3175
3196
  #
3176
3197
  # @return [Types::DescribeDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3177
3198
  #
@@ -3235,6 +3256,9 @@ module Aws::QuickSight
3235
3256
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.tags #=> Array
3236
3257
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.tags[0].column_geographic_role #=> String, one of "COUNTRY", "STATE", "COUNTY", "CITY", "POSTCODE", "LONGITUDE", "LATITUDE"
3237
3258
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.tags[0].column_description.text #=> String
3259
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].untag_column_operation.column_name #=> String
3260
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].untag_column_operation.tag_names #=> Array
3261
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].untag_column_operation.tag_names[0] #=> String, one of "COLUMN_GEOGRAPHIC_ROLE", "COLUMN_DESCRIPTION"
3238
3262
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.left_operand #=> String
3239
3263
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.right_operand #=> String
3240
3264
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.left_join_key_properties.unique_key #=> Boolean
@@ -3242,6 +3266,7 @@ module Aws::QuickSight
3242
3266
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.type #=> String, one of "INNER", "OUTER", "LEFT", "RIGHT"
3243
3267
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.on_clause #=> String
3244
3268
  # resp.data_set.logical_table_map["LogicalTableId"].source.physical_table_id #=> String
3269
+ # resp.data_set.logical_table_map["LogicalTableId"].source.data_set_arn #=> String
3245
3270
  # resp.data_set.output_columns #=> Array
3246
3271
  # resp.data_set.output_columns[0].name #=> String
3247
3272
  # resp.data_set.output_columns[0].description #=> String
@@ -3273,6 +3298,8 @@ module Aws::QuickSight
3273
3298
  # resp.data_set.column_level_permission_rules[0].principals[0] #=> String
3274
3299
  # resp.data_set.column_level_permission_rules[0].column_names #=> Array
3275
3300
  # resp.data_set.column_level_permission_rules[0].column_names[0] #=> String
3301
+ # resp.data_set.data_set_usage_configuration.disable_use_as_direct_query_source #=> Boolean
3302
+ # resp.data_set.data_set_usage_configuration.disable_use_as_imported_source #=> Boolean
3276
3303
  # resp.request_id #=> String
3277
3304
  # resp.status #=> Integer
3278
3305
  #
@@ -3291,11 +3318,11 @@ module Aws::QuickSight
3291
3318
  # `arn:aws:quicksight:region:aws-account-id:dataset/data-set-id`.
3292
3319
  #
3293
3320
  # @option params [required, String] :aws_account_id
3294
- # The Amazon Web Services account; ID.
3321
+ # The Amazon Web Services account ID.
3295
3322
  #
3296
3323
  # @option params [required, String] :data_set_id
3297
3324
  # The ID for the dataset that you want to create. This ID is unique per
3298
- # Region; for each Amazon Web Services account;.
3325
+ # Amazon Web Services Region; for each Amazon Web Services account.
3299
3326
  #
3300
3327
  # @return [Types::DescribeDataSetPermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3301
3328
  #
@@ -3335,11 +3362,11 @@ module Aws::QuickSight
3335
3362
  # Describes a data source.
3336
3363
  #
3337
3364
  # @option params [required, String] :aws_account_id
3338
- # The Amazon Web Services account; ID.
3365
+ # The Amazon Web Services account ID.
3339
3366
  #
3340
3367
  # @option params [required, String] :data_source_id
3341
- # The ID of the data source. This ID is unique per Region; for each
3342
- # Amazon Web Services account;.
3368
+ # The ID of the data source. This ID is unique per Amazon Web Services
3369
+ # Region; for each Amazon Web Services account.
3343
3370
  #
3344
3371
  # @return [Types::DescribeDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3345
3372
  #
@@ -3477,11 +3504,11 @@ module Aws::QuickSight
3477
3504
  # Describes the resource permissions for a data source.
3478
3505
  #
3479
3506
  # @option params [required, String] :aws_account_id
3480
- # The Amazon Web Services account; ID.
3507
+ # The Amazon Web Services account ID.
3481
3508
  #
3482
3509
  # @option params [required, String] :data_source_id
3483
- # The ID of the data source. This ID is unique per Region; for each
3484
- # Amazon Web Services account;.
3510
+ # The ID of the data source. This ID is unique per Amazon Web Services
3511
+ # Region; for each Amazon Web Services account.
3485
3512
  #
3486
3513
  # @return [Types::DescribeDataSourcePermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3487
3514
  #
@@ -3656,8 +3683,8 @@ module Aws::QuickSight
3656
3683
  # The name of the group that you want to describe.
3657
3684
  #
3658
3685
  # @option params [required, String] :aws_account_id
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
3686
+ # The ID for the Amazon Web Services account that the group is in.
3687
+ # Currently, you use the ID for the Amazon Web Services account that
3661
3688
  # contains your Amazon QuickSight account.
3662
3689
  #
3663
3690
  # @option params [required, String] :namespace
@@ -3695,12 +3722,12 @@ module Aws::QuickSight
3695
3722
  req.send_request(options)
3696
3723
  end
3697
3724
 
3698
- # Describes an existing IAM policy assignment, as specified by the
3725
+ # Describes an existing IAMpolicy assignment, as specified by the
3699
3726
  # assignment name.
3700
3727
  #
3701
3728
  # @option params [required, String] :aws_account_id
3702
- # The ID of the Amazon Web Services account; that contains the
3703
- # assignment that you want to describe.
3729
+ # The ID of the Amazon Web Services account that contains the assignment
3730
+ # that you want to describe.
3704
3731
  #
3705
3732
  # @option params [required, String] :assignment_name
3706
3733
  # The name of the assignment, also called a rule.
@@ -3747,7 +3774,7 @@ module Aws::QuickSight
3747
3774
  # Describes a SPICE ingestion.
3748
3775
  #
3749
3776
  # @option params [required, String] :aws_account_id
3750
- # The Amazon Web Services account; ID.
3777
+ # The Amazon Web Services account ID.
3751
3778
  #
3752
3779
  # @option params [required, String] :data_set_id
3753
3780
  # The ID of the dataset used in the ingestion.
@@ -3800,7 +3827,7 @@ module Aws::QuickSight
3800
3827
  # Describes the current namespace.
3801
3828
  #
3802
3829
  # @option params [required, String] :aws_account_id
3803
- # The ID for the Amazon Web Services account; that contains the
3830
+ # The ID for the Amazon Web Services account that contains the Amazon
3804
3831
  # QuickSight namespace that you want to describe.
3805
3832
  #
3806
3833
  # @option params [required, String] :namespace
@@ -3843,7 +3870,7 @@ module Aws::QuickSight
3843
3870
  # Describes a template's metadata.
3844
3871
  #
3845
3872
  # @option params [required, String] :aws_account_id
3846
- # The ID of the Amazon Web Services account; that contains the template
3873
+ # The ID of the Amazon Web Services account that contains the template
3847
3874
  # that you're describing.
3848
3875
  #
3849
3876
  # @option params [required, String] :template_id
@@ -3920,7 +3947,7 @@ module Aws::QuickSight
3920
3947
  # Describes the template alias for a template.
3921
3948
  #
3922
3949
  # @option params [required, String] :aws_account_id
3923
- # The ID of the Amazon Web Services account; that contains the template
3950
+ # The ID of the Amazon Web Services account that contains the template
3924
3951
  # alias that you're describing.
3925
3952
  #
3926
3953
  # @option params [required, String] :template_id
@@ -3967,7 +3994,7 @@ module Aws::QuickSight
3967
3994
  # Describes read and write permissions on a template.
3968
3995
  #
3969
3996
  # @option params [required, String] :aws_account_id
3970
- # The ID of the Amazon Web Services account; that contains the template
3997
+ # The ID of the Amazon Web Services account that contains the template
3971
3998
  # that you're describing.
3972
3999
  #
3973
4000
  # @option params [required, String] :template_id
@@ -4011,8 +4038,8 @@ module Aws::QuickSight
4011
4038
  # Describes a theme.
4012
4039
  #
4013
4040
  # @option params [required, String] :aws_account_id
4014
- # The ID of the Amazon Web Services account; that contains the theme
4015
- # that you're describing.
4041
+ # The ID of the Amazon Web Services account that contains the theme that
4042
+ # you're describing.
4016
4043
  #
4017
4044
  # @option params [required, String] :theme_id
4018
4045
  # The ID for the theme.
@@ -4100,7 +4127,7 @@ module Aws::QuickSight
4100
4127
  # Describes the alias for a theme.
4101
4128
  #
4102
4129
  # @option params [required, String] :aws_account_id
4103
- # The ID of the Amazon Web Services account; that contains the theme
4130
+ # The ID of the Amazon Web Services account that contains the theme
4104
4131
  # alias that you're describing.
4105
4132
  #
4106
4133
  # @option params [required, String] :theme_id
@@ -4143,8 +4170,8 @@ module Aws::QuickSight
4143
4170
  # Describes the read and write permissions for a theme.
4144
4171
  #
4145
4172
  # @option params [required, String] :aws_account_id
4146
- # The ID of the Amazon Web Services account; that contains the theme
4147
- # that you're describing.
4173
+ # The ID of the Amazon Web Services account that contains the theme that
4174
+ # you're describing.
4148
4175
  #
4149
4176
  # @option params [required, String] :theme_id
4150
4177
  # The ID for the theme that you want to describe permissions for.
@@ -4190,8 +4217,8 @@ module Aws::QuickSight
4190
4217
  # The name of the user that you want to describe.
4191
4218
  #
4192
4219
  # @option params [required, String] :aws_account_id
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
4220
+ # The ID for the Amazon Web Services account that the user is in.
4221
+ # Currently, you use the ID for the Amazon Web Services account that
4195
4222
  # contains your Amazon QuickSight account.
4196
4223
  #
4197
4224
  # @option params [required, String] :namespace
@@ -4434,9 +4461,9 @@ module Aws::QuickSight
4434
4461
  end
4435
4462
 
4436
4463
  # Generates a session URL and authorization code that you can use to
4437
- # embed an Amazon QuickSight read-only dashboard in your web server
4438
- # code. Before you use this command, make sure that you have configured
4439
- # the dashboards and permissions.
4464
+ # embed an Amazon Amazon QuickSight read-only dashboard in your web
4465
+ # server code. Before you use this command, make sure that you have
4466
+ # configured the dashboards and permissions.
4440
4467
  #
4441
4468
  # Currently, you can use `GetDashboardEmbedURL` only from the server,
4442
4469
  # not from the user's browser. The following rules apply to the
@@ -4450,8 +4477,8 @@ module Aws::QuickSight
4450
4477
  #
4451
4478
  # * The resulting user session is valid for 10 hours.
4452
4479
  #
4453
- # For more information, see [Embedded Analytics][1] in the *Amazon
4454
- # QuickSight User Guide*.
4480
+ # For more information, see [Embedding Analytics Using
4481
+ # GetDashboardEmbedUrl][1] in the *Amazon QuickSight User Guide*.
4455
4482
  #
4456
4483
  # For more information about the high-level steps for embedding and for
4457
4484
  # an interactive demo of the ways you can customize embedding, visit the
@@ -4459,12 +4486,12 @@ module Aws::QuickSight
4459
4486
  #
4460
4487
  #
4461
4488
  #
4462
- # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html
4489
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-deprecated.html
4463
4490
  # [2]: https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html
4464
4491
  #
4465
4492
  # @option params [required, String] :aws_account_id
4466
- # The ID for the Amazon Web Services account; that contains the
4467
- # dashboard that you're embedding.
4493
+ # The ID for the Amazon Web Services account that contains the dashboard
4494
+ # that you're embedding.
4468
4495
  #
4469
4496
  # @option params [required, String] :dashboard_id
4470
4497
  # The ID for the dashboard, also added to the Identity and Access
@@ -4489,11 +4516,11 @@ module Aws::QuickSight
4489
4516
  # Adds persistence of state for the user session in an embedded
4490
4517
  # dashboard. Persistence applies to the sheet and the parameter
4491
4518
  # settings. These are control settings that the dashboard subscriber
4492
- # (QuickSight reader) chooses while viewing the dashboard. If this is
4493
- # set to `TRUE`, the settings are the same when the subscriber reopens
4494
- # the same dashboard URL. The state is stored in QuickSight, not in a
4495
- # browser cookie. If this is set to FALSE, the state of the user session
4496
- # is not persisted. The default is `FALSE`.
4519
+ # (Amazon QuickSight reader) chooses while viewing the dashboard. If
4520
+ # this is set to `TRUE`, the settings are the same when the subscriber
4521
+ # reopens the same dashboard URL. The state is stored in Amazon
4522
+ # QuickSight, not in a browser cookie. If this is set to FALSE, the
4523
+ # state of the user session is not persisted. The default is `FALSE`.
4497
4524
  #
4498
4525
  # @option params [String] :user_arn
4499
4526
  # The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
@@ -4505,23 +4532,22 @@ module Aws::QuickSight
4505
4532
  #
4506
4533
  # * Invited nonfederated users
4507
4534
  #
4508
- # * IAM users and IAM role-based sessions authenticated through
4509
- # Federated Single Sign-On using SAML, OpenID Connect, or IAM
4510
- # federation.
4535
+ # * IAMusers and IAMrole-based sessions authenticated through Federated
4536
+ # Single Sign-On using SAML, OpenID Connect, or IAMfederation.
4511
4537
  #
4512
- # Omit this parameter for users in the third group – IAM users and IAM
4538
+ # Omit this parameter for users in the third group – IAMusers and IAM
4513
4539
  # role-based sessions.
4514
4540
  #
4515
4541
  # @option params [String] :namespace
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`.
4542
+ # The Amazon QuickSight namespace that contains the dashboard IDs in
4543
+ # this request. If you're not using a custom namespace, set `Namespace
4544
+ # = default`.
4519
4545
  #
4520
4546
  # @option params [Array<String>] :additional_dashboard_ids
4521
4547
  # A list of one or more dashboard IDs that you want to add to a session
4522
4548
  # that includes anonymous users. The `IdentityType` parameter must be
4523
4549
  # set to `ANONYMOUS` for this to work, because other identity types
4524
- # authenticate as QuickSight or IAM users. For example, if you set
4550
+ # authenticate as Amazon QuickSight or IAMusers. For example, if you set
4525
4551
  # "`--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3
4526
4552
  # identity-type ANONYMOUS`", the session can access all three
4527
4553
  # dashboards.
@@ -4563,28 +4589,28 @@ module Aws::QuickSight
4563
4589
  end
4564
4590
 
4565
4591
  # Generates a session URL and authorization code that you can use to
4566
- # embed the Amazon QuickSight console in your web server code. Use
4567
- # `GetSessionEmbedUrl` where you want to provide an authoring portal
4592
+ # embed the Amazon Amazon QuickSight console in your web server code.
4593
+ # Use `GetSessionEmbedUrl` where you want to provide an authoring portal
4568
4594
  # that allows users to create data sources, datasets, analyses, and
4569
- # dashboards. The users who access an embedded QuickSight console need
4570
- # belong to the author or admin security cohort. If you want to restrict
4571
- # permissions to some of these features, add a custom permissions
4572
- # profile to the user with the ` UpdateUser ` API operation. Use `
4573
- # RegisterUser ` API operation to add a new user with a custom
4595
+ # dashboards. The users who access an embedded Amazon QuickSight console
4596
+ # need belong to the author or admin security cohort. If you want to
4597
+ # restrict permissions to some of these features, add a custom
4598
+ # permissions profile to the user with the ` UpdateUser ` API operation.
4599
+ # Use ` RegisterUser ` API operation to add a new user with a custom
4574
4600
  # permission profile attached. For more information, see the following
4575
4601
  # sections in the *Amazon QuickSight User Guide*\:
4576
4602
  #
4577
- # * [Embedding the Amazon QuickSight Console][1]
4603
+ # * [Embedding Analytics][1]
4578
4604
  #
4579
4605
  # * [Customizing Access to the Amazon QuickSight Console][2]
4580
4606
  #
4581
4607
  #
4582
4608
  #
4583
- # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedding-the-quicksight-console.html
4609
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html
4584
4610
  # [2]: https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html
4585
4611
  #
4586
4612
  # @option params [required, String] :aws_account_id
4587
- # The ID for the Amazon Web Services account; associated with your
4613
+ # The ID for the Amazon Web Services account associated with your Amazon
4588
4614
  # QuickSight subscription.
4589
4615
  #
4590
4616
  # @option params [String] :entry_point
@@ -4600,10 +4626,10 @@ module Aws::QuickSight
4600
4626
  # * `/start/favorites`
4601
4627
  #
4602
4628
  # * `/dashboards/DashboardId ` - where `DashboardId` is the actual ID
4603
- # key from the QuickSight console URL of the dashboard
4629
+ # key from the Amazon QuickSight console URL of the dashboard
4604
4630
  #
4605
4631
  # * `/analyses/AnalysisId ` - where `AnalysisId` is the actual ID key
4606
- # from the QuickSight console URL of the analysis
4632
+ # from the Amazon QuickSight console URL of the analysis
4607
4633
  #
4608
4634
  # @option params [Integer] :session_lifetime_in_minutes
4609
4635
  # How many minutes the session is valid. The session lifetime must be
@@ -4657,10 +4683,10 @@ module Aws::QuickSight
4657
4683
  end
4658
4684
 
4659
4685
  # Lists Amazon QuickSight analyses that exist in the specified Amazon
4660
- # Web Services account;.
4686
+ # Web Services account.
4661
4687
  #
4662
4688
  # @option params [required, String] :aws_account_id
4663
- # The ID of the Amazon Web Services account; that contains the analyses.
4689
+ # The ID of the Amazon Web Services account that contains the analyses.
4664
4690
  #
4665
4691
  # @option params [String] :next_token
4666
4692
  # A pagination token that can be used in a subsequent request.
@@ -4707,11 +4733,11 @@ module Aws::QuickSight
4707
4733
  req.send_request(options)
4708
4734
  end
4709
4735
 
4710
- # Lists all the versions of the dashboards in the QuickSight
4736
+ # Lists all the versions of the dashboards in the Amazon QuickSight
4711
4737
  # subscription.
4712
4738
  #
4713
4739
  # @option params [required, String] :aws_account_id
4714
- # The ID of the Amazon Web Services account; that contains the dashboard
4740
+ # The ID of the Amazon Web Services account that contains the dashboard
4715
4741
  # that you're listing versions for.
4716
4742
  #
4717
4743
  # @option params [required, String] :dashboard_id
@@ -4764,11 +4790,11 @@ module Aws::QuickSight
4764
4790
  req.send_request(options)
4765
4791
  end
4766
4792
 
4767
- # Lists dashboards in an Amazon Web Services account;.
4793
+ # Lists dashboards in an Amazon Web Services account.
4768
4794
  #
4769
4795
  # @option params [required, String] :aws_account_id
4770
- # The ID of the Amazon Web Services account; that contains the
4771
- # dashboards that you're listing.
4796
+ # The ID of the Amazon Web Services account that contains the dashboards
4797
+ # that you're listing.
4772
4798
  #
4773
4799
  # @option params [String] :next_token
4774
4800
  # The token for the next set of results, or null if there are no more
@@ -4818,13 +4844,13 @@ module Aws::QuickSight
4818
4844
  end
4819
4845
 
4820
4846
  # Lists all of the datasets belonging to the current Amazon Web Services
4821
- # account; in an Region;.
4847
+ # account in an Amazon Web Services Region;.
4822
4848
  #
4823
4849
  # The permissions resource is
4824
4850
  # `arn:aws:quicksight:region:aws-account-id:dataset/*`.
4825
4851
  #
4826
4852
  # @option params [required, String] :aws_account_id
4827
- # The Amazon Web Services account; ID.
4853
+ # The Amazon Web Services account ID.
4828
4854
  #
4829
4855
  # @option params [String] :next_token
4830
4856
  # The token for the next set of results, or null if there are no more
@@ -4879,11 +4905,11 @@ module Aws::QuickSight
4879
4905
  req.send_request(options)
4880
4906
  end
4881
4907
 
4882
- # Lists data sources in current Region; that belong to this Amazon Web
4883
- # Services account;.
4908
+ # Lists data sources in current Amazon Web Services Region; that belong
4909
+ # to this Amazon Web Services account.
4884
4910
  #
4885
4911
  # @option params [required, String] :aws_account_id
4886
- # The Amazon Web Services account; ID.
4912
+ # The Amazon Web Services account ID.
4887
4913
  #
4888
4914
  # @option params [String] :next_token
4889
4915
  # The token for the next set of results, or null if there are no more
@@ -5141,8 +5167,8 @@ module Aws::QuickSight
5141
5167
  # The maximum number of results to return from this request.
5142
5168
  #
5143
5169
  # @option params [required, String] :aws_account_id
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
5170
+ # The ID for the Amazon Web Services account that the group is in.
5171
+ # Currently, you use the ID for the Amazon Web Services account that
5146
5172
  # contains your Amazon QuickSight account.
5147
5173
  #
5148
5174
  # @option params [required, String] :namespace
@@ -5186,8 +5212,8 @@ module Aws::QuickSight
5186
5212
  # Lists all user groups in Amazon QuickSight.
5187
5213
  #
5188
5214
  # @option params [required, String] :aws_account_id
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
5215
+ # The ID for the Amazon Web Services account that the group is in.
5216
+ # Currently, you use the ID for the Amazon Web Services account that
5191
5217
  # contains your Amazon QuickSight account.
5192
5218
  #
5193
5219
  # @option params [String] :next_token
@@ -5235,11 +5261,11 @@ module Aws::QuickSight
5235
5261
  req.send_request(options)
5236
5262
  end
5237
5263
 
5238
- # Lists IAM policy assignments in the current Amazon QuickSight account.
5264
+ # Lists IAMpolicy assignments in the current Amazon QuickSight account.
5239
5265
  #
5240
5266
  # @option params [required, String] :aws_account_id
5241
- # The ID of the Amazon Web Services account; that contains these IAM
5242
- # policy assignments.
5267
+ # The ID of the Amazon Web Services account that contains these
5268
+ # IAMpolicy assignments.
5243
5269
  #
5244
5270
  # @option params [String] :assignment_status
5245
5271
  # The status of the assignments.
@@ -5289,12 +5315,12 @@ module Aws::QuickSight
5289
5315
  req.send_request(options)
5290
5316
  end
5291
5317
 
5292
- # Lists all the IAM policy assignments, including the Amazon Resource
5318
+ # Lists all the IAMpolicy assignments, including the Amazon Resource
5293
5319
  # Names (ARNs) for the IAM policies assigned to the specified user and
5294
5320
  # group or groups that the user belongs to.
5295
5321
  #
5296
5322
  # @option params [required, String] :aws_account_id
5297
- # The ID of the Amazon Web Services account; that contains the
5323
+ # The ID of the Amazon Web Services account that contains the
5298
5324
  # assignments.
5299
5325
  #
5300
5326
  # @option params [required, String] :user_name
@@ -5355,7 +5381,7 @@ module Aws::QuickSight
5355
5381
  # results.
5356
5382
  #
5357
5383
  # @option params [required, String] :aws_account_id
5358
- # The Amazon Web Services account; ID.
5384
+ # The Amazon Web Services account ID.
5359
5385
  #
5360
5386
  # @option params [Integer] :max_results
5361
5387
  # The maximum number of results to be returned per request.
@@ -5408,10 +5434,10 @@ module Aws::QuickSight
5408
5434
  req.send_request(options)
5409
5435
  end
5410
5436
 
5411
- # Lists the namespaces for the specified Amazon Web Services account;.
5437
+ # Lists the namespaces for the specified Amazon Web Services account.
5412
5438
  #
5413
5439
  # @option params [required, String] :aws_account_id
5414
- # The ID for the Amazon Web Services account; that contains the
5440
+ # The ID for the Amazon Web Services account that contains the Amazon
5415
5441
  # QuickSight namespaces that you want to list.
5416
5442
  #
5417
5443
  # @option params [String] :next_token
@@ -5498,7 +5524,7 @@ module Aws::QuickSight
5498
5524
  # Lists all the aliases of a template.
5499
5525
  #
5500
5526
  # @option params [required, String] :aws_account_id
5501
- # The ID of the Amazon Web Services account; that contains the template
5527
+ # The ID of the Amazon Web Services account that contains the template
5502
5528
  # aliases that you're listing.
5503
5529
  #
5504
5530
  # @option params [required, String] :template_id
@@ -5552,7 +5578,7 @@ module Aws::QuickSight
5552
5578
  # QuickSight account.
5553
5579
  #
5554
5580
  # @option params [required, String] :aws_account_id
5555
- # The ID of the Amazon Web Services account; that contains the templates
5581
+ # The ID of the Amazon Web Services account that contains the templates
5556
5582
  # that you're listing.
5557
5583
  #
5558
5584
  # @option params [required, String] :template_id
@@ -5607,7 +5633,7 @@ module Aws::QuickSight
5607
5633
  # Lists all the templates in the current Amazon QuickSight account.
5608
5634
  #
5609
5635
  # @option params [required, String] :aws_account_id
5610
- # The ID of the Amazon Web Services account; that contains the templates
5636
+ # The ID of the Amazon Web Services account that contains the templates
5611
5637
  # that you're listing.
5612
5638
  #
5613
5639
  # @option params [String] :next_token
@@ -5659,7 +5685,7 @@ module Aws::QuickSight
5659
5685
  # Lists all the aliases of a theme.
5660
5686
  #
5661
5687
  # @option params [required, String] :aws_account_id
5662
- # The ID of the Amazon Web Services account; that contains the theme
5688
+ # The ID of the Amazon Web Services account that contains the theme
5663
5689
  # aliases that you're listing.
5664
5690
  #
5665
5691
  # @option params [required, String] :theme_id
@@ -5708,10 +5734,10 @@ module Aws::QuickSight
5708
5734
  end
5709
5735
 
5710
5736
  # Lists all the versions of the themes in the current Amazon Web
5711
- # Services account;.
5737
+ # Services account.
5712
5738
  #
5713
5739
  # @option params [required, String] :aws_account_id
5714
- # The ID of the Amazon Web Services account; that contains the themes
5740
+ # The ID of the Amazon Web Services account that contains the themes
5715
5741
  # that you're listing.
5716
5742
  #
5717
5743
  # @option params [required, String] :theme_id
@@ -5763,10 +5789,10 @@ module Aws::QuickSight
5763
5789
  req.send_request(options)
5764
5790
  end
5765
5791
 
5766
- # Lists all the themes in the current Amazon Web Services account;.
5792
+ # Lists all the themes in the current Amazon Web Services account.
5767
5793
  #
5768
5794
  # @option params [required, String] :aws_account_id
5769
- # The ID of the Amazon Web Services account; that contains the themes
5795
+ # The ID of the Amazon Web Services account that contains the themes
5770
5796
  # that you're listing.
5771
5797
  #
5772
5798
  # @option params [String] :next_token
@@ -5836,8 +5862,8 @@ module Aws::QuickSight
5836
5862
  # memberships for.
5837
5863
  #
5838
5864
  # @option params [required, String] :aws_account_id
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
5865
+ # The Amazon Web Services account ID that the user is in. Currently, you
5866
+ # use the ID for the Amazon Web Services account that contains your
5841
5867
  # Amazon QuickSight account.
5842
5868
  #
5843
5869
  # @option params [required, String] :namespace
@@ -5890,8 +5916,8 @@ module Aws::QuickSight
5890
5916
  # account.
5891
5917
  #
5892
5918
  # @option params [required, String] :aws_account_id
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
5919
+ # The ID for the Amazon Web Services account that the user is in.
5920
+ # Currently, you use the ID for the Amazon Web Services account that
5895
5921
  # contains your Amazon QuickSight account.
5896
5922
  #
5897
5923
  # @option params [String] :next_token
@@ -5954,7 +5980,7 @@ module Aws::QuickSight
5954
5980
  # Amazon QuickSight supports several ways of managing the identity of
5955
5981
  # users. This parameter accepts two values:
5956
5982
  #
5957
- # * `IAM`\: A user whose identity maps to an existing IAM user or role.
5983
+ # * `IAM`\: A user whose identity maps to an existing IAMuser or role.
5958
5984
  #
5959
5985
  # * `QUICKSIGHT`\: A user whose identity is owned and managed internally
5960
5986
  # by Amazon QuickSight.
@@ -5979,25 +6005,25 @@ module Aws::QuickSight
5979
6005
  # * `RESTRICTED_AUTHOR`\: This role isn't currently available for use.
5980
6006
  #
5981
6007
  # @option params [String] :iam_arn
5982
- # The ARN of the IAM user or role that you are registering with Amazon
6008
+ # The ARN of the IAMuser or role that you are registering with Amazon
5983
6009
  # QuickSight.
5984
6010
  #
5985
6011
  # @option params [String] :session_name
5986
6012
  # You need to use this parameter only when you register one or more
5987
- # users using an assumed IAM role. You don't need to provide the
5988
- # session name for other scenarios, for example when you are registering
5989
- # an IAM user or an Amazon QuickSight user. You can register multiple
5990
- # users using the same IAM role if each user has a different session
5991
- # name. For more information on assuming IAM roles, see [ `assume-role`
5992
- # ][1] in the *AWS CLI Reference.*
6013
+ # users using an assumed IAMrole. You don't need to provide the session
6014
+ # name for other scenarios, for example when you are registering an
6015
+ # IAMuser or an Amazon QuickSight user. You can register multiple users
6016
+ # using the same IAMrole if each user has a different session name. For
6017
+ # more information on assuming IAMroles, see [ `assume-role` ][1] in the
6018
+ # *AWS CLI Reference.*
5993
6019
  #
5994
6020
  #
5995
6021
  #
5996
6022
  # [1]: https://docs.aws.amazon.com/cli/latest/reference/sts/assume-role.html
5997
6023
  #
5998
6024
  # @option params [required, String] :aws_account_id
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
6025
+ # The ID for the Amazon Web Services account that the user is in.
6026
+ # Currently, you use the ID for the Amazon Web Services account that
6001
6027
  # contains your Amazon QuickSight account.
6002
6028
  #
6003
6029
  # @option params [required, String] :namespace
@@ -6026,22 +6052,22 @@ module Aws::QuickSight
6026
6052
  #
6027
6053
  # A set of custom permissions includes any combination of these
6028
6054
  # restrictions. Currently, you need to create the profile names for
6029
- # custom permission sets by using the QuickSight console. Then, you use
6030
- # the `RegisterUser` API operation to assign the named set of
6031
- # permissions to a QuickSight user.
6055
+ # custom permission sets by using the Amazon QuickSight console. Then,
6056
+ # you use the `RegisterUser` API operation to assign the named set of
6057
+ # permissions to a Amazon QuickSight user.
6032
6058
  #
6033
- # QuickSight custom permissions are applied through IAM policies.
6059
+ # Amazon QuickSight custom permissions are applied through IAMpolicies.
6034
6060
  # Therefore, they override the permissions typically granted by
6035
- # assigning QuickSight users to one of the default security cohorts in
6036
- # QuickSight (admin, author, reader).
6061
+ # assigning Amazon QuickSight users to one of the default security
6062
+ # cohorts in Amazon QuickSight (admin, author, reader).
6037
6063
  #
6038
- # This feature is available only to QuickSight Enterprise edition
6064
+ # This feature is available only to Amazon QuickSight Enterprise edition
6039
6065
  # subscriptions.
6040
6066
  #
6041
6067
  # @option params [String] :external_login_federation_provider_type
6042
6068
  # The type of supported external login provider that provides identity
6043
- # to let a user federate into Amazon QuickSight with an associated AWS
6044
- # Identity and Access Management (IAM) role. The type of supported
6069
+ # to let a user federate into Amazon QuickSight with an associated
6070
+ # Identity and Access Management(IAM) role. The type of supported
6045
6071
  # external login provider can be one of the following.
6046
6072
  #
6047
6073
  # * `COGNITO`\: Amazon Cognito. The provider URL is
@@ -6055,10 +6081,10 @@ module Aws::QuickSight
6055
6081
  #
6056
6082
  # @option params [String] :custom_federation_provider_url
6057
6083
  # The URL of the custom OpenID Connect (OIDC) provider that provides
6058
- # identity to let a user federate into QuickSight with an associated AWS
6059
- # Identity and Access Management (IAM) role. This parameter should only
6060
- # be used when `ExternalLoginFederationProviderType` parameter is set to
6061
- # `CUSTOM_OIDC`.
6084
+ # identity to let a user federate into Amazon QuickSight with an
6085
+ # associated Identity and Access Management(IAM) role. This parameter
6086
+ # should only be used when `ExternalLoginFederationProviderType`
6087
+ # parameter is set to `CUSTOM_OIDC`.
6062
6088
  #
6063
6089
  # @option params [String] :external_login_id
6064
6090
  # The identity ID for a user in the external login provider.
@@ -6116,7 +6142,7 @@ module Aws::QuickSight
6116
6142
  # Restores an analysis.
6117
6143
  #
6118
6144
  # @option params [required, String] :aws_account_id
6119
- # The ID of the Amazon Web Services account; that contains the analysis.
6145
+ # The ID of the Amazon Web Services account that contains the analysis.
6120
6146
  #
6121
6147
  # @option params [required, String] :analysis_id
6122
6148
  # The ID of the analysis that you're restoring.
@@ -6159,7 +6185,7 @@ module Aws::QuickSight
6159
6185
  # </note>
6160
6186
  #
6161
6187
  # @option params [required, String] :aws_account_id
6162
- # The ID of the Amazon Web Services account; that contains the analyses
6188
+ # The ID of the Amazon Web Services account that contains the analyses
6163
6189
  # that you're searching for.
6164
6190
  #
6165
6191
  # @option params [required, Array<Types::AnalysisSearchFilter>] :filters
@@ -6226,8 +6252,8 @@ module Aws::QuickSight
6226
6252
  # </note>
6227
6253
  #
6228
6254
  # @option params [required, String] :aws_account_id
6229
- # The ID of the Amazon Web Services account; that contains the user
6230
- # whose dashboards you're searching for.
6255
+ # The ID of the Amazon Web Services account that contains the user whose
6256
+ # dashboards you're searching for.
6231
6257
  #
6232
6258
  # @option params [required, Array<Types::DashboardSearchFilter>] :filters
6233
6259
  # The filters to apply to the search. Currently, you can search only by
@@ -6351,8 +6377,8 @@ module Aws::QuickSight
6351
6377
  req.send_request(options)
6352
6378
  end
6353
6379
 
6354
- # Assigns one or more tags (key-value pairs) to the specified QuickSight
6355
- # resource.
6380
+ # Assigns one or more tags (key-value pairs) to the specified Amazon
6381
+ # QuickSight resource.
6356
6382
  #
6357
6383
  # Tags can help you organize and categorize your resources. You can also
6358
6384
  # use them to scope user permissions, by granting a user permission to
@@ -6363,18 +6389,19 @@ module Aws::QuickSight
6363
6389
  # key that is already associated with the resource, the new tag value
6364
6390
  # that you specify replaces the previous value for that tag.
6365
6391
  #
6366
- # You can associate as many as 50 tags with a resource. QuickSight
6367
- # supports tagging on data set, data source, dashboard, and template.
6392
+ # You can associate as many as 50 tags with a resource. Amazon
6393
+ # QuickSight supports tagging on data set, data source, dashboard, and
6394
+ # template.
6368
6395
  #
6369
- # Tagging for QuickSight works in a similar way to tagging for other AWS
6370
- # services, except for the following:
6396
+ # Tagging for Amazon QuickSight works in a similar way to tagging for
6397
+ # other AWS services, except for the following:
6371
6398
  #
6372
- # * You can't use tags to track AWS costs for QuickSight. This
6373
- # restriction is because QuickSight costs are based on users and SPICE
6374
- # capacity, which aren't taggable resources.
6399
+ # * You can't use tags to track AWS costs for Amazon QuickSight. This
6400
+ # restriction is because Amazon QuickSight costs are based on users
6401
+ # and SPICE capacity, which aren't taggable resources.
6375
6402
  #
6376
- # * QuickSight doesn't currently support the Tag Editor for Resource
6377
- # Groups.
6403
+ # * Amazon QuickSight doesn't currently support the Tag Editor for
6404
+ # Resource Groups.
6378
6405
  #
6379
6406
  # @option params [required, String] :resource_arn
6380
6407
  # The Amazon Resource Name (ARN) of the resource that you want to tag.
@@ -6449,25 +6476,28 @@ module Aws::QuickSight
6449
6476
  req.send_request(options)
6450
6477
  end
6451
6478
 
6452
- # Updates Amazon QuickSight customizations the current Region;.
6453
- # Currently, the only customization you can use is a theme.
6479
+ # Updates Amazon QuickSight customizations the current Amazon Web
6480
+ # Services Region;. Currently, the only customization you can use is a
6481
+ # theme.
6454
6482
  #
6455
- # You can use customizations for your Amazon Web Services account; or,
6456
- # if you specify a namespace, for a QuickSight namespace instead.
6483
+ # You can use customizations for your Amazon Web Services account or, if
6484
+ # you specify a namespace, for a Amazon QuickSight namespace instead.
6457
6485
  # Customizations that apply to a namespace override customizations that
6458
- # apply to an Amazon Web Services account;. To find out which
6486
+ # apply to an Amazon Web Services account. To find out which
6459
6487
  # customizations apply, use the `DescribeAccountCustomization` API
6460
6488
  # operation.
6461
6489
  #
6462
6490
  # @option params [required, String] :aws_account_id
6463
- # The ID for the Amazon Web Services account; that you want to update
6464
- # QuickSight customizations for.
6491
+ # The ID for the Amazon Web Services account that you want to update
6492
+ # Amazon QuickSight customizations for.
6465
6493
  #
6466
6494
  # @option params [String] :namespace
6467
- # The namespace that you want to update QuickSight customizations for.
6495
+ # The namespace that you want to update Amazon QuickSight customizations
6496
+ # for.
6468
6497
  #
6469
6498
  # @option params [required, Types::AccountCustomization] :account_customization
6470
- # The QuickSight customizations you're updating in the current Region;.
6499
+ # The Amazon QuickSight customizations you're updating in the current
6500
+ # Amazon Web Services Region;.
6471
6501
  #
6472
6502
  # @return [Types::UpdateAccountCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6473
6503
  #
@@ -6507,22 +6537,22 @@ module Aws::QuickSight
6507
6537
  end
6508
6538
 
6509
6539
  # Updates the Amazon QuickSight settings in your Amazon Web Services
6510
- # account;.
6540
+ # account.
6511
6541
  #
6512
6542
  # @option params [required, String] :aws_account_id
6513
- # The ID for the Amazon Web Services account; that contains the
6543
+ # The ID for the Amazon Web Services account that contains the Amazon
6514
6544
  # QuickSight settings that you want to list.
6515
6545
  #
6516
6546
  # @option params [required, String] :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.
6547
+ # The default namespace for this Amazon Web Services account. Currently,
6548
+ # the default is `default`. Identity and Access Management (IAM) users
6549
+ # that register for the first time with Amazon QuickSight provide an
6550
+ # email that becomes associated with the default namespace.
6521
6551
  #
6522
6552
  # @option params [String] :notification_email
6523
- # The email address that you want QuickSight to send notifications to
6524
- # regarding your Amazon Web Services account; or QuickSight
6525
- # subscription.
6553
+ # The email address that you want Amazon QuickSight to send
6554
+ # notifications to regarding your Amazon Web Services account or Amazon
6555
+ # QuickSight subscription.
6526
6556
  #
6527
6557
  # @return [Types::UpdateAccountSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6528
6558
  #
@@ -6554,7 +6584,7 @@ module Aws::QuickSight
6554
6584
  # Updates an analysis in Amazon QuickSight
6555
6585
  #
6556
6586
  # @option params [required, String] :aws_account_id
6557
- # The ID of the Amazon Web Services account; that contains the analysis
6587
+ # The ID of the Amazon Web Services account that contains the analysis
6558
6588
  # that you're updating.
6559
6589
  #
6560
6590
  # @option params [required, String] :analysis_id
@@ -6563,7 +6593,7 @@ module Aws::QuickSight
6563
6593
  #
6564
6594
  # @option params [required, String] :name
6565
6595
  # A descriptive name for the analysis that you're updating. This name
6566
- # displays for the analysis in the QuickSight console.
6596
+ # displays for the analysis in the Amazon QuickSight console.
6567
6597
  #
6568
6598
  # @option params [Types::Parameters] :parameters
6569
6599
  # The parameter names and override values that you want to use. An
@@ -6577,8 +6607,8 @@ module Aws::QuickSight
6577
6607
  #
6578
6608
  # @option params [String] :theme_arn
6579
6609
  # The Amazon Resource Name (ARN) for the theme to apply to the analysis
6580
- # that you're creating. To see the theme in the QuickSight console,
6581
- # make sure that you have access to it.
6610
+ # that you're creating. To see the theme in the Amazon QuickSight
6611
+ # console, make sure that you have access to it.
6582
6612
  #
6583
6613
  # @return [Types::UpdateAnalysisResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6584
6614
  #
@@ -6654,9 +6684,9 @@ module Aws::QuickSight
6654
6684
  # Updates the read and write permissions for an analysis.
6655
6685
  #
6656
6686
  # @option params [required, String] :aws_account_id
6657
- # The ID of the Amazon Web Services account; that contains the analysis
6687
+ # The ID of the Amazon Web Services account that contains the analysis
6658
6688
  # whose permissions you're updating. You must be using the Amazon Web
6659
- # Services account; that the analysis is in.
6689
+ # Services account that the analysis is in.
6660
6690
  #
6661
6691
  # @option params [required, String] :analysis_id
6662
6692
  # The ID of the analysis whose permissions you're updating. The ID is
@@ -6717,7 +6747,7 @@ module Aws::QuickSight
6717
6747
  req.send_request(options)
6718
6748
  end
6719
6749
 
6720
- # Updates a dashboard in an Amazon Web Services account;.
6750
+ # Updates a dashboard in an Amazon Web Services account.
6721
6751
  #
6722
6752
  # <note markdown="1"> Updating a Dashboard creates a new dashboard version but does not
6723
6753
  # immediately publish the new version. You can update the published
@@ -6727,7 +6757,7 @@ module Aws::QuickSight
6727
6757
  # </note>
6728
6758
  #
6729
6759
  # @option params [required, String] :aws_account_id
6730
- # The ID of the Amazon Web Services account; that contains the dashboard
6760
+ # The ID of the Amazon Web Services account that contains the dashboard
6731
6761
  # that you're updating.
6732
6762
  #
6733
6763
  # @option params [required, String] :dashboard_id
@@ -6744,8 +6774,8 @@ module Aws::QuickSight
6744
6774
  # from an analysis, first convert the analysis to a template by using
6745
6775
  # the CreateTemplate API operation. For `SourceTemplate`, specify the
6746
6776
  # Amazon Resource Name (ARN) of the source template. The
6747
- # `SourceTemplate` ARN can contain any Amazon Web Services account; and
6748
- # any QuickSight-supported Region;.
6777
+ # `SourceTemplate` ARN can contain any Amazon Web Services account and
6778
+ # any Amazon QuickSight-supported Amazon Web Services Region;.
6749
6779
  #
6750
6780
  # Use the `DataSetReferences` entity within `SourceTemplate` to list the
6751
6781
  # replacement datasets for the placeholders listed in the original. The
@@ -6764,9 +6794,9 @@ module Aws::QuickSight
6764
6794
  #
6765
6795
  # * `AvailabilityStatus` for `AdHocFilteringOption` - This status can be
6766
6796
  # either `ENABLED` or `DISABLED`. When this is set to `DISABLED`,
6767
- # QuickSight disables the left filter pane on the published dashboard,
6768
- # which can be used for ad hoc (one-time) filtering. This option is
6769
- # `ENABLED` by default.
6797
+ # Amazon QuickSight disables the left filter pane on the published
6798
+ # dashboard, which can be used for ad hoc (one-time) filtering. This
6799
+ # option is `ENABLED` by default.
6770
6800
  #
6771
6801
  # * `AvailabilityStatus` for `ExportToCSVOption` - This status can be
6772
6802
  # either `ENABLED` or `DISABLED`. The visual option to export data to
@@ -6781,7 +6811,7 @@ module Aws::QuickSight
6781
6811
  # The Amazon Resource Name (ARN) of the theme that is being used for
6782
6812
  # this dashboard. If you add a value for this field, it overrides the
6783
6813
  # value that was originally associated with the entity. The theme ARN
6784
- # must exist in the same Amazon Web Services account; where you create
6814
+ # must exist in the same Amazon Web Services account where you create
6785
6815
  # the dashboard.
6786
6816
  #
6787
6817
  # @return [Types::UpdateDashboardResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -6872,7 +6902,7 @@ module Aws::QuickSight
6872
6902
  # Updates read and write permissions on a dashboard.
6873
6903
  #
6874
6904
  # @option params [required, String] :aws_account_id
6875
- # The ID of the Amazon Web Services account; that contains the dashboard
6905
+ # The ID of the Amazon Web Services account that contains the dashboard
6876
6906
  # whose permissions you're updating.
6877
6907
  #
6878
6908
  # @option params [required, String] :dashboard_id
@@ -6934,7 +6964,7 @@ module Aws::QuickSight
6934
6964
  # Updates the published version of a dashboard.
6935
6965
  #
6936
6966
  # @option params [required, String] :aws_account_id
6937
- # The ID of the Amazon Web Services account; that contains the dashboard
6967
+ # The ID of the Amazon Web Services account that contains the dashboard
6938
6968
  # that you're updating.
6939
6969
  #
6940
6970
  # @option params [required, String] :dashboard_id
@@ -6977,11 +7007,11 @@ module Aws::QuickSight
6977
7007
  # Updates a dataset.
6978
7008
  #
6979
7009
  # @option params [required, String] :aws_account_id
6980
- # The Amazon Web Services account; ID.
7010
+ # The Amazon Web Services account ID.
6981
7011
  #
6982
7012
  # @option params [required, String] :data_set_id
6983
7013
  # The ID for the dataset that you want to update. This ID is unique per
6984
- # Region; for each Amazon Web Services account;.
7014
+ # Amazon Web Services Region; for each Amazon Web Services account.
6985
7015
  #
6986
7016
  # @option params [required, String] :name
6987
7017
  # The display name for the dataset.
@@ -6998,7 +7028,7 @@ module Aws::QuickSight
6998
7028
  # Indicates whether you want to import the data into SPICE.
6999
7029
  #
7000
7030
  # @option params [Array<Types::ColumnGroup>] :column_groups
7001
- # Groupings of columns that work together in certain QuickSight
7031
+ # Groupings of columns that work together in certain Amazon QuickSight
7002
7032
  # features. Currently, only geospatial hierarchy is supported.
7003
7033
  #
7004
7034
  # @option params [Hash<String,Types::FieldFolder>] :field_folders
@@ -7016,6 +7046,10 @@ module Aws::QuickSight
7016
7046
  # @option params [Array<Types::ColumnLevelPermissionRule>] :column_level_permission_rules
7017
7047
  # A set of one or more definitions of a ` ColumnLevelPermissionRule `.
7018
7048
  #
7049
+ # @option params [Types::DataSetUsageConfiguration] :data_set_usage_configuration
7050
+ # The usage configuration to apply to child datasets that reference this
7051
+ # dataset as a source.
7052
+ #
7019
7053
  # @return [Types::UpdateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7020
7054
  #
7021
7055
  # * {Types::UpdateDataSetResponse#arn #arn} => String
@@ -7114,6 +7148,10 @@ module Aws::QuickSight
7114
7148
  # },
7115
7149
  # ],
7116
7150
  # },
7151
+ # untag_column_operation: {
7152
+ # column_name: "ColumnName", # required
7153
+ # tag_names: ["COLUMN_GEOGRAPHIC_ROLE"], # required, accepts COLUMN_GEOGRAPHIC_ROLE, COLUMN_DESCRIPTION
7154
+ # },
7117
7155
  # },
7118
7156
  # ],
7119
7157
  # source: { # required
@@ -7130,6 +7168,7 @@ module Aws::QuickSight
7130
7168
  # on_clause: "OnClause", # required
7131
7169
  # },
7132
7170
  # physical_table_id: "PhysicalTableId",
7171
+ # data_set_arn: "Arn",
7133
7172
  # },
7134
7173
  # },
7135
7174
  # },
@@ -7173,6 +7212,10 @@ module Aws::QuickSight
7173
7212
  # column_names: ["String"],
7174
7213
  # },
7175
7214
  # ],
7215
+ # data_set_usage_configuration: {
7216
+ # disable_use_as_direct_query_source: false,
7217
+ # disable_use_as_imported_source: false,
7218
+ # },
7176
7219
  # })
7177
7220
  #
7178
7221
  # @example Response structure
@@ -7199,11 +7242,12 @@ module Aws::QuickSight
7199
7242
  # `arn:aws:quicksight:region:aws-account-id:dataset/data-set-id`.
7200
7243
  #
7201
7244
  # @option params [required, String] :aws_account_id
7202
- # The Amazon Web Services account; ID.
7245
+ # The Amazon Web Services account ID.
7203
7246
  #
7204
7247
  # @option params [required, String] :data_set_id
7205
7248
  # The ID for the dataset whose permissions you want to update. This ID
7206
- # is unique per Region; for each Amazon Web Services account;.
7249
+ # is unique per Amazon Web Services Region; for each Amazon Web Services
7250
+ # account.
7207
7251
  #
7208
7252
  # @option params [Array<Types::ResourcePermission>] :grant_permissions
7209
7253
  # The resource permissions that you want to grant to the dataset.
@@ -7256,30 +7300,30 @@ module Aws::QuickSight
7256
7300
  # Updates a data source.
7257
7301
  #
7258
7302
  # @option params [required, String] :aws_account_id
7259
- # The Amazon Web Services account; ID.
7303
+ # The Amazon Web Services account ID.
7260
7304
  #
7261
7305
  # @option params [required, String] :data_source_id
7262
- # The ID of the data source. This ID is unique per Region; for each
7263
- # Amazon Web Services account;.
7306
+ # The ID of the data source. This ID is unique per Amazon Web Services
7307
+ # Region; for each Amazon Web Services account.
7264
7308
  #
7265
7309
  # @option params [required, String] :name
7266
7310
  # A display name for the data source.
7267
7311
  #
7268
7312
  # @option params [Types::DataSourceParameters] :data_source_parameters
7269
- # The parameters that QuickSight uses to connect to your underlying
7270
- # source.
7313
+ # The parameters that Amazon QuickSight uses to connect to your
7314
+ # underlying source.
7271
7315
  #
7272
7316
  # @option params [Types::DataSourceCredentials] :credentials
7273
- # The credentials that QuickSight that uses to connect to your
7317
+ # The credentials that Amazon QuickSight that uses to connect to your
7274
7318
  # underlying source. Currently, only credentials based on user name and
7275
7319
  # password are supported.
7276
7320
  #
7277
7321
  # @option params [Types::VpcConnectionProperties] :vpc_connection_properties
7278
- # Use this parameter only when you want QuickSight to use a VPC
7322
+ # Use this parameter only when you want Amazon QuickSight to use a VPC
7279
7323
  # connection when connecting to your underlying source.
7280
7324
  #
7281
7325
  # @option params [Types::SslProperties] :ssl_properties
7282
- # Secure Socket Layer (SSL) properties that apply when QuickSight
7326
+ # Secure Socket Layer (SSL) properties that apply when Amazon QuickSight
7283
7327
  # connects to your underlying source.
7284
7328
  #
7285
7329
  # @return [Types::UpdateDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -7515,11 +7559,11 @@ module Aws::QuickSight
7515
7559
  # Updates the permissions to a data source.
7516
7560
  #
7517
7561
  # @option params [required, String] :aws_account_id
7518
- # The Amazon Web Services account; ID.
7562
+ # The Amazon Web Services account ID.
7519
7563
  #
7520
7564
  # @option params [required, String] :data_source_id
7521
- # The ID of the data source. This ID is unique per Region; for each
7522
- # Amazon Web Services account;.
7565
+ # The ID of the data source. This ID is unique per Amazon Web Services
7566
+ # Region; for each Amazon Web Services account.
7523
7567
  #
7524
7568
  # @option params [Array<Types::ResourcePermission>] :grant_permissions
7525
7569
  # A list of resource permissions that you want to grant on the data
@@ -7683,8 +7727,8 @@ module Aws::QuickSight
7683
7727
  # The description for the group that you want to update.
7684
7728
  #
7685
7729
  # @option params [required, String] :aws_account_id
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
7730
+ # The ID for the Amazon Web Services account that the group is in.
7731
+ # Currently, you use the ID for the Amazon Web Services account that
7688
7732
  # contains your Amazon QuickSight account.
7689
7733
  #
7690
7734
  # @option params [required, String] :namespace
@@ -7723,17 +7767,17 @@ module Aws::QuickSight
7723
7767
  req.send_request(options)
7724
7768
  end
7725
7769
 
7726
- # Updates an existing IAM policy assignment. This operation updates only
7770
+ # Updates an existing IAMpolicy assignment. This operation updates only
7727
7771
  # the optional parameter or parameters that are specified in the
7728
7772
  # request. This overwrites all of the users included in `Identities`.
7729
7773
  #
7730
7774
  # @option params [required, String] :aws_account_id
7731
- # The ID of the Amazon Web Services account; that contains the IAM
7732
- # policy assignment.
7775
+ # The ID of the Amazon Web Services account that contains the IAMpolicy
7776
+ # assignment.
7733
7777
  #
7734
7778
  # @option params [required, String] :assignment_name
7735
7779
  # The name of the assignment, also called a rule. This name must be
7736
- # unique within an Amazon Web Services account;.
7780
+ # unique within an Amazon Web Services account.
7737
7781
  #
7738
7782
  # @option params [required, String] :namespace
7739
7783
  # The namespace of the assignment.
@@ -7751,12 +7795,12 @@ module Aws::QuickSight
7751
7795
  # when creating the data source.
7752
7796
  #
7753
7797
  # @option params [String] :policy_arn
7754
- # The ARN for the IAM policy to apply to the QuickSight users and groups
7755
- # specified in this assignment.
7798
+ # The ARN for the IAMpolicy to apply to the Amazon QuickSight users and
7799
+ # groups specified in this assignment.
7756
7800
  #
7757
7801
  # @option params [Hash<String,Array>] :identities
7758
- # The QuickSight users, groups, or both that you want to assign the
7759
- # policy to.
7802
+ # The Amazon QuickSight users, groups, or both that you want to assign
7803
+ # the policy to.
7760
7804
  #
7761
7805
  # @return [Types::UpdateIAMPolicyAssignmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7762
7806
  #
@@ -7806,7 +7850,7 @@ module Aws::QuickSight
7806
7850
  # another template.
7807
7851
  #
7808
7852
  # @option params [required, String] :aws_account_id
7809
- # The ID of the Amazon Web Services account; that contains the template
7853
+ # The ID of the Amazon Web Services account that contains the template
7810
7854
  # that you're updating.
7811
7855
  #
7812
7856
  # @option params [required, String] :template_id
@@ -7819,8 +7863,8 @@ module Aws::QuickSight
7819
7863
  # for an analysis. Both of these require an Amazon Resource Name (ARN).
7820
7864
  # For `SourceTemplate`, specify the ARN of the source template. For
7821
7865
  # `SourceAnalysis`, specify the ARN of the source analysis. The
7822
- # `SourceTemplate` ARN can contain any Amazon Web Services account; and
7823
- # any QuickSight-supported Region;.
7866
+ # `SourceTemplate` ARN can contain any Amazon Web Services account and
7867
+ # any Amazon QuickSight-supported Amazon Web Services Region;.
7824
7868
  #
7825
7869
  # Use the `DataSetReferences` entity within `SourceTemplate` or
7826
7870
  # `SourceAnalysis` to list the replacement datasets for the placeholders
@@ -7889,7 +7933,7 @@ module Aws::QuickSight
7889
7933
  # Updates the template alias of a template.
7890
7934
  #
7891
7935
  # @option params [required, String] :aws_account_id
7892
- # The ID of the Amazon Web Services account; that contains the template
7936
+ # The ID of the Amazon Web Services account that contains the template
7893
7937
  # alias that you're updating.
7894
7938
  #
7895
7939
  # @option params [required, String] :template_id
@@ -7940,7 +7984,7 @@ module Aws::QuickSight
7940
7984
  # Updates the resource permissions for a template.
7941
7985
  #
7942
7986
  # @option params [required, String] :aws_account_id
7943
- # The ID of the Amazon Web Services account; that contains the template.
7987
+ # The ID of the Amazon Web Services account that contains the template.
7944
7988
  #
7945
7989
  # @option params [required, String] :template_id
7946
7990
  # The ID for the template.
@@ -8001,8 +8045,8 @@ module Aws::QuickSight
8001
8045
  # Updates a theme.
8002
8046
  #
8003
8047
  # @option params [required, String] :aws_account_id
8004
- # The ID of the Amazon Web Services account; that contains the theme
8005
- # that you're updating.
8048
+ # The ID of the Amazon Web Services account that contains the theme that
8049
+ # you're updating.
8006
8050
  #
8007
8051
  # @option params [required, String] :theme_id
8008
8052
  # The ID for the theme.
@@ -8104,7 +8148,7 @@ module Aws::QuickSight
8104
8148
  # Updates an alias of a theme.
8105
8149
  #
8106
8150
  # @option params [required, String] :aws_account_id
8107
- # The ID of the Amazon Web Services account; that contains the theme
8151
+ # The ID of the Amazon Web Services account that contains the theme
8108
8152
  # alias that you're updating.
8109
8153
  #
8110
8154
  # @option params [required, String] :theme_id
@@ -8193,7 +8237,7 @@ module Aws::QuickSight
8193
8237
  # * To specify no permissions, omit the permissions list.
8194
8238
  #
8195
8239
  # @option params [required, String] :aws_account_id
8196
- # The ID of the Amazon Web Services account; that contains the theme.
8240
+ # The ID of the Amazon Web Services account that contains the theme.
8197
8241
  #
8198
8242
  # @option params [required, String] :theme_id
8199
8243
  # The ID for the theme.
@@ -8257,8 +8301,8 @@ module Aws::QuickSight
8257
8301
  # The Amazon QuickSight user name that you want to update.
8258
8302
  #
8259
8303
  # @option params [required, String] :aws_account_id
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
8304
+ # The ID for the Amazon Web Services account that the user is in.
8305
+ # Currently, you use the ID for the Amazon Web Services account that
8262
8306
  # contains your Amazon QuickSight account.
8263
8307
  #
8264
8308
  # @option params [required, String] :namespace
@@ -8279,8 +8323,8 @@ module Aws::QuickSight
8279
8323
  # * `ADMIN`\: A user who is an author, who can also manage Amazon
8280
8324
  # QuickSight settings.
8281
8325
  #
8282
- # The name of the QuickSight role is invisible to the user except for
8283
- # the console screens dealing with permissions.
8326
+ # The name of the Amazon QuickSight role is invisible to the user except
8327
+ # for the console screens dealing with permissions.
8284
8328
  #
8285
8329
  # @option params [String] :custom_permissions_name
8286
8330
  # (Enterprise edition only) The name of the custom permissions profile
@@ -8298,16 +8342,16 @@ module Aws::QuickSight
8298
8342
  #
8299
8343
  # A set of custom permissions includes any combination of these
8300
8344
  # restrictions. Currently, you need to create the profile names for
8301
- # custom permission sets by using the QuickSight console. Then, you use
8302
- # the `RegisterUser` API operation to assign the named set of
8303
- # permissions to a QuickSight user.
8345
+ # custom permission sets by using the Amazon QuickSight console. Then,
8346
+ # you use the `RegisterUser` API operation to assign the named set of
8347
+ # permissions to a Amazon QuickSight user.
8304
8348
  #
8305
- # QuickSight custom permissions are applied through IAM policies.
8349
+ # Amazon QuickSight custom permissions are applied through IAMpolicies.
8306
8350
  # Therefore, they override the permissions typically granted by
8307
- # assigning QuickSight users to one of the default security cohorts in
8308
- # QuickSight (admin, author, reader).
8351
+ # assigning Amazon QuickSight users to one of the default security
8352
+ # cohorts in Amazon QuickSight (admin, author, reader).
8309
8353
  #
8310
- # This feature is available only to QuickSight Enterprise edition
8354
+ # This feature is available only to Amazon QuickSight Enterprise edition
8311
8355
  # subscriptions.
8312
8356
  #
8313
8357
  # @option params [Boolean] :unapply_custom_permissions
@@ -8319,9 +8363,9 @@ module Aws::QuickSight
8319
8363
  #
8320
8364
  # @option params [String] :external_login_federation_provider_type
8321
8365
  # The type of supported external login provider that provides identity
8322
- # to let a user federate into QuickSight with an associated AWS Identity
8323
- # and Access Management (IAM) role. The type of supported external login
8324
- # provider can be one of the following.
8366
+ # to let a user federate into Amazon QuickSight with an associated
8367
+ # Identity and Access Management(IAM) role. The type of supported
8368
+ # external login provider can be one of the following.
8325
8369
  #
8326
8370
  # * `COGNITO`\: Amazon Cognito. The provider URL is
8327
8371
  # cognito-identity.amazonaws.com. When choosing the `COGNITO` provider
@@ -8338,10 +8382,10 @@ module Aws::QuickSight
8338
8382
  #
8339
8383
  # @option params [String] :custom_federation_provider_url
8340
8384
  # The URL of the custom OpenID Connect (OIDC) provider that provides
8341
- # identity to let a user federate into QuickSight with an associated AWS
8342
- # Identity and Access Management (IAM) role. This parameter should only
8343
- # be used when `ExternalLoginFederationProviderType` parameter is set to
8344
- # `CUSTOM_OIDC`.
8385
+ # identity to let a user federate into Amazon QuickSight with an
8386
+ # associated Identity and Access Management(IAM) role. This parameter
8387
+ # should only be used when `ExternalLoginFederationProviderType`
8388
+ # parameter is set to `CUSTOM_OIDC`.
8345
8389
  #
8346
8390
  # @option params [String] :external_login_id
8347
8391
  # The identity ID for a user in the external login provider.
@@ -8405,7 +8449,7 @@ module Aws::QuickSight
8405
8449
  params: params,
8406
8450
  config: config)
8407
8451
  context[:gem_name] = 'aws-sdk-quicksight'
8408
- context[:gem_version] = '1.49.0'
8452
+ context[:gem_version] = '1.53.0'
8409
8453
  Seahorse::Client::Request.new(handlers, context)
8410
8454
  end
8411
8455