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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 010f96c9d7298f5deb15f13d0444cee084444c6872dc0ae76516b67592682c0f
4
- data.tar.gz: 3554400d2e5960cae425809b72d703f6a804464d469838aef13b4b73f760241e
3
+ metadata.gz: e7d629309ca68eb6b652ae648b9eb52a823082d392833a79acb26addc8535ad9
4
+ data.tar.gz: 4e16e30d1bb7c6c63ae5ad6662c67c526841456ea7ddeadb54eb7ab43eb95853
5
5
  SHA512:
6
- metadata.gz: ab0fc8469ae0331966463e6c8e201b667b0aeb51cd2bfa8a4c011aa1f07aa14357638efa002174585990c9bb8c5620564f223f108d4336d86988eefac541c705
7
- data.tar.gz: 3e8d92d006d037abb079295152c27b2c0101298a6dbb95068caa00c241f204e4560925079422ae84f0f3c3200ad19fae9f5bbd9526f1f88dc915bc651643a287
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.87.0
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.87.0'
9616
+ context[:gem_version] = '1.88.0'
9617
9617
  Seahorse::Client::Request.new(handlers, context)
9618
9618
  end
9619
9619
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connect/customizations'
52
52
  # @!group service
53
53
  module Aws::Connect
54
54
 
55
- GEM_VERSION = '1.87.0'
55
+ GEM_VERSION = '1.88.0'
56
56
 
57
57
  end
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.87.0
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-15 00:00:00.000000000 Z
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