aws-sdk-quicksight 1.52.0 → 1.56.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.
@@ -349,7 +349,7 @@ module Aws::QuickSight
349
349
  #
350
350
  # resp = client.cancel_ingestion({
351
351
  # aws_account_id: "AwsAccountId", # required
352
- # data_set_id: "string", # required
352
+ # data_set_id: "String", # required
353
353
  # ingestion_id: "IngestionId", # required
354
354
  # })
355
355
  #
@@ -370,16 +370,17 @@ module Aws::QuickSight
370
370
  end
371
371
 
372
372
  # Creates Amazon QuickSight customizations the current Amazon Web
373
- # Services Region;. Currently, you can add a custom default theme by
373
+ # Services Region. Currently, you can add a custom default theme by
374
374
  # using the `CreateAccountCustomization` or `UpdateAccountCustomization`
375
- # API 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.*
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 Amazon Web
408
- # Services Region;. You can add these to an Amazon Web Services account;
409
- # and a QuickSight 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 Amazon Web Services 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
- # Amazon Web Services 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
1025
  # An ID for the data source. This ID is unique per Amazon Web Services
1011
- # Region; for each Amazon Web Services account;.
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 OpenSearch 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
@@ -1060,7 +1072,7 @@ module Aws::QuickSight
1060
1072
  # aws_account_id: "AwsAccountId", # required
1061
1073
  # data_source_id: "ResourceId", # required
1062
1074
  # name: "ResourceName", # required
1063
- # type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, ORACLE, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER, TIMESTREAM
1075
+ # type: "ADOBE_ANALYTICS", # required, accepts ADOBE_ANALYTICS, AMAZON_ELASTICSEARCH, ATHENA, AURORA, AURORA_POSTGRESQL, AWS_IOT_ANALYTICS, GITHUB, JIRA, MARIADB, MYSQL, ORACLE, POSTGRESQL, PRESTO, REDSHIFT, S3, SALESFORCE, SERVICENOW, SNOWFLAKE, SPARK, SQLSERVER, TERADATA, TWITTER, TIMESTREAM, AMAZON_OPENSEARCH
1064
1076
  # data_source_parameters: {
1065
1077
  # amazon_elasticsearch_parameters: {
1066
1078
  # domain: "Domain", # required
@@ -1151,6 +1163,9 @@ module Aws::QuickSight
1151
1163
  # query: "Query", # required
1152
1164
  # max_rows: 1, # required
1153
1165
  # },
1166
+ # amazon_open_search_parameters: {
1167
+ # domain: "Domain", # required
1168
+ # },
1154
1169
  # },
1155
1170
  # credentials: {
1156
1171
  # credential_pair: {
@@ -1247,6 +1262,9 @@ module Aws::QuickSight
1247
1262
  # query: "Query", # required
1248
1263
  # max_rows: 1, # required
1249
1264
  # },
1265
+ # amazon_open_search_parameters: {
1266
+ # domain: "Domain", # required
1267
+ # },
1250
1268
  # },
1251
1269
  # ],
1252
1270
  # },
@@ -1425,8 +1443,8 @@ module Aws::QuickSight
1425
1443
  # A description for the group that you want to create.
1426
1444
  #
1427
1445
  # @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
1446
+ # The ID for the Amazon Web Services account that the group is in.
1447
+ # Currently, you use the ID for the Amazon Web Services account that
1430
1448
  # contains your Amazon QuickSight account.
1431
1449
  #
1432
1450
  # @option params [required, String] :namespace
@@ -1474,8 +1492,8 @@ module Aws::QuickSight
1474
1492
  # The name of the group that you want to add the user to.
1475
1493
  #
1476
1494
  # @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
1495
+ # The ID for the Amazon Web Services account that the group is in.
1496
+ # Currently, you use the ID for the Amazon Web Services account that
1479
1497
  # contains your Amazon QuickSight account.
1480
1498
  #
1481
1499
  # @option params [required, String] :namespace
@@ -1512,19 +1530,19 @@ module Aws::QuickSight
1512
1530
  req.send_request(options)
1513
1531
  end
1514
1532
 
1515
- # Creates an assignment with one specified IAM policy, identified by its
1533
+ # Creates an assignment with one specified IAMpolicy, identified by its
1516
1534
  # Amazon Resource Name (ARN). This policy assignment is attached to the
1517
1535
  # specified groups or users of Amazon QuickSight. Assignment names are
1518
- # unique per Amazon Web Services account;. To avoid overwriting rules in
1536
+ # unique per Amazon Web Services account. To avoid overwriting rules in
1519
1537
  # other namespaces, use assignment names that are unique.
1520
1538
  #
1521
1539
  # @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.
1540
+ # The ID of the Amazon Web Services account where you want to assign an
1541
+ # IAMpolicy to Amazon QuickSight users or groups.
1524
1542
  #
1525
1543
  # @option params [required, String] :assignment_name
1526
1544
  # The name of the assignment, also called a rule. It must be unique
1527
- # within an Amazon Web Services account;.
1545
+ # within an Amazon Web Services account.
1528
1546
  #
1529
1547
  # @option params [required, String] :assignment_status
1530
1548
  # The status of the assignment. Possible values are as follows:
@@ -1539,12 +1557,12 @@ module Aws::QuickSight
1539
1557
  # when creating the data source.
1540
1558
  #
1541
1559
  # @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.
1560
+ # The ARN for the IAMpolicy to apply to the Amazon QuickSight users and
1561
+ # groups specified in this assignment.
1544
1562
  #
1545
1563
  # @option params [Hash<String,Array>] :identities
1546
- # The QuickSight users, groups, or both that you want to assign the
1547
- # policy to.
1564
+ # The Amazon QuickSight users, groups, or both that you want to assign
1565
+ # the policy to.
1548
1566
  #
1549
1567
  # @option params [required, String] :namespace
1550
1568
  # The namespace that contains the assignment.
@@ -1612,7 +1630,10 @@ module Aws::QuickSight
1612
1630
  # An ID for the ingestion.
1613
1631
  #
1614
1632
  # @option params [required, String] :aws_account_id
1615
- # The Amazon Web Services account; ID.
1633
+ # The Amazon Web Services account ID.
1634
+ #
1635
+ # @option params [String] :ingestion_type
1636
+ # The type of ingestion that you want to create.
1616
1637
  #
1617
1638
  # @return [Types::CreateIngestionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1618
1639
  #
@@ -1625,9 +1646,10 @@ module Aws::QuickSight
1625
1646
  # @example Request syntax with placeholder values
1626
1647
  #
1627
1648
  # resp = client.create_ingestion({
1628
- # data_set_id: "string", # required
1649
+ # data_set_id: "String", # required
1629
1650
  # ingestion_id: "IngestionId", # required
1630
1651
  # aws_account_id: "AwsAccountId", # required
1652
+ # ingestion_type: "INCREMENTAL_REFRESH", # accepts INCREMENTAL_REFRESH, FULL_REFRESH
1631
1653
  # })
1632
1654
  #
1633
1655
  # @example Response structure
@@ -1650,19 +1672,19 @@ module Aws::QuickSight
1650
1672
  # (Enterprise edition only) Creates a new namespace for you to use with
1651
1673
  # Amazon QuickSight.
1652
1674
  #
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.
1675
+ # A namespace allows you to isolate the Amazon QuickSight users and
1676
+ # groups that are registered for that namespace. Users that access the
1677
+ # namespace can share assets only with other users or groups in the same
1678
+ # namespace. They can't see users and groups in other namespaces. You
1679
+ # can create a namespace after your Amazon Web Services account is
1680
+ # subscribed to Amazon QuickSight. The namespace must be unique within
1681
+ # the Amazon Web Services account. By default, there is a limit of 100
1682
+ # namespaces per Amazon Web Services account. To increase your limit,
1683
+ # create a ticket with Amazon Web Services Support.
1662
1684
  #
1663
1685
  # @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.
1686
+ # The ID for the Amazon Web Services account that you want to create the
1687
+ # Amazon QuickSight namespace in.
1666
1688
  #
1667
1689
  # @option params [required, String] :namespace
1668
1690
  # The name that you want to use to describe the new namespace.
@@ -1721,23 +1743,23 @@ module Aws::QuickSight
1721
1743
  # Creates a template from an existing Amazon QuickSight analysis or
1722
1744
  # template. You can use the resulting template to create a dashboard.
1723
1745
  #
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
1746
+ # A *template* is an entity in Amazon QuickSight that encapsulates the
1747
+ # metadata required to create an analysis and that you can use to create
1748
+ # s dashboard. A template adds a layer of abstraction by using
1727
1749
  # placeholders to replace the dataset associated with the analysis. You
1728
1750
  # can use templates to create dashboards by replacing dataset
1729
1751
  # placeholders with datasets that follow the same schema that was used
1730
1752
  # to create the source analysis and template.
1731
1753
  #
1732
1754
  # @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.
1755
+ # The ID for the Amazon Web Services account that the group is in. You
1756
+ # use the ID for the Amazon Web Services account that contains your
1757
+ # Amazon QuickSight account.
1736
1758
  #
1737
1759
  # @option params [required, String] :template_id
1738
1760
  # An ID for the template that you want to create. This template is
1739
1761
  # unique per Amazon Web Services Region; in each Amazon Web Services
1740
- # account;.
1762
+ # account.
1741
1763
  #
1742
1764
  # @option params [String] :name
1743
1765
  # A display name for the template.
@@ -1752,8 +1774,8 @@ module Aws::QuickSight
1752
1774
  # for an analysis. Both of these require an Amazon Resource Name (ARN).
1753
1775
  # For `SourceTemplate`, specify the ARN of the source template. For
1754
1776
  # `SourceAnalysis`, specify the ARN of the source analysis. The
1755
- # `SourceTemplate` ARN can contain any Amazon Web Services account; and
1756
- # any QuickSight-supported Amazon Web Services Region;.
1777
+ # `SourceTemplate` ARN can contain any Amazon Web Services account and
1778
+ # any Amazon QuickSight-supported Amazon Web Services Region.
1757
1779
  #
1758
1780
  # Use the `DataSetReferences` entity within `SourceTemplate` or
1759
1781
  # `SourceAnalysis` to list the replacement datasets for the placeholders
@@ -1836,7 +1858,7 @@ module Aws::QuickSight
1836
1858
  # Creates a template alias for a template.
1837
1859
  #
1838
1860
  # @option params [required, String] :aws_account_id
1839
- # The ID of the Amazon Web Services account; that contains the template
1861
+ # The ID of the Amazon Web Services account that contains the template
1840
1862
  # that you creating an alias for.
1841
1863
  #
1842
1864
  # @option params [required, String] :template_id
@@ -1893,12 +1915,12 @@ module Aws::QuickSight
1893
1915
  # [1]: https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html
1894
1916
  #
1895
1917
  # @option params [required, String] :aws_account_id
1896
- # The ID of the Amazon Web Services account; where you want to store the
1918
+ # The ID of the Amazon Web Services account where you want to store the
1897
1919
  # new theme.
1898
1920
  #
1899
1921
  # @option params [required, String] :theme_id
1900
1922
  # An ID for the theme that you want to create. The theme ID is unique
1901
- # per Amazon Web Services Region; in each Amazon Web Services account;.
1923
+ # per Amazon Web Services Region in each Amazon Web Services account.
1902
1924
  #
1903
1925
  # @option params [required, String] :name
1904
1926
  # A display name for the theme.
@@ -1907,7 +1929,7 @@ module Aws::QuickSight
1907
1929
  # The ID of the theme that a custom theme will inherit from. All themes
1908
1930
  # inherit from one of the starting themes defined by Amazon QuickSight.
1909
1931
  # For a list of the starting themes, use `ListThemes` or choose
1910
- # **Themes** from within a QuickSight analysis.
1932
+ # **Themes** from within a Amazon QuickSight analysis.
1911
1933
  #
1912
1934
  # @option params [String] :version_description
1913
1935
  # A description of the first version of the theme that you're creating.
@@ -2017,7 +2039,7 @@ module Aws::QuickSight
2017
2039
  # Creates a theme alias for a theme.
2018
2040
  #
2019
2041
  # @option params [required, String] :aws_account_id
2020
- # The ID of the Amazon Web Services account; that contains the theme for
2042
+ # The ID of the Amazon Web Services account that contains the theme for
2021
2043
  # the new theme alias.
2022
2044
  #
2023
2045
  # @option params [required, String] :theme_id
@@ -2064,16 +2086,17 @@ module Aws::QuickSight
2064
2086
  end
2065
2087
 
2066
2088
  # Deletes all Amazon QuickSight customizations in this Amazon Web
2067
- # Services Region; for the specified Amazon Web Services account; and
2068
- # QuickSight namespace.
2089
+ # Services Region for the specified Amazon Web Services account and
2090
+ # Amazon QuickSight namespace.
2069
2091
  #
2070
2092
  # @option params [required, String] :aws_account_id
2071
- # The ID for the Amazon Web Services account; that you want to delete
2072
- # QuickSight customizations from in this Amazon Web Services Region;.
2093
+ # The ID for the Amazon Web Services account that you want to delete
2094
+ # Amazon QuickSight customizations from in this Amazon Web Services
2095
+ # Region.
2073
2096
  #
2074
2097
  # @option params [String] :namespace
2075
- # The QuickSight namespace that you're deleting the customizations
2076
- # from.
2098
+ # The Amazon QuickSight namespace that you're deleting the
2099
+ # customizations from.
2077
2100
  #
2078
2101
  # @return [Types::DeleteAccountCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2079
2102
  #
@@ -2104,9 +2127,10 @@ module Aws::QuickSight
2104
2127
  # Deletes an analysis from Amazon QuickSight. You can optionally include
2105
2128
  # a recovery window during which you can restore the analysis. If you
2106
2129
  # don't specify a recovery window value, the operation defaults to 30
2107
- # days. QuickSight attaches a `DeletionTime` stamp to the response that
2108
- # specifies the end of the recovery window. At the end of the recovery
2109
- # window, QuickSight deletes the analysis permanently.
2130
+ # days. Amazon QuickSight attaches a `DeletionTime` stamp to the
2131
+ # response that specifies the end of the recovery window. At the end of
2132
+ # the recovery window, Amazon QuickSight deletes the analysis
2133
+ # permanently.
2110
2134
  #
2111
2135
  # At any time before recovery window ends, you can use the
2112
2136
  # `RestoreAnalysis` API operation to remove the `DeletionTime` stamp and
@@ -2115,19 +2139,20 @@ module Aws::QuickSight
2115
2139
  # make a template from it.
2116
2140
  #
2117
2141
  # An analysis that's scheduled for deletion isn't accessible in the
2118
- # QuickSight console. To access it in the console, restore it. Deleting
2119
- # an analysis doesn't delete the dashboards that you publish from it.
2142
+ # Amazon QuickSight console. To access it in the console, restore it.
2143
+ # Deleting an analysis doesn't delete the dashboards that you publish
2144
+ # from it.
2120
2145
  #
