aws-sdk-mailmanager 1.42.0 → 1.44.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-mailmanager/client.rb +6 -8
- data/lib/aws-sdk-mailmanager.rb +1 -1
- data/sig/client.rbs +17 -587
- data/sig/params.rbs +261 -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: dc8a8752e15ab3d79d9b118ccf9b39b9d51c9034b14b7b9575763b6083d071c5
|
|
4
|
+
data.tar.gz: 54a659c480aa87197460bbaf47d2d11eb3afbc4f972c189d8461678441152d17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c945441a7d0f0502c8724d10f7f71320703df8c2ee8618ac0707dbb4c191d57b751378458d70f2d066e185c2817b11077b96e872c24c0af5931eabd26ad7817
|
|
7
|
+
data.tar.gz: 297d30bacc7c1a6e61f9c35a00f12ebded18e580407f006979a413e65b1104451bbe9cb0c1780f591933894055c459c8f62ffb08e441e46a31c158fb4f9c379d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.44.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.43.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.42.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.44.0
|
|
@@ -199,7 +199,7 @@ module Aws::MailManager
|
|
|
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::MailManager
|
|
|
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
|
|
@@ -4042,7 +4040,7 @@ module Aws::MailManager
|
|
|
4042
4040
|
tracer: tracer
|
|
4043
4041
|
)
|
|
4044
4042
|
context[:gem_name] = 'aws-sdk-mailmanager'
|
|
4045
|
-
context[:gem_version] = '1.
|
|
4043
|
+
context[:gem_version] = '1.44.0'
|
|
4046
4044
|
Seahorse::Client::Request.new(handlers, context)
|
|
4047
4045
|
end
|
|
4048
4046
|
|
data/lib/aws-sdk-mailmanager.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -91,7 +91,7 @@ module Aws
|
|
|
91
91
|
{
|
|
92
92
|
key: ::String,
|
|
93
93
|
value: ::String
|
|
94
|
-
}
|
|
94
|
+
}
|
|
95
95
|
]
|
|
96
96
|
) -> _CreateAddonInstanceResponseSuccess
|
|
97
97
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAddonInstanceResponseSuccess
|
|
@@ -108,7 +108,7 @@ module Aws
|
|
|
108
108
|
{
|
|
109
109
|
key: ::String,
|
|
110
110
|
value: ::String
|
|
111
|
-
}
|
|
111
|
+
}
|
|
112
112
|
]
|
|
113
113
|
) -> _CreateAddonSubscriptionResponseSuccess
|
|
114
114
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAddonSubscriptionResponseSuccess
|
|
@@ -125,7 +125,7 @@ module Aws
|
|
|
125
125
|
{
|
|
126
126
|
key: ::String,
|
|
127
127
|
value: ::String
|
|
128
|
-
}
|
|
128
|
+
}
|
|
129
129
|
]
|
|
130
130
|
) -> _CreateAddressListResponseSuccess
|
|
131
131
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAddressListResponseSuccess
|
|
@@ -162,7 +162,7 @@ module Aws
|
|
|
162
162
|
{
|
|
163
163
|
key: ::String,
|
|
164
164
|
value: ::String
|
|
165
|
-
}
|
|
165
|
+
}
|
|
166
166
|
]
|
|
167
167
|
) -> _CreateArchiveResponseSuccess
|
|
168
168
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateArchiveResponseSuccess
|
|
@@ -178,17 +178,7 @@ module Aws
|
|
|
178
178
|
type: ("OPEN" | "AUTH" | "MTLS"),
|
|
179
179
|
rule_set_id: ::String,
|
|
180
180
|
traffic_policy_id: ::String,
|
|
181
|
-
?ingress_point_configuration:
|
|
182
|
-
smtp_password: ::String?,
|
|
183
|
-
secret_arn: ::String?,
|
|
184
|
-
tls_auth_configuration: {
|
|
185
|
-
trust_store: {
|
|
186
|
-
ca_content: ::String,
|
|
187
|
-
crl_content: ::String?,
|
|
188
|
-
kms_key_arn: ::String?
|
|
189
|
-
}?
|
|
190
|
-
}?
|
|
191
|
-
},
|
|
181
|
+
?ingress_point_configuration: Params::ingress_point_configuration,
|
|
192
182
|
?network_configuration: {
|
|
193
183
|
public_network_configuration: {
|
|
194
184
|
ip_type: ("IPV4" | "DUAL_STACK")
|
|
@@ -202,7 +192,7 @@ module Aws
|
|
|
202
192
|
{
|
|
203
193
|
key: ::String,
|
|
204
194
|
value: ::String
|
|
205
|
-
}
|
|
195
|
+
}
|
|
206
196
|
]
|
|
207
197
|
) -> _CreateIngressPointResponseSuccess
|
|
208
198
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIngressPointResponseSuccess
|
|
@@ -226,7 +216,7 @@ module Aws
|
|
|
226
216
|
{
|
|
227
217
|
key: ::String,
|
|
228
218
|
value: ::String
|
|
229
|
-
}
|
|
219
|
+
}
|
|
230
220
|
]
|
|
231
221
|
) -> _CreateRelayResponseSuccess
|
|
232
222
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRelayResponseSuccess
|
|
@@ -240,202 +230,13 @@ module Aws
|
|
|
240
230
|
?client_token: ::String,
|
|
241
231
|
rule_set_name: ::String,
|
|
242
232
|
rules: Array[
|
|
243
|
-
|
|
244
|
-
name: ::String?,
|
|
245
|
-
conditions: Array[
|
|
246
|
-
{
|
|
247
|
-
boolean_expression: {
|
|
248
|
-
evaluate: {
|
|
249
|
-
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")?,
|
|
250
|
-
analysis: {
|
|
251
|
-
analyzer: ::String,
|
|
252
|
-
result_field: ::String
|
|
253
|
-
}?,
|
|
254
|
-
is_in_address_list: {
|
|
255
|
-
attribute: ("RECIPIENT" | "MAIL_FROM" | "SENDER" | "FROM" | "TO" | "CC"),
|
|
256
|
-
address_lists: Array[::String]
|
|
257
|
-
}?
|
|
258
|
-
},
|
|
259
|
-
operator: ("IS_TRUE" | "IS_FALSE")
|
|
260
|
-
}?,
|
|
261
|
-
string_expression: {
|
|
262
|
-
evaluate: {
|
|
263
|
-
attribute: ("MAIL_FROM" | "HELO" | "RECIPIENT" | "SENDER" | "FROM" | "SUBJECT" | "TO" | "CC")?,
|
|
264
|
-
mime_header_attribute: ::String?,
|
|
265
|
-
analysis: {
|
|
266
|
-
analyzer: ::String,
|
|
267
|
-
result_field: ::String
|
|
268
|
-
}?,
|
|
269
|
-
client_certificate_attribute: ("CN" | "SAN_RFC822_NAME" | "SAN_DNS_NAME" | "SAN_DIRECTORY_NAME" | "SAN_UNIFORM_RESOURCE_IDENTIFIER" | "SAN_IP_ADDRESS" | "SAN_REGISTERED_ID" | "SERIAL_NUMBER")?
|
|
270
|
-
},
|
|
271
|
-
operator: ("EQUALS" | "NOT_EQUALS" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS"),
|
|
272
|
-
values: Array[::String]
|
|
273
|
-
}?,
|
|
274
|
-
number_expression: {
|
|
275
|
-
evaluate: {
|
|
276
|
-
attribute: ("MESSAGE_SIZE")?
|
|
277
|
-
},
|
|
278
|
-
operator: ("EQUALS" | "NOT_EQUALS" | "LESS_THAN" | "GREATER_THAN" | "LESS_THAN_OR_EQUAL" | "GREATER_THAN_OR_EQUAL"),
|
|
279
|
-
value: ::Float
|
|
280
|
-
}?,
|
|
281
|
-
ip_expression: {
|
|
282
|
-
evaluate: {
|
|
283
|
-
attribute: ("SOURCE_IP")?
|
|
284
|
-
},
|
|
285
|
-
operator: ("CIDR_MATCHES" | "NOT_CIDR_MATCHES"),
|
|
286
|
-
values: Array[::String]
|
|
287
|
-
}?,
|
|
288
|
-
verdict_expression: {
|
|
289
|
-
evaluate: {
|
|
290
|
-
attribute: ("SPF" | "DKIM")?,
|
|
291
|
-
analysis: {
|
|
292
|
-
analyzer: ::String,
|
|
293
|
-
result_field: ::String
|
|
294
|
-
}?
|
|
295
|
-
},
|
|
296
|
-
operator: ("EQUALS" | "NOT_EQUALS"),
|
|
297
|
-
values: Array[("PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED")]
|
|
298
|
-
}?,
|
|
299
|
-
dmarc_expression: {
|
|
300
|
-
operator: ("EQUALS" | "NOT_EQUALS"),
|
|
301
|
-
values: Array[("NONE" | "QUARANTINE" | "REJECT")]
|
|
302
|
-
}?
|
|
303
|
-
},
|
|
304
|
-
]?,
|
|
305
|
-
unless: Array[
|
|
306
|
-
{
|
|
307
|
-
boolean_expression: {
|
|
308
|
-
evaluate: {
|
|
309
|
-
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")?,
|
|
310
|
-
analysis: {
|
|
311
|
-
analyzer: ::String,
|
|
312
|
-
result_field: ::String
|
|
313
|
-
}?,
|
|
314
|
-
is_in_address_list: {
|
|
315
|
-
attribute: ("RECIPIENT" | "MAIL_FROM" | "SENDER" | "FROM" | "TO" | "CC"),
|
|
316
|
-
address_lists: Array[::String]
|
|
317
|
-
}?
|
|
318
|
-
},
|
|
319
|
-
operator: ("IS_TRUE" | "IS_FALSE")
|
|
320
|
-
}?,
|
|
321
|
-
string_expression: {
|
|
322
|
-
evaluate: {
|
|
323
|
-
attribute: ("MAIL_FROM" | "HELO" | "RECIPIENT" | "SENDER" | "FROM" | "SUBJECT" | "TO" | "CC")?,
|
|
324
|
-
mime_header_attribute: ::String?,
|
|
325
|
-
analysis: {
|
|
326
|
-
analyzer: ::String,
|
|
327
|
-
result_field: ::String
|
|
328
|
-
}?,
|
|
329
|
-
client_certificate_attribute: ("CN" | "SAN_RFC822_NAME" | "SAN_DNS_NAME" | "SAN_DIRECTORY_NAME" | "SAN_UNIFORM_RESOURCE_IDENTIFIER" | "SAN_IP_ADDRESS" | "SAN_REGISTERED_ID" | "SERIAL_NUMBER")?
|
|
330
|
-
},
|
|
331
|
-
operator: ("EQUALS" | "NOT_EQUALS" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS"),
|
|
332
|
-
values: Array[::String]
|
|
333
|
-
}?,
|
|
334
|
-
number_expression: {
|
|
335
|
-
evaluate: {
|
|
336
|
-
attribute: ("MESSAGE_SIZE")?
|
|
337
|
-
},
|
|
338
|
-
operator: ("EQUALS" | "NOT_EQUALS" | "LESS_THAN" | "GREATER_THAN" | "LESS_THAN_OR_EQUAL" | "GREATER_THAN_OR_EQUAL"),
|
|
339
|
-
value: ::Float
|
|
340
|
-
}?,
|
|
341
|
-
ip_expression: {
|
|
342
|
-
evaluate: {
|
|
343
|
-
attribute: ("SOURCE_IP")?
|
|
344
|
-
},
|
|
345
|
-
operator: ("CIDR_MATCHES" | "NOT_CIDR_MATCHES"),
|
|
346
|
-
values: Array[::String]
|
|
347
|
-
}?,
|
|
348
|
-
verdict_expression: {
|
|
349
|
-
evaluate: {
|
|
350
|
-
attribute: ("SPF" | "DKIM")?,
|
|
351
|
-
analysis: {
|
|
352
|
-
analyzer: ::String,
|
|
353
|
-
result_field: ::String
|
|
354
|
-
}?
|
|
355
|
-
},
|
|
356
|
-
operator: ("EQUALS" | "NOT_EQUALS"),
|
|
357
|
-
values: Array[("PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED")]
|
|
358
|
-
}?,
|
|
359
|
-
dmarc_expression: {
|
|
360
|
-
operator: ("EQUALS" | "NOT_EQUALS"),
|
|
361
|
-
values: Array[("NONE" | "QUARANTINE" | "REJECT")]
|
|
362
|
-
}?
|
|
363
|
-
},
|
|
364
|
-
]?,
|
|
365
|
-
actions: Array[
|
|
366
|
-
{
|
|
367
|
-
drop: {
|
|
368
|
-
}?,
|
|
369
|
-
relay: {
|
|
370
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
371
|
-
relay: ::String,
|
|
372
|
-
mail_from: ("REPLACE" | "PRESERVE")?
|
|
373
|
-
}?,
|
|
374
|
-
archive: {
|
|
375
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
376
|
-
target_archive: ::String
|
|
377
|
-
}?,
|
|
378
|
-
write_to_s3: {
|
|
379
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
380
|
-
role_arn: ::String,
|
|
381
|
-
s3_bucket: ::String,
|
|
382
|
-
s3_prefix: ::String?,
|
|
383
|
-
s3_sse_kms_key_id: ::String?
|
|
384
|
-
}?,
|
|
385
|
-
send: {
|
|
386
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
387
|
-
role_arn: ::String
|
|
388
|
-
}?,
|
|
389
|
-
add_header: {
|
|
390
|
-
header_name: ::String,
|
|
391
|
-
header_value: ::String
|
|
392
|
-
}?,
|
|
393
|
-
replace_recipient: {
|
|
394
|
-
replace_with: Array[::String]?
|
|
395
|
-
}?,
|
|
396
|
-
deliver_to_mailbox: {
|
|
397
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
398
|
-
mailbox_arn: ::String,
|
|
399
|
-
role_arn: ::String
|
|
400
|
-
}?,
|
|
401
|
-
deliver_to_q_business: {
|
|
402
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
403
|
-
application_id: ::String,
|
|
404
|
-
index_id: ::String,
|
|
405
|
-
role_arn: ::String
|
|
406
|
-
}?,
|
|
407
|
-
publish_to_sns: {
|
|
408
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
409
|
-
topic_arn: ::String,
|
|
410
|
-
role_arn: ::String,
|
|
411
|
-
encoding: ("UTF-8" | "BASE64")?,
|
|
412
|
-
payload_type: ("HEADERS" | "CONTENT")?
|
|
413
|
-
}?,
|
|
414
|
-
bounce: {
|
|
415
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
416
|
-
role_arn: ::String,
|
|
417
|
-
sender: ::String,
|
|
418
|
-
status_code: ::String,
|
|
419
|
-
smtp_reply_code: ::String,
|
|
420
|
-
diagnostic_message: ::String,
|
|
421
|
-
message: ::String?
|
|
422
|
-
}?,
|
|
423
|
-
invoke_lambda: {
|
|
424
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
425
|
-
function_arn: ::String,
|
|
426
|
-
invocation_type: ("EVENT" | "REQUEST_RESPONSE"),
|
|
427
|
-
role_arn: ::String,
|
|
428
|
-
retry_time_minutes: ::Integer?
|
|
429
|
-
}?
|
|
430
|
-
},
|
|
431
|
-
]
|
|
432
|
-
},
|
|
233
|
+
Params::rule
|
|
433
234
|
],
|
|
434
235
|
?tags: Array[
|
|
435
236
|
{
|
|
436
237
|
key: ::String,
|
|
437
238
|
value: ::String
|
|
438
|
-
}
|
|
239
|
+
}
|
|
439
240
|
]
|
|
440
241
|
) -> _CreateRuleSetResponseSuccess
|
|
441
242
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRuleSetResponseSuccess
|
|
@@ -449,58 +250,7 @@ module Aws
|
|
|
449
250
|
?client_token: ::String,
|
|
450
251
|
traffic_policy_name: ::String,
|
|
451
252
|
policy_statements: Array[
|
|
452
|
-
|
|
453
|
-
conditions: Array[
|
|
454
|
-
{
|
|
455
|
-
string_expression: {
|
|
456
|
-
evaluate: {
|
|
457
|
-
attribute: ("RECIPIENT")?,
|
|
458
|
-
analysis: {
|
|
459
|
-
analyzer: ::String,
|
|
460
|
-
result_field: ::String
|
|
461
|
-
}?
|
|
462
|
-
},
|
|
463
|
-
operator: ("EQUALS" | "NOT_EQUALS" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS"),
|
|
464
|
-
values: Array[::String]
|
|
465
|
-
}?,
|
|
466
|
-
ip_expression: {
|
|
467
|
-
evaluate: {
|
|
468
|
-
attribute: ("SENDER_IP")?
|
|
469
|
-
},
|
|
470
|
-
operator: ("CIDR_MATCHES" | "NOT_CIDR_MATCHES"),
|
|
471
|
-
values: Array[::String]
|
|
472
|
-
}?,
|
|
473
|
-
ipv_6_expression: {
|
|
474
|
-
evaluate: {
|
|
475
|
-
attribute: ("SENDER_IPV6")?
|
|
476
|
-
},
|
|
477
|
-
operator: ("CIDR_MATCHES" | "NOT_CIDR_MATCHES"),
|
|
478
|
-
values: Array[::String]
|
|
479
|
-
}?,
|
|
480
|
-
tls_expression: {
|
|
481
|
-
evaluate: {
|
|
482
|
-
attribute: ("TLS_PROTOCOL")?
|
|
483
|
-
},
|
|
484
|
-
operator: ("MINIMUM_TLS_VERSION" | "IS"),
|
|
485
|
-
value: ("TLS1_2" | "TLS1_3")
|
|
486
|
-
}?,
|
|
487
|
-
boolean_expression: {
|
|
488
|
-
evaluate: {
|
|
489
|
-
analysis: {
|
|
490
|
-
analyzer: ::String,
|
|
491
|
-
result_field: ::String
|
|
492
|
-
}?,
|
|
493
|
-
is_in_address_list: {
|
|
494
|
-
attribute: ("RECIPIENT"),
|
|
495
|
-
address_lists: Array[::String]
|
|
496
|
-
}?
|
|
497
|
-
},
|
|
498
|
-
operator: ("IS_TRUE" | "IS_FALSE")
|
|
499
|
-
}?
|
|
500
|
-
},
|
|
501
|
-
],
|
|
502
|
-
action: ("ALLOW" | "DENY")
|
|
503
|
-
},
|
|
253
|
+
Params::policy_statement
|
|
504
254
|
],
|
|
505
255
|
default_action: ("ALLOW" | "DENY"),
|
|
506
256
|
?max_message_size_bytes: ::Integer,
|
|
@@ -508,7 +258,7 @@ module Aws
|
|
|
508
258
|
{
|
|
509
259
|
key: ::String,
|
|
510
260
|
value: ::String
|
|
511
|
-
}
|
|
261
|
+
}
|
|
512
262
|
]
|
|
513
263
|
) -> _CreateTrafficPolicyResponseSuccess
|
|
514
264
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTrafficPolicyResponseSuccess
|
|
@@ -1005,42 +755,7 @@ module Aws
|
|
|
1005
755
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#start_archive_export-instance_method
|
|
1006
756
|
def start_archive_export: (
|
|
1007
757
|
archive_id: ::String,
|
|
1008
|
-
?filters:
|
|
1009
|
-
include: Array[
|
|
1010
|
-
{
|
|
1011
|
-
string_expression: {
|
|
1012
|
-
evaluate: {
|
|
1013
|
-
attribute: ("TO" | "FROM" | "CC" | "SUBJECT" | "ENVELOPE_TO" | "ENVELOPE_FROM")?
|
|
1014
|
-
},
|
|
1015
|
-
operator: ("CONTAINS"),
|
|
1016
|
-
values: Array[::String]
|
|
1017
|
-
}?,
|
|
1018
|
-
boolean_expression: {
|
|
1019
|
-
evaluate: {
|
|
1020
|
-
attribute: ("HAS_ATTACHMENTS")?
|
|
1021
|
-
},
|
|
1022
|
-
operator: ("IS_TRUE" | "IS_FALSE")
|
|
1023
|
-
}?
|
|
1024
|
-
},
|
|
1025
|
-
]?,
|
|
1026
|
-
unless: Array[
|
|
1027
|
-
{
|
|
1028
|
-
string_expression: {
|
|
1029
|
-
evaluate: {
|
|
1030
|
-
attribute: ("TO" | "FROM" | "CC" | "SUBJECT" | "ENVELOPE_TO" | "ENVELOPE_FROM")?
|
|
1031
|
-
},
|
|
1032
|
-
operator: ("CONTAINS"),
|
|
1033
|
-
values: Array[::String]
|
|
1034
|
-
}?,
|
|
1035
|
-
boolean_expression: {
|
|
1036
|
-
evaluate: {
|
|
1037
|
-
attribute: ("HAS_ATTACHMENTS")?
|
|
1038
|
-
},
|
|
1039
|
-
operator: ("IS_TRUE" | "IS_FALSE")
|
|
1040
|
-
}?
|
|
1041
|
-
},
|
|
1042
|
-
]?
|
|
1043
|
-
},
|
|
758
|
+
?filters: Params::archive_filters,
|
|
1044
759
|
from_timestamp: ::Time,
|
|
1045
760
|
to_timestamp: ::Time,
|
|
1046
761
|
?max_results: ::Integer,
|
|
@@ -1060,42 +775,7 @@ module Aws
|
|
|
1060
775
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#start_archive_search-instance_method
|
|
1061
776
|
def start_archive_search: (
|
|
1062
777
|
archive_id: ::String,
|
|
1063
|
-
?filters:
|
|
1064
|
-
include: Array[
|
|
1065
|
-
{
|
|
1066
|
-
string_expression: {
|
|
1067
|
-
evaluate: {
|
|
1068
|
-
attribute: ("TO" | "FROM" | "CC" | "SUBJECT" | "ENVELOPE_TO" | "ENVELOPE_FROM")?
|
|
1069
|
-
},
|
|
1070
|
-
operator: ("CONTAINS"),
|
|
1071
|
-
values: Array[::String]
|
|
1072
|
-
}?,
|
|
1073
|
-
boolean_expression: {
|
|
1074
|
-
evaluate: {
|
|
1075
|
-
attribute: ("HAS_ATTACHMENTS")?
|
|
1076
|
-
},
|
|
1077
|
-
operator: ("IS_TRUE" | "IS_FALSE")
|
|
1078
|
-
}?
|
|
1079
|
-
},
|
|
1080
|
-
]?,
|
|
1081
|
-
unless: Array[
|
|
1082
|
-
{
|
|
1083
|
-
string_expression: {
|
|
1084
|
-
evaluate: {
|
|
1085
|
-
attribute: ("TO" | "FROM" | "CC" | "SUBJECT" | "ENVELOPE_TO" | "ENVELOPE_FROM")?
|
|
1086
|
-
},
|
|
1087
|
-
operator: ("CONTAINS"),
|
|
1088
|
-
values: Array[::String]
|
|
1089
|
-
}?,
|
|
1090
|
-
boolean_expression: {
|
|
1091
|
-
evaluate: {
|
|
1092
|
-
attribute: ("HAS_ATTACHMENTS")?
|
|
1093
|
-
},
|
|
1094
|
-
operator: ("IS_TRUE" | "IS_FALSE")
|
|
1095
|
-
}?
|
|
1096
|
-
},
|
|
1097
|
-
]?
|
|
1098
|
-
},
|
|
778
|
+
?filters: Params::archive_filters,
|
|
1099
779
|
from_timestamp: ::Time,
|
|
1100
780
|
to_timestamp: ::Time,
|
|
1101
781
|
max_results: ::Integer
|
|
@@ -1139,7 +819,7 @@ module Aws
|
|
|
1139
819
|
{
|
|
1140
820
|
key: ::String,
|
|
1141
821
|
value: ::String
|
|
1142
|
-
}
|
|
822
|
+
}
|
|
1143
823
|
]
|
|
1144
824
|
) -> _TagResourceResponseSuccess
|
|
1145
825
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -1177,17 +857,7 @@ module Aws
|
|
|
1177
857
|
?status_to_update: ("ACTIVE" | "CLOSED"),
|
|
1178
858
|
?rule_set_id: ::String,
|
|
1179
859
|
?traffic_policy_id: ::String,
|
|
1180
|
-
?ingress_point_configuration:
|
|
1181
|
-
smtp_password: ::String?,
|
|
1182
|
-
secret_arn: ::String?,
|
|
1183
|
-
tls_auth_configuration: {
|
|
1184
|
-
trust_store: {
|
|
1185
|
-
ca_content: ::String,
|
|
1186
|
-
crl_content: ::String?,
|
|
1187
|
-
kms_key_arn: ::String?
|
|
1188
|
-
}?
|
|
1189
|
-
}?
|
|
1190
|
-
},
|
|
860
|
+
?ingress_point_configuration: Params::ingress_point_configuration,
|
|
1191
861
|
?tls_policy: ("REQUIRED" | "OPTIONAL" | "FIPS")
|
|
1192
862
|
) -> _UpdateIngressPointResponseSuccess
|
|
1193
863
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIngressPointResponseSuccess
|
|
@@ -1217,196 +887,7 @@ module Aws
|
|
|
1217
887
|
rule_set_id: ::String,
|
|
1218
888
|
?rule_set_name: ::String,
|
|
1219
889
|
?rules: Array[
|
|
1220
|
-
|
|
1221
|
-
name: ::String?,
|
|
1222
|
-
conditions: Array[
|
|
1223
|
-
{
|
|
1224
|
-
boolean_expression: {
|
|
1225
|
-
evaluate: {
|
|
1226
|
-
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")?,
|
|
1227
|
-
analysis: {
|
|
1228
|
-
analyzer: ::String,
|
|
1229
|
-
result_field: ::String
|
|
1230
|
-
}?,
|
|
1231
|
-
is_in_address_list: {
|
|
1232
|
-
attribute: ("RECIPIENT" | "MAIL_FROM" | "SENDER" | "FROM" | "TO" | "CC"),
|
|
1233
|
-
address_lists: Array[::String]
|
|
1234
|
-
}?
|
|
1235
|
-
},
|
|
1236
|
-
operator: ("IS_TRUE" | "IS_FALSE")
|
|
1237
|
-
}?,
|
|
1238
|
-
string_expression: {
|
|
1239
|
-
evaluate: {
|
|
1240
|
-
attribute: ("MAIL_FROM" | "HELO" | "RECIPIENT" | "SENDER" | "FROM" | "SUBJECT" | "TO" | "CC")?,
|
|
1241
|
-
mime_header_attribute: ::String?,
|
|
1242
|
-
analysis: {
|
|
1243
|
-
analyzer: ::String,
|
|
1244
|
-
result_field: ::String
|
|
1245
|
-
}?,
|
|
1246
|
-
client_certificate_attribute: ("CN" | "SAN_RFC822_NAME" | "SAN_DNS_NAME" | "SAN_DIRECTORY_NAME" | "SAN_UNIFORM_RESOURCE_IDENTIFIER" | "SAN_IP_ADDRESS" | "SAN_REGISTERED_ID" | "SERIAL_NUMBER")?
|
|
1247
|
-
},
|
|
1248
|
-
operator: ("EQUALS" | "NOT_EQUALS" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS"),
|
|
1249
|
-
values: Array[::String]
|
|
1250
|
-
}?,
|
|
1251
|
-
number_expression: {
|
|
1252
|
-
evaluate: {
|
|
1253
|
-
attribute: ("MESSAGE_SIZE")?
|
|
1254
|
-
},
|
|
1255
|
-
operator: ("EQUALS" | "NOT_EQUALS" | "LESS_THAN" | "GREATER_THAN" | "LESS_THAN_OR_EQUAL" | "GREATER_THAN_OR_EQUAL"),
|
|
1256
|
-
value: ::Float
|
|
1257
|
-
}?,
|
|
1258
|
-
ip_expression: {
|
|
1259
|
-
evaluate: {
|
|
1260
|
-
attribute: ("SOURCE_IP")?
|
|
1261
|
-
},
|
|
1262
|
-
operator: ("CIDR_MATCHES" | "NOT_CIDR_MATCHES"),
|
|
1263
|
-
values: Array[::String]
|
|
1264
|
-
}?,
|
|
1265
|
-
verdict_expression: {
|
|
1266
|
-
evaluate: {
|
|
1267
|
-
attribute: ("SPF" | "DKIM")?,
|
|
1268
|
-
analysis: {
|
|
1269
|
-
analyzer: ::String,
|
|
1270
|
-
result_field: ::String
|
|
1271
|
-
}?
|
|
1272
|
-
},
|
|
1273
|
-
operator: ("EQUALS" | "NOT_EQUALS"),
|
|
1274
|
-
values: Array[("PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED")]
|
|
1275
|
-
}?,
|
|
1276
|
-
dmarc_expression: {
|
|
1277
|
-
operator: ("EQUALS" | "NOT_EQUALS"),
|
|
1278
|
-
values: Array[("NONE" | "QUARANTINE" | "REJECT")]
|
|
1279
|
-
}?
|
|
1280
|
-
},
|
|
1281
|
-
]?,
|
|
1282
|
-
unless: Array[
|
|
1283
|
-
{
|
|
1284
|
-
boolean_expression: {
|
|
1285
|
-
evaluate: {
|
|
1286
|
-
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")?,
|
|
1287
|
-
analysis: {
|
|
1288
|
-
analyzer: ::String,
|
|
1289
|
-
result_field: ::String
|
|
1290
|
-
}?,
|
|
1291
|
-
is_in_address_list: {
|
|
1292
|
-
attribute: ("RECIPIENT" | "MAIL_FROM" | "SENDER" | "FROM" | "TO" | "CC"),
|
|
1293
|
-
address_lists: Array[::String]
|
|
1294
|
-
}?
|
|
1295
|
-
},
|
|
1296
|
-
operator: ("IS_TRUE" | "IS_FALSE")
|
|
1297
|
-
}?,
|
|
1298
|
-
string_expression: {
|
|
1299
|
-
evaluate: {
|
|
1300
|
-
attribute: ("MAIL_FROM" | "HELO" | "RECIPIENT" | "SENDER" | "FROM" | "SUBJECT" | "TO" | "CC")?,
|
|
1301
|
-
mime_header_attribute: ::String?,
|
|
1302
|
-
analysis: {
|
|
1303
|
-
analyzer: ::String,
|
|
1304
|
-
result_field: ::String
|
|
1305
|
-
}?,
|
|
1306
|
-
client_certificate_attribute: ("CN" | "SAN_RFC822_NAME" | "SAN_DNS_NAME" | "SAN_DIRECTORY_NAME" | "SAN_UNIFORM_RESOURCE_IDENTIFIER" | "SAN_IP_ADDRESS" | "SAN_REGISTERED_ID" | "SERIAL_NUMBER")?
|
|
1307
|
-
},
|
|
1308
|
-
operator: ("EQUALS" | "NOT_EQUALS" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS"),
|
|
1309
|
-
values: Array[::String]
|
|
1310
|
-
}?,
|
|
1311
|
-
number_expression: {
|
|
1312
|
-
evaluate: {
|
|
1313
|
-
attribute: ("MESSAGE_SIZE")?
|
|
1314
|
-
},
|
|
1315
|
-
operator: ("EQUALS" | "NOT_EQUALS" | "LESS_THAN" | "GREATER_THAN" | "LESS_THAN_OR_EQUAL" | "GREATER_THAN_OR_EQUAL"),
|
|
1316
|
-
value: ::Float
|
|
1317
|
-
}?,
|
|
1318
|
-
ip_expression: {
|
|
1319
|
-
evaluate: {
|
|
1320
|
-
attribute: ("SOURCE_IP")?
|
|
1321
|
-
},
|
|
1322
|
-
operator: ("CIDR_MATCHES" | "NOT_CIDR_MATCHES"),
|
|
1323
|
-
values: Array[::String]
|
|
1324
|
-
}?,
|
|
1325
|
-
verdict_expression: {
|
|
1326
|
-
evaluate: {
|
|
1327
|
-
attribute: ("SPF" | "DKIM")?,
|
|
1328
|
-
analysis: {
|
|
1329
|
-
analyzer: ::String,
|
|
1330
|
-
result_field: ::String
|
|
1331
|
-
}?
|
|
1332
|
-
},
|
|
1333
|
-
operator: ("EQUALS" | "NOT_EQUALS"),
|
|
1334
|
-
values: Array[("PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED")]
|
|
1335
|
-
}?,
|
|
1336
|
-
dmarc_expression: {
|
|
1337
|
-
operator: ("EQUALS" | "NOT_EQUALS"),
|
|
1338
|
-
values: Array[("NONE" | "QUARANTINE" | "REJECT")]
|
|
1339
|
-
}?
|
|
1340
|
-
},
|
|
1341
|
-
]?,
|
|
1342
|
-
actions: Array[
|
|
1343
|
-
{
|
|
1344
|
-
drop: {
|
|
1345
|
-
}?,
|
|
1346
|
-
relay: {
|
|
1347
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
1348
|
-
relay: ::String,
|
|
1349
|
-
mail_from: ("REPLACE" | "PRESERVE")?
|
|
1350
|
-
}?,
|
|
1351
|
-
archive: {
|
|
1352
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
1353
|
-
target_archive: ::String
|
|
1354
|
-
}?,
|
|
1355
|
-
write_to_s3: {
|
|
1356
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
1357
|
-
role_arn: ::String,
|
|
1358
|
-
s3_bucket: ::String,
|
|
1359
|
-
s3_prefix: ::String?,
|
|
1360
|
-
s3_sse_kms_key_id: ::String?
|
|
1361
|
-
}?,
|
|
1362
|
-
send: {
|
|
1363
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
1364
|
-
role_arn: ::String
|
|
1365
|
-
}?,
|
|
1366
|
-
add_header: {
|
|
1367
|
-
header_name: ::String,
|
|
1368
|
-
header_value: ::String
|
|
1369
|
-
}?,
|
|
1370
|
-
replace_recipient: {
|
|
1371
|
-
replace_with: Array[::String]?
|
|
1372
|
-
}?,
|
|
1373
|
-
deliver_to_mailbox: {
|
|
1374
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
1375
|
-
mailbox_arn: ::String,
|
|
1376
|
-
role_arn: ::String
|
|
1377
|
-
}?,
|
|
1378
|
-
deliver_to_q_business: {
|
|
1379
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
1380
|
-
application_id: ::String,
|
|
1381
|
-
index_id: ::String,
|
|
1382
|
-
role_arn: ::String
|
|
1383
|
-
}?,
|
|
1384
|
-
publish_to_sns: {
|
|
1385
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
1386
|
-
topic_arn: ::String,
|
|
1387
|
-
role_arn: ::String,
|
|
1388
|
-
encoding: ("UTF-8" | "BASE64")?,
|
|
1389
|
-
payload_type: ("HEADERS" | "CONTENT")?
|
|
1390
|
-
}?,
|
|
1391
|
-
bounce: {
|
|
1392
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
1393
|
-
role_arn: ::String,
|
|
1394
|
-
sender: ::String,
|
|
1395
|
-
status_code: ::String,
|
|
1396
|
-
smtp_reply_code: ::String,
|
|
1397
|
-
diagnostic_message: ::String,
|
|
1398
|
-
message: ::String?
|
|
1399
|
-
}?,
|
|
1400
|
-
invoke_lambda: {
|
|
1401
|
-
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
1402
|
-
function_arn: ::String,
|
|
1403
|
-
invocation_type: ("EVENT" | "REQUEST_RESPONSE"),
|
|
1404
|
-
role_arn: ::String,
|
|
1405
|
-
retry_time_minutes: ::Integer?
|
|
1406
|
-
}?
|
|
1407
|
-
},
|
|
1408
|
-
]
|
|
1409
|
-
},
|
|
890
|
+
Params::rule
|
|
1410
891
|
]
|
|
1411
892
|
) -> _UpdateRuleSetResponseSuccess
|
|
1412
893
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRuleSetResponseSuccess
|
|
@@ -1419,58 +900,7 @@ module Aws
|
|
|
1419
900
|
traffic_policy_id: ::String,
|
|
1420
901
|
?traffic_policy_name: ::String,
|
|
1421
902
|
?policy_statements: Array[
|
|
1422
|
-
|
|
1423
|
-
conditions: Array[
|
|
1424
|
-
{
|
|
1425
|
-
string_expression: {
|
|
1426
|
-
evaluate: {
|
|
1427
|
-
attribute: ("RECIPIENT")?,
|
|
1428
|
-
analysis: {
|
|
1429
|
-
analyzer: ::String,
|
|
1430
|
-
result_field: ::String
|
|
1431
|
-
}?
|
|
1432
|
-
},
|
|
1433
|
-
operator: ("EQUALS" | "NOT_EQUALS" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS"),
|
|
1434
|
-
values: Array[::String]
|
|
1435
|
-
}?,
|
|
1436
|
-
ip_expression: {
|
|
1437
|
-
evaluate: {
|
|
1438
|
-
attribute: ("SENDER_IP")?
|
|
1439
|
-
},
|
|
1440
|
-
operator: ("CIDR_MATCHES" | "NOT_CIDR_MATCHES"),
|
|
1441
|
-
values: Array[::String]
|
|
1442
|
-
}?,
|
|
1443
|
-
ipv_6_expression: {
|
|
1444
|
-
evaluate: {
|
|
1445
|
-
attribute: ("SENDER_IPV6")?
|
|
1446
|
-
},
|
|
1447
|
-
operator: ("CIDR_MATCHES" | "NOT_CIDR_MATCHES"),
|
|
1448
|
-
values: Array[::String]
|
|
1449
|
-
}?,
|
|
1450
|
-
tls_expression: {
|
|
1451
|
-
evaluate: {
|
|
1452
|
-
attribute: ("TLS_PROTOCOL")?
|
|
1453
|
-
},
|
|
1454
|
-
operator: ("MINIMUM_TLS_VERSION" | "IS"),
|
|
1455
|
-
value: ("TLS1_2" | "TLS1_3")
|
|
1456
|
-
}?,
|
|
1457
|
-
boolean_expression: {
|
|
1458
|
-
evaluate: {
|
|
1459
|
-
analysis: {
|
|
1460
|
-
analyzer: ::String,
|
|
1461
|
-
result_field: ::String
|
|
1462
|
-
}?,
|
|
1463
|
-
is_in_address_list: {
|
|
1464
|
-
attribute: ("RECIPIENT"),
|
|
1465
|
-
address_lists: Array[::String]
|
|
1466
|
-
}?
|
|
1467
|
-
},
|
|
1468
|
-
operator: ("IS_TRUE" | "IS_FALSE")
|
|
1469
|
-
}?
|
|
1470
|
-
},
|
|
1471
|
-
],
|
|
1472
|
-
action: ("ALLOW" | "DENY")
|
|
1473
|
-
},
|
|
903
|
+
Params::policy_statement
|
|
1474
904
|
],
|
|
1475
905
|
?default_action: ("ALLOW" | "DENY"),
|
|
1476
906
|
?max_message_size_bytes: ::Integer
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,261 @@
|
|
|
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 MailManager
|
|
10
|
+
module Params
|
|
11
|
+
type ingress_point_configuration = {
|
|
12
|
+
smtp_password: ::String?,
|
|
13
|
+
secret_arn: ::String?,
|
|
14
|
+
tls_auth_configuration: {
|
|
15
|
+
trust_store: {
|
|
16
|
+
ca_content: ::String,
|
|
17
|
+
crl_content: ::String?,
|
|
18
|
+
kms_key_arn: ::String?
|
|
19
|
+
}?
|
|
20
|
+
}?
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
type rule = {
|
|
24
|
+
name: ::String?,
|
|
25
|
+
conditions: Array[
|
|
26
|
+
Params::rule_condition
|
|
27
|
+
]?,
|
|
28
|
+
unless: Array[
|
|
29
|
+
Params::rule_condition
|
|
30
|
+
]?,
|
|
31
|
+
actions: Array[
|
|
32
|
+
Params::rule_action
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
type rule_boolean_to_evaluate = {
|
|
37
|
+
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")?,
|
|
38
|
+
analysis: {
|
|
39
|
+
analyzer: ::String,
|
|
40
|
+
result_field: ::String
|
|
41
|
+
}?,
|
|
42
|
+
is_in_address_list: {
|
|
43
|
+
attribute: ("RECIPIENT" | "MAIL_FROM" | "SENDER" | "FROM" | "TO" | "CC"),
|
|
44
|
+
address_lists: Array[::String]
|
|
45
|
+
}?
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
type rule_boolean_expression = {
|
|
49
|
+
evaluate: Params::rule_boolean_to_evaluate,
|
|
50
|
+
operator: ("IS_TRUE" | "IS_FALSE")
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
type rule_string_to_evaluate = {
|
|
54
|
+
attribute: ("MAIL_FROM" | "HELO" | "RECIPIENT" | "SENDER" | "FROM" | "SUBJECT" | "TO" | "CC")?,
|
|
55
|
+
mime_header_attribute: ::String?,
|
|
56
|
+
analysis: {
|
|
57
|
+
analyzer: ::String,
|
|
58
|
+
result_field: ::String
|
|
59
|
+
}?,
|
|
60
|
+
client_certificate_attribute: ("CN" | "SAN_RFC822_NAME" | "SAN_DNS_NAME" | "SAN_DIRECTORY_NAME" | "SAN_UNIFORM_RESOURCE_IDENTIFIER" | "SAN_IP_ADDRESS" | "SAN_REGISTERED_ID" | "SERIAL_NUMBER")?
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
type rule_string_expression = {
|
|
64
|
+
evaluate: Params::rule_string_to_evaluate,
|
|
65
|
+
operator: ("EQUALS" | "NOT_EQUALS" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS"),
|
|
66
|
+
values: Array[::String]
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
type rule_verdict_expression = {
|
|
70
|
+
evaluate: {
|
|
71
|
+
attribute: ("SPF" | "DKIM")?,
|
|
72
|
+
analysis: {
|
|
73
|
+
analyzer: ::String,
|
|
74
|
+
result_field: ::String
|
|
75
|
+
}?
|
|
76
|
+
},
|
|
77
|
+
operator: ("EQUALS" | "NOT_EQUALS"),
|
|
78
|
+
values: Array[("PASS" | "FAIL" | "GRAY" | "PROCESSING_FAILED")]
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
type rule_condition = {
|
|
82
|
+
boolean_expression: Params::rule_boolean_expression?,
|
|
83
|
+
string_expression: Params::rule_string_expression?,
|
|
84
|
+
number_expression: {
|
|
85
|
+
evaluate: {
|
|
86
|
+
attribute: ("MESSAGE_SIZE")?
|
|
87
|
+
},
|
|
88
|
+
operator: ("EQUALS" | "NOT_EQUALS" | "LESS_THAN" | "GREATER_THAN" | "LESS_THAN_OR_EQUAL" | "GREATER_THAN_OR_EQUAL"),
|
|
89
|
+
value: ::Float
|
|
90
|
+
}?,
|
|
91
|
+
ip_expression: {
|
|
92
|
+
evaluate: {
|
|
93
|
+
attribute: ("SOURCE_IP")?
|
|
94
|
+
},
|
|
95
|
+
operator: ("CIDR_MATCHES" | "NOT_CIDR_MATCHES"),
|
|
96
|
+
values: Array[::String]
|
|
97
|
+
}?,
|
|
98
|
+
verdict_expression: Params::rule_verdict_expression?,
|
|
99
|
+
dmarc_expression: {
|
|
100
|
+
operator: ("EQUALS" | "NOT_EQUALS"),
|
|
101
|
+
values: Array[("NONE" | "QUARANTINE" | "REJECT")]
|
|
102
|
+
}?
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
type bounce_action = {
|
|
106
|
+
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
107
|
+
role_arn: ::String,
|
|
108
|
+
sender: ::String,
|
|
109
|
+
status_code: ::String,
|
|
110
|
+
smtp_reply_code: ::String,
|
|
111
|
+
diagnostic_message: ::String,
|
|
112
|
+
message: ::String?
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
type rule_action = {
|
|
116
|
+
drop: {
|
|
117
|
+
}?,
|
|
118
|
+
relay: {
|
|
119
|
+
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
120
|
+
relay: ::String,
|
|
121
|
+
mail_from: ("REPLACE" | "PRESERVE")?
|
|
122
|
+
}?,
|
|
123
|
+
archive: {
|
|
124
|
+
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
125
|
+
target_archive: ::String
|
|
126
|
+
}?,
|
|
127
|
+
write_to_s3: {
|
|
128
|
+
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
129
|
+
role_arn: ::String,
|
|
130
|
+
s3_bucket: ::String,
|
|
131
|
+
s3_prefix: ::String?,
|
|
132
|
+
s3_sse_kms_key_id: ::String?
|
|
133
|
+
}?,
|
|
134
|
+
send: {
|
|
135
|
+
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
136
|
+
role_arn: ::String
|
|
137
|
+
}?,
|
|
138
|
+
add_header: {
|
|
139
|
+
header_name: ::String,
|
|
140
|
+
header_value: ::String
|
|
141
|
+
}?,
|
|
142
|
+
replace_recipient: {
|
|
143
|
+
replace_with: Array[::String]?
|
|
144
|
+
}?,
|
|
145
|
+
deliver_to_mailbox: {
|
|
146
|
+
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
147
|
+
mailbox_arn: ::String,
|
|
148
|
+
role_arn: ::String
|
|
149
|
+
}?,
|
|
150
|
+
deliver_to_q_business: {
|
|
151
|
+
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
152
|
+
application_id: ::String,
|
|
153
|
+
index_id: ::String,
|
|
154
|
+
role_arn: ::String
|
|
155
|
+
}?,
|
|
156
|
+
publish_to_sns: {
|
|
157
|
+
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
158
|
+
topic_arn: ::String,
|
|
159
|
+
role_arn: ::String,
|
|
160
|
+
encoding: ("UTF-8" | "BASE64")?,
|
|
161
|
+
payload_type: ("HEADERS" | "CONTENT")?
|
|
162
|
+
}?,
|
|
163
|
+
bounce: Params::bounce_action?,
|
|
164
|
+
invoke_lambda: {
|
|
165
|
+
action_failure_policy: ("CONTINUE" | "DROP")?,
|
|
166
|
+
function_arn: ::String,
|
|
167
|
+
invocation_type: ("EVENT" | "REQUEST_RESPONSE"),
|
|
168
|
+
role_arn: ::String,
|
|
169
|
+
retry_time_minutes: ::Integer?
|
|
170
|
+
}?
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
type policy_statement = {
|
|
174
|
+
conditions: Array[
|
|
175
|
+
Params::policy_condition
|
|
176
|
+
],
|
|
177
|
+
action: ("ALLOW" | "DENY")
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
type ingress_string_expression = {
|
|
181
|
+
evaluate: {
|
|
182
|
+
attribute: ("RECIPIENT")?,
|
|
183
|
+
analysis: {
|
|
184
|
+
analyzer: ::String,
|
|
185
|
+
result_field: ::String
|
|
186
|
+
}?
|
|
187
|
+
},
|
|
188
|
+
operator: ("EQUALS" | "NOT_EQUALS" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS"),
|
|
189
|
+
values: Array[::String]
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
type ingress_boolean_to_evaluate = {
|
|
193
|
+
analysis: {
|
|
194
|
+
analyzer: ::String,
|
|
195
|
+
result_field: ::String
|
|
196
|
+
}?,
|
|
197
|
+
is_in_address_list: {
|
|
198
|
+
attribute: ("RECIPIENT"),
|
|
199
|
+
address_lists: Array[::String]
|
|
200
|
+
}?
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
type ingress_boolean_expression = {
|
|
204
|
+
evaluate: Params::ingress_boolean_to_evaluate,
|
|
205
|
+
operator: ("IS_TRUE" | "IS_FALSE")
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
type policy_condition = {
|
|
209
|
+
string_expression: Params::ingress_string_expression?,
|
|
210
|
+
ip_expression: {
|
|
211
|
+
evaluate: {
|
|
212
|
+
attribute: ("SENDER_IP")?
|
|
213
|
+
},
|
|
214
|
+
operator: ("CIDR_MATCHES" | "NOT_CIDR_MATCHES"),
|
|
215
|
+
values: Array[::String]
|
|
216
|
+
}?,
|
|
217
|
+
ipv_6_expression: {
|
|
218
|
+
evaluate: {
|
|
219
|
+
attribute: ("SENDER_IPV6")?
|
|
220
|
+
},
|
|
221
|
+
operator: ("CIDR_MATCHES" | "NOT_CIDR_MATCHES"),
|
|
222
|
+
values: Array[::String]
|
|
223
|
+
}?,
|
|
224
|
+
tls_expression: {
|
|
225
|
+
evaluate: {
|
|
226
|
+
attribute: ("TLS_PROTOCOL")?
|
|
227
|
+
},
|
|
228
|
+
operator: ("MINIMUM_TLS_VERSION" | "IS"),
|
|
229
|
+
value: ("TLS1_2" | "TLS1_3")
|
|
230
|
+
}?,
|
|
231
|
+
boolean_expression: Params::ingress_boolean_expression?
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
type archive_filters = {
|
|
235
|
+
include: Array[
|
|
236
|
+
Params::archive_filter_condition
|
|
237
|
+
]?,
|
|
238
|
+
unless: Array[
|
|
239
|
+
Params::archive_filter_condition
|
|
240
|
+
]?
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
type archive_filter_condition = {
|
|
244
|
+
string_expression: {
|
|
245
|
+
evaluate: {
|
|
246
|
+
attribute: ("TO" | "FROM" | "CC" | "SUBJECT" | "ENVELOPE_TO" | "ENVELOPE_FROM")?
|
|
247
|
+
},
|
|
248
|
+
operator: ("CONTAINS"),
|
|
249
|
+
values: Array[::String]
|
|
250
|
+
}?,
|
|
251
|
+
boolean_expression: {
|
|
252
|
+
evaluate: {
|
|
253
|
+
attribute: ("HAS_ATTACHMENTS")?
|
|
254
|
+
},
|
|
255
|
+
operator: ("IS_TRUE" | "IS_FALSE")
|
|
256
|
+
}?
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
end
|
|
260
|
+
end
|
|
261
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-mailmanager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.44.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
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-mailmanager/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|