aws-sdk-qconnect 1.11.0 → 1.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qconnect/client.rb +264 -1
- data/lib/aws-sdk-qconnect/client_api.rb +140 -0
- data/lib/aws-sdk-qconnect/endpoints.rb +56 -0
- data/lib/aws-sdk-qconnect/errors.rb +20 -0
- data/lib/aws-sdk-qconnect/plugins/endpoints.rb +8 -0
- data/lib/aws-sdk-qconnect/types.rb +339 -1
- data/lib/aws-sdk-qconnect.rb +1 -1
- data/sig/client.rbs +57 -0
- data/sig/errors.rbs +3 -0
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +98 -0
- metadata +4 -4
data/sig/types.rbs
CHANGED
@@ -13,6 +13,11 @@ module Aws::QConnect
|
|
13
13
|
SENSITIVE: []
|
14
14
|
end
|
15
15
|
|
16
|
+
class AmazonConnectGuideAssociationData
|
17
|
+
attr_accessor flow_id: ::String
|
18
|
+
SENSITIVE: []
|
19
|
+
end
|
20
|
+
|
16
21
|
class AppIntegrationsConfiguration
|
17
22
|
attr_accessor app_integration_arn: ::String
|
18
23
|
attr_accessor object_fields: ::Array[::String]
|
@@ -122,6 +127,43 @@ module Aws::QConnect
|
|
122
127
|
SENSITIVE: []
|
123
128
|
end
|
124
129
|
|
130
|
+
class ContentAssociationContents
|
131
|
+
attr_accessor amazon_connect_guide_association: Types::AmazonConnectGuideAssociationData
|
132
|
+
attr_accessor unknown: untyped
|
133
|
+
SENSITIVE: []
|
134
|
+
|
135
|
+
class AmazonConnectGuideAssociation < ContentAssociationContents
|
136
|
+
end
|
137
|
+
class Unknown < ContentAssociationContents
|
138
|
+
end
|
139
|
+
end
|
140
|
+
|
141
|
+
class ContentAssociationData
|
142
|
+
attr_accessor association_data: Types::ContentAssociationContents
|
143
|
+
attr_accessor association_type: ("AMAZON_CONNECT_GUIDE")
|
144
|
+
attr_accessor content_arn: ::String
|
145
|
+
attr_accessor content_association_arn: ::String
|
146
|
+
attr_accessor content_association_id: ::String
|
147
|
+
attr_accessor content_id: ::String
|
148
|
+
attr_accessor knowledge_base_arn: ::String
|
149
|
+
attr_accessor knowledge_base_id: ::String
|
150
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
151
|
+
SENSITIVE: []
|
152
|
+
end
|
153
|
+
|
154
|
+
class ContentAssociationSummary
|
155
|
+
attr_accessor association_data: Types::ContentAssociationContents
|
156
|
+
attr_accessor association_type: ("AMAZON_CONNECT_GUIDE")
|
157
|
+
attr_accessor content_arn: ::String
|
158
|
+
attr_accessor content_association_arn: ::String
|
159
|
+
attr_accessor content_association_id: ::String
|
160
|
+
attr_accessor content_id: ::String
|
161
|
+
attr_accessor knowledge_base_arn: ::String
|
162
|
+
attr_accessor knowledge_base_id: ::String
|
163
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
164
|
+
SENSITIVE: []
|
165
|
+
end
|
166
|
+
|
125
167
|
class ContentData
|
126
168
|
attr_accessor content_arn: ::String
|
127
169
|
attr_accessor content_id: ::String
|
@@ -209,6 +251,21 @@ module Aws::QConnect
|
|
209
251
|
SENSITIVE: []
|
210
252
|
end
|
211
253
|
|
254
|
+
class CreateContentAssociationRequest
|
255
|
+
attr_accessor association: Types::ContentAssociationContents
|
256
|
+
attr_accessor association_type: ("AMAZON_CONNECT_GUIDE")
|
257
|
+
attr_accessor client_token: ::String
|
258
|
+
attr_accessor content_id: ::String
|
259
|
+
attr_accessor knowledge_base_id: ::String
|
260
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
261
|
+
SENSITIVE: []
|
262
|
+
end
|
263
|
+
|
264
|
+
class CreateContentAssociationResponse
|
265
|
+
attr_accessor content_association: Types::ContentAssociationData
|
266
|
+
SENSITIVE: []
|
267
|
+
end
|
268
|
+
|
212
269
|
class CreateContentRequest
|
213
270
|
attr_accessor client_token: ::String
|
214
271
|
attr_accessor knowledge_base_id: ::String
|
@@ -333,6 +390,16 @@ module Aws::QConnect
|
|
333
390
|
class DeleteAssistantResponse < Aws::EmptyStructure
|
334
391
|
end
|
335
392
|
|
393
|
+
class DeleteContentAssociationRequest
|
394
|
+
attr_accessor content_association_id: ::String
|
395
|
+
attr_accessor content_id: ::String
|
396
|
+
attr_accessor knowledge_base_id: ::String
|
397
|
+
SENSITIVE: []
|
398
|
+
end
|
399
|
+
|
400
|
+
class DeleteContentAssociationResponse < Aws::EmptyStructure
|
401
|
+
end
|
402
|
+
|
336
403
|
class DeleteContentRequest
|
337
404
|
attr_accessor content_id: ::String
|
338
405
|
attr_accessor knowledge_base_id: ::String
|
@@ -433,6 +500,18 @@ module Aws::QConnect
|
|
433
500
|
SENSITIVE: []
|
434
501
|
end
|
435
502
|
|
503
|
+
class GetContentAssociationRequest
|
504
|
+
attr_accessor content_association_id: ::String
|
505
|
+
attr_accessor content_id: ::String
|
506
|
+
attr_accessor knowledge_base_id: ::String
|
507
|
+
SENSITIVE: []
|
508
|
+
end
|
509
|
+
|
510
|
+
class GetContentAssociationResponse
|
511
|
+
attr_accessor content_association: Types::ContentAssociationData
|
512
|
+
SENSITIVE: []
|
513
|
+
end
|
514
|
+
|
436
515
|
class GetContentRequest
|
437
516
|
attr_accessor content_id: ::String
|
438
517
|
attr_accessor knowledge_base_id: ::String
|
@@ -615,6 +694,20 @@ module Aws::QConnect
|
|
615
694
|
SENSITIVE: []
|
616
695
|
end
|
617
696
|
|
697
|
+
class ListContentAssociationsRequest
|
698
|
+
attr_accessor content_id: ::String
|
699
|
+
attr_accessor knowledge_base_id: ::String
|
700
|
+
attr_accessor max_results: ::Integer
|
701
|
+
attr_accessor next_token: ::String
|
702
|
+
SENSITIVE: []
|
703
|
+
end
|
704
|
+
|
705
|
+
class ListContentAssociationsResponse
|
706
|
+
attr_accessor content_association_summaries: ::Array[Types::ContentAssociationSummary]
|
707
|
+
attr_accessor next_token: ::String
|
708
|
+
SENSITIVE: []
|
709
|
+
end
|
710
|
+
|
618
711
|
class ListContentsRequest
|
619
712
|
attr_accessor knowledge_base_id: ::String
|
620
713
|
attr_accessor max_results: ::Integer
|
@@ -1130,6 +1223,11 @@ module Aws::QConnect
|
|
1130
1223
|
SENSITIVE: []
|
1131
1224
|
end
|
1132
1225
|
|
1226
|
+
class ThrottlingException
|
1227
|
+
attr_accessor message: ::String
|
1228
|
+
SENSITIVE: []
|
1229
|
+
end
|
1230
|
+
|
1133
1231
|
class TooManyTagsException
|
1134
1232
|
attr_accessor message: ::String
|
1135
1233
|
attr_accessor resource_name: ::String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-qconnect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.201.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.201.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|