2121
2146
  # @option params [required, String] :aws_account_id
2122
- # The ID of the Amazon Web Services account; where you want to delete an
2147
+ # The ID of the Amazon Web Services account where you want to delete an
2123
2148
  # analysis.
2124
2149
  #
2125
2150
  # @option params [required, String] :analysis_id
2126
2151
  # The ID of the analysis that you're deleting.
2127
2152
  #
2128
2153
  # @option params [Integer] :recovery_window_in_days
2129
- # A value that specifies the number of days that QuickSight waits before
2130
- # it deletes the analysis. You can't use this parameter with the
2154
+ # A value that specifies the number of days that Amazon QuickSight waits
2155
+ # before it deletes the analysis. You can't use this parameter with the
2131
2156
  # `ForceDeleteWithoutRecovery` option in the same API call. The default
2132
2157
  # value is 30.
2133
2158
  #
@@ -2173,7 +2198,7 @@ module Aws::QuickSight
2173
2198
  # Deletes a dashboard.
2174
2199
  #
2175
2200
  # @option params [required, String] :aws_account_id
2176
- # The ID of the Amazon Web Services account; that contains the dashboard
2201
+ # The ID of the Amazon Web Services account that contains the dashboard
2177
2202
  # that you're deleting.
2178
2203
  #
2179
2204
  # @option params [required, String] :dashboard_id
@@ -2217,11 +2242,11 @@ module Aws::QuickSight
2217
2242
  # Deletes a dataset.
2218
2243
  #
2219
2244
  # @option params [required, String] :aws_account_id
2220
- # The Amazon Web Services account; ID.
2245
+ # The Amazon Web Services account ID.
2221
2246
  #
2222
2247
  # @option params [required, String] :data_set_id
2223
2248
  # The ID for the dataset that you want to create. This ID is unique per
2224
- # Amazon Web Services Region; for each Amazon Web Services account;.
2249
+ # Amazon Web Services Region for each Amazon Web Services account.
2225
2250
  #
2226
2251
  # @return [Types::DeleteDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2227
2252
  #
@@ -2257,11 +2282,11 @@ module Aws::QuickSight
2257
2282
  # datasets that reference the deleted data source.
2258
2283
  #
2259
2284
  # @option params [required, String] :aws_account_id
2260
- # The Amazon Web Services account; ID.
2285
+ # The Amazon Web Services account ID.
2261
2286
  #
2262
2287
  # @option params [required, String] :data_source_id
2263
2288
  # The ID of the data source. This ID is unique per Amazon Web Services
2264
- # Region; for each Amazon Web Services account;.
2289
+ # Region for each Amazon Web Services account.
2265
2290
  #
2266
2291
  # @return [Types::DeleteDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2267
2292
  #
@@ -2382,8 +2407,8 @@ module Aws::QuickSight
2382
2407
  # The name of the group that you want to delete.
2383
2408
  #
2384
2409
  # @option params [required, String] :aws_account_id
2385
- # The ID for the Amazon Web Services account; that the group is in.
2386
- # Currently, you use the ID for the Amazon Web Services account; that
2410
+ # The ID for the Amazon Web Services account that the group is in.
2411
+ # Currently, you use the ID for the Amazon Web Services account that
2387
2412
  # contains your Amazon QuickSight account.
2388
2413
  #
2389
2414
  # @option params [required, String] :namespace
@@ -2427,8 +2452,8 @@ module Aws::QuickSight
2427
2452
  # The name of the group that you want to delete the user from.
2428
2453
  #
2429
2454
  # @option params [required, String] :aws_account_id
2430
- # The ID for the Amazon Web Services account; that the group is in.
2431
- # Currently, you use the ID for the Amazon Web Services account; that
2455
+ # The ID for the Amazon Web Services account that the group is in.
2456
+ # Currently, you use the ID for the Amazon Web Services account that
2432
2457
  # contains your Amazon QuickSight account.
2433
2458
  #
2434
2459
  # @option params [required, String] :namespace
@@ -2462,11 +2487,11 @@ module Aws::QuickSight
2462
2487
  req.send_request(options)
2463
2488
  end
2464
2489
 
2465
- # Deletes an existing IAM policy assignment.
2490
+ # Deletes an existing IAMpolicy assignment.
2466
2491
  #
2467
2492
  # @option params [required, String] :aws_account_id
2468
- # The Amazon Web Services account; ID where you want to delete the IAM
2469
- # policy assignment.
2493
+ # The Amazon Web Services account ID where you want to delete the
2494
+ # IAMpolicy assignment.
2470
2495
  #
2471
2496
  # @option params [required, String] :assignment_name
2472
2497
  # The name of the assignment.
@@ -2510,8 +2535,8 @@ module Aws::QuickSight
2510
2535
  # asset.
2511
2536
  #
2512
2537
  # @option params [required, String] :aws_account_id
2513
- # The ID for the Amazon Web Services account; that you want to delete
2514
- # the QuickSight namespace from.
2538
+ # The ID for the Amazon Web Services account that you want to delete the
2539
+ # Amazon QuickSight namespace from.
2515
2540
  #
2516
2541
  # @option params [required, String] :namespace
2517
2542
  # The namespace that you want to delete.
@@ -2545,7 +2570,7 @@ module Aws::QuickSight
2545
2570
  # Deletes a template.
2546
2571
  #
2547
2572
  # @option params [required, String] :aws_account_id
2548
- # The ID of the Amazon Web Services account; that contains the template
2573
+ # The ID of the Amazon Web Services account that contains the template
2549
2574
  # that you're deleting.
2550
2575
  #
2551
2576
  # @option params [required, String] :template_id
@@ -2592,7 +2617,7 @@ module Aws::QuickSight
2592
2617
  # the alias points to.
2593
2618
  #
2594
2619
  # @option params [required, String] :aws_account_id
2595
- # The ID of the Amazon Web Services account; that contains the item to
2620
+ # The ID of the Amazon Web Services account that contains the item to
2596
2621
  # delete.
2597
2622
  #
2598
2623
  # @option params [required, String] :template_id
@@ -2640,8 +2665,8 @@ module Aws::QuickSight
2640
2665
  # Deletes a theme.
2641
2666
  #
2642
2667
  # @option params [required, String] :aws_account_id
2643
- # The ID of the Amazon Web Services account; that contains the theme
2644
- # that you're deleting.
2668
+ # The ID of the Amazon Web Services account that contains the theme that
2669
+ # you're deleting.
2645
2670
  #
2646
2671
  # @option params [required, String] :theme_id
2647
2672
  # An ID for the theme that you want to delete.
@@ -2688,7 +2713,7 @@ module Aws::QuickSight
2688
2713
  # theme that the alias points to.
2689
2714
  #
2690
2715
  # @option params [required, String] :aws_account_id
2691
- # The ID of the Amazon Web Services account; that contains the theme
2716
+ # The ID of the Amazon Web Services account that contains the theme
2692
2717
  # alias to delete.
2693
2718
  #
2694
2719
  # @option params [required, String] :theme_id
@@ -2739,8 +2764,8 @@ module Aws::QuickSight
2739
2764
  # The name of the user that you want to delete.
2740
2765
  #
2741
2766
  # @option params [required, String] :aws_account_id
2742
- # The ID for the Amazon Web Services account; that the user is in.
2743
- # Currently, you use the ID for the Amazon Web Services account; that
2767
+ # The ID for the Amazon Web Services account that the user is in.
2768
+ # Currently, you use the ID for the Amazon Web Services account that
2744
2769
  # contains your Amazon QuickSight account.
2745
2770
  #
2746
2771
  # @option params [required, String] :namespace
@@ -2779,8 +2804,8 @@ module Aws::QuickSight
2779
2804
  # The principal ID of the user.
2780
2805
  #
2781
2806
  # @option params [required, String] :aws_account_id
2782
- # The ID for the Amazon Web Services account; that the user is in.
2783
- # Currently, you use the ID for the Amazon Web Services account; that
2807
+ # The ID for the Amazon Web Services account that the user is in.
2808
+ # Currently, you use the ID for the Amazon Web Services account that
2784
2809
  # contains your Amazon QuickSight account.
2785
2810
  #
2786
2811
  # @option params [required, String] :namespace
@@ -2814,31 +2839,31 @@ module Aws::QuickSight
2814
2839
  end
2815
2840
 
2816
2841
  # Describes the customizations associated with the provided Amazon Web
2817
- # Services account; and Amazon QuickSight namespace in an Amazon Web
2818
- # Services Region;. The QuickSight console evaluates which
2842
+ # Services account and Amazon Amazon QuickSight namespace in an Amazon
2843
+ # Web Services Region. The Amazon QuickSight console evaluates which
2819
2844
  # customizations to apply by running this API operation with the
2820
2845
  # `Resolved` flag included.
2821
2846
  #
2822
2847
  # To determine what customizations display when you run this command, it
2823
2848
  # can help to visualize the relationship of the entities involved.
2824
2849
  #
2825
- # * `Amazon Web Services account;` - The Amazon Web Services account;
2850
+ # * `Amazon Web Services account` - The Amazon Web Services account
2826
2851
  # exists at the top of the hierarchy. It has the potential to use all
2827
- # of the Amazon Web Services Regions; and AWS Services. When you
2828
- # subscribe to QuickSight, you choose one Amazon Web Services Region;
2829
- # to use as your home Region. That's where your free SPICE capacity
2830
- # is located. You can use QuickSight in any supported Amazon Web
2831
- # Services Region;.
2832
- #
2833
- # * `Amazon Web Services Region;` - In each Amazon Web Services Region;
2834
- # where you sign in to QuickSight at least once, QuickSight acts as a
2835
- # separate instance of the same service. If you have a user directory,
2836
- # it resides in us-east-1, which is the US East (N. Virginia).
2837
- # Generally speaking, these users have access to QuickSight in any
2838
- # Amazon Web Services Region;, unless they are constrained to a
2839
- # namespace.
2840
- #
2841
- # To run the command in a different Amazon Web Services Region;, you
2852
+ # of the Amazon Web Services Regions and AWS Services. When you
2853
+ # subscribe to Amazon QuickSight, you choose one Amazon Web Services
2854
+ # Region to use as your home Region. That's where your free SPICE
2855
+ # capacity is located. You can use Amazon QuickSight in any supported
2856
+ # Amazon Web Services Region.
2857
+ #
2858
+ # * `Amazon Web Services Region` - In each Amazon Web Services Region
2859
+ # where you sign in to Amazon QuickSight at least once, Amazon
2860
+ # QuickSight acts as a separate instance of the same service. If you
2861
+ # have a user directory, it resides in us-east-1, which is the US East
2862
+ # (N. Virginia). Generally speaking, these users have access to Amazon
2863
+ # QuickSight in any Amazon Web Services Region, unless they are
2864
+ # constrained to a namespace.
2865
+ #
2866
+ # To run the command in a different Amazon Web Services Region, you
2842
2867
  # change your Region settings. If you're using the AWS CLI, you can
2843
2868
  # use one of the following options:
2844
2869
  #
@@ -2847,25 +2872,25 @@ module Aws::QuickSight
2847
2872
  # * Use [named profiles][2].
2848
2873
  #
2849
2874
  # * Run `aws configure` to change your default Amazon Web Services
2850
- # Region;. Use Enter to key the same settings for your keys. For
2851
- # more information, see [Configuring the AWS CLI][3].
2875
+ # Region. Use Enter to key the same settings for your keys. For more
2876
+ # information, see [Configuring the AWS CLI][3].
2852
2877
  #
2853
- # * `Namespace` - A QuickSight namespace is a partition that contains
2854
- # users and assets (data sources, datasets, dashboards, and so on). To
2855
- # access assets that are in a specific namespace, users and groups
2856
- # must also be part of the same namespace. People who share a
2878
+ # * `Namespace` - A Amazon QuickSight namespace is a partition that
2879
+ # contains users and assets (data sources, datasets, dashboards, and
2880
+ # so on). To access assets that are in a specific namespace, users and
2881
+ # groups must also be part of the same namespace. People who share a
2857
2882
  # namespace are completely isolated from users and assets in other
2858
- # namespaces, even if they are in the same Amazon Web Services
2859
- # account; and Amazon Web Services Region;.
2860
- #
2861
- # * `Applied customizations` - Within an Amazon Web Services Region;, a
2862
- # set of QuickSight customizations can apply to an Amazon Web Services
2863
- # account; or to a namespace. Settings that you apply to a namespace
2864
- # override settings that you apply to an Amazon Web Services account;.
2865
- # All settings are isolated to a single Amazon Web Services Region;.
2866
- # To apply them in other Amazon Web Services Regions;, run the
2883
+ # namespaces, even if they are in the same Amazon Web Services account
2884
+ # and Amazon Web Services Region.
2885
+ #
2886
+ # * `Applied customizations` - Within an Amazon Web Services Region, a
2887
+ # set of Amazon QuickSight customizations can apply to an Amazon Web
2888
+ # Services account or to a namespace. Settings that you apply to a
2889
+ # namespace override settings that you apply to an Amazon Web Services
2890
+ # account. All settings are isolated to a single Amazon Web Services
2891
+ # Region. To apply them in other Amazon Web Services Regions, run the
2867
2892
  # `CreateAccountCustomization` command in each Amazon Web Services
2868
- # Region; where you want to apply the same customizations.
2893
+ # Region where you want to apply the same customizations.
2869
2894
  #
2870
2895
  #
2871
2896
  #
@@ -2874,20 +2899,20 @@ module Aws::QuickSight
2874
2899
  # [3]: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html
2875
2900
  #
2876
2901
  # @option params [required, String] :aws_account_id
2877
- # The ID for the Amazon Web Services account; that you want to describe
2878
- # QuickSight customizations for.
2902
+ # The ID for the Amazon Web Services account that you want to describe
2903
+ # Amazon QuickSight customizations for.
2879
2904
  #
2880
2905
  # @option params [String] :namespace
2881
- # The QuickSight namespace that you want to describe QuickSight
2882
- # customizations for.
2906
+ # The Amazon QuickSight namespace that you want to describe Amazon
2907
+ # QuickSight customizations for.
2883
2908
  #
2884
2909
  # @option params [Boolean] :resolved
2885
2910
  # The `Resolved` flag works with the other parameters to determine which
2886
- # view of QuickSight customizations is returned. You can add this flag
2887
- # to your command to use the same view that QuickSight uses to identify
2888
- # which customizations to apply to the console. Omit this flag, or set
2889
- # it to `no-resolved`, to reveal customizations that are configured at
2890
- # different levels.
2911
+ # view of Amazon QuickSight customizations is returned. You can add this
2912
+ # flag to your command to use the same view that Amazon QuickSight uses
2913
+ # to identify which customizations to apply to the console. Omit this
2914
+ # flag, or set it to `no-resolved`, to reveal customizations that are
2915
+ # configured at different levels.
2891
2916
  #
2892
2917
  # @return [Types::DescribeAccountCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2893
2918
  #
