aws-sdk-connectparticipant 1.56.0 → 1.57.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connectparticipant/client.rb +3 -3
- data/lib/aws-sdk-connectparticipant/types.rb +1 -1
- 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: 617790c962889c7d53a29f73e95a0e5b1ccc85f9c1fc2a7437af0b2311f6b11d
|
4
|
+
data.tar.gz: 416df07c0db8d8023d32657574cac34482e02c0fab38c3a340aec072ab9b7ec9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e127a006e0d8d575647b3d20d27b09c68d39f8148dbf234f2ac0429d3a2f8dfaaaa138b2f541573692ae878d50d4f078c91f34ab251814cb9154b2d7b8d7a522
|
7
|
+
data.tar.gz: 9127d44c6fcae05eb1226be51a43dd730c8e9d7c4ff6c99546320988b219a118bcfa48ba78045fc1056a399b50d8dc4b7730b58b9b76ac3334f4dc7ee2966ccc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.57.0
|
@@ -520,7 +520,7 @@ module Aws::ConnectParticipant
|
|
520
520
|
# For chat, you need to publish the following on the established
|
521
521
|
# websocket connection:
|
522
522
|
#
|
523
|
-
#
|
523
|
+
# `{"topic":"aws/subscribe","content":{"topics":["aws/chat"]}}`
|
524
524
|
#
|
525
525
|
# Upon websocket URL expiry, as specified in the response
|
526
526
|
# ConnectionExpiry parameter, clients need to call this API again to
|
@@ -894,7 +894,7 @@ module Aws::ConnectParticipant
|
|
894
894
|
# a JSON string.
|
895
895
|
#
|
896
896
|
# Sample Content:
|
897
|
-
# "
|
897
|
+
# "\{\\"messageId\\":\\"11111111-aaaa-bbbb-cccc-EXAMPLE01234\\"}"
|
898
898
|
#
|
899
899
|
# @option params [String] :client_token
|
900
900
|
# A unique, case-sensitive identifier that you provide to ensure the
|
@@ -1114,7 +1114,7 @@ module Aws::ConnectParticipant
|
|
1114
1114
|
tracer: tracer
|
1115
1115
|
)
|
1116
1116
|
context[:gem_name] = 'aws-sdk-connectparticipant'
|
1117
|
-
context[:gem_version] = '1.
|
1117
|
+
context[:gem_version] = '1.57.0'
|
1118
1118
|
Seahorse::Client::Request.new(handlers, context)
|
1119
1119
|
end
|
1120
1120
|
|
@@ -542,7 +542,7 @@ module Aws::ConnectParticipant
|
|
542
542
|
# of a JSON string.
|
543
543
|
#
|
544
544
|
# Sample Content:
|
545
|
-
# "
|
545
|
+
# "\{\\"messageId\\":\\"11111111-aaaa-bbbb-cccc-EXAMPLE01234\\"}"
|
546
546
|
# @return [String]
|
547
547
|
#
|
548
548
|
# @!attribute [rw] client_token
|
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.57.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-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|