aws-sdk-connectparticipant 1.16.0 → 1.17.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ce4cd652d939d472b0ffa917426074871fe3d2a8db8de912e9e33133f1e1192
4
- data.tar.gz: 679aece11e9d21ff84ef5714cca371410e1d3b3bf98116a05370683b79473d2d
3
+ metadata.gz: a98dab386eef0189e11be1141b487d04123b897992cfa11e07cb2b48fe502362
4
+ data.tar.gz: b0e154a58151a940ff3b6d87d6858930bf3083ca11ff7c822d9efea0630283a5
5
5
  SHA512:
6
- metadata.gz: 8c4ab099f9c60be454b361ff1009c7f72dbe31d01172408cb918a258ad3dc6c11b0d4cac6caea7649cd02b05de8d2120db185b90334f09e8b2f5338eeb1ce248
7
- data.tar.gz: 0e5b29095e331d31426297176c6aa1e8a644729bcc50fb7af65f362d2642fb570b7866fd4ca0cc47afb0d0ce2c56a3303029336b4319db4b4d9fbe6600e207dc
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.16.0
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", "PARTICIPANT_ACTIVE", "PARTICIPANT_INACTIVE", "PARTICIPANT_ENGAGED", "PARTICIPANT_DISENGAGED"
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.16.0'
826
+ context[:gem_version] = '1.17.0'
827
827
  Seahorse::Client::Request.new(handlers, context)
828
828
  end
829
829
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-connectparticipant/customizations'
48
48
  # @!group service
49
49
  module Aws::ConnectParticipant
50
50
 
51
- GEM_VERSION = '1.16.0'
51
+ GEM_VERSION = '1.17.0'
52
52
 
53
53
  end
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.16.0
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-10-28 00:00:00.000000000 Z
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