aws-sdk-quicksight 1.164.0 → 1.165.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +5 -1
- data/lib/aws-sdk-quicksight/client_api.rb +4 -0
- data/lib/aws-sdk-quicksight/types.rb +15 -1
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +4 -0
- data/sig/types.rbs +4 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 222268dddda50ef3485ac21316c5b48a387b24931176504e4d57606a4f6a48fd
|
|
4
|
+
data.tar.gz: 0fccacea0454c80538e9def5dac795db9ab7fb914a6e258aa1c28b7c6082783d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efa1b534bbd8d384de01e9f9b9408fbefa686eb1836b3a90398adf65885a7badf31956dbb607f16c2f73fddb27cb57dc50a1449402792f64123b2bcf2ddfbaad
|
|
7
|
+
data.tar.gz: 19b4213449bb6b7b483ca06ed88abdfb05785d17169d6f83f637f3e86178a3467a603c8cc542d99f395fde026e6e38b8b0d346f2d6c9f82377aa6cc5fe5469a7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.165.0 (2025-11-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon Quick Suite now supports QuickChat as an embedding type when calling the GenerateEmbedUrlForRegisteredUser API, enabling developers to embed conversational AI agents directly into their applications.
|
|
8
|
+
|
|
4
9
|
1.164.0 (2025-11-20)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.165.0
|
|
@@ -10924,6 +10924,8 @@ module Aws::QuickSight
|
|
|
10924
10924
|
# generative_qn_a: {
|
|
10925
10925
|
# initial_topic_id: "RestrictiveResourceId",
|
|
10926
10926
|
# },
|
|
10927
|
+
# quick_chat: {
|
|
10928
|
+
# },
|
|
10927
10929
|
# },
|
|
10928
10930
|
# allowed_domains: ["String"],
|
|
10929
10931
|
# })
|
|
@@ -11070,6 +11072,8 @@ module Aws::QuickSight
|
|
|
11070
11072
|
# generative_qn_a: {
|
|
11071
11073
|
# initial_topic_id: "RestrictiveResourceId",
|
|
11072
11074
|
# },
|
|
11075
|
+
# quick_chat: {
|
|
11076
|
+
# },
|
|
11073
11077
|
# },
|
|
11074
11078
|
# allowed_domains: ["String"],
|
|
11075
11079
|
# })
|
|
@@ -20652,7 +20656,7 @@ module Aws::QuickSight
|
|
|
20652
20656
|
tracer: tracer
|
|
20653
20657
|
)
|
|
20654
20658
|
context[:gem_name] = 'aws-sdk-quicksight'
|
|
20655
|
-
context[:gem_version] = '1.
|
|
20659
|
+
context[:gem_version] = '1.165.0'
|
|
20656
20660
|
Seahorse::Client::Request.new(handlers, context)
|
|
20657
20661
|
end
|
|
20658
20662
|
|
|
@@ -1678,6 +1678,7 @@ module Aws::QuickSight
|
|
|
1678
1678
|
RegisteredUserEmbeddingExperienceConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserEmbeddingExperienceConfiguration')
|
|
1679
1679
|
RegisteredUserGenerativeQnAEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserGenerativeQnAEmbeddingConfiguration')
|
|
1680
1680
|
RegisteredUserQSearchBarEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserQSearchBarEmbeddingConfiguration')
|
|
1681
|
+
RegisteredUserQuickChatEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserQuickChatEmbeddingConfiguration')
|
|
1681
1682
|
RegisteredUserQuickSightConsoleEmbeddingConfiguration = Shapes::StructureShape.new(name: 'RegisteredUserQuickSightConsoleEmbeddingConfiguration')
|
|
1682
1683
|
RelationalTable = Shapes::StructureShape.new(name: 'RelationalTable')
|
|
1683
1684
|
RelationalTableCatalog = Shapes::StringShape.new(name: 'RelationalTableCatalog')
|
|
@@ -8736,6 +8737,7 @@ module Aws::QuickSight
|
|
|
8736
8737
|
RegisteredUserEmbeddingExperienceConfiguration.add_member(:q_search_bar, Shapes::ShapeRef.new(shape: RegisteredUserQSearchBarEmbeddingConfiguration, location_name: "QSearchBar"))
|
|
8737
8738
|
RegisteredUserEmbeddingExperienceConfiguration.add_member(:dashboard_visual, Shapes::ShapeRef.new(shape: RegisteredUserDashboardVisualEmbeddingConfiguration, location_name: "DashboardVisual"))
|
|
8738
8739
|
RegisteredUserEmbeddingExperienceConfiguration.add_member(:generative_qn_a, Shapes::ShapeRef.new(shape: RegisteredUserGenerativeQnAEmbeddingConfiguration, location_name: "GenerativeQnA"))
|
|
8740
|
+
RegisteredUserEmbeddingExperienceConfiguration.add_member(:quick_chat, Shapes::ShapeRef.new(shape: RegisteredUserQuickChatEmbeddingConfiguration, location_name: "QuickChat"))
|
|
8739
8741
|
RegisteredUserEmbeddingExperienceConfiguration.struct_class = Types::RegisteredUserEmbeddingExperienceConfiguration
|
|
8740
8742
|
|
|
8741
8743
|
RegisteredUserGenerativeQnAEmbeddingConfiguration.add_member(:initial_topic_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "InitialTopicId"))
|
|
@@ -8744,6 +8746,8 @@ module Aws::QuickSight
|
|
|
8744
8746
|
RegisteredUserQSearchBarEmbeddingConfiguration.add_member(:initial_topic_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, location_name: "InitialTopicId"))
|
|
8745
8747
|
RegisteredUserQSearchBarEmbeddingConfiguration.struct_class = Types::RegisteredUserQSearchBarEmbeddingConfiguration
|
|
8746
8748
|
|
|
8749
|
+
RegisteredUserQuickChatEmbeddingConfiguration.struct_class = Types::RegisteredUserQuickChatEmbeddingConfiguration
|
|
8750
|
+
|
|
8747
8751
|
RegisteredUserQuickSightConsoleEmbeddingConfiguration.add_member(:initial_path, Shapes::ShapeRef.new(shape: EntryPath, location_name: "InitialPath"))
|
|
8748
8752
|
RegisteredUserQuickSightConsoleEmbeddingConfiguration.add_member(:feature_configurations, Shapes::ShapeRef.new(shape: RegisteredUserConsoleFeatureConfigurations, location_name: "FeatureConfigurations"))
|
|
8749
8753
|
RegisteredUserQuickSightConsoleEmbeddingConfiguration.struct_class = Types::RegisteredUserQuickSightConsoleEmbeddingConfiguration
|
|
@@ -30939,6 +30939,10 @@ module Aws::QuickSight
|
|
|
30939
30939
|
# [1]: https://docs.aws.amazon.com/quicksight/latest/user/embedding-overview.html
|
|
30940
30940
|
# @return [Types::RegisteredUserGenerativeQnAEmbeddingConfiguration]
|
|
30941
30941
|
#
|
|
30942
|
+
# @!attribute [rw] quick_chat
|
|
30943
|
+
# The configuration details for embedding the Quick chat agent.
|
|
30944
|
+
# @return [Types::RegisteredUserQuickChatEmbeddingConfiguration]
|
|
30945
|
+
#
|
|
30942
30946
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserEmbeddingExperienceConfiguration AWS API Documentation
|
|
30943
30947
|
#
|
|
30944
30948
|
class RegisteredUserEmbeddingExperienceConfiguration < Struct.new(
|
|
@@ -30946,7 +30950,8 @@ module Aws::QuickSight
|
|
|
30946
30950
|
:quick_sight_console,
|
|
30947
30951
|
:q_search_bar,
|
|
30948
30952
|
:dashboard_visual,
|
|
30949
|
-
:generative_qn_a
|
|
30953
|
+
:generative_qn_a,
|
|
30954
|
+
:quick_chat)
|
|
30950
30955
|
SENSITIVE = []
|
|
30951
30956
|
include Aws::Structure
|
|
30952
30957
|
end
|
|
@@ -31005,6 +31010,15 @@ module Aws::QuickSight
|
|
|
31005
31010
|
include Aws::Structure
|
|
31006
31011
|
end
|
|
31007
31012
|
|
|
31013
|
+
# An object that provides information about the configuration of a chat
|
|
31014
|
+
# agent.
|
|
31015
|
+
#
|
|
31016
|
+
# @api private
|
|
31017
|
+
#
|
|
31018
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/RegisteredUserQuickChatEmbeddingConfiguration AWS API Documentation
|
|
31019
|
+
#
|
|
31020
|
+
class RegisteredUserQuickChatEmbeddingConfiguration < Aws::EmptyStructure; end
|
|
31021
|
+
|
|
31008
31022
|
# Information about the Amazon Quick Sight console that you want to
|
|
31009
31023
|
# embed.
|
|
31010
31024
|
#
|
data/lib/aws-sdk-quicksight.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -116601,6 +116601,8 @@ module Aws
|
|
|
116601
116601
|
}?,
|
|
116602
116602
|
generative_qn_a: {
|
|
116603
116603
|
initial_topic_id: ::String?
|
|
116604
|
+
}?,
|
|
116605
|
+
quick_chat: {
|
|
116604
116606
|
}?
|
|
116605
116607
|
},
|
|
116606
116608
|
?allowed_domains: Array[::String]
|
|
@@ -116692,6 +116694,8 @@ module Aws
|
|
|
116692
116694
|
}?,
|
|
116693
116695
|
generative_qn_a: {
|
|
116694
116696
|
initial_topic_id: ::String?
|
|
116697
|
+
}?,
|
|
116698
|
+
quick_chat: {
|
|
116695
116699
|
}?
|
|
116696
116700
|
},
|
|
116697
116701
|
?allowed_domains: Array[::String]
|
data/sig/types.rbs
CHANGED
|
@@ -8041,6 +8041,7 @@ module Aws::QuickSight
|
|
|
8041
8041
|
attr_accessor q_search_bar: Types::RegisteredUserQSearchBarEmbeddingConfiguration
|
|
8042
8042
|
attr_accessor dashboard_visual: Types::RegisteredUserDashboardVisualEmbeddingConfiguration
|
|
8043
8043
|
attr_accessor generative_qn_a: Types::RegisteredUserGenerativeQnAEmbeddingConfiguration
|
|
8044
|
+
attr_accessor quick_chat: Types::RegisteredUserQuickChatEmbeddingConfiguration
|
|
8044
8045
|
SENSITIVE: []
|
|
8045
8046
|
end
|
|
8046
8047
|
|
|
@@ -8054,6 +8055,9 @@ module Aws::QuickSight
|
|
|
8054
8055
|
SENSITIVE: []
|
|
8055
8056
|
end
|
|
8056
8057
|
|
|
8058
|
+
class RegisteredUserQuickChatEmbeddingConfiguration < Aws::EmptyStructure
|
|
8059
|
+
end
|
|
8060
|
+
|
|
8057
8061
|
class RegisteredUserQuickSightConsoleEmbeddingConfiguration
|
|
8058
8062
|
attr_accessor initial_path: ::String
|
|
8059
8063
|
attr_accessor feature_configurations: Types::RegisteredUserConsoleFeatureConfigurations
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-quicksight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.165.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.239.1
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.239.1
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|