aws-sdk-workmailmessageflow 1.31.0 → 1.32.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: 56579353be5e18556b04d7eb1788e3c13277338c153a3c07ecc45279aa12d628
4
- data.tar.gz: 2d37a2e5714bac091428e46d96e3f42cfd6bdcc816fc8a62f500bb862b526938
3
+ metadata.gz: 14b25aeaabd50be451c8890d73f2bde150f4779a79540f99e260e62b485bc52a
4
+ data.tar.gz: 6ed57c46a52bc22bc4cadb9da566116e378fa41fd174e17ef5e2a800ec12dc9b
5
5
  SHA512:
6
- metadata.gz: 453a0bdc5484070c06fa8acd41984d7211548dfd3106247b60f04b746eb7512c034066012cb8fcf1ed69a3038b625c7fa4b51156550174c414d452a2a130657c
7
- data.tar.gz: 9e1e6161ffea9b0b3a3afe8767b16c11877c44dcd466fd35f63ed496023800a02094367ade92c172752b56b6ec5b6b9207f10a6e207f99266f218b23504baf26
6
+ metadata.gz: 434f0f18996728f42f3ac0ee8374f05eb1bf5aef384a368b100f9754961c3e1a28f830bee4215f93e6292d74d015125ab711e5b870569bac526217d6c42e003f
7
+ data.tar.gz: a776b224881d3d4db9a13096162de7358373577731e2e52088ae0f848f0c2045a1718d2e1b557539a68a2d020c2acdbedaf497bafd3e9bbb3f091aa3268ca0a9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -481,7 +481,7 @@ module Aws::WorkMailMessageFlow
481
481
  params: params,
482
482
  config: config)
483
483
  context[:gem_name] = 'aws-sdk-workmailmessageflow'
484
- context[:gem_version] = '1.31.0'
484
+ context[:gem_version] = '1.32.0'
485
485
  Seahorse::Client::Request.new(handlers, context)
486
486
  end
487
487
 
@@ -25,16 +25,17 @@ module Aws::WorkMailMessageFlow
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-workmailmessageflow/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkMailMessageFlow
54
54
 
55
- GEM_VERSION = '1.31.0'
55
+ GEM_VERSION = '1.32.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workmailmessageflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.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