aws-sdk-connectcases 1.33.0 → 1.34.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: 6a3fa5d51b5f66dc59db428aad412e5333d27a25b544d60f3d11d18ef4a4501b
4
- data.tar.gz: 164a25de3180d4f7e8e8cd08092d7361027974c63bafec56194a748a1f5dc8b8
3
+ metadata.gz: 7e0f333f48cace7577b6aee34b68c0383047af9968559d517acabcf2ccc94eea
4
+ data.tar.gz: aaa8213c8ff9106f080057061d419a348f2730a23204a907129f9aabd05bcab0
5
5
  SHA512:
6
- metadata.gz: 9fda86ebec0036e60862d78073777f45ff2332c7df6a88a7945066eb45fd166b75a5e3d16bdd5cc50faf84f10a143a256e1613e84f0b99bc6baefb658182c5f4
7
- data.tar.gz: b242327be7e08938dd1d8464d69a43d180f63f0cf367dacd93fcc827cad32d835eae4f795e3403f290217c00703bd47f8b3fc63786b67ebaafa361dcb29e9c9f
6
+ metadata.gz: faa4a7e6058d3e9239f2d9a9d207ffabea7cc83c72d1091b1ac29824baf6e7d9a0c6741a27603b251333ccd82d88ae1c8298337c2f5c4075e4944e312cfee4c2
7
+ data.tar.gz: e875574f0a14b4e9f2649197148f7526f7c6fc322031edbe91906e9a59d683043b40b4bd699093329b2a7ba1486ba845e8dc5b1a51737ca04c710cea775068c3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.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.33.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.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(:connectcases)
40
-
41
39
  module Aws::ConnectCases
42
40
  # An API client for ConnectCases. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -2309,7 +2307,7 @@ module Aws::ConnectCases
2309
2307
  tracer: tracer
2310
2308
  )
2311
2309
  context[:gem_name] = 'aws-sdk-connectcases'
2312
- context[:gem_version] = '1.33.0'
2310
+ context[:gem_version] = '1.34.0'
2313
2311
  Seahorse::Client::Request.new(handlers, context)
2314
2312
  end
2315
2313
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:connectcases)
15
+
14
16
  # This module provides support for Amazon Connect Cases. This module is available in the
15
17
  # `aws-sdk-connectcases` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::ConnectCases
52
54
  autoload :EndpointProvider, 'aws-sdk-connectcases/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-connectcases/endpoints'
54
56
 
55
- GEM_VERSION = '1.33.0'
57
+ GEM_VERSION = '1.34.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-connectcases
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.34.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