aws-sdk-quicksight 1.109.0 → 1.110.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db4732b415c4fde8c090ebae373d6ac37fabe56a2eb108f713a9596abed76dda
4
- data.tar.gz: 1370e8f07b48aee00b2b5ad4e10abf5dceb21dca4d4e94ad4e8509be62f60a3e
3
+ metadata.gz: e76bec96f986655a1fe2924c4ea72026bd54ab406f1142d76e5d6d5968c72876
4
+ data.tar.gz: 5641f27c4b330e5cdd0eb572eeb5b9366251e83110feb35229027dba885c534a
5
5
  SHA512:
6
- metadata.gz: b5f68b8b9340dbd365e688c484ba1de34f192b3babd85624775e8ffa3b06b4978a224e2da930377d13c15a8bc01c98c538d5e8fc51d6bdb1da2fdb5523090d01
7
- data.tar.gz: 457006bb47ec448a1de4892b20f353fbdd9f6192633bb701c9bd529c81a65a3191ef3038c51a4defb9a9a34af9ad159ee0efd8df1eadbd6179e4eb2c9ef97575
6
+ metadata.gz: 023167a692186dfe4880c2ff5ebdd44a6d11afa7583816833779e309e3409f670b59b3ffedd6f1d6e1596dfc364978cad5c02d47daf2b019d1182cb9a9f5d596
7
+ data.tar.gz: 2f6f158b73a1f5b00f0728ccecfc09db5a80b294e5fd3313c5cb32a71d6e0730705a8e1fb8b3b0b8b866eabf8144f8fea644f5f7b7788a8a8cdd4c0a38264bcc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.110.0 (2024-04-30)
5
+ ------------------
6
+
7
+ * Feature - New Q embedding supporting Generative Q&A
8
+
4
9
  1.109.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.109.0
1
+ 1.110.0
@@ -589,7 +589,7 @@ module Aws::QuickSight
589
589
  # [3]: https://docs.aws.amazon.com/quicksight/latest/user/security_iam_service-with-iam.html#security-create-iam-role
590
590
  # [4]: https://docs.aws.amazon.com/quicksight/latest/user/scoping-policies-defaults.html
591
591
  #
592
- # @option params [required, String] :edition
592
+ # @option params [String] :edition
593
593
  # The edition of Amazon QuickSight that you want your account to have.
594
594
  # Currently, you can choose from `ENTERPRISE` or `ENTERPRISE_AND_Q`.
595
595
  #
@@ -646,9 +646,9 @@ module Aws::QuickSight
646
646
  #
647
647
  # @option params [Array<String>] :admin_group
648
648
  # The admin group associated with your Active Directory or IAM Identity
649
- # Center account. This field is required if `ACTIVE_DIRECTORY` or
650
- # `IAM_IDENTITY_CENTER` is the selected authentication method of the new
651
- # Amazon QuickSight account.
649
+ # Center account. Either this field or the `AdminProGroup` field is
650
+ # required if `ACTIVE_DIRECTORY` or `IAM_IDENTITY_CENTER` is the
651
+ # selected authentication method of the new Amazon QuickSight account.
652
652
  #
653
653
  # For more information about using IAM Identity Center in Amazon
654
654
  # QuickSight, see [Using IAM Identity Center with Amazon QuickSight
@@ -694,6 +694,56 @@ module Aws::QuickSight
694
694
  # [1]: https://docs.aws.amazon.com/quicksight/latest/user/sec-identity-management-identity-center.html
695
695
  # [2]: https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html
696
696
  #
697
+ # @option params [Array<String>] :admin_pro_group
698
+ # The admin pro group associated with your Active Directory or IAM
699
+ # Identity Center account. Either this field or the `AdminGroup` field
700
+ # is required if `ACTIVE_DIRECTORY` or `IAM_IDENTITY_CENTER` is the
701
+ # selected authentication method of the new Amazon QuickSight account.
702
+ #
703
+ # For more information about using IAM Identity Center in Amazon
704
+ # QuickSight, see [Using IAM Identity Center with Amazon QuickSight
705
+ # Enterprise Edition][1] in the Amazon QuickSight User Guide. For more
706
+ # information about using Active Directory in Amazon QuickSight, see
707
+ # [Using Active Directory with Amazon QuickSight Enterprise Edition][2]
708
+ # in the Amazon QuickSight User Guide.
709
+ #
710
+ #
711
+ #
712
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/sec-identity-management-identity-center.html
713
+ # [2]: https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html
714
+ #
715
+ # @option params [Array<String>] :author_pro_group
716
+ # The author pro group associated with your Active Directory or IAM
717
+ # Identity Center account.
718
+ #
719
+ # For more information about using IAM Identity Center in Amazon
720
+ # QuickSight, see [Using IAM Identity Center with Amazon QuickSight
721
+ # Enterprise Edition][1] in the Amazon QuickSight User Guide. For more
722
+ # information about using Active Directory in Amazon QuickSight, see
723
+ # [Using Active Directory with Amazon QuickSight Enterprise Edition][2]
724
+ # in the Amazon QuickSight User Guide.
725
+ #
726
+ #
727
+ #
728
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/sec-identity-management-identity-center.html
729
+ # [2]: https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html
730
+ #
731
+ # @option params [Array<String>] :reader_pro_group
732
+ # The reader pro group associated with your Active Directory or IAM
733
+ # Identity Center account.
734
+ #
735
+ # For more information about using IAM Identity Center in Amazon
736
+ # QuickSight, see [Using IAM Identity Center with Amazon QuickSight
737
+ # Enterprise Edition][1] in the Amazon QuickSight User Guide. For more
738
+ # information about using Active Directory in Amazon QuickSight, see
739
+ # [Using Active Directory with Amazon QuickSight Enterprise Edition][2]
740
+ # in the Amazon QuickSight User Guide.
741
+ #
742
+ #
743
+ #
744
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/sec-identity-management-identity-center.html
745
+ # [2]: https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html
746
+ #
697
747
  # @option params [String] :first_name