@@ -2924,11 +2949,11 @@ module Aws::QuickSight
2924
2949
  req.send_request(options)
2925
2950
  end
2926
2951
 
2927
- # Describes the settings that were used when your QuickSight
2928
- # subscription was first created in this Amazon Web Services account;.
2952
+ # Describes the settings that were used when your Amazon QuickSight
2953
+ # subscription was first created in this Amazon Web Services account.
2929
2954
  #
2930
2955
  # @option params [required, String] :aws_account_id
2931
- # The ID for the Amazon Web Services account; that contains the settings
2956
+ # The ID for the Amazon Web Services account that contains the settings
2932
2957
  # that you want to list.
2933
2958
  #
2934
2959
  # @return [Types::DescribeAccountSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2964,9 +2989,9 @@ module Aws::QuickSight
2964
2989
  # Provides a summary of the metadata for an analysis.
2965
2990
  #
2966
2991
  # @option params [required, String] :aws_account_id
2967
- # The ID of the Amazon Web Services account; that contains the analysis.
2968
- # You must be using the Amazon Web Services account; that the analysis
2969
- # is in.
2992
+ # The ID of the Amazon Web Services account that contains the analysis.
2993
+ # You must be using the Amazon Web Services account that the analysis is
2994
+ # in.
2970
2995
  #
2971
2996
  # @option params [required, String] :analysis_id
2972
2997
  # The ID of the analysis that you're describing. The ID is part of the
@@ -3017,9 +3042,9 @@ module Aws::QuickSight
3017
3042
  # Provides the read and write permissions for an analysis.
3018
3043
  #
3019
3044
  # @option params [required, String] :aws_account_id
3020
- # The ID of the Amazon Web Services account; that contains the analysis
3045
+ # The ID of the Amazon Web Services account that contains the analysis
3021
3046
  # whose permissions you're describing. You must be using the Amazon Web
3022
- # Services account; that the analysis is in.
3047
+ # Services account that the analysis is in.
3023
3048
  #
3024
3049
  # @option params [required, String] :analysis_id
3025
3050
  # The ID of the analysis whose permissions you're describing. The ID is
@@ -3063,7 +3088,7 @@ module Aws::QuickSight
3063
3088
  # Provides a summary for a dashboard.
3064
3089
  #
3065
3090
  # @option params [required, String] :aws_account_id
3066
- # The ID of the Amazon Web Services account; that contains the dashboard
3091
+ # The ID of the Amazon Web Services account that contains the dashboard
3067
3092
  # that you're describing.
3068
3093
  #
3069
3094
  # @option params [required, String] :dashboard_id
@@ -3129,11 +3154,11 @@ module Aws::QuickSight
3129
3154
  # Describes read and write permissions for a dashboard.
3130
3155
  #
3131
3156
  # @option params [required, String] :aws_account_id
3132
- # The ID of the Amazon Web Services account; that contains the dashboard
3157
+ # The ID of the Amazon Web Services account that contains the dashboard
3133
3158
  # that you're describing permissions for.
3134
3159
  #
3135
3160
  # @option params [required, String] :dashboard_id
3136
- # The ID for the dashboard, also added to the IAM policy.
3161
+ # The ID for the dashboard, also added to the IAMpolicy.
3137
3162
  #
3138
3163
  # @return [Types::DescribeDashboardPermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3139
3164
  #
@@ -3173,11 +3198,11 @@ module Aws::QuickSight
3173
3198
  # Describes a dataset.
3174
3199
  #
3175
3200
  # @option params [required, String] :aws_account_id
3176
- # The Amazon Web Services account; ID.
3201
+ # The Amazon Web Services account ID.
3177
3202
  #
3178
3203
  # @option params [required, String] :data_set_id
3179
3204
  # The ID for the dataset that you want to create. This ID is unique per
3180
- # Amazon Web Services Region; for each Amazon Web Services account;.
3205
+ # Amazon Web Services Region for each Amazon Web Services account.
3181
3206
  #
3182
3207
  # @return [Types::DescribeDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3183
3208
  #
@@ -3241,6 +3266,9 @@ module Aws::QuickSight
3241
3266
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.tags #=> Array
3242
3267
  # 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"
3243
3268
  # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].tag_column_operation.tags[0].column_description.text #=> String
3269
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].untag_column_operation.column_name #=> String
3270
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].untag_column_operation.tag_names #=> Array
3271
+ # resp.data_set.logical_table_map["LogicalTableId"].data_transforms[0].untag_column_operation.tag_names[0] #=> String, one of "COLUMN_GEOGRAPHIC_ROLE", "COLUMN_DESCRIPTION"
3244
3272
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.left_operand #=> String
3245
3273
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.right_operand #=> String
3246
3274
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.left_join_key_properties.unique_key #=> Boolean
@@ -3248,6 +3276,7 @@ module Aws::QuickSight
3248
3276
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.type #=> String, one of "INNER", "OUTER", "LEFT", "RIGHT"
3249
3277
  # resp.data_set.logical_table_map["LogicalTableId"].source.join_instruction.on_clause #=> String
3250
3278
  # resp.data_set.logical_table_map["LogicalTableId"].source.physical_table_id #=> String
3279
+ # resp.data_set.logical_table_map["LogicalTableId"].source.data_set_arn #=> String
3251
3280
  # resp.data_set.output_columns #=> Array
3252
3281
  # resp.data_set.output_columns[0].name #=> String
3253
3282
  # resp.data_set.output_columns[0].description #=> String
@@ -3279,6 +3308,8 @@ module Aws::QuickSight
3279
3308
  # resp.data_set.column_level_permission_rules[0].principals[0] #=> String
3280
3309
  # resp.data_set.column_level_permission_rules[0].column_names #=> Array
3281
3310
  # resp.data_set.column_level_permission_rules[0].column_names[0] #=> String
3311
+ # resp.data_set.data_set_usage_configuration.disable_use_as_direct_query_source #=> Boolean
3312
+ # resp.data_set.data_set_usage_configuration.disable_use_as_imported_source #=> Boolean
3282
3313
  # resp.request_id #=> String
3283
3314
  # resp.status #=> Integer
3284
3315
  #
@@ -3297,11 +3328,11 @@ module Aws::QuickSight
3297
3328
  # `arn:aws:quicksight:region:aws-account-id:dataset/data-set-id`.
3298
3329
  #
3299
3330
  # @option params [required, String] :aws_account_id
3300
- # The Amazon Web Services account; ID.
3331
+ # The Amazon Web Services account ID.
3301
3332
  #
3302
3333
  # @option params [required, String] :data_set_id
3303
3334
  # The ID for the dataset that you want to create. This ID is unique per
3304
- # Amazon Web Services Region; for each Amazon Web Services account;.
3335
+ # Amazon Web Services Region for each Amazon Web Services account.
3305
3336
  #
3306
3337
  # @return [Types::DescribeDataSetPermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3307
3338
  #
@@ -3341,11 +3372,11 @@ module Aws::QuickSight
3341
3372
  # Describes a data source.
3342
3373
  #
3343
3374
  # @option params [required, String] :aws_account_id
3344
- # The Amazon Web Services account; ID.
3375
+ # The Amazon Web Services account ID.
3345
3376
  #
3346
3377
  # @option params [required, String] :data_source_id
3347
3378
  # The ID of the data source. This ID is unique per Amazon Web Services
3348
- # Region; for each Amazon Web Services account;.
3379
+ # Region for each Amazon Web Services account.
3349
3380
  #
3350
3381
  # @return [Types::DescribeDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3351
3382
  #
@@ -3365,7 +3396,7 @@ module Aws::QuickSight
3365
3396
  # resp.data_source.arn #=> String
3366
3397
  # resp.data_source.data_source_id #=> String
3367
3398
  # resp.data_source.name #=> String
3368
- # resp.data_source.type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "ORACLE", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM"
3399
+ # resp.data_source.type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "ORACLE", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM", "AMAZON_OPENSEARCH"
3369
3400
  # resp.data_source.status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
3370
3401
  # resp.data_source.created_time #=> Time
3371
3402
  # resp.data_source.last_updated_time #=> Time
@@ -3416,6 +3447,7 @@ module Aws::QuickSight
3416
3447
  # resp.data_source.data_source_parameters.teradata_parameters.database #=> String
3417
3448
  # resp.data_source.data_source_parameters.twitter_parameters.query #=> String
3418
3449
  # resp.data_source.data_source_parameters.twitter_parameters.max_rows #=> Integer
3450
+ # resp.data_source.data_source_parameters.amazon_open_search_parameters.domain #=> String
3419
3451
  # resp.data_source.alternate_data_source_parameters #=> Array
3420
3452
  # resp.data_source.alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
3421
3453
  # resp.data_source.alternate_data_source_parameters[0].athena_parameters.work_group #=> String
@@ -3464,6 +3496,7 @@ module Aws::QuickSight
3464
3496
  # resp.data_source.alternate_data_source_parameters[0].teradata_parameters.database #=> String
3465
3497
  # resp.data_source.alternate_data_source_parameters[0].twitter_parameters.query #=> String
3466
3498
  # resp.data_source.alternate_data_source_parameters[0].twitter_parameters.max_rows #=> Integer
3499
+ # resp.data_source.alternate_data_source_parameters[0].amazon_open_search_parameters.domain #=> String
3467
3500
  # resp.data_source.vpc_connection_properties.vpc_connection_arn #=> String
3468
3501
  # resp.data_source.ssl_properties.disable_ssl #=> Boolean
3469
3502
  # resp.data_source.error_info.type #=> String, one of "ACCESS_DENIED", "COPY_SOURCE_NOT_FOUND", "TIMEOUT", "ENGINE_VERSION_NOT_SUPPORTED", "UNKNOWN_HOST", "GENERIC_SQL_FAILURE", "CONFLICT", "UNKNOWN"
@@ -3483,11 +3516,11 @@ module Aws::QuickSight
3483
3516
  # Describes the resource permissions for a data source.
3484
3517
  #
3485
3518
  # @option params [required, String] :aws_account_id
3486
- # The Amazon Web Services account; ID.
3519
+ # The Amazon Web Services account ID.
3487
3520
  #
3488
3521
  # @option params [required, String] :data_source_id
3489
3522
  # The ID of the data source. This ID is unique per Amazon Web Services
3490
- # Region; for each Amazon Web Services account;.
3523
+ # Region for each Amazon Web Services account.
3491
3524
  #
3492
3525
  # @return [Types::DescribeDataSourcePermissionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3493
3526
  #
@@ -3662,8 +3695,8 @@ module Aws::QuickSight
3662
3695
  # The name of the group that you want to describe.
3663
3696
  #
3664
3697
  # @option params [required, String] :aws_account_id
3665
- # The ID for the Amazon Web Services account; that the group is in.
3666
- # Currently, you use the ID for the Amazon Web Services account; that
3698
+ # The ID for the Amazon Web Services account that the group is in.
3699
+ # Currently, you use the ID for the Amazon Web Services account that
3667
3700
  # contains your Amazon QuickSight account.
3668
3701
  #
3669
3702
  # @option params [required, String] :namespace
@@ -3701,12 +3734,12 @@ module Aws::QuickSight
3701
3734
  req.send_request(options)
3702
3735
  end
3703
3736
 
3704
- # Describes an existing IAM policy assignment, as specified by the
3737
+ # Describes an existing IAMpolicy assignment, as specified by the
3705
3738
  # assignment name.
3706
3739
  #
3707
3740
  # @option params [required, String] :aws_account_id
3708
- # The ID of the Amazon Web Services account; that contains the
3709
- # assignment that you want to describe.
3741
+ # The ID of the Amazon Web Services account that contains the assignment
3742
+ # that you want to describe.
3710
3743
  #
3711
3744
  # @option params [required, String] :assignment_name
3712
3745
  # The name of the assignment, also called a rule.
@@ -3753,7 +3786,7 @@ module Aws::QuickSight
3753
3786
  # Describes a SPICE ingestion.
3754
3787
  #
3755
3788
  # @option params [required, String] :aws_account_id
3756
- # The Amazon Web Services account; ID.
3789
+ # The Amazon Web Services account ID.
3757
3790
  #
3758
3791
  # @option params [required, String] :data_set_id
3759
3792
  # The ID of the dataset used in the ingestion.
@@ -3771,7 +3804,7 @@ module Aws::QuickSight
3771
3804
  #
3772
3805
  # resp = client.describe_ingestion({
3773
3806
  # aws_account_id: "AwsAccountId", # required
3774
- # data_set_id: "string", # required
3807
+ # data_set_id: "String", # required
3775
3808
  # ingestion_id: "IngestionId", # required
3776
3809
  # })
3777
3810
  #
@@ -3780,10 +3813,11 @@ module Aws::QuickSight
3780
3813
  # resp.ingestion.arn #=> String
3781
3814
  # resp.ingestion.ingestion_id #=> String
3782
3815
  # resp.ingestion.ingestion_status #=> String, one of "INITIALIZED", "QUEUED", "RUNNING", "FAILED", "COMPLETED", "CANCELLED"
