aws-sdk-sms 1.51.0 → 1.52.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: 428b2bc0932d24d156fe608f52e2148b6116226eecd6f9e689fb02a032f31971
4
- data.tar.gz: a466ff3473eeebac65b3d607a6d65d6d22f7502147eb304fd547d30bb1eceef0
3
+ metadata.gz: 74d581f6ece356635290d80ab02095a252d78355f96ddfbf5c8c26dc6fc31172
4
+ data.tar.gz: 7d0d0aef533da22641481612399638283a9ce123dd12e0fab289435c3df9a4d3
5
5
  SHA512:
6
- metadata.gz: 34fd24404cc7d5382f12a6e7af4c6feba11b198b52c75ce77c54c28fc57c45f238f1f3d25ad3f1ff011eae9857c10147b45991890139f74b558bdb026373a840
7
- data.tar.gz: 7a13e59694fbf9d3b2d6541ab175ac54fbda85ad2a2f8495164afcf46e9733a203a2af34c0ead5867a72dbbec84626e949a1f477a523842849dedb5593dd15aa
6
+ metadata.gz: cd3f06c57d7c55f313ea91887dd5118056d1e7e0f679066c9fd2a32c1d3ab21bb45e9e34e6a0e720069ffa8286c0bbd93ef7efabaf34d571149b8b373e8358c0
7
+ data.tar.gz: c947b32ea37b95dd1f9919eb54eea625ddd536d33d15cffbccbe5627a0cfebb241d101f089e3a1546aa4c175731d6307e00f83303eaf8c48066b0e82c7eb03eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.51.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -2109,7 +2109,7 @@ module Aws::SMS
2109
2109
  params: params,
2110
2110
  config: config)
2111
2111
  context[:gem_name] = 'aws-sdk-sms'
2112
- context[:gem_version] = '1.51.0'
2112
+ context[:gem_version] = '1.52.0'
2113
2113
  Seahorse::Client::Request.new(handlers, context)
2114
2114
  end
2115
2115
 
@@ -25,16 +25,17 @@ module Aws::SMS
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
data/lib/aws-sdk-sms.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-sms/customizations'
52
52
  # @!group service
53
53
  module Aws::SMS
54
54
 
55
- GEM_VERSION = '1.51.0'
55
+ GEM_VERSION = '1.52.0'
56
56
 
57
57
  end
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.51.0
4
+ version: 1.52.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: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core