698
748
  # The first name of the author of the Amazon QuickSight account to use
699
749
  # for future communications. This field is required if
@@ -730,7 +780,7 @@ module Aws::QuickSight
730
780
  # @example Request syntax with placeholder values
731
781
  #
732
782
  # resp = client.create_account_subscription({
733
- # edition: "STANDARD", # required, accepts STANDARD, ENTERPRISE, ENTERPRISE_AND_Q
783
+ # edition: "STANDARD", # accepts STANDARD, ENTERPRISE, ENTERPRISE_AND_Q
734
784
  # authentication_method: "IAM_AND_QUICKSIGHT", # required, accepts IAM_AND_QUICKSIGHT, IAM_ONLY, ACTIVE_DIRECTORY, IAM_IDENTITY_CENTER
735
785
  # aws_account_id: "AwsAccountId", # required
736
786
  # account_name: "AccountName", # required
@@ -741,6 +791,9 @@ module Aws::QuickSight
741
791
  # admin_group: ["String"],
742
792
  # author_group: ["String"],
743
793
  # reader_group: ["String"],
794
+ # admin_pro_group: ["String"],
795
+ # author_pro_group: ["String"],
796
+ # reader_pro_group: ["String"],
744
797
  # first_name: "String",
745
798
  # last_name: "String",
746
799
  # email_address: "String",
@@ -2203,7 +2256,7 @@ module Aws::QuickSight
2203
2256
  # member_name: "GroupName", # required
2204
2257
  # aws_account_id: "AwsAccountId", # required
2205
2258
  # namespace: "Namespace", # required
2206
- # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER
2259
+ # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER, ADMIN_PRO, AUTHOR_PRO, READER_PRO
2207
2260
  # })
2208
2261
  #
2209
2262
  # @example Response structure
@@ -3623,7 +3676,7 @@ module Aws::QuickSight
3623
3676
  # @example Request syntax with placeholder values
3624
3677
  #
3625
3678
  # resp = client.delete_role_custom_permission({
3626
- # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER
3679
+ # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER, ADMIN_PRO, AUTHOR_PRO, READER_PRO
3627
3680
  # aws_account_id: "AwsAccountId", # required
3628
3681
  # namespace: "Namespace", # required
3629
3682
  # })
@@ -3668,7 +3721,7 @@ module Aws::QuickSight
3668
3721
  #
3669
3722
  # resp = client.delete_role_membership({
3670
3723
  # member_name: "GroupName", # required
3671
- # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER
3724
+ # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER, ADMIN_PRO, AUTHOR_PRO, READER_PRO
3672
3725
  # aws_account_id: "AwsAccountId", # required
3673
3726
  # namespace: "Namespace", # required
3674
3727
  # })
@@ -6142,7 +6195,7 @@ module Aws::QuickSight
6142
6195
  # @example Request syntax with placeholder values
6143
6196
  #
6144
6197
  # resp = client.describe_role_custom_permission({
6145
- # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER
6198
+ # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER, ADMIN_PRO, AUTHOR_PRO, READER_PRO
6146
6199
  # aws_account_id: "AwsAccountId", # required
6147
6200
  # namespace: "Namespace", # required
6148
6201
  # })
@@ -6940,7 +6993,7 @@ module Aws::QuickSight
6940
6993
  # resp.user.arn #=> String
6941
6994
  # resp.user.user_name #=> String
6942
6995
  # resp.user.email #=> String
6943
- # resp.user.role #=> String, one of "ADMIN", "AUTHOR", "READER", "RESTRICTED_AUTHOR", "RESTRICTED_READER"
6996
+ # resp.user.role #=> String, one of "ADMIN", "AUTHOR", "READER", "RESTRICTED_AUTHOR", "RESTRICTED_READER", "ADMIN_PRO", "AUTHOR_PRO", "READER_PRO"
6944
6997
  # resp.user.identity_type #=> String, one of "IAM", "QUICKSIGHT", "IAM_IDENTITY_CENTER"
6945
6998
  # resp.user.active #=> Boolean
6946
6999
  # resp.user.principal_id #=> String
@@ -7139,6 +7192,9 @@ module Aws::QuickSight
7139
7192
  # q_search_bar: {
7140
7193
  # initial_topic_id: "RestrictiveResourceId", # required
7141
7194
  # },
