cdk-docker-image-deployment 0.0.57 → 0.0.59
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.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +270 -75
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +129 -101
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1700 -1563
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +149 -122
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +71 -4
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +355 -139
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +44 -19
- package/node_modules/aws-sdk/clients/apprunner.d.ts +240 -3
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +70 -8
- package/node_modules/aws-sdk/clients/connect.d.ts +26 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +157 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +44 -4
- package/node_modules/aws-sdk/clients/sesv2.d.ts +259 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +45 -11
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +2058 -1793
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -13,6 +13,85 @@
|
|
|
13
13
|
"uid": "sesv2-2019-09-27"
|
|
14
14
|
},
|
|
15
15
|
"operations": {
|
|
16
|
+
"BatchGetMetricData": {
|
|
17
|
+
"http": {
|
|
18
|
+
"requestUri": "/v2/email/metrics/batch"
|
|
19
|
+
},
|
|
20
|
+
"input": {
|
|
21
|
+
"type": "structure",
|
|
22
|
+
"required": [
|
|
23
|
+
"Queries"
|
|
24
|
+
],
|
|
25
|
+
"members": {
|
|
26
|
+
"Queries": {
|
|
27
|
+
"type": "list",
|
|
28
|
+
"member": {
|
|
29
|
+
"type": "structure",
|
|
30
|
+
"required": [
|
|
31
|
+
"Id",
|
|
32
|
+
"Namespace",
|
|
33
|
+
"Metric",
|
|
34
|
+
"StartDate",
|
|
35
|
+
"EndDate"
|
|
36
|
+
],
|
|
37
|
+
"members": {
|
|
38
|
+
"Id": {},
|
|
39
|
+
"Namespace": {},
|
|
40
|
+
"Metric": {},
|
|
41
|
+
"Dimensions": {
|
|
42
|
+
"type": "map",
|
|
43
|
+
"key": {},
|
|
44
|
+
"value": {}
|
|
45
|
+
},
|
|
46
|
+
"StartDate": {
|
|
47
|
+
"type": "timestamp"
|
|
48
|
+
},
|
|
49
|
+
"EndDate": {
|
|
50
|
+
"type": "timestamp"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"output": {
|
|
58
|
+
"type": "structure",
|
|
59
|
+
"members": {
|
|
60
|
+
"Results": {
|
|
61
|
+
"type": "list",
|
|
62
|
+
"member": {
|
|
63
|
+
"type": "structure",
|
|
64
|
+
"members": {
|
|
65
|
+
"Id": {},
|
|
66
|
+
"Timestamps": {
|
|
67
|
+
"type": "list",
|
|
68
|
+
"member": {
|
|
69
|
+
"type": "timestamp"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"Values": {
|
|
73
|
+
"type": "list",
|
|
74
|
+
"member": {
|
|
75
|
+
"type": "long"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"Errors": {
|
|
82
|
+
"type": "list",
|
|
83
|
+
"member": {
|
|
84
|
+
"type": "structure",
|
|
85
|
+
"members": {
|
|
86
|
+
"Id": {},
|
|
87
|
+
"Code": {},
|
|
88
|
+
"Message": {}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
16
95
|
"CreateConfigurationSet": {
|
|
17
96
|
"http": {
|
|
18
97
|
"requestUri": "/v2/email/configuration-sets"
|
|
@@ -25,22 +104,25 @@
|
|
|
25
104
|
"members": {
|
|
26
105
|
"ConfigurationSetName": {},
|
|
27
106
|
"TrackingOptions": {
|
|
28
|
-
"shape": "
|
|
107
|
+
"shape": "Sn"
|
|
29
108
|
},
|
|
30
109
|
"DeliveryOptions": {
|
|
31
|
-
"shape": "
|
|
110
|
+
"shape": "Sp"
|
|
32
111
|
},
|
|
33
112
|
"ReputationOptions": {
|
|
34
|
-
"shape": "
|
|
113
|
+
"shape": "Ss"
|
|
35
114
|
},
|
|
36
115
|
"SendingOptions": {
|
|
37
|
-
"shape": "
|
|
116
|
+
"shape": "Sv"
|
|
38
117
|
},
|
|
39
118
|
"Tags": {
|
|
40
|
-
"shape": "
|
|
119
|
+
"shape": "Sw"
|
|
41
120
|
},
|
|
42
121
|
"SuppressionOptions": {
|
|
43
|
-
"shape": "
|
|
122
|
+
"shape": "S10"
|
|
123
|
+
},
|
|
124
|
+
"VdmOptions": {
|
|
125
|
+
"shape": "S13"
|
|
44
126
|
}
|
|
45
127
|
}
|
|
46
128
|
},
|
|
@@ -67,7 +149,7 @@
|
|
|
67
149
|
},
|
|
68
150
|
"EventDestinationName": {},
|
|
69
151
|
"EventDestination": {
|
|
70
|
-
"shape": "
|
|
152
|
+
"shape": "S1a"
|
|
71
153
|
}
|
|
72
154
|
}
|
|
73
155
|
},
|
|
@@ -93,7 +175,7 @@
|
|
|
93
175
|
},
|
|
94
176
|
"EmailAddress": {},
|
|
95
177
|
"TopicPreferences": {
|
|
96
|
-
"shape": "
|
|
178
|
+
"shape": "S1r"
|
|
97
179
|
},
|
|
98
180
|
"UnsubscribeAll": {
|
|
99
181
|
"type": "boolean"
|
|
@@ -118,11 +200,11 @@
|
|
|
118
200
|
"members": {
|
|
119
201
|
"ContactListName": {},
|
|
120
202
|
"Topics": {
|
|
121
|
-
"shape": "
|
|
203
|
+
"shape": "S1z"
|
|
122
204
|
},
|
|
123
205
|
"Description": {},
|
|
124
206
|
"Tags": {
|
|
125
|
-
"shape": "
|
|
207
|
+
"shape": "Sw"
|
|
126
208
|
}
|
|
127
209
|
}
|
|
128
210
|
},
|
|
@@ -171,7 +253,7 @@
|
|
|
171
253
|
"members": {
|
|
172
254
|
"PoolName": {},
|
|
173
255
|
"Tags": {
|
|
174
|
-
"shape": "
|
|
256
|
+
"shape": "Sw"
|
|
175
257
|
},
|
|
176
258
|
"ScalingMode": {}
|
|
177
259
|
}
|
|
@@ -195,10 +277,10 @@
|
|
|
195
277
|
"ReportName": {},
|
|
196
278
|
"FromEmailAddress": {},
|
|
197
279
|
"Content": {
|
|
198
|
-
"shape": "
|
|
280
|
+
"shape": "S2g"
|
|
199
281
|
},
|
|
200
282
|
"Tags": {
|
|
201
|
-
"shape": "
|
|
283
|
+
"shape": "Sw"
|
|
202
284
|
}
|
|
203
285
|
}
|
|
204
286
|
},
|
|
@@ -226,10 +308,10 @@
|
|
|
226
308
|
"members": {
|
|
227
309
|
"EmailIdentity": {},
|
|
228
310
|
"Tags": {
|
|
229
|
-
"shape": "
|
|
311
|
+
"shape": "Sw"
|
|
230
312
|
},
|
|
231
313
|
"DkimSigningAttributes": {
|
|
232
|
-
"shape": "
|
|
314
|
+
"shape": "S2v"
|
|
233
315
|
},
|
|
234
316
|
"ConfigurationSetName": {}
|
|
235
317
|
}
|
|
@@ -242,7 +324,7 @@
|
|
|
242
324
|
"type": "boolean"
|
|
243
325
|
},
|
|
244
326
|
"DkimAttributes": {
|
|
245
|
-
"shape": "
|
|
327
|
+
"shape": "S31"
|
|
246
328
|
}
|
|
247
329
|
}
|
|
248
330
|
}
|
|
@@ -288,7 +370,7 @@
|
|
|
288
370
|
"members": {
|
|
289
371
|
"TemplateName": {},
|
|
290
372
|
"TemplateContent": {
|
|
291
|
-
"shape": "
|
|
373
|
+
"shape": "S3b"
|
|
292
374
|
}
|
|
293
375
|
}
|
|
294
376
|
},
|
|
@@ -309,10 +391,10 @@
|
|
|
309
391
|
],
|
|
310
392
|
"members": {
|
|
311
393
|
"ImportDestination": {
|
|
312
|
-
"shape": "
|
|
394
|
+
"shape": "S3g"
|
|
313
395
|
},
|
|
314
396
|
"ImportDataSource": {
|
|
315
|
-
"shape": "
|
|
397
|
+
"shape": "S3l"
|
|
316
398
|
}
|
|
317
399
|
}
|
|
318
400
|
},
|
|
@@ -598,7 +680,7 @@
|
|
|
598
680
|
"type": "structure",
|
|
599
681
|
"members": {
|
|
600
682
|
"SuppressedReasons": {
|
|
601
|
-
"shape": "
|
|
683
|
+
"shape": "S11"
|
|
602
684
|
}
|
|
603
685
|
}
|
|
604
686
|
},
|
|
@@ -607,14 +689,14 @@
|
|
|
607
689
|
"members": {
|
|
608
690
|
"MailType": {},
|
|
609
691
|
"WebsiteURL": {
|
|
610
|
-
"shape": "
|
|
692
|
+
"shape": "S4k"
|
|
611
693
|
},
|
|
612
694
|
"ContactLanguage": {},
|
|
613
695
|
"UseCaseDescription": {
|
|
614
|
-
"shape": "
|
|
696
|
+
"shape": "S4m"
|
|
615
697
|
},
|
|
616
698
|
"AdditionalContactEmailAddresses": {
|
|
617
|
-
"shape": "
|
|
699
|
+
"shape": "S4n"
|
|
618
700
|
},
|
|
619
701
|
"ReviewDetails": {
|
|
620
702
|
"type": "structure",
|
|
@@ -624,6 +706,9 @@
|
|
|
624
706
|
}
|
|
625
707
|
}
|
|
626
708
|
}
|
|
709
|
+
},
|
|
710
|
+
"VdmAttributes": {
|
|
711
|
+
"shape": "S4s"
|
|
627
712
|
}
|
|
628
713
|
}
|
|
629
714
|
}
|
|
@@ -695,22 +780,25 @@
|
|
|
695
780
|
"members": {
|
|
696
781
|
"ConfigurationSetName": {},
|
|
697
782
|
"TrackingOptions": {
|
|
698
|
-
"shape": "
|
|
783
|
+
"shape": "Sn"
|
|
699
784
|
},
|
|
700
785
|
"DeliveryOptions": {
|
|
701
|
-
"shape": "
|
|
786
|
+
"shape": "Sp"
|
|
702
787
|
},
|
|
703
788
|
"ReputationOptions": {
|
|
704
|
-
"shape": "
|
|
789
|
+
"shape": "Ss"
|
|
705
790
|
},
|
|
706
791
|
"SendingOptions": {
|
|
707
|
-
"shape": "
|
|
792
|
+
"shape": "Sv"
|
|
708
793
|
},
|
|
709
794
|
"Tags": {
|
|
710
|
-
"shape": "
|
|
795
|
+
"shape": "Sw"
|
|
711
796
|
},
|
|
712
797
|
"SuppressionOptions": {
|
|
713
|
-
"shape": "
|
|
798
|
+
"shape": "S10"
|
|
799
|
+
},
|
|
800
|
+
"VdmOptions": {
|
|
801
|
+
"shape": "S13"
|
|
714
802
|
}
|
|
715
803
|
}
|
|
716
804
|
}
|
|
@@ -749,19 +837,19 @@
|
|
|
749
837
|
"type": "boolean"
|
|
750
838
|
},
|
|
751
839
|
"MatchingEventTypes": {
|
|
752
|
-
"shape": "
|
|
840
|
+
"shape": "S1b"
|
|
753
841
|
},
|
|
754
842
|
"KinesisFirehoseDestination": {
|
|
755
|
-
"shape": "
|
|
843
|
+
"shape": "S1d"
|
|
756
844
|
},
|
|
757
845
|
"CloudWatchDestination": {
|
|
758
|
-
"shape": "
|
|
846
|
+
"shape": "S1f"
|
|
759
847
|
},
|
|
760
848
|
"SnsDestination": {
|
|
761
|
-
"shape": "
|
|
849
|
+
"shape": "S1l"
|
|
762
850
|
},
|
|
763
851
|
"PinpointDestination": {
|
|
764
|
-
"shape": "
|
|
852
|
+
"shape": "S1m"
|
|
765
853
|
}
|
|
766
854
|
}
|
|
767
855
|
}
|
|
@@ -797,10 +885,10 @@
|
|
|
797
885
|
"ContactListName": {},
|
|
798
886
|
"EmailAddress": {},
|
|
799
887
|
"TopicPreferences": {
|
|
800
|
-
"shape": "
|
|
888
|
+
"shape": "S1r"
|
|
801
889
|
},
|
|
802
890
|
"TopicDefaultPreferences": {
|
|
803
|
-
"shape": "
|
|
891
|
+
"shape": "S1r"
|
|
804
892
|
},
|
|
805
893
|
"UnsubscribeAll": {
|
|
806
894
|
"type": "boolean"
|
|
@@ -837,7 +925,7 @@
|
|
|
837
925
|
"members": {
|
|
838
926
|
"ContactListName": {},
|
|
839
927
|
"Topics": {
|
|
840
|
-
"shape": "
|
|
928
|
+
"shape": "S1z"
|
|
841
929
|
},
|
|
842
930
|
"Description": {},
|
|
843
931
|
"CreatedTimestamp": {
|
|
@@ -847,7 +935,7 @@
|
|
|
847
935
|
"type": "timestamp"
|
|
848
936
|
},
|
|
849
937
|
"Tags": {
|
|
850
|
-
"shape": "
|
|
938
|
+
"shape": "Sw"
|
|
851
939
|
}
|
|
852
940
|
}
|
|
853
941
|
}
|
|
@@ -902,7 +990,7 @@
|
|
|
902
990
|
"type": "structure",
|
|
903
991
|
"members": {
|
|
904
992
|
"DedicatedIp": {
|
|
905
|
-
"shape": "
|
|
993
|
+
"shape": "S5j"
|
|
906
994
|
}
|
|
907
995
|
}
|
|
908
996
|
}
|
|
@@ -970,7 +1058,7 @@
|
|
|
970
1058
|
"DedicatedIps": {
|
|
971
1059
|
"type": "list",
|
|
972
1060
|
"member": {
|
|
973
|
-
"shape": "
|
|
1061
|
+
"shape": "S5j"
|
|
974
1062
|
}
|
|
975
1063
|
},
|
|
976
1064
|
"NextToken": {}
|
|
@@ -1000,10 +1088,10 @@
|
|
|
1000
1088
|
},
|
|
1001
1089
|
"AccountStatus": {},
|
|
1002
1090
|
"ActiveSubscribedDomains": {
|
|
1003
|
-
"shape": "
|
|
1091
|
+
"shape": "S5x"
|
|
1004
1092
|
},
|
|
1005
1093
|
"PendingExpirationSubscribedDomains": {
|
|
1006
|
-
"shape": "
|
|
1094
|
+
"shape": "S5x"
|
|
1007
1095
|
}
|
|
1008
1096
|
}
|
|
1009
1097
|
}
|
|
@@ -1034,10 +1122,10 @@
|
|
|
1034
1122
|
],
|
|
1035
1123
|
"members": {
|
|
1036
1124
|
"DeliverabilityTestReport": {
|
|
1037
|
-
"shape": "
|
|
1125
|
+
"shape": "S65"
|
|
1038
1126
|
},
|
|
1039
1127
|
"OverallPlacement": {
|
|
1040
|
-
"shape": "
|
|
1128
|
+
"shape": "S67"
|
|
1041
1129
|
},
|
|
1042
1130
|
"IspPlacements": {
|
|
1043
1131
|
"type": "list",
|
|
@@ -1046,14 +1134,14 @@
|
|
|
1046
1134
|
"members": {
|
|
1047
1135
|
"IspName": {},
|
|
1048
1136
|
"PlacementStatistics": {
|
|
1049
|
-
"shape": "
|
|
1137
|
+
"shape": "S67"
|
|
1050
1138
|
}
|
|
1051
1139
|
}
|
|
1052
1140
|
}
|
|
1053
1141
|
},
|
|
1054
1142
|
"Message": {},
|
|
1055
1143
|
"Tags": {
|
|
1056
|
-
"shape": "
|
|
1144
|
+
"shape": "Sw"
|
|
1057
1145
|
}
|
|
1058
1146
|
}
|
|
1059
1147
|
}
|
|
@@ -1082,7 +1170,7 @@
|
|
|
1082
1170
|
],
|
|
1083
1171
|
"members": {
|
|
1084
1172
|
"DomainDeliverabilityCampaign": {
|
|
1085
|
-
"shape": "
|
|
1173
|
+
"shape": "S6f"
|
|
1086
1174
|
}
|
|
1087
1175
|
}
|
|
1088
1176
|
}
|
|
@@ -1127,13 +1215,13 @@
|
|
|
1127
1215
|
"type": "structure",
|
|
1128
1216
|
"members": {
|
|
1129
1217
|
"VolumeStatistics": {
|
|
1130
|
-
"shape": "
|
|
1218
|
+
"shape": "S6p"
|
|
1131
1219
|
},
|
|
1132
1220
|
"ReadRatePercent": {
|
|
1133
1221
|
"type": "double"
|
|
1134
1222
|
},
|
|
1135
1223
|
"DomainIspPlacements": {
|
|
1136
|
-
"shape": "
|
|
1224
|
+
"shape": "S6q"
|
|
1137
1225
|
}
|
|
1138
1226
|
}
|
|
1139
1227
|
},
|
|
@@ -1146,10 +1234,10 @@
|
|
|
1146
1234
|
"type": "timestamp"
|
|
1147
1235
|
},
|
|
1148
1236
|
"VolumeStatistics": {
|
|
1149
|
-
"shape": "
|
|
1237
|
+
"shape": "S6p"
|
|
1150
1238
|
},
|
|
1151
1239
|
"DomainIspPlacements": {
|
|
1152
|
-
"shape": "
|
|
1240
|
+
"shape": "S6q"
|
|
1153
1241
|
}
|
|
1154
1242
|
}
|
|
1155
1243
|
}
|
|
@@ -1185,7 +1273,7 @@
|
|
|
1185
1273
|
"type": "boolean"
|
|
1186
1274
|
},
|
|
1187
1275
|
"DkimAttributes": {
|
|
1188
|
-
"shape": "
|
|
1276
|
+
"shape": "S31"
|
|
1189
1277
|
},
|
|
1190
1278
|
"MailFromAttributes": {
|
|
1191
1279
|
"type": "structure",
|
|
@@ -1201,10 +1289,10 @@
|
|
|
1201
1289
|
}
|
|
1202
1290
|
},
|
|
1203
1291
|
"Policies": {
|
|
1204
|
-
"shape": "
|
|
1292
|
+
"shape": "S70"
|
|
1205
1293
|
},
|
|
1206
1294
|
"Tags": {
|
|
1207
|
-
"shape": "
|
|
1295
|
+
"shape": "Sw"
|
|
1208
1296
|
},
|
|
1209
1297
|
"ConfigurationSetName": {},
|
|
1210
1298
|
"VerificationStatus": {}
|
|
@@ -1232,7 +1320,7 @@
|
|
|
1232
1320
|
"type": "structure",
|
|
1233
1321
|
"members": {
|
|
1234
1322
|
"Policies": {
|
|
1235
|
-
"shape": "
|
|
1323
|
+
"shape": "S70"
|
|
1236
1324
|
}
|
|
1237
1325
|
}
|
|
1238
1326
|
}
|
|
@@ -1263,7 +1351,7 @@
|
|
|
1263
1351
|
"members": {
|
|
1264
1352
|
"TemplateName": {},
|
|
1265
1353
|
"TemplateContent": {
|
|
1266
|
-
"shape": "
|
|
1354
|
+
"shape": "S3b"
|
|
1267
1355
|
}
|
|
1268
1356
|
}
|
|
1269
1357
|
}
|
|
@@ -1290,10 +1378,10 @@
|
|
|
1290
1378
|
"members": {
|
|
1291
1379
|
"JobId": {},
|
|
1292
1380
|
"ImportDestination": {
|
|
1293
|
-
"shape": "
|
|
1381
|
+
"shape": "S3g"
|
|
1294
1382
|
},
|
|
1295
1383
|
"ImportDataSource": {
|
|
1296
|
-
"shape": "
|
|
1384
|
+
"shape": "S3l"
|
|
1297
1385
|
},
|
|
1298
1386
|
"FailureInfo": {
|
|
1299
1387
|
"type": "structure",
|
|
@@ -1485,10 +1573,10 @@
|
|
|
1485
1573
|
"members": {
|
|
1486
1574
|
"EmailAddress": {},
|
|
1487
1575
|
"TopicPreferences": {
|
|
1488
|
-
"shape": "
|
|
1576
|
+
"shape": "S1r"
|
|
1489
1577
|
},
|
|
1490
1578
|
"TopicDefaultPreferences": {
|
|
1491
|
-
"shape": "
|
|
1579
|
+
"shape": "S1r"
|
|
1492
1580
|
},
|
|
1493
1581
|
"UnsubscribeAll": {
|
|
1494
1582
|
"type": "boolean"
|
|
@@ -1600,7 +1688,7 @@
|
|
|
1600
1688
|
"DeliverabilityTestReports": {
|
|
1601
1689
|
"type": "list",
|
|
1602
1690
|
"member": {
|
|
1603
|
-
"shape": "
|
|
1691
|
+
"shape": "S65"
|
|
1604
1692
|
}
|
|
1605
1693
|
},
|
|
1606
1694
|
"NextToken": {}
|
|
@@ -1654,7 +1742,7 @@
|
|
|
1654
1742
|
"DomainDeliverabilityCampaigns": {
|
|
1655
1743
|
"type": "list",
|
|
1656
1744
|
"member": {
|
|
1657
|
-
"shape": "
|
|
1745
|
+
"shape": "S6f"
|
|
1658
1746
|
}
|
|
1659
1747
|
},
|
|
1660
1748
|
"NextToken": {}
|
|
@@ -1769,7 +1857,7 @@
|
|
|
1769
1857
|
"members": {
|
|
1770
1858
|
"JobId": {},
|
|
1771
1859
|
"ImportDestination": {
|
|
1772
|
-
"shape": "
|
|
1860
|
+
"shape": "S3g"
|
|
1773
1861
|
},
|
|
1774
1862
|
"JobStatus": {},
|
|
1775
1863
|
"CreatedTimestamp": {
|
|
@@ -1788,6 +1876,50 @@
|
|
|
1788
1876
|
}
|
|
1789
1877
|
}
|
|
1790
1878
|
},
|
|
1879
|
+
"ListRecommendations": {
|
|
1880
|
+
"http": {
|
|
1881
|
+
"requestUri": "/v2/email/vdm/recommendations"
|
|
1882
|
+
},
|
|
1883
|
+
"input": {
|
|
1884
|
+
"type": "structure",
|
|
1885
|
+
"members": {
|
|
1886
|
+
"Filter": {
|
|
1887
|
+
"type": "map",
|
|
1888
|
+
"key": {},
|
|
1889
|
+
"value": {}
|
|
1890
|
+
},
|
|
1891
|
+
"NextToken": {},
|
|
1892
|
+
"PageSize": {
|
|
1893
|
+
"type": "integer"
|
|
1894
|
+
}
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
"output": {
|
|
1898
|
+
"type": "structure",
|
|
1899
|
+
"members": {
|
|
1900
|
+
"Recommendations": {
|
|
1901
|
+
"type": "list",
|
|
1902
|
+
"member": {
|
|
1903
|
+
"type": "structure",
|
|
1904
|
+
"members": {
|
|
1905
|
+
"ResourceArn": {},
|
|
1906
|
+
"Type": {},
|
|
1907
|
+
"Description": {},
|
|
1908
|
+
"Status": {},
|
|
1909
|
+
"CreatedTimestamp": {
|
|
1910
|
+
"type": "timestamp"
|
|
1911
|
+
},
|
|
1912
|
+
"LastUpdatedTimestamp": {
|
|
1913
|
+
"type": "timestamp"
|
|
1914
|
+
},
|
|
1915
|
+
"Impact": {}
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
"NextToken": {}
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
},
|
|
1791
1923
|
"ListSuppressedDestinations": {
|
|
1792
1924
|
"http": {
|
|
1793
1925
|
"method": "GET",
|
|
@@ -1797,7 +1929,7 @@
|
|
|
1797
1929
|
"type": "structure",
|
|
1798
1930
|
"members": {
|
|
1799
1931
|
"Reasons": {
|
|
1800
|
-
"shape": "
|
|
1932
|
+
"shape": "S11",
|
|
1801
1933
|
"location": "querystring",
|
|
1802
1934
|
"locationName": "Reason"
|
|
1803
1935
|
},
|
|
@@ -1871,7 +2003,7 @@
|
|
|
1871
2003
|
],
|
|
1872
2004
|
"members": {
|
|
1873
2005
|
"Tags": {
|
|
1874
|
-
"shape": "
|
|
2006
|
+
"shape": "Sw"
|
|
1875
2007
|
}
|
|
1876
2008
|
}
|
|
1877
2009
|
}
|
|
@@ -1908,14 +2040,14 @@
|
|
|
1908
2040
|
"members": {
|
|
1909
2041
|
"MailType": {},
|
|
1910
2042
|
"WebsiteURL": {
|
|
1911
|
-
"shape": "
|
|
2043
|
+
"shape": "S4k"
|
|
1912
2044
|
},
|
|
1913
2045
|
"ContactLanguage": {},
|
|
1914
2046
|
"UseCaseDescription": {
|
|
1915
|
-
"shape": "
|
|
2047
|
+
"shape": "S4m"
|
|
1916
2048
|
},
|
|
1917
2049
|
"AdditionalContactEmailAddresses": {
|
|
1918
|
-
"shape": "
|
|
2050
|
+
"shape": "S4n"
|
|
1919
2051
|
},
|
|
1920
2052
|
"ProductionAccessEnabled": {
|
|
1921
2053
|
"type": "boolean"
|
|
@@ -1954,7 +2086,28 @@
|
|
|
1954
2086
|
"type": "structure",
|
|
1955
2087
|
"members": {
|
|
1956
2088
|
"SuppressedReasons": {
|
|
1957
|
-
"shape": "
|
|
2089
|
+
"shape": "S11"
|
|
2090
|
+
}
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
"output": {
|
|
2094
|
+
"type": "structure",
|
|
2095
|
+
"members": {}
|
|
2096
|
+
}
|
|
2097
|
+
},
|
|
2098
|
+
"PutAccountVdmAttributes": {
|
|
2099
|
+
"http": {
|
|
2100
|
+
"method": "PUT",
|
|
2101
|
+
"requestUri": "/v2/email/account/vdm"
|
|
2102
|
+
},
|
|
2103
|
+
"input": {
|
|
2104
|
+
"type": "structure",
|
|
2105
|
+
"required": [
|
|
2106
|
+
"VdmAttributes"
|
|
2107
|
+
],
|
|
2108
|
+
"members": {
|
|
2109
|
+
"VdmAttributes": {
|
|
2110
|
+
"shape": "S4s"
|
|
1958
2111
|
}
|
|
1959
2112
|
}
|
|
1960
2113
|
},
|
|
@@ -2053,7 +2206,7 @@
|
|
|
2053
2206
|
"locationName": "ConfigurationSetName"
|
|
2054
2207
|
},
|
|
2055
2208
|
"SuppressedReasons": {
|
|
2056
|
-
"shape": "
|
|
2209
|
+
"shape": "S11"
|
|
2057
2210
|
}
|
|
2058
2211
|
}
|
|
2059
2212
|
},
|
|
@@ -2085,6 +2238,31 @@
|
|
|
2085
2238
|
"members": {}
|
|
2086
2239
|
}
|
|
2087
2240
|
},
|
|
2241
|
+
"PutConfigurationSetVdmOptions": {
|
|
2242
|
+
"http": {
|
|
2243
|
+
"method": "PUT",
|
|
2244
|
+
"requestUri": "/v2/email/configuration-sets/{ConfigurationSetName}/vdm-options"
|
|
2245
|
+
},
|
|
2246
|
+
"input": {
|
|
2247
|
+
"type": "structure",
|
|
2248
|
+
"required": [
|
|
2249
|
+
"ConfigurationSetName"
|
|
2250
|
+
],
|
|
2251
|
+
"members": {
|
|
2252
|
+
"ConfigurationSetName": {
|
|
2253
|
+
"location": "uri",
|
|
2254
|
+
"locationName": "ConfigurationSetName"
|
|
2255
|
+
},
|
|
2256
|
+
"VdmOptions": {
|
|
2257
|
+
"shape": "S13"
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
"output": {
|
|
2262
|
+
"type": "structure",
|
|
2263
|
+
"members": {}
|
|
2264
|
+
}
|
|
2265
|
+
},
|
|
2088
2266
|
"PutDedicatedIpInPool": {
|
|
2089
2267
|
"http": {
|
|
2090
2268
|
"method": "PUT",
|
|
@@ -2150,7 +2328,7 @@
|
|
|
2150
2328
|
"type": "boolean"
|
|
2151
2329
|
},
|
|
2152
2330
|
"SubscribedDomains": {
|
|
2153
|
-
"shape": "
|
|
2331
|
+
"shape": "S5x"
|
|
2154
2332
|
}
|
|
2155
2333
|
}
|
|
2156
2334
|
},
|
|
@@ -2225,7 +2403,7 @@
|
|
|
2225
2403
|
},
|
|
2226
2404
|
"SigningAttributesOrigin": {},
|
|
2227
2405
|
"SigningAttributes": {
|
|
2228
|
-
"shape": "
|
|
2406
|
+
"shape": "S2v"
|
|
2229
2407
|
}
|
|
2230
2408
|
}
|
|
2231
2409
|
},
|
|
@@ -2234,7 +2412,7 @@
|
|
|
2234
2412
|
"members": {
|
|
2235
2413
|
"DkimStatus": {},
|
|
2236
2414
|
"DkimTokens": {
|
|
2237
|
-
"shape": "
|
|
2415
|
+
"shape": "S33"
|
|
2238
2416
|
}
|
|
2239
2417
|
}
|
|
2240
2418
|
}
|
|
@@ -2323,18 +2501,18 @@
|
|
|
2323
2501
|
"FromEmailAddress": {},
|
|
2324
2502
|
"FromEmailAddressIdentityArn": {},
|
|
2325
2503
|
"ReplyToAddresses": {
|
|
2326
|
-
"shape": "
|
|
2504
|
+
"shape": "Sac"
|
|
2327
2505
|
},
|
|
2328
2506
|
"FeedbackForwardingEmailAddress": {},
|
|
2329
2507
|
"FeedbackForwardingEmailAddressIdentityArn": {},
|
|
2330
2508
|
"DefaultEmailTags": {
|
|
2331
|
-
"shape": "
|
|
2509
|
+
"shape": "Sad"
|
|
2332
2510
|
},
|
|
2333
2511
|
"DefaultContent": {
|
|
2334
2512
|
"type": "structure",
|
|
2335
2513
|
"members": {
|
|
2336
2514
|
"Template": {
|
|
2337
|
-
"shape": "
|
|
2515
|
+
"shape": "S2o"
|
|
2338
2516
|
}
|
|
2339
2517
|
}
|
|
2340
2518
|
},
|
|
@@ -2347,10 +2525,10 @@
|
|
|
2347
2525
|
],
|
|
2348
2526
|
"members": {
|
|
2349
2527
|
"Destination": {
|
|
2350
|
-
"shape": "
|
|
2528
|
+
"shape": "Sak"
|
|
2351
2529
|
},
|
|
2352
2530
|
"ReplacementTags": {
|
|
2353
|
-
"shape": "
|
|
2531
|
+
"shape": "Sad"
|
|
2354
2532
|
},
|
|
2355
2533
|
"ReplacementEmailContent": {
|
|
2356
2534
|
"type": "structure",
|
|
@@ -2425,18 +2603,18 @@
|
|
|
2425
2603
|
"FromEmailAddress": {},
|
|
2426
2604
|
"FromEmailAddressIdentityArn": {},
|
|
2427
2605
|
"Destination": {
|
|
2428
|
-
"shape": "
|
|
2606
|
+
"shape": "Sak"
|
|
2429
2607
|
},
|
|
2430
2608
|
"ReplyToAddresses": {
|
|
2431
|
-
"shape": "
|
|
2609
|
+
"shape": "Sac"
|
|
2432
2610
|
},
|
|
2433
2611
|
"FeedbackForwardingEmailAddress": {},
|
|
2434
2612
|
"FeedbackForwardingEmailAddressIdentityArn": {},
|
|
2435
2613
|
"Content": {
|
|
2436
|
-
"shape": "
|
|
2614
|
+
"shape": "S2g"
|
|
2437
2615
|
},
|
|
2438
2616
|
"EmailTags": {
|
|
2439
|
-
"shape": "
|
|
2617
|
+
"shape": "Sad"
|
|
2440
2618
|
},
|
|
2441
2619
|
"ConfigurationSetName": {},
|
|
2442
2620
|
"ListManagementOptions": {
|
|
@@ -2471,7 +2649,7 @@
|
|
|
2471
2649
|
"members": {
|
|
2472
2650
|
"ResourceArn": {},
|
|
2473
2651
|
"Tags": {
|
|
2474
|
-
"shape": "
|
|
2652
|
+
"shape": "Sw"
|
|
2475
2653
|
}
|
|
2476
2654
|
}
|
|
2477
2655
|
},
|
|
@@ -2559,7 +2737,7 @@
|
|
|
2559
2737
|
"locationName": "EventDestinationName"
|
|
2560
2738
|
},
|
|
2561
2739
|
"EventDestination": {
|
|
2562
|
-
"shape": "
|
|
2740
|
+
"shape": "S1a"
|
|
2563
2741
|
}
|
|
2564
2742
|
}
|
|
2565
2743
|
},
|
|
@@ -2589,7 +2767,7 @@
|
|
|
2589
2767
|
"locationName": "EmailAddress"
|
|
2590
2768
|
},
|
|
2591
2769
|
"TopicPreferences": {
|
|
2592
|
-
"shape": "
|
|
2770
|
+
"shape": "S1r"
|
|
2593
2771
|
},
|
|
2594
2772
|
"UnsubscribeAll": {
|
|
2595
2773
|
"type": "boolean"
|
|
@@ -2618,7 +2796,7 @@
|
|
|
2618
2796
|
"locationName": "ContactListName"
|
|
2619
2797
|
},
|
|
2620
2798
|
"Topics": {
|
|
2621
|
-
"shape": "
|
|
2799
|
+
"shape": "S1z"
|
|
2622
2800
|
},
|
|
2623
2801
|
"Description": {}
|
|
2624
2802
|
}
|
|
@@ -2706,7 +2884,7 @@
|
|
|
2706
2884
|
"locationName": "TemplateName"
|
|
2707
2885
|
},
|
|
2708
2886
|
"TemplateContent": {
|
|
2709
|
-
"shape": "
|
|
2887
|
+
"shape": "S3b"
|
|
2710
2888
|
}
|
|
2711
2889
|
}
|
|
2712
2890
|
},
|
|
@@ -2717,7 +2895,7 @@
|
|
|
2717
2895
|
}
|
|
2718
2896
|
},
|
|
2719
2897
|
"shapes": {
|
|
2720
|
-
"
|
|
2898
|
+
"Sn": {
|
|
2721
2899
|
"type": "structure",
|
|
2722
2900
|
"required": [
|
|
2723
2901
|
"CustomRedirectDomain"
|
|
@@ -2726,14 +2904,14 @@
|
|
|
2726
2904
|
"CustomRedirectDomain": {}
|
|
2727
2905
|
}
|
|
2728
2906
|
},
|
|
2729
|
-
"
|
|
2907
|
+
"Sp": {
|
|
2730
2908
|
"type": "structure",
|
|
2731
2909
|
"members": {
|
|
2732
2910
|
"TlsPolicy": {},
|
|
2733
2911
|
"SendingPoolName": {}
|
|
2734
2912
|
}
|
|
2735
2913
|
},
|
|
2736
|
-
"
|
|
2914
|
+
"Ss": {
|
|
2737
2915
|
"type": "structure",
|
|
2738
2916
|
"members": {
|
|
2739
2917
|
"ReputationMetricsEnabled": {
|
|
@@ -2744,7 +2922,7 @@
|
|
|
2744
2922
|
}
|
|
2745
2923
|
}
|
|
2746
2924
|
},
|
|
2747
|
-
"
|
|
2925
|
+
"Sv": {
|
|
2748
2926
|
"type": "structure",
|
|
2749
2927
|
"members": {
|
|
2750
2928
|
"SendingEnabled": {
|
|
@@ -2752,7 +2930,7 @@
|
|
|
2752
2930
|
}
|
|
2753
2931
|
}
|
|
2754
2932
|
},
|
|
2755
|
-
"
|
|
2933
|
+
"Sw": {
|
|
2756
2934
|
"type": "list",
|
|
2757
2935
|
"member": {
|
|
2758
2936
|
"type": "structure",
|
|
@@ -2766,46 +2944,63 @@
|
|
|
2766
2944
|
}
|
|
2767
2945
|
}
|
|
2768
2946
|
},
|
|
2769
|
-
"
|
|
2947
|
+
"S10": {
|
|
2770
2948
|
"type": "structure",
|
|
2771
2949
|
"members": {
|
|
2772
2950
|
"SuppressedReasons": {
|
|
2773
|
-
"shape": "
|
|
2951
|
+
"shape": "S11"
|
|
2774
2952
|
}
|
|
2775
2953
|
}
|
|
2776
2954
|
},
|
|
2777
|
-
"
|
|
2955
|
+
"S11": {
|
|
2778
2956
|
"type": "list",
|
|
2779
2957
|
"member": {}
|
|
2780
2958
|
},
|
|
2781
|
-
"
|
|
2959
|
+
"S13": {
|
|
2960
|
+
"type": "structure",
|
|
2961
|
+
"members": {
|
|
2962
|
+
"DashboardOptions": {
|
|
2963
|
+
"type": "structure",
|
|
2964
|
+
"members": {
|
|
2965
|
+
"EngagementMetrics": {}
|
|
2966
|
+
}
|
|
2967
|
+
},
|
|
2968
|
+
"GuardianOptions": {
|
|
2969
|
+
"type": "structure",
|
|
2970
|
+
"members": {
|
|
2971
|
+
"OptimizedSharedDelivery": {}
|
|
2972
|
+
}
|
|
2973
|
+
}
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2976
|
+
"S1a": {
|
|
2782
2977
|
"type": "structure",
|
|
2783
2978
|
"members": {
|
|
2784
2979
|
"Enabled": {
|
|
2785
2980
|
"type": "boolean"
|
|
2786
2981
|
},
|
|
2787
2982
|
"MatchingEventTypes": {
|
|
2788
|
-
"shape": "
|
|
2983
|
+
"shape": "S1b"
|
|
2789
2984
|
},
|
|
2790
2985
|
"KinesisFirehoseDestination": {
|
|
2791
|
-
"shape": "
|
|
2986
|
+
"shape": "S1d"
|
|
2792
2987
|
},
|
|
2793
2988
|
"CloudWatchDestination": {
|
|
2794
|
-
"shape": "
|
|
2989
|
+
"shape": "S1f"
|
|
2795
2990
|
},
|
|
2796
2991
|
"SnsDestination": {
|
|
2797
|
-
"shape": "
|
|
2992
|
+
"shape": "S1l"
|
|
2798
2993
|
},
|
|
2799
2994
|
"PinpointDestination": {
|
|
2800
|
-
"shape": "
|
|
2995
|
+
"shape": "S1m"
|
|
2801
2996
|
}
|
|
2802
2997
|
}
|
|
2803
2998
|
},
|
|
2804
|
-
"
|
|
2999
|
+
"S1b": {
|
|
2805
3000
|
"type": "list",
|
|
2806
3001
|
"member": {}
|
|
2807
3002
|
},
|
|
2808
|
-
"
|
|
3003
|
+
"S1d": {
|
|
2809
3004
|
"type": "structure",
|
|
2810
3005
|
"required": [
|
|
2811
3006
|
"IamRoleArn",
|
|
@@ -2816,7 +3011,7 @@
|
|
|
2816
3011
|
"DeliveryStreamArn": {}
|
|
2817
3012
|
}
|
|
2818
3013
|
},
|
|
2819
|
-
"
|
|
3014
|
+
"S1f": {
|
|
2820
3015
|
"type": "structure",
|
|
2821
3016
|
"required": [
|
|
2822
3017
|
"DimensionConfigurations"
|
|
@@ -2840,7 +3035,7 @@
|
|
|
2840
3035
|
}
|
|
2841
3036
|
}
|
|
2842
3037
|
},
|
|
2843
|
-
"
|
|
3038
|
+
"S1l": {
|
|
2844
3039
|
"type": "structure",
|
|
2845
3040
|
"required": [
|
|
2846
3041
|
"TopicArn"
|
|
@@ -2849,13 +3044,13 @@
|
|
|
2849
3044
|
"TopicArn": {}
|
|
2850
3045
|
}
|
|
2851
3046
|
},
|
|
2852
|
-
"
|
|
3047
|
+
"S1m": {
|
|
2853
3048
|
"type": "structure",
|
|
2854
3049
|
"members": {
|
|
2855
3050
|
"ApplicationArn": {}
|
|
2856
3051
|
}
|
|
2857
3052
|
},
|
|
2858
|
-
"
|
|
3053
|
+
"S1r": {
|
|
2859
3054
|
"type": "list",
|
|
2860
3055
|
"member": {
|
|
2861
3056
|
"type": "structure",
|
|
@@ -2869,7 +3064,7 @@
|
|
|
2869
3064
|
}
|
|
2870
3065
|
}
|
|
2871
3066
|
},
|
|
2872
|
-
"
|
|
3067
|
+
"S1z": {
|
|
2873
3068
|
"type": "list",
|
|
2874
3069
|
"member": {
|
|
2875
3070
|
"type": "structure",
|
|
@@ -2886,7 +3081,7 @@
|
|
|
2886
3081
|
}
|
|
2887
3082
|
}
|
|
2888
3083
|
},
|
|
2889
|
-
"
|
|
3084
|
+
"S2g": {
|
|
2890
3085
|
"type": "structure",
|
|
2891
3086
|
"members": {
|
|
2892
3087
|
"Simple": {
|
|
@@ -2897,16 +3092,16 @@
|
|
|
2897
3092
|
],
|
|
2898
3093
|
"members": {
|
|
2899
3094
|
"Subject": {
|
|
2900
|
-
"shape": "
|
|
3095
|
+
"shape": "S2i"
|
|
2901
3096
|
},
|
|
2902
3097
|
"Body": {
|
|
2903
3098
|
"type": "structure",
|
|
2904
3099
|
"members": {
|
|
2905
3100
|
"Text": {
|
|
2906
|
-
"shape": "
|
|
3101
|
+
"shape": "S2i"
|
|
2907
3102
|
},
|
|
2908
3103
|
"Html": {
|
|
2909
|
-
"shape": "
|
|
3104
|
+
"shape": "S2i"
|
|
2910
3105
|
}
|
|
2911
3106
|
}
|
|
2912
3107
|
}
|
|
@@ -2924,11 +3119,11 @@
|
|
|
2924
3119
|
}
|
|
2925
3120
|
},
|
|
2926
3121
|
"Template": {
|
|
2927
|
-
"shape": "
|
|
3122
|
+
"shape": "S2o"
|
|
2928
3123
|
}
|
|
2929
3124
|
}
|
|
2930
3125
|
},
|
|
2931
|
-
"
|
|
3126
|
+
"S2i": {
|
|
2932
3127
|
"type": "structure",
|
|
2933
3128
|
"required": [
|
|
2934
3129
|
"Data"
|
|
@@ -2938,7 +3133,7 @@
|
|
|
2938
3133
|
"Charset": {}
|
|
2939
3134
|
}
|
|
2940
3135
|
},
|
|
2941
|
-
"
|
|
3136
|
+
"S2o": {
|
|
2942
3137
|
"type": "structure",
|
|
2943
3138
|
"members": {
|
|
2944
3139
|
"TemplateName": {},
|
|
@@ -2946,7 +3141,7 @@
|
|
|
2946
3141
|
"TemplateData": {}
|
|
2947
3142
|
}
|
|
2948
3143
|
},
|
|
2949
|
-
"
|
|
3144
|
+
"S2v": {
|
|
2950
3145
|
"type": "structure",
|
|
2951
3146
|
"members": {
|
|
2952
3147
|
"DomainSigningSelector": {},
|
|
@@ -2957,7 +3152,7 @@
|
|
|
2957
3152
|
"NextSigningKeyLength": {}
|
|
2958
3153
|
}
|
|
2959
3154
|
},
|
|
2960
|
-
"
|
|
3155
|
+
"S31": {
|
|
2961
3156
|
"type": "structure",
|
|
2962
3157
|
"members": {
|
|
2963
3158
|
"SigningEnabled": {
|
|
@@ -2965,7 +3160,7 @@
|
|
|
2965
3160
|
},
|
|
2966
3161
|
"Status": {},
|
|
2967
3162
|
"Tokens": {
|
|
2968
|
-
"shape": "
|
|
3163
|
+
"shape": "S33"
|
|
2969
3164
|
},
|
|
2970
3165
|
"SigningAttributesOrigin": {},
|
|
2971
3166
|
"NextSigningKeyLength": {},
|
|
@@ -2975,11 +3170,11 @@
|
|
|
2975
3170
|
}
|
|
2976
3171
|
}
|
|
2977
3172
|
},
|
|
2978
|
-
"
|
|
3173
|
+
"S33": {
|
|
2979
3174
|
"type": "list",
|
|
2980
3175
|
"member": {}
|
|
2981
3176
|
},
|
|
2982
|
-
"
|
|
3177
|
+
"S3b": {
|
|
2983
3178
|
"type": "structure",
|
|
2984
3179
|
"members": {
|
|
2985
3180
|
"Subject": {},
|
|
@@ -2987,7 +3182,7 @@
|
|
|
2987
3182
|
"Html": {}
|
|
2988
3183
|
}
|
|
2989
3184
|
},
|
|
2990
|
-
"
|
|
3185
|
+
"S3g": {
|
|
2991
3186
|
"type": "structure",
|
|
2992
3187
|
"members": {
|
|
2993
3188
|
"SuppressionListDestination": {
|
|
@@ -3012,7 +3207,7 @@
|
|
|
3012
3207
|
}
|
|
3013
3208
|
}
|
|
3014
3209
|
},
|
|
3015
|
-
"
|
|
3210
|
+
"S3l": {
|
|
3016
3211
|
"type": "structure",
|
|
3017
3212
|
"required": [
|
|
3018
3213
|
"S3Url",
|
|
@@ -3023,15 +3218,15 @@
|
|
|
3023
3218
|
"DataFormat": {}
|
|
3024
3219
|
}
|
|
3025
3220
|
},
|
|
3026
|
-
"
|
|
3221
|
+
"S4k": {
|
|
3027
3222
|
"type": "string",
|
|
3028
3223
|
"sensitive": true
|
|
3029
3224
|
},
|
|
3030
|
-
"
|
|
3225
|
+
"S4m": {
|
|
3031
3226
|
"type": "string",
|
|
3032
3227
|
"sensitive": true
|
|
3033
3228
|
},
|
|
3034
|
-
"
|
|
3229
|
+
"S4n": {
|
|
3035
3230
|
"type": "list",
|
|
3036
3231
|
"member": {
|
|
3037
3232
|
"type": "string",
|
|
@@ -3039,7 +3234,28 @@
|
|
|
3039
3234
|
},
|
|
3040
3235
|
"sensitive": true
|
|
3041
3236
|
},
|
|
3042
|
-
"
|
|
3237
|
+
"S4s": {
|
|
3238
|
+
"type": "structure",
|
|
3239
|
+
"required": [
|
|
3240
|
+
"VdmEnabled"
|
|
3241
|
+
],
|
|
3242
|
+
"members": {
|
|
3243
|
+
"VdmEnabled": {},
|
|
3244
|
+
"DashboardAttributes": {
|
|
3245
|
+
"type": "structure",
|
|
3246
|
+
"members": {
|
|
3247
|
+
"EngagementMetrics": {}
|
|
3248
|
+
}
|
|
3249
|
+
},
|
|
3250
|
+
"GuardianAttributes": {
|
|
3251
|
+
"type": "structure",
|
|
3252
|
+
"members": {
|
|
3253
|
+
"OptimizedSharedDelivery": {}
|
|
3254
|
+
}
|
|
3255
|
+
}
|
|
3256
|
+
}
|
|
3257
|
+
},
|
|
3258
|
+
"S5j": {
|
|
3043
3259
|
"type": "structure",
|
|
3044
3260
|
"required": [
|
|
3045
3261
|
"Ip",
|
|
@@ -3055,7 +3271,7 @@
|
|
|
3055
3271
|
"PoolName": {}
|
|
3056
3272
|
}
|
|
3057
3273
|
},
|
|
3058
|
-
"
|
|
3274
|
+
"S5x": {
|
|
3059
3275
|
"type": "list",
|
|
3060
3276
|
"member": {
|
|
3061
3277
|
"type": "structure",
|
|
@@ -3079,7 +3295,7 @@
|
|
|
3079
3295
|
}
|
|
3080
3296
|
}
|
|
3081
3297
|
},
|
|
3082
|
-
"
|
|
3298
|
+
"S65": {
|
|
3083
3299
|
"type": "structure",
|
|
3084
3300
|
"members": {
|
|
3085
3301
|
"ReportId": {},
|
|
@@ -3092,7 +3308,7 @@
|
|
|
3092
3308
|
"DeliverabilityTestStatus": {}
|
|
3093
3309
|
}
|
|
3094
3310
|
},
|
|
3095
|
-
"
|
|
3311
|
+
"S67": {
|
|
3096
3312
|
"type": "structure",
|
|
3097
3313
|
"members": {
|
|
3098
3314
|
"InboxPercentage": {
|
|
@@ -3112,7 +3328,7 @@
|
|
|
3112
3328
|
}
|
|
3113
3329
|
}
|
|
3114
3330
|
},
|
|
3115
|
-
"
|
|
3331
|
+
"S6f": {
|
|
3116
3332
|
"type": "structure",
|
|
3117
3333
|
"members": {
|
|
3118
3334
|
"CampaignId": {},
|
|
@@ -3153,7 +3369,7 @@
|
|
|
3153
3369
|
}
|
|
3154
3370
|
}
|
|
3155
3371
|
},
|
|
3156
|
-
"
|
|
3372
|
+
"S6p": {
|
|
3157
3373
|
"type": "structure",
|
|
3158
3374
|
"members": {
|
|
3159
3375
|
"InboxRawCount": {
|
|
@@ -3170,7 +3386,7 @@
|
|
|
3170
3386
|
}
|
|
3171
3387
|
}
|
|
3172
3388
|
},
|
|
3173
|
-
"
|
|
3389
|
+
"S6q": {
|
|
3174
3390
|
"type": "list",
|
|
3175
3391
|
"member": {
|
|
3176
3392
|
"type": "structure",
|
|
@@ -3191,16 +3407,16 @@
|
|
|
3191
3407
|
}
|
|
3192
3408
|
}
|
|
3193
3409
|
},
|
|
3194
|
-
"
|
|
3410
|
+
"S70": {
|
|
3195
3411
|
"type": "map",
|
|
3196
3412
|
"key": {},
|
|
3197
3413
|
"value": {}
|
|
3198
3414
|
},
|
|
3199
|
-
"
|
|
3415
|
+
"Sac": {
|
|
3200
3416
|
"type": "list",
|
|
3201
3417
|
"member": {}
|
|
3202
3418
|
},
|
|
3203
|
-
"
|
|
3419
|
+
"Sad": {
|
|
3204
3420
|
"type": "list",
|
|
3205
3421
|
"member": {
|
|
3206
3422
|
"type": "structure",
|
|
@@ -3214,17 +3430,17 @@
|
|
|
3214
3430
|
}
|
|
3215
3431
|
}
|
|
3216
3432
|
},
|
|
3217
|
-
"
|
|
3433
|
+
"Sak": {
|
|
3218
3434
|
"type": "structure",
|
|
3219
3435
|
"members": {
|
|
3220
3436
|
"ToAddresses": {
|
|
3221
|
-
"shape": "
|
|
3437
|
+
"shape": "Sac"
|
|
3222
3438
|
},
|
|
3223
3439
|
"CcAddresses": {
|
|
3224
|
-
"shape": "
|
|
3440
|
+
"shape": "Sac"
|
|
3225
3441
|
},
|
|
3226
3442
|
"BccAddresses": {
|
|
3227
|
-
"shape": "
|
|
3443
|
+
"shape": "Sac"
|
|
3228
3444
|
}
|
|
3229
3445
|
}
|
|
3230
3446
|
}
|