aws-sdk-workmail 1.98.0 → 1.100.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-workmail/client.rb +6 -8
- data/lib/aws-sdk-workmail.rb +1 -1
- data/sig/client.rbs +5 -19
- data/sig/params.rbs +22 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5abf02279a2281fbc939210e792ed256aa121b50a0c07dfeab2ed03b556487b2
|
|
4
|
+
data.tar.gz: 4b1cda16d4c216d0221564220053077e7d8d56502ccddd2a20c201e21a7c6be0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d63280cf76a5ae7129df8d03ac368cb0522b1af19f1ea74358236548aa275af60ec90d2ebe299abd0077c712cb6eedb36795c10834311b20af340f0c76494253
|
|
7
|
+
data.tar.gz: 63851a3d90c26e79a7011457fe28ec6168226175f912af6fb3b970b0ca3d11561b4de4f52a2b9801dd599182068a62b60886083d318e537eafc705fe16f6be08
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.100.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
8
|
+
|
|
9
|
+
1.99.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.98.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.100.0
|
|
@@ -199,7 +199,7 @@ module Aws::WorkMail
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::WorkMail
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -4899,7 +4897,7 @@ module Aws::WorkMail
|
|
|
4899
4897
|
tracer: tracer
|
|
4900
4898
|
)
|
|
4901
4899
|
context[:gem_name] = 'aws-sdk-workmail'
|
|
4902
|
-
context[:gem_version] = '1.
|
|
4900
|
+
context[:gem_version] = '1.100.0'
|
|
4903
4901
|
Seahorse::Client::Request.new(handlers, context)
|
|
4904
4902
|
end
|
|
4905
4903
|
|
data/lib/aws-sdk-workmail.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -190,14 +190,7 @@ module Aws
|
|
|
190
190
|
type: ("FULL_ACCESS" | "READ_ONLY"),
|
|
191
191
|
?description: ::String,
|
|
192
192
|
rules: Array[
|
|
193
|
-
|
|
194
|
-
impersonation_rule_id: ::String,
|
|
195
|
-
name: ::String?,
|
|
196
|
-
description: ::String?,
|
|
197
|
-
effect: ("ALLOW" | "DENY"),
|
|
198
|
-
target_users: Array[::String]?,
|
|
199
|
-
not_target_users: Array[::String]?
|
|
200
|
-
},
|
|
193
|
+
Params::impersonation_rule
|
|
201
194
|
]
|
|
202
195
|
) -> _CreateImpersonationRoleResponseSuccess
|
|
203
196
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateImpersonationRoleResponseSuccess
|
|
@@ -237,7 +230,7 @@ module Aws
|
|
|
237
230
|
{
|
|
238
231
|
domain_name: ::String,
|
|
239
232
|
hosted_zone_id: ::String?
|
|
240
|
-
}
|
|
233
|
+
}
|
|
241
234
|
],
|
|
242
235
|
?kms_key_arn: ::String,
|
|
243
236
|
?enable_interoperability: bool
|
|
@@ -1128,7 +1121,7 @@ module Aws
|
|
|
1128
1121
|
name: ("INBOX" | "DELETED_ITEMS" | "SENT_ITEMS" | "DRAFTS" | "JUNK_EMAIL"),
|
|
1129
1122
|
action: ("NONE" | "DELETE" | "PERMANENTLY_DELETE"),
|
|
1130
1123
|
period: ::Integer?
|
|
1131
|
-
}
|
|
1124
|
+
}
|
|
1132
1125
|
]
|
|
1133
1126
|
) -> _PutRetentionPolicyResponseSuccess
|
|
1134
1127
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutRetentionPolicyResponseSuccess
|
|
@@ -1193,7 +1186,7 @@ module Aws
|
|
|
1193
1186
|
{
|
|
1194
1187
|
key: ::String,
|
|
1195
1188
|
value: ::String
|
|
1196
|
-
}
|
|
1189
|
+
}
|
|
1197
1190
|
]
|
|
1198
1191
|
) -> _TagResourceResponseSuccess
|
|
1199
1192
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -1278,14 +1271,7 @@ module Aws
|
|
|
1278
1271
|
type: ("FULL_ACCESS" | "READ_ONLY"),
|
|
1279
1272
|
?description: ::String,
|
|
1280
1273
|
rules: Array[
|
|
1281
|
-
|
|
1282
|
-
impersonation_rule_id: ::String,
|
|
1283
|
-
name: ::String?,
|
|
1284
|
-
description: ::String?,
|
|
1285
|
-
effect: ("ALLOW" | "DENY"),
|
|
1286
|
-
target_users: Array[::String]?,
|
|
1287
|
-
not_target_users: Array[::String]?
|
|
1288
|
-
},
|
|
1274
|
+
Params::impersonation_rule
|
|
1289
1275
|
]
|
|
1290
1276
|
) -> _UpdateImpersonationRoleResponseSuccess
|
|
1291
1277
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateImpersonationRoleResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module WorkMail
|
|
10
|
+
module Params
|
|
11
|
+
type impersonation_rule = {
|
|
12
|
+
impersonation_rule_id: ::String,
|
|
13
|
+
name: ::String?,
|
|
14
|
+
description: ::String?,
|
|
15
|
+
effect: ("ALLOW" | "DENY"),
|
|
16
|
+
target_users: Array[::String]?,
|
|
17
|
+
not_target_users: Array[::String]?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
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.
|
|
4
|
+
version: 1.100.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.
|
|
21
|
+
version: 3.248.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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-workmail/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|