7195
+ # generative_qn_a: {
7196
+ # initial_topic_id: "RestrictiveResourceId", # required
7197
+ # },
7142
7198
  # },
7143
7199
  # allowed_domains: ["String"],
7144
7200
  # })
@@ -7205,9 +7261,10 @@ module Aws::QuickSight
7205
7261
  # The Amazon Resource Name for the registered user.
7206
7262
  #
7207
7263
  # @option params [required, Types::RegisteredUserEmbeddingExperienceConfiguration] :experience_configuration
7208
- # The experience you are embedding. For registered users, you can embed
7209
- # Amazon QuickSight dashboards, Amazon QuickSight visuals, the Amazon
7210
- # QuickSight Q search bar, or the entire Amazon QuickSight console.
7264
+ # The experience that you want to embed. For registered users, you can
7265
+ # embed Amazon QuickSight dashboards, Amazon QuickSight visuals, the
7266
+ # Amazon QuickSight Q search bar, the Amazon QuickSight Generative
7267
+ # Q&amp;A experience, or the entire Amazon QuickSight console.
7211
7268
  #
7212
7269
  # @option params [Array<String>] :allowed_domains
7213
7270
  # The domains that you want to add to the allow list for access to the
@@ -7263,6 +7320,9 @@ module Aws::QuickSight
7263
7320
  # visual_id: "ShortRestrictiveResourceId", # required
7264
7321
  # },
7265
7322
  # },
7323
+ # generative_qn_a: {
7324
+ # initial_topic_id: "RestrictiveResourceId",
7325
+ # },
7266
7326
  # },
7267
7327
  # allowed_domains: ["String"],
7268
7328
  # })
@@ -8626,7 +8686,7 @@ module Aws::QuickSight
8626
8686
  # @example Request syntax with placeholder values
8627
8687
  #
8628
8688
  # resp = client.list_role_memberships({
8629
- # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER
8689
+ # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER, ADMIN_PRO, AUTHOR_PRO, READER_PRO
8630
8690
  # next_token: "String",
8631
8691
  # max_results: 1,
8632
8692
  # aws_account_id: "AwsAccountId", # required
@@ -9105,6 +9165,7 @@ module Aws::QuickSight
9105
9165
  # resp.topics_summaries[0].arn #=> String
9106
9166
  # resp.topics_summaries[0].topic_id #=> String
9107
9167
  # resp.topics_summaries[0].name #=> String
9168
+ # resp.topics_summaries[0].user_experience_version #=> String, one of "LEGACY", "NEW_READER_EXPERIENCE"
9108
9169
  # resp.next_token #=> String
9109
9170
  # resp.request_id #=> String
9110
9171
  # resp.status #=> Integer
@@ -9219,7 +9280,7 @@ module Aws::QuickSight
9219
9280
  # resp.user_list[0].arn #=> String
9220
9281
  # resp.user_list[0].user_name #=> String
9221
9282
  # resp.user_list[0].email #=> String
9222
- # resp.user_list[0].role #=> String, one of "ADMIN", "AUTHOR", "READER", "RESTRICTED_AUTHOR", "RESTRICTED_READER"
9283
+ # resp.user_list[0].role #=> String, one of "ADMIN", "AUTHOR", "READER", "RESTRICTED_AUTHOR", "RESTRICTED_READER", "ADMIN_PRO", "AUTHOR_PRO", "READER_PRO"
9223
9284
  # resp.user_list[0].identity_type #=> String, one of "IAM", "QUICKSIGHT", "IAM_IDENTITY_CENTER"
9224
9285
  # resp.user_list[0].active #=> Boolean
9225
9286
  # resp.user_list[0].principal_id #=> String
@@ -9371,13 +9432,8 @@ module Aws::QuickSight
9371
9432
  # [1]: https://docs.aws.amazon.com/quicksight/latest/user/managing-users.html#inviting-users
9372
9433
  #
9373
9434
  # @option params [required, String] :identity_type
9374
- # Amazon QuickSight supports several ways of managing the identity of
9375
- # users. This parameter accepts two values:
9376
- #
9377
- # * `IAM`: A user whose identity maps to an existing IAM user or role.
9378
- #
9379
- # * `QUICKSIGHT`: A user whose identity is owned and managed internally
9380
- # by Amazon QuickSight.
9435
+ # The identity type that your Amazon QuickSight account uses to manage
9436
+ # the identity of users.
9381
9437
  #
9382
9438
  # @option params [required, String] :email
9383
9439
  # The email address of the user that you want to register.
@@ -9453,7 +9509,8 @@ module Aws::QuickSight
9453
9509
  # Amazon QuickSight custom permissions are applied through IAM policies.
9454
9510
  # Therefore, they override the permissions typically granted by
9455
9511
  # assigning Amazon QuickSight users to one of the default security
9456
- # cohorts in Amazon QuickSight (admin, author, reader).
9512
+ # cohorts in Amazon QuickSight (admin, author, reader, admin pro, author
9513
+ # pro, reader pro).
9457
9514
  #
9458
9515
  # This feature is available only to Amazon QuickSight Enterprise edition
9459
9516
  # subscriptions.
