@aws-sdk/client-sesv2 3.169.0 → 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/SESv2.d.ts +1588 -410
- package/dist-types/ts3.4/SESv2Client.d.ts +615 -154
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +81 -81
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SESv2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2523 -2310
- package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +977 -245
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,245 +1,977 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
import {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
import {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
import {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
CreateConfigurationSetCommandInput,
|
|
8
|
+
CreateConfigurationSetCommandOutput,
|
|
9
|
+
} from "../commands/CreateConfigurationSetCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateConfigurationSetEventDestinationCommandInput,
|
|
12
|
+
CreateConfigurationSetEventDestinationCommandOutput,
|
|
13
|
+
} from "../commands/CreateConfigurationSetEventDestinationCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateContactCommandInput,
|
|
16
|
+
CreateContactCommandOutput,
|
|
17
|
+
} from "../commands/CreateContactCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateContactListCommandInput,
|
|
20
|
+
CreateContactListCommandOutput,
|
|
21
|
+
} from "../commands/CreateContactListCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateCustomVerificationEmailTemplateCommandInput,
|
|
24
|
+
CreateCustomVerificationEmailTemplateCommandOutput,
|
|
25
|
+
} from "../commands/CreateCustomVerificationEmailTemplateCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateDedicatedIpPoolCommandInput,
|
|
28
|
+
CreateDedicatedIpPoolCommandOutput,
|
|
29
|
+
} from "../commands/CreateDedicatedIpPoolCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateDeliverabilityTestReportCommandInput,
|
|
32
|
+
CreateDeliverabilityTestReportCommandOutput,
|
|
33
|
+
} from "../commands/CreateDeliverabilityTestReportCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateEmailIdentityCommandInput,
|
|
36
|
+
CreateEmailIdentityCommandOutput,
|
|
37
|
+
} from "../commands/CreateEmailIdentityCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateEmailIdentityPolicyCommandInput,
|
|
40
|
+
CreateEmailIdentityPolicyCommandOutput,
|
|
41
|
+
} from "../commands/CreateEmailIdentityPolicyCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateEmailTemplateCommandInput,
|
|
44
|
+
CreateEmailTemplateCommandOutput,
|
|
45
|
+
} from "../commands/CreateEmailTemplateCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateImportJobCommandInput,
|
|
48
|
+
CreateImportJobCommandOutput,
|
|
49
|
+
} from "../commands/CreateImportJobCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteConfigurationSetCommandInput,
|
|
52
|
+
DeleteConfigurationSetCommandOutput,
|
|
53
|
+
} from "../commands/DeleteConfigurationSetCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteConfigurationSetEventDestinationCommandInput,
|
|
56
|
+
DeleteConfigurationSetEventDestinationCommandOutput,
|
|
57
|
+
} from "../commands/DeleteConfigurationSetEventDestinationCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteContactCommandInput,
|
|
60
|
+
DeleteContactCommandOutput,
|
|
61
|
+
} from "../commands/DeleteContactCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteContactListCommandInput,
|
|
64
|
+
DeleteContactListCommandOutput,
|
|
65
|
+
} from "../commands/DeleteContactListCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteCustomVerificationEmailTemplateCommandInput,
|
|
68
|
+
DeleteCustomVerificationEmailTemplateCommandOutput,
|
|
69
|
+
} from "../commands/DeleteCustomVerificationEmailTemplateCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteDedicatedIpPoolCommandInput,
|
|
72
|
+
DeleteDedicatedIpPoolCommandOutput,
|
|
73
|
+
} from "../commands/DeleteDedicatedIpPoolCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteEmailIdentityCommandInput,
|
|
76
|
+
DeleteEmailIdentityCommandOutput,
|
|
77
|
+
} from "../commands/DeleteEmailIdentityCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteEmailIdentityPolicyCommandInput,
|
|
80
|
+
DeleteEmailIdentityPolicyCommandOutput,
|
|
81
|
+
} from "../commands/DeleteEmailIdentityPolicyCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteEmailTemplateCommandInput,
|
|
84
|
+
DeleteEmailTemplateCommandOutput,
|
|
85
|
+
} from "../commands/DeleteEmailTemplateCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteSuppressedDestinationCommandInput,
|
|
88
|
+
DeleteSuppressedDestinationCommandOutput,
|
|
89
|
+
} from "../commands/DeleteSuppressedDestinationCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetAccountCommandInput,
|
|
92
|
+
GetAccountCommandOutput,
|
|
93
|
+
} from "../commands/GetAccountCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetBlacklistReportsCommandInput,
|
|
96
|
+
GetBlacklistReportsCommandOutput,
|
|
97
|
+
} from "../commands/GetBlacklistReportsCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetConfigurationSetCommandInput,
|
|
100
|
+
GetConfigurationSetCommandOutput,
|
|
101
|
+
} from "../commands/GetConfigurationSetCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetConfigurationSetEventDestinationsCommandInput,
|
|
104
|
+
GetConfigurationSetEventDestinationsCommandOutput,
|
|
105
|
+
} from "../commands/GetConfigurationSetEventDestinationsCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetContactCommandInput,
|
|
108
|
+
GetContactCommandOutput,
|
|
109
|
+
} from "../commands/GetContactCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetContactListCommandInput,
|
|
112
|
+
GetContactListCommandOutput,
|
|
113
|
+
} from "../commands/GetContactListCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetCustomVerificationEmailTemplateCommandInput,
|
|
116
|
+
GetCustomVerificationEmailTemplateCommandOutput,
|
|
117
|
+
} from "../commands/GetCustomVerificationEmailTemplateCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetDedicatedIpCommandInput,
|
|
120
|
+
GetDedicatedIpCommandOutput,
|
|
121
|
+
} from "../commands/GetDedicatedIpCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetDedicatedIpsCommandInput,
|
|
124
|
+
GetDedicatedIpsCommandOutput,
|
|
125
|
+
} from "../commands/GetDedicatedIpsCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetDeliverabilityDashboardOptionsCommandInput,
|
|
128
|
+
GetDeliverabilityDashboardOptionsCommandOutput,
|
|
129
|
+
} from "../commands/GetDeliverabilityDashboardOptionsCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetDeliverabilityTestReportCommandInput,
|
|
132
|
+
GetDeliverabilityTestReportCommandOutput,
|
|
133
|
+
} from "../commands/GetDeliverabilityTestReportCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetDomainDeliverabilityCampaignCommandInput,
|
|
136
|
+
GetDomainDeliverabilityCampaignCommandOutput,
|
|
137
|
+
} from "../commands/GetDomainDeliverabilityCampaignCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetDomainStatisticsReportCommandInput,
|
|
140
|
+
GetDomainStatisticsReportCommandOutput,
|
|
141
|
+
} from "../commands/GetDomainStatisticsReportCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetEmailIdentityCommandInput,
|
|
144
|
+
GetEmailIdentityCommandOutput,
|
|
145
|
+
} from "../commands/GetEmailIdentityCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetEmailIdentityPoliciesCommandInput,
|
|
148
|
+
GetEmailIdentityPoliciesCommandOutput,
|
|
149
|
+
} from "../commands/GetEmailIdentityPoliciesCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetEmailTemplateCommandInput,
|
|
152
|
+
GetEmailTemplateCommandOutput,
|
|
153
|
+
} from "../commands/GetEmailTemplateCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetImportJobCommandInput,
|
|
156
|
+
GetImportJobCommandOutput,
|
|
157
|
+
} from "../commands/GetImportJobCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetSuppressedDestinationCommandInput,
|
|
160
|
+
GetSuppressedDestinationCommandOutput,
|
|
161
|
+
} from "../commands/GetSuppressedDestinationCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListConfigurationSetsCommandInput,
|
|
164
|
+
ListConfigurationSetsCommandOutput,
|
|
165
|
+
} from "../commands/ListConfigurationSetsCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListContactListsCommandInput,
|
|
168
|
+
ListContactListsCommandOutput,
|
|
169
|
+
} from "../commands/ListContactListsCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListContactsCommandInput,
|
|
172
|
+
ListContactsCommandOutput,
|
|
173
|
+
} from "../commands/ListContactsCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListCustomVerificationEmailTemplatesCommandInput,
|
|
176
|
+
ListCustomVerificationEmailTemplatesCommandOutput,
|
|
177
|
+
} from "../commands/ListCustomVerificationEmailTemplatesCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListDedicatedIpPoolsCommandInput,
|
|
180
|
+
ListDedicatedIpPoolsCommandOutput,
|
|
181
|
+
} from "../commands/ListDedicatedIpPoolsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListDeliverabilityTestReportsCommandInput,
|
|
184
|
+
ListDeliverabilityTestReportsCommandOutput,
|
|
185
|
+
} from "../commands/ListDeliverabilityTestReportsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListDomainDeliverabilityCampaignsCommandInput,
|
|
188
|
+
ListDomainDeliverabilityCampaignsCommandOutput,
|
|
189
|
+
} from "../commands/ListDomainDeliverabilityCampaignsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListEmailIdentitiesCommandInput,
|
|
192
|
+
ListEmailIdentitiesCommandOutput,
|
|
193
|
+
} from "../commands/ListEmailIdentitiesCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListEmailTemplatesCommandInput,
|
|
196
|
+
ListEmailTemplatesCommandOutput,
|
|
197
|
+
} from "../commands/ListEmailTemplatesCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListImportJobsCommandInput,
|
|
200
|
+
ListImportJobsCommandOutput,
|
|
201
|
+
} from "../commands/ListImportJobsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListSuppressedDestinationsCommandInput,
|
|
204
|
+
ListSuppressedDestinationsCommandOutput,
|
|
205
|
+
} from "../commands/ListSuppressedDestinationsCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListTagsForResourceCommandInput,
|
|
208
|
+
ListTagsForResourceCommandOutput,
|
|
209
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
210
|
+
import {
|
|
211
|
+
PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
212
|
+
PutAccountDedicatedIpWarmupAttributesCommandOutput,
|
|
213
|
+
} from "../commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
214
|
+
import {
|
|
215
|
+
PutAccountDetailsCommandInput,
|
|
216
|
+
PutAccountDetailsCommandOutput,
|
|
217
|
+
} from "../commands/PutAccountDetailsCommand";
|
|
218
|
+
import {
|
|
219
|
+
PutAccountSendingAttributesCommandInput,
|
|
220
|
+
PutAccountSendingAttributesCommandOutput,
|
|
221
|
+
} from "../commands/PutAccountSendingAttributesCommand";
|
|
222
|
+
import {
|
|
223
|
+
PutAccountSuppressionAttributesCommandInput,
|
|
224
|
+
PutAccountSuppressionAttributesCommandOutput,
|
|
225
|
+
} from "../commands/PutAccountSuppressionAttributesCommand";
|
|
226
|
+
import {
|
|
227
|
+
PutConfigurationSetDeliveryOptionsCommandInput,
|
|
228
|
+
PutConfigurationSetDeliveryOptionsCommandOutput,
|
|
229
|
+
} from "../commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
230
|
+
import {
|
|
231
|
+
PutConfigurationSetReputationOptionsCommandInput,
|
|
232
|
+
PutConfigurationSetReputationOptionsCommandOutput,
|
|
233
|
+
} from "../commands/PutConfigurationSetReputationOptionsCommand";
|
|
234
|
+
import {
|
|
235
|
+
PutConfigurationSetSendingOptionsCommandInput,
|
|
236
|
+
PutConfigurationSetSendingOptionsCommandOutput,
|
|
237
|
+
} from "../commands/PutConfigurationSetSendingOptionsCommand";
|
|
238
|
+
import {
|
|
239
|
+
PutConfigurationSetSuppressionOptionsCommandInput,
|
|
240
|
+
PutConfigurationSetSuppressionOptionsCommandOutput,
|
|
241
|
+
} from "../commands/PutConfigurationSetSuppressionOptionsCommand";
|
|
242
|
+
import {
|
|
243
|
+
PutConfigurationSetTrackingOptionsCommandInput,
|
|
244
|
+
PutConfigurationSetTrackingOptionsCommandOutput,
|
|
245
|
+
} from "../commands/PutConfigurationSetTrackingOptionsCommand";
|
|
246
|
+
import {
|
|
247
|
+
PutDedicatedIpInPoolCommandInput,
|
|
248
|
+
PutDedicatedIpInPoolCommandOutput,
|
|
249
|
+
} from "../commands/PutDedicatedIpInPoolCommand";
|
|
250
|
+
import {
|
|
251
|
+
PutDedicatedIpWarmupAttributesCommandInput,
|
|
252
|
+
PutDedicatedIpWarmupAttributesCommandOutput,
|
|
253
|
+
} from "../commands/PutDedicatedIpWarmupAttributesCommand";
|
|
254
|
+
import {
|
|
255
|
+
PutDeliverabilityDashboardOptionCommandInput,
|
|
256
|
+
PutDeliverabilityDashboardOptionCommandOutput,
|
|
257
|
+
} from "../commands/PutDeliverabilityDashboardOptionCommand";
|
|
258
|
+
import {
|
|
259
|
+
PutEmailIdentityConfigurationSetAttributesCommandInput,
|
|
260
|
+
PutEmailIdentityConfigurationSetAttributesCommandOutput,
|
|
261
|
+
} from "../commands/PutEmailIdentityConfigurationSetAttributesCommand";
|
|
262
|
+
import {
|
|
263
|
+
PutEmailIdentityDkimAttributesCommandInput,
|
|
264
|
+
PutEmailIdentityDkimAttributesCommandOutput,
|
|
265
|
+
} from "../commands/PutEmailIdentityDkimAttributesCommand";
|
|
266
|
+
import {
|
|
267
|
+
PutEmailIdentityDkimSigningAttributesCommandInput,
|
|
268
|
+
PutEmailIdentityDkimSigningAttributesCommandOutput,
|
|
269
|
+
} from "../commands/PutEmailIdentityDkimSigningAttributesCommand";
|
|
270
|
+
import {
|
|
271
|
+
PutEmailIdentityFeedbackAttributesCommandInput,
|
|
272
|
+
PutEmailIdentityFeedbackAttributesCommandOutput,
|
|
273
|
+
} from "../commands/PutEmailIdentityFeedbackAttributesCommand";
|
|
274
|
+
import {
|
|
275
|
+
PutEmailIdentityMailFromAttributesCommandInput,
|
|
276
|
+
PutEmailIdentityMailFromAttributesCommandOutput,
|
|
277
|
+
} from "../commands/PutEmailIdentityMailFromAttributesCommand";
|
|
278
|
+
import {
|
|
279
|
+
PutSuppressedDestinationCommandInput,
|
|
280
|
+
PutSuppressedDestinationCommandOutput,
|
|
281
|
+
} from "../commands/PutSuppressedDestinationCommand";
|
|
282
|
+
import {
|
|
283
|
+
SendBulkEmailCommandInput,
|
|
284
|
+
SendBulkEmailCommandOutput,
|
|
285
|
+
} from "../commands/SendBulkEmailCommand";
|
|
286
|
+
import {
|
|
287
|
+
SendCustomVerificationEmailCommandInput,
|
|
288
|
+
SendCustomVerificationEmailCommandOutput,
|
|
289
|
+
} from "../commands/SendCustomVerificationEmailCommand";
|
|
290
|
+
import {
|
|
291
|
+
SendEmailCommandInput,
|
|
292
|
+
SendEmailCommandOutput,
|
|
293
|
+
} from "../commands/SendEmailCommand";
|
|
294
|
+
import {
|
|
295
|
+
TagResourceCommandInput,
|
|
296
|
+
TagResourceCommandOutput,
|
|
297
|
+
} from "../commands/TagResourceCommand";
|
|
298
|
+
import {
|
|
299
|
+
TestRenderEmailTemplateCommandInput,
|
|
300
|
+
TestRenderEmailTemplateCommandOutput,
|
|
301
|
+
} from "../commands/TestRenderEmailTemplateCommand";
|
|
302
|
+
import {
|
|
303
|
+
UntagResourceCommandInput,
|
|
304
|
+
UntagResourceCommandOutput,
|
|
305
|
+
} from "../commands/UntagResourceCommand";
|
|
306
|
+
import {
|
|
307
|
+
UpdateConfigurationSetEventDestinationCommandInput,
|
|
308
|
+
UpdateConfigurationSetEventDestinationCommandOutput,
|
|
309
|
+
} from "../commands/UpdateConfigurationSetEventDestinationCommand";
|
|
310
|
+
import {
|
|
311
|
+
UpdateContactCommandInput,
|
|
312
|
+
UpdateContactCommandOutput,
|
|
313
|
+
} from "../commands/UpdateContactCommand";
|
|
314
|
+
import {
|
|
315
|
+
UpdateContactListCommandInput,
|
|
316
|
+
UpdateContactListCommandOutput,
|
|
317
|
+
} from "../commands/UpdateContactListCommand";
|
|
318
|
+
import {
|
|
319
|
+
UpdateCustomVerificationEmailTemplateCommandInput,
|
|
320
|
+
UpdateCustomVerificationEmailTemplateCommandOutput,
|
|
321
|
+
} from "../commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
322
|
+
import {
|
|
323
|
+
UpdateEmailIdentityPolicyCommandInput,
|
|
324
|
+
UpdateEmailIdentityPolicyCommandOutput,
|
|
325
|
+
} from "../commands/UpdateEmailIdentityPolicyCommand";
|
|
326
|
+
import {
|
|
327
|
+
UpdateEmailTemplateCommandInput,
|
|
328
|
+
UpdateEmailTemplateCommandOutput,
|
|
329
|
+
} from "../commands/UpdateEmailTemplateCommand";
|
|
330
|
+
export declare const serializeAws_restJson1CreateConfigurationSetCommand: (
|
|
331
|
+
input: CreateConfigurationSetCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_restJson1CreateConfigurationSetEventDestinationCommand: (
|
|
335
|
+
input: CreateConfigurationSetEventDestinationCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_restJson1CreateContactCommand: (
|
|
339
|
+
input: CreateContactCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_restJson1CreateContactListCommand: (
|
|
343
|
+
input: CreateContactListCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_restJson1CreateCustomVerificationEmailTemplateCommand: (
|
|
347
|
+
input: CreateCustomVerificationEmailTemplateCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_restJson1CreateDedicatedIpPoolCommand: (
|
|
351
|
+
input: CreateDedicatedIpPoolCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_restJson1CreateDeliverabilityTestReportCommand: (
|
|
355
|
+
input: CreateDeliverabilityTestReportCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_restJson1CreateEmailIdentityCommand: (
|
|
359
|
+
input: CreateEmailIdentityCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_restJson1CreateEmailIdentityPolicyCommand: (
|
|
363
|
+
input: CreateEmailIdentityPolicyCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_restJson1CreateEmailTemplateCommand: (
|
|
367
|
+
input: CreateEmailTemplateCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_restJson1CreateImportJobCommand: (
|
|
371
|
+
input: CreateImportJobCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_restJson1DeleteConfigurationSetCommand: (
|
|
375
|
+
input: DeleteConfigurationSetCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_restJson1DeleteConfigurationSetEventDestinationCommand: (
|
|
379
|
+
input: DeleteConfigurationSetEventDestinationCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_restJson1DeleteContactCommand: (
|
|
383
|
+
input: DeleteContactCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_restJson1DeleteContactListCommand: (
|
|
387
|
+
input: DeleteContactListCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_restJson1DeleteCustomVerificationEmailTemplateCommand: (
|
|
391
|
+
input: DeleteCustomVerificationEmailTemplateCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_restJson1DeleteDedicatedIpPoolCommand: (
|
|
395
|
+
input: DeleteDedicatedIpPoolCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_restJson1DeleteEmailIdentityCommand: (
|
|
399
|
+
input: DeleteEmailIdentityCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_restJson1DeleteEmailIdentityPolicyCommand: (
|
|
403
|
+
input: DeleteEmailIdentityPolicyCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_restJson1DeleteEmailTemplateCommand: (
|
|
407
|
+
input: DeleteEmailTemplateCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_restJson1DeleteSuppressedDestinationCommand: (
|
|
411
|
+
input: DeleteSuppressedDestinationCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_restJson1GetAccountCommand: (
|
|
415
|
+
input: GetAccountCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_restJson1GetBlacklistReportsCommand: (
|
|
419
|
+
input: GetBlacklistReportsCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_restJson1GetConfigurationSetCommand: (
|
|
423
|
+
input: GetConfigurationSetCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_restJson1GetConfigurationSetEventDestinationsCommand: (
|
|
427
|
+
input: GetConfigurationSetEventDestinationsCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_restJson1GetContactCommand: (
|
|
431
|
+
input: GetContactCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_restJson1GetContactListCommand: (
|
|
435
|
+
input: GetContactListCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_restJson1GetCustomVerificationEmailTemplateCommand: (
|
|
439
|
+
input: GetCustomVerificationEmailTemplateCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_restJson1GetDedicatedIpCommand: (
|
|
443
|
+
input: GetDedicatedIpCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_restJson1GetDedicatedIpsCommand: (
|
|
447
|
+
input: GetDedicatedIpsCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_restJson1GetDeliverabilityDashboardOptionsCommand: (
|
|
451
|
+
input: GetDeliverabilityDashboardOptionsCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const serializeAws_restJson1GetDeliverabilityTestReportCommand: (
|
|
455
|
+
input: GetDeliverabilityTestReportCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_restJson1GetDomainDeliverabilityCampaignCommand: (
|
|
459
|
+
input: GetDomainDeliverabilityCampaignCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const serializeAws_restJson1GetDomainStatisticsReportCommand: (
|
|
463
|
+
input: GetDomainStatisticsReportCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const serializeAws_restJson1GetEmailIdentityCommand: (
|
|
467
|
+
input: GetEmailIdentityCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const serializeAws_restJson1GetEmailIdentityPoliciesCommand: (
|
|
471
|
+
input: GetEmailIdentityPoliciesCommandInput,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_restJson1GetEmailTemplateCommand: (
|
|
475
|
+
input: GetEmailTemplateCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const serializeAws_restJson1GetImportJobCommand: (
|
|
479
|
+
input: GetImportJobCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_restJson1GetSuppressedDestinationCommand: (
|
|
483
|
+
input: GetSuppressedDestinationCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const serializeAws_restJson1ListConfigurationSetsCommand: (
|
|
487
|
+
input: ListConfigurationSetsCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const serializeAws_restJson1ListContactListsCommand: (
|
|
491
|
+
input: ListContactListsCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const serializeAws_restJson1ListContactsCommand: (
|
|
495
|
+
input: ListContactsCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_restJson1ListCustomVerificationEmailTemplatesCommand: (
|
|
499
|
+
input: ListCustomVerificationEmailTemplatesCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const serializeAws_restJson1ListDedicatedIpPoolsCommand: (
|
|
503
|
+
input: ListDedicatedIpPoolsCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const serializeAws_restJson1ListDeliverabilityTestReportsCommand: (
|
|
507
|
+
input: ListDeliverabilityTestReportsCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const serializeAws_restJson1ListDomainDeliverabilityCampaignsCommand: (
|
|
511
|
+
input: ListDomainDeliverabilityCampaignsCommandInput,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const serializeAws_restJson1ListEmailIdentitiesCommand: (
|
|
515
|
+
input: ListEmailIdentitiesCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const serializeAws_restJson1ListEmailTemplatesCommand: (
|
|
519
|
+
input: ListEmailTemplatesCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const serializeAws_restJson1ListImportJobsCommand: (
|
|
523
|
+
input: ListImportJobsCommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
526
|
+
export declare const serializeAws_restJson1ListSuppressedDestinationsCommand: (
|
|
527
|
+
input: ListSuppressedDestinationsCommandInput,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<__HttpRequest>;
|
|
530
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
531
|
+
input: ListTagsForResourceCommandInput,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<__HttpRequest>;
|
|
534
|
+
export declare const serializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand: (
|
|
535
|
+
input: PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<__HttpRequest>;
|
|
538
|
+
export declare const serializeAws_restJson1PutAccountDetailsCommand: (
|
|
539
|
+
input: PutAccountDetailsCommandInput,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<__HttpRequest>;
|
|
542
|
+
export declare const serializeAws_restJson1PutAccountSendingAttributesCommand: (
|
|
543
|
+
input: PutAccountSendingAttributesCommandInput,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<__HttpRequest>;
|
|
546
|
+
export declare const serializeAws_restJson1PutAccountSuppressionAttributesCommand: (
|
|
547
|
+
input: PutAccountSuppressionAttributesCommandInput,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const serializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand: (
|
|
551
|
+
input: PutConfigurationSetDeliveryOptionsCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
554
|
+
export declare const serializeAws_restJson1PutConfigurationSetReputationOptionsCommand: (
|
|
555
|
+
input: PutConfigurationSetReputationOptionsCommandInput,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<__HttpRequest>;
|
|
558
|
+
export declare const serializeAws_restJson1PutConfigurationSetSendingOptionsCommand: (
|
|
559
|
+
input: PutConfigurationSetSendingOptionsCommandInput,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<__HttpRequest>;
|
|
562
|
+
export declare const serializeAws_restJson1PutConfigurationSetSuppressionOptionsCommand: (
|
|
563
|
+
input: PutConfigurationSetSuppressionOptionsCommandInput,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<__HttpRequest>;
|
|
566
|
+
export declare const serializeAws_restJson1PutConfigurationSetTrackingOptionsCommand: (
|
|
567
|
+
input: PutConfigurationSetTrackingOptionsCommandInput,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<__HttpRequest>;
|
|
570
|
+
export declare const serializeAws_restJson1PutDedicatedIpInPoolCommand: (
|
|
571
|
+
input: PutDedicatedIpInPoolCommandInput,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const serializeAws_restJson1PutDedicatedIpWarmupAttributesCommand: (
|
|
575
|
+
input: PutDedicatedIpWarmupAttributesCommandInput,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<__HttpRequest>;
|
|
578
|
+
export declare const serializeAws_restJson1PutDeliverabilityDashboardOptionCommand: (
|
|
579
|
+
input: PutDeliverabilityDashboardOptionCommandInput,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<__HttpRequest>;
|
|
582
|
+
export declare const serializeAws_restJson1PutEmailIdentityConfigurationSetAttributesCommand: (
|
|
583
|
+
input: PutEmailIdentityConfigurationSetAttributesCommandInput,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<__HttpRequest>;
|
|
586
|
+
export declare const serializeAws_restJson1PutEmailIdentityDkimAttributesCommand: (
|
|
587
|
+
input: PutEmailIdentityDkimAttributesCommandInput,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<__HttpRequest>;
|
|
590
|
+
export declare const serializeAws_restJson1PutEmailIdentityDkimSigningAttributesCommand: (
|
|
591
|
+
input: PutEmailIdentityDkimSigningAttributesCommandInput,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<__HttpRequest>;
|
|
594
|
+
export declare const serializeAws_restJson1PutEmailIdentityFeedbackAttributesCommand: (
|
|
595
|
+
input: PutEmailIdentityFeedbackAttributesCommandInput,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<__HttpRequest>;
|
|
598
|
+
export declare const serializeAws_restJson1PutEmailIdentityMailFromAttributesCommand: (
|
|
599
|
+
input: PutEmailIdentityMailFromAttributesCommandInput,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<__HttpRequest>;
|
|
602
|
+
export declare const serializeAws_restJson1PutSuppressedDestinationCommand: (
|
|
603
|
+
input: PutSuppressedDestinationCommandInput,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<__HttpRequest>;
|
|
606
|
+
export declare const serializeAws_restJson1SendBulkEmailCommand: (
|
|
607
|
+
input: SendBulkEmailCommandInput,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<__HttpRequest>;
|
|
610
|
+
export declare const serializeAws_restJson1SendCustomVerificationEmailCommand: (
|
|
611
|
+
input: SendCustomVerificationEmailCommandInput,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<__HttpRequest>;
|
|
614
|
+
export declare const serializeAws_restJson1SendEmailCommand: (
|
|
615
|
+
input: SendEmailCommandInput,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<__HttpRequest>;
|
|
618
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
619
|
+
input: TagResourceCommandInput,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<__HttpRequest>;
|
|
622
|
+
export declare const serializeAws_restJson1TestRenderEmailTemplateCommand: (
|
|
623
|
+
input: TestRenderEmailTemplateCommandInput,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<__HttpRequest>;
|
|
626
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
627
|
+
input: UntagResourceCommandInput,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<__HttpRequest>;
|
|
630
|
+
export declare const serializeAws_restJson1UpdateConfigurationSetEventDestinationCommand: (
|
|
631
|
+
input: UpdateConfigurationSetEventDestinationCommandInput,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<__HttpRequest>;
|
|
634
|
+
export declare const serializeAws_restJson1UpdateContactCommand: (
|
|
635
|
+
input: UpdateContactCommandInput,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<__HttpRequest>;
|
|
638
|
+
export declare const serializeAws_restJson1UpdateContactListCommand: (
|
|
639
|
+
input: UpdateContactListCommandInput,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<__HttpRequest>;
|
|
642
|
+
export declare const serializeAws_restJson1UpdateCustomVerificationEmailTemplateCommand: (
|
|
643
|
+
input: UpdateCustomVerificationEmailTemplateCommandInput,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<__HttpRequest>;
|
|
646
|
+
export declare const serializeAws_restJson1UpdateEmailIdentityPolicyCommand: (
|
|
647
|
+
input: UpdateEmailIdentityPolicyCommandInput,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<__HttpRequest>;
|
|
650
|
+
export declare const serializeAws_restJson1UpdateEmailTemplateCommand: (
|
|
651
|
+
input: UpdateEmailTemplateCommandInput,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<__HttpRequest>;
|
|
654
|
+
export declare const deserializeAws_restJson1CreateConfigurationSetCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<CreateConfigurationSetCommandOutput>;
|
|
658
|
+
export declare const deserializeAws_restJson1CreateConfigurationSetEventDestinationCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<CreateConfigurationSetEventDestinationCommandOutput>;
|
|
662
|
+
export declare const deserializeAws_restJson1CreateContactCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<CreateContactCommandOutput>;
|
|
666
|
+
export declare const deserializeAws_restJson1CreateContactListCommand: (
|
|
667
|
+
output: __HttpResponse,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<CreateContactListCommandOutput>;
|
|
670
|
+
export declare const deserializeAws_restJson1CreateCustomVerificationEmailTemplateCommand: (
|
|
671
|
+
output: __HttpResponse,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<CreateCustomVerificationEmailTemplateCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_restJson1CreateDedicatedIpPoolCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<CreateDedicatedIpPoolCommandOutput>;
|
|
678
|
+
export declare const deserializeAws_restJson1CreateDeliverabilityTestReportCommand: (
|
|
679
|
+
output: __HttpResponse,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<CreateDeliverabilityTestReportCommandOutput>;
|
|
682
|
+
export declare const deserializeAws_restJson1CreateEmailIdentityCommand: (
|
|
683
|
+
output: __HttpResponse,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<CreateEmailIdentityCommandOutput>;
|
|
686
|
+
export declare const deserializeAws_restJson1CreateEmailIdentityPolicyCommand: (
|
|
687
|
+
output: __HttpResponse,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<CreateEmailIdentityPolicyCommandOutput>;
|
|
690
|
+
export declare const deserializeAws_restJson1CreateEmailTemplateCommand: (
|
|
691
|
+
output: __HttpResponse,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<CreateEmailTemplateCommandOutput>;
|
|
694
|
+
export declare const deserializeAws_restJson1CreateImportJobCommand: (
|
|
695
|
+
output: __HttpResponse,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<CreateImportJobCommandOutput>;
|
|
698
|
+
export declare const deserializeAws_restJson1DeleteConfigurationSetCommand: (
|
|
699
|
+
output: __HttpResponse,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<DeleteConfigurationSetCommandOutput>;
|
|
702
|
+
export declare const deserializeAws_restJson1DeleteConfigurationSetEventDestinationCommand: (
|
|
703
|
+
output: __HttpResponse,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<DeleteConfigurationSetEventDestinationCommandOutput>;
|
|
706
|
+
export declare const deserializeAws_restJson1DeleteContactCommand: (
|
|
707
|
+
output: __HttpResponse,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<DeleteContactCommandOutput>;
|
|
710
|
+
export declare const deserializeAws_restJson1DeleteContactListCommand: (
|
|
711
|
+
output: __HttpResponse,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<DeleteContactListCommandOutput>;
|
|
714
|
+
export declare const deserializeAws_restJson1DeleteCustomVerificationEmailTemplateCommand: (
|
|
715
|
+
output: __HttpResponse,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<DeleteCustomVerificationEmailTemplateCommandOutput>;
|
|
718
|
+
export declare const deserializeAws_restJson1DeleteDedicatedIpPoolCommand: (
|
|
719
|
+
output: __HttpResponse,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<DeleteDedicatedIpPoolCommandOutput>;
|
|
722
|
+
export declare const deserializeAws_restJson1DeleteEmailIdentityCommand: (
|
|
723
|
+
output: __HttpResponse,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<DeleteEmailIdentityCommandOutput>;
|
|
726
|
+
export declare const deserializeAws_restJson1DeleteEmailIdentityPolicyCommand: (
|
|
727
|
+
output: __HttpResponse,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<DeleteEmailIdentityPolicyCommandOutput>;
|
|
730
|
+
export declare const deserializeAws_restJson1DeleteEmailTemplateCommand: (
|
|
731
|
+
output: __HttpResponse,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<DeleteEmailTemplateCommandOutput>;
|
|
734
|
+
export declare const deserializeAws_restJson1DeleteSuppressedDestinationCommand: (
|
|
735
|
+
output: __HttpResponse,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<DeleteSuppressedDestinationCommandOutput>;
|
|
738
|
+
export declare const deserializeAws_restJson1GetAccountCommand: (
|
|
739
|
+
output: __HttpResponse,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<GetAccountCommandOutput>;
|
|
742
|
+
export declare const deserializeAws_restJson1GetBlacklistReportsCommand: (
|
|
743
|
+
output: __HttpResponse,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<GetBlacklistReportsCommandOutput>;
|
|
746
|
+
export declare const deserializeAws_restJson1GetConfigurationSetCommand: (
|
|
747
|
+
output: __HttpResponse,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<GetConfigurationSetCommandOutput>;
|
|
750
|
+
export declare const deserializeAws_restJson1GetConfigurationSetEventDestinationsCommand: (
|
|
751
|
+
output: __HttpResponse,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<GetConfigurationSetEventDestinationsCommandOutput>;
|
|
754
|
+
export declare const deserializeAws_restJson1GetContactCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<GetContactCommandOutput>;
|
|
758
|
+
export declare const deserializeAws_restJson1GetContactListCommand: (
|
|
759
|
+
output: __HttpResponse,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<GetContactListCommandOutput>;
|
|
762
|
+
export declare const deserializeAws_restJson1GetCustomVerificationEmailTemplateCommand: (
|
|
763
|
+
output: __HttpResponse,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<GetCustomVerificationEmailTemplateCommandOutput>;
|
|
766
|
+
export declare const deserializeAws_restJson1GetDedicatedIpCommand: (
|
|
767
|
+
output: __HttpResponse,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<GetDedicatedIpCommandOutput>;
|
|
770
|
+
export declare const deserializeAws_restJson1GetDedicatedIpsCommand: (
|
|
771
|
+
output: __HttpResponse,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<GetDedicatedIpsCommandOutput>;
|
|
774
|
+
export declare const deserializeAws_restJson1GetDeliverabilityDashboardOptionsCommand: (
|
|
775
|
+
output: __HttpResponse,
|
|
776
|
+
context: __SerdeContext
|
|
777
|
+
) => Promise<GetDeliverabilityDashboardOptionsCommandOutput>;
|
|
778
|
+
export declare const deserializeAws_restJson1GetDeliverabilityTestReportCommand: (
|
|
779
|
+
output: __HttpResponse,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<GetDeliverabilityTestReportCommandOutput>;
|
|
782
|
+
export declare const deserializeAws_restJson1GetDomainDeliverabilityCampaignCommand: (
|
|
783
|
+
output: __HttpResponse,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<GetDomainDeliverabilityCampaignCommandOutput>;
|
|
786
|
+
export declare const deserializeAws_restJson1GetDomainStatisticsReportCommand: (
|
|
787
|
+
output: __HttpResponse,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<GetDomainStatisticsReportCommandOutput>;
|
|
790
|
+
export declare const deserializeAws_restJson1GetEmailIdentityCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<GetEmailIdentityCommandOutput>;
|
|
794
|
+
export declare const deserializeAws_restJson1GetEmailIdentityPoliciesCommand: (
|
|
795
|
+
output: __HttpResponse,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<GetEmailIdentityPoliciesCommandOutput>;
|
|
798
|
+
export declare const deserializeAws_restJson1GetEmailTemplateCommand: (
|
|
799
|
+
output: __HttpResponse,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<GetEmailTemplateCommandOutput>;
|
|
802
|
+
export declare const deserializeAws_restJson1GetImportJobCommand: (
|
|
803
|
+
output: __HttpResponse,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<GetImportJobCommandOutput>;
|
|
806
|
+
export declare const deserializeAws_restJson1GetSuppressedDestinationCommand: (
|
|
807
|
+
output: __HttpResponse,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<GetSuppressedDestinationCommandOutput>;
|
|
810
|
+
export declare const deserializeAws_restJson1ListConfigurationSetsCommand: (
|
|
811
|
+
output: __HttpResponse,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<ListConfigurationSetsCommandOutput>;
|
|
814
|
+
export declare const deserializeAws_restJson1ListContactListsCommand: (
|
|
815
|
+
output: __HttpResponse,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<ListContactListsCommandOutput>;
|
|
818
|
+
export declare const deserializeAws_restJson1ListContactsCommand: (
|
|
819
|
+
output: __HttpResponse,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<ListContactsCommandOutput>;
|
|
822
|
+
export declare const deserializeAws_restJson1ListCustomVerificationEmailTemplatesCommand: (
|
|
823
|
+
output: __HttpResponse,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<ListCustomVerificationEmailTemplatesCommandOutput>;
|
|
826
|
+
export declare const deserializeAws_restJson1ListDedicatedIpPoolsCommand: (
|
|
827
|
+
output: __HttpResponse,
|
|
828
|
+
context: __SerdeContext
|
|
829
|
+
) => Promise<ListDedicatedIpPoolsCommandOutput>;
|
|
830
|
+
export declare const deserializeAws_restJson1ListDeliverabilityTestReportsCommand: (
|
|
831
|
+
output: __HttpResponse,
|
|
832
|
+
context: __SerdeContext
|
|
833
|
+
) => Promise<ListDeliverabilityTestReportsCommandOutput>;
|
|
834
|
+
export declare const deserializeAws_restJson1ListDomainDeliverabilityCampaignsCommand: (
|
|
835
|
+
output: __HttpResponse,
|
|
836
|
+
context: __SerdeContext
|
|
837
|
+
) => Promise<ListDomainDeliverabilityCampaignsCommandOutput>;
|
|
838
|
+
export declare const deserializeAws_restJson1ListEmailIdentitiesCommand: (
|
|
839
|
+
output: __HttpResponse,
|
|
840
|
+
context: __SerdeContext
|
|
841
|
+
) => Promise<ListEmailIdentitiesCommandOutput>;
|
|
842
|
+
export declare const deserializeAws_restJson1ListEmailTemplatesCommand: (
|
|
843
|
+
output: __HttpResponse,
|
|
844
|
+
context: __SerdeContext
|
|
845
|
+
) => Promise<ListEmailTemplatesCommandOutput>;
|
|
846
|
+
export declare const deserializeAws_restJson1ListImportJobsCommand: (
|
|
847
|
+
output: __HttpResponse,
|
|
848
|
+
context: __SerdeContext
|
|
849
|
+
) => Promise<ListImportJobsCommandOutput>;
|
|
850
|
+
export declare const deserializeAws_restJson1ListSuppressedDestinationsCommand: (
|
|
851
|
+
output: __HttpResponse,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<ListSuppressedDestinationsCommandOutput>;
|
|
854
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
855
|
+
output: __HttpResponse,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
858
|
+
export declare const deserializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand: (
|
|
859
|
+
output: __HttpResponse,
|
|
860
|
+
context: __SerdeContext
|
|
861
|
+
) => Promise<PutAccountDedicatedIpWarmupAttributesCommandOutput>;
|
|
862
|
+
export declare const deserializeAws_restJson1PutAccountDetailsCommand: (
|
|
863
|
+
output: __HttpResponse,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<PutAccountDetailsCommandOutput>;
|
|
866
|
+
export declare const deserializeAws_restJson1PutAccountSendingAttributesCommand: (
|
|
867
|
+
output: __HttpResponse,
|
|
868
|
+
context: __SerdeContext
|
|
869
|
+
) => Promise<PutAccountSendingAttributesCommandOutput>;
|
|
870
|
+
export declare const deserializeAws_restJson1PutAccountSuppressionAttributesCommand: (
|
|
871
|
+
output: __HttpResponse,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<PutAccountSuppressionAttributesCommandOutput>;
|
|
874
|
+
export declare const deserializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand: (
|
|
875
|
+
output: __HttpResponse,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<PutConfigurationSetDeliveryOptionsCommandOutput>;
|
|
878
|
+
export declare const deserializeAws_restJson1PutConfigurationSetReputationOptionsCommand: (
|
|
879
|
+
output: __HttpResponse,
|
|
880
|
+
context: __SerdeContext
|
|
881
|
+
) => Promise<PutConfigurationSetReputationOptionsCommandOutput>;
|
|
882
|
+
export declare const deserializeAws_restJson1PutConfigurationSetSendingOptionsCommand: (
|
|
883
|
+
output: __HttpResponse,
|
|
884
|
+
context: __SerdeContext
|
|
885
|
+
) => Promise<PutConfigurationSetSendingOptionsCommandOutput>;
|
|
886
|
+
export declare const deserializeAws_restJson1PutConfigurationSetSuppressionOptionsCommand: (
|
|
887
|
+
output: __HttpResponse,
|
|
888
|
+
context: __SerdeContext
|
|
889
|
+
) => Promise<PutConfigurationSetSuppressionOptionsCommandOutput>;
|
|
890
|
+
export declare const deserializeAws_restJson1PutConfigurationSetTrackingOptionsCommand: (
|
|
891
|
+
output: __HttpResponse,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<PutConfigurationSetTrackingOptionsCommandOutput>;
|
|
894
|
+
export declare const deserializeAws_restJson1PutDedicatedIpInPoolCommand: (
|
|
895
|
+
output: __HttpResponse,
|
|
896
|
+
context: __SerdeContext
|
|
897
|
+
) => Promise<PutDedicatedIpInPoolCommandOutput>;
|
|
898
|
+
export declare const deserializeAws_restJson1PutDedicatedIpWarmupAttributesCommand: (
|
|
899
|
+
output: __HttpResponse,
|
|
900
|
+
context: __SerdeContext
|
|
901
|
+
) => Promise<PutDedicatedIpWarmupAttributesCommandOutput>;
|
|
902
|
+
export declare const deserializeAws_restJson1PutDeliverabilityDashboardOptionCommand: (
|
|
903
|
+
output: __HttpResponse,
|
|
904
|
+
context: __SerdeContext
|
|
905
|
+
) => Promise<PutDeliverabilityDashboardOptionCommandOutput>;
|
|
906
|
+
export declare const deserializeAws_restJson1PutEmailIdentityConfigurationSetAttributesCommand: (
|
|
907
|
+
output: __HttpResponse,
|
|
908
|
+
context: __SerdeContext
|
|
909
|
+
) => Promise<PutEmailIdentityConfigurationSetAttributesCommandOutput>;
|
|
910
|
+
export declare const deserializeAws_restJson1PutEmailIdentityDkimAttributesCommand: (
|
|
911
|
+
output: __HttpResponse,
|
|
912
|
+
context: __SerdeContext
|
|
913
|
+
) => Promise<PutEmailIdentityDkimAttributesCommandOutput>;
|
|
914
|
+
export declare const deserializeAws_restJson1PutEmailIdentityDkimSigningAttributesCommand: (
|
|
915
|
+
output: __HttpResponse,
|
|
916
|
+
context: __SerdeContext
|
|
917
|
+
) => Promise<PutEmailIdentityDkimSigningAttributesCommandOutput>;
|
|
918
|
+
export declare const deserializeAws_restJson1PutEmailIdentityFeedbackAttributesCommand: (
|
|
919
|
+
output: __HttpResponse,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<PutEmailIdentityFeedbackAttributesCommandOutput>;
|
|
922
|
+
export declare const deserializeAws_restJson1PutEmailIdentityMailFromAttributesCommand: (
|
|
923
|
+
output: __HttpResponse,
|
|
924
|
+
context: __SerdeContext
|
|
925
|
+
) => Promise<PutEmailIdentityMailFromAttributesCommandOutput>;
|
|
926
|
+
export declare const deserializeAws_restJson1PutSuppressedDestinationCommand: (
|
|
927
|
+
output: __HttpResponse,
|
|
928
|
+
context: __SerdeContext
|
|
929
|
+
) => Promise<PutSuppressedDestinationCommandOutput>;
|
|
930
|
+
export declare const deserializeAws_restJson1SendBulkEmailCommand: (
|
|
931
|
+
output: __HttpResponse,
|
|
932
|
+
context: __SerdeContext
|
|
933
|
+
) => Promise<SendBulkEmailCommandOutput>;
|
|
934
|
+
export declare const deserializeAws_restJson1SendCustomVerificationEmailCommand: (
|
|
935
|
+
output: __HttpResponse,
|
|
936
|
+
context: __SerdeContext
|
|
937
|
+
) => Promise<SendCustomVerificationEmailCommandOutput>;
|
|
938
|
+
export declare const deserializeAws_restJson1SendEmailCommand: (
|
|
939
|
+
output: __HttpResponse,
|
|
940
|
+
context: __SerdeContext
|
|
941
|
+
) => Promise<SendEmailCommandOutput>;
|
|
942
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
943
|
+
output: __HttpResponse,
|
|
944
|
+
context: __SerdeContext
|
|
945
|
+
) => Promise<TagResourceCommandOutput>;
|
|
946
|
+
export declare const deserializeAws_restJson1TestRenderEmailTemplateCommand: (
|
|
947
|
+
output: __HttpResponse,
|
|
948
|
+
context: __SerdeContext
|
|
949
|
+
) => Promise<TestRenderEmailTemplateCommandOutput>;
|
|
950
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
951
|
+
output: __HttpResponse,
|
|
952
|
+
context: __SerdeContext
|
|
953
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
954
|
+
export declare const deserializeAws_restJson1UpdateConfigurationSetEventDestinationCommand: (
|
|
955
|
+
output: __HttpResponse,
|
|
956
|
+
context: __SerdeContext
|
|
957
|
+
) => Promise<UpdateConfigurationSetEventDestinationCommandOutput>;
|
|
958
|
+
export declare const deserializeAws_restJson1UpdateContactCommand: (
|
|
959
|
+
output: __HttpResponse,
|
|
960
|
+
context: __SerdeContext
|
|
961
|
+
) => Promise<UpdateContactCommandOutput>;
|
|
962
|
+
export declare const deserializeAws_restJson1UpdateContactListCommand: (
|
|
963
|
+
output: __HttpResponse,
|
|
964
|
+
context: __SerdeContext
|
|
965
|
+
) => Promise<UpdateContactListCommandOutput>;
|
|
966
|
+
export declare const deserializeAws_restJson1UpdateCustomVerificationEmailTemplateCommand: (
|
|
967
|
+
output: __HttpResponse,
|
|
968
|
+
context: __SerdeContext
|
|
969
|
+
) => Promise<UpdateCustomVerificationEmailTemplateCommandOutput>;
|
|
970
|
+
export declare const deserializeAws_restJson1UpdateEmailIdentityPolicyCommand: (
|
|
971
|
+
output: __HttpResponse,
|
|
972
|
+
context: __SerdeContext
|
|
973
|
+
) => Promise<UpdateEmailIdentityPolicyCommandOutput>;
|
|
974
|
+
export declare const deserializeAws_restJson1UpdateEmailTemplateCommand: (
|
|
975
|
+
output: __HttpResponse,
|
|
976
|
+
context: __SerdeContext
|
|
977
|
+
) => Promise<UpdateEmailTemplateCommandOutput>;
|