aws-sdk-mailmanager 1.20.0 → 1.21.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 +7 -1
- data/lib/aws-sdk-mailmanager/client_api.rb +6 -0
- data/lib/aws-sdk-mailmanager/types.rb +44 -1
- data/lib/aws-sdk-mailmanager.rb +1 -1
- data/sig/types.rbs +6 -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: 88157e4d4ebfe89fce281637d8a444d36d1fe1bf7075bdcb304e965705aab23d
|
|
4
|
+
data.tar.gz: cb96e887b56fe49cfec859289b582d26b511ae16094cb39de1ab88729699f0b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f53de559fdcf7176ad3718d013fe640943ca8fd10e04751703f2fce458a6e2f77db80ac3ba2624befff93a8e3b03899fa17b0ee5e471f4a5cbfff1bea0801a6
|
|
7
|
+
data.tar.gz: ea33186ca25b49db54722ab38964037fc3c869001ac5c2170459378fa953c3c2cb52ab09b5ae7cfe2b89fdfb2c2f30fc034b9de6c8ccb933d1e76975f7009383
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.21.0 (2025-02-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds additional metadata fields in Mail Manager archive searches to show email source and details about emails that were archived when being sent with SES.
|
|
8
|
+
|
|
4
9
|
1.20.0 (2025-02-18)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.21.0
|
|
@@ -1655,10 +1655,15 @@ module Aws::MailManager
|
|
|
1655
1655
|
# resp.envelope.to #=> Array
|
|
1656
1656
|
# resp.envelope.to[0] #=> String
|
|
1657
1657
|
# resp.message_download_link #=> String
|
|
1658
|
+
# resp.metadata.configuration_set #=> String
|
|
1658
1659
|
# resp.metadata.ingress_point_id #=> String
|
|
1659
1660
|
# resp.metadata.rule_set_id #=> String
|
|
1660
1661
|
# resp.metadata.sender_hostname #=> String
|
|
1661
1662
|
# resp.metadata.sender_ip_address #=> String
|
|
1663
|
+
# resp.metadata.sending_method #=> String
|
|
1664
|
+
# resp.metadata.sending_pool #=> String
|
|
1665
|
+
# resp.metadata.source_arn #=> String
|
|
1666
|
+
# resp.metadata.source_identity #=> String
|
|
1662
1667
|
# resp.metadata.timestamp #=> Time
|
|
1663
1668
|
# resp.metadata.tls_cipher_suite #=> String
|
|
1664
1669
|
# resp.metadata.tls_protocol #=> String
|
|
@@ -1794,6 +1799,7 @@ module Aws::MailManager
|
|
|
1794
1799
|
# resp.rows[0].received_timestamp #=> Time
|
|
1795
1800
|
# resp.rows[0].sender_hostname #=> String
|
|
1796
1801
|
# resp.rows[0].sender_ip_address #=> String
|
|
1802
|
+
# resp.rows[0].source_arn #=> String
|
|
1797
1803
|
# resp.rows[0].subject #=> String
|
|
1798
1804
|
# resp.rows[0].to #=> String
|
|
1799
1805
|
# resp.rows[0].x_mailer #=> String
|
|
@@ -3441,7 +3447,7 @@ module Aws::MailManager
|
|
|
3441
3447
|
tracer: tracer
|
|
3442
3448
|
)
|
|
3443
3449
|
context[:gem_name] = 'aws-sdk-mailmanager'
|
|
3444
|
-
context[:gem_version] = '1.
|
|
3450
|
+
context[:gem_version] = '1.21.0'
|
|
3445
3451
|
Seahorse::Client::Request.new(handlers, context)
|
|
3446
3452
|
end
|
|
3447
3453
|
|
|
@@ -1003,10 +1003,15 @@ module Aws::MailManager
|
|
|
1003
1003
|
MessageBody.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "Text"))
|
|
1004
1004
|
MessageBody.struct_class = Types::MessageBody
|
|
1005
1005
|
|
|
1006
|
+
Metadata.add_member(:configuration_set, Shapes::ShapeRef.new(shape: String, location_name: "ConfigurationSet"))
|
|
1006
1007
|
Metadata.add_member(:ingress_point_id, Shapes::ShapeRef.new(shape: IngressPointId, location_name: "IngressPointId"))
|
|
1007
1008
|
Metadata.add_member(:rule_set_id, Shapes::ShapeRef.new(shape: RuleSetId, location_name: "RuleSetId"))
|
|
1008
1009
|
Metadata.add_member(:sender_hostname, Shapes::ShapeRef.new(shape: String, location_name: "SenderHostname"))
|
|
1009
1010
|
Metadata.add_member(:sender_ip_address, Shapes::ShapeRef.new(shape: SenderIpAddress, location_name: "SenderIpAddress"))
|
|
1011
|
+
Metadata.add_member(:sending_method, Shapes::ShapeRef.new(shape: String, location_name: "SendingMethod"))
|
|
1012
|
+
Metadata.add_member(:sending_pool, Shapes::ShapeRef.new(shape: String, location_name: "SendingPool"))
|
|
1013
|
+
Metadata.add_member(:source_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceArn"))
|
|
1014
|
+
Metadata.add_member(:source_identity, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentity"))
|
|
1010
1015
|
Metadata.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
|
|
1011
1016
|
Metadata.add_member(:tls_cipher_suite, Shapes::ShapeRef.new(shape: String, location_name: "TlsCipherSuite"))
|
|
1012
1017
|
Metadata.add_member(:tls_protocol, Shapes::ShapeRef.new(shape: String, location_name: "TlsProtocol"))
|
|
@@ -1082,6 +1087,7 @@ module Aws::MailManager
|
|
|
1082
1087
|
Row.add_member(:received_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReceivedTimestamp"))
|
|
1083
1088
|
Row.add_member(:sender_hostname, Shapes::ShapeRef.new(shape: String, location_name: "SenderHostname"))
|
|
1084
1089
|
Row.add_member(:sender_ip_address, Shapes::ShapeRef.new(shape: SenderIpAddress, location_name: "SenderIpAddress"))
|
|
1090
|
+
Row.add_member(:source_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceArn"))
|
|
1085
1091
|
Row.add_member(:subject, Shapes::ShapeRef.new(shape: String, location_name: "Subject"))
|
|
1086
1092
|
Row.add_member(:to, Shapes::ShapeRef.new(shape: String, location_name: "To"))
|
|
1087
1093
|
Row.add_member(:x_mailer, Shapes::ShapeRef.new(shape: String, location_name: "XMailer"))
|
|
@@ -2953,6 +2953,11 @@ module Aws::MailManager
|
|
|
2953
2953
|
|
|
2954
2954
|
# The metadata about the email.
|
|
2955
2955
|
#
|
|
2956
|
+
# @!attribute [rw] configuration_set
|
|
2957
|
+
# The name of the configuration set used when sent through a
|
|
2958
|
+
# configuration set with archiving enabled.
|
|
2959
|
+
# @return [String]
|
|
2960
|
+
#
|
|
2956
2961
|
# @!attribute [rw] ingress_point_id
|
|
2957
2962
|
# The ID of the ingress endpoint through which the email was received.
|
|
2958
2963
|
# @return [String]
|
|
@@ -2969,6 +2974,27 @@ module Aws::MailManager
|
|
|
2969
2974
|
# The IP address of the host from which the email was received.
|
|
2970
2975
|
# @return [String]
|
|
2971
2976
|
#
|
|
2977
|
+
# @!attribute [rw] sending_method
|
|
2978
|
+
# The name of the API call used when sent through a configuration set
|
|
2979
|
+
# with archiving enabled.
|
|
2980
|
+
# @return [String]
|
|
2981
|
+
#
|
|
2982
|
+
# @!attribute [rw] sending_pool
|
|
2983
|
+
# The name of the dedicated IP pool used when sent through a
|
|
2984
|
+
# configuration set with archiving enabled.
|
|
2985
|
+
# @return [String]
|
|
2986
|
+
#
|
|
2987
|
+
# @!attribute [rw] source_arn
|
|
2988
|
+
# Specifies the archived email source, identified by either a Rule
|
|
2989
|
+
# Set's ARN with an Archive action, or a Configuration Set's Archive
|
|
2990
|
+
# ARN.
|
|
2991
|
+
# @return [String]
|
|
2992
|
+
#
|
|
2993
|
+
# @!attribute [rw] source_identity
|
|
2994
|
+
# The identity name used to authorize the sending action when sent
|
|
2995
|
+
# through a configuration set with archiving enabled.
|
|
2996
|
+
# @return [String]
|
|
2997
|
+
#
|
|
2972
2998
|
# @!attribute [rw] timestamp
|
|
2973
2999
|
# The timestamp of when the email was received.
|
|
2974
3000
|
# @return [Time]
|
|
@@ -2991,10 +3017,15 @@ module Aws::MailManager
|
|
|
2991
3017
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/Metadata AWS API Documentation
|
|
2992
3018
|
#
|
|
2993
3019
|
class Metadata < Struct.new(
|
|
3020
|
+
:configuration_set,
|
|
2994
3021
|
:ingress_point_id,
|
|
2995
3022
|
:rule_set_id,
|
|
2996
3023
|
:sender_hostname,
|
|
2997
3024
|
:sender_ip_address,
|
|
3025
|
+
:sending_method,
|
|
3026
|
+
:sending_pool,
|
|
3027
|
+
:source_arn,
|
|
3028
|
+
:source_identity,
|
|
2998
3029
|
:timestamp,
|
|
2999
3030
|
:tls_cipher_suite,
|
|
3000
3031
|
:tls_protocol,
|
|
@@ -3276,7 +3307,18 @@ module Aws::MailManager
|
|
|
3276
3307
|
# @return [String]
|
|
3277
3308
|
#
|
|
3278
3309
|
# @!attribute [rw] sender_ip_address
|
|
3279
|
-
# The IP address of the
|
|
3310
|
+
# * Mail archived with Mail Manager: The IP address of the client that
|
|
3311
|
+
# connects to the ingress endpoint.
|
|
3312
|
+
#
|
|
3313
|
+
# * Mail sent through a configuration set with the archiving option
|
|
3314
|
+
# enabled: The IP address of the client that makes the SendEmail API
|
|
3315
|
+
# call.
|
|
3316
|
+
# @return [String]
|
|
3317
|
+
#
|
|
3318
|
+
# @!attribute [rw] source_arn
|
|
3319
|
+
# Specifies the archived email source, identified by either a Rule
|
|
3320
|
+
# Set's ARN with an Archive action, or a Configuration Set's Archive
|
|
3321
|
+
# ARN.
|
|
3280
3322
|
# @return [String]
|
|
3281
3323
|
#
|
|
3282
3324
|
# @!attribute [rw] subject
|
|
@@ -3315,6 +3357,7 @@ module Aws::MailManager
|
|
|
3315
3357
|
:received_timestamp,
|
|
3316
3358
|
:sender_hostname,
|
|
3317
3359
|
:sender_ip_address,
|
|
3360
|
+
:source_arn,
|
|
3318
3361
|
:subject,
|
|
3319
3362
|
:to,
|
|
3320
3363
|
:x_mailer,
|
data/lib/aws-sdk-mailmanager.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -918,10 +918,15 @@ module Aws::MailManager
|
|
|
918
918
|
end
|
|
919
919
|
|
|
920
920
|
class Metadata
|
|
921
|
+
attr_accessor configuration_set: ::String
|
|
921
922
|
attr_accessor ingress_point_id: ::String
|
|
922
923
|
attr_accessor rule_set_id: ::String
|
|
923
924
|
attr_accessor sender_hostname: ::String
|
|
924
925
|
attr_accessor sender_ip_address: ::String
|
|
926
|
+
attr_accessor sending_method: ::String
|
|
927
|
+
attr_accessor sending_pool: ::String
|
|
928
|
+
attr_accessor source_arn: ::String
|
|
929
|
+
attr_accessor source_identity: ::String
|
|
925
930
|
attr_accessor timestamp: ::Time
|
|
926
931
|
attr_accessor tls_cipher_suite: ::String
|
|
927
932
|
attr_accessor tls_protocol: ::String
|
|
@@ -1019,6 +1024,7 @@ module Aws::MailManager
|
|
|
1019
1024
|
attr_accessor received_timestamp: ::Time
|
|
1020
1025
|
attr_accessor sender_hostname: ::String
|
|
1021
1026
|
attr_accessor sender_ip_address: ::String
|
|
1027
|
+
attr_accessor source_arn: ::String
|
|
1022
1028
|
attr_accessor subject: ::String
|
|
1023
1029
|
attr_accessor to: ::String
|
|
1024
1030
|
attr_accessor x_mailer: ::String
|
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.21.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-02-
|
|
11
|
+
date: 2025-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|