UNPKG

44.9 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2010-12-01",
5 "endpointPrefix": "email",
6 "protocol": "query",
7 "serviceAbbreviation": "Amazon SES",
8 "serviceFullName": "Amazon Simple Email Service",
9 "serviceId": "SES",
10 "signatureVersion": "v4",
11 "signingName": "ses",
12 "uid": "email-2010-12-01",
13 "xmlNamespace": "http://ses.amazonaws.com/doc/2010-12-01/"
14 },
15 "operations": {
16 "CloneReceiptRuleSet": {
17 "input": {
18 "type": "structure",
19 "required": [
20 "RuleSetName",
21 "OriginalRuleSetName"
22 ],
23 "members": {
24 "RuleSetName": {},
25 "OriginalRuleSetName": {}
26 }
27 },
28 "output": {
29 "resultWrapper": "CloneReceiptRuleSetResult",
30 "type": "structure",
31 "members": {}
32 }
33 },
34 "CreateConfigurationSet": {
35 "input": {
36 "type": "structure",
37 "required": [
38 "ConfigurationSet"
39 ],
40 "members": {
41 "ConfigurationSet": {
42 "shape": "S5"
43 }
44 }
45 },
46 "output": {
47 "resultWrapper": "CreateConfigurationSetResult",
48 "type": "structure",
49 "members": {}
50 }
51 },
52 "CreateConfigurationSetEventDestination": {
53 "input": {
54 "type": "structure",
55 "required": [
56 "ConfigurationSetName",
57 "EventDestination"
58 ],
59 "members": {
60 "ConfigurationSetName": {},
61 "EventDestination": {
62 "shape": "S9"
63 }
64 }
65 },
66 "output": {
67 "resultWrapper": "CreateConfigurationSetEventDestinationResult",
68 "type": "structure",
69 "members": {}
70 }
71 },
72 "CreateConfigurationSetTrackingOptions": {
73 "input": {
74 "type": "structure",
75 "required": [
76 "ConfigurationSetName",
77 "TrackingOptions"
78 ],
79 "members": {
80 "ConfigurationSetName": {},
81 "TrackingOptions": {
82 "shape": "Sp"
83 }
84 }
85 },
86 "output": {
87 "resultWrapper": "CreateConfigurationSetTrackingOptionsResult",
88 "type": "structure",
89 "members": {}
90 }
91 },
92 "CreateCustomVerificationEmailTemplate": {
93 "input": {
94 "type": "structure",
95 "required": [
96 "TemplateName",
97 "FromEmailAddress",
98 "TemplateSubject",
99 "TemplateContent",
100 "SuccessRedirectionURL",
101 "FailureRedirectionURL"
102 ],
103 "members": {
104 "TemplateName": {},
105 "FromEmailAddress": {},
106 "TemplateSubject": {},
107 "TemplateContent": {},
108 "SuccessRedirectionURL": {},
109 "FailureRedirectionURL": {}
110 }
111 }
112 },
113 "CreateReceiptFilter": {
114 "input": {
115 "type": "structure",
116 "required": [
117 "Filter"
118 ],
119 "members": {
120 "Filter": {
121 "shape": "S10"
122 }
123 }
124 },
125 "output": {
126 "resultWrapper": "CreateReceiptFilterResult",
127 "type": "structure",
128 "members": {}
129 }
130 },
131 "CreateReceiptRule": {
132 "input": {
133 "type": "structure",
134 "required": [
135 "RuleSetName",
136 "Rule"
137 ],
138 "members": {
139 "RuleSetName": {},
140 "After": {},
141 "Rule": {
142 "shape": "S18"
143 }
144 }
145 },
146 "output": {
147 "resultWrapper": "CreateReceiptRuleResult",
148 "type": "structure",
149 "members": {}
150 }
151 },
152 "CreateReceiptRuleSet": {
153 "input": {
154 "type": "structure",
155 "required": [
156 "RuleSetName"
157 ],
158 "members": {
159 "RuleSetName": {}
160 }
161 },
162 "output": {
163 "resultWrapper": "CreateReceiptRuleSetResult",
164 "type": "structure",
165 "members": {}
166 }
167 },
168 "CreateTemplate": {
169 "input": {
170 "type": "structure",
171 "required": [
172 "Template"
173 ],
174 "members": {
175 "Template": {
176 "shape": "S20"
177 }
178 }
179 },
180 "output": {
181 "resultWrapper": "CreateTemplateResult",
182 "type": "structure",
183 "members": {}
184 }
185 },
186 "DeleteConfigurationSet": {
187 "input": {
188 "type": "structure",
189 "required": [
190 "ConfigurationSetName"
191 ],
192 "members": {
193 "ConfigurationSetName": {}
194 }
195 },
196 "output": {
197 "resultWrapper": "DeleteConfigurationSetResult",
198 "type": "structure",
199 "members": {}
200 }
201 },
202 "DeleteConfigurationSetEventDestination": {
203 "input": {
204 "type": "structure",
205 "required": [
206 "ConfigurationSetName",
207 "EventDestinationName"
208 ],
209 "members": {
210 "ConfigurationSetName": {},
211 "EventDestinationName": {}
212 }
213 },
214 "output": {
215 "resultWrapper": "DeleteConfigurationSetEventDestinationResult",
216 "type": "structure",
217 "members": {}
218 }
219 },
220 "DeleteConfigurationSetTrackingOptions": {
221 "input": {
222 "type": "structure",
223 "required": [
224 "ConfigurationSetName"
225 ],
226 "members": {
227 "ConfigurationSetName": {}
228 }
229 },
230 "output": {
231 "resultWrapper": "DeleteConfigurationSetTrackingOptionsResult",
232 "type": "structure",
233 "members": {}
234 }
235 },
236 "DeleteCustomVerificationEmailTemplate": {
237 "input": {
238 "type": "structure",
239 "required": [
240 "TemplateName"
241 ],
242 "members": {
243 "TemplateName": {}
244 }
245 }
246 },
247 "DeleteIdentity": {
248 "input": {
249 "type": "structure",
250 "required": [
251 "Identity"
252 ],
253 "members": {
254 "Identity": {}
255 }
256 },
257 "output": {
258 "resultWrapper": "DeleteIdentityResult",
259 "type": "structure",
260 "members": {}
261 }
262 },
263 "DeleteIdentityPolicy": {
264 "input": {
265 "type": "structure",
266 "required": [
267 "Identity",
268 "PolicyName"
269 ],
270 "members": {
271 "Identity": {},
272 "PolicyName": {}
273 }
274 },
275 "output": {
276 "resultWrapper": "DeleteIdentityPolicyResult",
277 "type": "structure",
278 "members": {}
279 }
280 },
281 "DeleteReceiptFilter": {
282 "input": {
283 "type": "structure",
284 "required": [
285 "FilterName"
286 ],
287 "members": {
288 "FilterName": {}
289 }
290 },
291 "output": {
292 "resultWrapper": "DeleteReceiptFilterResult",
293 "type": "structure",
294 "members": {}
295 }
296 },
297 "DeleteReceiptRule": {
298 "input": {
299 "type": "structure",
300 "required": [
301 "RuleSetName",
302 "RuleName"
303 ],
304 "members": {
305 "RuleSetName": {},
306 "RuleName": {}
307 }
308 },
309 "output": {
310 "resultWrapper": "DeleteReceiptRuleResult",
311 "type": "structure",
312 "members": {}
313 }
314 },
315 "DeleteReceiptRuleSet": {
316 "input": {
317 "type": "structure",
318 "required": [
319 "RuleSetName"
320 ],
321 "members": {
322 "RuleSetName": {}
323 }
324 },
325 "output": {
326 "resultWrapper": "DeleteReceiptRuleSetResult",
327 "type": "structure",
328 "members": {}
329 }
330 },
331 "DeleteTemplate": {
332 "input": {
333 "type": "structure",
334 "required": [
335 "TemplateName"
336 ],
337 "members": {
338 "TemplateName": {}
339 }
340 },
341 "output": {
342 "resultWrapper": "DeleteTemplateResult",
343 "type": "structure",
344 "members": {}
345 }
346 },
347 "DeleteVerifiedEmailAddress": {
348 "input": {
349 "type": "structure",
350 "required": [
351 "EmailAddress"
352 ],
353 "members": {
354 "EmailAddress": {}
355 }
356 }
357 },
358 "DescribeActiveReceiptRuleSet": {
359 "input": {
360 "type": "structure",
361 "members": {}
362 },
363 "output": {
364 "resultWrapper": "DescribeActiveReceiptRuleSetResult",
365 "type": "structure",
366 "members": {
367 "Metadata": {
368 "shape": "S2t"
369 },
370 "Rules": {
371 "shape": "S2v"
372 }
373 }
374 }
375 },
376 "DescribeConfigurationSet": {
377 "input": {
378 "type": "structure",
379 "required": [
380 "ConfigurationSetName"
381 ],
382 "members": {
383 "ConfigurationSetName": {},
384 "ConfigurationSetAttributeNames": {
385 "type": "list",
386 "member": {}
387 }
388 }
389 },
390 "output": {
391 "resultWrapper": "DescribeConfigurationSetResult",
392 "type": "structure",
393 "members": {
394 "ConfigurationSet": {
395 "shape": "S5"
396 },
397 "EventDestinations": {
398 "type": "list",
399 "member": {
400 "shape": "S9"
401 }
402 },
403 "TrackingOptions": {
404 "shape": "Sp"
405 },
406 "DeliveryOptions": {
407 "shape": "S31"
408 },
409 "ReputationOptions": {
410 "type": "structure",
411 "members": {
412 "SendingEnabled": {
413 "type": "boolean"
414 },
415 "ReputationMetricsEnabled": {
416 "type": "boolean"
417 },
418 "LastFreshStart": {
419 "type": "timestamp"
420 }
421 }
422 }
423 }
424 }
425 },
426 "DescribeReceiptRule": {
427 "input": {
428 "type": "structure",
429 "required": [
430 "RuleSetName",
431 "RuleName"
432 ],
433 "members": {
434 "RuleSetName": {},
435 "RuleName": {}
436 }
437 },
438 "output": {
439 "resultWrapper": "DescribeReceiptRuleResult",
440 "type": "structure",
441 "members": {
442 "Rule": {
443 "shape": "S18"
444 }
445 }
446 }
447 },
448 "DescribeReceiptRuleSet": {
449 "input": {
450 "type": "structure",
451 "required": [
452 "RuleSetName"
453 ],
454 "members": {
455 "RuleSetName": {}
456 }
457 },
458 "output": {
459 "resultWrapper": "DescribeReceiptRuleSetResult",
460 "type": "structure",
461 "members": {
462 "Metadata": {
463 "shape": "S2t"
464 },
465 "Rules": {
466 "shape": "S2v"
467 }
468 }
469 }
470 },
471 "GetAccountSendingEnabled": {
472 "output": {
473 "resultWrapper": "GetAccountSendingEnabledResult",
474 "type": "structure",
475 "members": {
476 "Enabled": {
477 "type": "boolean"
478 }
479 }
480 }
481 },
482 "GetCustomVerificationEmailTemplate": {
483 "input": {
484 "type": "structure",
485 "required": [
486 "TemplateName"
487 ],
488 "members": {
489 "TemplateName": {}
490 }
491 },
492 "output": {
493 "resultWrapper": "GetCustomVerificationEmailTemplateResult",
494 "type": "structure",
495 "members": {
496 "TemplateName": {},
497 "FromEmailAddress": {},
498 "TemplateSubject": {},
499 "TemplateContent": {},
500 "SuccessRedirectionURL": {},
501 "FailureRedirectionURL": {}
502 }
503 }
504 },
505 "GetIdentityDkimAttributes": {
506 "input": {
507 "type": "structure",
508 "required": [
509 "Identities"
510 ],
511 "members": {
512 "Identities": {
513 "shape": "S3c"
514 }
515 }
516 },
517 "output": {
518 "resultWrapper": "GetIdentityDkimAttributesResult",
519 "type": "structure",
520 "required": [
521 "DkimAttributes"
522 ],
523 "members": {
524 "DkimAttributes": {
525 "type": "map",
526 "key": {},
527 "value": {
528 "type": "structure",
529 "required": [
530 "DkimEnabled",
531 "DkimVerificationStatus"
532 ],
533 "members": {
534 "DkimEnabled": {
535 "type": "boolean"
536 },
537 "DkimVerificationStatus": {},
538 "DkimTokens": {
539 "shape": "S3h"
540 }
541 }
542 }
543 }
544 }
545 }
546 },
547 "GetIdentityMailFromDomainAttributes": {
548 "input": {
549 "type": "structure",
550 "required": [
551 "Identities"
552 ],
553 "members": {
554 "Identities": {
555 "shape": "S3c"
556 }
557 }
558 },
559 "output": {
560 "resultWrapper": "GetIdentityMailFromDomainAttributesResult",
561 "type": "structure",
562 "required": [
563 "MailFromDomainAttributes"
564 ],
565 "members": {
566 "MailFromDomainAttributes": {
567 "type": "map",
568 "key": {},
569 "value": {
570 "type": "structure",
571 "required": [
572 "MailFromDomain",
573 "MailFromDomainStatus",
574 "BehaviorOnMXFailure"
575 ],
576 "members": {
577 "MailFromDomain": {},
578 "MailFromDomainStatus": {},
579 "BehaviorOnMXFailure": {}
580 }
581 }
582 }
583 }
584 }
585 },
586 "GetIdentityNotificationAttributes": {
587 "input": {
588 "type": "structure",
589 "required": [
590 "Identities"
591 ],
592 "members": {
593 "Identities": {
594 "shape": "S3c"
595 }
596 }
597 },
598 "output": {
599 "resultWrapper": "GetIdentityNotificationAttributesResult",
600 "type": "structure",
601 "required": [
602 "NotificationAttributes"
603 ],
604 "members": {
605 "NotificationAttributes": {
606 "type": "map",
607 "key": {},
608 "value": {
609 "type": "structure",
610 "required": [
611 "BounceTopic",
612 "ComplaintTopic",
613 "DeliveryTopic",
614 "ForwardingEnabled"
615 ],
616 "members": {
617 "BounceTopic": {},
618 "ComplaintTopic": {},
619 "DeliveryTopic": {},
620 "ForwardingEnabled": {
621 "type": "boolean"
622 },
623 "HeadersInBounceNotificationsEnabled": {
624 "type": "boolean"
625 },
626 "HeadersInComplaintNotificationsEnabled": {
627 "type": "boolean"
628 },
629 "HeadersInDeliveryNotificationsEnabled": {
630 "type": "boolean"
631 }
632 }
633 }
634 }
635 }
636 }
637 },
638 "GetIdentityPolicies": {
639 "input": {
640 "type": "structure",
641 "required": [
642 "Identity",
643 "PolicyNames"
644 ],
645 "members": {
646 "Identity": {},
647 "PolicyNames": {
648 "shape": "S3w"
649 }
650 }
651 },
652 "output": {
653 "resultWrapper": "GetIdentityPoliciesResult",
654 "type": "structure",
655 "required": [
656 "Policies"
657 ],
658 "members": {
659 "Policies": {
660 "type": "map",
661 "key": {},
662 "value": {}
663 }
664 }
665 }
666 },
667 "GetIdentityVerificationAttributes": {
668 "input": {
669 "type": "structure",
670 "required": [
671 "Identities"
672 ],
673 "members": {
674 "Identities": {
675 "shape": "S3c"
676 }
677 }
678 },
679 "output": {
680 "resultWrapper": "GetIdentityVerificationAttributesResult",
681 "type": "structure",
682 "required": [
683 "VerificationAttributes"
684 ],
685 "members": {
686 "VerificationAttributes": {
687 "type": "map",
688 "key": {},
689 "value": {
690 "type": "structure",
691 "required": [
692 "VerificationStatus"
693 ],
694 "members": {
695 "VerificationStatus": {},
696 "VerificationToken": {}
697 }
698 }
699 }
700 }
701 }
702 },
703 "GetSendQuota": {
704 "output": {
705 "resultWrapper": "GetSendQuotaResult",
706 "type": "structure",
707 "members": {
708 "Max24HourSend": {
709 "type": "double"
710 },
711 "MaxSendRate": {
712 "type": "double"
713 },
714 "SentLast24Hours": {
715 "type": "double"
716 }
717 }
718 }
719 },
720 "GetSendStatistics": {
721 "output": {
722 "resultWrapper": "GetSendStatisticsResult",
723 "type": "structure",
724 "members": {
725 "SendDataPoints": {
726 "type": "list",
727 "member": {
728 "type": "structure",
729 "members": {
730 "Timestamp": {
731 "type": "timestamp"
732 },
733 "DeliveryAttempts": {
734 "type": "long"
735 },
736 "Bounces": {
737 "type": "long"
738 },
739 "Complaints": {
740 "type": "long"
741 },
742 "Rejects": {
743 "type": "long"
744 }
745 }
746 }
747 }
748 }
749 }
750 },
751 "GetTemplate": {
752 "input": {
753 "type": "structure",
754 "required": [
755 "TemplateName"
756 ],
757 "members": {
758 "TemplateName": {}
759 }
760 },
761 "output": {
762 "resultWrapper": "GetTemplateResult",
763 "type": "structure",
764 "members": {
765 "Template": {
766 "shape": "S20"
767 }
768 }
769 }
770 },
771 "ListConfigurationSets": {
772 "input": {
773 "type": "structure",
774 "members": {
775 "NextToken": {},
776 "MaxItems": {
777 "type": "integer"
778 }
779 }
780 },
781 "output": {
782 "resultWrapper": "ListConfigurationSetsResult",
783 "type": "structure",
784 "members": {
785 "ConfigurationSets": {
786 "type": "list",
787 "member": {
788 "shape": "S5"
789 }
790 },
791 "NextToken": {}
792 }
793 }
794 },
795 "ListCustomVerificationEmailTemplates": {
796 "input": {
797 "type": "structure",
798 "members": {
799 "NextToken": {},
800 "MaxResults": {
801 "type": "integer"
802 }
803 }
804 },
805 "output": {
806 "resultWrapper": "ListCustomVerificationEmailTemplatesResult",
807 "type": "structure",
808 "members": {
809 "CustomVerificationEmailTemplates": {
810 "type": "list",
811 "member": {
812 "type": "structure",
813 "members": {
814 "TemplateName": {},
815 "FromEmailAddress": {},
816 "TemplateSubject": {},
817 "SuccessRedirectionURL": {},
818 "FailureRedirectionURL": {}
819 }
820 }
821 },
822 "NextToken": {}
823 }
824 }
825 },
826 "ListIdentities": {
827 "input": {
828 "type": "structure",
829 "members": {
830 "IdentityType": {},
831 "NextToken": {},
832 "MaxItems": {
833 "type": "integer"
834 }
835 }
836 },
837 "output": {
838 "resultWrapper": "ListIdentitiesResult",
839 "type": "structure",
840 "required": [
841 "Identities"
842 ],
843 "members": {
844 "Identities": {
845 "shape": "S3c"
846 },
847 "NextToken": {}
848 }
849 }
850 },
851 "ListIdentityPolicies": {
852 "input": {
853 "type": "structure",
854 "required": [
855 "Identity"
856 ],
857 "members": {
858 "Identity": {}
859 }
860 },
861 "output": {
862 "resultWrapper": "ListIdentityPoliciesResult",
863 "type": "structure",
864 "required": [
865 "PolicyNames"
866 ],
867 "members": {
868 "PolicyNames": {
869 "shape": "S3w"
870 }
871 }
872 }
873 },
874 "ListReceiptFilters": {
875 "input": {
876 "type": "structure",
877 "members": {}
878 },
879 "output": {
880 "resultWrapper": "ListReceiptFiltersResult",
881 "type": "structure",
882 "members": {
883 "Filters": {
884 "type": "list",
885 "member": {
886 "shape": "S10"
887 }
888 }
889 }
890 }
891 },
892 "ListReceiptRuleSets": {
893 "input": {
894 "type": "structure",
895 "members": {
896 "NextToken": {}
897 }
898 },
899 "output": {
900 "resultWrapper": "ListReceiptRuleSetsResult",
901 "type": "structure",
902 "members": {
903 "RuleSets": {
904 "type": "list",
905 "member": {
906 "shape": "S2t"
907 }
908 },
909 "NextToken": {}
910 }
911 }
912 },
913 "ListTemplates": {
914 "input": {
915 "type": "structure",
916 "members": {
917 "NextToken": {},
918 "MaxItems": {
919 "type": "integer"
920 }
921 }
922 },
923 "output": {
924 "resultWrapper": "ListTemplatesResult",
925 "type": "structure",
926 "members": {
927 "TemplatesMetadata": {
928 "type": "list",
929 "member": {
930 "type": "structure",
931 "members": {
932 "Name": {},
933 "CreatedTimestamp": {
934 "type": "timestamp"
935 }
936 }
937 }
938 },
939 "NextToken": {}
940 }
941 }
942 },
943 "ListVerifiedEmailAddresses": {
944 "output": {
945 "resultWrapper": "ListVerifiedEmailAddressesResult",
946 "type": "structure",
947 "members": {
948 "VerifiedEmailAddresses": {
949 "shape": "S54"
950 }
951 }
952 }
953 },
954 "PutConfigurationSetDeliveryOptions": {
955 "input": {
956 "type": "structure",
957 "required": [
958 "ConfigurationSetName"
959 ],
960 "members": {
961 "ConfigurationSetName": {},
962 "DeliveryOptions": {
963 "shape": "S31"
964 }
965 }
966 },
967 "output": {
968 "resultWrapper": "PutConfigurationSetDeliveryOptionsResult",
969 "type": "structure",
970 "members": {}
971 }
972 },
973 "PutIdentityPolicy": {
974 "input": {
975 "type": "structure",
976 "required": [
977 "Identity",
978 "PolicyName",
979 "Policy"
980 ],
981 "members": {
982 "Identity": {},
983 "PolicyName": {},
984 "Policy": {}
985 }
986 },
987 "output": {
988 "resultWrapper": "PutIdentityPolicyResult",
989 "type": "structure",
990 "members": {}
991 }
992 },
993 "ReorderReceiptRuleSet": {
994 "input": {
995 "type": "structure",
996 "required": [
997 "RuleSetName",
998 "RuleNames"
999 ],
1000 "members": {
1001 "RuleSetName": {},
1002 "RuleNames": {
1003 "type": "list",
1004 "member": {}
1005 }
1006 }
1007 },
1008 "output": {
1009 "resultWrapper": "ReorderReceiptRuleSetResult",
1010 "type": "structure",
1011 "members": {}
1012 }
1013 },
1014 "SendBounce": {
1015 "input": {
1016 "type": "structure",
1017 "required": [
1018 "OriginalMessageId",
1019 "BounceSender",
1020 "BouncedRecipientInfoList"
1021 ],
1022 "members": {
1023 "OriginalMessageId": {},
1024 "BounceSender": {},
1025 "Explanation": {},
1026 "MessageDsn": {
1027 "type": "structure",
1028 "required": [
1029 "ReportingMta"
1030 ],
1031 "members": {
1032 "ReportingMta": {},
1033 "ArrivalDate": {
1034 "type": "timestamp"
1035 },
1036 "ExtensionFields": {
1037 "shape": "S5i"
1038 }
1039 }
1040 },
1041 "BouncedRecipientInfoList": {
1042 "type": "list",
1043 "member": {
1044 "type": "structure",
1045 "required": [
1046 "Recipient"
1047 ],
1048 "members": {
1049 "Recipient": {},
1050 "RecipientArn": {},
1051 "BounceType": {},
1052 "RecipientDsnFields": {
1053 "type": "structure",
1054 "required": [
1055 "Action",
1056 "Status"
1057 ],
1058 "members": {
1059 "FinalRecipient": {},
1060 "Action": {},
1061 "RemoteMta": {},
1062 "Status": {},
1063 "DiagnosticCode": {},
1064 "LastAttemptDate": {
1065 "type": "timestamp"
1066 },
1067 "ExtensionFields": {
1068 "shape": "S5i"
1069 }
1070 }
1071 }
1072 }
1073 }
1074 },
1075 "BounceSenderArn": {}
1076 }
1077 },
1078 "output": {
1079 "resultWrapper": "SendBounceResult",
1080 "type": "structure",
1081 "members": {
1082 "MessageId": {}
1083 }
1084 }
1085 },
1086 "SendBulkTemplatedEmail": {
1087 "input": {
1088 "type": "structure",
1089 "required": [
1090 "Source",
1091 "Template",
1092 "Destinations"
1093 ],
1094 "members": {
1095 "Source": {},
1096 "SourceArn": {},
1097 "ReplyToAddresses": {
1098 "shape": "S54"
1099 },
1100 "ReturnPath": {},
1101 "ReturnPathArn": {},
1102 "ConfigurationSetName": {},
1103 "DefaultTags": {
1104 "shape": "S5x"
1105 },
1106 "Template": {},
1107 "TemplateArn": {},
1108 "DefaultTemplateData": {},
1109 "Destinations": {
1110 "type": "list",
1111 "member": {
1112 "type": "structure",
1113 "required": [
1114 "Destination"
1115 ],
1116 "members": {
1117 "Destination": {
1118 "shape": "S64"
1119 },
1120 "ReplacementTags": {
1121 "shape": "S5x"
1122 },
1123 "ReplacementTemplateData": {}
1124 }
1125 }
1126 }
1127 }
1128 },
1129 "output": {
1130 "resultWrapper": "SendBulkTemplatedEmailResult",
1131 "type": "structure",
1132 "required": [
1133 "Status"
1134 ],
1135 "members": {
1136 "Status": {
1137 "type": "list",
1138 "member": {
1139 "type": "structure",
1140 "members": {
1141 "Status": {},
1142 "Error": {},
1143 "MessageId": {}
1144 }
1145 }
1146 }
1147 }
1148 }
1149 },
1150 "SendCustomVerificationEmail": {
1151 "input": {
1152 "type": "structure",
1153 "required": [
1154 "EmailAddress",
1155 "TemplateName"
1156 ],
1157 "members": {
1158 "EmailAddress": {},
1159 "TemplateName": {},
1160 "ConfigurationSetName": {}
1161 }
1162 },
1163 "output": {
1164 "resultWrapper": "SendCustomVerificationEmailResult",
1165 "type": "structure",
1166 "members": {
1167 "MessageId": {}
1168 }
1169 }
1170 },
1171 "SendEmail": {
1172 "input": {
1173 "type": "structure",
1174 "required": [
1175 "Source",
1176 "Destination",
1177 "Message"
1178 ],
1179 "members": {
1180 "Source": {},
1181 "Destination": {
1182 "shape": "S64"
1183 },
1184 "Message": {
1185 "type": "structure",
1186 "required": [
1187 "Subject",
1188 "Body"
1189 ],
1190 "members": {
1191 "Subject": {
1192 "shape": "S6e"
1193 },
1194 "Body": {
1195 "type": "structure",
1196 "members": {
1197 "Text": {
1198 "shape": "S6e"
1199 },
1200 "Html": {
1201 "shape": "S6e"
1202 }
1203 }
1204 }
1205 }
1206 },
1207 "ReplyToAddresses": {
1208 "shape": "S54"
1209 },
1210 "ReturnPath": {},
1211 "SourceArn": {},
1212 "ReturnPathArn": {},
1213 "Tags": {
1214 "shape": "S5x"
1215 },
1216 "ConfigurationSetName": {}
1217 }
1218 },
1219 "output": {
1220 "resultWrapper": "SendEmailResult",
1221 "type": "structure",
1222 "required": [
1223 "MessageId"
1224 ],
1225 "members": {
1226 "MessageId": {}
1227 }
1228 }
1229 },
1230 "SendRawEmail": {
1231 "input": {
1232 "type": "structure",
1233 "required": [
1234 "RawMessage"
1235 ],
1236 "members": {
1237 "Source": {},
1238 "Destinations": {
1239 "shape": "S54"
1240 },
1241 "RawMessage": {
1242 "type": "structure",
1243 "required": [
1244 "Data"
1245 ],
1246 "members": {
1247 "Data": {
1248 "type": "blob"
1249 }
1250 }
1251 },
1252 "FromArn": {},
1253 "SourceArn": {},
1254 "ReturnPathArn": {},
1255 "Tags": {
1256 "shape": "S5x"
1257 },
1258 "ConfigurationSetName": {}
1259 }
1260 },
1261 "output": {
1262 "resultWrapper": "SendRawEmailResult",
1263 "type": "structure",
1264 "required": [
1265 "MessageId"
1266 ],
1267 "members": {
1268 "MessageId": {}
1269 }
1270 }
1271 },
1272 "SendTemplatedEmail": {
1273 "input": {
1274 "type": "structure",
1275 "required": [
1276 "Source",
1277 "Destination",
1278 "Template",
1279 "TemplateData"
1280 ],
1281 "members": {
1282 "Source": {},
1283 "Destination": {
1284 "shape": "S64"
1285 },
1286 "ReplyToAddresses": {
1287 "shape": "S54"
1288 },
1289 "ReturnPath": {},
1290 "SourceArn": {},
1291 "ReturnPathArn": {},
1292 "Tags": {
1293 "shape": "S5x"
1294 },
1295 "ConfigurationSetName": {},
1296 "Template": {},
1297 "TemplateArn": {},
1298 "TemplateData": {}
1299 }
1300 },
1301 "output": {
1302 "resultWrapper": "SendTemplatedEmailResult",
1303 "type": "structure",
1304 "required": [
1305 "MessageId"
1306 ],
1307 "members": {
1308 "MessageId": {}
1309 }
1310 }
1311 },
1312 "SetActiveReceiptRuleSet": {
1313 "input": {
1314 "type": "structure",
1315 "members": {
1316 "RuleSetName": {}
1317 }
1318 },
1319 "output": {
1320 "resultWrapper": "SetActiveReceiptRuleSetResult",
1321 "type": "structure",
1322 "members": {}
1323 }
1324 },
1325 "SetIdentityDkimEnabled": {
1326 "input": {
1327 "type": "structure",
1328 "required": [
1329 "Identity",
1330 "DkimEnabled"
1331 ],
1332 "members": {
1333 "Identity": {},
1334 "DkimEnabled": {
1335 "type": "boolean"
1336 }
1337 }
1338 },
1339 "output": {
1340 "resultWrapper": "SetIdentityDkimEnabledResult",
1341 "type": "structure",
1342 "members": {}
1343 }
1344 },
1345 "SetIdentityFeedbackForwardingEnabled": {
1346 "input": {
1347 "type": "structure",
1348 "required": [
1349 "Identity",
1350 "ForwardingEnabled"
1351 ],
1352 "members": {
1353 "Identity": {},
1354 "ForwardingEnabled": {
1355 "type": "boolean"
1356 }
1357 }
1358 },
1359 "output": {
1360 "resultWrapper": "SetIdentityFeedbackForwardingEnabledResult",
1361 "type": "structure",
1362 "members": {}
1363 }
1364 },
1365 "SetIdentityHeadersInNotificationsEnabled": {
1366 "input": {
1367 "type": "structure",
1368 "required": [
1369 "Identity",
1370 "NotificationType",
1371 "Enabled"
1372 ],
1373 "members": {
1374 "Identity": {},
1375 "NotificationType": {},
1376 "Enabled": {
1377 "type": "boolean"
1378 }
1379 }
1380 },
1381 "output": {
1382 "resultWrapper": "SetIdentityHeadersInNotificationsEnabledResult",
1383 "type": "structure",
1384 "members": {}
1385 }
1386 },
1387 "SetIdentityMailFromDomain": {
1388 "input": {
1389 "type": "structure",
1390 "required": [
1391 "Identity"
1392 ],
1393 "members": {
1394 "Identity": {},
1395 "MailFromDomain": {},
1396 "BehaviorOnMXFailure": {}
1397 }
1398 },
1399 "output": {
1400 "resultWrapper": "SetIdentityMailFromDomainResult",
1401 "type": "structure",
1402 "members": {}
1403 }
1404 },
1405 "SetIdentityNotificationTopic": {
1406 "input": {
1407 "type": "structure",
1408 "required": [
1409 "Identity",
1410 "NotificationType"
1411 ],
1412 "members": {
1413 "Identity": {},
1414 "NotificationType": {},
1415 "SnsTopic": {}
1416 }
1417 },
1418 "output": {
1419 "resultWrapper": "SetIdentityNotificationTopicResult",
1420 "type": "structure",
1421 "members": {}
1422 }
1423 },
1424 "SetReceiptRulePosition": {
1425 "input": {
1426 "type": "structure",
1427 "required": [
1428 "RuleSetName",
1429 "RuleName"
1430 ],
1431 "members": {
1432 "RuleSetName": {},
1433 "RuleName": {},
1434 "After": {}
1435 }
1436 },
1437 "output": {
1438 "resultWrapper": "SetReceiptRulePositionResult",
1439 "type": "structure",
1440 "members": {}
1441 }
1442 },
1443 "TestRenderTemplate": {
1444 "input": {
1445 "type": "structure",
1446 "required": [
1447 "TemplateName",
1448 "TemplateData"
1449 ],
1450 "members": {
1451 "TemplateName": {},
1452 "TemplateData": {}
1453 }
1454 },
1455 "output": {
1456 "resultWrapper": "TestRenderTemplateResult",
1457 "type": "structure",
1458 "members": {
1459 "RenderedTemplate": {}
1460 }
1461 }
1462 },
1463 "UpdateAccountSendingEnabled": {
1464 "input": {
1465 "type": "structure",
1466 "members": {
1467 "Enabled": {
1468 "type": "boolean"
1469 }
1470 }
1471 }
1472 },
1473 "UpdateConfigurationSetEventDestination": {
1474 "input": {
1475 "type": "structure",
1476 "required": [
1477 "ConfigurationSetName",
1478 "EventDestination"
1479 ],
1480 "members": {
1481 "ConfigurationSetName": {},
1482 "EventDestination": {
1483 "shape": "S9"
1484 }
1485 }
1486 },
1487 "output": {
1488 "resultWrapper": "UpdateConfigurationSetEventDestinationResult",
1489 "type": "structure",
1490 "members": {}
1491 }
1492 },
1493 "UpdateConfigurationSetReputationMetricsEnabled": {
1494 "input": {
1495 "type": "structure",
1496 "required": [
1497 "ConfigurationSetName",
1498 "Enabled"
1499 ],
1500 "members": {
1501 "ConfigurationSetName": {},
1502 "Enabled": {
1503 "type": "boolean"
1504 }
1505 }
1506 }
1507 },
1508 "UpdateConfigurationSetSendingEnabled": {
1509 "input": {
1510 "type": "structure",
1511 "required": [
1512 "ConfigurationSetName",
1513 "Enabled"
1514 ],
1515 "members": {
1516 "ConfigurationSetName": {},
1517 "Enabled": {
1518 "type": "boolean"
1519 }
1520 }
1521 }
1522 },
1523 "UpdateConfigurationSetTrackingOptions": {
1524 "input": {
1525 "type": "structure",
1526 "required": [
1527 "ConfigurationSetName",
1528 "TrackingOptions"
1529 ],
1530 "members": {
1531 "ConfigurationSetName": {},
1532 "TrackingOptions": {
1533 "shape": "Sp"
1534 }
1535 }
1536 },
1537 "output": {
1538 "resultWrapper": "UpdateConfigurationSetTrackingOptionsResult",
1539 "type": "structure",
1540 "members": {}
1541 }
1542 },
1543 "UpdateCustomVerificationEmailTemplate": {
1544 "input": {
1545 "type": "structure",
1546 "required": [
1547 "TemplateName"
1548 ],
1549 "members": {
1550 "TemplateName": {},
1551 "FromEmailAddress": {},
1552 "TemplateSubject": {},
1553 "TemplateContent": {},
1554 "SuccessRedirectionURL": {},
1555 "FailureRedirectionURL": {}
1556 }
1557 }
1558 },
1559 "UpdateReceiptRule": {
1560 "input": {
1561 "type": "structure",
1562 "required": [
1563 "RuleSetName",
1564 "Rule"
1565 ],
1566 "members": {
1567 "RuleSetName": {},
1568 "Rule": {
1569 "shape": "S18"
1570 }
1571 }
1572 },
1573 "output": {
1574 "resultWrapper": "UpdateReceiptRuleResult",
1575 "type": "structure",
1576 "members": {}
1577 }
1578 },
1579 "UpdateTemplate": {
1580 "input": {
1581 "type": "structure",
1582 "required": [
1583 "Template"
1584 ],
1585 "members": {
1586 "Template": {
1587 "shape": "S20"
1588 }
1589 }
1590 },
1591 "output": {
1592 "resultWrapper": "UpdateTemplateResult",
1593 "type": "structure",
1594 "members": {}
1595 }
1596 },
1597 "VerifyDomainDkim": {
1598 "input": {
1599 "type": "structure",
1600 "required": [
1601 "Domain"
1602 ],
1603 "members": {
1604 "Domain": {}
1605 }
1606 },
1607 "output": {
1608 "resultWrapper": "VerifyDomainDkimResult",
1609 "type": "structure",
1610 "required": [
1611 "DkimTokens"
1612 ],
1613 "members": {
1614 "DkimTokens": {
1615 "shape": "S3h"
1616 }
1617 }
1618 }
1619 },
1620 "VerifyDomainIdentity": {
1621 "input": {
1622 "type": "structure",
1623 "required": [
1624 "Domain"
1625 ],
1626 "members": {
1627 "Domain": {}
1628 }
1629 },
1630 "output": {
1631 "resultWrapper": "VerifyDomainIdentityResult",
1632 "type": "structure",
1633 "required": [
1634 "VerificationToken"
1635 ],
1636 "members": {
1637 "VerificationToken": {}
1638 }
1639 }
1640 },
1641 "VerifyEmailAddress": {
1642 "input": {
1643 "type": "structure",
1644 "required": [
1645 "EmailAddress"
1646 ],
1647 "members": {
1648 "EmailAddress": {}
1649 }
1650 }
1651 },
1652 "VerifyEmailIdentity": {
1653 "input": {
1654 "type": "structure",
1655 "required": [
1656 "EmailAddress"
1657 ],
1658 "members": {
1659 "EmailAddress": {}
1660 }
1661 },
1662 "output": {
1663 "resultWrapper": "VerifyEmailIdentityResult",
1664 "type": "structure",
1665 "members": {}
1666 }
1667 }
1668 },
1669 "shapes": {
1670 "S5": {
1671 "type": "structure",
1672 "required": [
1673 "Name"
1674 ],
1675 "members": {
1676 "Name": {}
1677 }
1678 },
1679 "S9": {
1680 "type": "structure",
1681 "required": [
1682 "Name",
1683 "MatchingEventTypes"
1684 ],
1685 "members": {
1686 "Name": {},
1687 "Enabled": {
1688 "type": "boolean"
1689 },
1690 "MatchingEventTypes": {
1691 "type": "list",
1692 "member": {}
1693 },
1694 "KinesisFirehoseDestination": {
1695 "type": "structure",
1696 "required": [
1697 "IAMRoleARN",
1698 "DeliveryStreamARN"
1699 ],
1700 "members": {
1701 "IAMRoleARN": {},
1702 "DeliveryStreamARN": {}
1703 }
1704 },
1705 "CloudWatchDestination": {
1706 "type": "structure",
1707 "required": [
1708 "DimensionConfigurations"
1709 ],
1710 "members": {
1711 "DimensionConfigurations": {
1712 "type": "list",
1713 "member": {
1714 "type": "structure",
1715 "required": [
1716 "DimensionName",
1717 "DimensionValueSource",
1718 "DefaultDimensionValue"
1719 ],
1720 "members": {
1721 "DimensionName": {},
1722 "DimensionValueSource": {},
1723 "DefaultDimensionValue": {}
1724 }
1725 }
1726 }
1727 }
1728 },
1729 "SNSDestination": {
1730 "type": "structure",
1731 "required": [
1732 "TopicARN"
1733 ],
1734 "members": {
1735 "TopicARN": {}
1736 }
1737 }
1738 }
1739 },
1740 "Sp": {
1741 "type": "structure",
1742 "members": {
1743 "CustomRedirectDomain": {}
1744 }
1745 },
1746 "S10": {
1747 "type": "structure",
1748 "required": [
1749 "Name",
1750 "IpFilter"
1751 ],
1752 "members": {
1753 "Name": {},
1754 "IpFilter": {
1755 "type": "structure",
1756 "required": [
1757 "Policy",
1758 "Cidr"
1759 ],
1760 "members": {
1761 "Policy": {},
1762 "Cidr": {}
1763 }
1764 }
1765 }
1766 },
1767 "S18": {
1768 "type": "structure",
1769 "required": [
1770 "Name"
1771 ],
1772 "members": {
1773 "Name": {},
1774 "Enabled": {
1775 "type": "boolean"
1776 },
1777 "TlsPolicy": {},
1778 "Recipients": {
1779 "type": "list",
1780 "member": {}
1781 },
1782 "Actions": {
1783 "type": "list",
1784 "member": {
1785 "type": "structure",
1786 "members": {
1787 "S3Action": {
1788 "type": "structure",
1789 "required": [
1790 "BucketName"
1791 ],
1792 "members": {
1793 "TopicArn": {},
1794 "BucketName": {},
1795 "ObjectKeyPrefix": {},
1796 "KmsKeyArn": {}
1797 }
1798 },
1799 "BounceAction": {
1800 "type": "structure",
1801 "required": [
1802 "SmtpReplyCode",
1803 "Message",
1804 "Sender"
1805 ],
1806 "members": {
1807 "TopicArn": {},
1808 "SmtpReplyCode": {},
1809 "StatusCode": {},
1810 "Message": {},
1811 "Sender": {}
1812 }
1813 },
1814 "WorkmailAction": {
1815 "type": "structure",
1816 "required": [
1817 "OrganizationArn"
1818 ],
1819 "members": {
1820 "TopicArn": {},
1821 "OrganizationArn": {}
1822 }
1823 },
1824 "LambdaAction": {
1825 "type": "structure",
1826 "required": [
1827 "FunctionArn"
1828 ],
1829 "members": {
1830 "TopicArn": {},
1831 "FunctionArn": {},
1832 "InvocationType": {}
1833 }
1834 },
1835 "StopAction": {
1836 "type": "structure",
1837 "required": [
1838 "Scope"
1839 ],
1840 "members": {
1841 "Scope": {},
1842 "TopicArn": {}
1843 }
1844 },
1845 "AddHeaderAction": {
1846 "type": "structure",
1847 "required": [
1848 "HeaderName",
1849 "HeaderValue"
1850 ],
1851 "members": {
1852 "HeaderName": {},
1853 "HeaderValue": {}
1854 }
1855 },
1856 "SNSAction": {
1857 "type": "structure",
1858 "required": [
1859 "TopicArn"
1860 ],
1861 "members": {
1862 "TopicArn": {},
1863 "Encoding": {}
1864 }
1865 }
1866 }
1867 }
1868 },
1869 "ScanEnabled": {
1870 "type": "boolean"
1871 }
1872 }
1873 },
1874 "S20": {
1875 "type": "structure",
1876 "required": [
1877 "TemplateName"
1878 ],
1879 "members": {
1880 "TemplateName": {},
1881 "SubjectPart": {},
1882 "TextPart": {},
1883 "HtmlPart": {}
1884 }
1885 },
1886 "S2t": {
1887 "type": "structure",
1888 "members": {
1889 "Name": {},
1890 "CreatedTimestamp": {
1891 "type": "timestamp"
1892 }
1893 }
1894 },
1895 "S2v": {
1896 "type": "list",
1897 "member": {
1898 "shape": "S18"
1899 }
1900 },
1901 "S31": {
1902 "type": "structure",
1903 "members": {
1904 "TlsPolicy": {}
1905 }
1906 },
1907 "S3c": {
1908 "type": "list",
1909 "member": {}
1910 },
1911 "S3h": {
1912 "type": "list",
1913 "member": {}
1914 },
1915 "S3w": {
1916 "type": "list",
1917 "member": {}
1918 },
1919 "S54": {
1920 "type": "list",
1921 "member": {}
1922 },
1923 "S5i": {
1924 "type": "list",
1925 "member": {
1926 "type": "structure",
1927 "required": [
1928 "Name",
1929 "Value"
1930 ],
1931 "members": {
1932 "Name": {},
1933 "Value": {}
1934 }
1935 }
1936 },
1937 "S5x": {
1938 "type": "list",
1939 "member": {
1940 "type": "structure",
1941 "required": [
1942 "Name",
1943 "Value"
1944 ],
1945 "members": {
1946 "Name": {},
1947 "Value": {}
1948 }
1949 }
1950 },
1951 "S64": {
1952 "type": "structure",
1953 "members": {
1954 "ToAddresses": {
1955 "shape": "S54"
1956 },
1957 "CcAddresses": {
1958 "shape": "S54"
1959 },
1960 "BccAddresses": {
1961 "shape": "S54"
1962 }
1963 }
1964 },
1965 "S6e": {
1966 "type": "structure",
1967 "required": [
1968 "Data"
1969 ],
1970 "members": {
1971 "Data": {},
1972 "Charset": {}
1973 }
1974 }
1975 }
1976}
\No newline at end of file