3783
- # resp.ingestion.error_info.type #=> String, one of "FAILURE_TO_ASSUME_ROLE", "INGESTION_SUPERSEDED", "INGESTION_CANCELED", "DATA_SET_DELETED", "DATA_SET_NOT_SPICE", "S3_UPLOADED_FILE_DELETED", "S3_MANIFEST_ERROR", "DATA_TOLERANCE_EXCEPTION", "SPICE_TABLE_NOT_FOUND", "DATA_SET_SIZE_LIMIT_EXCEEDED", "ROW_SIZE_LIMIT_EXCEEDED", "ACCOUNT_CAPACITY_LIMIT_EXCEEDED", "CUSTOMER_ERROR", "DATA_SOURCE_NOT_FOUND", "IAM_ROLE_NOT_AVAILABLE", "CONNECTION_FAILURE", "SQL_TABLE_NOT_FOUND", "PERMISSION_DENIED", "SSL_CERTIFICATE_VALIDATION_FAILURE", "OAUTH_TOKEN_FAILURE", "SOURCE_API_LIMIT_EXCEEDED_FAILURE", "PASSWORD_AUTHENTICATION_FAILURE", "SQL_SCHEMA_MISMATCH_ERROR", "INVALID_DATE_FORMAT", "INVALID_DATAPREP_SYNTAX", "SOURCE_RESOURCE_LIMIT_EXCEEDED", "SQL_INVALID_PARAMETER_VALUE", "QUERY_TIMEOUT", "SQL_NUMERIC_OVERFLOW", "UNRESOLVABLE_HOST", "UNROUTABLE_HOST", "SQL_EXCEPTION", "S3_FILE_INACCESSIBLE", "IOT_FILE_NOT_FOUND", "IOT_DATA_SET_FILE_EMPTY", "INVALID_DATA_SOURCE_CONFIG", "DATA_SOURCE_AUTH_FAILED", "DATA_SOURCE_CONNECTION_FAILED", "FAILURE_TO_PROCESS_JSON_FILE", "INTERNAL_SERVICE_ERROR"
3816
+ # resp.ingestion.error_info.type #=> String, one of "FAILURE_TO_ASSUME_ROLE", "INGESTION_SUPERSEDED", "INGESTION_CANCELED", "DATA_SET_DELETED", "DATA_SET_NOT_SPICE", "S3_UPLOADED_FILE_DELETED", "S3_MANIFEST_ERROR", "DATA_TOLERANCE_EXCEPTION", "SPICE_TABLE_NOT_FOUND", "DATA_SET_SIZE_LIMIT_EXCEEDED", "ROW_SIZE_LIMIT_EXCEEDED", "ACCOUNT_CAPACITY_LIMIT_EXCEEDED", "CUSTOMER_ERROR", "DATA_SOURCE_NOT_FOUND", "IAM_ROLE_NOT_AVAILABLE", "CONNECTION_FAILURE", "SQL_TABLE_NOT_FOUND", "PERMISSION_DENIED", "SSL_CERTIFICATE_VALIDATION_FAILURE", "OAUTH_TOKEN_FAILURE", "SOURCE_API_LIMIT_EXCEEDED_FAILURE", "PASSWORD_AUTHENTICATION_FAILURE", "SQL_SCHEMA_MISMATCH_ERROR", "INVALID_DATE_FORMAT", "INVALID_DATAPREP_SYNTAX", "SOURCE_RESOURCE_LIMIT_EXCEEDED", "SQL_INVALID_PARAMETER_VALUE", "QUERY_TIMEOUT", "SQL_NUMERIC_OVERFLOW", "UNRESOLVABLE_HOST", "UNROUTABLE_HOST", "SQL_EXCEPTION", "S3_FILE_INACCESSIBLE", "IOT_FILE_NOT_FOUND", "IOT_DATA_SET_FILE_EMPTY", "INVALID_DATA_SOURCE_CONFIG", "DATA_SOURCE_AUTH_FAILED", "DATA_SOURCE_CONNECTION_FAILED", "FAILURE_TO_PROCESS_JSON_FILE", "INTERNAL_SERVICE_ERROR", "REFRESH_SUPPRESSED_BY_EDIT", "PERMISSION_NOT_FOUND", "ELASTICSEARCH_CURSOR_NOT_ENABLED", "CURSOR_NOT_ENABLED"
3784
3817
  # resp.ingestion.error_info.message #=> String
3785
3818
  # resp.ingestion.row_info.rows_ingested #=> Integer
3786
3819
  # resp.ingestion.row_info.rows_dropped #=> Integer
3820
+ # resp.ingestion.row_info.total_rows_in_dataset #=> Integer
3787
3821
  # resp.ingestion.queue_info.waiting_on_ingestion #=> String
3788
3822
  # resp.ingestion.queue_info.queued_ingestion #=> String
3789
3823
  # resp.ingestion.created_time #=> Time
@@ -3803,10 +3837,47 @@ module Aws::QuickSight
3803
3837
  req.send_request(options)
3804
3838
  end
3805
3839
 
3840
+ # Provides a summary and status of IP Rules.
3841
+ #
3842
+ # @option params [required, String] :aws_account_id
3843
+ # Your AWS account ID.
3844
+ #
3845
+ # @return [Types::DescribeIpRestrictionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3846
+ #
3847
+ # * {Types::DescribeIpRestrictionResponse#aws_account_id #aws_account_id} => String
3848
+ # * {Types::DescribeIpRestrictionResponse#ip_restriction_rule_map #ip_restriction_rule_map} => Hash&lt;String,String&gt;
3849
+ # * {Types::DescribeIpRestrictionResponse#enabled #enabled} => Boolean
3850
+ # * {Types::DescribeIpRestrictionResponse#request_id #request_id} => String
3851
+ # * {Types::DescribeIpRestrictionResponse#status #status} => Integer
3852
+ #
3853
+ # @example Request syntax with placeholder values
3854
+ #
3855
+ # resp = client.describe_ip_restriction({
3856
+ # aws_account_id: "AwsAccountId", # required
3857
+ # })
3858
+ #
3859
+ # @example Response structure
3860
+ #
3861
+ # resp.aws_account_id #=> String
3862
+ # resp.ip_restriction_rule_map #=> Hash
3863
+ # resp.ip_restriction_rule_map["CIDR"] #=> String
3864
+ # resp.enabled #=> Boolean
3865
+ # resp.request_id #=> String
3866
+ # resp.status #=> Integer
3867
+ #
3868
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeIpRestriction AWS API Documentation
3869
+ #
3870
+ # @overload describe_ip_restriction(params = {})
3871
+ # @param [Hash] params ({})
3872
+ def describe_ip_restriction(params = {}, options = {})
3873
+ req = build_request(:describe_ip_restriction, params)
3874
+ req.send_request(options)
3875
+ end
3876
+
3806
3877
  # Describes the current namespace.
3807
3878
  #
3808
3879
  # @option params [required, String] :aws_account_id
3809
- # The ID for the Amazon Web Services account; that contains the
3880
+ # The ID for the Amazon Web Services account that contains the Amazon
3810
3881
  # QuickSight namespace that you want to describe.
3811
3882
  #
3812
3883
  # @option params [required, String] :namespace
@@ -3849,7 +3920,7 @@ module Aws::QuickSight
3849
3920
  # Describes a template's metadata.
3850
3921
  #
3851
3922
  # @option params [required, String] :aws_account_id
3852
- # The ID of the Amazon Web Services account; that contains the template
3923
+ # The ID of the Amazon Web Services account that contains the template
3853
3924
  # that you're describing.
3854
3925
  #
3855
3926
  # @option params [required, String] :template_id
@@ -3926,7 +3997,7 @@ module Aws::QuickSight
3926
3997
  # Describes the template alias for a template.
3927
3998
  #
3928
3999
  # @option params [required, String] :aws_account_id
3929
- # The ID of the Amazon Web Services account; that contains the template
4000
+ # The ID of the Amazon Web Services account that contains the template
3930
4001
  # alias that you're describing.
3931
4002
  #
3932
4003
  # @option params [required, String] :template_id
@@ -3973,7 +4044,7 @@ module Aws::QuickSight
3973
4044
  # Describes read and write permissions on a template.
3974
4045
  #
3975
4046
  # @option params [required, String] :aws_account_id
3976
- # The ID of the Amazon Web Services account; that contains the template
4047
+ # The ID of the Amazon Web Services account that contains the template
3977
4048
  # that you're describing.
3978
4049
  #
3979
4050
  # @option params [required, String] :template_id
@@ -4017,8 +4088,8 @@ module Aws::QuickSight
4017
4088
  # Describes a theme.
4018
4089
  #
4019
4090
  # @option params [required, String] :aws_account_id
4020
- # The ID of the Amazon Web Services account; that contains the theme
4021
- # that you're describing.
4091
+ # The ID of the Amazon Web Services account that contains the theme that
4092
+ # you're describing.
4022
4093
  #
4023
4094
  # @option params [required, String] :theme_id
4024
4095
  # The ID for the theme.
@@ -4106,7 +4177,7 @@ module Aws::QuickSight
4106
4177
  # Describes the alias for a theme.
4107
4178
  #
4108
4179
  # @option params [required, String] :aws_account_id
4109
- # The ID of the Amazon Web Services account; that contains the theme
4180
+ # The ID of the Amazon Web Services account that contains the theme
4110
4181
  # alias that you're describing.
4111
4182
  #
4112
4183
  # @option params [required, String] :theme_id
@@ -4149,8 +4220,8 @@ module Aws::QuickSight
4149
4220
  # Describes the read and write permissions for a theme.
4150
4221
  #
4151
4222
  # @option params [required, String] :aws_account_id
4152
- # The ID of the Amazon Web Services account; that contains the theme
4153
- # that you're describing.
4223
+ # The ID of the Amazon Web Services account that contains the theme that
4224
+ # you're describing.
4154
4225
  #
4155
4226
  # @option params [required, String] :theme_id
4156
4227
  # The ID for the theme that you want to describe permissions for.
@@ -4196,8 +4267,8 @@ module Aws::QuickSight
4196
4267
  # The name of the user that you want to describe.
4197
4268
  #
4198
4269
  # @option params [required, String] :aws_account_id
4199
- # The ID for the Amazon Web Services account; that the user is in.
4200
- # Currently, you use the ID for the Amazon Web Services account; that
4270
+ # The ID for the Amazon Web Services account that the user is in.
4271
+ # Currently, you use the ID for the Amazon Web Services account that
4201
4272
  # contains your Amazon QuickSight account.
4202
4273
  #
4203
4274
  # @option params [required, String] :namespace
@@ -4400,7 +4471,8 @@ module Aws::QuickSight
4400
4471
  #
4401
4472
  # @option params [required, Types::RegisteredUserEmbeddingExperienceConfiguration] :experience_configuration
4402
4473
  # The experience you are embedding. For registered users, you can embed
4403
- # Amazon QuickSight dashboards or the entire Amazon QuickSight console.
4474
+ # Amazon QuickSight dashboards, the entire Amazon QuickSight console, or
4475
+ # the Amazon QuickSight Q search bar.
4404
4476
  #
4405
4477
  # @return [Types::GenerateEmbedUrlForRegisteredUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4406
4478
  #
@@ -4421,6 +4493,9 @@ module Aws::QuickSight
4421
4493
  # quick_sight_console: {
4422
4494
  # initial_path: "EntryPath",
4423
4495
  # },
4496
+ # q_search_bar: {
4497
+ # initial_topic_id: "RestrictiveResourceId",
4498
+ # },
4424
4499
  # },
4425
4500
  # })
4426
4501
  #
@@ -4440,9 +4515,9 @@ module Aws::QuickSight
4440
4515
  end
4441
4516
 
4442
4517
  # Generates a session URL and authorization code that you can use to
4443
- # embed an Amazon QuickSight read-only dashboard in your web server
4444
- # code. Before you use this command, make sure that you have configured
4445
- # the dashboards and permissions.
4518
+ # embed an Amazon Amazon QuickSight read-only dashboard in your web
4519
+ # server code. Before you use this command, make sure that you have
4520
+ # configured the dashboards and permissions.
4446
4521
  #
4447
4522
  # Currently, you can use `GetDashboardEmbedURL` only from the server,
4448
4523
  # not from the user's browser. The following rules apply to the
@@ -4469,8 +4544,8 @@ module Aws::QuickSight
4469
4544
  # [2]: https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html
4470
4545
  #
4471
4546
  # @option params [required, String] :aws_account_id
4472
- # The ID for the Amazon Web Services account; that contains the
4473
- # dashboard that you're embedding.
4547
+ # The ID for the Amazon Web Services account that contains the dashboard
4548
+ # that you're embedding.
4474
4549
  #
4475
4550
  # @option params [required, String] :dashboard_id
4476
4551
  # The ID for the dashboard, also added to the Identity and Access
@@ -4495,11 +4570,11 @@ module Aws::QuickSight
4495
4570
  # Adds persistence of state for the user session in an embedded
4496
4571
  # dashboard. Persistence applies to the sheet and the parameter
4497
4572
  # settings. These are control settings that the dashboard subscriber
4498
- # (QuickSight reader) chooses while viewing the dashboard. If this is
4499
- # set to `TRUE`, the settings are the same when the subscriber reopens
4500
- # the same dashboard URL. The state is stored in QuickSight, not in a
4501
- # browser cookie. If this is set to FALSE, the state of the user session
4502
- # is not persisted. The default is `FALSE`.
4573
+ # (Amazon QuickSight reader) chooses while viewing the dashboard. If
4574
+ # this is set to `TRUE`, the settings are the same when the subscriber
4575
+ # reopens the same dashboard URL. The state is stored in Amazon
4576
+ # QuickSight, not in a browser cookie. If this is set to FALSE, the
4577
+ # state of the user session is not persisted. The default is `FALSE`.
4503
4578
  #
4504
4579
  # @option params [String] :user_arn
4505
4580
  # The Amazon QuickSight user's Amazon Resource Name (ARN), for use with
@@ -4511,23 +4586,22 @@ module Aws::QuickSight
4511
4586
  #
4512
4587
  # * Invited nonfederated users
4513
4588
  #
4514
- # * IAM users and IAM role-based sessions authenticated through
4515
- # Federated Single Sign-On using SAML, OpenID Connect, or IAM
4516
- # federation.
4589
+ # * IAMusers and IAMrole-based sessions authenticated through Federated
4590
+ # Single Sign-On using SAML, OpenID Connect, or IAMfederation.
4517
4591
  #
4518
- # Omit this parameter for users in the third group – IAM users and IAM
4592
+ # Omit this parameter for users in the third group – IAMusers and IAM
4519
4593
  # role-based sessions.
4520
4594
  #
4521
4595
  # @option params [String] :namespace
4522
- # The Amazon QuickSight namespace that the user virtually belongs to. If
4523
- # you are not using an Amazon QuickSight custom namespace, set this to
4524
- # `default`.
4596
+ # The Amazon QuickSight namespace that contains the dashboard IDs in
4597
+ # this request. If you're not using a custom namespace, set `Namespace
4598
+ # = default`.
4525
4599
  #
4526
4600
  # @option params [Array<String>] :additional_dashboard_ids
4527
4601
  # A list of one or more dashboard IDs that you want to add to a session
4528
4602
  # that includes anonymous users. The `IdentityType` parameter must be
4529
4603
  # set to `ANONYMOUS` for this to work, because other identity types
4530
- # authenticate as QuickSight or IAM users. For example, if you set
4604
+ # authenticate as Amazon QuickSight or IAMusers. For example, if you set
4531
4605
  # "`--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3
4532
4606
  # identity-type ANONYMOUS`", the session can access all three
4533
4607
  # dashboards.
@@ -4569,29 +4643,28 @@ module Aws::QuickSight
4569
4643
  end
4570
4644
 
4571
4645
  # Generates a session URL and authorization code that you can use to
4572
- # embed the Amazon QuickSight console in your web server code. Use
4573
- # `GetSessionEmbedUrl` where you want to provide an authoring portal
4646
+ # embed the Amazon Amazon QuickSight console in your web server code.
4647
+ # Use `GetSessionEmbedUrl` where you want to provide an authoring portal
4574
4648
  # that allows users to create data sources, datasets, analyses, and
4575
- # dashboards. The users who access an embedded QuickSight console need
4576
- # belong to the author or admin security cohort. If you want to restrict
4577
- # permissions to some of these features, add a custom permissions
4578
- # profile to the user with the ` UpdateUser ` API operation. Use `
4579
- # RegisterUser ` API operation to add a new user with a custom
4649
+ # dashboards. The users who access an embedded Amazon QuickSight console
4650
+ # need belong to the author or admin security cohort. If you want to
4651
+ # restrict permissions to some of these features, add a custom
4652
+ # permissions profile to the user with the ` UpdateUser ` API operation.
4653
+ # Use ` RegisterUser ` API operation to add a new user with a custom
4580
4654
  # permission profile attached. For more information, see the following