@@ -9498,7 +9555,7 @@ module Aws::QuickSight
9498
9555
  # resp = client.register_user({
9499
9556
  # identity_type: "IAM", # required, accepts IAM, QUICKSIGHT, IAM_IDENTITY_CENTER
9500
9557
  # email: "String", # required
9501
- # user_role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER, RESTRICTED_AUTHOR, RESTRICTED_READER
9558
+ # user_role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER, RESTRICTED_AUTHOR, RESTRICTED_READER, ADMIN_PRO, AUTHOR_PRO, READER_PRO
9502
9559
  # iam_arn: "String",
9503
9560
  # session_name: "RoleSessionName",
9504
9561
  # aws_account_id: "AwsAccountId", # required
@@ -9521,7 +9578,7 @@ module Aws::QuickSight
9521
9578
  # resp.user.arn #=> String
9522
9579
  # resp.user.user_name #=> String
9523
9580
  # resp.user.email #=> String
9524
- # resp.user.role #=> String, one of "ADMIN", "AUTHOR", "READER", "RESTRICTED_AUTHOR", "RESTRICTED_READER"
9581
+ # resp.user.role #=> String, one of "ADMIN", "AUTHOR", "READER", "RESTRICTED_AUTHOR", "RESTRICTED_READER", "ADMIN_PRO", "AUTHOR_PRO", "READER_PRO"
9525
9582
  # resp.user.identity_type #=> String, one of "IAM", "QUICKSIGHT", "IAM_IDENTITY_CENTER"
9526
9583
  # resp.user.active #=> Boolean
9527
9584
  # resp.user.principal_id #=> String
@@ -12605,7 +12662,7 @@ module Aws::QuickSight
12605
12662
  #
12606
12663
  # resp = client.update_role_custom_permission({
12607
12664
  # custom_permissions_name: "RoleName", # required
12608
- # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER
12665
+ # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER, ADMIN_PRO, AUTHOR_PRO, READER_PRO
12609
12666
  # aws_account_id: "AwsAccountId", # required
12610
12667
  # namespace: "Namespace", # required
12611
12668
  # })
@@ -12624,6 +12681,49 @@ module Aws::QuickSight
12624
12681
  req.send_request(options)
12625
12682
  end
12626
12683
 
12684
+ # Updates the SPICE capacity configuration for a Amazon QuickSight
12685
+ # account.
12686
+ #
12687
+ # @option params [required, String] :aws_account_id
12688
+ # The ID of the Amazon Web Services account that contains the SPICE
12689
+ # configuration that you want to update.
12690
+ #
12691
+ # @option params [required, String] :purchase_mode
12692
+ # Determines how SPICE capacity can be purchased. The following options
12693
+ # are available.
12694
+ #
12695
+ # * `MANUAL`: SPICE capacity can only be purchased manually.
12696
+ #
12697
+ # * `AUTO_PURCHASE`: Extra SPICE capacity is automatically purchased on
12698
+ # your behalf as needed. SPICE capacity can also be purchased manually
12699
+ # with this option.
12700
+ #
12701
+ # @return [Types::UpdateSPICECapacityConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12702
+ #
12703
+ # * {Types::UpdateSPICECapacityConfigurationResponse#request_id #request_id} => String
12704
+ # * {Types::UpdateSPICECapacityConfigurationResponse#status #status} => Integer
12705
+ #
12706
+ # @example Request syntax with placeholder values
12707
+ #
12708
+ # resp = client.update_spice_capacity_configuration({
12709
+ # aws_account_id: "AwsAccountId", # required
12710
+ # purchase_mode: "MANUAL", # required, accepts MANUAL, AUTO_PURCHASE
12711
+ # })
12712
+ #
12713
+ # @example Response structure
12714
+ #
12715
+ # resp.request_id #=> String
12716
+ # resp.status #=> Integer
12717
+ #
12718
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/UpdateSPICECapacityConfiguration AWS API Documentation
12719
+ #
12720
+ # @overload update_spice_capacity_configuration(params = {})
12721
+ # @param [Hash] params ({})
12722
+ def update_spice_capacity_configuration(params = {}, options = {})
12723
+ req = build_request(:update_spice_capacity_configuration, params)
12724
+ req.send_request(options)
12725
+ end
12726
+
12627
12727
  # Updates a template from an existing Amazon QuickSight analysis or
12628
12728
  # another template.
12629
12729
  #
@@ -13481,6 +13581,20 @@ module Aws::QuickSight
13481
13581
  # * `ADMIN`: A user who is an author, who can also manage Amazon
13482
13582
  # QuickSight settings.
13483
13583
  #
13584
+ # * `READER_PRO`: Reader Pro adds Generative BI capabilities to the
13585
+ # Reader role. Reader Pros have access to Amazon Q Business, can build
13586
+ # stories with Amazon Q, and can generate executive summaries from
13587
+ # dashboards.
13588
+ #
13589
+ # * `AUTHOR_PRO`: Author Pro adds Generative BI capabilities to the
13590
+ # Author role. Author Pros can author dashboards with natural language
13591
+ # with Amazon Q, build stories with Amazon Q, create Topics for
13592
+ # Q&amp;A, and generate executive summaries from dashboards.
13593
+ #
13594
+ # * `ADMIN_PRO`: Admin Pros are Author Pros who can also manage Amazon
13595
+ # QuickSight administrative settings. Admin Pro users are billed at
13596
+ # Author Pro pricing.
13597
+ #
13484
13598
  # The name of the Amazon QuickSight role is invisible to the user except
