aws-sdk-workmail 1.82.0 → 1.84.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: 132ebbc25dcdaa68590d4528fcdfd6978679b5156047a5bd2fee17b1fc1ffa6a
4
- data.tar.gz: 04b49ac4cdde37c85244197f1a0002b0d5c7f28d8a983257111f08ac8f7905cf
3
+ metadata.gz: e88a2899de47838bcc20d01e9d58865bf099d32f9e00884fb027db9261ce7ea1
4
+ data.tar.gz: aaf055d319173fa38d1020e9f3b9103bf82ac170168beb9a7e5c1c423c584d40
5
5
  SHA512:
6
- metadata.gz: 74b3fc66eb9aeafbdf30748cf4bc82b520e5705721a5a4b21f28118450744c52580847c0a330b9229bb85e0ea16221be07d85cb6cd39415dd7a85572b3724c0c
7
- data.tar.gz: 43c5f0340fe45d8ec366947c033ab0c828fa579c3fa4deb5e923a0285bd363ee318cfe5ff75b1bbe1bac276939ec2e2d75209420d6f3b4ea51eb71f54334b5ad
6
+ metadata.gz: 68d6ebbfc0c5a3408414664dfb6bcc2194c175549c14071325bc3e2be4b0348521e3e32dc4c2126d79faaedb663df780e7a1e16d981c22f8a2d404762281ceb2
7
+ data.tar.gz: 9159a067346ae100c5471abb302941681464fdebad2f692be4f20c6a016226f3f5b4153f3a898fb8f66c87a4a582bc231844f4f7dec0c4bb755f8ab760ac7078
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.83.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.82.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.84.0
@@ -200,8 +200,7 @@ module Aws::WorkMail
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -4892,7 +4891,7 @@ module Aws::WorkMail
4892
4891
  tracer: tracer
4893
4892
  )
4894
4893
  context[:gem_name] = 'aws-sdk-workmail'
4895
- context[:gem_version] = '1.82.0'
4894
+ context[:gem_version] = '1.84.0'
4896
4895
  Seahorse::Client::Request.new(handlers, context)
4897
4896
  end
4898
4897
 
@@ -54,7 +54,7 @@ module Aws::WorkMail
54
54
  autoload :EndpointProvider, 'aws-sdk-workmail/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-workmail/endpoints'
56
56
 
57
- GEM_VERSION = '1.82.0'
57
+ GEM_VERSION = '1.84.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workmail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.82.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="