aws-sdk-workmail 1.98.0 → 1.99.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: bef7ef1fe8b8dbdfc711f2855ade9461f992b4be344dc2a86e64cc605e378829
4
- data.tar.gz: a0abd6c1a944d21a3fd58137e7f78b222a17a26504547a415921369522641aa5
3
+ metadata.gz: 02beb4ae87ee293f6c526915edc0f2348a4926e12cf635f4a40fbf504bb9bd59
4
+ data.tar.gz: b77881cf134133e6962cfa19e1f3218bf9f0a573a67860a3a008d9b8eb2d815c
5
5
  SHA512:
6
- metadata.gz: ac6bad40d59262f426248d59eae2d24fcb755e6bb8ec42343449640817cc65600d0d14986e9b641ba9b1ee51b401de72f6cdd115efd816e9fffce3d18760de93
7
- data.tar.gz: 75daa7080db33fc6595f96b6b1c44f381cb2c2e63b470d76491800d1fd0ff90c05c5afec382db8d4a40dca9e5a4dc5d775a0ee5fcf27ba4d58a77b686d9fb7d7
6
+ metadata.gz: b854930239b9c4eee0f8da62ae5ee3078350d364ed011cf9b95a6df05b2d8b9694ae2be10f67b2d8fe2c43b121f440d7635f98534493e44e4b05df73cf0eeef9
7
+ data.tar.gz: 2ea25b09b381a717f341be63eb05fedadf74b8cb790e7ec22a5a68c2a2f3c35d5fed2eb82e650782afb804b8fa8a4c4b92d20387e89551f435c8f2ee45a6fb86
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.98.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.99.0
@@ -4899,7 +4899,7 @@ module Aws::WorkMail
4899
4899
  tracer: tracer
4900
4900
  )
4901
4901
  context[:gem_name] = 'aws-sdk-workmail'
4902
- context[:gem_version] = '1.98.0'
4902
+ context[:gem_version] = '1.99.0'
4903
4903
  Seahorse::Client::Request.new(handlers, context)
4904
4904
  end
4905
4905
 
@@ -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.98.0'
57
+ GEM_VERSION = '1.99.0'
58
58
 
59
59
  end
60
60
 
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.98.0
4
+ version: 1.99.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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