aws-sdk-sns 1.69.0 → 1.70.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: a35d1f2a356842c397cf33306ee91700c5bc71c90b31a0994aa04d54353ba260
4
- data.tar.gz: ccff1f65a8b0723adbfb1bb07737d78fe25ad3c21f7f6be67aad692117f2a123
3
+ metadata.gz: af3d28f9ee0bfb8e3961cce9632db66502e6f83d5ec814467c5a263dc0cf3625
4
+ data.tar.gz: bb153e2c49c4232f8a175d19330afb9cad306e76cdf44870cbf5559bf685e6ba
5
5
  SHA512:
6
- metadata.gz: 1b8d2a5e8dd67b74f0dfbd7116fa8c19d755ceae121f9e620d9f263534179467f27443a1c36c531c10c8c41fc09c2994950d5b03dff7bfaa55301503e5e8a491
7
- data.tar.gz: f93c18cc782a9839593d70b24ff7ae95e06d2c7cb70ecd76db9dc8271200b5a6fbc82953f9f0f234d413567d1e455e15cf6663bd6cc4f75c6f86beddfcc2ca9b
6
+ metadata.gz: 1f46c0526118a7e62e625c01eaa47e889abbf0b0678b675926cc146d798b7db3a7e89233e9960d8387fe9a84b99fb144877bd128de0a72ed21b7c8d76ac6091e
7
+ data.tar.gz: b2363be500fb123a37fba184e818d549d5665f80373c56845e77f2ad00d95e20c38340aca60c211a6f0652cc912ce33519033e3200c3f2cb7a33869710d24381
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.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.69.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -2917,7 +2917,7 @@ module Aws::SNS
2917
2917
  params: params,
2918
2918
  config: config)
2919
2919
  context[:gem_name] = 'aws-sdk-sns'
2920
- context[:gem_version] = '1.69.0'
2920
+ context[:gem_version] = '1.70.0'
2921
2921
  Seahorse::Client::Request.new(handlers, context)
2922
2922
  end
2923
2923
 
@@ -25,16 +25,17 @@ module Aws::SNS
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-sns.rb CHANGED
@@ -56,6 +56,6 @@ require_relative 'aws-sdk-sns/customizations'
56
56
  # @!group service
57
57
  module Aws::SNS
58
58
 
59
- GEM_VERSION = '1.69.0'
59
+ GEM_VERSION = '1.70.0'
60
60
 
61
61
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.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