aws-sdk-mailmanager 1.17.0 → 1.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mailmanager/client.rb +520 -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 +195 -4
- data/sig/types.rbs +214 -1
- metadata +2 -2
@@ -27,6 +27,15 @@ module Aws::MailManager
|
|
27
27
|
AddonSubscriptionArn = Shapes::StringShape.new(name: 'AddonSubscriptionArn')
|
28
28
|
AddonSubscriptionId = Shapes::StringShape.new(name: 'AddonSubscriptionId')
|
29
29
|
AddonSubscriptions = Shapes::ListShape.new(name: 'AddonSubscriptions')
|
30
|
+
Address = Shapes::StringShape.new(name: 'Address')
|
31
|
+
AddressFilter = Shapes::StructureShape.new(name: 'AddressFilter')
|
32
|
+
AddressList = Shapes::StructureShape.new(name: 'AddressList')
|
33
|
+
AddressListArn = Shapes::StringShape.new(name: 'AddressListArn')
|
34
|
+
AddressListId = Shapes::StringShape.new(name: 'AddressListId')
|
35
|
+
AddressListName = Shapes::StringShape.new(name: 'AddressListName')
|
36
|
+
AddressLists = Shapes::ListShape.new(name: 'AddressLists')
|
37
|
+
AddressPageSize = Shapes::IntegerShape.new(name: 'AddressPageSize')
|
38
|
+
AddressPrefix = Shapes::StringShape.new(name: 'AddressPrefix')
|
30
39
|
Analysis = Shapes::StructureShape.new(name: 'Analysis')
|
31
40
|
AnalyzerArn = Shapes::StringShape.new(name: 'AnalyzerArn')
|
32
41
|
Archive = Shapes::StructureShape.new(name: 'Archive')
|
@@ -56,6 +65,10 @@ module Aws::MailManager
|
|
56
65
|
CreateAddonInstanceResponse = Shapes::StructureShape.new(name: 'CreateAddonInstanceResponse')
|
57
66
|
CreateAddonSubscriptionRequest = Shapes::StructureShape.new(name: 'CreateAddonSubscriptionRequest')
|
58
67
|
CreateAddonSubscriptionResponse = Shapes::StructureShape.new(name: 'CreateAddonSubscriptionResponse')
|
68
|
+
CreateAddressListImportJobRequest = Shapes::StructureShape.new(name: 'CreateAddressListImportJobRequest')
|
69
|
+
CreateAddressListImportJobResponse = Shapes::StructureShape.new(name: 'CreateAddressListImportJobResponse')
|
70
|
+
CreateAddressListRequest = Shapes::StructureShape.new(name: 'CreateAddressListRequest')
|
71
|
+
CreateAddressListResponse = Shapes::StructureShape.new(name: 'CreateAddressListResponse')
|
59
72
|
CreateArchiveRequest = Shapes::StructureShape.new(name: 'CreateArchiveRequest')
|
60
73
|
CreateArchiveResponse = Shapes::StructureShape.new(name: 'CreateArchiveResponse')
|
61
74
|
CreateIngressPointRequest = Shapes::StructureShape.new(name: 'CreateIngressPointRequest')
|
@@ -70,6 +83,8 @@ module Aws::MailManager
|
|
70
83
|
DeleteAddonInstanceResponse = Shapes::StructureShape.new(name: 'DeleteAddonInstanceResponse')
|
71
84
|
DeleteAddonSubscriptionRequest = Shapes::StructureShape.new(name: 'DeleteAddonSubscriptionRequest')
|
72
85
|
DeleteAddonSubscriptionResponse = Shapes::StructureShape.new(name: 'DeleteAddonSubscriptionResponse')
|
86
|
+
DeleteAddressListRequest = Shapes::StructureShape.new(name: 'DeleteAddressListRequest')
|
87
|
+
DeleteAddressListResponse = Shapes::StructureShape.new(name: 'DeleteAddressListResponse')
|
73
88
|
DeleteArchiveRequest = Shapes::StructureShape.new(name: 'DeleteArchiveRequest')
|
74
89
|
DeleteArchiveResponse = Shapes::StructureShape.new(name: 'DeleteArchiveResponse')
|
75
90
|
DeleteIngressPointRequest = Shapes::StructureShape.new(name: 'DeleteIngressPointRequest')
|
@@ -82,6 +97,8 @@ module Aws::MailManager
|
|
82
97
|
DeleteTrafficPolicyResponse = Shapes::StructureShape.new(name: 'DeleteTrafficPolicyResponse')
|
83
98
|
DeliverToMailboxAction = Shapes::StructureShape.new(name: 'DeliverToMailboxAction')
|
84
99
|
DeliverToQBusinessAction = Shapes::StructureShape.new(name: 'DeliverToQBusinessAction')
|
100
|
+
DeregisterMemberFromAddressListRequest = Shapes::StructureShape.new(name: 'DeregisterMemberFromAddressListRequest')
|
101
|
+
DeregisterMemberFromAddressListResponse = Shapes::StructureShape.new(name: 'DeregisterMemberFromAddressListResponse')
|
85
102
|
Double = Shapes::FloatShape.new(name: 'Double')
|
86
103
|
DropAction = Shapes::StructureShape.new(name: 'DropAction')
|
87
104
|
EmailAddress = Shapes::StringShape.new(name: 'EmailAddress')
|
@@ -99,6 +116,10 @@ module Aws::MailManager
|
|
99
116
|
GetAddonInstanceResponse = Shapes::StructureShape.new(name: 'GetAddonInstanceResponse')
|
100
117
|
GetAddonSubscriptionRequest = Shapes::StructureShape.new(name: 'GetAddonSubscriptionRequest')
|
101
118
|
GetAddonSubscriptionResponse = Shapes::StructureShape.new(name: 'GetAddonSubscriptionResponse')
|
119
|
+
GetAddressListImportJobRequest = Shapes::StructureShape.new(name: 'GetAddressListImportJobRequest')
|
120
|
+
GetAddressListImportJobResponse = Shapes::StructureShape.new(name: 'GetAddressListImportJobResponse')
|
121
|
+
GetAddressListRequest = Shapes::StructureShape.new(name: 'GetAddressListRequest')
|
122
|
+
GetAddressListResponse = Shapes::StructureShape.new(name: 'GetAddressListResponse')
|
102
123
|
GetArchiveExportRequest = Shapes::StructureShape.new(name: 'GetArchiveExportRequest')
|
103
124
|
GetArchiveExportResponse = Shapes::StructureShape.new(name: 'GetArchiveExportResponse')
|
104
125
|
GetArchiveMessageContentRequest = Shapes::StructureShape.new(name: 'GetArchiveMessageContentRequest')
|
@@ -113,6 +134,8 @@ module Aws::MailManager
|
|
113
134
|
GetArchiveSearchResultsResponse = Shapes::StructureShape.new(name: 'GetArchiveSearchResultsResponse')
|
114
135
|
GetIngressPointRequest = Shapes::StructureShape.new(name: 'GetIngressPointRequest')
|
115
136
|
GetIngressPointResponse = Shapes::StructureShape.new(name: 'GetIngressPointResponse')
|
137
|
+
GetMemberOfAddressListRequest = Shapes::StructureShape.new(name: 'GetMemberOfAddressListRequest')
|
138
|
+
GetMemberOfAddressListResponse = Shapes::StructureShape.new(name: 'GetMemberOfAddressListResponse')
|
116
139
|
GetRelayRequest = Shapes::StructureShape.new(name: 'GetRelayRequest')
|
117
140
|
GetRelayResponse = Shapes::StructureShape.new(name: 'GetRelayResponse')
|
118
141
|
GetRuleSetRequest = Shapes::StructureShape.new(name: 'GetRuleSetRequest')
|
@@ -124,6 +147,13 @@ module Aws::MailManager
|
|
124
147
|
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
125
148
|
IdOrArn = Shapes::StringShape.new(name: 'IdOrArn')
|
126
149
|
IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
|
150
|
+
ImportDataFormat = Shapes::StructureShape.new(name: 'ImportDataFormat')
|
151
|
+
ImportDataType = Shapes::StringShape.new(name: 'ImportDataType')
|
152
|
+
ImportJob = Shapes::StructureShape.new(name: 'ImportJob')
|
153
|
+
ImportJobStatus = Shapes::StringShape.new(name: 'ImportJobStatus')
|
154
|
+
ImportJobs = Shapes::ListShape.new(name: 'ImportJobs')
|
155
|
+
IngressAddressListArnList = Shapes::ListShape.new(name: 'IngressAddressListArnList')
|
156
|
+
IngressAddressListEmailAttribute = Shapes::StringShape.new(name: 'IngressAddressListEmailAttribute')
|
127
157
|
IngressAnalysis = Shapes::StructureShape.new(name: 'IngressAnalysis')
|
128
158
|
IngressBooleanExpression = Shapes::StructureShape.new(name: 'IngressBooleanExpression')
|
129
159
|
IngressBooleanOperator = Shapes::StringShape.new(name: 'IngressBooleanOperator')
|
@@ -132,6 +162,7 @@ module Aws::MailManager
|
|
132
162
|
IngressIpToEvaluate = Shapes::UnionShape.new(name: 'IngressIpToEvaluate')
|
133
163
|
IngressIpv4Attribute = Shapes::StringShape.new(name: 'IngressIpv4Attribute')
|
134
164
|
IngressIpv4Expression = Shapes::StructureShape.new(name: 'IngressIpv4Expression')
|
165
|
+
IngressIsInAddressList = Shapes::StructureShape.new(name: 'IngressIsInAddressList')
|
135
166
|
IngressPoint = Shapes::StructureShape.new(name: 'IngressPoint')
|
136
167
|
IngressPointARecord = Shapes::StringShape.new(name: 'IngressPointARecord')
|
137
168
|
IngressPointArn = Shapes::StringShape.new(name: 'IngressPointArn')
|
@@ -156,12 +187,19 @@ module Aws::MailManager
|
|
156
187
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
157
188
|
Ipv4Cidr = Shapes::StringShape.new(name: 'Ipv4Cidr')
|
158
189
|
Ipv4Cidrs = Shapes::ListShape.new(name: 'Ipv4Cidrs')
|
190
|
+
JobId = Shapes::StringShape.new(name: 'JobId')
|
191
|
+
JobItemsCount = Shapes::IntegerShape.new(name: 'JobItemsCount')
|
192
|
+
JobName = Shapes::StringShape.new(name: 'JobName')
|
159
193
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
160
194
|
KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
|
161
195
|
ListAddonInstancesRequest = Shapes::StructureShape.new(name: 'ListAddonInstancesRequest')
|
162
196
|
ListAddonInstancesResponse = Shapes::StructureShape.new(name: 'ListAddonInstancesResponse')
|
163
197
|
ListAddonSubscriptionsRequest = Shapes::StructureShape.new(name: 'ListAddonSubscriptionsRequest')
|
164
198
|
ListAddonSubscriptionsResponse = Shapes::StructureShape.new(name: 'ListAddonSubscriptionsResponse')
|
199
|
+
ListAddressListImportJobsRequest = Shapes::StructureShape.new(name: 'ListAddressListImportJobsRequest')
|
200
|
+
ListAddressListImportJobsResponse = Shapes::StructureShape.new(name: 'ListAddressListImportJobsResponse')
|
201
|
+
ListAddressListsRequest = Shapes::StructureShape.new(name: 'ListAddressListsRequest')
|
202
|
+
ListAddressListsResponse = Shapes::StructureShape.new(name: 'ListAddressListsResponse')
|
165
203
|
ListArchiveExportsRequest = Shapes::StructureShape.new(name: 'ListArchiveExportsRequest')
|
166
204
|
ListArchiveExportsResponse = Shapes::StructureShape.new(name: 'ListArchiveExportsResponse')
|
167
205
|
ListArchiveSearchesRequest = Shapes::StructureShape.new(name: 'ListArchiveSearchesRequest')
|
@@ -170,6 +208,8 @@ module Aws::MailManager
|
|
170
208
|
ListArchivesResponse = Shapes::StructureShape.new(name: 'ListArchivesResponse')
|
171
209
|
ListIngressPointsRequest = Shapes::StructureShape.new(name: 'ListIngressPointsRequest')
|
172
210
|
ListIngressPointsResponse = Shapes::StructureShape.new(name: 'ListIngressPointsResponse')
|
211
|
+
ListMembersOfAddressListRequest = Shapes::StructureShape.new(name: 'ListMembersOfAddressListRequest')
|
212
|
+
ListMembersOfAddressListResponse = Shapes::StructureShape.new(name: 'ListMembersOfAddressListResponse')
|
173
213
|
ListRelaysRequest = Shapes::StructureShape.new(name: 'ListRelaysRequest')
|
174
214
|
ListRelaysResponse = Shapes::StructureShape.new(name: 'ListRelaysResponse')
|
175
215
|
ListRuleSetsRequest = Shapes::StructureShape.new(name: 'ListRuleSetsRequest')
|
@@ -191,9 +231,12 @@ module Aws::MailManager
|
|
191
231
|
PolicyConditions = Shapes::ListShape.new(name: 'PolicyConditions')
|
192
232
|
PolicyStatement = Shapes::StructureShape.new(name: 'PolicyStatement')
|
193
233
|
PolicyStatementList = Shapes::ListShape.new(name: 'PolicyStatementList')
|
234
|
+
PreSignedUrl = Shapes::StringShape.new(name: 'PreSignedUrl')
|
194
235
|
QBusinessApplicationId = Shapes::StringShape.new(name: 'QBusinessApplicationId')
|
195
236
|
QBusinessIndexId = Shapes::StringShape.new(name: 'QBusinessIndexId')
|
196
237
|
Recipients = Shapes::ListShape.new(name: 'Recipients')
|
238
|
+
RegisterMemberToAddressListRequest = Shapes::StructureShape.new(name: 'RegisterMemberToAddressListRequest')
|
239
|
+
RegisterMemberToAddressListResponse = Shapes::StructureShape.new(name: 'RegisterMemberToAddressListResponse')
|
197
240
|
Relay = Shapes::StructureShape.new(name: 'Relay')
|
198
241
|
RelayAction = Shapes::StructureShape.new(name: 'RelayAction')
|
199
242
|
RelayArn = Shapes::StringShape.new(name: 'RelayArn')
|
@@ -212,6 +255,8 @@ module Aws::MailManager
|
|
212
255
|
Rule = Shapes::StructureShape.new(name: 'Rule')
|
213
256
|
RuleAction = Shapes::UnionShape.new(name: 'RuleAction')
|
214
257
|
RuleActions = Shapes::ListShape.new(name: 'RuleActions')
|
258
|
+
RuleAddressListArnList = Shapes::ListShape.new(name: 'RuleAddressListArnList')
|
259
|
+
RuleAddressListEmailAttribute = Shapes::StringShape.new(name: 'RuleAddressListEmailAttribute')
|
215
260
|
RuleBooleanEmailAttribute = Shapes::StringShape.new(name: 'RuleBooleanEmailAttribute')
|
216
261
|
RuleBooleanExpression = Shapes::StructureShape.new(name: 'RuleBooleanExpression')
|
217
262
|
RuleBooleanOperator = Shapes::StringShape.new(name: 'RuleBooleanOperator')
|
@@ -228,6 +273,7 @@ module Aws::MailManager
|
|
228
273
|
RuleIpStringValue = Shapes::StringShape.new(name: 'RuleIpStringValue')
|
229
274
|
RuleIpToEvaluate = Shapes::UnionShape.new(name: 'RuleIpToEvaluate')
|
230
275
|
RuleIpValueList = Shapes::ListShape.new(name: 'RuleIpValueList')
|
276
|
+
RuleIsInAddressList = Shapes::StructureShape.new(name: 'RuleIsInAddressList')
|
231
277
|
RuleName = Shapes::StringShape.new(name: 'RuleName')
|
232
278
|
RuleNumberEmailAttribute = Shapes::StringShape.new(name: 'RuleNumberEmailAttribute')
|
233
279
|
RuleNumberExpression = Shapes::StructureShape.new(name: 'RuleNumberExpression')
|
@@ -257,6 +303,8 @@ module Aws::MailManager
|
|
257
303
|
S3Location = Shapes::StringShape.new(name: 'S3Location')
|
258
304
|
S3Prefix = Shapes::StringShape.new(name: 'S3Prefix')
|
259
305
|
S3PresignedURL = Shapes::StringShape.new(name: 'S3PresignedURL')
|
306
|
+
SavedAddress = Shapes::StructureShape.new(name: 'SavedAddress')
|
307
|
+
SavedAddresses = Shapes::ListShape.new(name: 'SavedAddresses')
|
260
308
|
SearchId = Shapes::StringShape.new(name: 'SearchId')
|
261
309
|
SearchMaxResults = Shapes::IntegerShape.new(name: 'SearchMaxResults')
|
262
310
|
SearchState = Shapes::StringShape.new(name: 'SearchState')
|
@@ -268,10 +316,14 @@ module Aws::MailManager
|
|
268
316
|
SenderIpAddress = Shapes::StringShape.new(name: 'SenderIpAddress')
|
269
317
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
270
318
|
SmtpPassword = Shapes::StringShape.new(name: 'SmtpPassword')
|
319
|
+
StartAddressListImportJobRequest = Shapes::StructureShape.new(name: 'StartAddressListImportJobRequest')
|
320
|
+
StartAddressListImportJobResponse = Shapes::StructureShape.new(name: 'StartAddressListImportJobResponse')
|
271
321
|
StartArchiveExportRequest = Shapes::StructureShape.new(name: 'StartArchiveExportRequest')
|
272
322
|
StartArchiveExportResponse = Shapes::StructureShape.new(name: 'StartArchiveExportResponse')
|
273
323
|
StartArchiveSearchRequest = Shapes::StructureShape.new(name: 'StartArchiveSearchRequest')
|
274
324
|
StartArchiveSearchResponse = Shapes::StructureShape.new(name: 'StartArchiveSearchResponse')
|
325
|
+
StopAddressListImportJobRequest = Shapes::StructureShape.new(name: 'StopAddressListImportJobRequest')
|
326
|
+
StopAddressListImportJobResponse = Shapes::StructureShape.new(name: 'StopAddressListImportJobResponse')
|
275
327
|
StopArchiveExportRequest = Shapes::StructureShape.new(name: 'StopArchiveExportRequest')
|
276
328
|
StopArchiveExportResponse = Shapes::StructureShape.new(name: 'StopArchiveExportResponse')
|
277
329
|
StopArchiveSearchRequest = Shapes::StructureShape.new(name: 'StopArchiveSearchRequest')
|
@@ -333,6 +385,18 @@ module Aws::MailManager
|
|
333
385
|
|
334
386
|
AddonSubscriptions.member = Shapes::ShapeRef.new(shape: AddonSubscription)
|
335
387
|
|
388
|
+
AddressFilter.add_member(:address_prefix, Shapes::ShapeRef.new(shape: AddressPrefix, location_name: "AddressPrefix"))
|
389
|
+
AddressFilter.struct_class = Types::AddressFilter
|
390
|
+
|
391
|
+
AddressList.add_member(:address_list_arn, Shapes::ShapeRef.new(shape: AddressListArn, required: true, location_name: "AddressListArn"))
|
392
|
+
AddressList.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
393
|
+
AddressList.add_member(:address_list_name, Shapes::ShapeRef.new(shape: AddressListName, required: true, location_name: "AddressListName"))
|
394
|
+
AddressList.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
395
|
+
AddressList.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdatedTimestamp"))
|
396
|
+
AddressList.struct_class = Types::AddressList
|
397
|
+
|
398
|
+
AddressLists.member = Shapes::ShapeRef.new(shape: AddressList)
|
399
|
+
|
336
400
|
Analysis.add_member(:analyzer, Shapes::ShapeRef.new(shape: AnalyzerArn, required: true, location_name: "Analyzer"))
|
337
401
|
Analysis.add_member(:result_field, Shapes::ShapeRef.new(shape: ResultField, required: true, location_name: "ResultField"))
|
338
402
|
Analysis.struct_class = Types::Analysis
|
@@ -409,6 +473,24 @@ module Aws::MailManager
|
|
409
473
|
CreateAddonSubscriptionResponse.add_member(:addon_subscription_id, Shapes::ShapeRef.new(shape: AddonSubscriptionId, required: true, location_name: "AddonSubscriptionId"))
|
410
474
|
CreateAddonSubscriptionResponse.struct_class = Types::CreateAddonSubscriptionResponse
|
411
475
|
|
476
|
+
CreateAddressListImportJobRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
477
|
+
CreateAddressListImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
478
|
+
CreateAddressListImportJobRequest.add_member(:import_data_format, Shapes::ShapeRef.new(shape: ImportDataFormat, required: true, location_name: "ImportDataFormat"))
|
479
|
+
CreateAddressListImportJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "Name"))
|
480
|
+
CreateAddressListImportJobRequest.struct_class = Types::CreateAddressListImportJobRequest
|
481
|
+
|
482
|
+
CreateAddressListImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
483
|
+
CreateAddressListImportJobResponse.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: PreSignedUrl, required: true, location_name: "PreSignedUrl"))
|
484
|
+
CreateAddressListImportJobResponse.struct_class = Types::CreateAddressListImportJobResponse
|
485
|
+
|
486
|
+
CreateAddressListRequest.add_member(:address_list_name, Shapes::ShapeRef.new(shape: AddressListName, required: true, location_name: "AddressListName"))
|
487
|
+
CreateAddressListRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
488
|
+
CreateAddressListRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
489
|
+
CreateAddressListRequest.struct_class = Types::CreateAddressListRequest
|
490
|
+
|
491
|
+
CreateAddressListResponse.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
492
|
+
CreateAddressListResponse.struct_class = Types::CreateAddressListResponse
|
493
|
+
|
412
494
|
CreateArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveNameString, required: true, location_name: "ArchiveName"))
|
413
495
|
CreateArchiveRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
414
496
|
CreateArchiveRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
@@ -472,6 +554,11 @@ module Aws::MailManager
|
|
472
554
|
|
473
555
|
DeleteAddonSubscriptionResponse.struct_class = Types::DeleteAddonSubscriptionResponse
|
474
556
|
|
557
|
+
DeleteAddressListRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
558
|
+
DeleteAddressListRequest.struct_class = Types::DeleteAddressListRequest
|
559
|
+
|
560
|
+
DeleteAddressListResponse.struct_class = Types::DeleteAddressListResponse
|
561
|
+
|
475
562
|
DeleteArchiveRequest.add_member(:archive_id, Shapes::ShapeRef.new(shape: ArchiveIdString, required: true, location_name: "ArchiveId"))
|
476
563
|
DeleteArchiveRequest.struct_class = Types::DeleteArchiveRequest
|
477
564
|
|
@@ -508,6 +595,12 @@ module Aws::MailManager
|
|
508
595
|
DeliverToQBusinessAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "RoleArn"))
|
509
596
|
DeliverToQBusinessAction.struct_class = Types::DeliverToQBusinessAction
|
510
597
|
|
598
|
+
DeregisterMemberFromAddressListRequest.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
|
599
|
+
DeregisterMemberFromAddressListRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
600
|
+
DeregisterMemberFromAddressListRequest.struct_class = Types::DeregisterMemberFromAddressListRequest
|
601
|
+
|
602
|
+
DeregisterMemberFromAddressListResponse.struct_class = Types::DeregisterMemberFromAddressListResponse
|
603
|
+
|
511
604
|
DropAction.struct_class = Types::DropAction
|
512
605
|
|
513
606
|
EmailReceivedHeadersList.member = Shapes::ShapeRef.new(shape: String)
|
@@ -552,6 +645,33 @@ module Aws::MailManager
|
|
552
645
|
GetAddonSubscriptionResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
553
646
|
GetAddonSubscriptionResponse.struct_class = Types::GetAddonSubscriptionResponse
|
554
647
|
|
648
|
+
GetAddressListImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
649
|
+
GetAddressListImportJobRequest.struct_class = Types::GetAddressListImportJobRequest
|
650
|
+
|
651
|
+
GetAddressListImportJobResponse.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
652
|
+
GetAddressListImportJobResponse.add_member(:completed_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedTimestamp"))
|
653
|
+
GetAddressListImportJobResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
654
|
+
GetAddressListImportJobResponse.add_member(:error, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Error"))
|
655
|
+
GetAddressListImportJobResponse.add_member(:failed_items_count, Shapes::ShapeRef.new(shape: JobItemsCount, location_name: "FailedItemsCount"))
|
656
|
+
GetAddressListImportJobResponse.add_member(:import_data_format, Shapes::ShapeRef.new(shape: ImportDataFormat, required: true, location_name: "ImportDataFormat"))
|
657
|
+
GetAddressListImportJobResponse.add_member(:imported_items_count, Shapes::ShapeRef.new(shape: JobItemsCount, location_name: "ImportedItemsCount"))
|
658
|
+
GetAddressListImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
659
|
+
GetAddressListImportJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "Name"))
|
660
|
+
GetAddressListImportJobResponse.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: PreSignedUrl, required: true, location_name: "PreSignedUrl"))
|
661
|
+
GetAddressListImportJobResponse.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimestamp"))
|
662
|
+
GetAddressListImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ImportJobStatus, required: true, location_name: "Status"))
|
663
|
+
GetAddressListImportJobResponse.struct_class = Types::GetAddressListImportJobResponse
|
664
|
+
|
665
|
+
GetAddressListRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
666
|
+
GetAddressListRequest.struct_class = Types::GetAddressListRequest
|
667
|
+
|
668
|
+
GetAddressListResponse.add_member(:address_list_arn, Shapes::ShapeRef.new(shape: AddressListArn, required: true, location_name: "AddressListArn"))
|
669
|
+
GetAddressListResponse.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
670
|
+
GetAddressListResponse.add_member(:address_list_name, Shapes::ShapeRef.new(shape: AddressListName, required: true, location_name: "AddressListName"))
|
671
|
+
GetAddressListResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
672
|
+
GetAddressListResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdatedTimestamp"))
|
673
|
+
GetAddressListResponse.struct_class = Types::GetAddressListResponse
|
674
|
+
|
555
675
|
GetArchiveExportRequest.add_member(:export_id, Shapes::ShapeRef.new(shape: ExportId, required: true, location_name: "ExportId"))
|
556
676
|
GetArchiveExportRequest.struct_class = Types::GetArchiveExportRequest
|
557
677
|
|
@@ -624,6 +744,14 @@ module Aws::MailManager
|
|
624
744
|
GetIngressPointResponse.add_member(:type, Shapes::ShapeRef.new(shape: IngressPointType, location_name: "Type"))
|
625
745
|
GetIngressPointResponse.struct_class = Types::GetIngressPointResponse
|
626
746
|
|
747
|
+
GetMemberOfAddressListRequest.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
|
748
|
+
GetMemberOfAddressListRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
749
|
+
GetMemberOfAddressListRequest.struct_class = Types::GetMemberOfAddressListRequest
|
750
|
+
|
751
|
+
GetMemberOfAddressListResponse.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
|
752
|
+
GetMemberOfAddressListResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
753
|
+
GetMemberOfAddressListResponse.struct_class = Types::GetMemberOfAddressListResponse
|
754
|
+
|
627
755
|
GetRelayRequest.add_member(:relay_id, Shapes::ShapeRef.new(shape: RelayId, required: true, location_name: "RelayId"))
|
628
756
|
GetRelayRequest.struct_class = Types::GetRelayRequest
|
629
757
|
|
@@ -661,6 +789,27 @@ module Aws::MailManager
|
|
661
789
|
GetTrafficPolicyResponse.add_member(:traffic_policy_name, Shapes::ShapeRef.new(shape: TrafficPolicyName, required: true, location_name: "TrafficPolicyName"))
|
662
790
|
GetTrafficPolicyResponse.struct_class = Types::GetTrafficPolicyResponse
|
663
791
|
|
792
|
+
ImportDataFormat.add_member(:import_data_type, Shapes::ShapeRef.new(shape: ImportDataType, required: true, location_name: "ImportDataType"))
|
793
|
+
ImportDataFormat.struct_class = Types::ImportDataFormat
|
794
|
+
|
795
|
+
ImportJob.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
796
|
+
ImportJob.add_member(:completed_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedTimestamp"))
|
797
|
+
ImportJob.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
798
|
+
ImportJob.add_member(:error, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Error"))
|
799
|
+
ImportJob.add_member(:failed_items_count, Shapes::ShapeRef.new(shape: JobItemsCount, location_name: "FailedItemsCount"))
|
800
|
+
ImportJob.add_member(:import_data_format, Shapes::ShapeRef.new(shape: ImportDataFormat, required: true, location_name: "ImportDataFormat"))
|
801
|
+
ImportJob.add_member(:imported_items_count, Shapes::ShapeRef.new(shape: JobItemsCount, location_name: "ImportedItemsCount"))
|
802
|
+
ImportJob.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
803
|
+
ImportJob.add_member(:name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "Name"))
|
804
|
+
ImportJob.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: PreSignedUrl, required: true, location_name: "PreSignedUrl"))
|
805
|
+
ImportJob.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimestamp"))
|
806
|
+
ImportJob.add_member(:status, Shapes::ShapeRef.new(shape: ImportJobStatus, required: true, location_name: "Status"))
|
807
|
+
ImportJob.struct_class = Types::ImportJob
|
808
|
+
|
809
|
+
ImportJobs.member = Shapes::ShapeRef.new(shape: ImportJob)
|
810
|
+
|
811
|
+
IngressAddressListArnList.member = Shapes::ShapeRef.new(shape: AddressListArn)
|
812
|
+
|
664
813
|
IngressAnalysis.add_member(:analyzer, Shapes::ShapeRef.new(shape: AnalyzerArn, required: true, location_name: "Analyzer"))
|
665
814
|
IngressAnalysis.add_member(:result_field, Shapes::ShapeRef.new(shape: ResultField, required: true, location_name: "ResultField"))
|
666
815
|
IngressAnalysis.struct_class = Types::IngressAnalysis
|
@@ -670,8 +819,10 @@ module Aws::MailManager
|
|
670
819
|
IngressBooleanExpression.struct_class = Types::IngressBooleanExpression
|
671
820
|
|
672
821
|
IngressBooleanToEvaluate.add_member(:analysis, Shapes::ShapeRef.new(shape: IngressAnalysis, location_name: "Analysis"))
|
822
|
+
IngressBooleanToEvaluate.add_member(:is_in_address_list, Shapes::ShapeRef.new(shape: IngressIsInAddressList, location_name: "IsInAddressList"))
|
673
823
|
IngressBooleanToEvaluate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
674
824
|
IngressBooleanToEvaluate.add_member_subclass(:analysis, Types::IngressBooleanToEvaluate::Analysis)
|
825
|
+
IngressBooleanToEvaluate.add_member_subclass(:is_in_address_list, Types::IngressBooleanToEvaluate::IsInAddressList)
|
675
826
|
IngressBooleanToEvaluate.add_member_subclass(:unknown, Types::IngressBooleanToEvaluate::Unknown)
|
676
827
|
IngressBooleanToEvaluate.struct_class = Types::IngressBooleanToEvaluate
|
677
828
|
|
@@ -686,6 +837,10 @@ module Aws::MailManager
|
|
686
837
|
IngressIpv4Expression.add_member(:values, Shapes::ShapeRef.new(shape: Ipv4Cidrs, required: true, location_name: "Values"))
|
687
838
|
IngressIpv4Expression.struct_class = Types::IngressIpv4Expression
|
688
839
|
|
840
|
+
IngressIsInAddressList.add_member(:address_lists, Shapes::ShapeRef.new(shape: IngressAddressListArnList, required: true, location_name: "AddressLists"))
|
841
|
+
IngressIsInAddressList.add_member(:attribute, Shapes::ShapeRef.new(shape: IngressAddressListEmailAttribute, required: true, location_name: "Attribute"))
|
842
|
+
IngressIsInAddressList.struct_class = Types::IngressIsInAddressList
|
843
|
+
|
689
844
|
IngressPoint.add_member(:a_record, Shapes::ShapeRef.new(shape: IngressPointARecord, location_name: "ARecord"))
|
690
845
|
IngressPoint.add_member(:ingress_point_id, Shapes::ShapeRef.new(shape: IngressPointId, required: true, location_name: "IngressPointId"))
|
691
846
|
IngressPoint.add_member(:ingress_point_name, Shapes::ShapeRef.new(shape: IngressPointName, required: true, location_name: "IngressPointName"))
|
@@ -752,6 +907,23 @@ module Aws::MailManager
|
|
752
907
|
ListAddonSubscriptionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
753
908
|
ListAddonSubscriptionsResponse.struct_class = Types::ListAddonSubscriptionsResponse
|
754
909
|
|
910
|
+
ListAddressListImportJobsRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
911
|
+
ListAddressListImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
912
|
+
ListAddressListImportJobsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
913
|
+
ListAddressListImportJobsRequest.struct_class = Types::ListAddressListImportJobsRequest
|
914
|
+
|
915
|
+
ListAddressListImportJobsResponse.add_member(:import_jobs, Shapes::ShapeRef.new(shape: ImportJobs, required: true, location_name: "ImportJobs"))
|
916
|
+
ListAddressListImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
917
|
+
ListAddressListImportJobsResponse.struct_class = Types::ListAddressListImportJobsResponse
|
918
|
+
|
919
|
+
ListAddressListsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
920
|
+
ListAddressListsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
921
|
+
ListAddressListsRequest.struct_class = Types::ListAddressListsRequest
|
922
|
+
|
923
|
+
ListAddressListsResponse.add_member(:address_lists, Shapes::ShapeRef.new(shape: AddressLists, required: true, location_name: "AddressLists"))
|
924
|
+
ListAddressListsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
925
|
+
ListAddressListsResponse.struct_class = Types::ListAddressListsResponse
|
926
|
+
|
755
927
|
ListArchiveExportsRequest.add_member(:archive_id, Shapes::ShapeRef.new(shape: ArchiveId, required: true, location_name: "ArchiveId"))
|
756
928
|
ListArchiveExportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
757
929
|
ListArchiveExportsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
@@ -786,6 +958,16 @@ module Aws::MailManager
|
|
786
958
|
ListIngressPointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
787
959
|
ListIngressPointsResponse.struct_class = Types::ListIngressPointsResponse
|
788
960
|
|
961
|
+
ListMembersOfAddressListRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
962
|
+
ListMembersOfAddressListRequest.add_member(:filter, Shapes::ShapeRef.new(shape: AddressFilter, location_name: "Filter"))
|
963
|
+
ListMembersOfAddressListRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
964
|
+
ListMembersOfAddressListRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: AddressPageSize, location_name: "PageSize"))
|
965
|
+
ListMembersOfAddressListRequest.struct_class = Types::ListMembersOfAddressListRequest
|
966
|
+
|
967
|
+
ListMembersOfAddressListResponse.add_member(:addresses, Shapes::ShapeRef.new(shape: SavedAddresses, required: true, location_name: "Addresses"))
|
968
|
+
ListMembersOfAddressListResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
969
|
+
ListMembersOfAddressListResponse.struct_class = Types::ListMembersOfAddressListResponse
|
970
|
+
|
789
971
|
ListRelaysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
790
972
|
ListRelaysRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: Integer, location_name: "PageSize"))
|
791
973
|
ListRelaysRequest.struct_class = Types::ListRelaysRequest
|
@@ -855,6 +1037,12 @@ module Aws::MailManager
|
|
855
1037
|
|
856
1038
|
Recipients.member = Shapes::ShapeRef.new(shape: EmailAddress)
|
857
1039
|
|
1040
|
+
RegisterMemberToAddressListRequest.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
|
1041
|
+
RegisterMemberToAddressListRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
1042
|
+
RegisterMemberToAddressListRequest.struct_class = Types::RegisterMemberToAddressListRequest
|
1043
|
+
|
1044
|
+
RegisterMemberToAddressListResponse.struct_class = Types::RegisterMemberToAddressListResponse
|
1045
|
+
|
858
1046
|
Relay.add_member(:last_modified_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimestamp"))
|
859
1047
|
Relay.add_member(:relay_id, Shapes::ShapeRef.new(shape: RelayId, location_name: "RelayId"))
|
860
1048
|
Relay.add_member(:relay_name, Shapes::ShapeRef.new(shape: RelayName, location_name: "RelayName"))
|
@@ -933,13 +1121,17 @@ module Aws::MailManager
|
|
933
1121
|
|
934
1122
|
RuleActions.member = Shapes::ShapeRef.new(shape: RuleAction)
|
935
1123
|
|
1124
|
+
RuleAddressListArnList.member = Shapes::ShapeRef.new(shape: AddressListArn)
|
1125
|
+
|
936
1126
|
RuleBooleanExpression.add_member(:evaluate, Shapes::ShapeRef.new(shape: RuleBooleanToEvaluate, required: true, location_name: "Evaluate"))
|
937
1127
|
RuleBooleanExpression.add_member(:operator, Shapes::ShapeRef.new(shape: RuleBooleanOperator, required: true, location_name: "Operator"))
|
938
1128
|
RuleBooleanExpression.struct_class = Types::RuleBooleanExpression
|
939
1129
|
|
940
1130
|
RuleBooleanToEvaluate.add_member(:attribute, Shapes::ShapeRef.new(shape: RuleBooleanEmailAttribute, location_name: "Attribute"))
|
1131
|
+
RuleBooleanToEvaluate.add_member(:is_in_address_list, Shapes::ShapeRef.new(shape: RuleIsInAddressList, location_name: "IsInAddressList"))
|
941
1132
|
RuleBooleanToEvaluate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
942
1133
|
RuleBooleanToEvaluate.add_member_subclass(:attribute, Types::RuleBooleanToEvaluate::Attribute)
|
1134
|
+
RuleBooleanToEvaluate.add_member_subclass(:is_in_address_list, Types::RuleBooleanToEvaluate::IsInAddressList)
|
943
1135
|
RuleBooleanToEvaluate.add_member_subclass(:unknown, Types::RuleBooleanToEvaluate::Unknown)
|
944
1136
|
RuleBooleanToEvaluate.struct_class = Types::RuleBooleanToEvaluate
|
945
1137
|
|
@@ -980,6 +1172,10 @@ module Aws::MailManager
|
|
980
1172
|
|
981
1173
|
RuleIpValueList.member = Shapes::ShapeRef.new(shape: RuleIpStringValue)
|
982
1174
|
|
1175
|
+
RuleIsInAddressList.add_member(:address_lists, Shapes::ShapeRef.new(shape: RuleAddressListArnList, required: true, location_name: "AddressLists"))
|
1176
|
+
RuleIsInAddressList.add_member(:attribute, Shapes::ShapeRef.new(shape: RuleAddressListEmailAttribute, required: true, location_name: "Attribute"))
|
1177
|
+
RuleIsInAddressList.struct_class = Types::RuleIsInAddressList
|
1178
|
+
|
983
1179
|
RuleNumberExpression.add_member(:evaluate, Shapes::ShapeRef.new(shape: RuleNumberToEvaluate, required: true, location_name: "Evaluate"))
|
984
1180
|
RuleNumberExpression.add_member(:operator, Shapes::ShapeRef.new(shape: RuleNumberOperator, required: true, location_name: "Operator"))
|
985
1181
|
RuleNumberExpression.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "Value"))
|
@@ -1040,6 +1236,12 @@ module Aws::MailManager
|
|
1040
1236
|
S3ExportDestinationConfiguration.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "S3Location"))
|
1041
1237
|
S3ExportDestinationConfiguration.struct_class = Types::S3ExportDestinationConfiguration
|
1042
1238
|
|
1239
|
+
SavedAddress.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
|
1240
|
+
SavedAddress.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
1241
|
+
SavedAddress.struct_class = Types::SavedAddress
|
1242
|
+
|
1243
|
+
SavedAddresses.member = Shapes::ShapeRef.new(shape: SavedAddress)
|
1244
|
+
|
1043
1245
|
SearchStatus.add_member(:completion_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletionTimestamp"))
|
1044
1246
|
SearchStatus.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
1045
1247
|
SearchStatus.add_member(:state, Shapes::ShapeRef.new(shape: SearchState, location_name: "State"))
|
@@ -1059,6 +1261,11 @@ module Aws::MailManager
|
|
1059
1261
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1060
1262
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
1061
1263
|
|
1264
|
+
StartAddressListImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
1265
|
+
StartAddressListImportJobRequest.struct_class = Types::StartAddressListImportJobRequest
|
1266
|
+
|
1267
|
+
StartAddressListImportJobResponse.struct_class = Types::StartAddressListImportJobResponse
|
1268
|
+
|
1062
1269
|
StartArchiveExportRequest.add_member(:archive_id, Shapes::ShapeRef.new(shape: ArchiveId, required: true, location_name: "ArchiveId"))
|
1063
1270
|
StartArchiveExportRequest.add_member(:export_destination_configuration, Shapes::ShapeRef.new(shape: ExportDestinationConfiguration, required: true, location_name: "ExportDestinationConfiguration"))
|
1064
1271
|
StartArchiveExportRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ArchiveFilters, location_name: "Filters"))
|
@@ -1081,6 +1288,11 @@ module Aws::MailManager
|
|
1081
1288
|
StartArchiveSearchResponse.add_member(:search_id, Shapes::ShapeRef.new(shape: SearchId, location_name: "SearchId"))
|
1082
1289
|
StartArchiveSearchResponse.struct_class = Types::StartArchiveSearchResponse
|
1083
1290
|
|
1291
|
+
StopAddressListImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
1292
|
+
StopAddressListImportJobRequest.struct_class = Types::StopAddressListImportJobRequest
|
1293
|
+
|
1294
|
+
StopAddressListImportJobResponse.struct_class = Types::StopAddressListImportJobResponse
|
1295
|
+
|
1084
1296
|
StopArchiveExportRequest.add_member(:export_id, Shapes::ShapeRef.new(shape: ExportId, required: true, location_name: "ExportId"))
|
1085
1297
|
StopArchiveExportRequest.struct_class = Types::StopArchiveExportRequest
|
1086
1298
|
|
@@ -1214,6 +1426,31 @@ module Aws::MailManager
|
|
1214
1426
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1215
1427
|
end)
|
1216
1428
|
|
1429
|
+
api.add_operation(:create_address_list, Seahorse::Model::Operation.new.tap do |o|
|
1430
|
+
o.name = "CreateAddressList"
|
1431
|
+
o.http_method = "POST"
|
1432
|
+
o.http_request_uri = "/"
|
1433
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAddressListRequest)
|
1434
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAddressListResponse)
|
1435
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1436
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1437
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1438
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1439
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1440
|
+
end)
|
1441
|
+
|
1442
|
+
api.add_operation(:create_address_list_import_job, Seahorse::Model::Operation.new.tap do |o|
|
1443
|
+
o.name = "CreateAddressListImportJob"
|
1444
|
+
o.http_method = "POST"
|
1445
|
+
o.http_request_uri = "/"
|
1446
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAddressListImportJobRequest)
|
1447
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAddressListImportJobResponse)
|
1448
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1449
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1450
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1451
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1452
|
+
end)
|
1453
|
+
|
1217
1454
|
api.add_operation(:create_archive, Seahorse::Model::Operation.new.tap do |o|
|
1218
1455
|
o.name = "CreateArchive"
|
1219
1456
|
o.http_method = "POST"
|
@@ -1291,6 +1528,17 @@ module Aws::MailManager
|
|
1291
1528
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1292
1529
|
end)
|
1293
1530
|
|
1531
|
+
api.add_operation(:delete_address_list, Seahorse::Model::Operation.new.tap do |o|
|
1532
|
+
o.name = "DeleteAddressList"
|
1533
|
+
o.http_method = "POST"
|
1534
|
+
o.http_request_uri = "/"
|
1535
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAddressListRequest)
|
1536
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAddressListResponse)
|
1537
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1538
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1539
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1540
|
+
end)
|
1541
|
+
|
1294
1542
|
api.add_operation(:delete_archive, Seahorse::Model::Operation.new.tap do |o|
|
1295
1543
|
o.name = "DeleteArchive"
|
1296
1544
|
o.http_method = "POST"
|
@@ -1346,6 +1594,18 @@ module Aws::MailManager
|
|
1346
1594
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1347
1595
|
end)
|
1348
1596
|
|
1597
|
+
api.add_operation(:deregister_member_from_address_list, Seahorse::Model::Operation.new.tap do |o|
|
1598
|
+
o.name = "DeregisterMemberFromAddressList"
|
1599
|
+
o.http_method = "POST"
|
1600
|
+
o.http_request_uri = "/"
|
1601
|
+
o.input = Shapes::ShapeRef.new(shape: DeregisterMemberFromAddressListRequest)
|
1602
|
+
o.output = Shapes::ShapeRef.new(shape: DeregisterMemberFromAddressListResponse)
|
1603
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1604
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1605
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1606
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1607
|
+
end)
|
1608
|
+
|
1349
1609
|
api.add_operation(:get_addon_instance, Seahorse::Model::Operation.new.tap do |o|
|
1350
1610
|
o.name = "GetAddonInstance"
|
1351
1611
|
o.http_method = "POST"
|
@@ -1366,6 +1626,30 @@ module Aws::MailManager
|
|
1366
1626
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1367
1627
|
end)
|
1368
1628
|
|
1629
|
+
api.add_operation(:get_address_list, Seahorse::Model::Operation.new.tap do |o|
|
1630
|
+
o.name = "GetAddressList"
|
1631
|
+
o.http_method = "POST"
|
1632
|
+
o.http_request_uri = "/"
|
1633
|
+
o.input = Shapes::ShapeRef.new(shape: GetAddressListRequest)
|
1634
|
+
o.output = Shapes::ShapeRef.new(shape: GetAddressListResponse)
|
1635
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1636
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1637
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1638
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1639
|
+
end)
|
1640
|
+
|
1641
|
+
api.add_operation(:get_address_list_import_job, Seahorse::Model::Operation.new.tap do |o|
|
1642
|
+
o.name = "GetAddressListImportJob"
|
1643
|
+
o.http_method = "POST"
|
1644
|
+
o.http_request_uri = "/"
|
1645
|
+
o.input = Shapes::ShapeRef.new(shape: GetAddressListImportJobRequest)
|
1646
|
+
o.output = Shapes::ShapeRef.new(shape: GetAddressListImportJobResponse)
|
1647
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1648
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1649
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1650
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1651
|
+
end)
|
1652
|
+
|
1369
1653
|
api.add_operation(:get_archive, Seahorse::Model::Operation.new.tap do |o|
|
1370
1654
|
o.name = "GetArchive"
|
1371
1655
|
o.http_method = "POST"
|
@@ -1444,6 +1728,18 @@ module Aws::MailManager
|
|
1444
1728
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1445
1729
|
end)
|
1446
1730
|
|
1731
|
+
api.add_operation(:get_member_of_address_list, Seahorse::Model::Operation.new.tap do |o|
|
1732
|
+
o.name = "GetMemberOfAddressList"
|
1733
|
+
o.http_method = "POST"
|
1734
|
+
o.http_request_uri = "/"
|
1735
|
+
o.input = Shapes::ShapeRef.new(shape: GetMemberOfAddressListRequest)
|
1736
|
+
o.output = Shapes::ShapeRef.new(shape: GetMemberOfAddressListResponse)
|
1737
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1738
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1739
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1740
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1741
|
+
end)
|
1742
|
+
|
1447
1743
|
api.add_operation(:get_relay, Seahorse::Model::Operation.new.tap do |o|
|
1448
1744
|
o.name = "GetRelay"
|
1449
1745
|
o.http_method = "POST"
|
@@ -1504,6 +1800,41 @@ module Aws::MailManager
|
|
1504
1800
|
)
|
1505
1801
|
end)
|
1506
1802
|
|
1803
|
+
api.add_operation(:list_address_list_import_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1804
|
+
o.name = "ListAddressListImportJobs"
|
1805
|
+
o.http_method = "POST"
|
1806
|
+
o.http_request_uri = "/"
|
1807
|
+
o.input = Shapes::ShapeRef.new(shape: ListAddressListImportJobsRequest)
|
1808
|
+
o.output = Shapes::ShapeRef.new(shape: ListAddressListImportJobsResponse)
|
1809
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1810
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1811
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1812
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1813
|
+
o[:pager] = Aws::Pager.new(
|
1814
|
+
limit_key: "page_size",
|
1815
|
+
tokens: {
|
1816
|
+
"next_token" => "next_token"
|
1817
|
+
}
|
1818
|
+
)
|
1819
|
+
end)
|
1820
|
+
|
1821
|
+
api.add_operation(:list_address_lists, Seahorse::Model::Operation.new.tap do |o|
|
1822
|
+
o.name = "ListAddressLists"
|
1823
|
+
o.http_method = "POST"
|
1824
|
+
o.http_request_uri = "/"
|
1825
|
+
o.input = Shapes::ShapeRef.new(shape: ListAddressListsRequest)
|
1826
|
+
o.output = Shapes::ShapeRef.new(shape: ListAddressListsResponse)
|
1827
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1828
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1829
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1830
|
+
o[:pager] = Aws::Pager.new(
|
1831
|
+
limit_key: "page_size",
|
1832
|
+
tokens: {
|
1833
|
+
"next_token" => "next_token"
|
1834
|
+
}
|
1835
|
+
)
|
1836
|
+
end)
|
1837
|
+
|
1507
1838
|
api.add_operation(:list_archive_exports, Seahorse::Model::Operation.new.tap do |o|
|
1508
1839
|
o.name = "ListArchiveExports"
|
1509
1840
|
o.http_method = "POST"
|
@@ -1572,6 +1903,24 @@ module Aws::MailManager
|
|
1572
1903
|
)
|
1573
1904
|
end)
|
1574
1905
|
|
1906
|
+
api.add_operation(:list_members_of_address_list, Seahorse::Model::Operation.new.tap do |o|
|
1907
|
+
o.name = "ListMembersOfAddressList"
|
1908
|
+
o.http_method = "POST"
|
1909
|
+
o.http_request_uri = "/"
|
1910
|
+
o.input = Shapes::ShapeRef.new(shape: ListMembersOfAddressListRequest)
|
1911
|
+
o.output = Shapes::ShapeRef.new(shape: ListMembersOfAddressListResponse)
|
1912
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1913
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1914
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1915
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1916
|
+
o[:pager] = Aws::Pager.new(
|
1917
|
+
limit_key: "page_size",
|
1918
|
+
tokens: {
|
1919
|
+
"next_token" => "next_token"
|
1920
|
+
}
|
1921
|
+
)
|
1922
|
+
end)
|
1923
|
+
|
1575
1924
|
api.add_operation(:list_relays, Seahorse::Model::Operation.new.tap do |o|
|
1576
1925
|
o.name = "ListRelays"
|
1577
1926
|
o.http_method = "POST"
|
@@ -1627,6 +1976,33 @@ module Aws::MailManager
|
|
1627
1976
|
)
|
1628
1977
|
end)
|
1629
1978
|
|
1979
|
+
api.add_operation(:register_member_to_address_list, Seahorse::Model::Operation.new.tap do |o|
|
1980
|
+
o.name = "RegisterMemberToAddressList"
|
1981
|
+
o.http_method = "POST"
|
1982
|
+
o.http_request_uri = "/"
|
1983
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterMemberToAddressListRequest)
|
1984
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterMemberToAddressListResponse)
|
1985
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1986
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1987
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1988
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1989
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1990
|
+
end)
|
1991
|
+
|
1992
|
+
api.add_operation(:start_address_list_import_job, Seahorse::Model::Operation.new.tap do |o|
|
1993
|
+
o.name = "StartAddressListImportJob"
|
1994
|
+
o.http_method = "POST"
|
1995
|
+
o.http_request_uri = "/"
|
1996
|
+
o.input = Shapes::ShapeRef.new(shape: StartAddressListImportJobRequest)
|
1997
|
+
o.output = Shapes::ShapeRef.new(shape: StartAddressListImportJobResponse)
|
1998
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1999
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2000
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2001
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2002
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2003
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2004
|
+
end)
|
2005
|
+
|
1630
2006
|
api.add_operation(:start_archive_export, Seahorse::Model::Operation.new.tap do |o|
|
1631
2007
|
o.name = "StartArchiveExport"
|
1632
2008
|
o.http_method = "POST"
|
@@ -1654,6 +2030,19 @@ module Aws::MailManager
|
|
1654
2030
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1655
2031
|
end)
|
1656
2032
|
|
2033
|
+
api.add_operation(:stop_address_list_import_job, Seahorse::Model::Operation.new.tap do |o|
|
2034
|
+
o.name = "StopAddressListImportJob"
|
2035
|
+
o.http_method = "POST"
|
2036
|
+
o.http_request_uri = "/"
|
2037
|
+
o.input = Shapes::ShapeRef.new(shape: StopAddressListImportJobRequest)
|
2038
|
+
o.output = Shapes::ShapeRef.new(shape: StopAddressListImportJobResponse)
|
2039
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2040
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2041
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2042
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2043
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2044
|
+
end)
|
2045
|
+
|
1657
2046
|
api.add_operation(:stop_archive_export, Seahorse::Model::Operation.new.tap do |o|
|
1658
2047
|
o.name = "StopArchiveExport"
|
1659
2048
|
o.http_method = "POST"
|