aws-sdk-connectcontactlens 1.36.0 → 1.37.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: f48fecff6ad0bcec5c69a35ded52d1094baaa45a27602500576588004cd11455
4
- data.tar.gz: 7613f254a5bc350163355d27d9364218abce2533cd1f9b4b493f60680827f209
3
+ metadata.gz: 157cf93b267b9c83f4d66001ae6b0f5515fd25f1580500c8f76b5b44abc0509a
4
+ data.tar.gz: 10805956b5abfd6effa0e613346f40b9265286622b11782a8a565986c10d6d7d
5
5
  SHA512:
6
- metadata.gz: b1c095e830156bf1438bc1c44e46083a19ef674dca852c41bb22d8afa18b880c48bb4f4b1ace7741f037c4e169c0205eba0461c432c857f9bfe8eb55440d2d04
7
- data.tar.gz: 579d5f452fe80c467252bc23181604fda29eed62e9eed1214ec955239dbd3fc7634c06b96441129c892632d61fd7dea6848d7225ab48e0a261409f1cc0a7b72f
6
+ metadata.gz: 6a28918b373968ec7f36c3f3b473a5f99faa25ef0b1594b2c886bf9c93cee8ad94921c5b559db853a336668ec5452198cdccbf8a2c8befcf2f0dd7a9deec44eb
7
+ data.tar.gz: 65338c19ee946963d65eccb3b3f28aac5be76b2db465a93ab68880f513ebc8cfb91a0921c40d932e35036986de01c714c6fe9e6743a7538acebe3de0ebd81ce9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.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.36.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.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(:connectcontactlens)
40
-
41
39
  module Aws::ConnectContactLens
42
40
  # An API client for ConnectContactLens. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -532,7 +530,7 @@ module Aws::ConnectContactLens
532
530
  tracer: tracer
533
531
  )
534
532
  context[:gem_name] = 'aws-sdk-connectcontactlens'
535
- context[:gem_version] = '1.36.0'
533
+ context[:gem_version] = '1.37.0'
536
534
  Seahorse::Client::Request.new(handlers, context)
537
535
  end
538
536
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:connectcontactlens)
15
+
14
16
  # This module provides support for Amazon Connect Contact Lens. This module is available in the
15
17
  # `aws-sdk-connectcontactlens` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::ConnectContactLens
52
54
  autoload :EndpointProvider, 'aws-sdk-connectcontactlens/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-connectcontactlens/endpoints'
54
56
 
55
- GEM_VERSION = '1.36.0'
57
+ GEM_VERSION = '1.37.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-connectcontactlens
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.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