@aws-sdk/client-pinpoint-email 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/PinpointEmail.d.ts +0 -42
- package/dist-types/ts3.4/PinpointEmailClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/PinpointEmailServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -408
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-pinpoint-email
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-pinpoint-email
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-pinpoint-email
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -168,7 +168,6 @@ import {
|
|
|
168
168
|
UpdateConfigurationSetEventDestinationCommandOutput,
|
|
169
169
|
} from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
170
170
|
import { PinpointEmailClient } from "./PinpointEmailClient";
|
|
171
|
-
|
|
172
171
|
export declare class PinpointEmail extends PinpointEmailClient {
|
|
173
172
|
createConfigurationSet(
|
|
174
173
|
args: CreateConfigurationSetCommandInput,
|
|
@@ -183,7 +182,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
183
182
|
options: __HttpHandlerOptions,
|
|
184
183
|
cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void
|
|
185
184
|
): void;
|
|
186
|
-
|
|
187
185
|
createConfigurationSetEventDestination(
|
|
188
186
|
args: CreateConfigurationSetEventDestinationCommandInput,
|
|
189
187
|
options?: __HttpHandlerOptions
|
|
@@ -203,7 +201,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
203
201
|
data?: CreateConfigurationSetEventDestinationCommandOutput
|
|
204
202
|
) => void
|
|
205
203
|
): void;
|
|
206
|
-
|
|
207
204
|
createDedicatedIpPool(
|
|
208
205
|
args: CreateDedicatedIpPoolCommandInput,
|
|
209
206
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +214,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
217
214
|
options: __HttpHandlerOptions,
|
|
218
215
|
cb: (err: any, data?: CreateDedicatedIpPoolCommandOutput) => void
|
|
219
216
|
): void;
|
|
220
|
-
|
|
221
217
|
createDeliverabilityTestReport(
|
|
222
218
|
args: CreateDeliverabilityTestReportCommandInput,
|
|
223
219
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +227,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
231
227
|
options: __HttpHandlerOptions,
|
|
232
228
|
cb: (err: any, data?: CreateDeliverabilityTestReportCommandOutput) => void
|
|
233
229
|
): void;
|
|
234
|
-
|
|
235
230
|
createEmailIdentity(
|
|
236
231
|
args: CreateEmailIdentityCommandInput,
|
|
237
232
|
options?: __HttpHandlerOptions
|
|
@@ -245,7 +240,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
245
240
|
options: __HttpHandlerOptions,
|
|
246
241
|
cb: (err: any, data?: CreateEmailIdentityCommandOutput) => void
|
|
247
242
|
): void;
|
|
248
|
-
|
|
249
243
|
deleteConfigurationSet(
|
|
250
244
|
args: DeleteConfigurationSetCommandInput,
|
|
251
245
|
options?: __HttpHandlerOptions
|
|
@@ -259,7 +253,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
259
253
|
options: __HttpHandlerOptions,
|
|
260
254
|
cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void
|
|
261
255
|
): void;
|
|
262
|
-
|
|
263
256
|
deleteConfigurationSetEventDestination(
|
|
264
257
|
args: DeleteConfigurationSetEventDestinationCommandInput,
|
|
265
258
|
options?: __HttpHandlerOptions
|
|
@@ -279,7 +272,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
279
272
|
data?: DeleteConfigurationSetEventDestinationCommandOutput
|
|
280
273
|
) => void
|
|
281
274
|
): void;
|
|
282
|
-
|
|
283
275
|
deleteDedicatedIpPool(
|
|
284
276
|
args: DeleteDedicatedIpPoolCommandInput,
|
|
285
277
|
options?: __HttpHandlerOptions
|
|
@@ -293,7 +285,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
293
285
|
options: __HttpHandlerOptions,
|
|
294
286
|
cb: (err: any, data?: DeleteDedicatedIpPoolCommandOutput) => void
|
|
295
287
|
): void;
|
|
296
|
-
|
|
297
288
|
deleteEmailIdentity(
|
|
298
289
|
args: DeleteEmailIdentityCommandInput,
|
|
299
290
|
options?: __HttpHandlerOptions
|
|
@@ -307,7 +298,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
307
298
|
options: __HttpHandlerOptions,
|
|
308
299
|
cb: (err: any, data?: DeleteEmailIdentityCommandOutput) => void
|
|
309
300
|
): void;
|
|
310
|
-
|
|
311
301
|
getAccount(
|
|
312
302
|
args: GetAccountCommandInput,
|
|
313
303
|
options?: __HttpHandlerOptions
|
|
@@ -321,7 +311,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
321
311
|
options: __HttpHandlerOptions,
|
|
322
312
|
cb: (err: any, data?: GetAccountCommandOutput) => void
|
|
323
313
|
): void;
|
|
324
|
-
|
|
325
314
|
getBlacklistReports(
|
|
326
315
|
args: GetBlacklistReportsCommandInput,
|
|
327
316
|
options?: __HttpHandlerOptions
|
|
@@ -335,7 +324,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
335
324
|
options: __HttpHandlerOptions,
|
|
336
325
|
cb: (err: any, data?: GetBlacklistReportsCommandOutput) => void
|
|
337
326
|
): void;
|
|
338
|
-
|
|
339
327
|
getConfigurationSet(
|
|
340
328
|
args: GetConfigurationSetCommandInput,
|
|
341
329
|
options?: __HttpHandlerOptions
|
|
@@ -349,7 +337,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
349
337
|
options: __HttpHandlerOptions,
|
|
350
338
|
cb: (err: any, data?: GetConfigurationSetCommandOutput) => void
|
|
351
339
|
): void;
|
|
352
|
-
|
|
353
340
|
getConfigurationSetEventDestinations(
|
|
354
341
|
args: GetConfigurationSetEventDestinationsCommandInput,
|
|
355
342
|
options?: __HttpHandlerOptions
|
|
@@ -369,7 +356,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
369
356
|
data?: GetConfigurationSetEventDestinationsCommandOutput
|
|
370
357
|
) => void
|
|
371
358
|
): void;
|
|
372
|
-
|
|
373
359
|
getDedicatedIp(
|
|
374
360
|
args: GetDedicatedIpCommandInput,
|
|
375
361
|
options?: __HttpHandlerOptions
|
|
@@ -383,7 +369,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
383
369
|
options: __HttpHandlerOptions,
|
|
384
370
|
cb: (err: any, data?: GetDedicatedIpCommandOutput) => void
|
|
385
371
|
): void;
|
|
386
|
-
|
|
387
372
|
getDedicatedIps(
|
|
388
373
|
args: GetDedicatedIpsCommandInput,
|
|
389
374
|
options?: __HttpHandlerOptions
|
|
@@ -397,7 +382,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
397
382
|
options: __HttpHandlerOptions,
|
|
398
383
|
cb: (err: any, data?: GetDedicatedIpsCommandOutput) => void
|
|
399
384
|
): void;
|
|
400
|
-
|
|
401
385
|
getDeliverabilityDashboardOptions(
|
|
402
386
|
args: GetDeliverabilityDashboardOptionsCommandInput,
|
|
403
387
|
options?: __HttpHandlerOptions
|
|
@@ -417,7 +401,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
417
401
|
data?: GetDeliverabilityDashboardOptionsCommandOutput
|
|
418
402
|
) => void
|
|
419
403
|
): void;
|
|
420
|
-
|
|
421
404
|
getDeliverabilityTestReport(
|
|
422
405
|
args: GetDeliverabilityTestReportCommandInput,
|
|
423
406
|
options?: __HttpHandlerOptions
|
|
@@ -431,7 +414,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
431
414
|
options: __HttpHandlerOptions,
|
|
432
415
|
cb: (err: any, data?: GetDeliverabilityTestReportCommandOutput) => void
|
|
433
416
|
): void;
|
|
434
|
-
|
|
435
417
|
getDomainDeliverabilityCampaign(
|
|
436
418
|
args: GetDomainDeliverabilityCampaignCommandInput,
|
|
437
419
|
options?: __HttpHandlerOptions
|
|
@@ -445,7 +427,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
445
427
|
options: __HttpHandlerOptions,
|
|
446
428
|
cb: (err: any, data?: GetDomainDeliverabilityCampaignCommandOutput) => void
|
|
447
429
|
): void;
|
|
448
|
-
|
|
449
430
|
getDomainStatisticsReport(
|
|
450
431
|
args: GetDomainStatisticsReportCommandInput,
|
|
451
432
|
options?: __HttpHandlerOptions
|
|
@@ -459,7 +440,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
459
440
|
options: __HttpHandlerOptions,
|
|
460
441
|
cb: (err: any, data?: GetDomainStatisticsReportCommandOutput) => void
|
|
461
442
|
): void;
|
|
462
|
-
|
|
463
443
|
getEmailIdentity(
|
|
464
444
|
args: GetEmailIdentityCommandInput,
|
|
465
445
|
options?: __HttpHandlerOptions
|
|
@@ -473,7 +453,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
473
453
|
options: __HttpHandlerOptions,
|
|
474
454
|
cb: (err: any, data?: GetEmailIdentityCommandOutput) => void
|
|
475
455
|
): void;
|
|
476
|
-
|
|
477
456
|
listConfigurationSets(
|
|
478
457
|
args: ListConfigurationSetsCommandInput,
|
|
479
458
|
options?: __HttpHandlerOptions
|
|
@@ -487,7 +466,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
487
466
|
options: __HttpHandlerOptions,
|
|
488
467
|
cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void
|
|
489
468
|
): void;
|
|
490
|
-
|
|
491
469
|
listDedicatedIpPools(
|
|
492
470
|
args: ListDedicatedIpPoolsCommandInput,
|
|
493
471
|
options?: __HttpHandlerOptions
|
|
@@ -501,7 +479,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
501
479
|
options: __HttpHandlerOptions,
|
|
502
480
|
cb: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void
|
|
503
481
|
): void;
|
|
504
|
-
|
|
505
482
|
listDeliverabilityTestReports(
|
|
506
483
|
args: ListDeliverabilityTestReportsCommandInput,
|
|
507
484
|
options?: __HttpHandlerOptions
|
|
@@ -515,7 +492,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
515
492
|
options: __HttpHandlerOptions,
|
|
516
493
|
cb: (err: any, data?: ListDeliverabilityTestReportsCommandOutput) => void
|
|
517
494
|
): void;
|
|
518
|
-
|
|
519
495
|
listDomainDeliverabilityCampaigns(
|
|
520
496
|
args: ListDomainDeliverabilityCampaignsCommandInput,
|
|
521
497
|
options?: __HttpHandlerOptions
|
|
@@ -535,7 +511,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
535
511
|
data?: ListDomainDeliverabilityCampaignsCommandOutput
|
|
536
512
|
) => void
|
|
537
513
|
): void;
|
|
538
|
-
|
|
539
514
|
listEmailIdentities(
|
|
540
515
|
args: ListEmailIdentitiesCommandInput,
|
|
541
516
|
options?: __HttpHandlerOptions
|
|
@@ -549,7 +524,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
549
524
|
options: __HttpHandlerOptions,
|
|
550
525
|
cb: (err: any, data?: ListEmailIdentitiesCommandOutput) => void
|
|
551
526
|
): void;
|
|
552
|
-
|
|
553
527
|
listTagsForResource(
|
|
554
528
|
args: ListTagsForResourceCommandInput,
|
|
555
529
|
options?: __HttpHandlerOptions
|
|
@@ -563,7 +537,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
563
537
|
options: __HttpHandlerOptions,
|
|
564
538
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
565
539
|
): void;
|
|
566
|
-
|
|
567
540
|
putAccountDedicatedIpWarmupAttributes(
|
|
568
541
|
args: PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
569
542
|
options?: __HttpHandlerOptions
|
|
@@ -583,7 +556,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
583
556
|
data?: PutAccountDedicatedIpWarmupAttributesCommandOutput
|
|
584
557
|
) => void
|
|
585
558
|
): void;
|
|
586
|
-
|
|
587
559
|
putAccountSendingAttributes(
|
|
588
560
|
args: PutAccountSendingAttributesCommandInput,
|
|
589
561
|
options?: __HttpHandlerOptions
|
|
@@ -597,7 +569,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
597
569
|
options: __HttpHandlerOptions,
|
|
598
570
|
cb: (err: any, data?: PutAccountSendingAttributesCommandOutput) => void
|
|
599
571
|
): void;
|
|
600
|
-
|
|
601
572
|
putConfigurationSetDeliveryOptions(
|
|
602
573
|
args: PutConfigurationSetDeliveryOptionsCommandInput,
|
|
603
574
|
options?: __HttpHandlerOptions
|
|
@@ -617,7 +588,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
617
588
|
data?: PutConfigurationSetDeliveryOptionsCommandOutput
|
|
618
589
|
) => void
|
|
619
590
|
): void;
|
|
620
|
-
|
|
621
591
|
putConfigurationSetReputationOptions(
|
|
622
592
|
args: PutConfigurationSetReputationOptionsCommandInput,
|
|
623
593
|
options?: __HttpHandlerOptions
|
|
@@ -637,7 +607,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
637
607
|
data?: PutConfigurationSetReputationOptionsCommandOutput
|
|
638
608
|
) => void
|
|
639
609
|
): void;
|
|
640
|
-
|
|
641
610
|
putConfigurationSetSendingOptions(
|
|
642
611
|
args: PutConfigurationSetSendingOptionsCommandInput,
|
|
643
612
|
options?: __HttpHandlerOptions
|
|
@@ -657,7 +626,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
657
626
|
data?: PutConfigurationSetSendingOptionsCommandOutput
|
|
658
627
|
) => void
|
|
659
628
|
): void;
|
|
660
|
-
|
|
661
629
|
putConfigurationSetTrackingOptions(
|
|
662
630
|
args: PutConfigurationSetTrackingOptionsCommandInput,
|
|
663
631
|
options?: __HttpHandlerOptions
|
|
@@ -677,7 +645,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
677
645
|
data?: PutConfigurationSetTrackingOptionsCommandOutput
|
|
678
646
|
) => void
|
|
679
647
|
): void;
|
|
680
|
-
|
|
681
648
|
putDedicatedIpInPool(
|
|
682
649
|
args: PutDedicatedIpInPoolCommandInput,
|
|
683
650
|
options?: __HttpHandlerOptions
|
|
@@ -691,7 +658,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
691
658
|
options: __HttpHandlerOptions,
|
|
692
659
|
cb: (err: any, data?: PutDedicatedIpInPoolCommandOutput) => void
|
|
693
660
|
): void;
|
|
694
|
-
|
|
695
661
|
putDedicatedIpWarmupAttributes(
|
|
696
662
|
args: PutDedicatedIpWarmupAttributesCommandInput,
|
|
697
663
|
options?: __HttpHandlerOptions
|
|
@@ -705,7 +671,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
705
671
|
options: __HttpHandlerOptions,
|
|
706
672
|
cb: (err: any, data?: PutDedicatedIpWarmupAttributesCommandOutput) => void
|
|
707
673
|
): void;
|
|
708
|
-
|
|
709
674
|
putDeliverabilityDashboardOption(
|
|
710
675
|
args: PutDeliverabilityDashboardOptionCommandInput,
|
|
711
676
|
options?: __HttpHandlerOptions
|
|
@@ -719,7 +684,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
719
684
|
options: __HttpHandlerOptions,
|
|
720
685
|
cb: (err: any, data?: PutDeliverabilityDashboardOptionCommandOutput) => void
|
|
721
686
|
): void;
|
|
722
|
-
|
|
723
687
|
putEmailIdentityDkimAttributes(
|
|
724
688
|
args: PutEmailIdentityDkimAttributesCommandInput,
|
|
725
689
|
options?: __HttpHandlerOptions
|
|
@@ -733,7 +697,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
733
697
|
options: __HttpHandlerOptions,
|
|
734
698
|
cb: (err: any, data?: PutEmailIdentityDkimAttributesCommandOutput) => void
|
|
735
699
|
): void;
|
|
736
|
-
|
|
737
700
|
putEmailIdentityFeedbackAttributes(
|
|
738
701
|
args: PutEmailIdentityFeedbackAttributesCommandInput,
|
|
739
702
|
options?: __HttpHandlerOptions
|
|
@@ -753,7 +716,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
753
716
|
data?: PutEmailIdentityFeedbackAttributesCommandOutput
|
|
754
717
|
) => void
|
|
755
718
|
): void;
|
|
756
|
-
|
|
757
719
|
putEmailIdentityMailFromAttributes(
|
|
758
720
|
args: PutEmailIdentityMailFromAttributesCommandInput,
|
|
759
721
|
options?: __HttpHandlerOptions
|
|
@@ -773,7 +735,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
773
735
|
data?: PutEmailIdentityMailFromAttributesCommandOutput
|
|
774
736
|
) => void
|
|
775
737
|
): void;
|
|
776
|
-
|
|
777
738
|
sendEmail(
|
|
778
739
|
args: SendEmailCommandInput,
|
|
779
740
|
options?: __HttpHandlerOptions
|
|
@@ -787,7 +748,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
787
748
|
options: __HttpHandlerOptions,
|
|
788
749
|
cb: (err: any, data?: SendEmailCommandOutput) => void
|
|
789
750
|
): void;
|
|
790
|
-
|
|
791
751
|
tagResource(
|
|
792
752
|
args: TagResourceCommandInput,
|
|
793
753
|
options?: __HttpHandlerOptions
|
|
@@ -801,7 +761,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
801
761
|
options: __HttpHandlerOptions,
|
|
802
762
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
803
763
|
): void;
|
|
804
|
-
|
|
805
764
|
untagResource(
|
|
806
765
|
args: UntagResourceCommandInput,
|
|
807
766
|
options?: __HttpHandlerOptions
|
|
@@ -815,7 +774,6 @@ export declare class PinpointEmail extends PinpointEmailClient {
|
|
|
815
774
|
options: __HttpHandlerOptions,
|
|
816
775
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
817
776
|
): void;
|
|
818
|
-
|
|
819
777
|
updateConfigurationSetEventDestination(
|
|
820
778
|
args: UpdateConfigurationSetEventDestinationCommandInput,
|
|
821
779
|
options?: __HttpHandlerOptions
|
|
@@ -299,47 +299,26 @@ export declare type ServiceOutputTypes =
|
|
|
299
299
|
export interface ClientDefaults
|
|
300
300
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
301
301
|
requestHandler?: __HttpHandler;
|
|
302
|
-
|
|
303
302
|
sha256?: __HashConstructor;
|
|
304
|
-
|
|
305
303
|
urlParser?: __UrlParser;
|
|
306
|
-
|
|
307
304
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
308
|
-
|
|
309
305
|
streamCollector?: __StreamCollector;
|
|
310
|
-
|
|
311
306
|
base64Decoder?: __Decoder;
|
|
312
|
-
|
|
313
307
|
base64Encoder?: __Encoder;
|
|
314
|
-
|
|
315
308
|
utf8Decoder?: __Decoder;
|
|
316
|
-
|
|
317
309
|
utf8Encoder?: __Encoder;
|
|
318
|
-
|
|
319
310
|
runtime?: string;
|
|
320
|
-
|
|
321
311
|
disableHostPrefix?: boolean;
|
|
322
|
-
|
|
323
312
|
maxAttempts?: number | __Provider<number>;
|
|
324
|
-
|
|
325
313
|
retryMode?: string | __Provider<string>;
|
|
326
|
-
|
|
327
314
|
logger?: __Logger;
|
|
328
|
-
|
|
329
315
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
330
|
-
|
|
331
316
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
332
|
-
|
|
333
317
|
serviceId?: string;
|
|
334
|
-
|
|
335
318
|
region?: string | __Provider<string>;
|
|
336
|
-
|
|
337
319
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
338
|
-
|
|
339
320
|
regionInfoProvider?: RegionInfoProvider;
|
|
340
|
-
|
|
341
321
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
342
|
-
|
|
343
322
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
344
323
|
}
|
|
345
324
|
declare type PinpointEmailClientConfigType = Partial<
|
|
@@ -352,7 +331,6 @@ declare type PinpointEmailClientConfigType = Partial<
|
|
|
352
331
|
HostHeaderInputConfig &
|
|
353
332
|
AwsAuthInputConfig &
|
|
354
333
|
UserAgentInputConfig;
|
|
355
|
-
|
|
356
334
|
export interface PinpointEmailClientConfig
|
|
357
335
|
extends PinpointEmailClientConfigType {}
|
|
358
336
|
declare type PinpointEmailClientResolvedConfigType =
|
|
@@ -364,10 +342,8 @@ declare type PinpointEmailClientResolvedConfigType =
|
|
|
364
342
|
HostHeaderResolvedConfig &
|
|
365
343
|
AwsAuthResolvedConfig &
|
|
366
344
|
UserAgentResolvedConfig;
|
|
367
|
-
|
|
368
345
|
export interface PinpointEmailClientResolvedConfig
|
|
369
346
|
extends PinpointEmailClientResolvedConfigType {}
|
|
370
|
-
|
|
371
347
|
export declare class PinpointEmailClient extends __Client<
|
|
372
348
|
__HttpHandlerOptions,
|
|
373
349
|
ServiceInputTypes,
|
|
@@ -376,7 +352,6 @@ export declare class PinpointEmailClient extends __Client<
|
|
|
376
352
|
> {
|
|
377
353
|
readonly config: PinpointEmailClientResolvedConfig;
|
|
378
354
|
constructor(configuration: PinpointEmailClientConfig);
|
|
379
|
-
|
|
380
355
|
destroy(): void;
|
|
381
356
|
}
|
|
382
357
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateConfigurationSetCommandInput
|
|
|
19
19
|
export interface CreateConfigurationSetCommandOutput
|
|
20
20
|
extends CreateConfigurationSetResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateConfigurationSetCommand extends $Command<
|
|
24
23
|
CreateConfigurationSetCommandInput,
|
|
25
24
|
CreateConfigurationSetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateConfigurationSetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateConfigurationSetCommandInput;
|
|
29
28
|
constructor(input: CreateConfigurationSetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: PinpointEmailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateConfigurationSetEventDestinationCommandInput
|
|
|
19
19
|
export interface CreateConfigurationSetEventDestinationCommandOutput
|
|
20
20
|
extends CreateConfigurationSetEventDestinationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateConfigurationSetEventDestinationCommand extends $Command<
|
|
24
23
|
CreateConfigurationSetEventDestinationCommandInput,
|
|
25
24
|
CreateConfigurationSetEventDestinationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateConfigurationSetEventDestinationCommand extends $Comm
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateConfigurationSetEventDestinationCommandInput;
|
|
29
28
|
constructor(input: CreateConfigurationSetEventDestinationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: PinpointEmailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateDedicatedIpPoolCommandInput
|
|
|
19
19
|
export interface CreateDedicatedIpPoolCommandOutput
|
|
20
20
|
extends CreateDedicatedIpPoolResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateDedicatedIpPoolCommand extends $Command<
|
|
24
23
|
CreateDedicatedIpPoolCommandInput,
|
|
25
24
|
CreateDedicatedIpPoolCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateDedicatedIpPoolCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateDedicatedIpPoolCommandInput;
|
|
29
28
|
constructor(input: CreateDedicatedIpPoolCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: PinpointEmailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateDeliverabilityTestReportCommandInput
|
|
|
19
19
|
export interface CreateDeliverabilityTestReportCommandOutput
|
|
20
20
|
extends CreateDeliverabilityTestReportResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateDeliverabilityTestReportCommand extends $Command<
|
|
24
23
|
CreateDeliverabilityTestReportCommandInput,
|
|
25
24
|
CreateDeliverabilityTestReportCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateDeliverabilityTestReportCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateDeliverabilityTestReportCommandInput;
|
|
29
28
|
constructor(input: CreateDeliverabilityTestReportCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: PinpointEmailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateEmailIdentityCommandInput
|
|
|
19
19
|
export interface CreateEmailIdentityCommandOutput
|
|
20
20
|
extends CreateEmailIdentityResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateEmailIdentityCommand extends $Command<
|
|
24
23
|
CreateEmailIdentityCommandInput,
|
|
25
24
|
CreateEmailIdentityCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateEmailIdentityCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateEmailIdentityCommandInput;
|
|
29
28
|
constructor(input: CreateEmailIdentityCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: PinpointEmailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteConfigurationSetCommandInput
|
|
|
19
19
|
export interface DeleteConfigurationSetCommandOutput
|
|
20
20
|
extends DeleteConfigurationSetResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteConfigurationSetCommand extends $Command<
|
|
24
23
|
DeleteConfigurationSetCommandInput,
|
|
25
24
|
DeleteConfigurationSetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteConfigurationSetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteConfigurationSetCommandInput;
|
|
29
28
|
constructor(input: DeleteConfigurationSetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: PinpointEmailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteConfigurationSetEventDestinationCommandInput
|
|
|
19
19
|
export interface DeleteConfigurationSetEventDestinationCommandOutput
|
|
20
20
|
extends DeleteConfigurationSetEventDestinationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteConfigurationSetEventDestinationCommand extends $Command<
|
|
24
23
|
DeleteConfigurationSetEventDestinationCommandInput,
|
|
25
24
|
DeleteConfigurationSetEventDestinationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteConfigurationSetEventDestinationCommand extends $Comm
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteConfigurationSetEventDestinationCommandInput;
|
|
29
28
|
constructor(input: DeleteConfigurationSetEventDestinationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: PinpointEmailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteDedicatedIpPoolCommandInput
|
|
|
19
19
|
export interface DeleteDedicatedIpPoolCommandOutput
|
|
20
20
|
extends DeleteDedicatedIpPoolResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteDedicatedIpPoolCommand extends $Command<
|
|
24
23
|
DeleteDedicatedIpPoolCommandInput,
|
|
25
24
|
DeleteDedicatedIpPoolCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteDedicatedIpPoolCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteDedicatedIpPoolCommandInput;
|
|
29
28
|
constructor(input: DeleteDedicatedIpPoolCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: PinpointEmailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteEmailIdentityCommandInput
|
|
|
19
19
|
export interface DeleteEmailIdentityCommandOutput
|
|
20
20
|
extends DeleteEmailIdentityResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteEmailIdentityCommand extends $Command<
|
|
24
23
|
DeleteEmailIdentityCommandInput,
|
|
25
24
|
DeleteEmailIdentityCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteEmailIdentityCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteEmailIdentityCommandInput;
|
|
29
28
|
constructor(input: DeleteEmailIdentityCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: PinpointEmailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetAccountCommandInput extends GetAccountRequest {}
|
|
|
15
15
|
export interface GetAccountCommandOutput
|
|
16
16
|
extends GetAccountResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetAccountCommand extends $Command<
|
|
20
19
|
GetAccountCommandInput,
|
|
21
20
|
GetAccountCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetAccountCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetAccountCommandInput;
|
|
25
24
|
constructor(input: GetAccountCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: PinpointEmailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetBlacklistReportsCommandInput
|
|
|
19
19
|
export interface GetBlacklistReportsCommandOutput
|
|
20
20
|
extends GetBlacklistReportsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetBlacklistReportsCommand extends $Command<
|
|
24
23
|
GetBlacklistReportsCommandInput,
|
|
25
24
|
GetBlacklistReportsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetBlacklistReportsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetBlacklistReportsCommandInput;
|
|
29
28
|
constructor(input: GetBlacklistReportsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: PinpointEmailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetConfigurationSetCommandInput
|
|
|
19
19
|
export interface GetConfigurationSetCommandOutput
|
|
20
20
|
extends GetConfigurationSetResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetConfigurationSetCommand extends $Command<
|
|
24
23
|
GetConfigurationSetCommandInput,
|
|
25
24
|
GetConfigurationSetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetConfigurationSetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetConfigurationSetCommandInput;
|
|
29
28
|
constructor(input: GetConfigurationSetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: PinpointEmailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetConfigurationSetEventDestinationsCommandInput
|
|
|
19
19
|
export interface GetConfigurationSetEventDestinationsCommandOutput
|
|
20
20
|
extends GetConfigurationSetEventDestinationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetConfigurationSetEventDestinationsCommand extends $Command<
|
|
24
23
|
GetConfigurationSetEventDestinationsCommandInput,
|
|
25
24
|
GetConfigurationSetEventDestinationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetConfigurationSetEventDestinationsCommand extends $Comman
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetConfigurationSetEventDestinationsCommandInput;
|
|
29
28
|
constructor(input: GetConfigurationSetEventDestinationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: PinpointEmailClientResolvedConfig,
|