aws-sdk-workmail 1.61.0 → 1.62.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: da110566260b72895226ec265b18861dfdec9bd4b12156101a7602a8dd812dbe
4
- data.tar.gz: 21485ae5b9bc8ee497c4fc43b656e753df79ee05c55182c6a04ca887a531aee1
3
+ metadata.gz: 16b1e3bc6ded5edee6f369fbadb8c663c6d99f31b2bdcf07bc40238d10bfd793
4
+ data.tar.gz: c69b50abfe8c168c1faa9eb9d5749a3a16808d320d6b20f9e5eade868f0844f1
5
5
  SHA512:
6
- metadata.gz: 67019d1f5e24869bc197dd5841096f98098a019758bdd8ba50cf1f885426a98be270ad5f49217e4c094ed4b4714599925a17683e31c1a447fa59a1e0430abcc8
7
- data.tar.gz: d53a1fc9ac0ee44a2c426f9c037764c8e11918e2349d1b43ec4f04e991cc5be064cd0103092ff914d4bf2aa06d7a4f479d0b442160ca906ddf27447445f04d1e
6
+ metadata.gz: 1b3cded8a7bcc5846e8ccec514f027cbd02fe727bbc8488a03c92232bff43827779cf93b40a6673b3d31083a1cd9e5220c2b98433c5cea3415400d2ab49639b2
7
+ data.tar.gz: fb19fd79f690d69c77629c1ef08d8a175b7fdca12169728b4aab34b712fca39825e6b0ee5bdf00354af9b362e1aeab49f437259e7da7d8574897fe071ccb8158
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.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.61.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.61.0
1
+ 1.62.0
@@ -4488,7 +4488,7 @@ module Aws::WorkMail
4488
4488
  params: params,
4489
4489
  config: config)
4490
4490
  context[:gem_name] = 'aws-sdk-workmail'
4491
- context[:gem_version] = '1.61.0'
4491
+ context[:gem_version] = '1.62.0'
4492
4492
  Seahorse::Client::Request.new(handlers, context)
4493
4493
  end
4494
4494
 
@@ -25,16 +25,17 @@ module Aws::WorkMail
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-workmail/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkMail
54
54
 
55
- GEM_VERSION = '1.61.0'
55
+ GEM_VERSION = '1.62.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workmail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.61.0
4
+ version: 1.62.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