aws-sdk-connect 1.87.0 → 1.88.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-connect/client.rb +1 -1
- data/lib/aws-sdk-connect.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: e7d629309ca68eb6b652ae648b9eb52a823082d392833a79acb26addc8535ad9
|
|
4
|
+
data.tar.gz: 4e16e30d1bb7c6c63ae5ad6662c67c526841456ea7ddeadb54eb7ab43eb95853
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fde2b8391c7dc5d3dd60ce2b129ed653dee305a51bcb78a1bd135b78e993cc401ca79814d9421fced8ca31fc23dc08cddaa8d3fe5b8cb2121bee58b2b6895614
|
|
7
|
+
data.tar.gz: 2c857bfdebe2a4ae40146609b1c2d19d37dd23f407ac33ce4afa36b2bd75c6f608ce369e7b35139f837a70e6ec1424f5e4d56e55dbe3989162de155f2c0a35c3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.88.0 (2022-12-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon Connect Chat now allows for JSON (application/json) message types to be sent as part of the initial message in the StartChatContact API.
|
|
8
|
+
|
|
4
9
|
1.87.0 (2022-12-15)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.88.0
|
|
@@ -9613,7 +9613,7 @@ module Aws::Connect
|
|
|
9613
9613
|
params: params,
|
|
9614
9614
|
config: config)
|
|
9615
9615
|
context[:gem_name] = 'aws-sdk-connect'
|
|
9616
|
-
context[:gem_version] = '1.
|
|
9616
|
+
context[:gem_version] = '1.88.0'
|
|
9617
9617
|
Seahorse::Client::Request.new(handlers, context)
|
|
9618
9618
|
end
|
|
9619
9619
|
|
data/lib/aws-sdk-connect.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-connect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.88.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-12-
|
|
11
|
+
date: 2022-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|