aws-sdk-mailmanager 1.16.0 → 1.18.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 +543 -1
- data/lib/aws-sdk-mailmanager/client_api.rb +389 -0
- data/lib/aws-sdk-mailmanager/types.rb +691 -2
- data/lib/aws-sdk-mailmanager.rb +1 -1
- data/sig/client.rbs +197 -4
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +214 -1
- metadata +4 -4
data/lib/aws-sdk-mailmanager.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
@@ -110,6 +112,39 @@ module Aws
|
|
110
112
|
) -> _CreateAddonSubscriptionResponseSuccess
|
111
113
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAddonSubscriptionResponseSuccess
|
112
114
|
|
115
|
+
interface _CreateAddressListResponseSuccess
|
116
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateAddressListResponse]
|
117
|
+
def address_list_id: () -> ::String
|
118
|
+
end
|
119
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#create_address_list-instance_method
|
120
|
+
def create_address_list: (
|
121
|
+
address_list_name: ::String,
|
122
|
+
?client_token: ::String,
|
123
|
+
?tags: Array[
|
124
|
+
{
|
125
|
+
key: ::String,
|
126
|
+
value: ::String
|
127
|
+
},
|
128
|
+
]
|
129
|
+
) -> _CreateAddressListResponseSuccess
|
130
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAddressListResponseSuccess
|
131
|
+
|
132
|
+
interface _CreateAddressListImportJobResponseSuccess
|
133
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateAddressListImportJobResponse]
|
134
|
+
def job_id: () -> ::String
|
135
|
+
def pre_signed_url: () -> ::String
|
136
|
+
end
|
137
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#create_address_list_import_job-instance_method
|
138
|
+
def create_address_list_import_job: (
|
139
|
+
address_list_id: ::String,
|
140
|
+
?client_token: ::String,
|
141
|
+
import_data_format: {
|
142
|
+
import_data_type: ("CSV" | "JSON")
|
143
|
+
},
|
144
|
+
name: ::String
|
145
|
+
) -> _CreateAddressListImportJobResponseSuccess
|
146
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAddressListImportJobResponseSuccess
|
147
|
+
|
113
148
|
interface _CreateArchiveResponseSuccess
|
114
149
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateArchiveResponse]
|
115
150
|
def archive_id: () -> ::String
|
@@ -237,7 +272,11 @@ module Aws
|
|
237
272
|
{
|
238
273
|
boolean_expression: {
|
239
274
|
evaluate: {
|
240
|
-
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")
|
275
|
+
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")?,
|
276
|
+
is_in_address_list: {
|
277
|
+
address_lists: Array[::String],
|
278
|
+
attribute: ("RECIPIENT" | "MAIL_FROM" | "SENDER" | "FROM" | "TO" | "CC")
|
279
|
+
}?
|
241
280
|
},
|
242
281
|
operator: ("IS_TRUE" | "IS_FALSE")
|
243
282
|
}?,
|
@@ -285,7 +324,11 @@ module Aws
|
|
285
324
|
{
|
286
325
|
boolean_expression: {
|
287
326
|
evaluate: {
|
288
|
-
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")
|
327
|
+
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")?,
|
328
|
+
is_in_address_list: {
|
329
|
+
address_lists: Array[::String],
|
330
|
+
attribute: ("RECIPIENT" | "MAIL_FROM" | "SENDER" | "FROM" | "TO" | "CC")
|
331
|
+
}?
|
289
332
|
},
|
290
333
|
operator: ("IS_TRUE" | "IS_FALSE")
|
291
334
|
}?,
|
@@ -358,6 +401,10 @@ module Aws
|
|
358
401
|
analysis: {
|
359
402
|
analyzer: ::String,
|
360
403
|
result_field: ::String
|
404
|
+
}?,
|
405
|
+
is_in_address_list: {
|
406
|
+
address_lists: Array[::String],
|
407
|
+
attribute: ("RECIPIENT")
|
361
408
|
}?
|
362
409
|
},
|
363
410
|
operator: ("IS_TRUE" | "IS_FALSE")
|
@@ -415,6 +462,15 @@ module Aws
|
|
415
462
|
) -> _DeleteAddonSubscriptionResponseSuccess
|
416
463
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAddonSubscriptionResponseSuccess
|
417
464
|
|
465
|
+
interface _DeleteAddressListResponseSuccess
|
466
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAddressListResponse]
|
467
|
+
end
|
468
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#delete_address_list-instance_method
|
469
|
+
def delete_address_list: (
|
470
|
+
address_list_id: ::String
|
471
|
+
) -> _DeleteAddressListResponseSuccess
|
472
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAddressListResponseSuccess
|
473
|
+
|
418
474
|
interface _DeleteArchiveResponseSuccess
|
419
475
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteArchiveResponse]
|
420
476
|
end
|
@@ -460,6 +516,16 @@ module Aws
|
|
460
516
|
) -> _DeleteTrafficPolicyResponseSuccess
|
461
517
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteTrafficPolicyResponseSuccess
|
462
518
|
|
519
|
+
interface _DeregisterMemberFromAddressListResponseSuccess
|
520
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterMemberFromAddressListResponse]
|
521
|
+
end
|
522
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#deregister_member_from_address_list-instance_method
|
523
|
+
def deregister_member_from_address_list: (
|
524
|
+
address: ::String,
|
525
|
+
address_list_id: ::String
|
526
|
+
) -> _DeregisterMemberFromAddressListResponseSuccess
|
527
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterMemberFromAddressListResponseSuccess
|
528
|
+
|
463
529
|
interface _GetAddonInstanceResponseSuccess
|
464
530
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetAddonInstanceResponse]
|
465
531
|
def addon_instance_arn: () -> ::String
|
@@ -485,6 +551,40 @@ module Aws
|
|
485
551
|
) -> _GetAddonSubscriptionResponseSuccess
|
486
552
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAddonSubscriptionResponseSuccess
|
487
553
|
|
554
|
+
interface _GetAddressListResponseSuccess
|
555
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetAddressListResponse]
|
556
|
+
def address_list_arn: () -> ::String
|
557
|
+
def address_list_id: () -> ::String
|
558
|
+
def address_list_name: () -> ::String
|
559
|
+
def created_timestamp: () -> ::Time
|
560
|
+
def last_updated_timestamp: () -> ::Time
|
561
|
+
end
|
562
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#get_address_list-instance_method
|
563
|
+
def get_address_list: (
|
564
|
+
address_list_id: ::String
|
565
|
+
) -> _GetAddressListResponseSuccess
|
566
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAddressListResponseSuccess
|
567
|
+
|
568
|
+
interface _GetAddressListImportJobResponseSuccess
|
569
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetAddressListImportJobResponse]
|
570
|
+
def address_list_id: () -> ::String
|
571
|
+
def completed_timestamp: () -> ::Time
|
572
|
+
def created_timestamp: () -> ::Time
|
573
|
+
def failed_items_count: () -> ::Integer
|
574
|
+
def import_data_format: () -> Types::ImportDataFormat
|
575
|
+
def imported_items_count: () -> ::Integer
|
576
|
+
def job_id: () -> ::String
|
577
|
+
def name: () -> ::String
|
578
|
+
def pre_signed_url: () -> ::String
|
579
|
+
def start_timestamp: () -> ::Time
|
580
|
+
def status: () -> ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "STOPPED")
|
581
|
+
end
|
582
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#get_address_list_import_job-instance_method
|
583
|
+
def get_address_list_import_job: (
|
584
|
+
job_id: ::String
|
585
|
+
) -> _GetAddressListImportJobResponseSuccess
|
586
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAddressListImportJobResponseSuccess
|
587
|
+
|
488
588
|
interface _GetArchiveResponseSuccess
|
489
589
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetArchiveResponse]
|
490
590
|
def archive_arn: () -> ::String
|
@@ -585,6 +685,18 @@ module Aws
|
|
585
685
|
) -> _GetIngressPointResponseSuccess
|
586
686
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIngressPointResponseSuccess
|
587
687
|
|
688
|
+
interface _GetMemberOfAddressListResponseSuccess
|
689
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetMemberOfAddressListResponse]
|
690
|
+
def address: () -> ::String
|
691
|
+
def created_timestamp: () -> ::Time
|
692
|
+
end
|
693
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#get_member_of_address_list-instance_method
|
694
|
+
def get_member_of_address_list: (
|
695
|
+
address: ::String,
|
696
|
+
address_list_id: ::String
|
697
|
+
) -> _GetMemberOfAddressListResponseSuccess
|
698
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMemberOfAddressListResponseSuccess
|
699
|
+
|
588
700
|
interface _GetRelayResponseSuccess
|
589
701
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetRelayResponse]
|
590
702
|
def authentication: () -> Types::RelayAuthentication
|
@@ -658,6 +770,31 @@ module Aws
|
|
658
770
|
) -> _ListAddonSubscriptionsResponseSuccess
|
659
771
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAddonSubscriptionsResponseSuccess
|
660
772
|
|
773
|
+
interface _ListAddressListImportJobsResponseSuccess
|
774
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAddressListImportJobsResponse]
|
775
|
+
def import_jobs: () -> ::Array[Types::ImportJob]
|
776
|
+
def next_token: () -> ::String
|
777
|
+
end
|
778
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#list_address_list_import_jobs-instance_method
|
779
|
+
def list_address_list_import_jobs: (
|
780
|
+
address_list_id: ::String,
|
781
|
+
?next_token: ::String,
|
782
|
+
?page_size: ::Integer
|
783
|
+
) -> _ListAddressListImportJobsResponseSuccess
|
784
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAddressListImportJobsResponseSuccess
|
785
|
+
|
786
|
+
interface _ListAddressListsResponseSuccess
|
787
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListAddressListsResponse]
|
788
|
+
def address_lists: () -> ::Array[Types::AddressList]
|
789
|
+
def next_token: () -> ::String
|
790
|
+
end
|
791
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#list_address_lists-instance_method
|
792
|
+
def list_address_lists: (
|
793
|
+
?next_token: ::String,
|
794
|
+
?page_size: ::Integer
|
795
|
+
) -> _ListAddressListsResponseSuccess
|
796
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAddressListsResponseSuccess
|
797
|
+
|
661
798
|
interface _ListArchiveExportsResponseSuccess
|
662
799
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListArchiveExportsResponse]
|
663
800
|
def exports: () -> ::Array[Types::ExportSummary]
|
@@ -708,6 +845,22 @@ module Aws
|
|
708
845
|
) -> _ListIngressPointsResponseSuccess
|
709
846
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIngressPointsResponseSuccess
|
710
847
|
|
848
|
+
interface _ListMembersOfAddressListResponseSuccess
|
849
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListMembersOfAddressListResponse]
|
850
|
+
def addresses: () -> ::Array[Types::SavedAddress]
|
851
|
+
def next_token: () -> ::String
|
852
|
+
end
|
853
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#list_members_of_address_list-instance_method
|
854
|
+
def list_members_of_address_list: (
|
855
|
+
address_list_id: ::String,
|
856
|
+
?filter: {
|
857
|
+
address_prefix: ::String?
|
858
|
+
},
|
859
|
+
?next_token: ::String,
|
860
|
+
?page_size: ::Integer
|
861
|
+
) -> _ListMembersOfAddressListResponseSuccess
|
862
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMembersOfAddressListResponseSuccess
|
863
|
+
|
711
864
|
interface _ListRelaysResponseSuccess
|
712
865
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListRelaysResponse]
|
713
866
|
def next_token: () -> ::String
|
@@ -754,6 +907,25 @@ module Aws
|
|
754
907
|
) -> _ListTrafficPoliciesResponseSuccess
|
755
908
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrafficPoliciesResponseSuccess
|
756
909
|
|
910
|
+
interface _RegisterMemberToAddressListResponseSuccess
|
911
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RegisterMemberToAddressListResponse]
|
912
|
+
end
|
913
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#register_member_to_address_list-instance_method
|
914
|
+
def register_member_to_address_list: (
|
915
|
+
address: ::String,
|
916
|
+
address_list_id: ::String
|
917
|
+
) -> _RegisterMemberToAddressListResponseSuccess
|
918
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterMemberToAddressListResponseSuccess
|
919
|
+
|
920
|
+
interface _StartAddressListImportJobResponseSuccess
|
921
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartAddressListImportJobResponse]
|
922
|
+
end
|
923
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#start_address_list_import_job-instance_method
|
924
|
+
def start_address_list_import_job: (
|
925
|
+
job_id: ::String
|
926
|
+
) -> _StartAddressListImportJobResponseSuccess
|
927
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartAddressListImportJobResponseSuccess
|
928
|
+
|
757
929
|
interface _StartArchiveExportResponseSuccess
|
758
930
|
include ::Seahorse::Client::_ResponseSuccess[Types::StartArchiveExportResponse]
|
759
931
|
def export_id: () -> ::String
|
@@ -858,6 +1030,15 @@ module Aws
|
|
858
1030
|
) -> _StartArchiveSearchResponseSuccess
|
859
1031
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartArchiveSearchResponseSuccess
|
860
1032
|
|
1033
|
+
interface _StopAddressListImportJobResponseSuccess
|
1034
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StopAddressListImportJobResponse]
|
1035
|
+
end
|
1036
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MailManager/Client.html#stop_address_list_import_job-instance_method
|
1037
|
+
def stop_address_list_import_job: (
|
1038
|
+
job_id: ::String
|
1039
|
+
) -> _StopAddressListImportJobResponseSuccess
|
1040
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopAddressListImportJobResponseSuccess
|
1041
|
+
|
861
1042
|
interface _StopArchiveExportResponseSuccess
|
862
1043
|
include ::Seahorse::Client::_ResponseSuccess[Types::StopArchiveExportResponse]
|
863
1044
|
end
|
@@ -1005,7 +1186,11 @@ module Aws
|
|
1005
1186
|
{
|
1006
1187
|
boolean_expression: {
|
1007
1188
|
evaluate: {
|
1008
|
-
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")
|
1189
|
+
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")?,
|
1190
|
+
is_in_address_list: {
|
1191
|
+
address_lists: Array[::String],
|
1192
|
+
attribute: ("RECIPIENT" | "MAIL_FROM" | "SENDER" | "FROM" | "TO" | "CC")
|
1193
|
+
}?
|
1009
1194
|
},
|
1010
1195
|
operator: ("IS_TRUE" | "IS_FALSE")
|
1011
1196
|
}?,
|
@@ -1053,7 +1238,11 @@ module Aws
|
|
1053
1238
|
{
|
1054
1239
|
boolean_expression: {
|
1055
1240
|
evaluate: {
|
1056
|
-
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")
|
1241
|
+
attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")?,
|
1242
|
+
is_in_address_list: {
|
1243
|
+
address_lists: Array[::String],
|
1244
|
+
attribute: ("RECIPIENT" | "MAIL_FROM" | "SENDER" | "FROM" | "TO" | "CC")
|
1245
|
+
}?
|
1057
1246
|
},
|
1058
1247
|
operator: ("IS_TRUE" | "IS_FALSE")
|
1059
1248
|
}?,
|
@@ -1118,6 +1307,10 @@ module Aws
|
|
1118
1307
|
analysis: {
|
1119
1308
|
analyzer: ::String,
|
1120
1309
|
result_field: ::String
|
1310
|
+
}?,
|
1311
|
+
is_in_address_list: {
|
1312
|
+
address_lists: Array[::String],
|
1313
|
+
attribute: ("RECIPIENT")
|
1121
1314
|
}?
|
1122
1315
|
},
|
1123
1316
|
operator: ("IS_TRUE" | "IS_FALSE")
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/types.rbs
CHANGED
@@ -36,6 +36,20 @@ module Aws::MailManager
|
|
36
36
|
SENSITIVE: []
|
37
37
|
end
|
38
38
|
|
39
|
+
class AddressFilter
|
40
|
+
attr_accessor address_prefix: ::String
|
41
|
+
SENSITIVE: [:address_prefix]
|
42
|
+
end
|
43
|
+
|
44
|
+
class AddressList
|
45
|
+
attr_accessor address_list_arn: ::String
|
46
|
+
attr_accessor address_list_id: ::String
|
47
|
+
attr_accessor address_list_name: ::String
|
48
|
+
attr_accessor created_timestamp: ::Time
|
49
|
+
attr_accessor last_updated_timestamp: ::Time
|
50
|
+
SENSITIVE: []
|
51
|
+
end
|
52
|
+
|
39
53
|
class Analysis
|
40
54
|
attr_accessor analyzer: ::String
|
41
55
|
attr_accessor result_field: ::String
|
@@ -151,6 +165,32 @@ module Aws::MailManager
|
|
151
165
|
SENSITIVE: []
|
152
166
|
end
|
153
167
|
|
168
|
+
class CreateAddressListImportJobRequest
|
169
|
+
attr_accessor address_list_id: ::String
|
170
|
+
attr_accessor client_token: ::String
|
171
|
+
attr_accessor import_data_format: Types::ImportDataFormat
|
172
|
+
attr_accessor name: ::String
|
173
|
+
SENSITIVE: []
|
174
|
+
end
|
175
|
+
|
176
|
+
class CreateAddressListImportJobResponse
|
177
|
+
attr_accessor job_id: ::String
|
178
|
+
attr_accessor pre_signed_url: ::String
|
179
|
+
SENSITIVE: [:pre_signed_url]
|
180
|
+
end
|
181
|
+
|
182
|
+
class CreateAddressListRequest
|
183
|
+
attr_accessor address_list_name: ::String
|
184
|
+
attr_accessor client_token: ::String
|
185
|
+
attr_accessor tags: ::Array[Types::Tag]
|
186
|
+
SENSITIVE: []
|
187
|
+
end
|
188
|
+
|
189
|
+
class CreateAddressListResponse
|
190
|
+
attr_accessor address_list_id: ::String
|
191
|
+
SENSITIVE: []
|
192
|
+
end
|
193
|
+
|
154
194
|
class CreateArchiveRequest
|
155
195
|
attr_accessor archive_name: ::String
|
156
196
|
attr_accessor client_token: ::String
|
@@ -240,6 +280,14 @@ module Aws::MailManager
|
|
240
280
|
class DeleteAddonSubscriptionResponse < Aws::EmptyStructure
|
241
281
|
end
|
242
282
|
|
283
|
+
class DeleteAddressListRequest
|
284
|
+
attr_accessor address_list_id: ::String
|
285
|
+
SENSITIVE: []
|
286
|
+
end
|
287
|
+
|
288
|
+
class DeleteAddressListResponse < Aws::EmptyStructure
|
289
|
+
end
|
290
|
+
|
243
291
|
class DeleteArchiveRequest
|
244
292
|
attr_accessor archive_id: ::String
|
245
293
|
SENSITIVE: []
|
@@ -295,6 +343,15 @@ module Aws::MailManager
|
|
295
343
|
SENSITIVE: []
|
296
344
|
end
|
297
345
|
|
346
|
+
class DeregisterMemberFromAddressListRequest
|
347
|
+
attr_accessor address: ::String
|
348
|
+
attr_accessor address_list_id: ::String
|
349
|
+
SENSITIVE: [:address]
|
350
|
+
end
|
351
|
+
|
352
|
+
class DeregisterMemberFromAddressListResponse < Aws::EmptyStructure
|
353
|
+
end
|
354
|
+
|
298
355
|
class DropAction < Aws::EmptyStructure
|
299
356
|
end
|
300
357
|
|
@@ -355,6 +412,41 @@ module Aws::MailManager
|
|
355
412
|
SENSITIVE: []
|
356
413
|
end
|
357
414
|
|
415
|
+
class GetAddressListImportJobRequest
|
416
|
+
attr_accessor job_id: ::String
|
417
|
+
SENSITIVE: []
|
418
|
+
end
|
419
|
+
|
420
|
+
class GetAddressListImportJobResponse
|
421
|
+
attr_accessor address_list_id: ::String
|
422
|
+
attr_accessor completed_timestamp: ::Time
|
423
|
+
attr_accessor created_timestamp: ::Time
|
424
|
+
attr_accessor error: ::String
|
425
|
+
attr_accessor failed_items_count: ::Integer
|
426
|
+
attr_accessor import_data_format: Types::ImportDataFormat
|
427
|
+
attr_accessor imported_items_count: ::Integer
|
428
|
+
attr_accessor job_id: ::String
|
429
|
+
attr_accessor name: ::String
|
430
|
+
attr_accessor pre_signed_url: ::String
|
431
|
+
attr_accessor start_timestamp: ::Time
|
432
|
+
attr_accessor status: ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "STOPPED")
|
433
|
+
SENSITIVE: [:pre_signed_url]
|
434
|
+
end
|
435
|
+
|
436
|
+
class GetAddressListRequest
|
437
|
+
attr_accessor address_list_id: ::String
|
438
|
+
SENSITIVE: []
|
439
|
+
end
|
440
|
+
|
441
|
+
class GetAddressListResponse
|
442
|
+
attr_accessor address_list_arn: ::String
|
443
|
+
attr_accessor address_list_id: ::String
|
444
|
+
attr_accessor address_list_name: ::String
|
445
|
+
attr_accessor created_timestamp: ::Time
|
446
|
+
attr_accessor last_updated_timestamp: ::Time
|
447
|
+
SENSITIVE: []
|
448
|
+
end
|
449
|
+
|
358
450
|
class GetArchiveExportRequest
|
359
451
|
attr_accessor export_id: ::String
|
360
452
|
SENSITIVE: []
|
@@ -455,6 +547,18 @@ module Aws::MailManager
|
|
455
547
|
SENSITIVE: []
|
456
548
|
end
|
457
549
|
|
550
|
+
class GetMemberOfAddressListRequest
|
551
|
+
attr_accessor address: ::String
|
552
|
+
attr_accessor address_list_id: ::String
|
553
|
+
SENSITIVE: [:address]
|
554
|
+
end
|
555
|
+
|
556
|
+
class GetMemberOfAddressListResponse
|
557
|
+
attr_accessor address: ::String
|
558
|
+
attr_accessor created_timestamp: ::Time
|
559
|
+
SENSITIVE: [:address]
|
560
|
+
end
|
561
|
+
|
458
562
|
class GetRelayRequest
|
459
563
|
attr_accessor relay_id: ::String
|
460
564
|
SENSITIVE: []
|
@@ -504,6 +608,27 @@ module Aws::MailManager
|
|
504
608
|
SENSITIVE: []
|
505
609
|
end
|
506
610
|
|
611
|
+
class ImportDataFormat
|
612
|
+
attr_accessor import_data_type: ("CSV" | "JSON")
|
613
|
+
SENSITIVE: []
|
614
|
+
end
|
615
|
+
|
616
|
+
class ImportJob
|
617
|
+
attr_accessor address_list_id: ::String
|
618
|
+
attr_accessor completed_timestamp: ::Time
|
619
|
+
attr_accessor created_timestamp: ::Time
|
620
|
+
attr_accessor error: ::String
|
621
|
+
attr_accessor failed_items_count: ::Integer
|
622
|
+
attr_accessor import_data_format: Types::ImportDataFormat
|
623
|
+
attr_accessor imported_items_count: ::Integer
|
624
|
+
attr_accessor job_id: ::String
|
625
|
+
attr_accessor name: ::String
|
626
|
+
attr_accessor pre_signed_url: ::String
|
627
|
+
attr_accessor start_timestamp: ::Time
|
628
|
+
attr_accessor status: ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "STOPPED")
|
629
|
+
SENSITIVE: [:pre_signed_url]
|
630
|
+
end
|
631
|
+
|
507
632
|
class IngressAnalysis
|
508
633
|
attr_accessor analyzer: ::String
|
509
634
|
attr_accessor result_field: ::String
|
@@ -518,11 +643,14 @@ module Aws::MailManager
|
|
518
643
|
|
519
644
|
class IngressBooleanToEvaluate
|
520
645
|
attr_accessor analysis: Types::IngressAnalysis
|
646
|
+
attr_accessor is_in_address_list: Types::IngressIsInAddressList
|
521
647
|
attr_accessor unknown: untyped
|
522
648
|
SENSITIVE: []
|
523
649
|
|
524
650
|
class Analysis < IngressBooleanToEvaluate
|
525
651
|
end
|
652
|
+
class IsInAddressList < IngressBooleanToEvaluate
|
653
|
+
end
|
526
654
|
class Unknown < IngressBooleanToEvaluate
|
527
655
|
end
|
528
656
|
end
|
@@ -545,6 +673,12 @@ module Aws::MailManager
|
|
545
673
|
SENSITIVE: []
|
546
674
|
end
|
547
675
|
|
676
|
+
class IngressIsInAddressList
|
677
|
+
attr_accessor address_lists: ::Array[::String]
|
678
|
+
attr_accessor attribute: ("RECIPIENT")
|
679
|
+
SENSITIVE: []
|
680
|
+
end
|
681
|
+
|
548
682
|
class IngressPoint
|
549
683
|
attr_accessor a_record: ::String
|
550
684
|
attr_accessor ingress_point_id: ::String
|
@@ -641,6 +775,31 @@ module Aws::MailManager
|
|
641
775
|
SENSITIVE: []
|
642
776
|
end
|
643
777
|
|
778
|
+
class ListAddressListImportJobsRequest
|
779
|
+
attr_accessor address_list_id: ::String
|
780
|
+
attr_accessor next_token: ::String
|
781
|
+
attr_accessor page_size: ::Integer
|
782
|
+
SENSITIVE: []
|
783
|
+
end
|
784
|
+
|
785
|
+
class ListAddressListImportJobsResponse
|
786
|
+
attr_accessor import_jobs: ::Array[Types::ImportJob]
|
787
|
+
attr_accessor next_token: ::String
|
788
|
+
SENSITIVE: []
|
789
|
+
end
|
790
|
+
|
791
|
+
class ListAddressListsRequest
|
792
|
+
attr_accessor next_token: ::String
|
793
|
+
attr_accessor page_size: ::Integer
|
794
|
+
SENSITIVE: []
|
795
|
+
end
|
796
|
+
|
797
|
+
class ListAddressListsResponse
|
798
|
+
attr_accessor address_lists: ::Array[Types::AddressList]
|
799
|
+
attr_accessor next_token: ::String
|
800
|
+
SENSITIVE: []
|
801
|
+
end
|
802
|
+
|
644
803
|
class ListArchiveExportsRequest
|
645
804
|
attr_accessor archive_id: ::String
|
646
805
|
attr_accessor next_token: ::String
|
@@ -691,6 +850,20 @@ module Aws::MailManager
|
|
691
850
|
SENSITIVE: []
|
692
851
|
end
|
693
852
|
|
853
|
+
class ListMembersOfAddressListRequest
|
854
|
+
attr_accessor address_list_id: ::String
|
855
|
+
attr_accessor filter: Types::AddressFilter
|
856
|
+
attr_accessor next_token: ::String
|
857
|
+
attr_accessor page_size: ::Integer
|
858
|
+
SENSITIVE: []
|
859
|
+
end
|
860
|
+
|
861
|
+
class ListMembersOfAddressListResponse
|
862
|
+
attr_accessor addresses: ::Array[Types::SavedAddress]
|
863
|
+
attr_accessor next_token: ::String
|
864
|
+
SENSITIVE: []
|
865
|
+
end
|
866
|
+
|
694
867
|
class ListRelaysRequest
|
695
868
|
attr_accessor next_token: ::String
|
696
869
|
attr_accessor page_size: ::Integer
|
@@ -785,6 +958,15 @@ module Aws::MailManager
|
|
785
958
|
SENSITIVE: []
|
786
959
|
end
|
787
960
|
|
961
|
+
class RegisterMemberToAddressListRequest
|
962
|
+
attr_accessor address: ::String
|
963
|
+
attr_accessor address_list_id: ::String
|
964
|
+
SENSITIVE: [:address]
|
965
|
+
end
|
966
|
+
|
967
|
+
class RegisterMemberToAddressListResponse < Aws::EmptyStructure
|
968
|
+
end
|
969
|
+
|
788
970
|
class Relay
|
789
971
|
attr_accessor last_modified_timestamp: ::Time
|
790
972
|
attr_accessor relay_id: ::String
|
@@ -896,11 +1078,14 @@ module Aws::MailManager
|
|
896
1078
|
|
897
1079
|
class RuleBooleanToEvaluate
|
898
1080
|
attr_accessor attribute: ("READ_RECEIPT_REQUESTED" | "TLS" | "TLS_WRAPPED")
|
1081
|
+
attr_accessor is_in_address_list: Types::RuleIsInAddressList
|
899
1082
|
attr_accessor unknown: untyped
|
900
1083
|
SENSITIVE: []
|
901
1084
|
|
902
1085
|
class Attribute < RuleBooleanToEvaluate
|
903
1086
|
end
|
1087
|
+
class IsInAddressList < RuleBooleanToEvaluate
|
1088
|
+
end
|
904
1089
|
class Unknown < RuleBooleanToEvaluate
|
905
1090
|
end
|
906
1091
|
end
|
@@ -955,6 +1140,12 @@ module Aws::MailManager
|
|
955
1140
|
end
|
956
1141
|
end
|
957
1142
|
|
1143
|
+
class RuleIsInAddressList
|
1144
|
+
attr_accessor address_lists: ::Array[::String]
|
1145
|
+
attr_accessor attribute: ("RECIPIENT" | "MAIL_FROM" | "SENDER" | "FROM" | "TO" | "CC")
|
1146
|
+
SENSITIVE: []
|
1147
|
+
end
|
1148
|
+
|
958
1149
|
class RuleNumberExpression
|
959
1150
|
attr_accessor evaluate: Types::RuleNumberToEvaluate
|
960
1151
|
attr_accessor operator: ("EQUALS" | "NOT_EQUALS" | "LESS_THAN" | "GREATER_THAN" | "LESS_THAN_OR_EQUAL" | "GREATER_THAN_OR_EQUAL")
|
@@ -1036,6 +1227,12 @@ module Aws::MailManager
|
|
1036
1227
|
SENSITIVE: []
|
1037
1228
|
end
|
1038
1229
|
|
1230
|
+
class SavedAddress
|
1231
|
+
attr_accessor address: ::String
|
1232
|
+
attr_accessor created_timestamp: ::Time
|
1233
|
+
SENSITIVE: [:address]
|
1234
|
+
end
|
1235
|
+
|
1039
1236
|
class SearchStatus
|
1040
1237
|
attr_accessor completion_timestamp: ::Time
|
1041
1238
|
attr_accessor error_message: ::String
|
@@ -1061,6 +1258,14 @@ module Aws::MailManager
|
|
1061
1258
|
SENSITIVE: []
|
1062
1259
|
end
|
1063
1260
|
|
1261
|
+
class StartAddressListImportJobRequest
|
1262
|
+
attr_accessor job_id: ::String
|
1263
|
+
SENSITIVE: []
|
1264
|
+
end
|
1265
|
+
|
1266
|
+
class StartAddressListImportJobResponse < Aws::EmptyStructure
|
1267
|
+
end
|
1268
|
+
|
1064
1269
|
class StartArchiveExportRequest
|
1065
1270
|
attr_accessor archive_id: ::String
|
1066
1271
|
attr_accessor export_destination_configuration: Types::ExportDestinationConfiguration
|
@@ -1091,6 +1296,14 @@ module Aws::MailManager
|
|
1091
1296
|
SENSITIVE: []
|
1092
1297
|
end
|
1093
1298
|
|
1299
|
+
class StopAddressListImportJobRequest
|
1300
|
+
attr_accessor job_id: ::String
|
1301
|
+
SENSITIVE: []
|
1302
|
+
end
|
1303
|
+
|
1304
|
+
class StopAddressListImportJobResponse < Aws::EmptyStructure
|
1305
|
+
end
|
1306
|
+
|
1094
1307
|
class StopArchiveExportRequest
|
1095
1308
|
attr_accessor export_id: ::String
|
1096
1309
|
SENSITIVE: []
|
@@ -1110,7 +1323,7 @@ module Aws::MailManager
|
|
1110
1323
|
class Tag
|
1111
1324
|
attr_accessor key: ::String
|
1112
1325
|
attr_accessor value: ::String
|
1113
|
-
SENSITIVE: [
|
1326
|
+
SENSITIVE: []
|
1114
1327
|
end
|
1115
1328
|
|
1116
1329
|
class TagResourceRequest
|