@aws-sdk/client-ses 3.43.0 → 3.47.1
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 +48 -0
- package/dist-cjs/endpoints.js +1 -4
- package/dist-cjs/models/models_0.js +4 -209
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -4
- package/dist-es/models/models_0.js +0 -136
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/SESClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -204
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/SESClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -136
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +40 -47
|
@@ -5,10 +5,6 @@ export interface AccountSendingPausedException extends __SmithyException, $Metad
|
|
|
5
5
|
$fault: "client";
|
|
6
6
|
message?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare namespace AccountSendingPausedException {
|
|
9
|
-
|
|
10
|
-
const filterSensitiveLog: (obj: AccountSendingPausedException) => any;
|
|
11
|
-
}
|
|
12
8
|
|
|
13
9
|
export interface AddHeaderAction {
|
|
14
10
|
|
|
@@ -28,10 +24,6 @@ export interface AlreadyExistsException extends __SmithyException, $MetadataBear
|
|
|
28
24
|
Name?: string;
|
|
29
25
|
message?: string;
|
|
30
26
|
}
|
|
31
|
-
export declare namespace AlreadyExistsException {
|
|
32
|
-
|
|
33
|
-
const filterSensitiveLog: (obj: AlreadyExistsException) => any;
|
|
34
|
-
}
|
|
35
27
|
export declare enum BehaviorOnMXFailure {
|
|
36
28
|
RejectMessage = "RejectMessage",
|
|
37
29
|
UseDefaultValue = "UseDefaultValue"
|
|
@@ -211,10 +203,6 @@ export interface CannotDeleteException extends __SmithyException, $MetadataBeare
|
|
|
211
203
|
Name?: string;
|
|
212
204
|
message?: string;
|
|
213
205
|
}
|
|
214
|
-
export declare namespace CannotDeleteException {
|
|
215
|
-
|
|
216
|
-
const filterSensitiveLog: (obj: CannotDeleteException) => any;
|
|
217
|
-
}
|
|
218
206
|
|
|
219
207
|
export interface CloneReceiptRuleSetRequest {
|
|
220
208
|
|
|
@@ -239,10 +227,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
239
227
|
$fault: "client";
|
|
240
228
|
message?: string;
|
|
241
229
|
}
|
|
242
|
-
export declare namespace LimitExceededException {
|
|
243
|
-
|
|
244
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
245
|
-
}
|
|
246
230
|
|
|
247
231
|
export interface RuleSetDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
248
232
|
name: "RuleSetDoesNotExistException";
|
|
@@ -251,10 +235,6 @@ export interface RuleSetDoesNotExistException extends __SmithyException, $Metada
|
|
|
251
235
|
Name?: string;
|
|
252
236
|
message?: string;
|
|
253
237
|
}
|
|
254
|
-
export declare namespace RuleSetDoesNotExistException {
|
|
255
|
-
|
|
256
|
-
const filterSensitiveLog: (obj: RuleSetDoesNotExistException) => any;
|
|
257
|
-
}
|
|
258
238
|
export declare enum DimensionValueSource {
|
|
259
239
|
EMAIL_HEADER = "emailHeader",
|
|
260
240
|
LINK_TAG = "linkTag",
|
|
@@ -299,10 +279,6 @@ export interface ConfigurationSetAlreadyExistsException extends __SmithyExceptio
|
|
|
299
279
|
ConfigurationSetName?: string;
|
|
300
280
|
message?: string;
|
|
301
281
|
}
|
|
302
|
-
export declare namespace ConfigurationSetAlreadyExistsException {
|
|
303
|
-
|
|
304
|
-
const filterSensitiveLog: (obj: ConfigurationSetAlreadyExistsException) => any;
|
|
305
|
-
}
|
|
306
282
|
export declare enum ConfigurationSetAttribute {
|
|
307
283
|
DELIVERY_OPTIONS = "deliveryOptions",
|
|
308
284
|
EVENT_DESTINATIONS = "eventDestinations",
|
|
@@ -317,10 +293,6 @@ export interface ConfigurationSetDoesNotExistException extends __SmithyException
|
|
|
317
293
|
ConfigurationSetName?: string;
|
|
318
294
|
message?: string;
|
|
319
295
|
}
|
|
320
|
-
export declare namespace ConfigurationSetDoesNotExistException {
|
|
321
|
-
|
|
322
|
-
const filterSensitiveLog: (obj: ConfigurationSetDoesNotExistException) => any;
|
|
323
|
-
}
|
|
324
296
|
|
|
325
297
|
export interface ConfigurationSetSendingPausedException extends __SmithyException, $MetadataBearer {
|
|
326
298
|
name: "ConfigurationSetSendingPausedException";
|
|
@@ -329,10 +301,6 @@ export interface ConfigurationSetSendingPausedException extends __SmithyExceptio
|
|
|
329
301
|
ConfigurationSetName?: string;
|
|
330
302
|
message?: string;
|
|
331
303
|
}
|
|
332
|
-
export declare namespace ConfigurationSetSendingPausedException {
|
|
333
|
-
|
|
334
|
-
const filterSensitiveLog: (obj: ConfigurationSetSendingPausedException) => any;
|
|
335
|
-
}
|
|
336
304
|
|
|
337
305
|
export interface CreateConfigurationSetRequest {
|
|
338
306
|
|
|
@@ -355,10 +323,6 @@ export interface InvalidConfigurationSetException extends __SmithyException, $Me
|
|
|
355
323
|
$fault: "client";
|
|
356
324
|
message?: string;
|
|
357
325
|
}
|
|
358
|
-
export declare namespace InvalidConfigurationSetException {
|
|
359
|
-
|
|
360
|
-
const filterSensitiveLog: (obj: InvalidConfigurationSetException) => any;
|
|
361
|
-
}
|
|
362
326
|
|
|
363
327
|
export interface KinesisFirehoseDestination {
|
|
364
328
|
|
|
@@ -436,10 +400,6 @@ export interface EventDestinationAlreadyExistsException extends __SmithyExceptio
|
|
|
436
400
|
EventDestinationName?: string;
|
|
437
401
|
message?: string;
|
|
438
402
|
}
|
|
439
|
-
export declare namespace EventDestinationAlreadyExistsException {
|
|
440
|
-
|
|
441
|
-
const filterSensitiveLog: (obj: EventDestinationAlreadyExistsException) => any;
|
|
442
|
-
}
|
|
443
403
|
|
|
444
404
|
export interface InvalidCloudWatchDestinationException extends __SmithyException, $MetadataBearer {
|
|
445
405
|
name: "InvalidCloudWatchDestinationException";
|
|
@@ -450,10 +410,6 @@ export interface InvalidCloudWatchDestinationException extends __SmithyException
|
|
|
450
410
|
EventDestinationName?: string;
|
|
451
411
|
message?: string;
|
|
452
412
|
}
|
|
453
|
-
export declare namespace InvalidCloudWatchDestinationException {
|
|
454
|
-
|
|
455
|
-
const filterSensitiveLog: (obj: InvalidCloudWatchDestinationException) => any;
|
|
456
|
-
}
|
|
457
413
|
|
|
458
414
|
export interface InvalidFirehoseDestinationException extends __SmithyException, $MetadataBearer {
|
|
459
415
|
name: "InvalidFirehoseDestinationException";
|
|
@@ -464,10 +420,6 @@ export interface InvalidFirehoseDestinationException extends __SmithyException,
|
|
|
464
420
|
EventDestinationName?: string;
|
|
465
421
|
message?: string;
|
|
466
422
|
}
|
|
467
|
-
export declare namespace InvalidFirehoseDestinationException {
|
|
468
|
-
|
|
469
|
-
const filterSensitiveLog: (obj: InvalidFirehoseDestinationException) => any;
|
|
470
|
-
}
|
|
471
423
|
|
|
472
424
|
export interface InvalidSNSDestinationException extends __SmithyException, $MetadataBearer {
|
|
473
425
|
name: "InvalidSNSDestinationException";
|
|
@@ -478,10 +430,6 @@ export interface InvalidSNSDestinationException extends __SmithyException, $Meta
|
|
|
478
430
|
EventDestinationName?: string;
|
|
479
431
|
message?: string;
|
|
480
432
|
}
|
|
481
|
-
export declare namespace InvalidSNSDestinationException {
|
|
482
|
-
|
|
483
|
-
const filterSensitiveLog: (obj: InvalidSNSDestinationException) => any;
|
|
484
|
-
}
|
|
485
433
|
|
|
486
434
|
export interface TrackingOptions {
|
|
487
435
|
|
|
@@ -515,10 +463,6 @@ export interface InvalidTrackingOptionsException extends __SmithyException, $Met
|
|
|
515
463
|
$fault: "client";
|
|
516
464
|
message?: string;
|
|
517
465
|
}
|
|
518
|
-
export declare namespace InvalidTrackingOptionsException {
|
|
519
|
-
|
|
520
|
-
const filterSensitiveLog: (obj: InvalidTrackingOptionsException) => any;
|
|
521
|
-
}
|
|
522
466
|
|
|
523
467
|
export interface TrackingOptionsAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
524
468
|
name: "TrackingOptionsAlreadyExistsException";
|
|
@@ -527,10 +471,6 @@ export interface TrackingOptionsAlreadyExistsException extends __SmithyException
|
|
|
527
471
|
ConfigurationSetName?: string;
|
|
528
472
|
message?: string;
|
|
529
473
|
}
|
|
530
|
-
export declare namespace TrackingOptionsAlreadyExistsException {
|
|
531
|
-
|
|
532
|
-
const filterSensitiveLog: (obj: TrackingOptionsAlreadyExistsException) => any;
|
|
533
|
-
}
|
|
534
474
|
|
|
535
475
|
export interface CreateCustomVerificationEmailTemplateRequest {
|
|
536
476
|
|
|
@@ -556,10 +496,6 @@ export interface CustomVerificationEmailInvalidContentException extends __Smithy
|
|
|
556
496
|
$fault: "client";
|
|
557
497
|
message?: string;
|
|
558
498
|
}
|
|
559
|
-
export declare namespace CustomVerificationEmailInvalidContentException {
|
|
560
|
-
|
|
561
|
-
const filterSensitiveLog: (obj: CustomVerificationEmailInvalidContentException) => any;
|
|
562
|
-
}
|
|
563
499
|
|
|
564
500
|
export interface CustomVerificationEmailTemplateAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
565
501
|
name: "CustomVerificationEmailTemplateAlreadyExistsException";
|
|
@@ -568,10 +504,6 @@ export interface CustomVerificationEmailTemplateAlreadyExistsException extends _
|
|
|
568
504
|
CustomVerificationEmailTemplateName?: string;
|
|
569
505
|
message?: string;
|
|
570
506
|
}
|
|
571
|
-
export declare namespace CustomVerificationEmailTemplateAlreadyExistsException {
|
|
572
|
-
|
|
573
|
-
const filterSensitiveLog: (obj: CustomVerificationEmailTemplateAlreadyExistsException) => any;
|
|
574
|
-
}
|
|
575
507
|
|
|
576
508
|
export interface FromEmailAddressNotVerifiedException extends __SmithyException, $MetadataBearer {
|
|
577
509
|
name: "FromEmailAddressNotVerifiedException";
|
|
@@ -580,10 +512,6 @@ export interface FromEmailAddressNotVerifiedException extends __SmithyException,
|
|
|
580
512
|
FromEmailAddress?: string;
|
|
581
513
|
message?: string;
|
|
582
514
|
}
|
|
583
|
-
export declare namespace FromEmailAddressNotVerifiedException {
|
|
584
|
-
|
|
585
|
-
const filterSensitiveLog: (obj: FromEmailAddressNotVerifiedException) => any;
|
|
586
|
-
}
|
|
587
515
|
export declare enum ReceiptFilterPolicy {
|
|
588
516
|
Allow = "Allow",
|
|
589
517
|
Block = "Block"
|
|
@@ -767,10 +695,6 @@ export interface InvalidLambdaFunctionException extends __SmithyException, $Meta
|
|
|
767
695
|
FunctionArn?: string;
|
|
768
696
|
message?: string;
|
|
769
697
|
}
|
|
770
|
-
export declare namespace InvalidLambdaFunctionException {
|
|
771
|
-
|
|
772
|
-
const filterSensitiveLog: (obj: InvalidLambdaFunctionException) => any;
|
|
773
|
-
}
|
|
774
698
|
|
|
775
699
|
export interface InvalidS3ConfigurationException extends __SmithyException, $MetadataBearer {
|
|
776
700
|
name: "InvalidS3ConfigurationException";
|
|
@@ -779,10 +703,6 @@ export interface InvalidS3ConfigurationException extends __SmithyException, $Met
|
|
|
779
703
|
Bucket?: string;
|
|
780
704
|
message?: string;
|
|
781
705
|
}
|
|
782
|
-
export declare namespace InvalidS3ConfigurationException {
|
|
783
|
-
|
|
784
|
-
const filterSensitiveLog: (obj: InvalidS3ConfigurationException) => any;
|
|
785
|
-
}
|
|
786
706
|
|
|
787
707
|
export interface InvalidSnsTopicException extends __SmithyException, $MetadataBearer {
|
|
788
708
|
name: "InvalidSnsTopicException";
|
|
@@ -791,10 +711,6 @@ export interface InvalidSnsTopicException extends __SmithyException, $MetadataBe
|
|
|
791
711
|
Topic?: string;
|
|
792
712
|
message?: string;
|
|
793
713
|
}
|
|
794
|
-
export declare namespace InvalidSnsTopicException {
|
|
795
|
-
|
|
796
|
-
const filterSensitiveLog: (obj: InvalidSnsTopicException) => any;
|
|
797
|
-
}
|
|
798
714
|
|
|
799
715
|
export interface RuleDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
800
716
|
name: "RuleDoesNotExistException";
|
|
@@ -803,10 +719,6 @@ export interface RuleDoesNotExistException extends __SmithyException, $MetadataB
|
|
|
803
719
|
Name?: string;
|
|
804
720
|
message?: string;
|
|
805
721
|
}
|
|
806
|
-
export declare namespace RuleDoesNotExistException {
|
|
807
|
-
|
|
808
|
-
const filterSensitiveLog: (obj: RuleDoesNotExistException) => any;
|
|
809
|
-
}
|
|
810
722
|
|
|
811
723
|
export interface CreateReceiptRuleSetRequest {
|
|
812
724
|
|
|
@@ -860,10 +772,6 @@ export interface InvalidTemplateException extends __SmithyException, $MetadataBe
|
|
|
860
772
|
TemplateName?: string;
|
|
861
773
|
message?: string;
|
|
862
774
|
}
|
|
863
|
-
export declare namespace InvalidTemplateException {
|
|
864
|
-
|
|
865
|
-
const filterSensitiveLog: (obj: InvalidTemplateException) => any;
|
|
866
|
-
}
|
|
867
775
|
export declare enum CustomMailFromStatus {
|
|
868
776
|
Failed = "Failed",
|
|
869
777
|
Pending = "Pending",
|
|
@@ -895,10 +803,6 @@ export interface CustomVerificationEmailTemplateDoesNotExistException extends __
|
|
|
895
803
|
CustomVerificationEmailTemplateName?: string;
|
|
896
804
|
message?: string;
|
|
897
805
|
}
|
|
898
|
-
export declare namespace CustomVerificationEmailTemplateDoesNotExistException {
|
|
899
|
-
|
|
900
|
-
const filterSensitiveLog: (obj: CustomVerificationEmailTemplateDoesNotExistException) => any;
|
|
901
|
-
}
|
|
902
806
|
|
|
903
807
|
export interface DeleteConfigurationSetRequest {
|
|
904
808
|
|
|
@@ -943,10 +847,6 @@ export interface EventDestinationDoesNotExistException extends __SmithyException
|
|
|
943
847
|
EventDestinationName?: string;
|
|
944
848
|
message?: string;
|
|
945
849
|
}
|
|
946
|
-
export declare namespace EventDestinationDoesNotExistException {
|
|
947
|
-
|
|
948
|
-
const filterSensitiveLog: (obj: EventDestinationDoesNotExistException) => any;
|
|
949
|
-
}
|
|
950
850
|
|
|
951
851
|
export interface DeleteConfigurationSetTrackingOptionsRequest {
|
|
952
852
|
|
|
@@ -971,10 +871,6 @@ export interface TrackingOptionsDoesNotExistException extends __SmithyException,
|
|
|
971
871
|
ConfigurationSetName?: string;
|
|
972
872
|
message?: string;
|
|
973
873
|
}
|
|
974
|
-
export declare namespace TrackingOptionsDoesNotExistException {
|
|
975
|
-
|
|
976
|
-
const filterSensitiveLog: (obj: TrackingOptionsDoesNotExistException) => any;
|
|
977
|
-
}
|
|
978
874
|
|
|
979
875
|
export interface DeleteCustomVerificationEmailTemplateRequest {
|
|
980
876
|
|
|
@@ -1471,10 +1367,6 @@ export interface TemplateDoesNotExistException extends __SmithyException, $Metad
|
|
|
1471
1367
|
TemplateName?: string;
|
|
1472
1368
|
message?: string;
|
|
1473
1369
|
}
|
|
1474
|
-
export declare namespace TemplateDoesNotExistException {
|
|
1475
|
-
|
|
1476
|
-
const filterSensitiveLog: (obj: TemplateDoesNotExistException) => any;
|
|
1477
|
-
}
|
|
1478
1370
|
export declare type IdentityType = "Domain" | "EmailAddress";
|
|
1479
1371
|
|
|
1480
1372
|
export interface InvalidDeliveryOptionsException extends __SmithyException, $MetadataBearer {
|
|
@@ -1482,20 +1374,12 @@ export interface InvalidDeliveryOptionsException extends __SmithyException, $Met
|
|
|
1482
1374
|
$fault: "client";
|
|
1483
1375
|
message?: string;
|
|
1484
1376
|
}
|
|
1485
|
-
export declare namespace InvalidDeliveryOptionsException {
|
|
1486
|
-
|
|
1487
|
-
const filterSensitiveLog: (obj: InvalidDeliveryOptionsException) => any;
|
|
1488
|
-
}
|
|
1489
1377
|
|
|
1490
1378
|
export interface InvalidPolicyException extends __SmithyException, $MetadataBearer {
|
|
1491
1379
|
name: "InvalidPolicyException";
|
|
1492
1380
|
$fault: "client";
|
|
1493
1381
|
message?: string;
|
|
1494
1382
|
}
|
|
1495
|
-
export declare namespace InvalidPolicyException {
|
|
1496
|
-
|
|
1497
|
-
const filterSensitiveLog: (obj: InvalidPolicyException) => any;
|
|
1498
|
-
}
|
|
1499
1383
|
|
|
1500
1384
|
export interface InvalidRenderingParameterException extends __SmithyException, $MetadataBearer {
|
|
1501
1385
|
name: "InvalidRenderingParameterException";
|
|
@@ -1503,10 +1387,6 @@ export interface InvalidRenderingParameterException extends __SmithyException, $
|
|
|
1503
1387
|
TemplateName?: string;
|
|
1504
1388
|
message?: string;
|
|
1505
1389
|
}
|
|
1506
|
-
export declare namespace InvalidRenderingParameterException {
|
|
1507
|
-
|
|
1508
|
-
const filterSensitiveLog: (obj: InvalidRenderingParameterException) => any;
|
|
1509
|
-
}
|
|
1510
1390
|
|
|
1511
1391
|
export interface ListConfigurationSetsRequest {
|
|
1512
1392
|
|
|
@@ -1675,10 +1555,6 @@ export interface MailFromDomainNotVerifiedException extends __SmithyException, $
|
|
|
1675
1555
|
$fault: "client";
|
|
1676
1556
|
message?: string;
|
|
1677
1557
|
}
|
|
1678
|
-
export declare namespace MailFromDomainNotVerifiedException {
|
|
1679
|
-
|
|
1680
|
-
const filterSensitiveLog: (obj: MailFromDomainNotVerifiedException) => any;
|
|
1681
|
-
}
|
|
1682
1558
|
|
|
1683
1559
|
export interface Message {
|
|
1684
1560
|
|
|
@@ -1709,10 +1585,6 @@ export interface MessageRejected extends __SmithyException, $MetadataBearer {
|
|
|
1709
1585
|
$fault: "client";
|
|
1710
1586
|
message?: string;
|
|
1711
1587
|
}
|
|
1712
|
-
export declare namespace MessageRejected {
|
|
1713
|
-
|
|
1714
|
-
const filterSensitiveLog: (obj: MessageRejected) => any;
|
|
1715
|
-
}
|
|
1716
1588
|
|
|
1717
1589
|
export interface MissingRenderingAttributeException extends __SmithyException, $MetadataBearer {
|
|
1718
1590
|
name: "MissingRenderingAttributeException";
|
|
@@ -1720,10 +1592,6 @@ export interface MissingRenderingAttributeException extends __SmithyException, $
|
|
|
1720
1592
|
TemplateName?: string;
|
|
1721
1593
|
message?: string;
|
|
1722
1594
|
}
|
|
1723
|
-
export declare namespace MissingRenderingAttributeException {
|
|
1724
|
-
|
|
1725
|
-
const filterSensitiveLog: (obj: MissingRenderingAttributeException) => any;
|
|
1726
|
-
}
|
|
1727
1595
|
export declare type NotificationType = "Bounce" | "Complaint" | "Delivery";
|
|
1728
1596
|
|
|
1729
1597
|
export interface ProductionAccessNotGrantedException extends __SmithyException, $MetadataBearer {
|
|
@@ -1731,10 +1599,6 @@ export interface ProductionAccessNotGrantedException extends __SmithyException,
|
|
|
1731
1599
|
$fault: "client";
|
|
1732
1600
|
message?: string;
|
|
1733
1601
|
}
|
|
1734
|
-
export declare namespace ProductionAccessNotGrantedException {
|
|
1735
|
-
|
|
1736
|
-
const filterSensitiveLog: (obj: ProductionAccessNotGrantedException) => any;
|
|
1737
|
-
}
|
|
1738
1602
|
|
|
1739
1603
|
export interface PutConfigurationSetDeliveryOptionsRequest {
|
|
1740
1604
|
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { SESClientConfig } from "./SESClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { SESClientConfig } from "./SESClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ses",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.1",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,51 +18,47 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
52
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.1",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.1",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.1",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.1",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.1",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.1",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.1",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.1",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.1",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.1",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.1",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.1",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.1",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.1",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.1",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.1",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.1",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.1",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.1",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.1",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.1",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.1",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.1",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.1",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.1",
|
|
51
|
+
"@aws-sdk/util-waiter": "3.47.1",
|
|
53
52
|
"entities": "2.2.0",
|
|
54
53
|
"fast-xml-parser": "3.19.0",
|
|
55
54
|
"tslib": "^2.3.0"
|
|
56
55
|
},
|
|
57
56
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
-
"@types/node": "^12.7.5"
|
|
60
|
-
"downlevel-dts": "0.7.0",
|
|
61
|
-
"jest": "^26.1.0",
|
|
62
|
-
"rimraf": "^3.0.0",
|
|
63
|
-
"ts-jest": "^26.4.1",
|
|
64
|
-
"typedoc": "^0.19.2",
|
|
65
|
-
"typescript": "~4.3.5"
|
|
57
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
58
|
+
"@types/node": "^12.7.5"
|
|
66
59
|
},
|
|
67
60
|
"engines": {
|
|
68
|
-
"node": ">=
|
|
61
|
+
"node": ">=12.0.0"
|
|
69
62
|
},
|
|
70
63
|
"typesVersions": {
|
|
71
64
|
"<4.0": {
|