13485
13599
  # for the console screens dealing with permissions.
13486
13600
  #
@@ -13561,7 +13675,7 @@ module Aws::QuickSight
13561
13675
  # aws_account_id: "AwsAccountId", # required
13562
13676
  # namespace: "Namespace", # required
13563
13677
  # email: "String", # required
13564
- # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER, RESTRICTED_AUTHOR, RESTRICTED_READER
13678
+ # role: "ADMIN", # required, accepts ADMIN, AUTHOR, READER, RESTRICTED_AUTHOR, RESTRICTED_READER, ADMIN_PRO, AUTHOR_PRO, READER_PRO
13565
13679
  # custom_permissions_name: "RoleName",
13566
13680
  # unapply_custom_permissions: false,
13567
13681
  # external_login_federation_provider_type: "String",
@@ -13574,7 +13688,7 @@ module Aws::QuickSight
13574
13688
  # resp.user.arn #=> String
13575
13689
  # resp.user.user_name #=> String
13576
13690
  # resp.user.email #=> String
13577
- # resp.user.role #=> String, one of "ADMIN", "AUTHOR", "READER", "RESTRICTED_AUTHOR", "RESTRICTED_READER"
13691
+ # resp.user.role #=> String, one of "ADMIN", "AUTHOR", "READER", "RESTRICTED_AUTHOR", "RESTRICTED_READER", "ADMIN_PRO", "AUTHOR_PRO", "READER_PRO"
13578
13692
  # resp.user.identity_type #=> String, one of "IAM", "QUICKSIGHT", "IAM_IDENTITY_CENTER"
13579
13693
  # resp.user.active #=> Boolean
13580
13694
  # resp.user.principal_id #=> String
@@ -13673,7 +13787,7 @@ module Aws::QuickSight
13673
13787
  params: params,
13674
13788
  config: config)
13675
13789
  context[:gem_name] = 'aws-sdk-quicksight'
13676
- context[:gem_version] = '1.109.0'
13790
+ context[:gem_version] = '1.110.0'
13677
13791
  Seahorse::Client::Request.new(handlers, context)
13678
13792
  end
13679
13793
 
@@ -50,6 +50,7 @@ module Aws::QuickSight
50
50
  AnonymousUserDashboardEmbeddingConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserDashboardEmbeddingConfiguration')
51
51
  AnonymousUserDashboardVisualEmbeddingConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserDashboardVisualEmbeddingConfiguration')
52
52
  AnonymousUserEmbeddingExperienceConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserEmbeddingExperienceConfiguration')
53
+ AnonymousUserGenerativeQnAEmbeddingConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserGenerativeQnAEmbeddingConfiguration')
53
54
  AnonymousUserQSearchBarEmbeddingConfiguration = Shapes::StructureShape.new(name: 'AnonymousUserQSearchBarEmbeddingConfiguration')
54
55
  AnonymousUserSnapshotJobResult = Shapes::StructureShape.new(name: 'AnonymousUserSnapshotJobResult')
55
56
  AnonymousUserSnapshotJobResultList = Shapes::ListShape.new(name: 'AnonymousUserSnapshotJobResultList')
@@ -791,6 +792,7 @@ module Aws::QuickSight
791
792
  FunnelChartSortConfiguration = Shapes::StructureShape.new(name: 'FunnelChartSortConfiguration')
792
793
  FunnelChartVisual = Shapes::StructureShape.new(name: 'FunnelChartVisual')
793
794
  GaugeChartArcConditionalFormatting = Shapes::StructureShape.new(name: 'GaugeChartArcConditionalFormatting')
795
+ GaugeChartColorConfiguration = Shapes::StructureShape.new(name: 'GaugeChartColorConfiguration')
794
796
  GaugeChartConditionalFormatting = Shapes::StructureShape.new(name: 'GaugeChartConditionalFormatting')
795
797
  GaugeChartConditionalFormattingOption = Shapes::StructureShape.new(name: 'GaugeChartConditionalFormattingOption')
796
798
  GaugeChartConditionalFormattingOptionList = Shapes::ListShape.new(name: 'GaugeChartConditionalFormattingOptionList')
@@ -1213,6 +1215,7 @@ module Aws::QuickSight
1213
1215
  ProjectedColumnList = Shapes::ListShape.new(name: 'ProjectedColumnList')
1214
1216
  PropertyRole = Shapes::StringShape.new(name: 'PropertyRole')
1215
1217
  PropertyUsage = Shapes::StringShape.new(name: 'PropertyUsage')
1218
+ PurchaseMode = Shapes::StringShape.new(name: 'PurchaseMode')
1216
1219
  PutDataSetRefreshPropertiesRequest = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesRequest')
1217
1220
  PutDataSetRefreshPropertiesResponse = Shapes::StructureShape.new(name: 'PutDataSetRefreshPropertiesResponse')
