aws-sdk-qbusiness 1.51.0 → 1.52.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: e333b0c8355820b25a5bef3a737d137e74679d178929c43a72327ea436816ddf
4
- data.tar.gz: 753fb04db6df852cb883b837158c29632e4c9ecd54c4cbe583be6d9dcab5be18
3
+ metadata.gz: e3e7e8d05438d211ce8889c965e5c1ec184e3e957badcc2b75e93779b543f2d8
4
+ data.tar.gz: 3f8a0e30e15626dee59ecb1048cdffc03c0531dd5f7acce6f3c05d6f4403904f
5
5
  SHA512:
6
- metadata.gz: 135a26a2ac22645ddb0786571f7ed9b029d30613180bbd14c9746fde7593479d844df6355b49d12d9f0c89c102eb0d70dd17af55a8cd18a8339ed8b86f87b529
7
- data.tar.gz: 2f077400ac39a21d93385ece0d44c42c782b078cf41746533486e8aa6d28230376ade11d90951f576e6d0c6755d0f7f66cd90036c649ca51e727ea258aba8400
6
+ metadata.gz: 71d71ff4bffb08927db0420f1eb7b1337ca3d9a036031d1c48748b7ed99f10051905cd9fc788430d37c65b34d97b1a35f7fa62685898774172fdc37f2a859893
7
+ data.tar.gz: 9aaa24ec25ce3fe6d1bb7f7dd6cc89c4e04b3176589802dfd2accb7253c9f736be23a0cdbc007b9af24ecf3ec794a5e96565dc2fed90f4e7f6a3531e66bcdcdc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2025-12-19)
5
+ ------------------
6
+
7
+ * Feature - It is a internal bug fix for region expansion
8
+
4
9
  1.51.0 (2025-11-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -683,7 +683,7 @@ module Aws::QBusiness
683
683
  tracer: tracer
684
684
  )
685
685
  context[:gem_name] = 'aws-sdk-qbusiness'
686
- context[:gem_version] = '1.51.0'
686
+ context[:gem_version] = '1.52.0'
687
687
  Seahorse::Client::Request.new(handlers, context)
688
688
  end
689
689
 
@@ -1311,11 +1311,11 @@ module Aws::QBusiness
1311
1311
  # [1]: https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/personalizing-chat-responses.html
1312
1312
  #
1313
1313
  # @option params [Types::QuickSightConfiguration] :quick_sight_configuration
1314
- # The Amazon QuickSight configuration for an Amazon Q Business
1315
- # application that uses QuickSight for authentication. This
1316
- # configuration is required if your application uses QuickSight as the
1317
- # identity provider. For more information, see [Creating an Amazon
1318
- # QuickSight integrated application][1].
1314
+ # The Amazon Quick Suite configuration for an Amazon Q Business
1315
+ # application that uses Quick Suite for authentication. This
1316
+ # configuration is required if your application uses Quick Suite as the
1317
+ # identity provider. For more information, see [Creating an Amazon Quick
1318
+ # Suite integrated application][1].
1319
1319
  #
1320
1320
  #
1321
1321
  #
@@ -6255,7 +6255,7 @@ module Aws::QBusiness
6255
6255
  tracer: tracer
6256
6256
  )
6257
6257
  context[:gem_name] = 'aws-sdk-qbusiness'
6258
- context[:gem_version] = '1.51.0'
6258
+ context[:gem_version] = '1.52.0'
6259
6259
  Seahorse::Client::Request.new(handlers, context)
6260
6260
  end
6261
6261
 
@@ -452,8 +452,8 @@ module Aws::QBusiness
452
452
  # @return [String]
453
453
  #
454
454
  # @!attribute [rw] quick_sight_configuration
455
- # The Amazon QuickSight configuration for an Amazon Q Business
456
- # application that uses QuickSight as the identity provider.
455
+ # The Amazon Quick Suite configuration for an Amazon Q Business
456
+ # application that uses Quick Suite as the identity provider.
457
457
  # @return [Types::QuickSightConfiguration]
458
458
  #
459
459
  # @see http://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27/Application AWS API Documentation
@@ -2025,11 +2025,11 @@ module Aws::QBusiness
2025
2025
  # @return [Types::PersonalizationConfiguration]
2026
2026
  #
2027
2027
  # @!attribute [rw] quick_sight_configuration
2028
- # The Amazon QuickSight configuration for an Amazon Q Business
2029
- # application that uses QuickSight for authentication. This
2030
- # configuration is required if your application uses QuickSight as the
2031
- # identity provider. For more information, see [Creating an Amazon
2032
- # QuickSight integrated application][1].
2028
+ # The Amazon Quick Suite configuration for an Amazon Q Business
2029
+ # application that uses Quick Suite for authentication. This
2030
+ # configuration is required if your application uses Quick Suite as
2031
+ # the identity provider. For more information, see [Creating an Amazon
2032
+ # Quick Suite integrated application][1].
2033
2033
  #
2034
2034
  #
2035
2035
  #
@@ -4430,7 +4430,7 @@ module Aws::QBusiness
4430
4430
  # @return [Array<String>]
4431
4431
  #
4432
4432
  # @!attribute [rw] quick_sight_configuration
4433
- # The Amazon QuickSight authentication configuration for the Amazon Q
4433
+ # The Amazon Quick Suite authentication configuration for the Amazon Q
4434
4434
  # Business application.
4435
4435
  # @return [Types::QuickSightConfiguration]
4436
4436
  #
@@ -7633,9 +7633,9 @@ module Aws::QBusiness
7633
7633
  include Aws::Structure
7634
7634
  end
7635
7635
 
7636
- # The Amazon QuickSight configuration for an Amazon Q Business
7637
- # application that uses QuickSight as the identity provider. For more
7638
- # information, see [Creating an Amazon QuickSight integrated
7636
+ # The Amazon Quick Suite configuration for an Amazon Q Business
7637
+ # application that uses Quick Suite as the identity provider. For more
7638
+ # information, see [Creating an Amazon Quick Suite integrated
7639
7639
  # application][1].
7640
7640
  #
7641
7641
  #
@@ -7643,8 +7643,8 @@ module Aws::QBusiness
7643
7643
  # [1]: https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/create-quicksight-integrated-application.html
7644
7644
  #
7645
7645
  # @!attribute [rw] client_namespace
7646
- # The Amazon QuickSight namespace that is used as the identity
7647
- # provider. For more information about QuickSight namespaces, see
7646
+ # The Amazon Quick Suite namespace that is used as the identity
7647
+ # provider. For more information about Quick Suite namespaces, see
7648
7648
  # [Namespace operations][1].
7649
7649
  #
7650
7650
  #
@@ -73,7 +73,7 @@ module Aws::QBusiness
73
73
  autoload :AsyncClient, 'aws-sdk-qbusiness/async_client'
74
74
  autoload :EventStreams, 'aws-sdk-qbusiness/event_streams'
75
75
 
76
- GEM_VERSION = '1.51.0'
76
+ GEM_VERSION = '1.52.0'
77
77
 
78
78
  end
79
79
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qbusiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services