aws-sdk-sms 1.64.0 → 1.65.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: a6e97714fd4cbed640e0956b3d95b277c1ea4404a50ab15c3bcbdf517981351c
4
- data.tar.gz: 9c9e1196a09bc5989241327b4e377144566fa1b28ea12cb0d64d5e6f01412470
3
+ metadata.gz: c9c1b568f4f19445b860df0501e0473e636b35f353a0ec0f9274f978dfbd0a1c
4
+ data.tar.gz: 668502dfffdae4cae0c2f4aca39383e83b4ac794bf8b325944f9ffdc11905026
5
5
  SHA512:
6
- metadata.gz: f6244bfc269b57ee7bde3981b91266401bca955e88061b74c9a4d11131776323ef724cd946a9965d20038724790059d8d601e1ec508bfc05e4cda9a3e4270e1b
7
- data.tar.gz: 58e10bb277e1828006c9d323a541e26d4222aa75cb7b2262335bd9417cd0c1525c27834ce22afc557259229bd59618f61857641414bf2dfec2d04e63c2146bb0
6
+ metadata.gz: 4aee2646c5a6f3b7988641f75502cf825d2b13020077b059b5bf34450c27846b87f4b85747ad29e20a7b55dc9bce964ac17206b0591a040392ea33b321c2db3f
7
+ data.tar.gz: 272de37723cb33e4a679d71005049f6fc7d43dfa0e663b27a6ce9cbce06728f1dc9453ee5c5c753db907ac60b5b1f185544f9f17551c3da7ab38b3f456642ddc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.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.64.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.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/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:sms)
40
-
41
39
  module Aws::SMS
42
40
  # An API client for SMS. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -2172,7 +2170,7 @@ module Aws::SMS
2172
2170
  tracer: tracer
2173
2171
  )
2174
2172
  context[:gem_name] = 'aws-sdk-sms'
2175
- context[:gem_version] = '1.64.0'
2173
+ context[:gem_version] = '1.65.0'
2176
2174
  Seahorse::Client::Request.new(handlers, context)
2177
2175
  end
2178
2176
 
data/lib/aws-sdk-sms.rb CHANGED
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:sms)
15
+
14
16
  # This module provides support for AWS Server Migration Service. This module is available in the
15
17
  # `aws-sdk-sms` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::SMS
52
54
  autoload :EndpointProvider, 'aws-sdk-sms/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-sms/endpoints'
54
56
 
55
- GEM_VERSION = '1.64.0'
57
+ GEM_VERSION = '1.65.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-sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.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