aws-sdk-workmail 1.62.0 → 1.63.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: 16b1e3bc6ded5edee6f369fbadb8c663c6d99f31b2bdcf07bc40238d10bfd793
4
- data.tar.gz: c69b50abfe8c168c1faa9eb9d5749a3a16808d320d6b20f9e5eade868f0844f1
3
+ metadata.gz: 2a934806b8c6b42b814abf36751ab6d56c1ed1ad119b5784450639b6c08a4963
4
+ data.tar.gz: 2e41f3c6cff367d469834432cd68c5b6b920ed94dfffcd5be74a3786b259afe7
5
5
  SHA512:
6
- metadata.gz: 1b3cded8a7bcc5846e8ccec514f027cbd02fe727bbc8488a03c92232bff43827779cf93b40a6673b3d31083a1cd9e5220c2b98433c5cea3415400d2ab49639b2
7
- data.tar.gz: fb19fd79f690d69c77629c1ef08d8a175b7fdca12169728b4aab34b712fca39825e6b0ee5bdf00354af9b362e1aeab49f437259e7da7d8574897fe071ccb8158
6
+ metadata.gz: 2ae1b9facbd8cd00e66c90650ab8b6a6124236b38f9ac342cc10d48c7cfbc56a01ef52dac24b22c93539609177ad26eaff2b6c6ffd509e8e37c56fb64ca3bf34
7
+ data.tar.gz: e64a0c860d92663b126d196536587ca9279b661253cdbd34e69ee20b05b97e4d7aa60b58872ab906718d7ec7a7812173734a86302ee61eec4d7ec3228ab85a3e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.62.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.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.62.0'
4491
+ context[:gem_version] = '1.63.0'
4492
4492
  Seahorse::Client::Request.new(handlers, context)
4493
4493
  end
4494
4494
 
@@ -14,6 +14,7 @@ module Aws::WorkMail
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::WorkMail::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.62.0'
55
+ GEM_VERSION = '1.63.0'
56
56
 
57
57
  end