4581
4655
  # sections in the *Amazon QuickSight User Guide*\:
4582
4656
  #
4583
- # * [Embedding the Amazon QuickSight Console Using
4584
- # GetSessionEmbedUrl][1]
4657
+ # * [Embedding Analytics][1]
4585
4658
  #
4586
4659
  # * [Customizing Access to the Amazon QuickSight Console][2]
4587
4660
  #
4588
4661
  #
4589
4662
  #
4590
- # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-full-console-for-authenticated-users-get.html
4663
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html
4591
4664
  # [2]: https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html
4592
4665
  #
4593
4666
  # @option params [required, String] :aws_account_id
4594
- # The ID for the Amazon Web Services account; associated with your
4667
+ # The ID for the Amazon Web Services account associated with your Amazon
4595
4668
  # QuickSight subscription.
4596
4669
  #
4597
4670
  # @option params [String] :entry_point
@@ -4607,10 +4680,10 @@ module Aws::QuickSight
4607
4680
  # * `/start/favorites`
4608
4681
  #
4609
4682
  # * `/dashboards/DashboardId ` - where `DashboardId` is the actual ID
4610
- # key from the QuickSight console URL of the dashboard
4683
+ # key from the Amazon QuickSight console URL of the dashboard
4611
4684
  #
4612
4685
  # * `/analyses/AnalysisId ` - where `AnalysisId` is the actual ID key
4613
- # from the QuickSight console URL of the analysis
4686
+ # from the Amazon QuickSight console URL of the analysis
4614
4687
  #
4615
4688
  # @option params [Integer] :session_lifetime_in_minutes
4616
4689
  # How many minutes the session is valid. The session lifetime must be
@@ -4664,10 +4737,10 @@ module Aws::QuickSight
4664
4737
  end
4665
4738
 
4666
4739
  # Lists Amazon QuickSight analyses that exist in the specified Amazon
4667
- # Web Services account;.
4740
+ # Web Services account.
4668
4741
  #
4669
4742
  # @option params [required, String] :aws_account_id
4670
- # The ID of the Amazon Web Services account; that contains the analyses.
4743
+ # The ID of the Amazon Web Services account that contains the analyses.
4671
4744
  #
4672
4745
  # @option params [String] :next_token
4673
4746
  # A pagination token that can be used in a subsequent request.
@@ -4714,11 +4787,11 @@ module Aws::QuickSight
4714
4787
  req.send_request(options)
4715
4788
  end
4716
4789
 
4717
- # Lists all the versions of the dashboards in the QuickSight
4790
+ # Lists all the versions of the dashboards in the Amazon QuickSight
4718
4791
  # subscription.
4719
4792
  #
4720
4793
  # @option params [required, String] :aws_account_id
4721
- # The ID of the Amazon Web Services account; that contains the dashboard
4794
+ # The ID of the Amazon Web Services account that contains the dashboard
4722
4795
  # that you're listing versions for.
4723
4796
  #
4724
4797
  # @option params [required, String] :dashboard_id
@@ -4771,11 +4844,11 @@ module Aws::QuickSight
4771
4844
  req.send_request(options)
4772
4845
  end
4773
4846
 
4774
- # Lists dashboards in an Amazon Web Services account;.
4847
+ # Lists dashboards in an Amazon Web Services account.
4775
4848
  #
4776
4849
  # @option params [required, String] :aws_account_id
4777
- # The ID of the Amazon Web Services account; that contains the
4778
- # dashboards that you're listing.
4850
+ # The ID of the Amazon Web Services account that contains the dashboards
4851
+ # that you're listing.
4779
4852
  #
4780
4853
  # @option params [String] :next_token
4781
4854
  # The token for the next set of results, or null if there are no more
@@ -4825,13 +4898,13 @@ module Aws::QuickSight
4825
4898
  end
4826
4899
 
4827
4900
  # Lists all of the datasets belonging to the current Amazon Web Services
4828
- # account; in an Amazon Web Services Region;.
4901
+ # account in an Amazon Web Services Region.
4829
4902
  #
4830
4903
  # The permissions resource is
4831
4904
  # `arn:aws:quicksight:region:aws-account-id:dataset/*`.
4832
4905
  #
4833
4906
  # @option params [required, String] :aws_account_id
4834
- # The Amazon Web Services account; ID.
4907
+ # The Amazon Web Services account ID.
4835
4908
  #
4836
4909
  # @option params [String] :next_token
4837
4910
  # The token for the next set of results, or null if there are no more
@@ -4886,11 +4959,11 @@ module Aws::QuickSight
4886
4959
  req.send_request(options)
4887
4960
  end
4888
4961
 
4889
- # Lists data sources in current Amazon Web Services Region; that belong
4890
- # to this Amazon Web Services account;.
4962
+ # Lists data sources in current Amazon Web Services Region that belong
4963
+ # to this Amazon Web Services account.
4891
4964
  #
4892
4965
  # @option params [required, String] :aws_account_id
4893
- # The Amazon Web Services account; ID.
4966
+ # The Amazon Web Services account ID.
4894
4967
  #
4895
4968
  # @option params [String] :next_token
4896
4969
  # The token for the next set of results, or null if there are no more
@@ -4922,7 +4995,7 @@ module Aws::QuickSight
4922
4995
  # resp.data_sources[0].arn #=> String
4923
4996
  # resp.data_sources[0].data_source_id #=> String
4924
4997
  # resp.data_sources[0].name #=> String
4925
- # resp.data_sources[0].type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "ORACLE", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM"
4998
+ # resp.data_sources[0].type #=> String, one of "ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "ORACLE", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM", "AMAZON_OPENSEARCH"
4926
4999
  # resp.data_sources[0].status #=> String, one of "CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED"
4927
5000
  # resp.data_sources[0].created_time #=> Time
4928
5001
  # resp.data_sources[0].last_updated_time #=> Time
@@ -4973,6 +5046,7 @@ module Aws::QuickSight
4973
5046
  # resp.data_sources[0].data_source_parameters.teradata_parameters.database #=> String
4974
5047
  # resp.data_sources[0].data_source_parameters.twitter_parameters.query #=> String
4975
5048
  # resp.data_sources[0].data_source_parameters.twitter_parameters.max_rows #=> Integer
5049
+ # resp.data_sources[0].data_source_parameters.amazon_open_search_parameters.domain #=> String
4976
5050
  # resp.data_sources[0].alternate_data_source_parameters #=> Array
4977
5051
  # resp.data_sources[0].alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
4978
5052
  # resp.data_sources[0].alternate_data_source_parameters[0].athena_parameters.work_group #=> String
@@ -5021,6 +5095,7 @@ module Aws::QuickSight
5021
5095
  # resp.data_sources[0].alternate_data_source_parameters[0].teradata_parameters.database #=> String
5022
5096
  # resp.data_sources[0].alternate_data_source_parameters[0].twitter_parameters.query #=> String
5023
5097
  # resp.data_sources[0].alternate_data_source_parameters[0].twitter_parameters.max_rows #=> Integer
5098
+ # resp.data_sources[0].alternate_data_source_parameters[0].amazon_open_search_parameters.domain #=> String
5024
5099
  # resp.data_sources[0].vpc_connection_properties.vpc_connection_arn #=> String
5025
5100
  # resp.data_sources[0].ssl_properties.disable_ssl #=> Boolean
5026
5101
  # resp.data_sources[0].error_info.type #=> String, one of "ACCESS_DENIED", "COPY_SOURCE_NOT_FOUND", "TIMEOUT", "ENGINE_VERSION_NOT_SUPPORTED", "UNKNOWN_HOST", "GENERIC_SQL_FAILURE", "CONFLICT", "UNKNOWN"
@@ -5148,8 +5223,8 @@ module Aws::QuickSight
5148
5223
  # The maximum number of results to return from this request.
5149
5224
  #
5150
5225
  # @option params [required, String] :aws_account_id
5151
- # The ID for the Amazon Web Services account; that the group is in.
5152
- # Currently, you use the ID for the Amazon Web Services account; that
5226
+ # The ID for the Amazon Web Services account that the group is in.
5227
+ # Currently, you use the ID for the Amazon Web Services account that
5153
5228
  # contains your Amazon QuickSight account.
5154
5229
  #
5155
5230
  # @option params [required, String] :namespace
@@ -5193,8 +5268,8 @@ module Aws::QuickSight
5193
5268
  # Lists all user groups in Amazon QuickSight.
5194
5269
  #
5195
5270
  # @option params [required, String] :aws_account_id
5196
- # The ID for the Amazon Web Services account; that the group is in.
5197
- # Currently, you use the ID for the Amazon Web Services account; that
5271
+ # The ID for the Amazon Web Services account that the group is in.
5272
+ # Currently, you use the ID for the Amazon Web Services account that
5198
5273
  # contains your Amazon QuickSight account.
5199
5274
  #
5200
5275
  # @option params [String] :next_token
@@ -5242,11 +5317,11 @@ module Aws::QuickSight
5242
5317
  req.send_request(options)
5243
5318
  end
5244
5319
 
5245
- # Lists IAM policy assignments in the current Amazon QuickSight account.
5320
+ # Lists IAMpolicy assignments in the current Amazon QuickSight account.
5246
5321
  #
5247
5322
  # @option params [required, String] :aws_account_id
5248
- # The ID of the Amazon Web Services account; that contains these IAM
5249
- # policy assignments.
5323
+ # The ID of the Amazon Web Services account that contains these
5324
+ # IAMpolicy assignments.
5250
5325
  #
5251
5326
  # @option params [String] :assignment_status
5252
5327
  # The status of the assignments.
@@ -5296,12 +5371,12 @@ module Aws::QuickSight
5296
5371
  req.send_request(options)
5297
5372
  end
5298
5373
 
5299
- # Lists all the IAM policy assignments, including the Amazon Resource
5374
+ # Lists all the IAMpolicy assignments, including the Amazon Resource
5300
5375
  # Names (ARNs) for the IAM policies assigned to the specified user and
5301
5376
  # group or groups that the user belongs to.
5302
5377
  #
5303
5378
  # @option params [required, String] :aws_account_id
5304
- # The ID of the Amazon Web Services account; that contains the
5379
+ # The ID of the Amazon Web Services account that contains the
5305
5380
  # assignments.
5306
5381
  #
5307
5382
  # @option params [required, String] :user_name
@@ -5362,7 +5437,7 @@ module Aws::QuickSight
5362
5437
  # results.
5363
5438
  #
5364
5439
  # @option params [required, String] :aws_account_id
5365
- # The Amazon Web Services account; ID.
5440
+ # The Amazon Web Services account ID.
5366
5441
  #
5367
5442
  # @option params [Integer] :max_results
5368
5443
  # The maximum number of results to be returned per request.
@@ -5379,8 +5454,8 @@ module Aws::QuickSight
5379
5454
  # @example Request syntax with placeholder values
5380
5455
  #
5381
5456
  # resp = client.list_ingestions({
5382
- # data_set_id: "string", # required
5383
- # next_token: "string",
5457
+ # data_set_id: "String", # required
5458
+ # next_token: "String",
5384
5459
  # aws_account_id: "AwsAccountId", # required
5385
5460
  # max_results: 1,
5386
5461
  # })
@@ -5391,10 +5466,11 @@ module Aws::QuickSight
5391
5466
  # resp.ingestions[0].arn #=> String
5392
5467
  # resp.ingestions[0].ingestion_id #=> String
5393
5468
  # resp.ingestions[0].ingestion_status #=> String, one of "INITIALIZED", "QUEUED", "RUNNING", "FAILED", "COMPLETED", "CANCELLED"
5394
- # resp.ingestions[0].error_info.type #=> String, one of "FAILURE_TO_ASSUME_ROLE", "INGESTION_SUPERSEDED", "INGESTION_CANCELED", "DATA_SET_DELETED", "DATA_SET_NOT_SPICE", "S3_UPLOADED_FILE_DELETED", "S3_MANIFEST_ERROR", "DATA_TOLERANCE_EXCEPTION", "SPICE_TABLE_NOT_FOUND", "DATA_SET_SIZE_LIMIT_EXCEEDED", "ROW_SIZE_LIMIT_EXCEEDED", "ACCOUNT_CAPACITY_LIMIT_EXCEEDED", "CUSTOMER_ERROR", "DATA_SOURCE_NOT_FOUND", "IAM_ROLE_NOT_AVAILABLE", "CONNECTION_FAILURE", "SQL_TABLE_NOT_FOUND", "PERMISSION_DENIED", "SSL_CERTIFICATE_VALIDATION_FAILURE", "OAUTH_TOKEN_FAILURE", "SOURCE_API_LIMIT_EXCEEDED_FAILURE", "PASSWORD_AUTHENTICATION_FAILURE", "SQL_SCHEMA_MISMATCH_ERROR", "INVALID_DATE_FORMAT", "INVALID_DATAPREP_SYNTAX", "SOURCE_RESOURCE_LIMIT_EXCEEDED", "SQL_INVALID_PARAMETER_VALUE", "QUERY_TIMEOUT", "SQL_NUMERIC_OVERFLOW", "UNRESOLVABLE_HOST", "UNROUTABLE_HOST", "SQL_EXCEPTION", "S3_FILE_INACCESSIBLE", "IOT_FILE_NOT_FOUND", "IOT_DATA_SET_FILE_EMPTY", "INVALID_DATA_SOURCE_CONFIG", "DATA_SOURCE_AUTH_FAILED", "DATA_SOURCE_CONNECTION_FAILED", "FAILURE_TO_PROCESS_JSON_FILE", "INTERNAL_SERVICE_ERROR"
5469
+ # resp.ingestions[0].error_info.type #=> String, one of "FAILURE_TO_ASSUME_ROLE", "INGESTION_SUPERSEDED", "INGESTION_CANCELED", "DATA_SET_DELETED", "DATA_SET_NOT_SPICE", "S3_UPLOADED_FILE_DELETED", "S3_MANIFEST_ERROR", "DATA_TOLERANCE_EXCEPTION", "SPICE_TABLE_NOT_FOUND", "DATA_SET_SIZE_LIMIT_EXCEEDED", "ROW_SIZE_LIMIT_EXCEEDED", "ACCOUNT_CAPACITY_LIMIT_EXCEEDED", "CUSTOMER_ERROR", "DATA_SOURCE_NOT_FOUND", "IAM_ROLE_NOT_AVAILABLE", "CONNECTION_FAILURE", "SQL_TABLE_NOT_FOUND", "PERMISSION_DENIED", "SSL_CERTIFICATE_VALIDATION_FAILURE", "OAUTH_TOKEN_FAILURE", "SOURCE_API_LIMIT_EXCEEDED_FAILURE", "PASSWORD_AUTHENTICATION_FAILURE", "SQL_SCHEMA_MISMATCH_ERROR", "INVALID_DATE_FORMAT", "INVALID_DATAPREP_SYNTAX", "SOURCE_RESOURCE_LIMIT_EXCEEDED", "SQL_INVALID_PARAMETER_VALUE", "QUERY_TIMEOUT", "SQL_NUMERIC_OVERFLOW", "UNRESOLVABLE_HOST", "UNROUTABLE_HOST", "SQL_EXCEPTION", "S3_FILE_INACCESSIBLE", "IOT_FILE_NOT_FOUND", "IOT_DATA_SET_FILE_EMPTY", "INVALID_DATA_SOURCE_CONFIG", "DATA_SOURCE_AUTH_FAILED", "DATA_SOURCE_CONNECTION_FAILED", "FAILURE_TO_PROCESS_JSON_FILE", "INTERNAL_SERVICE_ERROR", "REFRESH_SUPPRESSED_BY_EDIT", "PERMISSION_NOT_FOUND", "ELASTICSEARCH_CURSOR_NOT_ENABLED", "CURSOR_NOT_ENABLED"
5395
5470
  # resp.ingestions[0].error_info.message #=> String
