aws-sdk-connectwisdomservice 1.10.0 → 1.11.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-connectwisdomservice/client.rb +3 -3
- data/lib/aws-sdk-connectwisdomservice/client_api.rb +4 -3
- data/lib/aws-sdk-connectwisdomservice/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-connectwisdomservice/endpoint_provider.rb +72 -73
- data/lib/aws-sdk-connectwisdomservice/types.rb +0 -370
- data/lib/aws-sdk-connectwisdomservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '047391a8555a911e304968334b324d7954bc1b0bad021c7f34ccecea5669f398'
|
4
|
+
data.tar.gz: 3dc9965ae6abd5d294d7e8493b7ef70a70865740246d4ed174cae8ec90bfdcd8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e81789a22a34bd382215a9c63a0111acbb26b9fe635a97b4104c9b0e7bafdb5892ecd9d2ff2387d79fa48072ddcd6fa7f37882c23466c36255cd0f5bc8c7c4d1
|
7
|
+
data.tar.gz: 714e6e905c97e8511419f8b507f138452c53446cb7b5784f751b56fc43958337eff4ac90dc909a8db46045f6fe0cf90a436d7675be1c00a253647855b65382e4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.11.0 (2022-12-29)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release extends Wisdom CreateContent and StartContentUpload APIs to support PDF and MicrosoftWord docx document uploading.
|
8
|
+
|
4
9
|
1.10.0 (2022-10-25)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.11.0
|
@@ -565,7 +565,7 @@ module Aws::ConnectWisdomService
|
|
565
565
|
# "TagKey" => "TagValue",
|
566
566
|
# },
|
567
567
|
# title: "ContentTitle",
|
568
|
-
# upload_id: "
|
568
|
+
# upload_id: "UploadId", # required
|
569
569
|
# })
|
570
570
|
#
|
571
571
|
# @example Response structure
|
@@ -1871,7 +1871,7 @@ module Aws::ConnectWisdomService
|
|
1871
1871
|
# remove_override_link_out_uri: false,
|
1872
1872
|
# revision_id: "NonEmptyString",
|
1873
1873
|
# title: "ContentTitle",
|
1874
|
-
# upload_id: "
|
1874
|
+
# upload_id: "UploadId",
|
1875
1875
|
# })
|
1876
1876
|
#
|
1877
1877
|
# @example Response structure
|
@@ -1966,7 +1966,7 @@ module Aws::ConnectWisdomService
|
|
1966
1966
|
params: params,
|
1967
1967
|
config: config)
|
1968
1968
|
context[:gem_name] = 'aws-sdk-connectwisdomservice'
|
1969
|
-
context[:gem_version] = '1.
|
1969
|
+
context[:gem_version] = '1.11.0'
|
1970
1970
|
Seahorse::Client::Request.new(handlers, context)
|
1971
1971
|
end
|
1972
1972
|
|
@@ -159,6 +159,7 @@ module Aws::ConnectWisdomService
|
|
159
159
|
UpdateContentResponse = Shapes::StructureShape.new(name: 'UpdateContentResponse')
|
160
160
|
UpdateKnowledgeBaseTemplateUriRequest = Shapes::StructureShape.new(name: 'UpdateKnowledgeBaseTemplateUriRequest')
|
161
161
|
UpdateKnowledgeBaseTemplateUriResponse = Shapes::StructureShape.new(name: 'UpdateKnowledgeBaseTemplateUriResponse')
|
162
|
+
UploadId = Shapes::StringShape.new(name: 'UploadId')
|
162
163
|
Uri = Shapes::StringShape.new(name: 'Uri')
|
163
164
|
Url = Shapes::StringShape.new(name: 'Url')
|
164
165
|
Uuid = Shapes::StringShape.new(name: 'Uuid')
|
@@ -298,7 +299,7 @@ module Aws::ConnectWisdomService
|
|
298
299
|
CreateContentRequest.add_member(:override_link_out_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "overrideLinkOutUri"))
|
299
300
|
CreateContentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
300
301
|
CreateContentRequest.add_member(:title, Shapes::ShapeRef.new(shape: ContentTitle, location_name: "title"))
|
301
|
-
CreateContentRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape:
|
302
|
+
CreateContentRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location_name: "uploadId"))
|
302
303
|
CreateContentRequest.struct_class = Types::CreateContentRequest
|
303
304
|
|
304
305
|
CreateContentResponse.add_member(:content, Shapes::ShapeRef.new(shape: ContentData, location_name: "content"))
|
@@ -628,7 +629,7 @@ module Aws::ConnectWisdomService
|
|
628
629
|
StartContentUploadRequest.struct_class = Types::StartContentUploadRequest
|
629
630
|
|
630
631
|
StartContentUploadResponse.add_member(:headers_to_include, Shapes::ShapeRef.new(shape: Headers, required: true, location_name: "headersToInclude"))
|
631
|
-
StartContentUploadResponse.add_member(:upload_id, Shapes::ShapeRef.new(shape:
|
632
|
+
StartContentUploadResponse.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, required: true, location_name: "uploadId"))
|
632
633
|
StartContentUploadResponse.add_member(:url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "url"))
|
633
634
|
StartContentUploadResponse.add_member(:url_expiry, Shapes::ShapeRef.new(shape: SyntheticTimestamp_epoch_seconds, required: true, location_name: "urlExpiry"))
|
634
635
|
StartContentUploadResponse.struct_class = Types::StartContentUploadResponse
|
@@ -661,7 +662,7 @@ module Aws::ConnectWisdomService
|
|
661
662
|
UpdateContentRequest.add_member(:remove_override_link_out_uri, Shapes::ShapeRef.new(shape: Boolean, location_name: "removeOverrideLinkOutUri"))
|
662
663
|
UpdateContentRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "revisionId"))
|
663
664
|
UpdateContentRequest.add_member(:title, Shapes::ShapeRef.new(shape: ContentTitle, location_name: "title"))
|
664
|
-
UpdateContentRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape:
|
665
|
+
UpdateContentRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: UploadId, location_name: "uploadId"))
|
665
666
|
UpdateContentRequest.struct_class = Types::UpdateContentRequest
|
666
667
|
|
667
668
|
UpdateContentResponse.add_member(:content, Shapes::ShapeRef.new(shape: ContentData, location_name: "content"))
|
@@ -50,6 +50,9 @@ module Aws::ConnectWisdomService
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
+
if self[:region].nil?
|
54
|
+
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
+
end
|
53
56
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
57
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
58
|
if self[:use_dual_stack].nil?
|
@@ -29,82 +29,81 @@ module Aws::ConnectWisdomService
|
|
29
29
|
# @api private
|
30
30
|
RULES = <<-JSON
|
31
31
|
eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
32
|
+
bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
|
33
|
+
YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
|
34
|
+
ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
|
35
|
+
aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
|
36
|
+
ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
|
37
|
+
IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
|
38
|
+
bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
|
39
|
+
aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
|
40
|
+
IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
|
41
|
+
IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
|
42
|
+
aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
|
43
|
+
Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
|
44
|
+
cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
|
45
|
+
bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
|
46
|
+
YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
|
47
|
+
bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
|
48
|
+
ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
|
49
|
+
IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
|
50
|
+
b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
|
51
|
+
ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
|
52
|
+
dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
|
53
|
+
c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
|
54
|
+
cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
|
55
|
+
dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
|
56
|
+
ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
|
57
|
+
ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
|
58
|
+
b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
|
59
|
+
aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
|
60
|
+
VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
|
61
|
+
Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
|
62
|
+
b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
|
63
|
+
XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
|
64
|
+
cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
|
65
|
+
fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
|
66
|
+
Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
|
67
|
+
bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
|
68
|
+
eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
|
69
|
+
b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
|
70
|
+
Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
|
71
|
+
XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
|
72
|
+
OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
|
73
|
+
InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
|
74
|
+
IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
|
75
|
+
Ly93aXNkb20tZmlwcy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2R1YWxT
|
76
|
+
dGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319
|
77
|
+
LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0aW9ucyI6W10sImVycm9y
|
78
|
+
IjoiRklQUyBhbmQgRHVhbFN0YWNrIGFyZSBlbmFibGVkLCBidXQgdGhpcyBw
|
79
|
+
YXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBvbmUgb3IgYm90aCIsInR5cGUi
|
80
|
+
OiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVh
|
81
|
+
bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19XSwidHlwZSI6
|
82
|
+
InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFu
|
83
|
+
RXF1YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2Ijpb
|
84
|
+
eyJyZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNGSVBTIl19XX1d
|
85
|
+
LCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbXSwidHlw
|
86
|
+
ZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50
|
87
|
+
Ijp7InVybCI6Imh0dHBzOi8vd2lzZG9tLWZpcHMue1JlZ2lvbn0ue1BhcnRp
|
88
|
+
dGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30sImhlYWRl
|
89
|
+
cnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6
|
90
|
+
W10sImVycm9yIjoiRklQUyBpcyBlbmFibGVkIGJ1dCB0aGlzIHBhcnRpdGlv
|
91
|
+
biBkb2VzIG5vdCBzdXBwb3J0IEZJUFMiLCJ0eXBlIjoiZXJyb3IifV19LHsi
|
92
|
+
Y29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3si
|
93
|
+
cmVmIjoiVXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRyZWUiLCJy
|
94
|
+
dWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwi
|
73
95
|
YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
|
74
96
|
YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
|
75
97
|
cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
Z2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJz
|
86
|
-
dXBwb3J0c0ZJUFMiXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNv
|
87
|
-
bmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRp
|
88
|
-
b25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly93aXNkb20tZmlw
|
89
|
-
cy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1ZmZpeH0iLCJwcm9w
|
90
|
-
ZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19
|
91
|
-
XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJGSVBTIGlzIGVuYWJsZWQg
|
92
|
-
YnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgRklQUyIsInR5
|
93
|
-
cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5F
|
94
|
-
cXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1d
|
95
|
-
LCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6
|
96
|
-
ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIs
|
97
|
-
ImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0R1
|
98
|
-
YWxTdGFjayJdfV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
|
99
|
-
aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vd2lzZG9tLntS
|
100
|
-
ZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIs
|
101
|
-
InByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2lu
|
102
|
-
dCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJEdWFsU3RhY2sgaXMg
|
103
|
-
ZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBE
|
104
|
-
dWFsU3RhY2siLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0aW9ucyI6W10s
|
105
|
-
ImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vd2lzZG9tLntSZWdpb259LntQ
|
106
|
-
YXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJo
|
107
|
-
ZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1dfQ==
|
98
|
+
dCI6eyJ1cmwiOiJodHRwczovL3dpc2RvbS57UmVnaW9ufS57UGFydGl0aW9u
|
99
|
+
UmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwi
|
100
|
+
aGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0aW9u
|
101
|
+
cyI6W10sImVycm9yIjoiRHVhbFN0YWNrIGlzIGVuYWJsZWQgYnV0IHRoaXMg
|
102
|
+
cGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgRHVhbFN0YWNrIiwidHlwZSI6
|
103
|
+
ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwi
|
104
|
+
OiJodHRwczovL3dpc2RvbS57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2Ru
|
105
|
+
c1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBl
|
106
|
+
IjoiZW5kcG9pbnQifV19XX0=
|
108
107
|
|
109
108
|
JSON
|
110
109
|
end
|
@@ -26,14 +26,6 @@ module Aws::ConnectWisdomService
|
|
26
26
|
# Configuration information for Amazon AppIntegrations to automatically
|
27
27
|
# ingest content.
|
28
28
|
#
|
29
|
-
# @note When making an API call, you may pass AppIntegrationsConfiguration
|
30
|
-
# data as a hash:
|
31
|
-
#
|
32
|
-
# {
|
33
|
-
# app_integration_arn: "GenericArn", # required
|
34
|
-
# object_fields: ["NonEmptyString"], # required
|
35
|
-
# }
|
36
|
-
#
|
37
29
|
# @!attribute [rw] app_integration_arn
|
38
30
|
# The Amazon Resource Name (ARN) of the AppIntegrations
|
39
31
|
# DataIntegration to use for ingesting content.
|
@@ -499,21 +491,6 @@ module Aws::ConnectWisdomService
|
|
499
491
|
include Aws::Structure
|
500
492
|
end
|
501
493
|
|
502
|
-
# @note When making an API call, you may pass CreateAssistantAssociationRequest
|
503
|
-
# data as a hash:
|
504
|
-
#
|
505
|
-
# {
|
506
|
-
# assistant_id: "UuidOrArn", # required
|
507
|
-
# association: { # required
|
508
|
-
# knowledge_base_id: "Uuid",
|
509
|
-
# },
|
510
|
-
# association_type: "KNOWLEDGE_BASE", # required, accepts KNOWLEDGE_BASE
|
511
|
-
# client_token: "ClientToken",
|
512
|
-
# tags: {
|
513
|
-
# "TagKey" => "TagValue",
|
514
|
-
# },
|
515
|
-
# }
|
516
|
-
#
|
517
494
|
# @!attribute [rw] assistant_id
|
518
495
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
519
496
|
# ARN. URLs cannot contain the ARN.
|
@@ -564,22 +541,6 @@ module Aws::ConnectWisdomService
|
|
564
541
|
include Aws::Structure
|
565
542
|
end
|
566
543
|
|
567
|
-
# @note When making an API call, you may pass CreateAssistantRequest
|
568
|
-
# data as a hash:
|
569
|
-
#
|
570
|
-
# {
|
571
|
-
# client_token: "ClientToken",
|
572
|
-
# description: "Description",
|
573
|
-
# name: "Name", # required
|
574
|
-
# server_side_encryption_configuration: {
|
575
|
-
# kms_key_id: "NonEmptyString",
|
576
|
-
# },
|
577
|
-
# tags: {
|
578
|
-
# "TagKey" => "TagValue",
|
579
|
-
# },
|
580
|
-
# type: "AGENT", # required, accepts AGENT
|
581
|
-
# }
|
582
|
-
#
|
583
544
|
# @!attribute [rw] client_token
|
584
545
|
# A unique, case-sensitive identifier that you provide to ensure the
|
585
546
|
# idempotency of the request.
|
@@ -634,24 +595,6 @@ module Aws::ConnectWisdomService
|
|
634
595
|
include Aws::Structure
|
635
596
|
end
|
636
597
|
|
637
|
-
# @note When making an API call, you may pass CreateContentRequest
|
638
|
-
# data as a hash:
|
639
|
-
#
|
640
|
-
# {
|
641
|
-
# client_token: "NonEmptyString",
|
642
|
-
# knowledge_base_id: "UuidOrArn", # required
|
643
|
-
# metadata: {
|
644
|
-
# "NonEmptyString" => "NonEmptyString",
|
645
|
-
# },
|
646
|
-
# name: "Name", # required
|
647
|
-
# override_link_out_uri: "Uri",
|
648
|
-
# tags: {
|
649
|
-
# "TagKey" => "TagValue",
|
650
|
-
# },
|
651
|
-
# title: "ContentTitle",
|
652
|
-
# upload_id: "NonEmptyString", # required
|
653
|
-
# }
|
654
|
-
#
|
655
598
|
# @!attribute [rw] client_token
|
656
599
|
# A unique, case-sensitive identifier that you provide to ensure the
|
657
600
|
# idempotency of the request.
|
@@ -735,31 +678,6 @@ module Aws::ConnectWisdomService
|
|
735
678
|
include Aws::Structure
|
736
679
|
end
|
737
680
|
|
738
|
-
# @note When making an API call, you may pass CreateKnowledgeBaseRequest
|
739
|
-
# data as a hash:
|
740
|
-
#
|
741
|
-
# {
|
742
|
-
# client_token: "NonEmptyString",
|
743
|
-
# description: "Description",
|
744
|
-
# knowledge_base_type: "EXTERNAL", # required, accepts EXTERNAL, CUSTOM
|
745
|
-
# name: "Name", # required
|
746
|
-
# rendering_configuration: {
|
747
|
-
# template_uri: "Uri",
|
748
|
-
# },
|
749
|
-
# server_side_encryption_configuration: {
|
750
|
-
# kms_key_id: "NonEmptyString",
|
751
|
-
# },
|
752
|
-
# source_configuration: {
|
753
|
-
# app_integrations: {
|
754
|
-
# app_integration_arn: "GenericArn", # required
|
755
|
-
# object_fields: ["NonEmptyString"], # required
|
756
|
-
# },
|
757
|
-
# },
|
758
|
-
# tags: {
|
759
|
-
# "TagKey" => "TagValue",
|
760
|
-
# },
|
761
|
-
# }
|
762
|
-
#
|
763
681
|
# @!attribute [rw] client_token
|
764
682
|
# A unique, case-sensitive identifier that you provide to ensure the
|
765
683
|
# idempotency of the request.
|
@@ -828,19 +746,6 @@ module Aws::ConnectWisdomService
|
|
828
746
|
include Aws::Structure
|
829
747
|
end
|
830
748
|
|
831
|
-
# @note When making an API call, you may pass CreateSessionRequest
|
832
|
-
# data as a hash:
|
833
|
-
#
|
834
|
-
# {
|
835
|
-
# assistant_id: "UuidOrArn", # required
|
836
|
-
# client_token: "ClientToken",
|
837
|
-
# description: "Description",
|
838
|
-
# name: "Name", # required
|
839
|
-
# tags: {
|
840
|
-
# "TagKey" => "TagValue",
|
841
|
-
# },
|
842
|
-
# }
|
843
|
-
#
|
844
749
|
# @!attribute [rw] assistant_id
|
845
750
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
846
751
|
# ARN. URLs cannot contain the ARN.
|
@@ -891,14 +796,6 @@ module Aws::ConnectWisdomService
|
|
891
796
|
include Aws::Structure
|
892
797
|
end
|
893
798
|
|
894
|
-
# @note When making an API call, you may pass DeleteAssistantAssociationRequest
|
895
|
-
# data as a hash:
|
896
|
-
#
|
897
|
-
# {
|
898
|
-
# assistant_association_id: "UuidOrArn", # required
|
899
|
-
# assistant_id: "UuidOrArn", # required
|
900
|
-
# }
|
901
|
-
#
|
902
799
|
# @!attribute [rw] assistant_association_id
|
903
800
|
# The identifier of the assistant association. Can be either the ID or
|
904
801
|
# the ARN. URLs cannot contain the ARN.
|
@@ -922,13 +819,6 @@ module Aws::ConnectWisdomService
|
|
922
819
|
#
|
923
820
|
class DeleteAssistantAssociationResponse < Aws::EmptyStructure; end
|
924
821
|
|
925
|
-
# @note When making an API call, you may pass DeleteAssistantRequest
|
926
|
-
# data as a hash:
|
927
|
-
#
|
928
|
-
# {
|
929
|
-
# assistant_id: "UuidOrArn", # required
|
930
|
-
# }
|
931
|
-
#
|
932
822
|
# @!attribute [rw] assistant_id
|
933
823
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
934
824
|
# ARN. URLs cannot contain the ARN.
|
@@ -946,14 +836,6 @@ module Aws::ConnectWisdomService
|
|
946
836
|
#
|
947
837
|
class DeleteAssistantResponse < Aws::EmptyStructure; end
|
948
838
|
|
949
|
-
# @note When making an API call, you may pass DeleteContentRequest
|
950
|
-
# data as a hash:
|
951
|
-
#
|
952
|
-
# {
|
953
|
-
# content_id: "UuidOrArn", # required
|
954
|
-
# knowledge_base_id: "UuidOrArn", # required
|
955
|
-
# }
|
956
|
-
#
|
957
839
|
# @!attribute [rw] content_id
|
958
840
|
# The identifier of the content. Can be either the ID or the ARN. URLs
|
959
841
|
# cannot contain the ARN.
|
@@ -977,13 +859,6 @@ module Aws::ConnectWisdomService
|
|
977
859
|
#
|
978
860
|
class DeleteContentResponse < Aws::EmptyStructure; end
|
979
861
|
|
980
|
-
# @note When making an API call, you may pass DeleteKnowledgeBaseRequest
|
981
|
-
# data as a hash:
|
982
|
-
#
|
983
|
-
# {
|
984
|
-
# knowledge_base_id: "UuidOrArn", # required
|
985
|
-
# }
|
986
|
-
#
|
987
862
|
# @!attribute [rw] knowledge_base_id
|
988
863
|
# The knowledge base to delete content from. Can be either the ID or
|
989
864
|
# the ARN. URLs cannot contain the ARN.
|
@@ -1046,15 +921,6 @@ module Aws::ConnectWisdomService
|
|
1046
921
|
|
1047
922
|
# A search filter.
|
1048
923
|
#
|
1049
|
-
# @note When making an API call, you may pass Filter
|
1050
|
-
# data as a hash:
|
1051
|
-
#
|
1052
|
-
# {
|
1053
|
-
# field: "NAME", # required, accepts NAME
|
1054
|
-
# operator: "EQUALS", # required, accepts EQUALS
|
1055
|
-
# value: "NonEmptyString", # required
|
1056
|
-
# }
|
1057
|
-
#
|
1058
924
|
# @!attribute [rw] field
|
1059
925
|
# The field on which to filter.
|
1060
926
|
# @return [String]
|
@@ -1078,14 +944,6 @@ module Aws::ConnectWisdomService
|
|
1078
944
|
include Aws::Structure
|
1079
945
|
end
|
1080
946
|
|
1081
|
-
# @note When making an API call, you may pass GetAssistantAssociationRequest
|
1082
|
-
# data as a hash:
|
1083
|
-
#
|
1084
|
-
# {
|
1085
|
-
# assistant_association_id: "UuidOrArn", # required
|
1086
|
-
# assistant_id: "UuidOrArn", # required
|
1087
|
-
# }
|
1088
|
-
#
|
1089
947
|
# @!attribute [rw] assistant_association_id
|
1090
948
|
# The identifier of the assistant association. Can be either the ID or
|
1091
949
|
# the ARN. URLs cannot contain the ARN.
|
@@ -1117,13 +975,6 @@ module Aws::ConnectWisdomService
|
|
1117
975
|
include Aws::Structure
|
1118
976
|
end
|
1119
977
|
|
1120
|
-
# @note When making an API call, you may pass GetAssistantRequest
|
1121
|
-
# data as a hash:
|
1122
|
-
#
|
1123
|
-
# {
|
1124
|
-
# assistant_id: "UuidOrArn", # required
|
1125
|
-
# }
|
1126
|
-
#
|
1127
978
|
# @!attribute [rw] assistant_id
|
1128
979
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
1129
980
|
# ARN. URLs cannot contain the ARN.
|
@@ -1149,14 +1000,6 @@ module Aws::ConnectWisdomService
|
|
1149
1000
|
include Aws::Structure
|
1150
1001
|
end
|
1151
1002
|
|
1152
|
-
# @note When making an API call, you may pass GetContentRequest
|
1153
|
-
# data as a hash:
|
1154
|
-
#
|
1155
|
-
# {
|
1156
|
-
# content_id: "UuidOrArn", # required
|
1157
|
-
# knowledge_base_id: "UuidOrArn", # required
|
1158
|
-
# }
|
1159
|
-
#
|
1160
1003
|
# @!attribute [rw] content_id
|
1161
1004
|
# The identifier of the content. Can be either the ID or the ARN. URLs
|
1162
1005
|
# cannot contain the ARN.
|
@@ -1188,14 +1031,6 @@ module Aws::ConnectWisdomService
|
|
1188
1031
|
include Aws::Structure
|
1189
1032
|
end
|
1190
1033
|
|
1191
|
-
# @note When making an API call, you may pass GetContentSummaryRequest
|
1192
|
-
# data as a hash:
|
1193
|
-
#
|
1194
|
-
# {
|
1195
|
-
# content_id: "UuidOrArn", # required
|
1196
|
-
# knowledge_base_id: "UuidOrArn", # required
|
1197
|
-
# }
|
1198
|
-
#
|
1199
1034
|
# @!attribute [rw] content_id
|
1200
1035
|
# The identifier of the content. Can be either the ID or the ARN. URLs
|
1201
1036
|
# cannot contain the ARN.
|
@@ -1227,13 +1062,6 @@ module Aws::ConnectWisdomService
|
|
1227
1062
|
include Aws::Structure
|
1228
1063
|
end
|
1229
1064
|
|
1230
|
-
# @note When making an API call, you may pass GetKnowledgeBaseRequest
|
1231
|
-
# data as a hash:
|
1232
|
-
#
|
1233
|
-
# {
|
1234
|
-
# knowledge_base_id: "UuidOrArn", # required
|
1235
|
-
# }
|
1236
|
-
#
|
1237
1065
|
# @!attribute [rw] knowledge_base_id
|
1238
1066
|
# The identifier of the knowledge base. Can be either the ID or the
|
1239
1067
|
# ARN. URLs cannot contain the ARN.
|
@@ -1259,16 +1087,6 @@ module Aws::ConnectWisdomService
|
|
1259
1087
|
include Aws::Structure
|
1260
1088
|
end
|
1261
1089
|
|
1262
|
-
# @note When making an API call, you may pass GetRecommendationsRequest
|
1263
|
-
# data as a hash:
|
1264
|
-
#
|
1265
|
-
# {
|
1266
|
-
# assistant_id: "UuidOrArn", # required
|
1267
|
-
# max_results: 1,
|
1268
|
-
# session_id: "UuidOrArn", # required
|
1269
|
-
# wait_time_seconds: 1,
|
1270
|
-
# }
|
1271
|
-
#
|
1272
1090
|
# @!attribute [rw] assistant_id
|
1273
1091
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
1274
1092
|
# ARN. URLs cannot contain the ARN.
|
@@ -1319,14 +1137,6 @@ module Aws::ConnectWisdomService
|
|
1319
1137
|
include Aws::Structure
|
1320
1138
|
end
|
1321
1139
|
|
1322
|
-
# @note When making an API call, you may pass GetSessionRequest
|
1323
|
-
# data as a hash:
|
1324
|
-
#
|
1325
|
-
# {
|
1326
|
-
# assistant_id: "UuidOrArn", # required
|
1327
|
-
# session_id: "UuidOrArn", # required
|
1328
|
-
# }
|
1329
|
-
#
|
1330
1140
|
# @!attribute [rw] assistant_id
|
1331
1141
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
1332
1142
|
# ARN. URLs cannot contain the ARN.
|
@@ -1524,15 +1334,6 @@ module Aws::ConnectWisdomService
|
|
1524
1334
|
include Aws::Structure
|
1525
1335
|
end
|
1526
1336
|
|
1527
|
-
# @note When making an API call, you may pass ListAssistantAssociationsRequest
|
1528
|
-
# data as a hash:
|
1529
|
-
#
|
1530
|
-
# {
|
1531
|
-
# assistant_id: "UuidOrArn", # required
|
1532
|
-
# max_results: 1,
|
1533
|
-
# next_token: "NextToken",
|
1534
|
-
# }
|
1535
|
-
#
|
1536
1337
|
# @!attribute [rw] assistant_id
|
1537
1338
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
1538
1339
|
# ARN. URLs cannot contain the ARN.
|
@@ -1576,14 +1377,6 @@ module Aws::ConnectWisdomService
|
|
1576
1377
|
include Aws::Structure
|
1577
1378
|
end
|
1578
1379
|
|
1579
|
-
# @note When making an API call, you may pass ListAssistantsRequest
|
1580
|
-
# data as a hash:
|
1581
|
-
#
|
1582
|
-
# {
|
1583
|
-
# max_results: 1,
|
1584
|
-
# next_token: "NextToken",
|
1585
|
-
# }
|
1586
|
-
#
|
1587
1380
|
# @!attribute [rw] max_results
|
1588
1381
|
# The maximum number of results to return per page.
|
1589
1382
|
# @return [Integer]
|
@@ -1621,15 +1414,6 @@ module Aws::ConnectWisdomService
|
|
1621
1414
|
include Aws::Structure
|
1622
1415
|
end
|
1623
1416
|
|
1624
|
-
# @note When making an API call, you may pass ListContentsRequest
|
1625
|
-
# data as a hash:
|
1626
|
-
#
|
1627
|
-
# {
|
1628
|
-
# knowledge_base_id: "UuidOrArn", # required
|
1629
|
-
# max_results: 1,
|
1630
|
-
# next_token: "NextToken",
|
1631
|
-
# }
|
1632
|
-
#
|
1633
1417
|
# @!attribute [rw] knowledge_base_id
|
1634
1418
|
# The identifier of the knowledge base. Can be either the ID or the
|
1635
1419
|
# ARN. URLs cannot contain the ARN.
|
@@ -1673,14 +1457,6 @@ module Aws::ConnectWisdomService
|
|
1673
1457
|
include Aws::Structure
|
1674
1458
|
end
|
1675
1459
|
|
1676
|
-
# @note When making an API call, you may pass ListKnowledgeBasesRequest
|
1677
|
-
# data as a hash:
|
1678
|
-
#
|
1679
|
-
# {
|
1680
|
-
# max_results: 1,
|
1681
|
-
# next_token: "NonEmptyString",
|
1682
|
-
# }
|
1683
|
-
#
|
1684
1460
|
# @!attribute [rw] max_results
|
1685
1461
|
# The maximum number of results to return per page.
|
1686
1462
|
# @return [Integer]
|
@@ -1718,13 +1494,6 @@ module Aws::ConnectWisdomService
|
|
1718
1494
|
include Aws::Structure
|
1719
1495
|
end
|
1720
1496
|
|
1721
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
1722
|
-
# data as a hash:
|
1723
|
-
#
|
1724
|
-
# {
|
1725
|
-
# resource_arn: "Arn", # required
|
1726
|
-
# }
|
1727
|
-
#
|
1728
1497
|
# @!attribute [rw] resource_arn
|
1729
1498
|
# The Amazon Resource Name (ARN) of the resource.
|
1730
1499
|
# @return [String]
|
@@ -1769,15 +1538,6 @@ module Aws::ConnectWisdomService
|
|
1769
1538
|
include Aws::Structure
|
1770
1539
|
end
|
1771
1540
|
|
1772
|
-
# @note When making an API call, you may pass NotifyRecommendationsReceivedRequest
|
1773
|
-
# data as a hash:
|
1774
|
-
#
|
1775
|
-
# {
|
1776
|
-
# assistant_id: "UuidOrArn", # required
|
1777
|
-
# recommendation_ids: ["String"], # required
|
1778
|
-
# session_id: "UuidOrArn", # required
|
1779
|
-
# }
|
1780
|
-
#
|
1781
1541
|
# @!attribute [rw] assistant_id
|
1782
1542
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
1783
1543
|
# ARN. URLs cannot contain the ARN.
|
@@ -1833,16 +1593,6 @@ module Aws::ConnectWisdomService
|
|
1833
1593
|
include Aws::Structure
|
1834
1594
|
end
|
1835
1595
|
|
1836
|
-
# @note When making an API call, you may pass QueryAssistantRequest
|
1837
|
-
# data as a hash:
|
1838
|
-
#
|
1839
|
-
# {
|
1840
|
-
# assistant_id: "UuidOrArn", # required
|
1841
|
-
# max_results: 1,
|
1842
|
-
# next_token: "NextToken",
|
1843
|
-
# query_text: "QueryText", # required
|
1844
|
-
# }
|
1845
|
-
#
|
1846
1596
|
# @!attribute [rw] assistant_id
|
1847
1597
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
1848
1598
|
# ARN. URLs cannot contain the ARN.
|
@@ -2002,13 +1752,6 @@ module Aws::ConnectWisdomService
|
|
2002
1752
|
class Unknown < RecommendationTriggerData; end
|
2003
1753
|
end
|
2004
1754
|
|
2005
|
-
# @note When making an API call, you may pass RemoveKnowledgeBaseTemplateUriRequest
|
2006
|
-
# data as a hash:
|
2007
|
-
#
|
2008
|
-
# {
|
2009
|
-
# knowledge_base_id: "UuidOrArn", # required
|
2010
|
-
# }
|
2011
|
-
#
|
2012
1755
|
# @!attribute [rw] knowledge_base_id
|
2013
1756
|
# The identifier of the knowledge base. Can be either the ID or the
|
2014
1757
|
# ARN. URLs cannot contain the ARN.
|
@@ -2028,13 +1771,6 @@ module Aws::ConnectWisdomService
|
|
2028
1771
|
|
2029
1772
|
# Information about how to render the content.
|
2030
1773
|
#
|
2031
|
-
# @note When making an API call, you may pass RenderingConfiguration
|
2032
|
-
# data as a hash:
|
2033
|
-
#
|
2034
|
-
# {
|
2035
|
-
# template_uri: "Uri",
|
2036
|
-
# }
|
2037
|
-
#
|
2038
1774
|
# @!attribute [rw] template_uri
|
2039
1775
|
# A URI template containing exactly one variable in `$\{variableName\}
|
2040
1776
|
# `format. This can only be set for `EXTERNAL` knowledge bases. For
|
@@ -2101,24 +1837,6 @@ module Aws::ConnectWisdomService
|
|
2101
1837
|
include Aws::Structure
|
2102
1838
|
end
|
2103
1839
|
|
2104
|
-
# @note When making an API call, you may pass SearchContentRequest
|
2105
|
-
# data as a hash:
|
2106
|
-
#
|
2107
|
-
# {
|
2108
|
-
# knowledge_base_id: "UuidOrArn", # required
|
2109
|
-
# max_results: 1,
|
2110
|
-
# next_token: "NextToken",
|
2111
|
-
# search_expression: { # required
|
2112
|
-
# filters: [ # required
|
2113
|
-
# {
|
2114
|
-
# field: "NAME", # required, accepts NAME
|
2115
|
-
# operator: "EQUALS", # required, accepts EQUALS
|
2116
|
-
# value: "NonEmptyString", # required
|
2117
|
-
# },
|
2118
|
-
# ],
|
2119
|
-
# },
|
2120
|
-
# }
|
2121
|
-
#
|
2122
1840
|
# @!attribute [rw] knowledge_base_id
|
2123
1841
|
# The identifier of the knowledge base. Can be either the ID or the
|
2124
1842
|
# ARN. URLs cannot contain the ARN.
|
@@ -2169,19 +1887,6 @@ module Aws::ConnectWisdomService
|
|
2169
1887
|
|
2170
1888
|
# The search expression.
|
2171
1889
|
#
|
2172
|
-
# @note When making an API call, you may pass SearchExpression
|
2173
|
-
# data as a hash:
|
2174
|
-
#
|
2175
|
-
# {
|
2176
|
-
# filters: [ # required
|
2177
|
-
# {
|
2178
|
-
# field: "NAME", # required, accepts NAME
|
2179
|
-
# operator: "EQUALS", # required, accepts EQUALS
|
2180
|
-
# value: "NonEmptyString", # required
|
2181
|
-
# },
|
2182
|
-
# ],
|
2183
|
-
# }
|
2184
|
-
#
|
2185
1890
|
# @!attribute [rw] filters
|
2186
1891
|
# The search expression filters.
|
2187
1892
|
# @return [Array<Types::Filter>]
|
@@ -2194,24 +1899,6 @@ module Aws::ConnectWisdomService
|
|
2194
1899
|
include Aws::Structure
|
2195
1900
|
end
|
2196
1901
|
|
2197
|
-
# @note When making an API call, you may pass SearchSessionsRequest
|
2198
|
-
# data as a hash:
|
2199
|
-
#
|
2200
|
-
# {
|
2201
|
-
# assistant_id: "UuidOrArn", # required
|
2202
|
-
# max_results: 1,
|
2203
|
-
# next_token: "NextToken",
|
2204
|
-
# search_expression: { # required
|
2205
|
-
# filters: [ # required
|
2206
|
-
# {
|
2207
|
-
# field: "NAME", # required, accepts NAME
|
2208
|
-
# operator: "EQUALS", # required, accepts EQUALS
|
2209
|
-
# value: "NonEmptyString", # required
|
2210
|
-
# },
|
2211
|
-
# ],
|
2212
|
-
# },
|
2213
|
-
# }
|
2214
|
-
#
|
2215
1902
|
# @!attribute [rw] assistant_id
|
2216
1903
|
# The identifier of the Wisdom assistant. Can be either the ID or the
|
2217
1904
|
# ARN. URLs cannot contain the ARN.
|
@@ -2262,13 +1949,6 @@ module Aws::ConnectWisdomService
|
|
2262
1949
|
|
2263
1950
|
# The KMS key used for encryption.
|
2264
1951
|
#
|
2265
|
-
# @note When making an API call, you may pass ServerSideEncryptionConfiguration
|
2266
|
-
# data as a hash:
|
2267
|
-
#
|
2268
|
-
# {
|
2269
|
-
# kms_key_id: "NonEmptyString",
|
2270
|
-
# }
|
2271
|
-
#
|
2272
1952
|
# @!attribute [rw] kms_key_id
|
2273
1953
|
# The KMS key. For information about valid ID values, see [Key
|
2274
1954
|
# identifiers (KeyId)][1].
|
@@ -2389,14 +2069,6 @@ module Aws::ConnectWisdomService
|
|
2389
2069
|
class Unknown < SourceConfiguration; end
|
2390
2070
|
end
|
2391
2071
|
|
2392
|
-
# @note When making an API call, you may pass StartContentUploadRequest
|
2393
|
-
# data as a hash:
|
2394
|
-
#
|
2395
|
-
# {
|
2396
|
-
# content_type: "ContentType", # required
|
2397
|
-
# knowledge_base_id: "UuidOrArn", # required
|
2398
|
-
# }
|
2399
|
-
#
|
2400
2072
|
# @!attribute [rw] content_type
|
2401
2073
|
# The type of content to upload.
|
2402
2074
|
# @return [String]
|
@@ -2442,16 +2114,6 @@ module Aws::ConnectWisdomService
|
|
2442
2114
|
include Aws::Structure
|
2443
2115
|
end
|
2444
2116
|
|
2445
|
-
# @note When making an API call, you may pass TagResourceRequest
|
2446
|
-
# data as a hash:
|
2447
|
-
#
|
2448
|
-
# {
|
2449
|
-
# resource_arn: "Arn", # required
|
2450
|
-
# tags: { # required
|
2451
|
-
# "TagKey" => "TagValue",
|
2452
|
-
# },
|
2453
|
-
# }
|
2454
|
-
#
|
2455
2117
|
# @!attribute [rw] resource_arn
|
2456
2118
|
# The Amazon Resource Name (ARN) of the resource.
|
2457
2119
|
# @return [String]
|
@@ -2493,14 +2155,6 @@ module Aws::ConnectWisdomService
|
|
2493
2155
|
include Aws::Structure
|
2494
2156
|
end
|
2495
2157
|
|
2496
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
2497
|
-
# data as a hash:
|
2498
|
-
#
|
2499
|
-
# {
|
2500
|
-
# resource_arn: "Arn", # required
|
2501
|
-
# tag_keys: ["TagKey"], # required
|
2502
|
-
# }
|
2503
|
-
#
|
2504
2158
|
# @!attribute [rw] resource_arn
|
2505
2159
|
# The Amazon Resource Name (ARN) of the resource.
|
2506
2160
|
# @return [String]
|
@@ -2522,22 +2176,6 @@ module Aws::ConnectWisdomService
|
|
2522
2176
|
#
|
2523
2177
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
2524
2178
|
|
2525
|
-
# @note When making an API call, you may pass UpdateContentRequest
|
2526
|
-
# data as a hash:
|
2527
|
-
#
|
2528
|
-
# {
|
2529
|
-
# content_id: "UuidOrArn", # required
|
2530
|
-
# knowledge_base_id: "UuidOrArn", # required
|
2531
|
-
# metadata: {
|
2532
|
-
# "NonEmptyString" => "NonEmptyString",
|
2533
|
-
# },
|
2534
|
-
# override_link_out_uri: "Uri",
|
2535
|
-
# remove_override_link_out_uri: false,
|
2536
|
-
# revision_id: "NonEmptyString",
|
2537
|
-
# title: "ContentTitle",
|
2538
|
-
# upload_id: "NonEmptyString",
|
2539
|
-
# }
|
2540
|
-
#
|
2541
2179
|
# @!attribute [rw] content_id
|
2542
2180
|
# The identifier of the content. Can be either the ID or the ARN. URLs
|
2543
2181
|
# cannot contain the ARN.
|
@@ -2615,14 +2253,6 @@ module Aws::ConnectWisdomService
|
|
2615
2253
|
include Aws::Structure
|
2616
2254
|
end
|
2617
2255
|
|
2618
|
-
# @note When making an API call, you may pass UpdateKnowledgeBaseTemplateUriRequest
|
2619
|
-
# data as a hash:
|
2620
|
-
#
|
2621
|
-
# {
|
2622
|
-
# knowledge_base_id: "UuidOrArn", # required
|
2623
|
-
# template_uri: "Uri", # required
|
2624
|
-
# }
|
2625
|
-
#
|
2626
2256
|
# @!attribute [rw] knowledge_base_id
|
2627
2257
|
# The identifier of the knowledge base. Can be either the ID or the
|
2628
2258
|
# ARN. URLs cannot contain the ARN.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-connectwisdomservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.11.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: 2022-
|
11
|
+
date: 2022-12-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|