1218
1221
  Query = Shapes::StringShape.new(name: 'Query')
@@ -1263,6 +1266,7 @@ module Aws::QuickSight
1263
1266
  RegisteredUserDashboardFeatureConfigurations = Shapes::StructureShape.new(name: 'RegisteredUserDashboardFeatureConfigurations')
1264
1267
  RegisteredUserDashboardVisualEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserDashboardVisualEmbeddingConfiguration')
1265
1268
  RegisteredUserEmbeddingExperienceConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserEmbeddingExperienceConfiguration')
1269
+ RegisteredUserGenerativeQnAEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserGenerativeQnAEmbeddingConfiguration')
1266
1270
  RegisteredUserQSearchBarEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserQSearchBarEmbeddingConfiguration')
1267
1271
  RegisteredUserQuickSightConsoleEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserQuickSightConsoleEmbeddingConfiguration')
1268
1272
  RelationalTable = Shapes::StructureShape.new(name: 'RelationalTable')
@@ -1715,6 +1719,8 @@ module Aws::QuickSight
1715
1719
  UpdateResourcePermissionList = Shapes::ListShape.new(name: 'UpdateResourcePermissionList')
1716
1720
  UpdateRoleCustomPermissionRequest = Shapes::StructureShape.new(name: 'UpdateRoleCustomPermissionRequest')
1717
1721
  UpdateRoleCustomPermissionResponse = Shapes::StructureShape.new(name: 'UpdateRoleCustomPermissionResponse')
1722
+ UpdateSPICECapacityConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateSPICECapacityConfigurationRequest')
1723
+ UpdateSPICECapacityConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateSPICECapacityConfigurationResponse')
1718
1724
  UpdateTemplateAliasRequest = Shapes::StructureShape.new(name: 'UpdateTemplateAliasRequest')
1719
1725
  UpdateTemplateAliasResponse = Shapes::StructureShape.new(name: 'UpdateTemplateAliasResponse')
1720
1726
  UpdateTemplatePermissionsRequest = Shapes::StructureShape.new(name: 'UpdateTemplatePermissionsRequest')
@@ -1940,8 +1946,12 @@ module Aws::QuickSight
1940
1946
  AnonymousUserEmbeddingExperienceConfiguration.add_member(:dashboard, Shapes::ShapeRef.new(shape: AnonymousUserDashboardEmbeddingConfiguration, location_name: "Dashboard"))
1941
1947
  AnonymousUserEmbeddingExperienceConfiguration.add_member(:dashboard_visual, Shapes::ShapeRef.new(shape: AnonymousUserDashboardVisualEmbeddingConfiguration, location_name: "DashboardVisual"))
1942
1948
  AnonymousUserEmbeddingExperienceConfiguration.add_member(:q_search_bar, Shapes::ShapeRef.new(shape: AnonymousUserQSearchBarEmbeddingConfiguration, location_name: "QSearchBar"))
1949
+ AnonymousUserEmbeddingExperienceConfiguration.add_member(:generative_qn_a, Shapes::ShapeRef.new(shape: AnonymousUserGenerativeQnAEmbeddingConfiguration, location_name: "GenerativeQnA"))
1943
1950
  AnonymousUserEmbeddingExperienceConfiguration.struct_class = Types::AnonymousUserEmbeddingExperienceConfiguration
1944
1951
 
1952
+ AnonymousUserGenerativeQnAEmbeddingConfiguration.add_member(:initial_topic_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location_name: "InitialTopicId"))
1953
+ AnonymousUserGenerativeQnAEmbeddingConfiguration.struct_class = Types::AnonymousUserGenerativeQnAEmbeddingConfiguration
1954
+
1945
1955
  AnonymousUserQSearchBarEmbeddingConfiguration.add_member(:initial_topic_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location_name: "InitialTopicId"))
1946
1956
  AnonymousUserQSearchBarEmbeddingConfiguration.struct_class = Types::AnonymousUserQSearchBarEmbeddingConfiguration
1947
1957
 
@@ -2780,7 +2790,7 @@ module Aws::QuickSight
2780
2790
  CreateAccountCustomizationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
2781
2791
  CreateAccountCustomizationResponse.struct_class = Types::CreateAccountCustomizationResponse
2782
2792
 
2783
- CreateAccountSubscriptionRequest.add_member(:edition, Shapes::ShapeRef.new(shape: Edition, required: true, location_name: "Edition"))
2793
+ CreateAccountSubscriptionRequest.add_member(:edition, Shapes::ShapeRef.new(shape: Edition, location_name: "Edition"))
2784
2794
  CreateAccountSubscriptionRequest.add_member(:authentication_method, Shapes::ShapeRef.new(shape: AuthenticationMethodOption, required: true, location_name: "AuthenticationMethod"))
2785
2795
  CreateAccountSubscriptionRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
2786
2796
  CreateAccountSubscriptionRequest.add_member(:account_name, Shapes::ShapeRef.new(shape: AccountName, required: true, location_name: "AccountName"))
@@ -2791,6 +2801,9 @@ module Aws::QuickSight
2791
2801
  CreateAccountSubscriptionRequest.add_member(:admin_group, Shapes::ShapeRef.new(shape: GroupsList, location_name: "AdminGroup"))
