aws-sdk-mailmanager 1.21.0 → 1.22.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mailmanager/client.rb +51 -1
- data/lib/aws-sdk-mailmanager/client_api.rb +6 -0
- data/lib/aws-sdk-mailmanager/types.rb +21 -0
- data/lib/aws-sdk-mailmanager.rb +1 -1
- data/sig/client.rbs +40 -0
- data/sig/types.rbs +9 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11663b377dc2310408f591deab3e2f9dbaa09024104d558d07a1ec032c01334d
|
4
|
+
data.tar.gz: a2566a7bd0c46aefafb52d5d2e39ca23587b6247fdf618f86c35a4a4c694dd63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a67f4885d75b320d293e054a99e463b01263b336014785b1a722a28bb2ed95f6d15c0814af4217b655e7e17e42588fa1e6562f5e277172e755be7be34571977
|
7
|
+
data.tar.gz: 6f6f9d7e181f841c5c7933d5bdad7310598ddf7003fcbbd3f0a23516a7e8e5bc2309bd2eeb36c3586dc32afe3e6ba7e6d103af3e253e1975924bc2f9acdfcff2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.22.0 (2025-03-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon SES Mail Manager. Extended rule string and boolean expressions to support analysis in condition evaluation. Extended ingress point string expression to support analysis in condition evaluation
|
8
|
+
|
4
9
|
1.21.0 (2025-02-19)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.22.0
|
@@ -944,6 +944,10 @@ module Aws::MailManager
|
|
944
944
|
# {
|
945
945
|
# boolean_expression: {
|
946
946
|
# evaluate: { # required
|
947
|
+
# analysis: {
|
948
|
+
# analyzer: "AnalyzerArn", # required
|
949
|
+
# result_field: "ResultField", # required
|
950
|
+
# },
|
947
951
|
# attribute: "READ_RECEIPT_REQUESTED", # accepts READ_RECEIPT_REQUESTED, TLS, TLS_WRAPPED
|
948
952
|
# is_in_address_list: {
|
949
953
|
# address_lists: ["AddressListArn"], # required
|
@@ -972,6 +976,10 @@ module Aws::MailManager
|
|
972
976
|
# },
|
973
977
|
# string_expression: {
|
974
978
|
# evaluate: { # required
|
979
|
+
# analysis: {
|
980
|
+
# analyzer: "AnalyzerArn", # required
|
981
|
+
# result_field: "ResultField", # required
|
982
|
+
# },
|
975
983
|
# attribute: "MAIL_FROM", # accepts MAIL_FROM, HELO, RECIPIENT, SENDER, FROM, SUBJECT, TO, CC
|
976
984
|
# mime_header_attribute: "MimeHeaderAttribute",
|
977
985
|
# },
|
@@ -996,6 +1004,10 @@ module Aws::MailManager
|
|
996
1004
|
# {
|
997
1005
|
# boolean_expression: {
|
998
1006
|
# evaluate: { # required
|
1007
|
+
# analysis: {
|
1008
|
+
# analyzer: "AnalyzerArn", # required
|
1009
|
+
# result_field: "ResultField", # required
|
1010
|
+
# },
|
999
1011
|
# attribute: "READ_RECEIPT_REQUESTED", # accepts READ_RECEIPT_REQUESTED, TLS, TLS_WRAPPED
|
1000
1012
|
# is_in_address_list: {
|
1001
1013
|
# address_lists: ["AddressListArn"], # required
|
@@ -1024,6 +1036,10 @@ module Aws::MailManager
|
|
1024
1036
|
# },
|
1025
1037
|
# string_expression: {
|
1026
1038
|
# evaluate: { # required
|
1039
|
+
# analysis: {
|
1040
|
+
# analyzer: "AnalyzerArn", # required
|
1041
|
+
# result_field: "ResultField", # required
|
1042
|
+
# },
|
1027
1043
|
# attribute: "MAIL_FROM", # accepts MAIL_FROM, HELO, RECIPIENT, SENDER, FROM, SUBJECT, TO, CC
|
1028
1044
|
# mime_header_attribute: "MimeHeaderAttribute",
|
1029
1045
|
# },
|
@@ -1132,6 +1148,10 @@ module Aws::MailManager
|
|
1132
1148
|
# },
|
1133
1149
|
# string_expression: {
|
1134
1150
|
# evaluate: { # required
|
1151
|
+
# analysis: {
|
1152
|
+
# analyzer: "AnalyzerArn", # required
|
1153
|
+
# result_field: "ResultField", # required
|
1154
|
+
# },
|
1135
1155
|
# attribute: "RECIPIENT", # accepts RECIPIENT
|
1136
1156
|
# },
|
1137
1157
|
# operator: "EQUALS", # required, accepts EQUALS, NOT_EQUALS, STARTS_WITH, ENDS_WITH, CONTAINS
|
@@ -1996,6 +2016,8 @@ module Aws::MailManager
|
|
1996
2016
|
# resp.rules[0].actions[0].write_to_s3.s3_prefix #=> String
|
1997
2017
|
# resp.rules[0].actions[0].write_to_s3.s3_sse_kms_key_id #=> String
|
1998
2018
|
# resp.rules[0].conditions #=> Array
|
2019
|
+
# resp.rules[0].conditions[0].boolean_expression.evaluate.analysis.analyzer #=> String
|
2020
|
+
# resp.rules[0].conditions[0].boolean_expression.evaluate.analysis.result_field #=> String
|
1999
2021
|
# resp.rules[0].conditions[0].boolean_expression.evaluate.attribute #=> String, one of "READ_RECEIPT_REQUESTED", "TLS", "TLS_WRAPPED"
|
2000
2022
|
# resp.rules[0].conditions[0].boolean_expression.evaluate.is_in_address_list.address_lists #=> Array
|
2001
2023
|
# resp.rules[0].conditions[0].boolean_expression.evaluate.is_in_address_list.address_lists[0] #=> String
|
@@ -2011,6 +2033,8 @@ module Aws::MailManager
|
|
2011
2033
|
# resp.rules[0].conditions[0].number_expression.evaluate.attribute #=> String, one of "MESSAGE_SIZE"
|
2012
2034
|
# resp.rules[0].conditions[0].number_expression.operator #=> String, one of "EQUALS", "NOT_EQUALS", "LESS_THAN", "GREATER_THAN", "LESS_THAN_OR_EQUAL", "GREATER_THAN_OR_EQUAL"
|
2013
2035
|
# resp.rules[0].conditions[0].number_expression.value #=> Float
|
2036
|
+
# resp.rules[0].conditions[0].string_expression.evaluate.analysis.analyzer #=> String
|
2037
|
+
# resp.rules[0].conditions[0].string_expression.evaluate.analysis.result_field #=> String
|
2014
2038
|
# resp.rules[0].conditions[0].string_expression.evaluate.attribute #=> String, one of "MAIL_FROM", "HELO", "RECIPIENT", "SENDER", "FROM", "SUBJECT", "TO", "CC"
|
2015
2039
|
# resp.rules[0].conditions[0].string_expression.evaluate.mime_header_attribute #=> String
|
2016
2040
|
# resp.rules[0].conditions[0].string_expression.operator #=> String, one of "EQUALS", "NOT_EQUALS", "STARTS_WITH", "ENDS_WITH", "CONTAINS"
|
@@ -2024,6 +2048,8 @@ module Aws::MailManager
|
|
2024
2048
|
# resp.rules[0].conditions[0].verdict_expression.values[0] #=> String, one of "PASS", "FAIL", "GRAY", "PROCESSING_FAILED"
|
2025
2049
|
# resp.rules[0].name #=> String
|
2026
2050
|
# resp.rules[0].unless #=> Array
|
2051
|
+
# resp.rules[0].unless[0].boolean_expression.evaluate.analysis.analyzer #=> String
|
2052
|
+
# resp.rules[0].unless[0].boolean_expression.evaluate.analysis.result_field #=> String
|
2027
2053
|
# resp.rules[0].unless[0].boolean_expression.evaluate.attribute #=> String, one of "READ_RECEIPT_REQUESTED", "TLS", "TLS_WRAPPED"
|
2028
2054
|
# resp.rules[0].unless[0].boolean_expression.evaluate.is_in_address_list.address_lists #=> Array
|
2029
2055
|
# resp.rules[0].unless[0].boolean_expression.evaluate.is_in_address_list.address_lists[0] #=> String
|
@@ -2039,6 +2065,8 @@ module Aws::MailManager
|
|
2039
2065
|
# resp.rules[0].unless[0].number_expression.evaluate.attribute #=> String, one of "MESSAGE_SIZE"
|
2040
2066
|
# resp.rules[0].unless[0].number_expression.operator #=> String, one of "EQUALS", "NOT_EQUALS", "LESS_THAN", "GREATER_THAN", "LESS_THAN_OR_EQUAL", "GREATER_THAN_OR_EQUAL"
|
2041
2067
|
# resp.rules[0].unless[0].number_expression.value #=> Float
|
2068
|
+
# resp.rules[0].unless[0].string_expression.evaluate.analysis.analyzer #=> String
|
2069
|
+
# resp.rules[0].unless[0].string_expression.evaluate.analysis.result_field #=> String
|
2042
2070
|
# resp.rules[0].unless[0].string_expression.evaluate.attribute #=> String, one of "MAIL_FROM", "HELO", "RECIPIENT", "SENDER", "FROM", "SUBJECT", "TO", "CC"
|
2043
2071
|
# resp.rules[0].unless[0].string_expression.evaluate.mime_header_attribute #=> String
|
2044
2072
|
# resp.rules[0].unless[0].string_expression.operator #=> String, one of "EQUALS", "NOT_EQUALS", "STARTS_WITH", "ENDS_WITH", "CONTAINS"
|
@@ -2101,6 +2129,8 @@ module Aws::MailManager
|
|
2101
2129
|
# resp.policy_statements[0].conditions[0].ip_expression.operator #=> String, one of "CIDR_MATCHES", "NOT_CIDR_MATCHES"
|
2102
2130
|
# resp.policy_statements[0].conditions[0].ip_expression.values #=> Array
|
2103
2131
|
# resp.policy_statements[0].conditions[0].ip_expression.values[0] #=> String
|
2132
|
+
# resp.policy_statements[0].conditions[0].string_expression.evaluate.analysis.analyzer #=> String
|
2133
|
+
# resp.policy_statements[0].conditions[0].string_expression.evaluate.analysis.result_field #=> String
|
2104
2134
|
# resp.policy_statements[0].conditions[0].string_expression.evaluate.attribute #=> String, one of "RECIPIENT"
|
2105
2135
|
# resp.policy_statements[0].conditions[0].string_expression.operator #=> String, one of "EQUALS", "NOT_EQUALS", "STARTS_WITH", "ENDS_WITH", "CONTAINS"
|
2106
2136
|
# resp.policy_statements[0].conditions[0].string_expression.values #=> Array
|
@@ -3234,6 +3264,10 @@ module Aws::MailManager
|
|
3234
3264
|
# {
|
3235
3265
|
# boolean_expression: {
|
3236
3266
|
# evaluate: { # required
|
3267
|
+
# analysis: {
|
3268
|
+
# analyzer: "AnalyzerArn", # required
|
3269
|
+
# result_field: "ResultField", # required
|
3270
|
+
# },
|
3237
3271
|
# attribute: "READ_RECEIPT_REQUESTED", # accepts READ_RECEIPT_REQUESTED, TLS, TLS_WRAPPED
|
3238
3272
|
# is_in_address_list: {
|
3239
3273
|
# address_lists: ["AddressListArn"], # required
|
@@ -3262,6 +3296,10 @@ module Aws::MailManager
|
|
3262
3296
|
# },
|
3263
3297
|
# string_expression: {
|
3264
3298
|
# evaluate: { # required
|
3299
|
+
# analysis: {
|
3300
|
+
# analyzer: "AnalyzerArn", # required
|
3301
|
+
# result_field: "ResultField", # required
|
3302
|
+
# },
|
3265
3303
|
# attribute: "MAIL_FROM", # accepts MAIL_FROM, HELO, RECIPIENT, SENDER, FROM, SUBJECT, TO, CC
|
3266
3304
|
# mime_header_attribute: "MimeHeaderAttribute",
|
3267
3305
|
# },
|
@@ -3286,6 +3324,10 @@ module Aws::MailManager
|
|
3286
3324
|
# {
|
3287
3325
|
# boolean_expression: {
|
3288
3326
|
# evaluate: { # required
|
3327
|
+
# analysis: {
|
3328
|
+
# analyzer: "AnalyzerArn", # required
|
3329
|
+
# result_field: "ResultField", # required
|
3330
|
+
# },
|
3289
3331
|
# attribute: "READ_RECEIPT_REQUESTED", # accepts READ_RECEIPT_REQUESTED, TLS, TLS_WRAPPED
|
3290
3332
|
# is_in_address_list: {
|
3291
3333
|
# address_lists: ["AddressListArn"], # required
|
@@ -3314,6 +3356,10 @@ module Aws::MailManager
|
|
3314
3356
|
# },
|
3315
3357
|
# string_expression: {
|
3316
3358
|
# evaluate: { # required
|
3359
|
+
# analysis: {
|
3360
|
+
# analyzer: "AnalyzerArn", # required
|
3361
|
+
# result_field: "ResultField", # required
|
3362
|
+
# },
|
3317
3363
|
# attribute: "MAIL_FROM", # accepts MAIL_FROM, HELO, RECIPIENT, SENDER, FROM, SUBJECT, TO, CC
|
3318
3364
|
# mime_header_attribute: "MimeHeaderAttribute",
|
3319
3365
|
# },
|
@@ -3400,6 +3446,10 @@ module Aws::MailManager
|
|
3400
3446
|
# },
|
3401
3447
|
# string_expression: {
|
3402
3448
|
# evaluate: { # required
|
3449
|
+
# analysis: {
|
3450
|
+
# analyzer: "AnalyzerArn", # required
|
3451
|
+
# result_field: "ResultField", # required
|
3452
|
+
# },
|
3403
3453
|
# attribute: "RECIPIENT", # accepts RECIPIENT
|
3404
3454
|
# },
|
3405
3455
|
# operator: "EQUALS", # required, accepts EQUALS, NOT_EQUALS, STARTS_WITH, ENDS_WITH, CONTAINS
|
@@ -3447,7 +3497,7 @@ module Aws::MailManager
|
|
3447
3497
|
tracer: tracer
|
3448
3498
|
)
|
3449
3499
|
context[:gem_name] = 'aws-sdk-mailmanager'
|
3450
|
-
context[:gem_version] = '1.
|
3500
|
+
context[:gem_version] = '1.22.0'
|
3451
3501
|
Seahorse::Client::Request.new(handlers, context)
|
3452
3502
|
end
|
3453
3503
|
|
@@ -872,8 +872,10 @@ module Aws::MailManager
|
|
872
872
|
IngressStringExpression.add_member(:values, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "Values"))
|
873
873
|
IngressStringExpression.struct_class = Types::IngressStringExpression
|
874
874
|
|
875
|
+
IngressStringToEvaluate.add_member(:analysis, Shapes::ShapeRef.new(shape: IngressAnalysis, location_name: "Analysis"))
|
875
876
|
IngressStringToEvaluate.add_member(:attribute, Shapes::ShapeRef.new(shape: IngressStringEmailAttribute, location_name: "Attribute"))
|
876
877
|
IngressStringToEvaluate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
878
|
+
IngressStringToEvaluate.add_member_subclass(:analysis, Types::IngressStringToEvaluate::Analysis)
|
877
879
|
IngressStringToEvaluate.add_member_subclass(:attribute, Types::IngressStringToEvaluate::Attribute)
|
878
880
|
IngressStringToEvaluate.add_member_subclass(:unknown, Types::IngressStringToEvaluate::Unknown)
|
879
881
|
IngressStringToEvaluate.struct_class = Types::IngressStringToEvaluate
|
@@ -1133,9 +1135,11 @@ module Aws::MailManager
|
|
1133
1135
|
RuleBooleanExpression.add_member(:operator, Shapes::ShapeRef.new(shape: RuleBooleanOperator, required: true, location_name: "Operator"))
|
1134
1136
|
RuleBooleanExpression.struct_class = Types::RuleBooleanExpression
|
1135
1137
|
|
1138
|
+
RuleBooleanToEvaluate.add_member(:analysis, Shapes::ShapeRef.new(shape: Analysis, location_name: "Analysis"))
|
1136
1139
|
RuleBooleanToEvaluate.add_member(:attribute, Shapes::ShapeRef.new(shape: RuleBooleanEmailAttribute, location_name: "Attribute"))
|
1137
1140
|
RuleBooleanToEvaluate.add_member(:is_in_address_list, Shapes::ShapeRef.new(shape: RuleIsInAddressList, location_name: "IsInAddressList"))
|
1138
1141
|
RuleBooleanToEvaluate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1142
|
+
RuleBooleanToEvaluate.add_member_subclass(:analysis, Types::RuleBooleanToEvaluate::Analysis)
|
1139
1143
|
RuleBooleanToEvaluate.add_member_subclass(:attribute, Types::RuleBooleanToEvaluate::Attribute)
|
1140
1144
|
RuleBooleanToEvaluate.add_member_subclass(:is_in_address_list, Types::RuleBooleanToEvaluate::IsInAddressList)
|
1141
1145
|
RuleBooleanToEvaluate.add_member_subclass(:unknown, Types::RuleBooleanToEvaluate::Unknown)
|
@@ -1207,9 +1211,11 @@ module Aws::MailManager
|
|
1207
1211
|
|
1208
1212
|
RuleStringList.member = Shapes::ShapeRef.new(shape: RuleStringValue)
|
1209
1213
|
|
1214
|
+
RuleStringToEvaluate.add_member(:analysis, Shapes::ShapeRef.new(shape: Analysis, location_name: "Analysis"))
|
1210
1215
|
RuleStringToEvaluate.add_member(:attribute, Shapes::ShapeRef.new(shape: RuleStringEmailAttribute, location_name: "Attribute"))
|
1211
1216
|
RuleStringToEvaluate.add_member(:mime_header_attribute, Shapes::ShapeRef.new(shape: MimeHeaderAttribute, location_name: "MimeHeaderAttribute"))
|
1212
1217
|
RuleStringToEvaluate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1218
|
+
RuleStringToEvaluate.add_member_subclass(:analysis, Types::RuleStringToEvaluate::Analysis)
|
1213
1219
|
RuleStringToEvaluate.add_member_subclass(:attribute, Types::RuleStringToEvaluate::Attribute)
|
1214
1220
|
RuleStringToEvaluate.add_member_subclass(:mime_header_attribute, Types::RuleStringToEvaluate::MimeHeaderAttribute)
|
1215
1221
|
RuleStringToEvaluate.add_member_subclass(:unknown, Types::RuleStringToEvaluate::Unknown)
|
@@ -2330,6 +2330,11 @@ module Aws::MailManager
|
|
2330
2330
|
#
|
2331
2331
|
# @note IngressStringToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of IngressStringToEvaluate corresponding to the set member.
|
2332
2332
|
#
|
2333
|
+
# @!attribute [rw] analysis
|
2334
|
+
# The structure type for a string condition stating the Add On ARN and
|
2335
|
+
# its returned value.
|
2336
|
+
# @return [Types::IngressAnalysis]
|
2337
|
+
#
|
2333
2338
|
# @!attribute [rw] attribute
|
2334
2339
|
# The enum type representing the allowed attribute types for a string
|
2335
2340
|
# condition.
|
@@ -2338,12 +2343,14 @@ module Aws::MailManager
|
|
2338
2343
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/IngressStringToEvaluate AWS API Documentation
|
2339
2344
|
#
|
2340
2345
|
class IngressStringToEvaluate < Struct.new(
|
2346
|
+
:analysis,
|
2341
2347
|
:attribute,
|
2342
2348
|
:unknown)
|
2343
2349
|
SENSITIVE = []
|
2344
2350
|
include Aws::Structure
|
2345
2351
|
include Aws::Structure::Union
|
2346
2352
|
|
2353
|
+
class Analysis < IngressStringToEvaluate; end
|
2347
2354
|
class Attribute < IngressStringToEvaluate; end
|
2348
2355
|
class Unknown < IngressStringToEvaluate; end
|
2349
2356
|
end
|
@@ -3509,6 +3516,11 @@ module Aws::MailManager
|
|
3509
3516
|
#
|
3510
3517
|
# @note RuleBooleanToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of RuleBooleanToEvaluate corresponding to the set member.
|
3511
3518
|
#
|
3519
|
+
# @!attribute [rw] analysis
|
3520
|
+
# The Add On ARN and its returned value to evaluate in a boolean
|
3521
|
+
# condition expression.
|
3522
|
+
# @return [Types::Analysis]
|
3523
|
+
#
|
3512
3524
|
# @!attribute [rw] attribute
|
3513
3525
|
# The boolean type representing the allowed attribute types for an
|
3514
3526
|
# email.
|
@@ -3522,6 +3534,7 @@ module Aws::MailManager
|
|
3522
3534
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/RuleBooleanToEvaluate AWS API Documentation
|
3523
3535
|
#
|
3524
3536
|
class RuleBooleanToEvaluate < Struct.new(
|
3537
|
+
:analysis,
|
3525
3538
|
:attribute,
|
3526
3539
|
:is_in_address_list,
|
3527
3540
|
:unknown)
|
@@ -3529,6 +3542,7 @@ module Aws::MailManager
|
|
3529
3542
|
include Aws::Structure
|
3530
3543
|
include Aws::Structure::Union
|
3531
3544
|
|
3545
|
+
class Analysis < RuleBooleanToEvaluate; end
|
3532
3546
|
class Attribute < RuleBooleanToEvaluate; end
|
3533
3547
|
class IsInAddressList < RuleBooleanToEvaluate; end
|
3534
3548
|
class Unknown < RuleBooleanToEvaluate; end
|
@@ -3801,6 +3815,11 @@ module Aws::MailManager
|
|
3801
3815
|
#
|
3802
3816
|
# @note RuleStringToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of RuleStringToEvaluate corresponding to the set member.
|
3803
3817
|
#
|
3818
|
+
# @!attribute [rw] analysis
|
3819
|
+
# The Add On ARN and its returned value to evaluate in a string
|
3820
|
+
# condition expression.
|
3821
|
+
# @return [Types::Analysis]
|
3822
|
+
#
|
3804
3823
|
# @!attribute [rw] attribute
|
3805
3824
|
# The email attribute to evaluate in a string condition expression.
|
3806
3825
|
# @return [String]
|
@@ -3813,6 +3832,7 @@ module Aws::MailManager
|
|
3813
3832
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/RuleStringToEvaluate AWS API Documentation
|
3814
3833
|
#
|
3815
3834
|
class RuleStringToEvaluate < Struct.new(
|
3835
|
+
:analysis,
|
3816
3836
|
:attribute,
|
3817
3837
|
:mime_header_attribute,
|
3818
3838
|
:unknown)
|
@@ -3820,6 +3840,7 @@ module Aws::MailManager
|
|
3820
3840
|
include Aws::Structure
|
3821
3841
|
include Aws::Structure::Union
|
3822
3842
|
|
3843
|
+
class Analysis < RuleStringToEvaluate; end
|
3823
3844
|
class Attribute < RuleStringToEvaluate; end
|
3824
3845
|
class MimeHeaderAttribute < RuleStringToEvaluate; end
|
3825
3846
|
class Unknown < RuleStringToEvaluate; end
|
data/lib/aws-sdk-mailmanager.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -272,6 +272,10 @@ module Aws
|
|
272
272
|
{
|
273
273
|
boolean_expression: {
|
274
274
|
evaluate: {
|
275
|
+
analysis: {
|
276
|
+
analyzer: ::String,
|
277
|
+
result_field: ::String
|
278
|
+
}?,
|
275
279
|
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")?,
|
276
280
|
is_in_address_list: {
|
277
281
|
address_lists: Array[::String],
|
@@ -300,6 +304,10 @@ module Aws
|
|
300
304
|
}?,
|
301
305
|
string_expression: {
|
302
306
|
evaluate: {
|
307
|
+
analysis: {
|
308
|
+
analyzer: ::String,
|
309
|
+
result_field: ::String
|
310
|
+
}?,
|
303
311
|
attribute: ("MAIL_FROM" | "HELO" | "RECIPIENT" | "SENDER" | "FROM" | "SUBJECT" | "TO" | "CC")?,
|
304
312
|
mime_header_attribute: ::String?
|
305
313
|
},
|
@@ -324,6 +332,10 @@ module Aws
|
|
324
332
|
{
|
325
333
|
boolean_expression: {
|
326
334
|
evaluate: {
|
335
|
+
analysis: {
|
336
|
+
analyzer: ::String,
|
337
|
+
result_field: ::String
|
338
|
+
}?,
|
327
339
|
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")?,
|
328
340
|
is_in_address_list: {
|
329
341
|
address_lists: Array[::String],
|
@@ -352,6 +364,10 @@ module Aws
|
|
352
364
|
}?,
|
353
365
|
string_expression: {
|
354
366
|
evaluate: {
|
367
|
+
analysis: {
|
368
|
+
analyzer: ::String,
|
369
|
+
result_field: ::String
|
370
|
+
}?,
|
355
371
|
attribute: ("MAIL_FROM" | "HELO" | "RECIPIENT" | "SENDER" | "FROM" | "SUBJECT" | "TO" | "CC")?,
|
356
372
|
mime_header_attribute: ::String?
|
357
373
|
},
|
@@ -418,6 +434,10 @@ module Aws
|
|
418
434
|
}?,
|
419
435
|
string_expression: {
|
420
436
|
evaluate: {
|
437
|
+
analysis: {
|
438
|
+
analyzer: ::String,
|
439
|
+
result_field: ::String
|
440
|
+
}?,
|
421
441
|
attribute: ("RECIPIENT")?
|
422
442
|
},
|
423
443
|
operator: ("EQUALS" | "NOT_EQUALS" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS"),
|
@@ -1186,6 +1206,10 @@ module Aws
|
|
1186
1206
|
{
|
1187
1207
|
boolean_expression: {
|
1188
1208
|
evaluate: {
|
1209
|
+
analysis: {
|
1210
|
+
analyzer: ::String,
|
1211
|
+
result_field: ::String
|
1212
|
+
}?,
|
1189
1213
|
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")?,
|
1190
1214
|
is_in_address_list: {
|
1191
1215
|
address_lists: Array[::String],
|
@@ -1214,6 +1238,10 @@ module Aws
|
|
1214
1238
|
}?,
|
1215
1239
|
string_expression: {
|
1216
1240
|
evaluate: {
|
1241
|
+
analysis: {
|
1242
|
+
analyzer: ::String,
|
1243
|
+
result_field: ::String
|
1244
|
+
}?,
|
1217
1245
|
attribute: ("MAIL_FROM" | "HELO" | "RECIPIENT" | "SENDER" | "FROM" | "SUBJECT" | "TO" | "CC")?,
|
1218
1246
|
mime_header_attribute: ::String?
|
1219
1247
|
},
|
@@ -1238,6 +1266,10 @@ module Aws
|
|
1238
1266
|
{
|
1239
1267
|
boolean_expression: {
|
1240
1268
|
evaluate: {
|
1269
|
+
analysis: {
|
1270
|
+
analyzer: ::String,
|
1271
|
+
result_field: ::String
|
1272
|
+
}?,
|
1241
1273
|
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")?,
|
1242
1274
|
is_in_address_list: {
|
1243
1275
|
address_lists: Array[::String],
|
@@ -1266,6 +1298,10 @@ module Aws
|
|
1266
1298
|
}?,
|
1267
1299
|
string_expression: {
|
1268
1300
|
evaluate: {
|
1301
|
+
analysis: {
|
1302
|
+
analyzer: ::String,
|
1303
|
+
result_field: ::String
|
1304
|
+
}?,
|
1269
1305
|
attribute: ("MAIL_FROM" | "HELO" | "RECIPIENT" | "SENDER" | "FROM" | "SUBJECT" | "TO" | "CC")?,
|
1270
1306
|
mime_header_attribute: ::String?
|
1271
1307
|
},
|
@@ -1324,6 +1360,10 @@ module Aws
|
|
1324
1360
|
}?,
|
1325
1361
|
string_expression: {
|
1326
1362
|
evaluate: {
|
1363
|
+
analysis: {
|
1364
|
+
analyzer: ::String,
|
1365
|
+
result_field: ::String
|
1366
|
+
}?,
|
1327
1367
|
attribute: ("RECIPIENT")?
|
1328
1368
|
},
|
1329
1369
|
operator: ("EQUALS" | "NOT_EQUALS" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS"),
|
data/sig/types.rbs
CHANGED
@@ -723,10 +723,13 @@ module Aws::MailManager
|
|
723
723
|
end
|
724
724
|
|
725
725
|
class IngressStringToEvaluate
|
726
|
+
attr_accessor analysis: Types::IngressAnalysis
|
726
727
|
attr_accessor attribute: ("RECIPIENT")
|
727
728
|
attr_accessor unknown: untyped
|
728
729
|
SENSITIVE: []
|
729
730
|
|
731
|
+
class Analysis < IngressStringToEvaluate
|
732
|
+
end
|
730
733
|
class Attribute < IngressStringToEvaluate
|
731
734
|
end
|
732
735
|
class Unknown < IngressStringToEvaluate
|
@@ -1083,11 +1086,14 @@ module Aws::MailManager
|
|
1083
1086
|
end
|
1084
1087
|
|
1085
1088
|
class RuleBooleanToEvaluate
|
1089
|
+
attr_accessor analysis: Types::Analysis
|
1086
1090
|
attr_accessor attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")
|
1087
1091
|
attr_accessor is_in_address_list: Types::RuleIsInAddressList
|
1088
1092
|
attr_accessor unknown: untyped
|
1089
1093
|
SENSITIVE: []
|
1090
1094
|
|
1095
|
+
class Analysis < RuleBooleanToEvaluate
|
1096
|
+
end
|
1091
1097
|
class Attribute < RuleBooleanToEvaluate
|
1092
1098
|
end
|
1093
1099
|
class IsInAddressList < RuleBooleanToEvaluate
|
@@ -1185,11 +1191,14 @@ module Aws::MailManager
|
|
1185
1191
|
end
|
1186
1192
|
|
1187
1193
|
class RuleStringToEvaluate
|
1194
|
+
attr_accessor analysis: Types::Analysis
|
1188
1195
|
attr_accessor attribute: ("MAIL_FROM" | "HELO" | "RECIPIENT" | "SENDER" | "FROM" | "SUBJECT" | "TO" | "CC")
|
1189
1196
|
attr_accessor mime_header_attribute: ::String
|
1190
1197
|
attr_accessor unknown: untyped
|
1191
1198
|
SENSITIVE: []
|
1192
1199
|
|
1200
|
+
class Analysis < RuleStringToEvaluate
|
1201
|
+
end
|
1193
1202
|
class Attribute < RuleStringToEvaluate
|
1194
1203
|
end
|
1195
1204
|
class MimeHeaderAttribute < RuleStringToEvaluate
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|