@aws-sdk/client-sesv2 3.199.0 → 3.200.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 +11 -0
- package/README.md +7 -7
- package/dist-cjs/SESv2.js +60 -0
- package/dist-cjs/commands/BatchGetMetricDataCommand.js +46 -0
- package/dist-cjs/commands/ListRecommendationsCommand.js +46 -0
- package/dist-cjs/commands/PutAccountVdmAttributesCommand.js +46 -0
- package/dist-cjs/commands/PutConfigurationSetVdmOptionsCommand.js +46 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +173 -32
- package/dist-cjs/pagination/ListRecommendationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +478 -4
- package/dist-es/SESv2.js +60 -0
- package/dist-es/commands/BatchGetMetricDataCommand.js +42 -0
- package/dist-es/commands/ListRecommendationsCommand.js +42 -0
- package/dist-es/commands/PutAccountVdmAttributesCommand.js +42 -0
- package/dist-es/commands/PutConfigurationSetVdmOptionsCommand.js +42 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +146 -24
- package/dist-es/pagination/ListRecommendationsPaginator.js +32 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +467 -1
- package/dist-types/SESv2.d.ts +33 -0
- package/dist-types/SESv2Client.d.ts +6 -2
- package/dist-types/commands/BatchGetMetricDataCommand.d.ts +39 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +38 -0
- package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +38 -0
- package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +38 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +552 -22
- package/dist-types/pagination/ListRecommendationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
- package/dist-types/ts3.4/SESv2.d.ts +68 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/BatchGetMetricDataCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/PutAccountVdmAttributesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetVdmOptionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +194 -12
- package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
- package/package.json +28 -28
|
@@ -10,4 +10,5 @@ export * from "./ListDomainDeliverabilityCampaignsPaginator";
|
|
|
10
10
|
export * from "./ListEmailIdentitiesPaginator";
|
|
11
11
|
export * from "./ListEmailTemplatesPaginator";
|
|
12
12
|
export * from "./ListImportJobsPaginator";
|
|
13
|
+
export * from "./ListRecommendationsPaginator";
|
|
13
14
|
export * from "./ListSuppressedDestinationsPaginator";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { BatchGetMetricDataCommandInput, BatchGetMetricDataCommandOutput } from "../commands/BatchGetMetricDataCommand";
|
|
3
4
|
import { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "../commands/CreateConfigurationSetCommand";
|
|
4
5
|
import { CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput } from "../commands/CreateConfigurationSetEventDestinationCommand";
|
|
5
6
|
import { CreateContactCommandInput, CreateContactCommandOutput } from "../commands/CreateContactCommand";
|
|
@@ -50,17 +51,20 @@ import { ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverability
|
|
|
50
51
|
import { ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput } from "../commands/ListEmailIdentitiesCommand";
|
|
51
52
|
import { ListEmailTemplatesCommandInput, ListEmailTemplatesCommandOutput } from "../commands/ListEmailTemplatesCommand";
|
|
52
53
|
import { ListImportJobsCommandInput, ListImportJobsCommandOutput } from "../commands/ListImportJobsCommand";
|
|
54
|
+
import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "../commands/ListRecommendationsCommand";
|
|
53
55
|
import { ListSuppressedDestinationsCommandInput, ListSuppressedDestinationsCommandOutput } from "../commands/ListSuppressedDestinationsCommand";
|
|
54
56
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
55
57
|
import { PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput } from "../commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
56
58
|
import { PutAccountDetailsCommandInput, PutAccountDetailsCommandOutput } from "../commands/PutAccountDetailsCommand";
|
|
57
59
|
import { PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput } from "../commands/PutAccountSendingAttributesCommand";
|
|
58
60
|
import { PutAccountSuppressionAttributesCommandInput, PutAccountSuppressionAttributesCommandOutput } from "../commands/PutAccountSuppressionAttributesCommand";
|
|
61
|
+
import { PutAccountVdmAttributesCommandInput, PutAccountVdmAttributesCommandOutput } from "../commands/PutAccountVdmAttributesCommand";
|
|
59
62
|
import { PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput } from "../commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
60
63
|
import { PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput } from "../commands/PutConfigurationSetReputationOptionsCommand";
|
|
61
64
|
import { PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput } from "../commands/PutConfigurationSetSendingOptionsCommand";
|
|
62
65
|
import { PutConfigurationSetSuppressionOptionsCommandInput, PutConfigurationSetSuppressionOptionsCommandOutput } from "../commands/PutConfigurationSetSuppressionOptionsCommand";
|
|
63
66
|
import { PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput } from "../commands/PutConfigurationSetTrackingOptionsCommand";
|
|
67
|
+
import { PutConfigurationSetVdmOptionsCommandInput, PutConfigurationSetVdmOptionsCommandOutput } from "../commands/PutConfigurationSetVdmOptionsCommand";
|
|
64
68
|
import { PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput } from "../commands/PutDedicatedIpInPoolCommand";
|
|
65
69
|
import { PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput } from "../commands/PutDedicatedIpWarmupAttributesCommand";
|
|
66
70
|
import { PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput } from "../commands/PutDeliverabilityDashboardOptionCommand";
|
|
@@ -82,6 +86,7 @@ import { UpdateContactListCommandInput, UpdateContactListCommandOutput } from ".
|
|
|
82
86
|
import { UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput } from "../commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
83
87
|
import { UpdateEmailIdentityPolicyCommandInput, UpdateEmailIdentityPolicyCommandOutput } from "../commands/UpdateEmailIdentityPolicyCommand";
|
|
84
88
|
import { UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput } from "../commands/UpdateEmailTemplateCommand";
|
|
89
|
+
export declare const serializeAws_restJson1BatchGetMetricDataCommand: (input: BatchGetMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
90
|
export declare const serializeAws_restJson1CreateConfigurationSetCommand: (input: CreateConfigurationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
91
|
export declare const serializeAws_restJson1CreateConfigurationSetEventDestinationCommand: (input: CreateConfigurationSetEventDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
92
|
export declare const serializeAws_restJson1CreateContactCommand: (input: CreateContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -132,17 +137,20 @@ export declare const serializeAws_restJson1ListDomainDeliverabilityCampaignsComm
|
|
|
132
137
|
export declare const serializeAws_restJson1ListEmailIdentitiesCommand: (input: ListEmailIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
138
|
export declare const serializeAws_restJson1ListEmailTemplatesCommand: (input: ListEmailTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
139
|
export declare const serializeAws_restJson1ListImportJobsCommand: (input: ListImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
export declare const serializeAws_restJson1ListRecommendationsCommand: (input: ListRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
141
|
export declare const serializeAws_restJson1ListSuppressedDestinationsCommand: (input: ListSuppressedDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
142
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
143
|
export declare const serializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand: (input: PutAccountDedicatedIpWarmupAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
144
|
export declare const serializeAws_restJson1PutAccountDetailsCommand: (input: PutAccountDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
145
|
export declare const serializeAws_restJson1PutAccountSendingAttributesCommand: (input: PutAccountSendingAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
146
|
export declare const serializeAws_restJson1PutAccountSuppressionAttributesCommand: (input: PutAccountSuppressionAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
export declare const serializeAws_restJson1PutAccountVdmAttributesCommand: (input: PutAccountVdmAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
148
|
export declare const serializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand: (input: PutConfigurationSetDeliveryOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
149
|
export declare const serializeAws_restJson1PutConfigurationSetReputationOptionsCommand: (input: PutConfigurationSetReputationOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
150
|
export declare const serializeAws_restJson1PutConfigurationSetSendingOptionsCommand: (input: PutConfigurationSetSendingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
151
|
export declare const serializeAws_restJson1PutConfigurationSetSuppressionOptionsCommand: (input: PutConfigurationSetSuppressionOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
152
|
export declare const serializeAws_restJson1PutConfigurationSetTrackingOptionsCommand: (input: PutConfigurationSetTrackingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
export declare const serializeAws_restJson1PutConfigurationSetVdmOptionsCommand: (input: PutConfigurationSetVdmOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
154
|
export declare const serializeAws_restJson1PutDedicatedIpInPoolCommand: (input: PutDedicatedIpInPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
155
|
export declare const serializeAws_restJson1PutDedicatedIpWarmupAttributesCommand: (input: PutDedicatedIpWarmupAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
156
|
export declare const serializeAws_restJson1PutDeliverabilityDashboardOptionCommand: (input: PutDeliverabilityDashboardOptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -164,6 +172,7 @@ export declare const serializeAws_restJson1UpdateContactListCommand: (input: Upd
|
|
|
164
172
|
export declare const serializeAws_restJson1UpdateCustomVerificationEmailTemplateCommand: (input: UpdateCustomVerificationEmailTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
173
|
export declare const serializeAws_restJson1UpdateEmailIdentityPolicyCommand: (input: UpdateEmailIdentityPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
174
|
export declare const serializeAws_restJson1UpdateEmailTemplateCommand: (input: UpdateEmailTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
+
export declare const deserializeAws_restJson1BatchGetMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetMetricDataCommandOutput>;
|
|
167
176
|
export declare const deserializeAws_restJson1CreateConfigurationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationSetCommandOutput>;
|
|
168
177
|
export declare const deserializeAws_restJson1CreateConfigurationSetEventDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationSetEventDestinationCommandOutput>;
|
|
169
178
|
export declare const deserializeAws_restJson1CreateContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactCommandOutput>;
|
|
@@ -214,17 +223,20 @@ export declare const deserializeAws_restJson1ListDomainDeliverabilityCampaignsCo
|
|
|
214
223
|
export declare const deserializeAws_restJson1ListEmailIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEmailIdentitiesCommandOutput>;
|
|
215
224
|
export declare const deserializeAws_restJson1ListEmailTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEmailTemplatesCommandOutput>;
|
|
216
225
|
export declare const deserializeAws_restJson1ListImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImportJobsCommandOutput>;
|
|
226
|
+
export declare const deserializeAws_restJson1ListRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationsCommandOutput>;
|
|
217
227
|
export declare const deserializeAws_restJson1ListSuppressedDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSuppressedDestinationsCommandOutput>;
|
|
218
228
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
219
229
|
export declare const deserializeAws_restJson1PutAccountDedicatedIpWarmupAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountDedicatedIpWarmupAttributesCommandOutput>;
|
|
220
230
|
export declare const deserializeAws_restJson1PutAccountDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountDetailsCommandOutput>;
|
|
221
231
|
export declare const deserializeAws_restJson1PutAccountSendingAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountSendingAttributesCommandOutput>;
|
|
222
232
|
export declare const deserializeAws_restJson1PutAccountSuppressionAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountSuppressionAttributesCommandOutput>;
|
|
233
|
+
export declare const deserializeAws_restJson1PutAccountVdmAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountVdmAttributesCommandOutput>;
|
|
223
234
|
export declare const deserializeAws_restJson1PutConfigurationSetDeliveryOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutConfigurationSetDeliveryOptionsCommandOutput>;
|
|
224
235
|
export declare const deserializeAws_restJson1PutConfigurationSetReputationOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutConfigurationSetReputationOptionsCommandOutput>;
|
|
225
236
|
export declare const deserializeAws_restJson1PutConfigurationSetSendingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutConfigurationSetSendingOptionsCommandOutput>;
|
|
226
237
|
export declare const deserializeAws_restJson1PutConfigurationSetSuppressionOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutConfigurationSetSuppressionOptionsCommandOutput>;
|
|
227
238
|
export declare const deserializeAws_restJson1PutConfigurationSetTrackingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutConfigurationSetTrackingOptionsCommandOutput>;
|
|
239
|
+
export declare const deserializeAws_restJson1PutConfigurationSetVdmOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutConfigurationSetVdmOptionsCommandOutput>;
|
|
228
240
|
export declare const deserializeAws_restJson1PutDedicatedIpInPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDedicatedIpInPoolCommandOutput>;
|
|
229
241
|
export declare const deserializeAws_restJson1PutDedicatedIpWarmupAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDedicatedIpWarmupAttributesCommandOutput>;
|
|
230
242
|
export declare const deserializeAws_restJson1PutDeliverabilityDashboardOptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDeliverabilityDashboardOptionCommandOutput>;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchGetMetricDataCommandInput,
|
|
4
|
+
BatchGetMetricDataCommandOutput,
|
|
5
|
+
} from "./commands/BatchGetMetricDataCommand";
|
|
2
6
|
import {
|
|
3
7
|
CreateConfigurationSetCommandInput,
|
|
4
8
|
CreateConfigurationSetCommandOutput,
|
|
@@ -199,6 +203,10 @@ import {
|
|
|
199
203
|
ListImportJobsCommandInput,
|
|
200
204
|
ListImportJobsCommandOutput,
|
|
201
205
|
} from "./commands/ListImportJobsCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListRecommendationsCommandInput,
|
|
208
|
+
ListRecommendationsCommandOutput,
|
|
209
|
+
} from "./commands/ListRecommendationsCommand";
|
|
202
210
|
import {
|
|
203
211
|
ListSuppressedDestinationsCommandInput,
|
|
204
212
|
ListSuppressedDestinationsCommandOutput,
|
|
@@ -223,6 +231,10 @@ import {
|
|
|
223
231
|
PutAccountSuppressionAttributesCommandInput,
|
|
224
232
|
PutAccountSuppressionAttributesCommandOutput,
|
|
225
233
|
} from "./commands/PutAccountSuppressionAttributesCommand";
|
|
234
|
+
import {
|
|
235
|
+
PutAccountVdmAttributesCommandInput,
|
|
236
|
+
PutAccountVdmAttributesCommandOutput,
|
|
237
|
+
} from "./commands/PutAccountVdmAttributesCommand";
|
|
226
238
|
import {
|
|
227
239
|
PutConfigurationSetDeliveryOptionsCommandInput,
|
|
228
240
|
PutConfigurationSetDeliveryOptionsCommandOutput,
|
|
@@ -243,6 +255,10 @@ import {
|
|
|
243
255
|
PutConfigurationSetTrackingOptionsCommandInput,
|
|
244
256
|
PutConfigurationSetTrackingOptionsCommandOutput,
|
|
245
257
|
} from "./commands/PutConfigurationSetTrackingOptionsCommand";
|
|
258
|
+
import {
|
|
259
|
+
PutConfigurationSetVdmOptionsCommandInput,
|
|
260
|
+
PutConfigurationSetVdmOptionsCommandOutput,
|
|
261
|
+
} from "./commands/PutConfigurationSetVdmOptionsCommand";
|
|
246
262
|
import {
|
|
247
263
|
PutDedicatedIpInPoolCommandInput,
|
|
248
264
|
PutDedicatedIpInPoolCommandOutput,
|
|
@@ -329,6 +345,19 @@ import {
|
|
|
329
345
|
} from "./commands/UpdateEmailTemplateCommand";
|
|
330
346
|
import { SESv2Client } from "./SESv2Client";
|
|
331
347
|
export declare class SESv2 extends SESv2Client {
|
|
348
|
+
batchGetMetricData(
|
|
349
|
+
args: BatchGetMetricDataCommandInput,
|
|
350
|
+
options?: __HttpHandlerOptions
|
|
351
|
+
): Promise<BatchGetMetricDataCommandOutput>;
|
|
352
|
+
batchGetMetricData(
|
|
353
|
+
args: BatchGetMetricDataCommandInput,
|
|
354
|
+
cb: (err: any, data?: BatchGetMetricDataCommandOutput) => void
|
|
355
|
+
): void;
|
|
356
|
+
batchGetMetricData(
|
|
357
|
+
args: BatchGetMetricDataCommandInput,
|
|
358
|
+
options: __HttpHandlerOptions,
|
|
359
|
+
cb: (err: any, data?: BatchGetMetricDataCommandOutput) => void
|
|
360
|
+
): void;
|
|
332
361
|
createConfigurationSet(
|
|
333
362
|
args: CreateConfigurationSetCommandInput,
|
|
334
363
|
options?: __HttpHandlerOptions
|
|
@@ -1033,6 +1062,19 @@ export declare class SESv2 extends SESv2Client {
|
|
|
1033
1062
|
options: __HttpHandlerOptions,
|
|
1034
1063
|
cb: (err: any, data?: ListImportJobsCommandOutput) => void
|
|
1035
1064
|
): void;
|
|
1065
|
+
listRecommendations(
|
|
1066
|
+
args: ListRecommendationsCommandInput,
|
|
1067
|
+
options?: __HttpHandlerOptions
|
|
1068
|
+
): Promise<ListRecommendationsCommandOutput>;
|
|
1069
|
+
listRecommendations(
|
|
1070
|
+
args: ListRecommendationsCommandInput,
|
|
1071
|
+
cb: (err: any, data?: ListRecommendationsCommandOutput) => void
|
|
1072
|
+
): void;
|
|
1073
|
+
listRecommendations(
|
|
1074
|
+
args: ListRecommendationsCommandInput,
|
|
1075
|
+
options: __HttpHandlerOptions,
|
|
1076
|
+
cb: (err: any, data?: ListRecommendationsCommandOutput) => void
|
|
1077
|
+
): void;
|
|
1036
1078
|
listSuppressedDestinations(
|
|
1037
1079
|
args: ListSuppressedDestinationsCommandInput,
|
|
1038
1080
|
options?: __HttpHandlerOptions
|
|
@@ -1117,6 +1159,19 @@ export declare class SESv2 extends SESv2Client {
|
|
|
1117
1159
|
options: __HttpHandlerOptions,
|
|
1118
1160
|
cb: (err: any, data?: PutAccountSuppressionAttributesCommandOutput) => void
|
|
1119
1161
|
): void;
|
|
1162
|
+
putAccountVdmAttributes(
|
|
1163
|
+
args: PutAccountVdmAttributesCommandInput,
|
|
1164
|
+
options?: __HttpHandlerOptions
|
|
1165
|
+
): Promise<PutAccountVdmAttributesCommandOutput>;
|
|
1166
|
+
putAccountVdmAttributes(
|
|
1167
|
+
args: PutAccountVdmAttributesCommandInput,
|
|
1168
|
+
cb: (err: any, data?: PutAccountVdmAttributesCommandOutput) => void
|
|
1169
|
+
): void;
|
|
1170
|
+
putAccountVdmAttributes(
|
|
1171
|
+
args: PutAccountVdmAttributesCommandInput,
|
|
1172
|
+
options: __HttpHandlerOptions,
|
|
1173
|
+
cb: (err: any, data?: PutAccountVdmAttributesCommandOutput) => void
|
|
1174
|
+
): void;
|
|
1120
1175
|
putConfigurationSetDeliveryOptions(
|
|
1121
1176
|
args: PutConfigurationSetDeliveryOptionsCommandInput,
|
|
1122
1177
|
options?: __HttpHandlerOptions
|
|
@@ -1212,6 +1267,19 @@ export declare class SESv2 extends SESv2Client {
|
|
|
1212
1267
|
data?: PutConfigurationSetTrackingOptionsCommandOutput
|
|
1213
1268
|
) => void
|
|
1214
1269
|
): void;
|
|
1270
|
+
putConfigurationSetVdmOptions(
|
|
1271
|
+
args: PutConfigurationSetVdmOptionsCommandInput,
|
|
1272
|
+
options?: __HttpHandlerOptions
|
|
1273
|
+
): Promise<PutConfigurationSetVdmOptionsCommandOutput>;
|
|
1274
|
+
putConfigurationSetVdmOptions(
|
|
1275
|
+
args: PutConfigurationSetVdmOptionsCommandInput,
|
|
1276
|
+
cb: (err: any, data?: PutConfigurationSetVdmOptionsCommandOutput) => void
|
|
1277
|
+
): void;
|
|
1278
|
+
putConfigurationSetVdmOptions(
|
|
1279
|
+
args: PutConfigurationSetVdmOptionsCommandInput,
|
|
1280
|
+
options: __HttpHandlerOptions,
|
|
1281
|
+
cb: (err: any, data?: PutConfigurationSetVdmOptionsCommandOutput) => void
|
|
1282
|
+
): void;
|
|
1215
1283
|
putDedicatedIpInPool(
|
|
1216
1284
|
args: PutDedicatedIpInPoolCommandInput,
|
|
1217
1285
|
options?: __HttpHandlerOptions
|
|
@@ -43,6 +43,10 @@ import {
|
|
|
43
43
|
UrlParser as __UrlParser,
|
|
44
44
|
UserAgent as __UserAgent,
|
|
45
45
|
} from "@aws-sdk/types";
|
|
46
|
+
import {
|
|
47
|
+
BatchGetMetricDataCommandInput,
|
|
48
|
+
BatchGetMetricDataCommandOutput,
|
|
49
|
+
} from "./commands/BatchGetMetricDataCommand";
|
|
46
50
|
import {
|
|
47
51
|
CreateConfigurationSetCommandInput,
|
|
48
52
|
CreateConfigurationSetCommandOutput,
|
|
@@ -243,6 +247,10 @@ import {
|
|
|
243
247
|
ListImportJobsCommandInput,
|
|
244
248
|
ListImportJobsCommandOutput,
|
|
245
249
|
} from "./commands/ListImportJobsCommand";
|
|
250
|
+
import {
|
|
251
|
+
ListRecommendationsCommandInput,
|
|
252
|
+
ListRecommendationsCommandOutput,
|
|
253
|
+
} from "./commands/ListRecommendationsCommand";
|
|
246
254
|
import {
|
|
247
255
|
ListSuppressedDestinationsCommandInput,
|
|
248
256
|
ListSuppressedDestinationsCommandOutput,
|
|
@@ -267,6 +275,10 @@ import {
|
|
|
267
275
|
PutAccountSuppressionAttributesCommandInput,
|
|
268
276
|
PutAccountSuppressionAttributesCommandOutput,
|
|
269
277
|
} from "./commands/PutAccountSuppressionAttributesCommand";
|
|
278
|
+
import {
|
|
279
|
+
PutAccountVdmAttributesCommandInput,
|
|
280
|
+
PutAccountVdmAttributesCommandOutput,
|
|
281
|
+
} from "./commands/PutAccountVdmAttributesCommand";
|
|
270
282
|
import {
|
|
271
283
|
PutConfigurationSetDeliveryOptionsCommandInput,
|
|
272
284
|
PutConfigurationSetDeliveryOptionsCommandOutput,
|
|
@@ -287,6 +299,10 @@ import {
|
|
|
287
299
|
PutConfigurationSetTrackingOptionsCommandInput,
|
|
288
300
|
PutConfigurationSetTrackingOptionsCommandOutput,
|
|
289
301
|
} from "./commands/PutConfigurationSetTrackingOptionsCommand";
|
|
302
|
+
import {
|
|
303
|
+
PutConfigurationSetVdmOptionsCommandInput,
|
|
304
|
+
PutConfigurationSetVdmOptionsCommandOutput,
|
|
305
|
+
} from "./commands/PutConfigurationSetVdmOptionsCommand";
|
|
290
306
|
import {
|
|
291
307
|
PutDedicatedIpInPoolCommandInput,
|
|
292
308
|
PutDedicatedIpInPoolCommandOutput,
|
|
@@ -377,6 +393,7 @@ import {
|
|
|
377
393
|
EndpointParameters,
|
|
378
394
|
} from "./endpoint/EndpointParameters";
|
|
379
395
|
export declare type ServiceInputTypes =
|
|
396
|
+
| BatchGetMetricDataCommandInput
|
|
380
397
|
| CreateConfigurationSetCommandInput
|
|
381
398
|
| CreateConfigurationSetEventDestinationCommandInput
|
|
382
399
|
| CreateContactCommandInput
|
|
@@ -427,17 +444,20 @@ export declare type ServiceInputTypes =
|
|
|
427
444
|
| ListEmailIdentitiesCommandInput
|
|
428
445
|
| ListEmailTemplatesCommandInput
|
|
429
446
|
| ListImportJobsCommandInput
|
|
447
|
+
| ListRecommendationsCommandInput
|
|
430
448
|
| ListSuppressedDestinationsCommandInput
|
|
431
449
|
| ListTagsForResourceCommandInput
|
|
432
450
|
| PutAccountDedicatedIpWarmupAttributesCommandInput
|
|
433
451
|
| PutAccountDetailsCommandInput
|
|
434
452
|
| PutAccountSendingAttributesCommandInput
|
|
435
453
|
| PutAccountSuppressionAttributesCommandInput
|
|
454
|
+
| PutAccountVdmAttributesCommandInput
|
|
436
455
|
| PutConfigurationSetDeliveryOptionsCommandInput
|
|
437
456
|
| PutConfigurationSetReputationOptionsCommandInput
|
|
438
457
|
| PutConfigurationSetSendingOptionsCommandInput
|
|
439
458
|
| PutConfigurationSetSuppressionOptionsCommandInput
|
|
440
459
|
| PutConfigurationSetTrackingOptionsCommandInput
|
|
460
|
+
| PutConfigurationSetVdmOptionsCommandInput
|
|
441
461
|
| PutDedicatedIpInPoolCommandInput
|
|
442
462
|
| PutDedicatedIpWarmupAttributesCommandInput
|
|
443
463
|
| PutDeliverabilityDashboardOptionCommandInput
|
|
@@ -460,6 +480,7 @@ export declare type ServiceInputTypes =
|
|
|
460
480
|
| UpdateEmailIdentityPolicyCommandInput
|
|
461
481
|
| UpdateEmailTemplateCommandInput;
|
|
462
482
|
export declare type ServiceOutputTypes =
|
|
483
|
+
| BatchGetMetricDataCommandOutput
|
|
463
484
|
| CreateConfigurationSetCommandOutput
|
|
464
485
|
| CreateConfigurationSetEventDestinationCommandOutput
|
|
465
486
|
| CreateContactCommandOutput
|
|
@@ -510,17 +531,20 @@ export declare type ServiceOutputTypes =
|
|
|
510
531
|
| ListEmailIdentitiesCommandOutput
|
|
511
532
|
| ListEmailTemplatesCommandOutput
|
|
512
533
|
| ListImportJobsCommandOutput
|
|
534
|
+
| ListRecommendationsCommandOutput
|
|
513
535
|
| ListSuppressedDestinationsCommandOutput
|
|
514
536
|
| ListTagsForResourceCommandOutput
|
|
515
537
|
| PutAccountDedicatedIpWarmupAttributesCommandOutput
|
|
516
538
|
| PutAccountDetailsCommandOutput
|
|
517
539
|
| PutAccountSendingAttributesCommandOutput
|
|
518
540
|
| PutAccountSuppressionAttributesCommandOutput
|
|
541
|
+
| PutAccountVdmAttributesCommandOutput
|
|
519
542
|
| PutConfigurationSetDeliveryOptionsCommandOutput
|
|
520
543
|
| PutConfigurationSetReputationOptionsCommandOutput
|
|
521
544
|
| PutConfigurationSetSendingOptionsCommandOutput
|
|
522
545
|
| PutConfigurationSetSuppressionOptionsCommandOutput
|
|
523
546
|
| PutConfigurationSetTrackingOptionsCommandOutput
|
|
547
|
+
| PutConfigurationSetVdmOptionsCommandOutput
|
|
524
548
|
| PutDedicatedIpInPoolCommandOutput
|
|
525
549
|
| PutDedicatedIpWarmupAttributesCommandOutput
|
|
526
550
|
| PutDeliverabilityDashboardOptionCommandOutput
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
BatchGetMetricDataRequest,
|
|
11
|
+
BatchGetMetricDataResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
SESv2ClientResolvedConfig,
|
|
17
|
+
} from "../SESv2Client";
|
|
18
|
+
export interface BatchGetMetricDataCommandInput
|
|
19
|
+
extends BatchGetMetricDataRequest {}
|
|
20
|
+
export interface BatchGetMetricDataCommandOutput
|
|
21
|
+
extends BatchGetMetricDataResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class BatchGetMetricDataCommand extends $Command<
|
|
24
|
+
BatchGetMetricDataCommandInput,
|
|
25
|
+
BatchGetMetricDataCommandOutput,
|
|
26
|
+
SESv2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetMetricDataCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: BatchGetMetricDataCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SESv2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<BatchGetMetricDataCommandInput, BatchGetMetricDataCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListRecommendationsRequest,
|
|
11
|
+
ListRecommendationsResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
SESv2ClientResolvedConfig,
|
|
17
|
+
} from "../SESv2Client";
|
|
18
|
+
export interface ListRecommendationsCommandInput
|
|
19
|
+
extends ListRecommendationsRequest {}
|
|
20
|
+
export interface ListRecommendationsCommandOutput
|
|
21
|
+
extends ListRecommendationsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListRecommendationsCommand extends $Command<
|
|
24
|
+
ListRecommendationsCommandInput,
|
|
25
|
+
ListRecommendationsCommandOutput,
|
|
26
|
+
SESv2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListRecommendationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListRecommendationsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SESv2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListRecommendationsCommandInput, ListRecommendationsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
PutAccountVdmAttributesRequest,
|
|
11
|
+
PutAccountVdmAttributesResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
SESv2ClientResolvedConfig,
|
|
17
|
+
} from "../SESv2Client";
|
|
18
|
+
export interface PutAccountVdmAttributesCommandInput
|
|
19
|
+
extends PutAccountVdmAttributesRequest {}
|
|
20
|
+
export interface PutAccountVdmAttributesCommandOutput
|
|
21
|
+
extends PutAccountVdmAttributesResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class PutAccountVdmAttributesCommand extends $Command<
|
|
24
|
+
PutAccountVdmAttributesCommandInput,
|
|
25
|
+
PutAccountVdmAttributesCommandOutput,
|
|
26
|
+
SESv2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutAccountVdmAttributesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: PutAccountVdmAttributesCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SESv2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PutAccountVdmAttributesCommandInput,
|
|
37
|
+
PutAccountVdmAttributesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
PutConfigurationSetVdmOptionsRequest,
|
|
11
|
+
PutConfigurationSetVdmOptionsResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
SESv2ClientResolvedConfig,
|
|
17
|
+
} from "../SESv2Client";
|
|
18
|
+
export interface PutConfigurationSetVdmOptionsCommandInput
|
|
19
|
+
extends PutConfigurationSetVdmOptionsRequest {}
|
|
20
|
+
export interface PutConfigurationSetVdmOptionsCommandOutput
|
|
21
|
+
extends PutConfigurationSetVdmOptionsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class PutConfigurationSetVdmOptionsCommand extends $Command<
|
|
24
|
+
PutConfigurationSetVdmOptionsCommandInput,
|
|
25
|
+
PutConfigurationSetVdmOptionsCommandOutput,
|
|
26
|
+
SESv2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutConfigurationSetVdmOptionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: PutConfigurationSetVdmOptionsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SESv2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PutConfigurationSetVdmOptionsCommandInput,
|
|
37
|
+
PutConfigurationSetVdmOptionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./BatchGetMetricDataCommand";
|
|
1
2
|
export * from "./CreateConfigurationSetCommand";
|
|
2
3
|
export * from "./CreateConfigurationSetEventDestinationCommand";
|
|
3
4
|
export * from "./CreateContactCommand";
|
|
@@ -48,17 +49,20 @@ export * from "./ListDomainDeliverabilityCampaignsCommand";
|
|
|
48
49
|
export * from "./ListEmailIdentitiesCommand";
|
|
49
50
|
export * from "./ListEmailTemplatesCommand";
|
|
50
51
|
export * from "./ListImportJobsCommand";
|
|
52
|
+
export * from "./ListRecommendationsCommand";
|
|
51
53
|
export * from "./ListSuppressedDestinationsCommand";
|
|
52
54
|
export * from "./ListTagsForResourceCommand";
|
|
53
55
|
export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
|
|
54
56
|
export * from "./PutAccountDetailsCommand";
|
|
55
57
|
export * from "./PutAccountSendingAttributesCommand";
|
|
56
58
|
export * from "./PutAccountSuppressionAttributesCommand";
|
|
59
|
+
export * from "./PutAccountVdmAttributesCommand";
|
|
57
60
|
export * from "./PutConfigurationSetDeliveryOptionsCommand";
|
|
58
61
|
export * from "./PutConfigurationSetReputationOptionsCommand";
|
|
59
62
|
export * from "./PutConfigurationSetSendingOptionsCommand";
|
|
60
63
|
export * from "./PutConfigurationSetSuppressionOptionsCommand";
|
|
61
64
|
export * from "./PutConfigurationSetTrackingOptionsCommand";
|
|
65
|
+
export * from "./PutConfigurationSetVdmOptionsCommand";
|
|
62
66
|
export * from "./PutDedicatedIpInPoolCommand";
|
|
63
67
|
export * from "./PutDedicatedIpWarmupAttributesCommand";
|
|
64
68
|
export * from "./PutDeliverabilityDashboardOptionCommand";
|
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region?: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|