2792
2802
  CreateAccountSubscriptionRequest.add_member(:author_group, Shapes::ShapeRef.new(shape: GroupsList, location_name: "AuthorGroup"))
2793
2803
  CreateAccountSubscriptionRequest.add_member(:reader_group, Shapes::ShapeRef.new(shape: GroupsList, location_name: "ReaderGroup"))
2804
+ CreateAccountSubscriptionRequest.add_member(:admin_pro_group, Shapes::ShapeRef.new(shape: GroupsList, location_name: "AdminProGroup"))
2805
+ CreateAccountSubscriptionRequest.add_member(:author_pro_group, Shapes::ShapeRef.new(shape: GroupsList, location_name: "AuthorProGroup"))
2806
+ CreateAccountSubscriptionRequest.add_member(:reader_pro_group, Shapes::ShapeRef.new(shape: GroupsList, location_name: "ReaderProGroup"))
2794
2807
  CreateAccountSubscriptionRequest.add_member(:first_name, Shapes::ShapeRef.new(shape: String, location_name: "FirstName"))
2795
2808
  CreateAccountSubscriptionRequest.add_member(:last_name, Shapes::ShapeRef.new(shape: String, location_name: "LastName"))
2796
2809
  CreateAccountSubscriptionRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: String, location_name: "EmailAddress"))
@@ -4936,6 +4949,10 @@ module Aws::QuickSight
4936
4949
  GaugeChartArcConditionalFormatting.add_member(:foreground_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "ForegroundColor"))
4937
4950
  GaugeChartArcConditionalFormatting.struct_class = Types::GaugeChartArcConditionalFormatting
4938
4951
 
4952
+ GaugeChartColorConfiguration.add_member(:foreground_color, Shapes::ShapeRef.new(shape: HexColor, location_name: "ForegroundColor"))
4953
+ GaugeChartColorConfiguration.add_member(:background_color, Shapes::ShapeRef.new(shape: HexColor, location_name: "BackgroundColor"))
4954
+ GaugeChartColorConfiguration.struct_class = Types::GaugeChartColorConfiguration
4955
+
4939
4956
  GaugeChartConditionalFormatting.add_member(:conditional_formatting_options, Shapes::ShapeRef.new(shape: GaugeChartConditionalFormattingOptionList, location_name: "ConditionalFormattingOptions"))
4940
4957
  GaugeChartConditionalFormatting.struct_class = Types::GaugeChartConditionalFormatting
4941
4958
 
@@ -4950,6 +4967,7 @@ module Aws::QuickSight
4950
4967
  GaugeChartConfiguration.add_member(:data_labels, Shapes::ShapeRef.new(shape: DataLabelOptions, location_name: "DataLabels"))
4951
4968
  GaugeChartConfiguration.add_member(:tooltip_options, Shapes::ShapeRef.new(shape: TooltipOptions, location_name: "TooltipOptions"))
4952
4969
  GaugeChartConfiguration.add_member(:visual_palette, Shapes::ShapeRef.new(shape: VisualPalette, location_name: "VisualPalette"))
4970
+ GaugeChartConfiguration.add_member(:color_configuration, Shapes::ShapeRef.new(shape: GaugeChartColorConfiguration, location_name: "ColorConfiguration"))
4953
4971
  GaugeChartConfiguration.add_member(:interactions, Shapes::ShapeRef.new(shape: VisualInteractionOptions, location_name: "Interactions"))
4954
4972
  GaugeChartConfiguration.struct_class = Types::GaugeChartConfiguration
4955
4973
 
@@ -6660,8 +6678,12 @@ module Aws::QuickSight
6660
6678
  RegisteredUserEmbeddingExperienceConfiguration.add_member(:quick_sight_console, Shapes::ShapeRef.new(shape: RegisteredUserQuickSightConsoleEmbeddingConfiguration, location_name: "QuickSightConsole"))
6661
6679
  RegisteredUserEmbeddingExperienceConfiguration.add_member(:q_search_bar, Shapes::ShapeRef.new(shape: RegisteredUserQSearchBarEmbeddingConfiguration, location_name: "QSearchBar"))
6662
6680
  RegisteredUserEmbeddingExperienceConfiguration.add_member(:dashboard_visual, Shapes::ShapeRef.new(shape: RegisteredUserDashboardVisualEmbeddingConfiguration, location_name: "DashboardVisual"))
6681
+ RegisteredUserEmbeddingExperienceConfiguration.add_member(:generative_qn_a, Shapes::ShapeRef.new(shape: RegisteredUserGenerativeQnAEmbeddingConfiguration, location_name: "GenerativeQnA"))
6663
6682
  RegisteredUserEmbeddingExperienceConfiguration.struct_class = Types::RegisteredUserEmbeddingExperienceConfiguration
6664
6683
 
6684
+ RegisteredUserGenerativeQnAEmbeddingConfiguration.add_member(:initial_topic_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "InitialTopicId"))
6685
+ RegisteredUserGenerativeQnAEmbeddingConfiguration.struct_class = Types::RegisteredUserGenerativeQnAEmbeddingConfiguration
6686
+
6665
6687
  RegisteredUserQSearchBarEmbeddingConfiguration.add_member(:initial_topic_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "InitialTopicId"))