5396
5471
  # resp.ingestions[0].row_info.rows_ingested #=> Integer
5397
5472
  # resp.ingestions[0].row_info.rows_dropped #=> Integer
5473
+ # resp.ingestions[0].row_info.total_rows_in_dataset #=> Integer
5398
5474
  # resp.ingestions[0].queue_info.waiting_on_ingestion #=> String
5399
5475
  # resp.ingestions[0].queue_info.queued_ingestion #=> String
5400
5476
  # resp.ingestions[0].created_time #=> Time
@@ -5415,10 +5491,10 @@ module Aws::QuickSight
5415
5491
  req.send_request(options)
5416
5492
  end
5417
5493
 
5418
- # Lists the namespaces for the specified Amazon Web Services account;.
5494
+ # Lists the namespaces for the specified Amazon Web Services account.
5419
5495
  #
5420
5496
  # @option params [required, String] :aws_account_id
5421
- # The ID for the Amazon Web Services account; that contains the
5497
+ # The ID for the Amazon Web Services account that contains the Amazon
5422
5498
  # QuickSight namespaces that you want to list.
5423
5499
  #
5424
5500
  # @option params [String] :next_token
@@ -5505,7 +5581,7 @@ module Aws::QuickSight
5505
5581
  # Lists all the aliases of a template.
5506
5582
  #
5507
5583
  # @option params [required, String] :aws_account_id
5508
- # The ID of the Amazon Web Services account; that contains the template
5584
+ # The ID of the Amazon Web Services account that contains the template
5509
5585
  # aliases that you're listing.
5510
5586
  #
5511
5587
  # @option params [required, String] :template_id
@@ -5559,7 +5635,7 @@ module Aws::QuickSight
5559
5635
  # QuickSight account.
5560
5636
  #
5561
5637
  # @option params [required, String] :aws_account_id
5562
- # The ID of the Amazon Web Services account; that contains the templates
5638
+ # The ID of the Amazon Web Services account that contains the templates
5563
5639
  # that you're listing.
5564
5640
  #
5565
5641
  # @option params [required, String] :template_id
@@ -5614,7 +5690,7 @@ module Aws::QuickSight
5614
5690
  # Lists all the templates in the current Amazon QuickSight account.
5615
5691
  #
5616
5692
  # @option params [required, String] :aws_account_id
5617
- # The ID of the Amazon Web Services account; that contains the templates
5693
+ # The ID of the Amazon Web Services account that contains the templates
5618
5694
  # that you're listing.
5619
5695
  #
5620
5696
  # @option params [String] :next_token
@@ -5666,7 +5742,7 @@ module Aws::QuickSight
5666
5742
  # Lists all the aliases of a theme.
5667
5743
  #
5668
5744
  # @option params [required, String] :aws_account_id
5669
- # The ID of the Amazon Web Services account; that contains the theme
5745
+ # The ID of the Amazon Web Services account that contains the theme
5670
5746
  # aliases that you're listing.
5671
5747
  #
5672
5748
  # @option params [required, String] :theme_id
@@ -5715,10 +5791,10 @@ module Aws::QuickSight
5715
5791
  end
5716
5792
 
5717
5793
  # Lists all the versions of the themes in the current Amazon Web
5718
- # Services account;.
5794
+ # Services account.
5719
5795
  #
5720
5796
  # @option params [required, String] :aws_account_id
5721
- # The ID of the Amazon Web Services account; that contains the themes
5797
+ # The ID of the Amazon Web Services account that contains the themes
5722
5798
  # that you're listing.
5723
5799
  #
5724
5800
  # @option params [required, String] :theme_id
@@ -5770,10 +5846,10 @@ module Aws::QuickSight
5770
5846
  req.send_request(options)
5771
5847
  end
5772
5848
 
5773
- # Lists all the themes in the current Amazon Web Services account;.
5849
+ # Lists all the themes in the current Amazon Web Services account.
5774
5850
  #
5775
5851
  # @option params [required, String] :aws_account_id
5776
- # The ID of the Amazon Web Services account; that contains the themes
5852
+ # The ID of the Amazon Web Services account that contains the themes
5777
5853
  # that you're listing.
5778
5854
  #
5779
5855
  # @option params [String] :next_token
@@ -5843,8 +5919,8 @@ module Aws::QuickSight
5843
5919
  # memberships for.
5844
5920
  #
5845
5921
  # @option params [required, String] :aws_account_id
5846
- # The Amazon Web Services account; ID that the user is in. Currently,
5847
- # you use the ID for the Amazon Web Services account; that contains your
5922
+ # The Amazon Web Services account ID that the user is in. Currently, you
5923
+ # use the ID for the Amazon Web Services account that contains your
5848
5924
  # Amazon QuickSight account.
5849
5925
  #
5850
5926
  # @option params [required, String] :namespace
@@ -5897,8 +5973,8 @@ module Aws::QuickSight
5897
5973
  # account.
5898
5974
  #
5899
5975
  # @option params [required, String] :aws_account_id
5900
- # The ID for the Amazon Web Services account; that the user is in.
5901
- # Currently, you use the ID for the Amazon Web Services account; that
5976
+ # The ID for the Amazon Web Services account that the user is in.
5977
+ # Currently, you use the ID for the Amazon Web Services account that
5902
5978
  # contains your Amazon QuickSight account.
5903
5979
  #
5904
5980
  # @option params [String] :next_token
@@ -5961,7 +6037,7 @@ module Aws::QuickSight
5961
6037
  # Amazon QuickSight supports several ways of managing the identity of
5962
6038
  # users. This parameter accepts two values:
5963
6039
  #
5964
- # * `IAM`\: A user whose identity maps to an existing IAM user or role.
6040
+ # * `IAM`\: A user whose identity maps to an existing IAMuser or role.
5965
6041
  #
5966
6042
  # * `QUICKSIGHT`\: A user whose identity is owned and managed internally
5967
6043
  # by Amazon QuickSight.
@@ -5986,25 +6062,25 @@ module Aws::QuickSight
5986
6062
  # * `RESTRICTED_AUTHOR`\: This role isn't currently available for use.
5987
6063
  #
5988
6064
  # @option params [String] :iam_arn
5989
- # The ARN of the IAM user or role that you are registering with Amazon
6065
+ # The ARN of the IAMuser or role that you are registering with Amazon
5990
6066
  # QuickSight.
5991
6067
  #
5992
6068
  # @option params [String] :session_name
5993
6069
  # You need to use this parameter only when you register one or more
5994
- # users using an assumed IAM role. You don't need to provide the
5995
- # session name for other scenarios, for example when you are registering
5996
- # an IAM user or an Amazon QuickSight user. You can register multiple
5997
- # users using the same IAM role if each user has a different session
5998
- # name. For more information on assuming IAM roles, see [ `assume-role`
5999
- # ][1] in the *AWS CLI Reference.*
6070
+ # users using an assumed IAMrole. You don't need to provide the session
6071
+ # name for other scenarios, for example when you are registering an
6072
+ # IAMuser or an Amazon QuickSight user. You can register multiple users
6073
+ # using the same IAMrole if each user has a different session name. For
6074
+ # more information on assuming IAMroles, see [ `assume-role` ][1] in the
6075
+ # *AWS CLI Reference.*
6000
6076
  #
6001
6077
  #
6002
6078
  #
6003
6079
  # [1]: https://docs.aws.amazon.com/cli/latest/reference/sts/assume-role.html
6004
6080
  #
6005
6081
  # @option params [required, String] :aws_account_id
6006
- # The ID for the Amazon Web Services account; that the user is in.
6007
- # Currently, you use the ID for the Amazon Web Services account; that
6082
+ # The ID for the Amazon Web Services account that the user is in.
6083
+ # Currently, you use the ID for the Amazon Web Services account that
6008
6084
  # contains your Amazon QuickSight account.
6009
6085
  #
6010
6086
  # @option params [required, String] :namespace
@@ -6033,22 +6109,22 @@ module Aws::QuickSight
6033
6109
  #
6034
6110
  # A set of custom permissions includes any combination of these
6035
6111
  # restrictions. Currently, you need to create the profile names for
6036
- # custom permission sets by using the QuickSight console. Then, you use
6037
- # the `RegisterUser` API operation to assign the named set of
6038
- # permissions to a QuickSight user.
6112
+ # custom permission sets by using the Amazon QuickSight console. Then,
6113
+ # you use the `RegisterUser` API operation to assign the named set of
6114
+ # permissions to a Amazon QuickSight user.
6039
6115
  #
6040
- # QuickSight custom permissions are applied through IAM policies.
6116
+ # Amazon QuickSight custom permissions are applied through IAMpolicies.
6041
6117
  # Therefore, they override the permissions typically granted by
6042
- # assigning QuickSight users to one of the default security cohorts in
6043
- # QuickSight (admin, author, reader).
6118
+ # assigning Amazon QuickSight users to one of the default security
6119
+ # cohorts in Amazon QuickSight (admin, author, reader).
6044
6120
  #
6045
- # This feature is available only to QuickSight Enterprise edition
6121
+ # This feature is available only to Amazon QuickSight Enterprise edition
6046
6122
  # subscriptions.
6047
6123
  #
6048
6124
  # @option params [String] :external_login_federation_provider_type
6049
6125
  # The type of supported external login provider that provides identity
6050
- # to let a user federate into Amazon QuickSight with an associated AWS
6051
- # Identity and Access Management (IAM) role. The type of supported
6126
+ # to let a user federate into Amazon QuickSight with an associated
6127
+ # Identity and Access Management(IAM) role. The type of supported
6052
6128
  # external login provider can be one of the following.
6053
6129
  #
6054
6130
  # * `COGNITO`\: Amazon Cognito. The provider URL is
@@ -6062,10 +6138,10 @@ module Aws::QuickSight
6062
6138
  #
6063
6139
  # @option params [String] :custom_federation_provider_url
6064
6140
  # The URL of the custom OpenID Connect (OIDC) provider that provides
6065
- # identity to let a user federate into QuickSight with an associated AWS
6066
- # Identity and Access Management (IAM) role. This parameter should only
6067
- # be used when `ExternalLoginFederationProviderType` parameter is set to
6068
- # `CUSTOM_OIDC`.
6141
+ # identity to let a user federate into Amazon QuickSight with an
6142
+ # associated Identity and Access Management(IAM) role. This parameter
6143
+ # should only be used when `ExternalLoginFederationProviderType`
6144
+ # parameter is set to `CUSTOM_OIDC`.
6069
6145
  #
6070
6146
  # @option params [String] :external_login_id
6071
6147
  # The identity ID for a user in the external login provider.
@@ -6123,7 +6199,7 @@ module Aws::QuickSight
6123
6199
  # Restores an analysis.
6124
6200
  #
6125
6201
  # @option params [required, String] :aws_account_id
6126
- # The ID of the Amazon Web Services account; that contains the analysis.
6202
+ # The ID of the Amazon Web Services account that contains the analysis.
6127
6203
  #
6128
6204
  # @option params [required, String] :analysis_id
6129
6205
  # The ID of the analysis that you're restoring.
@@ -6166,7 +6242,7 @@ module Aws::QuickSight
6166
6242
  # </note>
6167
6243
  #
6168
6244
  # @option params [required, String] :aws_account_id
6169
- # The ID of the Amazon Web Services account; that contains the analyses
6245
+ # The ID of the Amazon Web Services account that contains the analyses
6170
6246
  # that you're searching for.
6171
6247
  #
6172
6248
  # @option params [required, Array<Types::AnalysisSearchFilter>] :filters
@@ -6233,8 +6309,8 @@ module Aws::QuickSight
6233
6309
  # </note>
6234
6310
  #
6235
6311
  # @option params [required, String] :aws_account_id
6236
- # The ID of the Amazon Web Services account; that contains the user
6237
- # whose dashboards you're searching for.
6312
+ # The ID of the Amazon Web Services account that contains the user whose
6313
+ # dashboards you're searching for.
6238
6314
  #
6239
6315
  # @option params [required, Array<Types::DashboardSearchFilter>] :filters
6240
6316
  # The filters to apply to the search. Currently, you can search only by
@@ -6358,8 +6434,8 @@ module Aws::QuickSight
6358
6434
  req.send_request(options)
6359
6435
  end
6360
6436
 
6361
- # Assigns one or more tags (key-value pairs) to the specified QuickSight
6362
- # resource.
6437
+ # Assigns one or more tags (key-value pairs) to the specified Amazon
6438
+ # QuickSight resource.
6363
6439
  #
6364
6440
  # Tags can help you organize and categorize your resources. You can also
6365
6441
  # use them to scope user permissions, by granting a user permission to
@@ -6370,18 +6446,19 @@ module Aws::QuickSight
6370
6446
  # key that is already associated with the resource, the new tag value
6371
6447
  # that you specify replaces the previous value for that tag.
6372
6448
  #
6373
- # You can associate as many as 50 tags with a resource. QuickSight
6374
- # supports tagging on data set, data source, dashboard, and template.
6449
+ # You can associate as many as 50 tags with a resource. Amazon
6450
+ # QuickSight supports tagging on data set, data source, dashboard, and
6451
+ # template.
6375
6452
  #
6376
- # Tagging for QuickSight works in a similar way to tagging for other AWS
6377
- # services, except for the following:
6453
+ # Tagging for Amazon QuickSight works in a similar way to tagging for
6454
+ # other AWS services, except for the following:
6378
6455
  #
6379
- # * You can't use tags to track AWS costs for QuickSight. This
6380
- # restriction is because QuickSight costs are based on users and SPICE
6381
- # capacity, which aren't taggable resources.
6456
+ # * You can't use tags to track AWS costs for Amazon QuickSight. This
6457
+ # restriction is because Amazon QuickSight costs are based on users
6458
+ # and SPICE capacity, which aren't taggable resources.
6382
6459
  #
6383
- # * QuickSight doesn't currently support the Tag Editor for Resource
6384
- # Groups.
6460
+ # * Amazon QuickSight doesn't currently support the Tag Editor for
6461
+ # Resource Groups.
6385
6462
  #
