aws-sdk-connectparticipant 1.54.0 → 1.55.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: 252b70f8a776dc9e45dfad7ddc02d8f821858272777b9ae287f964a726df71bd
4
- data.tar.gz: a3d10710ce94b29e0dc52e519a744efb643f7c24ea4dc32cf2fa49c21eea918a
3
+ metadata.gz: 8c5507c3e4da4f96aa0915a0faf635d9ec25fcb28ab2191f61b6bdbd7ef5805d
4
+ data.tar.gz: bfb2450eb639713cdecc0ea36bb341beb8dbb1546360b1bcc933951ca9330a9f
5
5
  SHA512:
6
- metadata.gz: 10e757d83a94b91f24d408cb209844ef726363c18fbe9f2ecc1322b171ea40cc4d83c854c7c6af2add2d55e8fc21147b842044ad0331c40ac891d4d26d542139
7
- data.tar.gz: 69c5f0bf895cd11542a433dbae5758f656e8a69327b806288583c6fb7f82470e43bafc108a76eff1b532e8875d3e73e2c99bc8979dee5396eb90ec0ad8387897
6
+ metadata.gz: 50adfaa7bbaac9834d03dbc1da7f5c3dc56cf455edbff5ff46998518be3525c97833cf3bdd9a7896a4a38909dc04af0e46c5a2158b43c978cc2fd40885eb8103
7
+ data.tar.gz: b17f647dc3314113f4c393713f1bb750a4100ec2ef6ae361a7eaba5a8e4cce877a6132c309db06603c3d176283028fd6e30132e4c6d7035b04afe0cff2da1dbf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.54.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:connectparticipant)
40
-
41
39
  module Aws::ConnectParticipant
42
40
  # An API client for ConnectParticipant. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1116,7 +1114,7 @@ module Aws::ConnectParticipant
1116
1114
  tracer: tracer
1117
1115
  )
1118
1116
  context[:gem_name] = 'aws-sdk-connectparticipant'
1119
- context[:gem_version] = '1.54.0'
1117
+ context[:gem_version] = '1.55.0'
1120
1118
  Seahorse::Client::Request.new(handlers, context)
1121
1119
  end
1122
1120
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:connectparticipant)
15
+
14
16
  # This module provides support for Amazon Connect Participant Service. This module is available in the
15
17
  # `aws-sdk-connectparticipant` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::ConnectParticipant
52
54
  autoload :EndpointProvider, 'aws-sdk-connectparticipant/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-connectparticipant/endpoints'
54
56
 
55
- GEM_VERSION = '1.54.0'
57
+ GEM_VERSION = '1.55.0'
56
58
 
57
59
  end
58
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.54.0
4
+ version: 1.55.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core