6666
6688
  RegisteredUserQSearchBarEmbeddingConfiguration.struct_class = Types::RegisteredUserQSearchBarEmbeddingConfiguration
6667
6689
 
@@ -7872,6 +7894,7 @@ module Aws::QuickSight
7872
7894
  TopicSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
7873
7895
  TopicSummary.add_member(:topic_id, Shapes::ShapeRef.new(shape: TopicId, location_name: "TopicId"))
7874
7896
  TopicSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
7897
+ TopicSummary.add_member(:user_experience_version, Shapes::ShapeRef.new(shape: TopicUserExperienceVersion, location_name: "UserExperienceVersion"))
7875
7898
  TopicSummary.struct_class = Types::TopicSummary
7876
7899
 
7877
7900
  TotalAggregationComputation.add_member(:computation_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "ComputationId"))
@@ -8292,6 +8315,14 @@ module Aws::QuickSight
8292
8315
  UpdateRoleCustomPermissionResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location_name: "Status"))
8293
8316
  UpdateRoleCustomPermissionResponse.struct_class = Types::UpdateRoleCustomPermissionResponse
8294
8317
 
8318
+ UpdateSPICECapacityConfigurationRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
8319
+ UpdateSPICECapacityConfigurationRequest.add_member(:purchase_mode, Shapes::ShapeRef.new(shape: PurchaseMode, required: true, location_name: "PurchaseMode"))
8320
+ UpdateSPICECapacityConfigurationRequest.struct_class = Types::UpdateSPICECapacityConfigurationRequest
8321
+
8322
+ UpdateSPICECapacityConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "RequestId"))
8323
+ UpdateSPICECapacityConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
8324
+ UpdateSPICECapacityConfigurationResponse.struct_class = Types::UpdateSPICECapacityConfigurationResponse
8325
+
8295
8326
  UpdateTemplateAliasRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
8296
8327
  UpdateTemplateAliasRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
8297
8328
  UpdateTemplateAliasRequest.add_member(:alias_name, Shapes::ShapeRef.new(shape: AliasName, required: true, location: "uri", location_name: "AliasName"))
@@ -8684,6 +8715,7 @@ module Aws::QuickSight
8684
8715
  "endpointPrefix" => "quicksight",
8685
8716
  "jsonVersion" => "1.0",
8686
8717
  "protocol" => "rest-json",
8718
+ "protocols" => ["rest-json"],
8687
8719
  "serviceFullName" => "Amazon QuickSight",
8688
8720
  "serviceId" => "QuickSight",
8689
8721
  "signatureVersion" => "v4",
@@ -11241,6 +11273,19 @@ module Aws::QuickSight
11241
11273
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
11242
11274
  end)
11243
11275
 
11276
+ api.add_operation(:update_spice_capacity_configuration, Seahorse::Model::Operation.new.tap do |o|
11277
+ o.name = "UpdateSPICECapacityConfiguration"
11278
+ o.http_method = "POST"
11279
+ o.http_request_uri = "/accounts/{AwsAccountId}/spice-capacity-configuration"
11280
+ o.input = Shapes::ShapeRef.new(shape: UpdateSPICECapacityConfigurationRequest)
11281
+ o.output = Shapes::ShapeRef.new(shape: UpdateSPICECapacityConfigurationResponse)
11282
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11283
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
11284
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11285
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
11286
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
11287
+ end)
11288
+
11244
11289
  api.add_operation(:update_template, Seahorse::Model::Operation.new.tap do |o|
11245
11290
  o.name = "UpdateTemplate"
11246
11291
  o.http_method = "PUT"
@@ -2252,6 +2252,20 @@ module Aws::QuickSight
2252
2252
  end
2253
2253
  end
2254
2254
 
2255
+ class UpdateSPICECapacityConfiguration
2256
+ def self.build(context)
2257
+ unless context.config.regional_endpoint
2258
+ endpoint = context.config.endpoint.to_s
2259
+ end
2260
+ Aws::QuickSight::EndpointParameters.new(
2261
+ region: context.config.region,
2262
+ use_dual_stack: context.config.use_dualstack_endpoint,
2263
+ use_fips: context.config.use_fips_endpoint,
2264
+ endpoint: endpoint,
2265
+ )
2266
+ end
2267
+ end
2268
+
2255
2269
  class UpdateTemplate
2256
2270
  def self.build(context)
2257
2271
  unless context.config.regional_endpoint
@@ -378,6 +378,8 @@ module Aws::QuickSight
378
378
  Aws::QuickSight::Endpoints::UpdateRefreshSchedule.build(context)
379
379
  when :update_role_custom_permission
380
380
  Aws::QuickSight::Endpoints::UpdateRoleCustomPermission.build(context)
381
+ when :update_spice_capacity_configuration
382
+ Aws::QuickSight::Endpoints::UpdateSPICECapacityConfiguration.build(context)
381
383
  when :update_template
382
384
  Aws::QuickSight::Endpoints::UpdateTemplate.build(context)
383
385
  when :update_template_alias