aws-sdk 2.1624.0 → 2.1625.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1836 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2023-10-17",
5
+ "endpointPrefix": "mail-manager",
6
+ "jsonVersion": "1.0",
7
+ "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
11
+ "serviceFullName": "MailManager",
12
+ "serviceId": "MailManager",
13
+ "signatureVersion": "v4",
14
+ "signingName": "ses",
15
+ "targetPrefix": "MailManagerSvc",
16
+ "uid": "mailmanager-2023-10-17"
17
+ },
18
+ "operations": {
19
+ "CreateAddonInstance": {
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "AddonSubscriptionId"
24
+ ],
25
+ "members": {
26
+ "AddonSubscriptionId": {},
27
+ "ClientToken": {
28
+ "idempotencyToken": true
29
+ },
30
+ "Tags": {
31
+ "shape": "S4"
32
+ }
33
+ }
34
+ },
35
+ "output": {
36
+ "type": "structure",
37
+ "required": [
38
+ "AddonInstanceId"
39
+ ],
40
+ "members": {
41
+ "AddonInstanceId": {}
42
+ }
43
+ },
44
+ "idempotent": true
45
+ },
46
+ "CreateAddonSubscription": {
47
+ "input": {
48
+ "type": "structure",
49
+ "required": [
50
+ "AddonName"
51
+ ],
52
+ "members": {
53
+ "AddonName": {},
54
+ "ClientToken": {
55
+ "idempotencyToken": true
56
+ },
57
+ "Tags": {
58
+ "shape": "S4"
59
+ }
60
+ }
61
+ },
62
+ "output": {
63
+ "type": "structure",
64
+ "required": [
65
+ "AddonSubscriptionId"
66
+ ],
67
+ "members": {
68
+ "AddonSubscriptionId": {}
69
+ }
70
+ },
71
+ "idempotent": true
72
+ },
73
+ "CreateArchive": {
74
+ "input": {
75
+ "type": "structure",
76
+ "required": [
77
+ "ArchiveName"
78
+ ],
79
+ "members": {
80
+ "ArchiveName": {},
81
+ "ClientToken": {
82
+ "idempotencyToken": true
83
+ },
84
+ "KmsKeyArn": {},
85
+ "Retention": {
86
+ "shape": "Sg"
87
+ },
88
+ "Tags": {
89
+ "shape": "S4"
90
+ }
91
+ }
92
+ },
93
+ "output": {
94
+ "type": "structure",
95
+ "required": [
96
+ "ArchiveId"
97
+ ],
98
+ "members": {
99
+ "ArchiveId": {}
100
+ }
101
+ },
102
+ "idempotent": true
103
+ },
104
+ "CreateIngressPoint": {
105
+ "input": {
106
+ "type": "structure",
107
+ "required": [
108
+ "IngressPointName",
109
+ "RuleSetId",
110
+ "TrafficPolicyId",
111
+ "Type"
112
+ ],
113
+ "members": {
114
+ "ClientToken": {
115
+ "idempotencyToken": true
116
+ },
117
+ "IngressPointConfiguration": {
118
+ "shape": "Sl"
119
+ },
120
+ "IngressPointName": {},
121
+ "RuleSetId": {},
122
+ "Tags": {
123
+ "shape": "S4"
124
+ },
125
+ "TrafficPolicyId": {},
126
+ "Type": {}
127
+ }
128
+ },
129
+ "output": {
130
+ "type": "structure",
131
+ "required": [
132
+ "IngressPointId"
133
+ ],
134
+ "members": {
135
+ "IngressPointId": {}
136
+ }
137
+ },
138
+ "idempotent": true
139
+ },
140
+ "CreateRelay": {
141
+ "input": {
142
+ "type": "structure",
143
+ "required": [
144
+ "Authentication",
145
+ "RelayName",
146
+ "ServerName",
147
+ "ServerPort"
148
+ ],
149
+ "members": {
150
+ "Authentication": {
151
+ "shape": "Sv"
152
+ },
153
+ "ClientToken": {
154
+ "idempotencyToken": true
155
+ },
156
+ "RelayName": {},
157
+ "ServerName": {},
158
+ "ServerPort": {
159
+ "type": "integer"
160
+ },
161
+ "Tags": {
162
+ "shape": "S4"
163
+ }
164
+ }
165
+ },
166
+ "output": {
167
+ "type": "structure",
168
+ "required": [
169
+ "RelayId"
170
+ ],
171
+ "members": {
172
+ "RelayId": {}
173
+ }
174
+ },
175
+ "idempotent": true
176
+ },
177
+ "CreateRuleSet": {
178
+ "input": {
179
+ "type": "structure",
180
+ "required": [
181
+ "RuleSetName",
182
+ "Rules"
183
+ ],
184
+ "members": {
185
+ "ClientToken": {
186
+ "idempotencyToken": true
187
+ },
188
+ "RuleSetName": {},
189
+ "Rules": {
190
+ "shape": "S14"
191
+ },
192
+ "Tags": {
193
+ "shape": "S4"
194
+ }
195
+ }
196
+ },
197
+ "output": {
198
+ "type": "structure",
199
+ "required": [
200
+ "RuleSetId"
201
+ ],
202
+ "members": {
203
+ "RuleSetId": {}
204
+ }
205
+ },
206
+ "idempotent": true
207
+ },
208
+ "CreateTrafficPolicy": {
209
+ "input": {
210
+ "type": "structure",
211
+ "required": [
212
+ "DefaultAction",
213
+ "PolicyStatements",
214
+ "TrafficPolicyName"
215
+ ],
216
+ "members": {
217
+ "ClientToken": {
218
+ "idempotencyToken": true
219
+ },
220
+ "DefaultAction": {},
221
+ "MaxMessageSizeBytes": {
222
+ "type": "integer"
223
+ },
224
+ "PolicyStatements": {
225
+ "shape": "S2x"
226
+ },
227
+ "Tags": {
228
+ "shape": "S4"
229
+ },
230
+ "TrafficPolicyName": {}
231
+ }
232
+ },
233
+ "output": {
234
+ "type": "structure",
235
+ "required": [
236
+ "TrafficPolicyId"
237
+ ],
238
+ "members": {
239
+ "TrafficPolicyId": {}
240
+ }
241
+ },
242
+ "idempotent": true
243
+ },
244
+ "DeleteAddonInstance": {
245
+ "input": {
246
+ "type": "structure",
247
+ "required": [
248
+ "AddonInstanceId"
249
+ ],
250
+ "members": {
251
+ "AddonInstanceId": {}
252
+ }
253
+ },
254
+ "output": {
255
+ "type": "structure",
256
+ "members": {}
257
+ },
258
+ "idempotent": true
259
+ },
260
+ "DeleteAddonSubscription": {
261
+ "input": {
262
+ "type": "structure",
263
+ "required": [
264
+ "AddonSubscriptionId"
265
+ ],
266
+ "members": {
267
+ "AddonSubscriptionId": {}
268
+ }
269
+ },
270
+ "output": {
271
+ "type": "structure",
272
+ "members": {}
273
+ },
274
+ "idempotent": true
275
+ },
276
+ "DeleteArchive": {
277
+ "input": {
278
+ "type": "structure",
279
+ "required": [
280
+ "ArchiveId"
281
+ ],
282
+ "members": {
283
+ "ArchiveId": {}
284
+ }
285
+ },
286
+ "output": {
287
+ "type": "structure",
288
+ "members": {}
289
+ },
290
+ "idempotent": true
291
+ },
292
+ "DeleteIngressPoint": {
293
+ "input": {
294
+ "type": "structure",
295
+ "required": [
296
+ "IngressPointId"
297
+ ],
298
+ "members": {
299
+ "IngressPointId": {}
300
+ }
301
+ },
302
+ "output": {
303
+ "type": "structure",
304
+ "members": {}
305
+ },
306
+ "idempotent": true
307
+ },
308
+ "DeleteRelay": {
309
+ "input": {
310
+ "type": "structure",
311
+ "required": [
312
+ "RelayId"
313
+ ],
314
+ "members": {
315
+ "RelayId": {}
316
+ }
317
+ },
318
+ "output": {
319
+ "type": "structure",
320
+ "members": {}
321
+ },
322
+ "idempotent": true
323
+ },
324
+ "DeleteRuleSet": {
325
+ "input": {
326
+ "type": "structure",
327
+ "required": [
328
+ "RuleSetId"
329
+ ],
330
+ "members": {
331
+ "RuleSetId": {}
332
+ }
333
+ },
334
+ "output": {
335
+ "type": "structure",
336
+ "members": {}
337
+ },
338
+ "idempotent": true
339
+ },
340
+ "DeleteTrafficPolicy": {
341
+ "input": {
342
+ "type": "structure",
343
+ "required": [
344
+ "TrafficPolicyId"
345
+ ],
346
+ "members": {
347
+ "TrafficPolicyId": {}
348
+ }
349
+ },
350
+ "output": {
351
+ "type": "structure",
352
+ "members": {}
353
+ },
354
+ "idempotent": true
355
+ },
356
+ "GetAddonInstance": {
357
+ "input": {
358
+ "type": "structure",
359
+ "required": [
360
+ "AddonInstanceId"
361
+ ],
362
+ "members": {
363
+ "AddonInstanceId": {}
364
+ }
365
+ },
366
+ "output": {
367
+ "type": "structure",
368
+ "members": {
369
+ "AddonInstanceArn": {},
370
+ "AddonName": {},
371
+ "AddonSubscriptionId": {},
372
+ "CreatedTimestamp": {
373
+ "type": "timestamp"
374
+ }
375
+ }
376
+ }
377
+ },
378
+ "GetAddonSubscription": {
379
+ "input": {
380
+ "type": "structure",
381
+ "required": [
382
+ "AddonSubscriptionId"
383
+ ],
384
+ "members": {
385
+ "AddonSubscriptionId": {}
386
+ }
387
+ },
388
+ "output": {
389
+ "type": "structure",
390
+ "members": {
391
+ "AddonName": {},
392
+ "AddonSubscriptionArn": {},
393
+ "CreatedTimestamp": {
394
+ "type": "timestamp"
395
+ }
396
+ }
397
+ }
398
+ },
399
+ "GetArchive": {
400
+ "input": {
401
+ "type": "structure",
402
+ "required": [
403
+ "ArchiveId"
404
+ ],
405
+ "members": {
406
+ "ArchiveId": {}
407
+ }
408
+ },
409
+ "output": {
410
+ "type": "structure",
411
+ "required": [
412
+ "ArchiveArn",
413
+ "ArchiveId",
414
+ "ArchiveName",
415
+ "ArchiveState",
416
+ "Retention"
417
+ ],
418
+ "members": {
419
+ "ArchiveArn": {},
420
+ "ArchiveId": {},
421
+ "ArchiveName": {},
422
+ "ArchiveState": {},
423
+ "CreatedTimestamp": {
424
+ "type": "timestamp"
425
+ },
426
+ "KmsKeyArn": {},
427
+ "LastUpdatedTimestamp": {
428
+ "type": "timestamp"
429
+ },
430
+ "Retention": {
431
+ "shape": "Sg"
432
+ }
433
+ }
434
+ }
435
+ },
436
+ "GetArchiveExport": {
437
+ "input": {
438
+ "type": "structure",
439
+ "required": [
440
+ "ExportId"
441
+ ],
442
+ "members": {
443
+ "ExportId": {}
444
+ }
445
+ },
446
+ "output": {
447
+ "type": "structure",
448
+ "members": {
449
+ "ArchiveId": {},
450
+ "ExportDestinationConfiguration": {
451
+ "shape": "S4h"
452
+ },
453
+ "Filters": {
454
+ "shape": "S4k"
455
+ },
456
+ "FromTimestamp": {
457
+ "type": "timestamp"
458
+ },
459
+ "MaxResults": {
460
+ "type": "integer"
461
+ },
462
+ "Status": {
463
+ "shape": "S4x"
464
+ },
465
+ "ToTimestamp": {
466
+ "type": "timestamp"
467
+ }
468
+ }
469
+ }
470
+ },
471
+ "GetArchiveMessage": {
472
+ "input": {
473
+ "type": "structure",
474
+ "required": [
475
+ "ArchivedMessageId"
476
+ ],
477
+ "members": {
478
+ "ArchivedMessageId": {}
479
+ }
480
+ },
481
+ "output": {
482
+ "type": "structure",
483
+ "members": {
484
+ "MessageDownloadLink": {}
485
+ }
486
+ }
487
+ },
488
+ "GetArchiveMessageContent": {
489
+ "input": {
490
+ "type": "structure",
491
+ "required": [
492
+ "ArchivedMessageId"
493
+ ],
494
+ "members": {
495
+ "ArchivedMessageId": {}
496
+ }
497
+ },
498
+ "output": {
499
+ "type": "structure",
500
+ "members": {
501
+ "Body": {
502
+ "type": "structure",
503
+ "members": {
504
+ "Html": {},
505
+ "MessageMalformed": {
506
+ "type": "boolean"
507
+ },
508
+ "Text": {}
509
+ }
510
+ }
511
+ }
512
+ }
513
+ },
514
+ "GetArchiveSearch": {
515
+ "input": {
516
+ "type": "structure",
517
+ "required": [
518
+ "SearchId"
519
+ ],
520
+ "members": {
521
+ "SearchId": {}
522
+ }
523
+ },
524
+ "output": {
525
+ "type": "structure",
526
+ "members": {
527
+ "ArchiveId": {},
528
+ "Filters": {
529
+ "shape": "S4k"
530
+ },
531
+ "FromTimestamp": {
532
+ "type": "timestamp"
533
+ },
534
+ "MaxResults": {
535
+ "type": "integer"
536
+ },
537
+ "Status": {
538
+ "shape": "S5c"
539
+ },
540
+ "ToTimestamp": {
541
+ "type": "timestamp"
542
+ }
543
+ }
544
+ }
545
+ },
546
+ "GetArchiveSearchResults": {
547
+ "input": {
548
+ "type": "structure",
549
+ "required": [
550
+ "SearchId"
551
+ ],
552
+ "members": {
553
+ "SearchId": {}
554
+ }
555
+ },
556
+ "output": {
557
+ "type": "structure",
558
+ "members": {
559
+ "Rows": {
560
+ "type": "list",
561
+ "member": {
562
+ "type": "structure",
563
+ "members": {
564
+ "ArchivedMessageId": {},
565
+ "Cc": {},
566
+ "Date": {},
567
+ "From": {},
568
+ "HasAttachments": {
569
+ "type": "boolean"
570
+ },
571
+ "InReplyTo": {},
572
+ "MessageId": {},
573
+ "ReceivedHeaders": {
574
+ "type": "list",
575
+ "member": {}
576
+ },
577
+ "ReceivedTimestamp": {
578
+ "type": "timestamp"
579
+ },
580
+ "Subject": {},
581
+ "To": {},
582
+ "XMailer": {},
583
+ "XOriginalMailer": {},
584
+ "XPriority": {}
585
+ }
586
+ }
587
+ }
588
+ }
589
+ }
590
+ },
591
+ "GetIngressPoint": {
592
+ "input": {
593
+ "type": "structure",
594
+ "required": [
595
+ "IngressPointId"
596
+ ],
597
+ "members": {
598
+ "IngressPointId": {}
599
+ }
600
+ },
601
+ "output": {
602
+ "type": "structure",
603
+ "required": [
604
+ "IngressPointId",
605
+ "IngressPointName"
606
+ ],
607
+ "members": {
608
+ "ARecord": {},
609
+ "CreatedTimestamp": {
610
+ "type": "timestamp"
611
+ },
612
+ "IngressPointArn": {},
613
+ "IngressPointAuthConfiguration": {
614
+ "type": "structure",
615
+ "members": {
616
+ "IngressPointPasswordConfiguration": {
617
+ "type": "structure",
618
+ "members": {
619
+ "PreviousSmtpPasswordExpiryTimestamp": {
620
+ "type": "timestamp"
621
+ },
622
+ "PreviousSmtpPasswordVersion": {},
623
+ "SmtpPasswordVersion": {}
624
+ }
625
+ },
626
+ "SecretArn": {}
627
+ }
628
+ },
629
+ "IngressPointId": {},
630
+ "IngressPointName": {},
631
+ "LastUpdatedTimestamp": {
632
+ "type": "timestamp"
633
+ },
634
+ "RuleSetId": {},
635
+ "Status": {},
636
+ "TrafficPolicyId": {},
637
+ "Type": {}
638
+ }
639
+ }
640
+ },
641
+ "GetRelay": {
642
+ "input": {
643
+ "type": "structure",
644
+ "required": [
645
+ "RelayId"
646
+ ],
647
+ "members": {
648
+ "RelayId": {}
649
+ }
650
+ },
651
+ "output": {
652
+ "type": "structure",
653
+ "required": [
654
+ "RelayId"
655
+ ],
656
+ "members": {
657
+ "Authentication": {
658
+ "shape": "Sv"
659
+ },
660
+ "CreatedTimestamp": {
661
+ "type": "timestamp"
662
+ },
663
+ "LastModifiedTimestamp": {
664
+ "type": "timestamp"
665
+ },
666
+ "RelayArn": {},
667
+ "RelayId": {},
668
+ "RelayName": {},
669
+ "ServerName": {},
670
+ "ServerPort": {
671
+ "type": "integer"
672
+ }
673
+ }
674
+ }
675
+ },
676
+ "GetRuleSet": {
677
+ "input": {
678
+ "type": "structure",
679
+ "required": [
680
+ "RuleSetId"
681
+ ],
682
+ "members": {
683
+ "RuleSetId": {}
684
+ }
685
+ },
686
+ "output": {
687
+ "type": "structure",
688
+ "required": [
689
+ "CreatedDate",
690
+ "LastModificationDate",
691
+ "RuleSetArn",
692
+ "RuleSetId",
693
+ "RuleSetName",
694
+ "Rules"
695
+ ],
696
+ "members": {
697
+ "CreatedDate": {
698
+ "type": "timestamp"
699
+ },
700
+ "LastModificationDate": {
701
+ "type": "timestamp"
702
+ },
703
+ "RuleSetArn": {},
704
+ "RuleSetId": {},
705
+ "RuleSetName": {},
706
+ "Rules": {
707
+ "shape": "S14"
708
+ }
709
+ }
710
+ }
711
+ },
712
+ "GetTrafficPolicy": {
713
+ "input": {
714
+ "type": "structure",
715
+ "required": [
716
+ "TrafficPolicyId"
717
+ ],
718
+ "members": {
719
+ "TrafficPolicyId": {}
720
+ }
721
+ },
722
+ "output": {
723
+ "type": "structure",
724
+ "required": [
725
+ "TrafficPolicyId",
726
+ "TrafficPolicyName"
727
+ ],
728
+ "members": {
729
+ "CreatedTimestamp": {
730
+ "type": "timestamp"
731
+ },
732
+ "DefaultAction": {},
733
+ "LastUpdatedTimestamp": {
734
+ "type": "timestamp"
735
+ },
736
+ "MaxMessageSizeBytes": {
737
+ "type": "integer"
738
+ },
739
+ "PolicyStatements": {
740
+ "shape": "S2x"
741
+ },
742
+ "TrafficPolicyArn": {},
743
+ "TrafficPolicyId": {},
744
+ "TrafficPolicyName": {}
745
+ }
746
+ }
747
+ },
748
+ "ListAddonInstances": {
749
+ "input": {
750
+ "type": "structure",
751
+ "members": {
752
+ "NextToken": {},
753
+ "PageSize": {
754
+ "type": "integer"
755
+ }
756
+ }
757
+ },
758
+ "output": {
759
+ "type": "structure",
760
+ "members": {
761
+ "AddonInstances": {
762
+ "type": "list",
763
+ "member": {
764
+ "type": "structure",
765
+ "members": {
766
+ "AddonInstanceArn": {},
767
+ "AddonInstanceId": {},
768
+ "AddonName": {},
769
+ "AddonSubscriptionId": {},
770
+ "CreatedTimestamp": {
771
+ "type": "timestamp"
772
+ }
773
+ }
774
+ }
775
+ },
776
+ "NextToken": {}
777
+ }
778
+ }
779
+ },
780
+ "ListAddonSubscriptions": {
781
+ "input": {
782
+ "type": "structure",
783
+ "members": {
784
+ "NextToken": {},
785
+ "PageSize": {
786
+ "type": "integer"
787
+ }
788
+ }
789
+ },
790
+ "output": {
791
+ "type": "structure",
792
+ "members": {
793
+ "AddonSubscriptions": {
794
+ "type": "list",
795
+ "member": {
796
+ "type": "structure",
797
+ "members": {
798
+ "AddonName": {},
799
+ "AddonSubscriptionArn": {},
800
+ "AddonSubscriptionId": {},
801
+ "CreatedTimestamp": {
802
+ "type": "timestamp"
803
+ }
804
+ }
805
+ }
806
+ },
807
+ "NextToken": {}
808
+ }
809
+ }
810
+ },
811
+ "ListArchiveExports": {
812
+ "input": {
813
+ "type": "structure",
814
+ "required": [
815
+ "ArchiveId"
816
+ ],
817
+ "members": {
818
+ "ArchiveId": {},
819
+ "NextToken": {},
820
+ "PageSize": {
821
+ "type": "integer"
822
+ }
823
+ }
824
+ },
825
+ "output": {
826
+ "type": "structure",
827
+ "members": {
828
+ "Exports": {
829
+ "type": "list",
830
+ "member": {
831
+ "type": "structure",
832
+ "members": {
833
+ "ExportId": {},
834
+ "Status": {
835
+ "shape": "S4x"
836
+ }
837
+ }
838
+ }
839
+ },
840
+ "NextToken": {}
841
+ }
842
+ }
843
+ },
844
+ "ListArchiveSearches": {
845
+ "input": {
846
+ "type": "structure",
847
+ "required": [
848
+ "ArchiveId"
849
+ ],
850
+ "members": {
851
+ "ArchiveId": {},
852
+ "NextToken": {},
853
+ "PageSize": {
854
+ "type": "integer"
855
+ }
856
+ }
857
+ },
858
+ "output": {
859
+ "type": "structure",
860
+ "members": {
861
+ "NextToken": {},
862
+ "Searches": {
863
+ "type": "list",
864
+ "member": {
865
+ "type": "structure",
866
+ "members": {
867
+ "SearchId": {},
868
+ "Status": {
869
+ "shape": "S5c"
870
+ }
871
+ }
872
+ }
873
+ }
874
+ }
875
+ }
876
+ },
877
+ "ListArchives": {
878
+ "input": {
879
+ "type": "structure",
880
+ "members": {
881
+ "NextToken": {},
882
+ "PageSize": {
883
+ "type": "integer"
884
+ }
885
+ }
886
+ },
887
+ "output": {
888
+ "type": "structure",
889
+ "required": [
890
+ "Archives"
891
+ ],
892
+ "members": {
893
+ "Archives": {
894
+ "type": "list",
895
+ "member": {
896
+ "type": "structure",
897
+ "required": [
898
+ "ArchiveId"
899
+ ],
900
+ "members": {
901
+ "ArchiveId": {},
902
+ "ArchiveName": {},
903
+ "ArchiveState": {},
904
+ "LastUpdatedTimestamp": {
905
+ "type": "timestamp"
906
+ }
907
+ }
908
+ }
909
+ },
910
+ "NextToken": {}
911
+ }
912
+ }
913
+ },
914
+ "ListIngressPoints": {
915
+ "input": {
916
+ "type": "structure",
917
+ "members": {
918
+ "NextToken": {},
919
+ "PageSize": {
920
+ "type": "integer"
921
+ }
922
+ }
923
+ },
924
+ "output": {
925
+ "type": "structure",
926
+ "members": {
927
+ "IngressPoints": {
928
+ "type": "list",
929
+ "member": {
930
+ "type": "structure",
931
+ "required": [
932
+ "IngressPointId",
933
+ "IngressPointName",
934
+ "Status",
935
+ "Type"
936
+ ],
937
+ "members": {
938
+ "ARecord": {},
939
+ "IngressPointId": {},
940
+ "IngressPointName": {},
941
+ "Status": {},
942
+ "Type": {}
943
+ }
944
+ }
945
+ },
946
+ "NextToken": {}
947
+ }
948
+ }
949
+ },
950
+ "ListRelays": {
951
+ "input": {
952
+ "type": "structure",
953
+ "members": {
954
+ "NextToken": {},
955
+ "PageSize": {
956
+ "type": "integer"
957
+ }
958
+ }
959
+ },
960
+ "output": {
961
+ "type": "structure",
962
+ "required": [
963
+ "Relays"
964
+ ],
965
+ "members": {
966
+ "NextToken": {},
967
+ "Relays": {
968
+ "type": "list",
969
+ "member": {
970
+ "type": "structure",
971
+ "members": {
972
+ "LastModifiedTimestamp": {
973
+ "type": "timestamp"
974
+ },
975
+ "RelayId": {},
976
+ "RelayName": {}
977
+ }
978
+ }
979
+ }
980
+ }
981
+ }
982
+ },
983
+ "ListRuleSets": {
984
+ "input": {
985
+ "type": "structure",
986
+ "members": {
987
+ "NextToken": {},
988
+ "PageSize": {
989
+ "type": "integer"
990
+ }
991
+ }
992
+ },
993
+ "output": {
994
+ "type": "structure",
995
+ "required": [
996
+ "RuleSets"
997
+ ],
998
+ "members": {
999
+ "NextToken": {},
1000
+ "RuleSets": {
1001
+ "type": "list",
1002
+ "member": {
1003
+ "type": "structure",
1004
+ "members": {
1005
+ "LastModificationDate": {
1006
+ "type": "timestamp"
1007
+ },
1008
+ "RuleSetId": {},
1009
+ "RuleSetName": {}
1010
+ }
1011
+ }
1012
+ }
1013
+ }
1014
+ }
1015
+ },
1016
+ "ListTagsForResource": {
1017
+ "input": {
1018
+ "type": "structure",
1019
+ "required": [
1020
+ "ResourceArn"
1021
+ ],
1022
+ "members": {
1023
+ "ResourceArn": {}
1024
+ }
1025
+ },
1026
+ "output": {
1027
+ "type": "structure",
1028
+ "required": [
1029
+ "Tags"
1030
+ ],
1031
+ "members": {
1032
+ "Tags": {
1033
+ "shape": "S4"
1034
+ }
1035
+ }
1036
+ }
1037
+ },
1038
+ "ListTrafficPolicies": {
1039
+ "input": {
1040
+ "type": "structure",
1041
+ "members": {
1042
+ "NextToken": {},
1043
+ "PageSize": {
1044
+ "type": "integer"
1045
+ }
1046
+ }
1047
+ },
1048
+ "output": {
1049
+ "type": "structure",
1050
+ "members": {
1051
+ "NextToken": {},
1052
+ "TrafficPolicies": {
1053
+ "type": "list",
1054
+ "member": {
1055
+ "type": "structure",
1056
+ "required": [
1057
+ "DefaultAction",
1058
+ "TrafficPolicyId",
1059
+ "TrafficPolicyName"
1060
+ ],
1061
+ "members": {
1062
+ "DefaultAction": {},
1063
+ "TrafficPolicyId": {},
1064
+ "TrafficPolicyName": {}
1065
+ }
1066
+ }
1067
+ }
1068
+ }
1069
+ }
1070
+ },
1071
+ "StartArchiveExport": {
1072
+ "input": {
1073
+ "type": "structure",
1074
+ "required": [
1075
+ "ArchiveId",
1076
+ "ExportDestinationConfiguration",
1077
+ "FromTimestamp",
1078
+ "ToTimestamp"
1079
+ ],
1080
+ "members": {
1081
+ "ArchiveId": {},
1082
+ "ExportDestinationConfiguration": {
1083
+ "shape": "S4h"
1084
+ },
1085
+ "Filters": {
1086
+ "shape": "S4k"
1087
+ },
1088
+ "FromTimestamp": {
1089
+ "type": "timestamp"
1090
+ },
1091
+ "MaxResults": {
1092
+ "type": "integer"
1093
+ },
1094
+ "ToTimestamp": {
1095
+ "type": "timestamp"
1096
+ }
1097
+ }
1098
+ },
1099
+ "output": {
1100
+ "type": "structure",
1101
+ "members": {
1102
+ "ExportId": {}
1103
+ }
1104
+ }
1105
+ },
1106
+ "StartArchiveSearch": {
1107
+ "input": {
1108
+ "type": "structure",
1109
+ "required": [
1110
+ "ArchiveId",
1111
+ "FromTimestamp",
1112
+ "MaxResults",
1113
+ "ToTimestamp"
1114
+ ],
1115
+ "members": {
1116
+ "ArchiveId": {},
1117
+ "Filters": {
1118
+ "shape": "S4k"
1119
+ },
1120
+ "FromTimestamp": {
1121
+ "type": "timestamp"
1122
+ },
1123
+ "MaxResults": {
1124
+ "type": "integer"
1125
+ },
1126
+ "ToTimestamp": {
1127
+ "type": "timestamp"
1128
+ }
1129
+ }
1130
+ },
1131
+ "output": {
1132
+ "type": "structure",
1133
+ "members": {
1134
+ "SearchId": {}
1135
+ }
1136
+ }
1137
+ },
1138
+ "StopArchiveExport": {
1139
+ "input": {
1140
+ "type": "structure",
1141
+ "required": [
1142
+ "ExportId"
1143
+ ],
1144
+ "members": {
1145
+ "ExportId": {}
1146
+ }
1147
+ },
1148
+ "output": {
1149
+ "type": "structure",
1150
+ "members": {}
1151
+ }
1152
+ },
1153
+ "StopArchiveSearch": {
1154
+ "input": {
1155
+ "type": "structure",
1156
+ "required": [
1157
+ "SearchId"
1158
+ ],
1159
+ "members": {
1160
+ "SearchId": {}
1161
+ }
1162
+ },
1163
+ "output": {
1164
+ "type": "structure",
1165
+ "members": {}
1166
+ },
1167
+ "idempotent": true
1168
+ },
1169
+ "TagResource": {
1170
+ "input": {
1171
+ "type": "structure",
1172
+ "required": [
1173
+ "ResourceArn",
1174
+ "Tags"
1175
+ ],
1176
+ "members": {
1177
+ "ResourceArn": {},
1178
+ "Tags": {
1179
+ "shape": "S4"
1180
+ }
1181
+ }
1182
+ },
1183
+ "output": {
1184
+ "type": "structure",
1185
+ "members": {}
1186
+ },
1187
+ "idempotent": true
1188
+ },
1189
+ "UntagResource": {
1190
+ "input": {
1191
+ "type": "structure",
1192
+ "required": [
1193
+ "ResourceArn",
1194
+ "TagKeys"
1195
+ ],
1196
+ "members": {
1197
+ "ResourceArn": {},
1198
+ "TagKeys": {
1199
+ "type": "list",
1200
+ "member": {
1201
+ "shape": "S6"
1202
+ }
1203
+ }
1204
+ }
1205
+ },
1206
+ "output": {
1207
+ "type": "structure",
1208
+ "members": {}
1209
+ },
1210
+ "idempotent": true
1211
+ },
1212
+ "UpdateArchive": {
1213
+ "input": {
1214
+ "type": "structure",
1215
+ "required": [
1216
+ "ArchiveId"
1217
+ ],
1218
+ "members": {
1219
+ "ArchiveId": {},
1220
+ "ArchiveName": {},
1221
+ "Retention": {
1222
+ "shape": "Sg"
1223
+ }
1224
+ }
1225
+ },
1226
+ "output": {
1227
+ "type": "structure",
1228
+ "members": {}
1229
+ },
1230
+ "idempotent": true
1231
+ },
1232
+ "UpdateIngressPoint": {
1233
+ "input": {
1234
+ "type": "structure",
1235
+ "required": [
1236
+ "IngressPointId"
1237
+ ],
1238
+ "members": {
1239
+ "IngressPointConfiguration": {
1240
+ "shape": "Sl"
1241
+ },
1242
+ "IngressPointId": {},
1243
+ "IngressPointName": {},
1244
+ "RuleSetId": {},
1245
+ "StatusToUpdate": {},
1246
+ "TrafficPolicyId": {}
1247
+ }
1248
+ },
1249
+ "output": {
1250
+ "type": "structure",
1251
+ "members": {}
1252
+ },
1253
+ "idempotent": true
1254
+ },
1255
+ "UpdateRelay": {
1256
+ "input": {
1257
+ "type": "structure",
1258
+ "required": [
1259
+ "RelayId"
1260
+ ],
1261
+ "members": {
1262
+ "Authentication": {
1263
+ "shape": "Sv"
1264
+ },
1265
+ "RelayId": {},
1266
+ "RelayName": {},
1267
+ "ServerName": {},
1268
+ "ServerPort": {
1269
+ "type": "integer"
1270
+ }
1271
+ }
1272
+ },
1273
+ "output": {
1274
+ "type": "structure",
1275
+ "members": {}
1276
+ },
1277
+ "idempotent": true
1278
+ },
1279
+ "UpdateRuleSet": {
1280
+ "input": {
1281
+ "type": "structure",
1282
+ "required": [
1283
+ "RuleSetId"
1284
+ ],
1285
+ "members": {
1286
+ "RuleSetId": {},
1287
+ "RuleSetName": {},
1288
+ "Rules": {
1289
+ "shape": "S14"
1290
+ }
1291
+ }
1292
+ },
1293
+ "output": {
1294
+ "type": "structure",
1295
+ "members": {}
1296
+ },
1297
+ "idempotent": true
1298
+ },
1299
+ "UpdateTrafficPolicy": {
1300
+ "input": {
1301
+ "type": "structure",
1302
+ "required": [
1303
+ "TrafficPolicyId"
1304
+ ],
1305
+ "members": {
1306
+ "DefaultAction": {},
1307
+ "MaxMessageSizeBytes": {
1308
+ "type": "integer"
1309
+ },
1310
+ "PolicyStatements": {
1311
+ "shape": "S2x"
1312
+ },
1313
+ "TrafficPolicyId": {},
1314
+ "TrafficPolicyName": {}
1315
+ }
1316
+ },
1317
+ "output": {
1318
+ "type": "structure",
1319
+ "members": {}
1320
+ },
1321
+ "idempotent": true
1322
+ }
1323
+ },
1324
+ "shapes": {
1325
+ "S4": {
1326
+ "type": "list",
1327
+ "member": {
1328
+ "type": "structure",
1329
+ "required": [
1330
+ "Key",
1331
+ "Value"
1332
+ ],
1333
+ "members": {
1334
+ "Key": {
1335
+ "shape": "S6"
1336
+ },
1337
+ "Value": {
1338
+ "type": "string",
1339
+ "sensitive": true
1340
+ }
1341
+ }
1342
+ }
1343
+ },
1344
+ "S6": {
1345
+ "type": "string",
1346
+ "sensitive": true
1347
+ },
1348
+ "Sg": {
1349
+ "type": "structure",
1350
+ "members": {
1351
+ "RetentionPeriod": {}
1352
+ },
1353
+ "union": true
1354
+ },
1355
+ "Sl": {
1356
+ "type": "structure",
1357
+ "members": {
1358
+ "SecretArn": {},
1359
+ "SmtpPassword": {
1360
+ "type": "string",
1361
+ "sensitive": true
1362
+ }
1363
+ },
1364
+ "union": true
1365
+ },
1366
+ "Sv": {
1367
+ "type": "structure",
1368
+ "members": {
1369
+ "NoAuthentication": {
1370
+ "type": "structure",
1371
+ "members": {}
1372
+ },
1373
+ "SecretArn": {}
1374
+ },
1375
+ "union": true
1376
+ },
1377
+ "S14": {
1378
+ "type": "list",
1379
+ "member": {
1380
+ "type": "structure",
1381
+ "required": [
1382
+ "Actions"
1383
+ ],
1384
+ "members": {
1385
+ "Actions": {
1386
+ "type": "list",
1387
+ "member": {
1388
+ "type": "structure",
1389
+ "members": {
1390
+ "AddHeader": {
1391
+ "type": "structure",
1392
+ "required": [
1393
+ "HeaderName",
1394
+ "HeaderValue"
1395
+ ],
1396
+ "members": {
1397
+ "HeaderName": {},
1398
+ "HeaderValue": {}
1399
+ }
1400
+ },
1401
+ "Archive": {
1402
+ "type": "structure",
1403
+ "required": [
1404
+ "TargetArchive"
1405
+ ],
1406
+ "members": {
1407
+ "ActionFailurePolicy": {},
1408
+ "TargetArchive": {}
1409
+ }
1410
+ },
1411
+ "DeliverToMailbox": {
1412
+ "type": "structure",
1413
+ "required": [
1414
+ "MailboxArn",
1415
+ "RoleArn"
1416
+ ],
1417
+ "members": {
1418
+ "ActionFailurePolicy": {},
1419
+ "MailboxArn": {},
1420
+ "RoleArn": {}
1421
+ }
1422
+ },
1423
+ "Drop": {
1424
+ "type": "structure",
1425
+ "members": {}
1426
+ },
1427
+ "Relay": {
1428
+ "type": "structure",
1429
+ "required": [
1430
+ "Relay"
1431
+ ],
1432
+ "members": {
1433
+ "ActionFailurePolicy": {},
1434
+ "MailFrom": {},
1435
+ "Relay": {}
1436
+ }
1437
+ },
1438
+ "ReplaceRecipient": {
1439
+ "type": "structure",
1440
+ "members": {
1441
+ "ReplaceWith": {
1442
+ "type": "list",
1443
+ "member": {
1444
+ "type": "string",
1445
+ "sensitive": true
1446
+ }
1447
+ }
1448
+ }
1449
+ },
1450
+ "Send": {
1451
+ "type": "structure",
1452
+ "required": [
1453
+ "RoleArn"
1454
+ ],
1455
+ "members": {
1456
+ "ActionFailurePolicy": {},
1457
+ "RoleArn": {}
1458
+ }
1459
+ },
1460
+ "WriteToS3": {
1461
+ "type": "structure",
1462
+ "required": [
1463
+ "RoleArn",
1464
+ "S3Bucket"
1465
+ ],
1466
+ "members": {
1467
+ "ActionFailurePolicy": {},
1468
+ "RoleArn": {},
1469
+ "S3Bucket": {},
1470
+ "S3Prefix": {},
1471
+ "S3SseKmsKeyId": {}
1472
+ }
1473
+ }
1474
+ },
1475
+ "union": true
1476
+ }
1477
+ },
1478
+ "Conditions": {
1479
+ "shape": "S1s"
1480
+ },
1481
+ "Name": {},
1482
+ "Unless": {
1483
+ "shape": "S1s"
1484
+ }
1485
+ }
1486
+ }
1487
+ },
1488
+ "S1s": {
1489
+ "type": "list",
1490
+ "member": {
1491
+ "type": "structure",
1492
+ "members": {
1493
+ "BooleanExpression": {
1494
+ "type": "structure",
1495
+ "required": [
1496
+ "Evaluate",
1497
+ "Operator"
1498
+ ],
1499
+ "members": {
1500
+ "Evaluate": {
1501
+ "type": "structure",
1502
+ "members": {
1503
+ "Attribute": {}
1504
+ },
1505
+ "union": true
1506
+ },
1507
+ "Operator": {}
1508
+ }
1509
+ },
1510
+ "DmarcExpression": {
1511
+ "type": "structure",
1512
+ "required": [
1513
+ "Operator",
1514
+ "Values"
1515
+ ],
1516
+ "members": {
1517
+ "Operator": {},
1518
+ "Values": {
1519
+ "type": "list",
1520
+ "member": {}
1521
+ }
1522
+ }
1523
+ },
1524
+ "IpExpression": {
1525
+ "type": "structure",
1526
+ "required": [
1527
+ "Evaluate",
1528
+ "Operator",
1529
+ "Values"
1530
+ ],
1531
+ "members": {
1532
+ "Evaluate": {
1533
+ "type": "structure",
1534
+ "members": {
1535
+ "Attribute": {}
1536
+ },
1537
+ "union": true
1538
+ },
1539
+ "Operator": {},
1540
+ "Values": {
1541
+ "type": "list",
1542
+ "member": {}
1543
+ }
1544
+ }
1545
+ },
1546
+ "NumberExpression": {
1547
+ "type": "structure",
1548
+ "required": [
1549
+ "Evaluate",
1550
+ "Operator",
1551
+ "Value"
1552
+ ],
1553
+ "members": {
1554
+ "Evaluate": {
1555
+ "type": "structure",
1556
+ "members": {
1557
+ "Attribute": {}
1558
+ },
1559
+ "union": true
1560
+ },
1561
+ "Operator": {},
1562
+ "Value": {
1563
+ "type": "double"
1564
+ }
1565
+ }
1566
+ },
1567
+ "StringExpression": {
1568
+ "type": "structure",
1569
+ "required": [
1570
+ "Evaluate",
1571
+ "Operator",
1572
+ "Values"
1573
+ ],
1574
+ "members": {
1575
+ "Evaluate": {
1576
+ "type": "structure",
1577
+ "members": {
1578
+ "Attribute": {}
1579
+ },
1580
+ "union": true
1581
+ },
1582
+ "Operator": {},
1583
+ "Values": {
1584
+ "type": "list",
1585
+ "member": {}
1586
+ }
1587
+ }
1588
+ },
1589
+ "VerdictExpression": {
1590
+ "type": "structure",
1591
+ "required": [
1592
+ "Evaluate",
1593
+ "Operator",
1594
+ "Values"
1595
+ ],
1596
+ "members": {
1597
+ "Evaluate": {
1598
+ "type": "structure",
1599
+ "members": {
1600
+ "Analysis": {
1601
+ "type": "structure",
1602
+ "required": [
1603
+ "Analyzer",
1604
+ "ResultField"
1605
+ ],
1606
+ "members": {
1607
+ "Analyzer": {},
1608
+ "ResultField": {}
1609
+ }
1610
+ },
1611
+ "Attribute": {}
1612
+ },
1613
+ "union": true
1614
+ },
1615
+ "Operator": {},
1616
+ "Values": {
1617
+ "type": "list",
1618
+ "member": {}
1619
+ }
1620
+ }
1621
+ }
1622
+ },
1623
+ "union": true
1624
+ }
1625
+ },
1626
+ "S2x": {
1627
+ "type": "list",
1628
+ "member": {
1629
+ "type": "structure",
1630
+ "required": [
1631
+ "Action",
1632
+ "Conditions"
1633
+ ],
1634
+ "members": {
1635
+ "Action": {},
1636
+ "Conditions": {
1637
+ "type": "list",
1638
+ "member": {
1639
+ "type": "structure",
1640
+ "members": {
1641
+ "BooleanExpression": {
1642
+ "type": "structure",
1643
+ "required": [
1644
+ "Evaluate",
1645
+ "Operator"
1646
+ ],
1647
+ "members": {
1648
+ "Evaluate": {
1649
+ "type": "structure",
1650
+ "members": {
1651
+ "Analysis": {
1652
+ "type": "structure",
1653
+ "required": [
1654
+ "Analyzer",
1655
+ "ResultField"
1656
+ ],
1657
+ "members": {
1658
+ "Analyzer": {},
1659
+ "ResultField": {}
1660
+ }
1661
+ }
1662
+ },
1663
+ "union": true
1664
+ },
1665
+ "Operator": {}
1666
+ }
1667
+ },
1668
+ "IpExpression": {
1669
+ "type": "structure",
1670
+ "required": [
1671
+ "Evaluate",
1672
+ "Operator",
1673
+ "Values"
1674
+ ],
1675
+ "members": {
1676
+ "Evaluate": {
1677
+ "type": "structure",
1678
+ "members": {
1679
+ "Attribute": {}
1680
+ },
1681
+ "union": true
1682
+ },
1683
+ "Operator": {},
1684
+ "Values": {
1685
+ "type": "list",
1686
+ "member": {}
1687
+ }
1688
+ }
1689
+ },
1690
+ "StringExpression": {
1691
+ "type": "structure",
1692
+ "required": [
1693
+ "Evaluate",
1694
+ "Operator",
1695
+ "Values"
1696
+ ],
1697
+ "members": {
1698
+ "Evaluate": {
1699
+ "type": "structure",
1700
+ "members": {
1701
+ "Attribute": {}
1702
+ },
1703
+ "union": true
1704
+ },
1705
+ "Operator": {},
1706
+ "Values": {
1707
+ "type": "list",
1708
+ "member": {}
1709
+ }
1710
+ }
1711
+ },
1712
+ "TlsExpression": {
1713
+ "type": "structure",
1714
+ "required": [
1715
+ "Evaluate",
1716
+ "Operator",
1717
+ "Value"
1718
+ ],
1719
+ "members": {
1720
+ "Evaluate": {
1721
+ "type": "structure",
1722
+ "members": {
1723
+ "Attribute": {}
1724
+ },
1725
+ "union": true
1726
+ },
1727
+ "Operator": {},
1728
+ "Value": {}
1729
+ }
1730
+ }
1731
+ },
1732
+ "union": true
1733
+ }
1734
+ }
1735
+ }
1736
+ }
1737
+ },
1738
+ "S4h": {
1739
+ "type": "structure",
1740
+ "members": {
1741
+ "S3": {
1742
+ "type": "structure",
1743
+ "members": {
1744
+ "S3Location": {}
1745
+ }
1746
+ }
1747
+ },
1748
+ "union": true
1749
+ },
1750
+ "S4k": {
1751
+ "type": "structure",
1752
+ "members": {
1753
+ "Include": {
1754
+ "shape": "S4l"
1755
+ },
1756
+ "Unless": {
1757
+ "shape": "S4l"
1758
+ }
1759
+ }
1760
+ },
1761
+ "S4l": {
1762
+ "type": "list",
1763
+ "member": {
1764
+ "type": "structure",
1765
+ "members": {
1766
+ "BooleanExpression": {
1767
+ "type": "structure",
1768
+ "required": [
1769
+ "Evaluate",
1770
+ "Operator"
1771
+ ],
1772
+ "members": {
1773
+ "Evaluate": {
1774
+ "type": "structure",
1775
+ "members": {
1776
+ "Attribute": {}
1777
+ },
1778
+ "union": true
1779
+ },
1780
+ "Operator": {}
1781
+ }
1782
+ },
1783
+ "StringExpression": {
1784
+ "type": "structure",
1785
+ "required": [
1786
+ "Evaluate",
1787
+ "Operator",
1788
+ "Values"
1789
+ ],
1790
+ "members": {
1791
+ "Evaluate": {
1792
+ "type": "structure",
1793
+ "members": {
1794
+ "Attribute": {}
1795
+ },
1796
+ "union": true
1797
+ },
1798
+ "Operator": {},
1799
+ "Values": {
1800
+ "type": "list",
1801
+ "member": {}
1802
+ }
1803
+ }
1804
+ }
1805
+ },
1806
+ "union": true
1807
+ }
1808
+ },
1809
+ "S4x": {
1810
+ "type": "structure",
1811
+ "members": {
1812
+ "CompletionTimestamp": {
1813
+ "type": "timestamp"
1814
+ },
1815
+ "ErrorMessage": {},
1816
+ "State": {},
1817
+ "SubmissionTimestamp": {
1818
+ "type": "timestamp"
1819
+ }
1820
+ }
1821
+ },
1822
+ "S5c": {
1823
+ "type": "structure",
1824
+ "members": {
1825
+ "CompletionTimestamp": {
1826
+ "type": "timestamp"
1827
+ },
1828
+ "ErrorMessage": {},
1829
+ "State": {},
1830
+ "SubmissionTimestamp": {
1831
+ "type": "timestamp"
1832
+ }
1833
+ }
1834
+ }
1835
+ }
1836
+ }