aws-sdk-sesv2 1.42.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,1726 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::SESV2
9
+ module Types
10
+
11
+ class AccountDetails
12
+ attr_accessor mail_type: ("MARKETING" | "TRANSACTIONAL")
13
+ attr_accessor website_url: ::String
14
+ attr_accessor contact_language: ("EN" | "JA")
15
+ attr_accessor use_case_description: ::String
16
+ attr_accessor additional_contact_email_addresses: ::Array[::String]
17
+ attr_accessor review_details: Types::ReviewDetails
18
+ SENSITIVE: [:website_url, :use_case_description, :additional_contact_email_addresses]
19
+ end
20
+
21
+ class AccountSuspendedException < Aws::EmptyStructure
22
+ end
23
+
24
+ class AlreadyExistsException < Aws::EmptyStructure
25
+ end
26
+
27
+ class BadRequestException < Aws::EmptyStructure
28
+ end
29
+
30
+ class BatchGetMetricDataQuery
31
+ attr_accessor id: ::String
32
+ attr_accessor namespace: ("VDM")
33
+ attr_accessor metric: ("SEND" | "COMPLAINT" | "PERMANENT_BOUNCE" | "TRANSIENT_BOUNCE" | "OPEN" | "CLICK" | "DELIVERY" | "DELIVERY_OPEN" | "DELIVERY_CLICK" | "DELIVERY_COMPLAINT")
34
+ attr_accessor dimensions: ::Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP"), ::String]
35
+ attr_accessor start_date: ::Time
36
+ attr_accessor end_date: ::Time
37
+ SENSITIVE: []
38
+ end
39
+
40
+ class BatchGetMetricDataRequest
41
+ attr_accessor queries: ::Array[Types::BatchGetMetricDataQuery]
42
+ SENSITIVE: []
43
+ end
44
+
45
+ class BatchGetMetricDataResponse
46
+ attr_accessor results: ::Array[Types::MetricDataResult]
47
+ attr_accessor errors: ::Array[Types::MetricDataError]
48
+ SENSITIVE: []
49
+ end
50
+
51
+ class BlacklistEntry
52
+ attr_accessor rbl_name: ::String
53
+ attr_accessor listing_time: ::Time
54
+ attr_accessor description: ::String
55
+ SENSITIVE: []
56
+ end
57
+
58
+ class Body
59
+ attr_accessor text: Types::Content
60
+ attr_accessor html: Types::Content
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class Bounce
65
+ attr_accessor bounce_type: ("UNDETERMINED" | "TRANSIENT" | "PERMANENT")
66
+ attr_accessor bounce_sub_type: ::String
67
+ attr_accessor diagnostic_code: ::String
68
+ SENSITIVE: []
69
+ end
70
+
71
+ class BulkEmailContent
72
+ attr_accessor template: Types::Template
73
+ SENSITIVE: []
74
+ end
75
+
76
+ class BulkEmailEntry
77
+ attr_accessor destination: Types::Destination
78
+ attr_accessor replacement_tags: ::Array[Types::MessageTag]
79
+ attr_accessor replacement_email_content: Types::ReplacementEmailContent
80
+ SENSITIVE: []
81
+ end
82
+
83
+ class BulkEmailEntryResult
84
+ attr_accessor status: ("SUCCESS" | "MESSAGE_REJECTED" | "MAIL_FROM_DOMAIN_NOT_VERIFIED" | "CONFIGURATION_SET_NOT_FOUND" | "TEMPLATE_NOT_FOUND" | "ACCOUNT_SUSPENDED" | "ACCOUNT_THROTTLED" | "ACCOUNT_DAILY_QUOTA_EXCEEDED" | "INVALID_SENDING_POOL_NAME" | "ACCOUNT_SENDING_PAUSED" | "CONFIGURATION_SET_SENDING_PAUSED" | "INVALID_PARAMETER" | "TRANSIENT_FAILURE" | "FAILED")
85
+ attr_accessor error: ::String
86
+ attr_accessor message_id: ::String
87
+ SENSITIVE: []
88
+ end
89
+
90
+ class CancelExportJobRequest
91
+ attr_accessor job_id: ::String
92
+ SENSITIVE: []
93
+ end
94
+
95
+ class CancelExportJobResponse < Aws::EmptyStructure
96
+ end
97
+
98
+ class CloudWatchDestination
99
+ attr_accessor dimension_configurations: ::Array[Types::CloudWatchDimensionConfiguration]
100
+ SENSITIVE: []
101
+ end
102
+
103
+ class CloudWatchDimensionConfiguration
104
+ attr_accessor dimension_name: ::String
105
+ attr_accessor dimension_value_source: ("MESSAGE_TAG" | "EMAIL_HEADER" | "LINK_TAG")
106
+ attr_accessor default_dimension_value: ::String
107
+ SENSITIVE: []
108
+ end
109
+
110
+ class Complaint
111
+ attr_accessor complaint_sub_type: ::String
112
+ attr_accessor complaint_feedback_type: ::String
113
+ SENSITIVE: []
114
+ end
115
+
116
+ class ConcurrentModificationException < Aws::EmptyStructure
117
+ end
118
+
119
+ class ConflictException < Aws::EmptyStructure
120
+ end
121
+
122
+ class Contact
123
+ attr_accessor email_address: ::String
124
+ attr_accessor topic_preferences: ::Array[Types::TopicPreference]
125
+ attr_accessor topic_default_preferences: ::Array[Types::TopicPreference]
126
+ attr_accessor unsubscribe_all: bool
127
+ attr_accessor last_updated_timestamp: ::Time
128
+ SENSITIVE: []
129
+ end
130
+
131
+ class ContactList
132
+ attr_accessor contact_list_name: ::String
133
+ attr_accessor last_updated_timestamp: ::Time
134
+ SENSITIVE: []
135
+ end
136
+
137
+ class ContactListDestination
138
+ attr_accessor contact_list_name: ::String
139
+ attr_accessor contact_list_import_action: ("DELETE" | "PUT")
140
+ SENSITIVE: []
141
+ end
142
+
143
+ class Content
144
+ attr_accessor data: ::String
145
+ attr_accessor charset: ::String
146
+ SENSITIVE: []
147
+ end
148
+
149
+ class CreateConfigurationSetEventDestinationRequest
150
+ attr_accessor configuration_set_name: ::String
151
+ attr_accessor event_destination_name: ::String
152
+ attr_accessor event_destination: Types::EventDestinationDefinition
153
+ SENSITIVE: []
154
+ end
155
+
156
+ class CreateConfigurationSetEventDestinationResponse < Aws::EmptyStructure
157
+ end
158
+
159
+ class CreateConfigurationSetRequest
160
+ attr_accessor configuration_set_name: ::String
161
+ attr_accessor tracking_options: Types::TrackingOptions
162
+ attr_accessor delivery_options: Types::DeliveryOptions
163
+ attr_accessor reputation_options: Types::ReputationOptions
164
+ attr_accessor sending_options: Types::SendingOptions
165
+ attr_accessor tags: ::Array[Types::Tag]
166
+ attr_accessor suppression_options: Types::SuppressionOptions
167
+ attr_accessor vdm_options: Types::VdmOptions
168
+ SENSITIVE: []
169
+ end
170
+
171
+ class CreateConfigurationSetResponse < Aws::EmptyStructure
172
+ end
173
+
174
+ class CreateContactListRequest
175
+ attr_accessor contact_list_name: ::String
176
+ attr_accessor topics: ::Array[Types::Topic]
177
+ attr_accessor description: ::String
178
+ attr_accessor tags: ::Array[Types::Tag]
179
+ SENSITIVE: []
180
+ end
181
+
182
+ class CreateContactListResponse < Aws::EmptyStructure
183
+ end
184
+
185
+ class CreateContactRequest
186
+ attr_accessor contact_list_name: ::String
187
+ attr_accessor email_address: ::String
188
+ attr_accessor topic_preferences: ::Array[Types::TopicPreference]
189
+ attr_accessor unsubscribe_all: bool
190
+ attr_accessor attributes_data: ::String
191
+ SENSITIVE: []
192
+ end
193
+
194
+ class CreateContactResponse < Aws::EmptyStructure
195
+ end
196
+
197
+ class CreateCustomVerificationEmailTemplateRequest
198
+ attr_accessor template_name: ::String
199
+ attr_accessor from_email_address: ::String
200
+ attr_accessor template_subject: ::String
201
+ attr_accessor template_content: ::String
202
+ attr_accessor success_redirection_url: ::String
203
+ attr_accessor failure_redirection_url: ::String
204
+ SENSITIVE: []
205
+ end
206
+
207
+ class CreateCustomVerificationEmailTemplateResponse < Aws::EmptyStructure
208
+ end
209
+
210
+ class CreateDedicatedIpPoolRequest
211
+ attr_accessor pool_name: ::String
212
+ attr_accessor tags: ::Array[Types::Tag]
213
+ attr_accessor scaling_mode: ("STANDARD" | "MANAGED")
214
+ SENSITIVE: []
215
+ end
216
+
217
+ class CreateDedicatedIpPoolResponse < Aws::EmptyStructure
218
+ end
219
+
220
+ class CreateDeliverabilityTestReportRequest
221
+ attr_accessor report_name: ::String
222
+ attr_accessor from_email_address: ::String
223
+ attr_accessor content: Types::EmailContent
224
+ attr_accessor tags: ::Array[Types::Tag]
225
+ SENSITIVE: []
226
+ end
227
+
228
+ class CreateDeliverabilityTestReportResponse
229
+ attr_accessor report_id: ::String
230
+ attr_accessor deliverability_test_status: ("IN_PROGRESS" | "COMPLETED")
231
+ SENSITIVE: []
232
+ end
233
+
234
+ class CreateEmailIdentityPolicyRequest
235
+ attr_accessor email_identity: ::String
236
+ attr_accessor policy_name: ::String
237
+ attr_accessor policy: ::String
238
+ SENSITIVE: []
239
+ end
240
+
241
+ class CreateEmailIdentityPolicyResponse < Aws::EmptyStructure
242
+ end
243
+
244
+ class CreateEmailIdentityRequest
245
+ attr_accessor email_identity: ::String
246
+ attr_accessor tags: ::Array[Types::Tag]
247
+ attr_accessor dkim_signing_attributes: Types::DkimSigningAttributes
248
+ attr_accessor configuration_set_name: ::String
249
+ SENSITIVE: []
250
+ end
251
+
252
+ class CreateEmailIdentityResponse
253
+ attr_accessor identity_type: ("EMAIL_ADDRESS" | "DOMAIN" | "MANAGED_DOMAIN")
254
+ attr_accessor verified_for_sending_status: bool
255
+ attr_accessor dkim_attributes: Types::DkimAttributes
256
+ SENSITIVE: []
257
+ end
258
+
259
+ class CreateEmailTemplateRequest
260
+ attr_accessor template_name: ::String
261
+ attr_accessor template_content: Types::EmailTemplateContent
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class CreateEmailTemplateResponse < Aws::EmptyStructure
266
+ end
267
+
268
+ class CreateExportJobRequest
269
+ attr_accessor export_data_source: Types::ExportDataSource
270
+ attr_accessor export_destination: Types::ExportDestination
271
+ SENSITIVE: []
272
+ end
273
+
274
+ class CreateExportJobResponse
275
+ attr_accessor job_id: ::String
276
+ SENSITIVE: []
277
+ end
278
+
279
+ class CreateImportJobRequest
280
+ attr_accessor import_destination: Types::ImportDestination
281
+ attr_accessor import_data_source: Types::ImportDataSource
282
+ SENSITIVE: []
283
+ end
284
+
285
+ class CreateImportJobResponse
286
+ attr_accessor job_id: ::String
287
+ SENSITIVE: []
288
+ end
289
+
290
+ class CustomVerificationEmailTemplateMetadata
291
+ attr_accessor template_name: ::String
292
+ attr_accessor from_email_address: ::String
293
+ attr_accessor template_subject: ::String
294
+ attr_accessor success_redirection_url: ::String
295
+ attr_accessor failure_redirection_url: ::String
296
+ SENSITIVE: []
297
+ end
298
+
299
+ class DailyVolume
300
+ attr_accessor start_date: ::Time
301
+ attr_accessor volume_statistics: Types::VolumeStatistics
302
+ attr_accessor domain_isp_placements: ::Array[Types::DomainIspPlacement]
303
+ SENSITIVE: []
304
+ end
305
+
306
+ class DashboardAttributes
307
+ attr_accessor engagement_metrics: ("ENABLED" | "DISABLED")
308
+ SENSITIVE: []
309
+ end
310
+
311
+ class DashboardOptions
312
+ attr_accessor engagement_metrics: ("ENABLED" | "DISABLED")
313
+ SENSITIVE: []
314
+ end
315
+
316
+ class DedicatedIp
317
+ attr_accessor ip: ::String
318
+ attr_accessor warmup_status: ("IN_PROGRESS" | "DONE")
319
+ attr_accessor warmup_percentage: ::Integer
320
+ attr_accessor pool_name: ::String
321
+ SENSITIVE: []
322
+ end
323
+
324
+ class DedicatedIpPool
325
+ attr_accessor pool_name: ::String
326
+ attr_accessor scaling_mode: ("STANDARD" | "MANAGED")
327
+ SENSITIVE: []
328
+ end
329
+
330
+ class DeleteConfigurationSetEventDestinationRequest
331
+ attr_accessor configuration_set_name: ::String
332
+ attr_accessor event_destination_name: ::String
333
+ SENSITIVE: []
334
+ end
335
+
336
+ class DeleteConfigurationSetEventDestinationResponse < Aws::EmptyStructure
337
+ end
338
+
339
+ class DeleteConfigurationSetRequest
340
+ attr_accessor configuration_set_name: ::String
341
+ SENSITIVE: []
342
+ end
343
+
344
+ class DeleteConfigurationSetResponse < Aws::EmptyStructure
345
+ end
346
+
347
+ class DeleteContactListRequest
348
+ attr_accessor contact_list_name: ::String
349
+ SENSITIVE: []
350
+ end
351
+
352
+ class DeleteContactListResponse < Aws::EmptyStructure
353
+ end
354
+
355
+ class DeleteContactRequest
356
+ attr_accessor contact_list_name: ::String
357
+ attr_accessor email_address: ::String
358
+ SENSITIVE: []
359
+ end
360
+
361
+ class DeleteContactResponse < Aws::EmptyStructure
362
+ end
363
+
364
+ class DeleteCustomVerificationEmailTemplateRequest
365
+ attr_accessor template_name: ::String
366
+ SENSITIVE: []
367
+ end
368
+
369
+ class DeleteCustomVerificationEmailTemplateResponse < Aws::EmptyStructure
370
+ end
371
+
372
+ class DeleteDedicatedIpPoolRequest
373
+ attr_accessor pool_name: ::String
374
+ SENSITIVE: []
375
+ end
376
+
377
+ class DeleteDedicatedIpPoolResponse < Aws::EmptyStructure
378
+ end
379
+
380
+ class DeleteEmailIdentityPolicyRequest
381
+ attr_accessor email_identity: ::String
382
+ attr_accessor policy_name: ::String
383
+ SENSITIVE: []
384
+ end
385
+
386
+ class DeleteEmailIdentityPolicyResponse < Aws::EmptyStructure
387
+ end
388
+
389
+ class DeleteEmailIdentityRequest
390
+ attr_accessor email_identity: ::String
391
+ SENSITIVE: []
392
+ end
393
+
394
+ class DeleteEmailIdentityResponse < Aws::EmptyStructure
395
+ end
396
+
397
+ class DeleteEmailTemplateRequest
398
+ attr_accessor template_name: ::String
399
+ SENSITIVE: []
400
+ end
401
+
402
+ class DeleteEmailTemplateResponse < Aws::EmptyStructure
403
+ end
404
+
405
+ class DeleteSuppressedDestinationRequest
406
+ attr_accessor email_address: ::String
407
+ SENSITIVE: []
408
+ end
409
+
410
+ class DeleteSuppressedDestinationResponse < Aws::EmptyStructure
411
+ end
412
+
413
+ class DeliverabilityTestReport
414
+ attr_accessor report_id: ::String
415
+ attr_accessor report_name: ::String
416
+ attr_accessor subject: ::String
417
+ attr_accessor from_email_address: ::String
418
+ attr_accessor create_date: ::Time
419
+ attr_accessor deliverability_test_status: ("IN_PROGRESS" | "COMPLETED")
420
+ SENSITIVE: []
421
+ end
422
+
423
+ class DeliveryOptions
424
+ attr_accessor tls_policy: ("REQUIRE" | "OPTIONAL")
425
+ attr_accessor sending_pool_name: ::String
426
+ SENSITIVE: []
427
+ end
428
+
429
+ class Destination
430
+ attr_accessor to_addresses: ::Array[::String]
431
+ attr_accessor cc_addresses: ::Array[::String]
432
+ attr_accessor bcc_addresses: ::Array[::String]
433
+ SENSITIVE: []
434
+ end
435
+
436
+ class DkimAttributes
437
+ attr_accessor signing_enabled: bool
438
+ attr_accessor status: ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
439
+ attr_accessor tokens: ::Array[::String]
440
+ attr_accessor signing_attributes_origin: ("AWS_SES" | "EXTERNAL")
441
+ attr_accessor next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")
442
+ attr_accessor current_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")
443
+ attr_accessor last_key_generation_timestamp: ::Time
444
+ SENSITIVE: []
445
+ end
446
+
447
+ class DkimSigningAttributes
448
+ attr_accessor domain_signing_selector: ::String
449
+ attr_accessor domain_signing_private_key: ::String
450
+ attr_accessor next_signing_key_length: ("RSA_1024_BIT" | "RSA_2048_BIT")
451
+ SENSITIVE: [:domain_signing_private_key]
452
+ end
453
+
454
+ class DomainDeliverabilityCampaign
455
+ attr_accessor campaign_id: ::String
456
+ attr_accessor image_url: ::String
457
+ attr_accessor subject: ::String
458
+ attr_accessor from_address: ::String
459
+ attr_accessor sending_ips: ::Array[::String]
460
+ attr_accessor first_seen_date_time: ::Time
461
+ attr_accessor last_seen_date_time: ::Time
462
+ attr_accessor inbox_count: ::Integer
463
+ attr_accessor spam_count: ::Integer
464
+ attr_accessor read_rate: ::Float
465
+ attr_accessor delete_rate: ::Float
466
+ attr_accessor read_delete_rate: ::Float
467
+ attr_accessor projected_volume: ::Integer
468
+ attr_accessor esps: ::Array[::String]
469
+ SENSITIVE: []
470
+ end
471
+
472
+ class DomainDeliverabilityTrackingOption
473
+ attr_accessor domain: ::String
474
+ attr_accessor subscription_start_date: ::Time
475
+ attr_accessor inbox_placement_tracking_option: Types::InboxPlacementTrackingOption
476
+ SENSITIVE: []
477
+ end
478
+
479
+ class DomainIspPlacement
480
+ attr_accessor isp_name: ::String
481
+ attr_accessor inbox_raw_count: ::Integer
482
+ attr_accessor spam_raw_count: ::Integer
483
+ attr_accessor inbox_percentage: ::Float
484
+ attr_accessor spam_percentage: ::Float
485
+ SENSITIVE: []
486
+ end
487
+
488
+ class EmailContent
489
+ attr_accessor simple: Types::Message
490
+ attr_accessor raw: Types::RawMessage
491
+ attr_accessor template: Types::Template
492
+ SENSITIVE: []
493
+ end
494
+
495
+ class EmailInsights
496
+ attr_accessor destination: ::String
497
+ attr_accessor isp: ::String
498
+ attr_accessor events: ::Array[Types::InsightsEvent]
499
+ SENSITIVE: [:destination]
500
+ end
501
+
502
+ class EmailTemplateContent
503
+ attr_accessor subject: ::String
504
+ attr_accessor text: ::String
505
+ attr_accessor html: ::String
506
+ SENSITIVE: []
507
+ end
508
+
509
+ class EmailTemplateMetadata
510
+ attr_accessor template_name: ::String
511
+ attr_accessor created_timestamp: ::Time
512
+ SENSITIVE: []
513
+ end
514
+
515
+ class EventDestination
516
+ attr_accessor name: ::String
517
+ attr_accessor enabled: bool
518
+ attr_accessor matching_event_types: ::Array[("SEND" | "REJECT" | "BOUNCE" | "COMPLAINT" | "DELIVERY" | "OPEN" | "CLICK" | "RENDERING_FAILURE" | "DELIVERY_DELAY" | "SUBSCRIPTION")]
519
+ attr_accessor kinesis_firehose_destination: Types::KinesisFirehoseDestination
520
+ attr_accessor cloud_watch_destination: Types::CloudWatchDestination
521
+ attr_accessor sns_destination: Types::SnsDestination
522
+ attr_accessor pinpoint_destination: Types::PinpointDestination
523
+ SENSITIVE: []
524
+ end
525
+
526
+ class EventDestinationDefinition
527
+ attr_accessor enabled: bool
528
+ attr_accessor matching_event_types: ::Array[("SEND" | "REJECT" | "BOUNCE" | "COMPLAINT" | "DELIVERY" | "OPEN" | "CLICK" | "RENDERING_FAILURE" | "DELIVERY_DELAY" | "SUBSCRIPTION")]
529
+ attr_accessor kinesis_firehose_destination: Types::KinesisFirehoseDestination
530
+ attr_accessor cloud_watch_destination: Types::CloudWatchDestination
531
+ attr_accessor sns_destination: Types::SnsDestination
532
+ attr_accessor pinpoint_destination: Types::PinpointDestination
533
+ SENSITIVE: []
534
+ end
535
+
536
+ class EventDetails
537
+ attr_accessor bounce: Types::Bounce
538
+ attr_accessor complaint: Types::Complaint
539
+ SENSITIVE: []
540
+ end
541
+
542
+ class ExportDataSource
543
+ attr_accessor metrics_data_source: Types::MetricsDataSource
544
+ attr_accessor message_insights_data_source: Types::MessageInsightsDataSource
545
+ SENSITIVE: []
546
+ end
547
+
548
+ class ExportDestination
549
+ attr_accessor data_format: ("CSV" | "JSON")
550
+ attr_accessor s3_url: ::String
551
+ SENSITIVE: []
552
+ end
553
+
554
+ class ExportJobSummary
555
+ attr_accessor job_id: ::String
556
+ attr_accessor export_source_type: ("METRICS_DATA" | "MESSAGE_INSIGHTS")
557
+ attr_accessor job_status: ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "CANCELLED")
558
+ attr_accessor created_timestamp: ::Time
559
+ attr_accessor completed_timestamp: ::Time
560
+ SENSITIVE: []
561
+ end
562
+
563
+ class ExportMetric
564
+ attr_accessor name: ("SEND" | "COMPLAINT" | "PERMANENT_BOUNCE" | "TRANSIENT_BOUNCE" | "OPEN" | "CLICK" | "DELIVERY" | "DELIVERY_OPEN" | "DELIVERY_CLICK" | "DELIVERY_COMPLAINT")
565
+ attr_accessor aggregation: ("RATE" | "VOLUME")
566
+ SENSITIVE: []
567
+ end
568
+
569
+ class ExportStatistics
570
+ attr_accessor processed_records_count: ::Integer
571
+ attr_accessor exported_records_count: ::Integer
572
+ SENSITIVE: []
573
+ end
574
+
575
+ class FailureInfo
576
+ attr_accessor failed_records_s3_url: ::String
577
+ attr_accessor error_message: ::String
578
+ SENSITIVE: []
579
+ end
580
+
581
+ class GetAccountRequest < Aws::EmptyStructure
582
+ end
583
+
584
+ class GetAccountResponse
585
+ attr_accessor dedicated_ip_auto_warmup_enabled: bool
586
+ attr_accessor enforcement_status: ::String
587
+ attr_accessor production_access_enabled: bool
588
+ attr_accessor send_quota: Types::SendQuota
589
+ attr_accessor sending_enabled: bool
590
+ attr_accessor suppression_attributes: Types::SuppressionAttributes
591
+ attr_accessor details: Types::AccountDetails
592
+ attr_accessor vdm_attributes: Types::VdmAttributes
593
+ SENSITIVE: []
594
+ end
595
+
596
+ class GetBlacklistReportsRequest
597
+ attr_accessor blacklist_item_names: ::Array[::String]
598
+ SENSITIVE: []
599
+ end
600
+
601
+ class GetBlacklistReportsResponse
602
+ attr_accessor blacklist_report: ::Hash[::String, ::Array[Types::BlacklistEntry]]
603
+ SENSITIVE: []
604
+ end
605
+
606
+ class GetConfigurationSetEventDestinationsRequest
607
+ attr_accessor configuration_set_name: ::String
608
+ SENSITIVE: []
609
+ end
610
+
611
+ class GetConfigurationSetEventDestinationsResponse
612
+ attr_accessor event_destinations: ::Array[Types::EventDestination]
613
+ SENSITIVE: []
614
+ end
615
+
616
+ class GetConfigurationSetRequest
617
+ attr_accessor configuration_set_name: ::String
618
+ SENSITIVE: []
619
+ end
620
+
621
+ class GetConfigurationSetResponse
622
+ attr_accessor configuration_set_name: ::String
623
+ attr_accessor tracking_options: Types::TrackingOptions
624
+ attr_accessor delivery_options: Types::DeliveryOptions
625
+ attr_accessor reputation_options: Types::ReputationOptions
626
+ attr_accessor sending_options: Types::SendingOptions
627
+ attr_accessor tags: ::Array[Types::Tag]
628
+ attr_accessor suppression_options: Types::SuppressionOptions
629
+ attr_accessor vdm_options: Types::VdmOptions
630
+ SENSITIVE: []
631
+ end
632
+
633
+ class GetContactListRequest
634
+ attr_accessor contact_list_name: ::String
635
+ SENSITIVE: []
636
+ end
637
+
638
+ class GetContactListResponse
639
+ attr_accessor contact_list_name: ::String
640
+ attr_accessor topics: ::Array[Types::Topic]
641
+ attr_accessor description: ::String
642
+ attr_accessor created_timestamp: ::Time
643
+ attr_accessor last_updated_timestamp: ::Time
644
+ attr_accessor tags: ::Array[Types::Tag]
645
+ SENSITIVE: []
646
+ end
647
+
648
+ class GetContactRequest
649
+ attr_accessor contact_list_name: ::String
650
+ attr_accessor email_address: ::String
651
+ SENSITIVE: []
652
+ end
653
+
654
+ class GetContactResponse
655
+ attr_accessor contact_list_name: ::String
656
+ attr_accessor email_address: ::String
657
+ attr_accessor topic_preferences: ::Array[Types::TopicPreference]
658
+ attr_accessor topic_default_preferences: ::Array[Types::TopicPreference]
659
+ attr_accessor unsubscribe_all: bool
660
+ attr_accessor attributes_data: ::String
661
+ attr_accessor created_timestamp: ::Time
662
+ attr_accessor last_updated_timestamp: ::Time
663
+ SENSITIVE: []
664
+ end
665
+
666
+ class GetCustomVerificationEmailTemplateRequest
667
+ attr_accessor template_name: ::String
668
+ SENSITIVE: []
669
+ end
670
+
671
+ class GetCustomVerificationEmailTemplateResponse
672
+ attr_accessor template_name: ::String
673
+ attr_accessor from_email_address: ::String
674
+ attr_accessor template_subject: ::String
675
+ attr_accessor template_content: ::String
676
+ attr_accessor success_redirection_url: ::String
677
+ attr_accessor failure_redirection_url: ::String
678
+ SENSITIVE: []
679
+ end
680
+
681
+ class GetDedicatedIpPoolRequest
682
+ attr_accessor pool_name: ::String
683
+ SENSITIVE: []
684
+ end
685
+
686
+ class GetDedicatedIpPoolResponse
687
+ attr_accessor dedicated_ip_pool: Types::DedicatedIpPool
688
+ SENSITIVE: []
689
+ end
690
+
691
+ class GetDedicatedIpRequest
692
+ attr_accessor ip: ::String
693
+ SENSITIVE: []
694
+ end
695
+
696
+ class GetDedicatedIpResponse
697
+ attr_accessor dedicated_ip: Types::DedicatedIp
698
+ SENSITIVE: []
699
+ end
700
+
701
+ class GetDedicatedIpsRequest
702
+ attr_accessor pool_name: ::String
703
+ attr_accessor next_token: ::String
704
+ attr_accessor page_size: ::Integer
705
+ SENSITIVE: []
706
+ end
707
+
708
+ class GetDedicatedIpsResponse
709
+ attr_accessor dedicated_ips: ::Array[Types::DedicatedIp]
710
+ attr_accessor next_token: ::String
711
+ SENSITIVE: []
712
+ end
713
+
714
+ class GetDeliverabilityDashboardOptionsRequest < Aws::EmptyStructure
715
+ end
716
+
717
+ class GetDeliverabilityDashboardOptionsResponse
718
+ attr_accessor dashboard_enabled: bool
719
+ attr_accessor subscription_expiry_date: ::Time
720
+ attr_accessor account_status: ("ACTIVE" | "PENDING_EXPIRATION" | "DISABLED")
721
+ attr_accessor active_subscribed_domains: ::Array[Types::DomainDeliverabilityTrackingOption]
722
+ attr_accessor pending_expiration_subscribed_domains: ::Array[Types::DomainDeliverabilityTrackingOption]
723
+ SENSITIVE: []
724
+ end
725
+
726
+ class GetDeliverabilityTestReportRequest
727
+ attr_accessor report_id: ::String
728
+ SENSITIVE: []
729
+ end
730
+
731
+ class GetDeliverabilityTestReportResponse
732
+ attr_accessor deliverability_test_report: Types::DeliverabilityTestReport
733
+ attr_accessor overall_placement: Types::PlacementStatistics
734
+ attr_accessor isp_placements: ::Array[Types::IspPlacement]
735
+ attr_accessor message: ::String
736
+ attr_accessor tags: ::Array[Types::Tag]
737
+ SENSITIVE: []
738
+ end
739
+
740
+ class GetDomainDeliverabilityCampaignRequest
741
+ attr_accessor campaign_id: ::String
742
+ SENSITIVE: []
743
+ end
744
+
745
+ class GetDomainDeliverabilityCampaignResponse
746
+ attr_accessor domain_deliverability_campaign: Types::DomainDeliverabilityCampaign
747
+ SENSITIVE: []
748
+ end
749
+
750
+ class GetDomainStatisticsReportRequest
751
+ attr_accessor domain: ::String
752
+ attr_accessor start_date: ::Time
753
+ attr_accessor end_date: ::Time
754
+ SENSITIVE: []
755
+ end
756
+
757
+ class GetDomainStatisticsReportResponse
758
+ attr_accessor overall_volume: Types::OverallVolume
759
+ attr_accessor daily_volumes: ::Array[Types::DailyVolume]
760
+ SENSITIVE: []
761
+ end
762
+
763
+ class GetEmailIdentityPoliciesRequest
764
+ attr_accessor email_identity: ::String
765
+ SENSITIVE: []
766
+ end
767
+
768
+ class GetEmailIdentityPoliciesResponse
769
+ attr_accessor policies: ::Hash[::String, ::String]
770
+ SENSITIVE: []
771
+ end
772
+
773
+ class GetEmailIdentityRequest
774
+ attr_accessor email_identity: ::String
775
+ SENSITIVE: []
776
+ end
777
+
778
+ class GetEmailIdentityResponse
779
+ attr_accessor identity_type: ("EMAIL_ADDRESS" | "DOMAIN" | "MANAGED_DOMAIN")
780
+ attr_accessor feedback_forwarding_status: bool
781
+ attr_accessor verified_for_sending_status: bool
782
+ attr_accessor dkim_attributes: Types::DkimAttributes
783
+ attr_accessor mail_from_attributes: Types::MailFromAttributes
784
+ attr_accessor policies: ::Hash[::String, ::String]
785
+ attr_accessor tags: ::Array[Types::Tag]
786
+ attr_accessor configuration_set_name: ::String
787
+ attr_accessor verification_status: ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
788
+ attr_accessor verification_info: Types::VerificationInfo
789
+ SENSITIVE: []
790
+ end
791
+
792
+ class GetEmailTemplateRequest
793
+ attr_accessor template_name: ::String
794
+ SENSITIVE: []
795
+ end
796
+
797
+ class GetEmailTemplateResponse
798
+ attr_accessor template_name: ::String
799
+ attr_accessor template_content: Types::EmailTemplateContent
800
+ SENSITIVE: []
801
+ end
802
+
803
+ class GetExportJobRequest
804
+ attr_accessor job_id: ::String
805
+ SENSITIVE: []
806
+ end
807
+
808
+ class GetExportJobResponse
809
+ attr_accessor job_id: ::String
810
+ attr_accessor export_source_type: ("METRICS_DATA" | "MESSAGE_INSIGHTS")
811
+ attr_accessor job_status: ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "CANCELLED")
812
+ attr_accessor export_destination: Types::ExportDestination
813
+ attr_accessor export_data_source: Types::ExportDataSource
814
+ attr_accessor created_timestamp: ::Time
815
+ attr_accessor completed_timestamp: ::Time
816
+ attr_accessor failure_info: Types::FailureInfo
817
+ attr_accessor statistics: Types::ExportStatistics
818
+ SENSITIVE: []
819
+ end
820
+
821
+ class GetImportJobRequest
822
+ attr_accessor job_id: ::String
823
+ SENSITIVE: []
824
+ end
825
+
826
+ class GetImportJobResponse
827
+ attr_accessor job_id: ::String
828
+ attr_accessor import_destination: Types::ImportDestination
829
+ attr_accessor import_data_source: Types::ImportDataSource
830
+ attr_accessor failure_info: Types::FailureInfo
831
+ attr_accessor job_status: ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "CANCELLED")
832
+ attr_accessor created_timestamp: ::Time
833
+ attr_accessor completed_timestamp: ::Time
834
+ attr_accessor processed_records_count: ::Integer
835
+ attr_accessor failed_records_count: ::Integer
836
+ SENSITIVE: []
837
+ end
838
+
839
+ class GetMessageInsightsRequest
840
+ attr_accessor message_id: ::String
841
+ SENSITIVE: []
842
+ end
843
+
844
+ class GetMessageInsightsResponse
845
+ attr_accessor message_id: ::String
846
+ attr_accessor from_email_address: ::String
847
+ attr_accessor subject: ::String
848
+ attr_accessor email_tags: ::Array[Types::MessageTag]
849
+ attr_accessor insights: ::Array[Types::EmailInsights]
850
+ SENSITIVE: [:from_email_address, :subject]
851
+ end
852
+
853
+ class GetSuppressedDestinationRequest
854
+ attr_accessor email_address: ::String
855
+ SENSITIVE: []
856
+ end
857
+
858
+ class GetSuppressedDestinationResponse
859
+ attr_accessor suppressed_destination: Types::SuppressedDestination
860
+ SENSITIVE: []
861
+ end
862
+
863
+ class GuardianAttributes
864
+ attr_accessor optimized_shared_delivery: ("ENABLED" | "DISABLED")
865
+ SENSITIVE: []
866
+ end
867
+
868
+ class GuardianOptions
869
+ attr_accessor optimized_shared_delivery: ("ENABLED" | "DISABLED")
870
+ SENSITIVE: []
871
+ end
872
+
873
+ class IdentityInfo
874
+ attr_accessor identity_type: ("EMAIL_ADDRESS" | "DOMAIN" | "MANAGED_DOMAIN")
875
+ attr_accessor identity_name: ::String
876
+ attr_accessor sending_enabled: bool
877
+ attr_accessor verification_status: ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
878
+ SENSITIVE: []
879
+ end
880
+
881
+ class ImportDataSource
882
+ attr_accessor s3_url: ::String
883
+ attr_accessor data_format: ("CSV" | "JSON")
884
+ SENSITIVE: []
885
+ end
886
+
887
+ class ImportDestination
888
+ attr_accessor suppression_list_destination: Types::SuppressionListDestination
889
+ attr_accessor contact_list_destination: Types::ContactListDestination
890
+ SENSITIVE: []
891
+ end
892
+
893
+ class ImportJobSummary
894
+ attr_accessor job_id: ::String
895
+ attr_accessor import_destination: Types::ImportDestination
896
+ attr_accessor job_status: ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "CANCELLED")
897
+ attr_accessor created_timestamp: ::Time
898
+ attr_accessor processed_records_count: ::Integer
899
+ attr_accessor failed_records_count: ::Integer
900
+ SENSITIVE: []
901
+ end
902
+
903
+ class InboxPlacementTrackingOption
904
+ attr_accessor global: bool
905
+ attr_accessor tracked_isps: ::Array[::String]
906
+ SENSITIVE: []
907
+ end
908
+
909
+ class InsightsEvent
910
+ attr_accessor timestamp: ::Time
911
+ attr_accessor type: ("SEND" | "REJECT" | "BOUNCE" | "COMPLAINT" | "DELIVERY" | "OPEN" | "CLICK" | "RENDERING_FAILURE" | "DELIVERY_DELAY" | "SUBSCRIPTION")
912
+ attr_accessor details: Types::EventDetails
913
+ SENSITIVE: []
914
+ end
915
+
916
+ class InternalServiceErrorException < Aws::EmptyStructure
917
+ end
918
+
919
+ class InvalidNextTokenException < Aws::EmptyStructure
920
+ end
921
+
922
+ class IspPlacement
923
+ attr_accessor isp_name: ::String
924
+ attr_accessor placement_statistics: Types::PlacementStatistics
925
+ SENSITIVE: []
926
+ end
927
+
928
+ class KinesisFirehoseDestination
929
+ attr_accessor iam_role_arn: ::String
930
+ attr_accessor delivery_stream_arn: ::String
931
+ SENSITIVE: []
932
+ end
933
+
934
+ class LimitExceededException < Aws::EmptyStructure
935
+ end
936
+
937
+ class ListConfigurationSetsRequest
938
+ attr_accessor next_token: ::String
939
+ attr_accessor page_size: ::Integer
940
+ SENSITIVE: []
941
+ end
942
+
943
+ class ListConfigurationSetsResponse
944
+ attr_accessor configuration_sets: ::Array[::String]
945
+ attr_accessor next_token: ::String
946
+ SENSITIVE: []
947
+ end
948
+
949
+ class ListContactListsRequest
950
+ attr_accessor page_size: ::Integer
951
+ attr_accessor next_token: ::String
952
+ SENSITIVE: []
953
+ end
954
+
955
+ class ListContactListsResponse
956
+ attr_accessor contact_lists: ::Array[Types::ContactList]
957
+ attr_accessor next_token: ::String
958
+ SENSITIVE: []
959
+ end
960
+
961
+ class ListContactsFilter
962
+ attr_accessor filtered_status: ("OPT_IN" | "OPT_OUT")
963
+ attr_accessor topic_filter: Types::TopicFilter
964
+ SENSITIVE: []
965
+ end
966
+
967
+ class ListContactsRequest
968
+ attr_accessor contact_list_name: ::String
969
+ attr_accessor filter: Types::ListContactsFilter
970
+ attr_accessor page_size: ::Integer
971
+ attr_accessor next_token: ::String
972
+ SENSITIVE: []
973
+ end
974
+
975
+ class ListContactsResponse
976
+ attr_accessor contacts: ::Array[Types::Contact]
977
+ attr_accessor next_token: ::String
978
+ SENSITIVE: []
979
+ end
980
+
981
+ class ListCustomVerificationEmailTemplatesRequest
982
+ attr_accessor next_token: ::String
983
+ attr_accessor page_size: ::Integer
984
+ SENSITIVE: []
985
+ end
986
+
987
+ class ListCustomVerificationEmailTemplatesResponse
988
+ attr_accessor custom_verification_email_templates: ::Array[Types::CustomVerificationEmailTemplateMetadata]
989
+ attr_accessor next_token: ::String
990
+ SENSITIVE: []
991
+ end
992
+
993
+ class ListDedicatedIpPoolsRequest
994
+ attr_accessor next_token: ::String
995
+ attr_accessor page_size: ::Integer
996
+ SENSITIVE: []
997
+ end
998
+
999
+ class ListDedicatedIpPoolsResponse
1000
+ attr_accessor dedicated_ip_pools: ::Array[::String]
1001
+ attr_accessor next_token: ::String
1002
+ SENSITIVE: []
1003
+ end
1004
+
1005
+ class ListDeliverabilityTestReportsRequest
1006
+ attr_accessor next_token: ::String
1007
+ attr_accessor page_size: ::Integer
1008
+ SENSITIVE: []
1009
+ end
1010
+
1011
+ class ListDeliverabilityTestReportsResponse
1012
+ attr_accessor deliverability_test_reports: ::Array[Types::DeliverabilityTestReport]
1013
+ attr_accessor next_token: ::String
1014
+ SENSITIVE: []
1015
+ end
1016
+
1017
+ class ListDomainDeliverabilityCampaignsRequest
1018
+ attr_accessor start_date: ::Time
1019
+ attr_accessor end_date: ::Time
1020
+ attr_accessor subscribed_domain: ::String
1021
+ attr_accessor next_token: ::String
1022
+ attr_accessor page_size: ::Integer
1023
+ SENSITIVE: []
1024
+ end
1025
+
1026
+ class ListDomainDeliverabilityCampaignsResponse
1027
+ attr_accessor domain_deliverability_campaigns: ::Array[Types::DomainDeliverabilityCampaign]
1028
+ attr_accessor next_token: ::String
1029
+ SENSITIVE: []
1030
+ end
1031
+
1032
+ class ListEmailIdentitiesRequest
1033
+ attr_accessor next_token: ::String
1034
+ attr_accessor page_size: ::Integer
1035
+ SENSITIVE: []
1036
+ end
1037
+
1038
+ class ListEmailIdentitiesResponse
1039
+ attr_accessor email_identities: ::Array[Types::IdentityInfo]
1040
+ attr_accessor next_token: ::String
1041
+ SENSITIVE: []
1042
+ end
1043
+
1044
+ class ListEmailTemplatesRequest
1045
+ attr_accessor next_token: ::String
1046
+ attr_accessor page_size: ::Integer
1047
+ SENSITIVE: []
1048
+ end
1049
+
1050
+ class ListEmailTemplatesResponse
1051
+ attr_accessor templates_metadata: ::Array[Types::EmailTemplateMetadata]
1052
+ attr_accessor next_token: ::String
1053
+ SENSITIVE: []
1054
+ end
1055
+
1056
+ class ListExportJobsRequest
1057
+ attr_accessor next_token: ::String
1058
+ attr_accessor page_size: ::Integer
1059
+ attr_accessor export_source_type: ("METRICS_DATA" | "MESSAGE_INSIGHTS")
1060
+ attr_accessor job_status: ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "CANCELLED")
1061
+ SENSITIVE: []
1062
+ end
1063
+
1064
+ class ListExportJobsResponse
1065
+ attr_accessor export_jobs: ::Array[Types::ExportJobSummary]
1066
+ attr_accessor next_token: ::String
1067
+ SENSITIVE: []
1068
+ end
1069
+
1070
+ class ListImportJobsRequest
1071
+ attr_accessor import_destination_type: ("SUPPRESSION_LIST" | "CONTACT_LIST")
1072
+ attr_accessor next_token: ::String
1073
+ attr_accessor page_size: ::Integer
1074
+ SENSITIVE: []
1075
+ end
1076
+
1077
+ class ListImportJobsResponse
1078
+ attr_accessor import_jobs: ::Array[Types::ImportJobSummary]
1079
+ attr_accessor next_token: ::String
1080
+ SENSITIVE: []
1081
+ end
1082
+
1083
+ class ListManagementOptions
1084
+ attr_accessor contact_list_name: ::String
1085
+ attr_accessor topic_name: ::String
1086
+ SENSITIVE: []
1087
+ end
1088
+
1089
+ class ListRecommendationsRequest
1090
+ attr_accessor filter: ::Hash[("TYPE" | "IMPACT" | "STATUS" | "RESOURCE_ARN"), ::String]
1091
+ attr_accessor next_token: ::String
1092
+ attr_accessor page_size: ::Integer
1093
+ SENSITIVE: []
1094
+ end
1095
+
1096
+ class ListRecommendationsResponse
1097
+ attr_accessor recommendations: ::Array[Types::Recommendation]
1098
+ attr_accessor next_token: ::String
1099
+ SENSITIVE: []
1100
+ end
1101
+
1102
+ class ListSuppressedDestinationsRequest
1103
+ attr_accessor reasons: ::Array[("BOUNCE" | "COMPLAINT")]
1104
+ attr_accessor start_date: ::Time
1105
+ attr_accessor end_date: ::Time
1106
+ attr_accessor next_token: ::String
1107
+ attr_accessor page_size: ::Integer
1108
+ SENSITIVE: []
1109
+ end
1110
+
1111
+ class ListSuppressedDestinationsResponse
1112
+ attr_accessor suppressed_destination_summaries: ::Array[Types::SuppressedDestinationSummary]
1113
+ attr_accessor next_token: ::String
1114
+ SENSITIVE: []
1115
+ end
1116
+
1117
+ class ListTagsForResourceRequest
1118
+ attr_accessor resource_arn: ::String
1119
+ SENSITIVE: []
1120
+ end
1121
+
1122
+ class ListTagsForResourceResponse
1123
+ attr_accessor tags: ::Array[Types::Tag]
1124
+ SENSITIVE: []
1125
+ end
1126
+
1127
+ class MailFromAttributes
1128
+ attr_accessor mail_from_domain: ::String
1129
+ attr_accessor mail_from_domain_status: ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE")
1130
+ attr_accessor behavior_on_mx_failure: ("USE_DEFAULT_VALUE" | "REJECT_MESSAGE")
1131
+ SENSITIVE: []
1132
+ end
1133
+
1134
+ class MailFromDomainNotVerifiedException < Aws::EmptyStructure
1135
+ end
1136
+
1137
+ class Message
1138
+ attr_accessor subject: Types::Content
1139
+ attr_accessor body: Types::Body
1140
+ SENSITIVE: []
1141
+ end
1142
+
1143
+ class MessageInsightsDataSource
1144
+ attr_accessor start_date: ::Time
1145
+ attr_accessor end_date: ::Time
1146
+ attr_accessor include: Types::MessageInsightsFilters
1147
+ attr_accessor exclude: Types::MessageInsightsFilters
1148
+ attr_accessor max_results: ::Integer
1149
+ SENSITIVE: []
1150
+ end
1151
+
1152
+ class MessageInsightsFilters
1153
+ attr_accessor from_email_address: ::Array[::String]
1154
+ attr_accessor destination: ::Array[::String]
1155
+ attr_accessor subject: ::Array[::String]
1156
+ attr_accessor isp: ::Array[::String]
1157
+ attr_accessor last_delivery_event: ::Array[("SEND" | "DELIVERY" | "TRANSIENT_BOUNCE" | "PERMANENT_BOUNCE" | "UNDETERMINED_BOUNCE" | "COMPLAINT")]
1158
+ attr_accessor last_engagement_event: ::Array[("OPEN" | "CLICK")]
1159
+ SENSITIVE: []
1160
+ end
1161
+
1162
+ class MessageRejected < Aws::EmptyStructure
1163
+ end
1164
+
1165
+ class MessageTag
1166
+ attr_accessor name: ::String
1167
+ attr_accessor value: ::String
1168
+ SENSITIVE: []
1169
+ end
1170
+
1171
+ class MetricDataError
1172
+ attr_accessor id: ::String
1173
+ attr_accessor code: ("INTERNAL_FAILURE" | "ACCESS_DENIED")
1174
+ attr_accessor message: ::String
1175
+ SENSITIVE: []
1176
+ end
1177
+
1178
+ class MetricDataResult
1179
+ attr_accessor id: ::String
1180
+ attr_accessor timestamps: ::Array[::Time]
1181
+ attr_accessor values: ::Array[::Integer]
1182
+ SENSITIVE: []
1183
+ end
1184
+
1185
+ class MetricsDataSource
1186
+ attr_accessor dimensions: ::Hash[("EMAIL_IDENTITY" | "CONFIGURATION_SET" | "ISP"), ::Array[::String]]
1187
+ attr_accessor namespace: ("VDM")
1188
+ attr_accessor metrics: ::Array[Types::ExportMetric]
1189
+ attr_accessor start_date: ::Time
1190
+ attr_accessor end_date: ::Time
1191
+ SENSITIVE: []
1192
+ end
1193
+
1194
+ class NotFoundException < Aws::EmptyStructure
1195
+ end
1196
+
1197
+ class OverallVolume
1198
+ attr_accessor volume_statistics: Types::VolumeStatistics
1199
+ attr_accessor read_rate_percent: ::Float
1200
+ attr_accessor domain_isp_placements: ::Array[Types::DomainIspPlacement]
1201
+ SENSITIVE: []
1202
+ end
1203
+
1204
+ class PinpointDestination
1205
+ attr_accessor application_arn: ::String
1206
+ SENSITIVE: []
1207
+ end
1208
+
1209
+ class PlacementStatistics
1210
+ attr_accessor inbox_percentage: ::Float
1211
+ attr_accessor spam_percentage: ::Float
1212
+ attr_accessor missing_percentage: ::Float
1213
+ attr_accessor spf_percentage: ::Float
1214
+ attr_accessor dkim_percentage: ::Float
1215
+ SENSITIVE: []
1216
+ end
1217
+
1218
+ class PutAccountDedicatedIpWarmupAttributesRequest
1219
+ attr_accessor auto_warmup_enabled: bool
1220
+ SENSITIVE: []
1221
+ end
1222
+
1223
+ class PutAccountDedicatedIpWarmupAttributesResponse < Aws::EmptyStructure
1224
+ end
1225
+
1226
+ class PutAccountDetailsRequest
1227
+ attr_accessor mail_type: ("MARKETING" | "TRANSACTIONAL")
1228
+ attr_accessor website_url: ::String
1229
+ attr_accessor contact_language: ("EN" | "JA")
1230
+ attr_accessor use_case_description: ::String
1231
+ attr_accessor additional_contact_email_addresses: ::Array[::String]
1232
+ attr_accessor production_access_enabled: bool
1233
+ SENSITIVE: [:website_url, :use_case_description, :additional_contact_email_addresses]
1234
+ end
1235
+
1236
+ class PutAccountDetailsResponse < Aws::EmptyStructure
1237
+ end
1238
+
1239
+ class PutAccountSendingAttributesRequest
1240
+ attr_accessor sending_enabled: bool
1241
+ SENSITIVE: []
1242
+ end
1243
+
1244
+ class PutAccountSendingAttributesResponse < Aws::EmptyStructure
1245
+ end
1246
+
1247
+ class PutAccountSuppressionAttributesRequest
1248
+ attr_accessor suppressed_reasons: ::Array[("BOUNCE" | "COMPLAINT")]
1249
+ SENSITIVE: []
1250
+ end
1251
+
1252
+ class PutAccountSuppressionAttributesResponse < Aws::EmptyStructure
1253
+ end
1254
+
1255
+ class PutAccountVdmAttributesRequest
1256
+ attr_accessor vdm_attributes: Types::VdmAttributes
1257
+ SENSITIVE: []
1258
+ end
1259
+
1260
+ class PutAccountVdmAttributesResponse < Aws::EmptyStructure
1261
+ end
1262
+
1263
+ class PutConfigurationSetDeliveryOptionsRequest
1264
+ attr_accessor configuration_set_name: ::String
1265
+ attr_accessor tls_policy: ("REQUIRE" | "OPTIONAL")
1266
+ attr_accessor sending_pool_name: ::String
1267
+ SENSITIVE: []
1268
+ end
1269
+
1270
+ class PutConfigurationSetDeliveryOptionsResponse < Aws::EmptyStructure
1271
+ end
1272
+
1273
+ class PutConfigurationSetReputationOptionsRequest
1274
+ attr_accessor configuration_set_name: ::String
1275
+ attr_accessor reputation_metrics_enabled: bool
1276
+ SENSITIVE: []
1277
+ end
1278
+
1279
+ class PutConfigurationSetReputationOptionsResponse < Aws::EmptyStructure
1280
+ end
1281
+
1282
+ class PutConfigurationSetSendingOptionsRequest
1283
+ attr_accessor configuration_set_name: ::String
1284
+ attr_accessor sending_enabled: bool
1285
+ SENSITIVE: []
1286
+ end
1287
+
1288
+ class PutConfigurationSetSendingOptionsResponse < Aws::EmptyStructure
1289
+ end
1290
+
1291
+ class PutConfigurationSetSuppressionOptionsRequest
1292
+ attr_accessor configuration_set_name: ::String
1293
+ attr_accessor suppressed_reasons: ::Array[("BOUNCE" | "COMPLAINT")]
1294
+ SENSITIVE: []
1295
+ end
1296
+
1297
+ class PutConfigurationSetSuppressionOptionsResponse < Aws::EmptyStructure
1298
+ end
1299
+
1300
+ class PutConfigurationSetTrackingOptionsRequest
1301
+ attr_accessor configuration_set_name: ::String
1302
+ attr_accessor custom_redirect_domain: ::String
1303
+ SENSITIVE: []
1304
+ end
1305
+
1306
+ class PutConfigurationSetTrackingOptionsResponse < Aws::EmptyStructure
1307
+ end
1308
+
1309
+ class PutConfigurationSetVdmOptionsRequest
1310
+ attr_accessor configuration_set_name: ::String
1311
+ attr_accessor vdm_options: Types::VdmOptions
1312
+ SENSITIVE: []
1313
+ end
1314
+
1315
+ class PutConfigurationSetVdmOptionsResponse < Aws::EmptyStructure
1316
+ end
1317
+
1318
+ class PutDedicatedIpInPoolRequest
1319
+ attr_accessor ip: ::String
1320
+ attr_accessor destination_pool_name: ::String
1321
+ SENSITIVE: []
1322
+ end
1323
+
1324
+ class PutDedicatedIpInPoolResponse < Aws::EmptyStructure
1325
+ end
1326
+
1327
+ class PutDedicatedIpPoolScalingAttributesRequest
1328
+ attr_accessor pool_name: ::String
1329
+ attr_accessor scaling_mode: ("STANDARD" | "MANAGED")
1330
+ SENSITIVE: []
1331
+ end
1332
+
1333
+ class PutDedicatedIpPoolScalingAttributesResponse < Aws::EmptyStructure
1334
+ end
1335
+
1336
+ class PutDedicatedIpWarmupAttributesRequest
1337
+ attr_accessor ip: ::String
1338
+ attr_accessor warmup_percentage: ::Integer
1339
+ SENSITIVE: []
1340
+ end
1341
+
1342
+ class PutDedicatedIpWarmupAttributesResponse < Aws::EmptyStructure
1343
+ end
1344
+
1345
+ class PutDeliverabilityDashboardOptionRequest
1346
+ attr_accessor dashboard_enabled: bool
1347
+ attr_accessor subscribed_domains: ::Array[Types::DomainDeliverabilityTrackingOption]
1348
+ SENSITIVE: []
1349
+ end
1350
+
1351
+ class PutDeliverabilityDashboardOptionResponse < Aws::EmptyStructure
1352
+ end
1353
+
1354
+ class PutEmailIdentityConfigurationSetAttributesRequest
1355
+ attr_accessor email_identity: ::String
1356
+ attr_accessor configuration_set_name: ::String
1357
+ SENSITIVE: []
1358
+ end
1359
+
1360
+ class PutEmailIdentityConfigurationSetAttributesResponse < Aws::EmptyStructure
1361
+ end
1362
+
1363
+ class PutEmailIdentityDkimAttributesRequest
1364
+ attr_accessor email_identity: ::String
1365
+ attr_accessor signing_enabled: bool
1366
+ SENSITIVE: []
1367
+ end
1368
+
1369
+ class PutEmailIdentityDkimAttributesResponse < Aws::EmptyStructure
1370
+ end
1371
+
1372
+ class PutEmailIdentityDkimSigningAttributesRequest
1373
+ attr_accessor email_identity: ::String
1374
+ attr_accessor signing_attributes_origin: ("AWS_SES" | "EXTERNAL")
1375
+ attr_accessor signing_attributes: Types::DkimSigningAttributes
1376
+ SENSITIVE: []
1377
+ end
1378
+
1379
+ class PutEmailIdentityDkimSigningAttributesResponse
1380
+ attr_accessor dkim_status: ("PENDING" | "SUCCESS" | "FAILED" | "TEMPORARY_FAILURE" | "NOT_STARTED")
1381
+ attr_accessor dkim_tokens: ::Array[::String]
1382
+ SENSITIVE: []
1383
+ end
1384
+
1385
+ class PutEmailIdentityFeedbackAttributesRequest
1386
+ attr_accessor email_identity: ::String
1387
+ attr_accessor email_forwarding_enabled: bool
1388
+ SENSITIVE: []
1389
+ end
1390
+
1391
+ class PutEmailIdentityFeedbackAttributesResponse < Aws::EmptyStructure
1392
+ end
1393
+
1394
+ class PutEmailIdentityMailFromAttributesRequest
1395
+ attr_accessor email_identity: ::String
1396
+ attr_accessor mail_from_domain: ::String
1397
+ attr_accessor behavior_on_mx_failure: ("USE_DEFAULT_VALUE" | "REJECT_MESSAGE")
1398
+ SENSITIVE: []
1399
+ end
1400
+
1401
+ class PutEmailIdentityMailFromAttributesResponse < Aws::EmptyStructure
1402
+ end
1403
+
1404
+ class PutSuppressedDestinationRequest
1405
+ attr_accessor email_address: ::String
1406
+ attr_accessor reason: ("BOUNCE" | "COMPLAINT")
1407
+ SENSITIVE: []
1408
+ end
1409
+
1410
+ class PutSuppressedDestinationResponse < Aws::EmptyStructure
1411
+ end
1412
+
1413
+ class RawMessage
1414
+ attr_accessor data: ::String
1415
+ SENSITIVE: []
1416
+ end
1417
+
1418
+ class Recommendation
1419
+ attr_accessor resource_arn: ::String
1420
+ attr_accessor type: ("DKIM" | "DMARC" | "SPF" | "BIMI")
1421
+ attr_accessor description: ::String
1422
+ attr_accessor status: ("OPEN" | "FIXED")
1423
+ attr_accessor created_timestamp: ::Time
1424
+ attr_accessor last_updated_timestamp: ::Time
1425
+ attr_accessor impact: ("LOW" | "HIGH")
1426
+ SENSITIVE: []
1427
+ end
1428
+
1429
+ class ReplacementEmailContent
1430
+ attr_accessor replacement_template: Types::ReplacementTemplate
1431
+ SENSITIVE: []
1432
+ end
1433
+
1434
+ class ReplacementTemplate
1435
+ attr_accessor replacement_template_data: ::String
1436
+ SENSITIVE: []
1437
+ end
1438
+
1439
+ class ReputationOptions
1440
+ attr_accessor reputation_metrics_enabled: bool
1441
+ attr_accessor last_fresh_start: ::Time
1442
+ SENSITIVE: []
1443
+ end
1444
+
1445
+ class ReviewDetails
1446
+ attr_accessor status: ("PENDING" | "FAILED" | "GRANTED" | "DENIED")
1447
+ attr_accessor case_id: ::String
1448
+ SENSITIVE: []
1449
+ end
1450
+
1451
+ class SOARecord
1452
+ attr_accessor primary_name_server: ::String
1453
+ attr_accessor admin_email: ::String
1454
+ attr_accessor serial_number: ::Integer
1455
+ SENSITIVE: []
1456
+ end
1457
+
1458
+ class SendBulkEmailRequest
1459
+ attr_accessor from_email_address: ::String
1460
+ attr_accessor from_email_address_identity_arn: ::String
1461
+ attr_accessor reply_to_addresses: ::Array[::String]
1462
+ attr_accessor feedback_forwarding_email_address: ::String
1463
+ attr_accessor feedback_forwarding_email_address_identity_arn: ::String
1464
+ attr_accessor default_email_tags: ::Array[Types::MessageTag]
1465
+ attr_accessor default_content: Types::BulkEmailContent
1466
+ attr_accessor bulk_email_entries: ::Array[Types::BulkEmailEntry]
1467
+ attr_accessor configuration_set_name: ::String
1468
+ SENSITIVE: []
1469
+ end
1470
+
1471
+ class SendBulkEmailResponse
1472
+ attr_accessor bulk_email_entry_results: ::Array[Types::BulkEmailEntryResult]
1473
+ SENSITIVE: []
1474
+ end
1475
+
1476
+ class SendCustomVerificationEmailRequest
1477
+ attr_accessor email_address: ::String
1478
+ attr_accessor template_name: ::String
1479
+ attr_accessor configuration_set_name: ::String
1480
+ SENSITIVE: []
1481
+ end
1482
+
1483
+ class SendCustomVerificationEmailResponse
1484
+ attr_accessor message_id: ::String
1485
+ SENSITIVE: []
1486
+ end
1487
+
1488
+ class SendEmailRequest
1489
+ attr_accessor from_email_address: ::String
1490
+ attr_accessor from_email_address_identity_arn: ::String
1491
+ attr_accessor destination: Types::Destination
1492
+ attr_accessor reply_to_addresses: ::Array[::String]
1493
+ attr_accessor feedback_forwarding_email_address: ::String
1494
+ attr_accessor feedback_forwarding_email_address_identity_arn: ::String
1495
+ attr_accessor content: Types::EmailContent
1496
+ attr_accessor email_tags: ::Array[Types::MessageTag]
1497
+ attr_accessor configuration_set_name: ::String
1498
+ attr_accessor list_management_options: Types::ListManagementOptions
1499
+ SENSITIVE: []
1500
+ end
1501
+
1502
+ class SendEmailResponse
1503
+ attr_accessor message_id: ::String
1504
+ SENSITIVE: []
1505
+ end
1506
+
1507
+ class SendQuota
1508
+ attr_accessor max_24_hour_send: ::Float
1509
+ attr_accessor max_send_rate: ::Float
1510
+ attr_accessor sent_last_24_hours: ::Float
1511
+ SENSITIVE: []
1512
+ end
1513
+
1514
+ class SendingOptions
1515
+ attr_accessor sending_enabled: bool
1516
+ SENSITIVE: []
1517
+ end
1518
+
1519
+ class SendingPausedException < Aws::EmptyStructure
1520
+ end
1521
+
1522
+ class SnsDestination
1523
+ attr_accessor topic_arn: ::String
1524
+ SENSITIVE: []
1525
+ end
1526
+
1527
+ class SuppressedDestination
1528
+ attr_accessor email_address: ::String
1529
+ attr_accessor reason: ("BOUNCE" | "COMPLAINT")
1530
+ attr_accessor last_update_time: ::Time
1531
+ attr_accessor attributes: Types::SuppressedDestinationAttributes
1532
+ SENSITIVE: []
1533
+ end
1534
+
1535
+ class SuppressedDestinationAttributes
1536
+ attr_accessor message_id: ::String
1537
+ attr_accessor feedback_id: ::String
1538
+ SENSITIVE: []
1539
+ end
1540
+
1541
+ class SuppressedDestinationSummary
1542
+ attr_accessor email_address: ::String
1543
+ attr_accessor reason: ("BOUNCE" | "COMPLAINT")
1544
+ attr_accessor last_update_time: ::Time
1545
+ SENSITIVE: []
1546
+ end
1547
+
1548
+ class SuppressionAttributes
1549
+ attr_accessor suppressed_reasons: ::Array[("BOUNCE" | "COMPLAINT")]
1550
+ SENSITIVE: []
1551
+ end
1552
+
1553
+ class SuppressionListDestination
1554
+ attr_accessor suppression_list_import_action: ("DELETE" | "PUT")
1555
+ SENSITIVE: []
1556
+ end
1557
+
1558
+ class SuppressionOptions
1559
+ attr_accessor suppressed_reasons: ::Array[("BOUNCE" | "COMPLAINT")]
1560
+ SENSITIVE: []
1561
+ end
1562
+
1563
+ class Tag
1564
+ attr_accessor key: ::String
1565
+ attr_accessor value: ::String
1566
+ SENSITIVE: []
1567
+ end
1568
+
1569
+ class TagResourceRequest
1570
+ attr_accessor resource_arn: ::String
1571
+ attr_accessor tags: ::Array[Types::Tag]
1572
+ SENSITIVE: []
1573
+ end
1574
+
1575
+ class TagResourceResponse < Aws::EmptyStructure
1576
+ end
1577
+
1578
+ class Template
1579
+ attr_accessor template_name: ::String
1580
+ attr_accessor template_arn: ::String
1581
+ attr_accessor template_data: ::String
1582
+ SENSITIVE: []
1583
+ end
1584
+
1585
+ class TestRenderEmailTemplateRequest
1586
+ attr_accessor template_name: ::String
1587
+ attr_accessor template_data: ::String
1588
+ SENSITIVE: []
1589
+ end
1590
+
1591
+ class TestRenderEmailTemplateResponse
1592
+ attr_accessor rendered_template: ::String
1593
+ SENSITIVE: []
1594
+ end
1595
+
1596
+ class TooManyRequestsException < Aws::EmptyStructure
1597
+ end
1598
+
1599
+ class Topic
1600
+ attr_accessor topic_name: ::String
1601
+ attr_accessor display_name: ::String
1602
+ attr_accessor description: ::String
1603
+ attr_accessor default_subscription_status: ("OPT_IN" | "OPT_OUT")
1604
+ SENSITIVE: []
1605
+ end
1606
+
1607
+ class TopicFilter
1608
+ attr_accessor topic_name: ::String
1609
+ attr_accessor use_default_if_preference_unavailable: bool
1610
+ SENSITIVE: []
1611
+ end
1612
+
1613
+ class TopicPreference
1614
+ attr_accessor topic_name: ::String
1615
+ attr_accessor subscription_status: ("OPT_IN" | "OPT_OUT")
1616
+ SENSITIVE: []
1617
+ end
1618
+
1619
+ class TrackingOptions
1620
+ attr_accessor custom_redirect_domain: ::String
1621
+ SENSITIVE: []
1622
+ end
1623
+
1624
+ class UntagResourceRequest
1625
+ attr_accessor resource_arn: ::String
1626
+ attr_accessor tag_keys: ::Array[::String]
1627
+ SENSITIVE: []
1628
+ end
1629
+
1630
+ class UntagResourceResponse < Aws::EmptyStructure
1631
+ end
1632
+
1633
+ class UpdateConfigurationSetEventDestinationRequest
1634
+ attr_accessor configuration_set_name: ::String
1635
+ attr_accessor event_destination_name: ::String
1636
+ attr_accessor event_destination: Types::EventDestinationDefinition
1637
+ SENSITIVE: []
1638
+ end
1639
+
1640
+ class UpdateConfigurationSetEventDestinationResponse < Aws::EmptyStructure
1641
+ end
1642
+
1643
+ class UpdateContactListRequest
1644
+ attr_accessor contact_list_name: ::String
1645
+ attr_accessor topics: ::Array[Types::Topic]
1646
+ attr_accessor description: ::String
1647
+ SENSITIVE: []
1648
+ end
1649
+
1650
+ class UpdateContactListResponse < Aws::EmptyStructure
1651
+ end
1652
+
1653
+ class UpdateContactRequest
1654
+ attr_accessor contact_list_name: ::String
1655
+ attr_accessor email_address: ::String
1656
+ attr_accessor topic_preferences: ::Array[Types::TopicPreference]
1657
+ attr_accessor unsubscribe_all: bool
1658
+ attr_accessor attributes_data: ::String
1659
+ SENSITIVE: []
1660
+ end
1661
+
1662
+ class UpdateContactResponse < Aws::EmptyStructure
1663
+ end
1664
+
1665
+ class UpdateCustomVerificationEmailTemplateRequest
1666
+ attr_accessor template_name: ::String
1667
+ attr_accessor from_email_address: ::String
1668
+ attr_accessor template_subject: ::String
1669
+ attr_accessor template_content: ::String
1670
+ attr_accessor success_redirection_url: ::String
1671
+ attr_accessor failure_redirection_url: ::String
1672
+ SENSITIVE: []
1673
+ end
1674
+
1675
+ class UpdateCustomVerificationEmailTemplateResponse < Aws::EmptyStructure
1676
+ end
1677
+
1678
+ class UpdateEmailIdentityPolicyRequest
1679
+ attr_accessor email_identity: ::String
1680
+ attr_accessor policy_name: ::String
1681
+ attr_accessor policy: ::String
1682
+ SENSITIVE: []
1683
+ end
1684
+
1685
+ class UpdateEmailIdentityPolicyResponse < Aws::EmptyStructure
1686
+ end
1687
+
1688
+ class UpdateEmailTemplateRequest
1689
+ attr_accessor template_name: ::String
1690
+ attr_accessor template_content: Types::EmailTemplateContent
1691
+ SENSITIVE: []
1692
+ end
1693
+
1694
+ class UpdateEmailTemplateResponse < Aws::EmptyStructure
1695
+ end
1696
+
1697
+ class VdmAttributes
1698
+ attr_accessor vdm_enabled: ("ENABLED" | "DISABLED")
1699
+ attr_accessor dashboard_attributes: Types::DashboardAttributes
1700
+ attr_accessor guardian_attributes: Types::GuardianAttributes
1701
+ SENSITIVE: []
1702
+ end
1703
+
1704
+ class VdmOptions
1705
+ attr_accessor dashboard_options: Types::DashboardOptions
1706
+ attr_accessor guardian_options: Types::GuardianOptions
1707
+ SENSITIVE: []
1708
+ end
1709
+
1710
+ class VerificationInfo
1711
+ attr_accessor last_checked_timestamp: ::Time
1712
+ attr_accessor last_success_timestamp: ::Time
1713
+ attr_accessor error_type: ("SERVICE_ERROR" | "DNS_SERVER_ERROR" | "HOST_NOT_FOUND" | "TYPE_NOT_FOUND" | "INVALID_VALUE")
1714
+ attr_accessor soa_record: Types::SOARecord
1715
+ SENSITIVE: []
1716
+ end
1717
+
1718
+ class VolumeStatistics
1719
+ attr_accessor inbox_raw_count: ::Integer
1720
+ attr_accessor spam_raw_count: ::Integer
1721
+ attr_accessor projected_inbox: ::Integer
1722
+ attr_accessor projected_spam: ::Integer
1723
+ SENSITIVE: []
1724
+ end
1725
+ end
1726
+ end