aws-sdk-connectparticipant 1.16.0 → 1.17.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-connectparticipant/client.rb +2 -2
- data/lib/aws-sdk-connectparticipant.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: a98dab386eef0189e11be1141b487d04123b897992cfa11e07cb2b48fe502362
|
|
4
|
+
data.tar.gz: b0e154a58151a940ff3b6d87d6858930bf3083ca11ff7c822d9efea0630283a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfcb2a67f99a354cba89c75301cee93247597e2fbf33fdf61b643032ba428b078ff93a89fcc79a3aa199c757c71736333b3600668dce21a225777bee3070f517
|
|
7
|
+
data.tar.gz: 8f94bf517d2d63bc6444ac47ee89a2c9466b3bf031dcb5a10abc7243ccd2b40795c1dd4b0698ef7f555373e90c3b3c8d89f154e8cb19e171b8e652e3d6a67950
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.17.0 (2021-11-03)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds a new boolean attribute - Connect Participant - to the CreateParticipantConnection API, which can be used to mark the participant as connected.
|
|
8
|
+
|
|
4
9
|
1.16.0 (2021-10-28)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.17.0
|
|
@@ -609,7 +609,7 @@ module Aws::ConnectParticipant
|
|
|
609
609
|
# resp.transcript[0].content #=> String
|
|
610
610
|
# resp.transcript[0].content_type #=> String
|
|
611
611
|
# resp.transcript[0].id #=> String
|
|
612
|
-
# resp.transcript[0].type #=> String, one of "TYPING", "PARTICIPANT_JOINED", "PARTICIPANT_LEFT", "CHAT_ENDED", "TRANSFER_SUCCEEDED", "TRANSFER_FAILED", "MESSAGE", "EVENT", "ATTACHMENT", "CONNECTION_ACK"
|
|
612
|
+
# resp.transcript[0].type #=> String, one of "TYPING", "PARTICIPANT_JOINED", "PARTICIPANT_LEFT", "CHAT_ENDED", "TRANSFER_SUCCEEDED", "TRANSFER_FAILED", "MESSAGE", "EVENT", "ATTACHMENT", "CONNECTION_ACK"
|
|
613
613
|
# resp.transcript[0].participant_id #=> String
|
|
614
614
|
# resp.transcript[0].display_name #=> String
|
|
615
615
|
# resp.transcript[0].participant_role #=> String, one of "AGENT", "CUSTOMER", "SYSTEM"
|
|
@@ -823,7 +823,7 @@ module Aws::ConnectParticipant
|
|
|
823
823
|
params: params,
|
|
824
824
|
config: config)
|
|
825
825
|
context[:gem_name] = 'aws-sdk-connectparticipant'
|
|
826
|
-
context[:gem_version] = '1.
|
|
826
|
+
context[:gem_version] = '1.17.0'
|
|
827
827
|
Seahorse::Client::Request.new(handlers, context)
|
|
828
828
|
end
|
|
829
829
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-connectparticipant
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.17.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: 2021-
|
|
11
|
+
date: 2021-11-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|