aws-sdk-pinpointemail 1.45.0 → 1.46.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: 7a9acbf088bdccedd84d6c43c445270b48c83f7756acc1f63a05c6e595233a8c
4
- data.tar.gz: 17e47ba055fd6141a39cdaade82e789c595f1747f971f12ed2b5dba533aad323
3
+ metadata.gz: 9b3c872b88bd2f62a37479bd61d3447e53ce5c03034d0a088924071664e777d1
4
+ data.tar.gz: 10d53d7821176086473fc6154d8bc5789656196014d8a9d5a6a323e7ffc5a0ea
5
5
  SHA512:
6
- metadata.gz: ce1a744febf098023d78e19b2237e876c972ea3c5dff8b1a725416c4504f49a11ff95e01efaa6001959ac08f9053c70c3b2915da8280836e812be5e8a501aacb
7
- data.tar.gz: d1b6f2ac31f67ae9becc74d1968ad9a112bb745ff84c58987df08b2bd85f97eb390c44d35f5f0653d772c9299c037f132f675b89bbe1e3b8fd901f5a93a46177
6
+ metadata.gz: 9ea397aa17251a93c2b18463e481b127d305b299746089e38f6a69d2dfda0b390618117be9252a7fd4bda0b117305b35ad90395f6ddbe7a8b82a167d3364f71a
7
+ data.tar.gz: a7cc7b3e7978b2ca9f2cdbdaf92a92363184fb7a7cd4d4af07403ccec20221d861e3cb440f9a87628c14470494cd6c6a468b3ead1219a78a132f067cd5497cd4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.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.45.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -2316,7 +2316,7 @@ module Aws::PinpointEmail
2316
2316
  params: params,
2317
2317
  config: config)
2318
2318
  context[:gem_name] = 'aws-sdk-pinpointemail'
2319
- context[:gem_version] = '1.45.0'
2319
+ context[:gem_version] = '1.46.0'
2320
2320
  Seahorse::Client::Request.new(handlers, context)
2321
2321
  end
2322
2322
 
@@ -25,16 +25,17 @@ module Aws::PinpointEmail
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-pinpointemail/customizations'
52
52
  # @!group service
53
53
  module Aws::PinpointEmail
54
54
 
55
- GEM_VERSION = '1.45.0'
55
+ GEM_VERSION = '1.46.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pinpointemail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.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