6386
6463
  # @option params [required, String] :resource_arn
6387
6464
  # The Amazon Resource Name (ARN) of the resource that you want to tag.
@@ -6457,26 +6534,27 @@ module Aws::QuickSight
6457
6534
  end
6458
6535
 
6459
6536
  # Updates Amazon QuickSight customizations the current Amazon Web
6460
- # Services Region;. Currently, the only customization you can use is a
6537
+ # Services Region. Currently, the only customization you can use is a
6461
6538
  # theme.
6462
6539
  #
6463
- # You can use customizations for your Amazon Web Services account; or,
6464
- # if you specify a namespace, for a QuickSight namespace instead.
6540
+ # You can use customizations for your Amazon Web Services account or, if
6541
+ # you specify a namespace, for a Amazon QuickSight namespace instead.
6465
6542
  # Customizations that apply to a namespace override customizations that
6466
- # apply to an Amazon Web Services account;. To find out which
6543
+ # apply to an Amazon Web Services account. To find out which
6467
6544
  # customizations apply, use the `DescribeAccountCustomization` API
6468
6545
  # operation.
6469
6546
  #
6470
6547
  # @option params [required, String] :aws_account_id
6471
- # The ID for the Amazon Web Services account; that you want to update
6472
- # QuickSight customizations for.
6548
+ # The ID for the Amazon Web Services account that you want to update
6549
+ # Amazon QuickSight customizations for.
6473
6550
  #
6474
6551
  # @option params [String] :namespace
6475
- # The namespace that you want to update QuickSight customizations for.
6552
+ # The namespace that you want to update Amazon QuickSight customizations
6553
+ # for.
6476
6554
  #
6477
6555
  # @option params [required, Types::AccountCustomization] :account_customization
6478
- # The QuickSight customizations you're updating in the current Amazon
6479
- # Web Services Region;.
6556
+ # The Amazon QuickSight customizations you're updating in the current
6557
+ # Amazon Web Services Region.
6480
6558
  #
6481
6559
  # @return [Types::UpdateAccountCustomizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6482
6560
  #
@@ -6516,22 +6594,22 @@ module Aws::QuickSight
6516
6594
  end
6517
6595
 
6518
6596
  # Updates the Amazon QuickSight settings in your Amazon Web Services
6519
- # account;.
6597
+ # account.
6520
6598
  #
6521
6599
  # @option params [required, String] :aws_account_id
6522
- # The ID for the Amazon Web Services account; that contains the
6600
+ # The ID for the Amazon Web Services account that contains the Amazon
6523
6601
  # QuickSight settings that you want to list.
6524
6602
  #
6525
6603
  # @option params [required, String] :default_namespace
6526
- # The default namespace for this Amazon Web Services account;.
6527
- # Currently, the default is `default`. Identity and Access Management
6528
- # (IAM) users that register for the first time with QuickSight provide
6529
- # an email that becomes associated with the default namespace.
6604
+ # The default namespace for this Amazon Web Services account. Currently,
6605
+ # the default is `default`. Identity and Access Management (IAM) users
6606
+ # that register for the first time with Amazon QuickSight provide an
6607
+ # email that becomes associated with the default namespace.
6530
6608
  #
6531
6609
  # @option params [String] :notification_email
6532
- # The email address that you want QuickSight to send notifications to
6533
- # regarding your Amazon Web Services account; or QuickSight
6534
- # subscription.
6610
+ # The email address that you want Amazon QuickSight to send
6611
+ # notifications to regarding your Amazon Web Services account or Amazon
6612
+ # QuickSight subscription.
6535
6613
  #
6536
6614
  # @return [Types::UpdateAccountSettingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6537
6615
  #
@@ -6563,7 +6641,7 @@ module Aws::QuickSight
6563
6641
  # Updates an analysis in Amazon QuickSight
6564
6642
  #
6565
6643
  # @option params [required, String] :aws_account_id
6566
- # The ID of the Amazon Web Services account; that contains the analysis
6644
+ # The ID of the Amazon Web Services account that contains the analysis
6567
6645
  # that you're updating.
6568
6646
  #
6569
6647
  # @option params [required, String] :analysis_id
@@ -6572,7 +6650,7 @@ module Aws::QuickSight
6572
6650
  #
6573
6651
  # @option params [required, String] :name
6574
6652
  # A descriptive name for the analysis that you're updating. This name
6575
- # displays for the analysis in the QuickSight console.
6653
+ # displays for the analysis in the Amazon QuickSight console.
6576
6654
  #
6577
6655
  # @option params [Types::Parameters] :parameters
6578
6656
  # The parameter names and override values that you want to use. An
@@ -6586,8 +6664,8 @@ module Aws::QuickSight
6586
6664
  #
6587
6665
  # @option params [String] :theme_arn
6588
6666
  # The Amazon Resource Name (ARN) for the theme to apply to the analysis
6589
- # that you're creating. To see the theme in the QuickSight console,
6590
- # make sure that you have access to it.
6667
+ # that you're creating. To see the theme in the Amazon QuickSight
6668
+ # console, make sure that you have access to it.
6591
6669
  #
6592
6670
  # @return [Types::UpdateAnalysisResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6593
6671
  #
@@ -6663,9 +6741,9 @@ module Aws::QuickSight
6663
6741
  # Updates the read and write permissions for an analysis.
6664
6742
  #
6665
6743
  # @option params [required, String] :aws_account_id
6666
- # The ID of the Amazon Web Services account; that contains the analysis
6744
+ # The ID of the Amazon Web Services account that contains the analysis
6667
6745
  # whose permissions you're updating. You must be using the Amazon Web
6668
- # Services account; that the analysis is in.
6746
+ # Services account that the analysis is in.
6669
6747
  #
6670
6748
  # @option params [required, String] :analysis_id
6671
6749
  # The ID of the analysis whose permissions you're updating. The ID is
@@ -6726,7 +6804,7 @@ module Aws::QuickSight
6726
6804
  req.send_request(options)
6727
6805
  end
6728
6806
 
6729
- # Updates a dashboard in an Amazon Web Services account;.
6807
+ # Updates a dashboard in an Amazon Web Services account.
6730
6808
  #
6731
6809
  # <note markdown="1"> Updating a Dashboard creates a new dashboard version but does not
6732
6810
  # immediately publish the new version. You can update the published
@@ -6736,7 +6814,7 @@ module Aws::QuickSight
6736
6814
  # </note>
6737
6815
  #
6738
6816
  # @option params [required, String] :aws_account_id
6739
- # The ID of the Amazon Web Services account; that contains the dashboard
6817
+ # The ID of the Amazon Web Services account that contains the dashboard
6740
6818
  # that you're updating.
6741
6819
  #
6742
6820
  # @option params [required, String] :dashboard_id
@@ -6753,8 +6831,8 @@ module Aws::QuickSight
6753
6831
  # from an analysis, first convert the analysis to a template by using
6754
6832
  # the CreateTemplate API operation. For `SourceTemplate`, specify the
6755
6833
  # Amazon Resource Name (ARN) of the source template. The
6756
- # `SourceTemplate` ARN can contain any Amazon Web Services account; and
6757
- # any QuickSight-supported Amazon Web Services Region;.
6834
+ # `SourceTemplate` ARN can contain any Amazon Web Services account and
6835
+ # any Amazon QuickSight-supported Amazon Web Services Region.
6758
6836
  #
6759
6837
  # Use the `DataSetReferences` entity within `SourceTemplate` to list the
6760
6838
  # replacement datasets for the placeholders listed in the original. The
@@ -6773,9 +6851,9 @@ module Aws::QuickSight
6773
6851
  #
6774
6852
  # * `AvailabilityStatus` for `AdHocFilteringOption` - This status can be
6775
6853
  # either `ENABLED` or `DISABLED`. When this is set to `DISABLED`,
6776
- # QuickSight disables the left filter pane on the published dashboard,
6777
- # which can be used for ad hoc (one-time) filtering. This option is
6778
- # `ENABLED` by default.
6854
+ # Amazon QuickSight disables the left filter pane on the published
6855
+ # dashboard, which can be used for ad hoc (one-time) filtering. This
6856
+ # option is `ENABLED` by default.
6779
6857
  #
6780
6858
  # * `AvailabilityStatus` for `ExportToCSVOption` - This status can be
6781
6859
  # either `ENABLED` or `DISABLED`. The visual option to export data to
@@ -6790,7 +6868,7 @@ module Aws::QuickSight
6790
6868
  # The Amazon Resource Name (ARN) of the theme that is being used for
6791
6869
  # this dashboard. If you add a value for this field, it overrides the
6792
6870
  # value that was originally associated with the entity. The theme ARN
6793
- # must exist in the same Amazon Web Services account; where you create
6871
+ # must exist in the same Amazon Web Services account where you create
6794
6872
  # the dashboard.
6795
6873
  #
6796
6874
  # @return [Types::UpdateDashboardResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -6881,7 +6959,7 @@ module Aws::QuickSight
6881
6959
  # Updates read and write permissions on a dashboard.
6882
6960
  #
6883
6961
  # @option params [required, String] :aws_account_id
6884
- # The ID of the Amazon Web Services account; that contains the dashboard
6962
+ # The ID of the Amazon Web Services account that contains the dashboard
6885
6963
  # whose permissions you're updating.
6886
6964
  #
6887
6965
  # @option params [required, String] :dashboard_id
@@ -6943,7 +7021,7 @@ module Aws::QuickSight
6943
7021
  # Updates the published version of a dashboard.
6944
7022
  #
6945
7023
  # @option params [required, String] :aws_account_id
6946
- # The ID of the Amazon Web Services account; that contains the dashboard
7024
+ # The ID of the Amazon Web Services account that contains the dashboard
6947
7025
  # that you're updating.
6948
7026
  #
6949
7027
  # @option params [required, String] :dashboard_id
@@ -6986,11 +7064,11 @@ module Aws::QuickSight
6986
7064
  # Updates a dataset.
6987
7065
  #
6988
7066
  # @option params [required, String] :aws_account_id
6989
- # The Amazon Web Services account; ID.
7067
+ # The Amazon Web Services account ID.
6990
7068
  #
6991
7069
  # @option params [required, String] :data_set_id
6992
7070
  # The ID for the dataset that you want to update. This ID is unique per
6993
- # Amazon Web Services Region; for each Amazon Web Services account;.
7071
+ # Amazon Web Services Region for each Amazon Web Services account.
6994
7072
  #
6995
7073
  # @option params [required, String] :name
6996
7074
  # The display name for the dataset.
@@ -7007,7 +7085,7 @@ module Aws::QuickSight
7007
7085
  # Indicates whether you want to import the data into SPICE.
7008
7086
  #
7009
7087
  # @option params [Array<Types::ColumnGroup>] :column_groups
7010
- # Groupings of columns that work together in certain QuickSight
7088
+ # Groupings of columns that work together in certain Amazon QuickSight
7011
7089
  # features. Currently, only geospatial hierarchy is supported.
7012
7090
  #
7013
7091
  # @option params [Hash<String,Types::FieldFolder>] :field_folders
@@ -7025,6 +7103,10 @@ module Aws::QuickSight
7025
7103
  # @option params [Array<Types::ColumnLevelPermissionRule>] :column_level_permission_rules
7026
7104
  # A set of one or more definitions of a ` ColumnLevelPermissionRule `.
7027
7105
  #
7106
+ # @option params [Types::DataSetUsageConfiguration] :data_set_usage_configuration
7107
+ # The usage configuration to apply to child datasets that reference this
7108
+ # dataset as a source.
7109
+ #
7028
7110
  # @return [Types::UpdateDataSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7029
7111
  #
7030
7112
  # * {Types::UpdateDataSetResponse#arn #arn} => String
@@ -7123,6 +7205,10 @@ module Aws::QuickSight
7123
7205
  # },
7124
7206
  # ],
7125
7207
  # },
7208
+ # untag_column_operation: {
7209
+ # column_name: "ColumnName", # required
7210
+ # tag_names: ["COLUMN_GEOGRAPHIC_ROLE"], # required, accepts COLUMN_GEOGRAPHIC_ROLE, COLUMN_DESCRIPTION
7211
+ # },
7126
7212
  # },
7127
7213
  # ],
7128
7214
  # source: { # required
@@ -7139,6 +7225,7 @@ module Aws::QuickSight
7139
7225
  # on_clause: "OnClause", # required
7140
7226
  # },
7141
7227
  # physical_table_id: "PhysicalTableId",
7228
+ # data_set_arn: "Arn",
7142
7229
  # },
7143
7230
  # },
7144
7231
  # },
@@ -7182,6 +7269,10 @@ module Aws::QuickSight
7182
7269
  # column_names: ["String"],
7183
7270
  # },
7184
7271
  # ],
7272
+ # data_set_usage_configuration: {
7273
+ # disable_use_as_direct_query_source: false,
7274
+ # disable_use_as_imported_source: false,
7275
+ # },
7185
7276
  # })
7186
7277
  #
7187
7278
  # @example Response structure
@@ -7208,12 +7299,12 @@ module Aws::QuickSight
7208
7299
  # `arn:aws:quicksight:region:aws-account-id:dataset/data-set-id`.
7209
7300
  #
7210
7301
  # @option params [required, String] :aws_account_id
7211
- # The Amazon Web Services account; ID.
7302
+ # The Amazon Web Services account ID.
7212
7303
  #
7213
7304
  # @option params [required, String] :data_set_id
7214
7305
  # The ID for the dataset whose permissions you want to update. This ID
7215
- # is unique per Amazon Web Services Region; for each Amazon Web Services
7216
- # account;.
7306
+ # is unique per Amazon Web Services Region for each Amazon Web Services
7307
+ # account.
7217
7308
  #
7218
7309
  # @option params [Array<Types::ResourcePermission>] :grant_permissions
7219
7310
  # The resource permissions that you want to grant to the dataset.
@@ -7266,30 +7357,30 @@ module Aws::QuickSight
7266
7357
  # Updates a data source.
7267
7358
  #
7268
7359
  # @option params [required, String] :aws_account_id
7269
- # The Amazon Web Services account; ID.
7360
+ # The Amazon Web Services account ID.
7270
7361
  #
7271
7362
  # @option params [required, String] :data_source_id
7272
7363
  # The ID of the data source. This ID is unique per Amazon Web Services
7273
- # Region; for each Amazon Web Services account;.
7364
+ # Region for each Amazon Web Services account.
7274
7365
  #
7275
7366
  # @option params [required, String] :name
7276
7367
  # A display name for the data source.
7277
7368
  #
7278
7369
  # @option params [Types::DataSourceParameters] :data_source_parameters
7279
- # The parameters that QuickSight uses to connect to your underlying
7280
- # source.
7370
+ # The parameters that Amazon QuickSight uses to connect to your
7371
+ # underlying source.
7281
7372
  #
7282
7373
  # @option params [Types::DataSourceCredentials] :credentials
