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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb0a7d3278ccfc5663896c95f95d7d8e96374b007ad83ee9cab074e369f657b5
4
- data.tar.gz: '04673824875dc8af1748d0545d3c0b2e7569611a9a059486d65424bcbff138ac'
3
+ metadata.gz: 617790c962889c7d53a29f73e95a0e5b1ccc85f9c1fc2a7437af0b2311f6b11d
4
+ data.tar.gz: 416df07c0db8d8023d32657574cac34482e02c0fab38c3a340aec072ab9b7ec9
5
5
  SHA512:
6
- metadata.gz: 7b45a42905e8c7b804946da265a86682bcf3216f01bbf8e5d6552183eed475450e158380685707440c6f0cf4e55988dec3ec43768dbc07bc26d4075b2ec3e61b
7
- data.tar.gz: 634abc489025e31093d0bad4bcaacfe9f10ef073a200150741dd8020cedb8e11668b16544c1fe010738bc1734a1bb96a43cac603abb9c3cbb6ce7c7ba084260b
6
+ metadata.gz: e127a006e0d8d575647b3d20d27b09c68d39f8148dbf234f2ac0429d3a2f8dfaaaa138b2f541573692ae878d50d4f078c91f34ab251814cb9154b2d7b8d7a522
7
+ data.tar.gz: 9127d44c6fcae05eb1226be51a43dd730c8e9d7c4ff6c99546320988b219a118bcfa48ba78045fc1056a399b50d8dc4b7730b58b9b76ac3334f4dc7ee2966ccc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.56.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
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
- # `\{"topic":"aws/subscribe","content":\{"topics":["aws/chat"]\}\}`
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
- # "\\\{\\"messageId\\":\\"11111111-aaaa-bbbb-cccc-EXAMPLE01234\\"\\}"
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.56.0'
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
- # "\\\{\\"messageId\\":\\"11111111-aaaa-bbbb-cccc-EXAMPLE01234\\"\\}"
545
+ # "\{\\"messageId\\":\\"11111111-aaaa-bbbb-cccc-EXAMPLE01234\\"}"
546
546
  # @return [String]
547
547
  #
548
548
  # @!attribute [rw] client_token
@@ -54,7 +54,7 @@ module Aws::ConnectParticipant
54
54
  autoload :EndpointProvider, 'aws-sdk-connectparticipant/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connectparticipant/endpoints'
56
56
 
57
- GEM_VERSION = '1.56.0'
57
+ GEM_VERSION = '1.57.0'
58
58
 
59
59
  end
60
60
 
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.56.0
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-10-18 00:00:00.000000000 Z
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