7283
- # The credentials that QuickSight that uses to connect to your
7374
+ # The credentials that Amazon QuickSight that uses to connect to your
7284
7375
  # underlying source. Currently, only credentials based on user name and
7285
7376
  # password are supported.
7286
7377
  #
7287
7378
  # @option params [Types::VpcConnectionProperties] :vpc_connection_properties
7288
- # Use this parameter only when you want QuickSight to use a VPC
7379
+ # Use this parameter only when you want Amazon QuickSight to use a VPC
7289
7380
  # connection when connecting to your underlying source.
7290
7381
  #
7291
7382
  # @option params [Types::SslProperties] :ssl_properties
7292
- # Secure Socket Layer (SSL) properties that apply when QuickSight
7383
+ # Secure Socket Layer (SSL) properties that apply when Amazon QuickSight
7293
7384
  # connects to your underlying source.
7294
7385
  #
7295
7386
  # @return [Types::UpdateDataSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -7396,6 +7487,9 @@ module Aws::QuickSight
7396
7487
  # query: "Query", # required
7397
7488
  # max_rows: 1, # required
7398
7489
  # },
7490
+ # amazon_open_search_parameters: {
7491
+ # domain: "Domain", # required
7492
+ # },
7399
7493
  # },
7400
7494
  # credentials: {
7401
7495
  # credential_pair: {
@@ -7492,6 +7586,9 @@ module Aws::QuickSight
7492
7586
  # query: "Query", # required
7493
7587
  # max_rows: 1, # required
7494
7588
  # },
7589
+ # amazon_open_search_parameters: {
7590
+ # domain: "Domain", # required
7591
+ # },
7495
7592
  # },
7496
7593
  # ],
7497
7594
  # },
@@ -7525,11 +7622,11 @@ module Aws::QuickSight
7525
7622
  # Updates the permissions to a data source.
7526
7623
  #
7527
7624
  # @option params [required, String] :aws_account_id
7528
- # The Amazon Web Services account; ID.
7625
+ # The Amazon Web Services account ID.
7529
7626
  #
7530
7627
  # @option params [required, String] :data_source_id
7531
7628
  # The ID of the data source. This ID is unique per Amazon Web Services
7532
- # Region; for each Amazon Web Services account;.
7629
+ # Region for each Amazon Web Services account.
7533
7630
  #
7534
7631
  # @option params [Array<Types::ResourcePermission>] :grant_permissions
7535
7632
  # A list of resource permissions that you want to grant on the data
@@ -7693,8 +7790,8 @@ module Aws::QuickSight
7693
7790
  # The description for the group that you want to update.
7694
7791
  #
7695
7792
  # @option params [required, String] :aws_account_id
7696
- # The ID for the Amazon Web Services account; that the group is in.
7697
- # Currently, you use the ID for the Amazon Web Services account; that
7793
+ # The ID for the Amazon Web Services account that the group is in.
7794
+ # Currently, you use the ID for the Amazon Web Services account that
7698
7795
  # contains your Amazon QuickSight account.
7699
7796
  #
7700
7797
  # @option params [required, String] :namespace
@@ -7733,17 +7830,17 @@ module Aws::QuickSight
7733
7830
  req.send_request(options)
7734
7831
  end
7735
7832
 
7736
- # Updates an existing IAM policy assignment. This operation updates only
7833
+ # Updates an existing IAMpolicy assignment. This operation updates only
7737
7834
  # the optional parameter or parameters that are specified in the
7738
7835
  # request. This overwrites all of the users included in `Identities`.
7739
7836
  #
7740
7837
  # @option params [required, String] :aws_account_id
7741
- # The ID of the Amazon Web Services account; that contains the IAM
7742
- # policy assignment.
7838
+ # The ID of the Amazon Web Services account that contains the IAMpolicy
7839
+ # assignment.
7743
7840
  #
7744
7841
  # @option params [required, String] :assignment_name
7745
7842
  # The name of the assignment, also called a rule. This name must be
7746
- # unique within an Amazon Web Services account;.
7843
+ # unique within an Amazon Web Services account.
7747
7844
  #
7748
7845
  # @option params [required, String] :namespace
7749
7846
  # The namespace of the assignment.
@@ -7761,12 +7858,12 @@ module Aws::QuickSight
7761
7858
  # when creating the data source.
7762
7859
  #
7763
7860
  # @option params [String] :policy_arn
7764
- # The ARN for the IAM policy to apply to the QuickSight users and groups
7765
- # specified in this assignment.
7861
+ # The ARN for the IAMpolicy to apply to the Amazon QuickSight users and
7862
+ # groups specified in this assignment.
7766
7863
  #
7767
7864
  # @option params [Hash<String,Array>] :identities
7768
- # The QuickSight users, groups, or both that you want to assign the
7769
- # policy to.
7865
+ # The Amazon QuickSight users, groups, or both that you want to assign
7866
+ # the policy to.
7770
7867
  #
7771
7868
  # @return [Types::UpdateIAMPolicyAssignmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7772
7869
  #
@@ -7812,11 +7909,53 @@ module Aws::QuickSight
7812
7909
  req.send_request(options)
7813
7910
  end
7814
7911
 
7912
+ # Updates content and status of IP Rules.
7913
+ #
7914
+ # @option params [required, String] :aws_account_id
7915
+ # Your AWS account ID.
7916
+ #
7917
+ # @option params [Hash<String,String>] :ip_restriction_rule_map
7918
+ # Describes updated IP rules.
7919
+ #
7920
+ # @option params [Boolean] :enabled
7921
+ # Whether or not IP rules are enabled.
7922
+ #
7923
+ # @return [Types::UpdateIpRestrictionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7924
+ #
7925
+ # * {Types::UpdateIpRestrictionResponse#aws_account_id #aws_account_id} => String
7926
+ # * {Types::UpdateIpRestrictionResponse#request_id #request_id} => String
7927
+ # * {Types::UpdateIpRestrictionResponse#status #status} => Integer
7928
+ #
7929
+ # @example Request syntax with placeholder values
7930
+ #
7931
+ # resp = client.update_ip_restriction({
7932
+ # aws_account_id: "AwsAccountId", # required
7933
+ # ip_restriction_rule_map: {
7934
+ # "CIDR" => "IpRestrictionRuleDescription",
7935
+ # },
7936
+ # enabled: false,
7937
+ # })
7938
+ #
7939
+ # @example Response structure
7940
+ #
7941
+ # resp.aws_account_id #=> String
7942
+ # resp.request_id #=> String
7943
+ # resp.status #=> Integer
7944
+ #
7945
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateIpRestriction AWS API Documentation
7946
+ #
7947
+ # @overload update_ip_restriction(params = {})
7948
+ # @param [Hash] params ({})
7949
+ def update_ip_restriction(params = {}, options = {})
7950
+ req = build_request(:update_ip_restriction, params)
7951
+ req.send_request(options)
7952
+ end
7953
+
7815
7954
  # Updates a template from an existing Amazon QuickSight analysis or
7816
7955
  # another template.
7817
7956
  #
7818
7957
  # @option params [required, String] :aws_account_id
7819
- # The ID of the Amazon Web Services account; that contains the template
7958
+ # The ID of the Amazon Web Services account that contains the template
7820
7959
  # that you're updating.
7821
7960
  #
7822
7961
  # @option params [required, String] :template_id
@@ -7829,8 +7968,8 @@ module Aws::QuickSight
7829
7968
  # for an analysis. Both of these require an Amazon Resource Name (ARN).
7830
7969
  # For `SourceTemplate`, specify the ARN of the source template. For
7831
7970
  # `SourceAnalysis`, specify the ARN of the source analysis. The
7832
- # `SourceTemplate` ARN can contain any Amazon Web Services account; and
7833
- # any QuickSight-supported Amazon Web Services Region;.
7971
+ # `SourceTemplate` ARN can contain any Amazon Web Services account and
7972
+ # any Amazon QuickSight-supported Amazon Web Services Region;.
7834
7973
  #
7835
7974
  # Use the `DataSetReferences` entity within `SourceTemplate` or
7836
7975
  # `SourceAnalysis` to list the replacement datasets for the placeholders
@@ -7899,7 +8038,7 @@ module Aws::QuickSight
7899
8038
  # Updates the template alias of a template.
7900
8039
  #
7901
8040
  # @option params [required, String] :aws_account_id
7902
- # The ID of the Amazon Web Services account; that contains the template
8041
+ # The ID of the Amazon Web Services account that contains the template
7903
8042
  # alias that you're updating.
7904
8043
  #
7905
8044
  # @option params [required, String] :template_id
@@ -7950,7 +8089,7 @@ module Aws::QuickSight
7950
8089
  # Updates the resource permissions for a template.
7951
8090
  #
7952
8091
  # @option params [required, String] :aws_account_id
7953
- # The ID of the Amazon Web Services account; that contains the template.
8092
+ # The ID of the Amazon Web Services account that contains the template.
7954
8093
  #
7955
8094
  # @option params [required, String] :template_id
7956
8095
  # The ID for the template.
@@ -8011,8 +8150,8 @@ module Aws::QuickSight
8011
8150
  # Updates a theme.
8012
8151
  #
8013
8152
  # @option params [required, String] :aws_account_id
8014
- # The ID of the Amazon Web Services account; that contains the theme
8015
- # that you're updating.
8153
+ # The ID of the Amazon Web Services account that contains the theme that
8154
+ # you're updating.
8016
8155
  #
8017
8156
  # @option params [required, String] :theme_id
8018
8157
  # The ID for the theme.
@@ -8114,7 +8253,7 @@ module Aws::QuickSight
8114
8253
  # Updates an alias of a theme.
8115
8254
  #
8116
8255
  # @option params [required, String] :aws_account_id
8117
- # The ID of the Amazon Web Services account; that contains the theme
8256
+ # The ID of the Amazon Web Services account that contains the theme
8118
8257
  # alias that you're updating.
8119
8258
  #
8120
8259
  # @option params [required, String] :theme_id
@@ -8203,7 +8342,7 @@ module Aws::QuickSight
8203
8342
  # * To specify no permissions, omit the permissions list.
8204
8343
  #
8205
8344
  # @option params [required, String] :aws_account_id
8206
- # The ID of the Amazon Web Services account; that contains the theme.
8345
+ # The ID of the Amazon Web Services account that contains the theme.
8207
8346
  #
8208
8347
  # @option params [required, String] :theme_id
8209
8348
  # The ID for the theme.
@@ -8267,8 +8406,8 @@ module Aws::QuickSight
8267
8406
  # The Amazon QuickSight user name that you want to update.
8268
8407
  #
8269
8408
  # @option params [required, String] :aws_account_id
8270
- # The ID for the Amazon Web Services account; that the user is in.
8271
- # Currently, you use the ID for the Amazon Web Services account; that
8409
+ # The ID for the Amazon Web Services account that the user is in.
8410
+ # Currently, you use the ID for the Amazon Web Services account that
8272
8411
  # contains your Amazon QuickSight account.
8273
8412
  #
8274
8413
  # @option params [required, String] :namespace
@@ -8289,8 +8428,8 @@ module Aws::QuickSight
8289
8428
  # * `ADMIN`\: A user who is an author, who can also manage Amazon
8290
8429
  # QuickSight settings.
8291
8430
  #
8292
- # The name of the QuickSight role is invisible to the user except for
8293
- # the console screens dealing with permissions.
8431
+ # The name of the Amazon QuickSight role is invisible to the user except
8432
+ # for the console screens dealing with permissions.
8294
8433
  #
8295
8434
  # @option params [String] :custom_permissions_name
8296
8435
  # (Enterprise edition only) The name of the custom permissions profile
@@ -8308,16 +8447,16 @@ module Aws::QuickSight
8308
8447
  #
8309
8448
  # A set of custom permissions includes any combination of these
8310
8449
  # restrictions. Currently, you need to create the profile names for
8311
- # custom permission sets by using the QuickSight console. Then, you use
8312
- # the `RegisterUser` API operation to assign the named set of
8313
- # permissions to a QuickSight user.
8450
+ # custom permission sets by using the Amazon QuickSight console. Then,
8451
+ # you use the `RegisterUser` API operation to assign the named set of
8452
+ # permissions to a Amazon QuickSight user.
8314
8453
  #
8315
- # QuickSight custom permissions are applied through IAM policies.
8454
+ # Amazon QuickSight custom permissions are applied through IAMpolicies.
8316
8455
  # Therefore, they override the permissions typically granted by
8317
- # assigning QuickSight users to one of the default security cohorts in
8318
- # QuickSight (admin, author, reader).
8456
+ # assigning Amazon QuickSight users to one of the default security
8457
+ # cohorts in Amazon QuickSight (admin, author, reader).
8319
8458
  #
8320
- # This feature is available only to QuickSight Enterprise edition
8459
+ # This feature is available only to Amazon QuickSight Enterprise edition
8321
8460
  # subscriptions.
8322
8461
  #
8323
8462
  # @option params [Boolean] :unapply_custom_permissions
@@ -8329,9 +8468,9 @@ module Aws::QuickSight
8329
8468
  #
8330
8469
  # @option params [String] :external_login_federation_provider_type
8331
8470
  # The type of supported external login provider that provides identity
8332
- # to let a user federate into QuickSight with an associated AWS Identity
8333
- # and Access Management (IAM) role. The type of supported external login
8334
- # provider can be one of the following.
8471
+ # to let a user federate into Amazon QuickSight with an associated
8472
+ # Identity and Access Management(IAM) role. The type of supported
8473
+ # external login provider can be one of the following.
8335
8474
  #
8336
8475
  # * `COGNITO`\: Amazon Cognito. The provider URL is
8337
8476
  # cognito-identity.amazonaws.com. When choosing the `COGNITO` provider
@@ -8348,10 +8487,10 @@ module Aws::QuickSight
8348
8487
  #
8349
8488
  # @option params [String] :custom_federation_provider_url
8350
8489
  # The URL of the custom OpenID Connect (OIDC) provider that provides
8351
- # identity to let a user federate into QuickSight with an associated AWS
8352
- # Identity and Access Management (IAM) role. This parameter should only
8353
- # be used when `ExternalLoginFederationProviderType` parameter is set to
8354
- # `CUSTOM_OIDC`.
8490
+ # identity to let a user federate into Amazon QuickSight with an
8491
+ # associated Identity and Access Management(IAM) role. This parameter
8492
+ # should only be used when `ExternalLoginFederationProviderType`
8493
+ # parameter is set to `CUSTOM_OIDC`.
8355
8494
  #
8356
8495
  # @option params [String] :external_login_id
8357
8496
  # The identity ID for a user in the external login provider.
@@ -8415,7 +8554,7 @@ module Aws::QuickSight
8415
8554
  params: params,
8416
8555
  config: config)
8417
8556
  context[:gem_name] = 'aws-sdk-quicksight'
8418
- context[:gem_version] = '1.52.0'
8557
+ context[:gem_version] = '1.56.0'
8419
8558
  Seahorse::Client::Request.new(handlers, context)
8420
8559
  end
8421
8560