@aws-sdk/client-sesv2 3.37.0 → 3.38.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 +12 -0
- package/dist-cjs/commands/index.js +84 -0
- package/dist-cjs/index.js +4 -96
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-es/commands/index.js +81 -0
- package/dist-es/index.js +4 -96
- package/dist-es/pagination/index.js +13 -0
- package/dist-types/commands/index.d.ts +81 -0
- package/dist-types/index.d.ts +4 -96
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/commands/index.d.ts +81 -0
- package/dist-types/ts3.4/index.d.ts +4 -96
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./CreateConfigurationSetCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateConfigurationSetEventDestinationCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreateContactCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreateContactListCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateCustomVerificationEmailTemplateCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateDedicatedIpPoolCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreateDeliverabilityTestReportCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateEmailIdentityCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateEmailIdentityPolicyCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateEmailTemplateCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreateImportJobCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DeleteConfigurationSetCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DeleteConfigurationSetEventDestinationCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteContactCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteContactListCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DeleteCustomVerificationEmailTemplateCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeleteDedicatedIpPoolCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteEmailIdentityCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DeleteEmailIdentityPolicyCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DeleteEmailTemplateCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DeleteSuppressedDestinationCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./GetAccountCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./GetBlacklistReportsCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./GetConfigurationSetCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./GetConfigurationSetEventDestinationsCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./GetContactCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./GetContactListCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./GetCustomVerificationEmailTemplateCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./GetDedicatedIpCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./GetDedicatedIpsCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./GetDeliverabilityDashboardOptionsCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./GetDeliverabilityTestReportCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./GetDomainDeliverabilityCampaignCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./GetDomainStatisticsReportCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./GetEmailIdentityCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./GetEmailIdentityPoliciesCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./GetEmailTemplateCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./GetImportJobCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./GetSuppressedDestinationCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./ListConfigurationSetsCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./ListContactListsCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./ListContactsCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./ListCustomVerificationEmailTemplatesCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./ListDedicatedIpPoolsCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./ListDeliverabilityTestReportsCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./ListDomainDeliverabilityCampaignsCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./ListEmailIdentitiesCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./ListEmailTemplatesCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./ListImportJobsCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./ListSuppressedDestinationsCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./PutAccountDedicatedIpWarmupAttributesCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./PutAccountDetailsCommand"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./PutAccountSendingAttributesCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./PutAccountSuppressionAttributesCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./PutConfigurationSetDeliveryOptionsCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./PutConfigurationSetReputationOptionsCommand"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./PutConfigurationSetSendingOptionsCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./PutConfigurationSetSuppressionOptionsCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./PutConfigurationSetTrackingOptionsCommand"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./PutDedicatedIpInPoolCommand"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./PutDedicatedIpWarmupAttributesCommand"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./PutDeliverabilityDashboardOptionCommand"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./PutEmailIdentityConfigurationSetAttributesCommand"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./PutEmailIdentityDkimAttributesCommand"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./PutEmailIdentityDkimSigningAttributesCommand"), exports);
|
|
70
|
+
tslib_1.__exportStar(require("./PutEmailIdentityFeedbackAttributesCommand"), exports);
|
|
71
|
+
tslib_1.__exportStar(require("./PutEmailIdentityMailFromAttributesCommand"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./PutSuppressedDestinationCommand"), exports);
|
|
73
|
+
tslib_1.__exportStar(require("./SendBulkEmailCommand"), exports);
|
|
74
|
+
tslib_1.__exportStar(require("./SendCustomVerificationEmailCommand"), exports);
|
|
75
|
+
tslib_1.__exportStar(require("./SendEmailCommand"), exports);
|
|
76
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
77
|
+
tslib_1.__exportStar(require("./TestRenderEmailTemplateCommand"), exports);
|
|
78
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
79
|
+
tslib_1.__exportStar(require("./UpdateConfigurationSetEventDestinationCommand"), exports);
|
|
80
|
+
tslib_1.__exportStar(require("./UpdateContactCommand"), exports);
|
|
81
|
+
tslib_1.__exportStar(require("./UpdateContactListCommand"), exports);
|
|
82
|
+
tslib_1.__exportStar(require("./UpdateCustomVerificationEmailTemplateCommand"), exports);
|
|
83
|
+
tslib_1.__exportStar(require("./UpdateEmailIdentityPolicyCommand"), exports);
|
|
84
|
+
tslib_1.__exportStar(require("./UpdateEmailTemplateCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,100 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./SESv2Client"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./SESv2"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/CreateCustomVerificationEmailTemplateCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CreateDedicatedIpPoolCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CreateDeliverabilityTestReportCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateEmailIdentityCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateEmailIdentityPolicyCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreateEmailTemplateCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreateImportJobCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/DeleteConfigurationSetCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DeleteConfigurationSetEventDestinationCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteContactCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteContactListCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DeleteCustomVerificationEmailTemplateCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DeleteDedicatedIpPoolCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeleteEmailIdentityCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DeleteEmailIdentityPolicyCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DeleteEmailTemplateCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/DeleteSuppressedDestinationCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/GetAccountCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/GetBlacklistReportsCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/GetConfigurationSetCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/GetConfigurationSetEventDestinationsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/GetContactCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/GetContactListCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/GetCustomVerificationEmailTemplateCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/GetDedicatedIpCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/GetDedicatedIpsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./pagination/GetDedicatedIpsPaginator"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/GetDeliverabilityDashboardOptionsCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/GetDeliverabilityTestReportCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/GetDomainDeliverabilityCampaignCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/GetDomainStatisticsReportCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/GetEmailIdentityCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/GetEmailIdentityPoliciesCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/GetEmailTemplateCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/GetImportJobCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/GetSuppressedDestinationCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/ListConfigurationSetsCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./pagination/ListConfigurationSetsPaginator"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/ListContactListsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./pagination/ListContactListsPaginator"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/ListContactsCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./pagination/ListContactsPaginator"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./commands/ListCustomVerificationEmailTemplatesCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./pagination/ListCustomVerificationEmailTemplatesPaginator"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./commands/ListDedicatedIpPoolsCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./pagination/ListDedicatedIpPoolsPaginator"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/ListDeliverabilityTestReportsCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./pagination/ListDeliverabilityTestReportsPaginator"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/ListDomainDeliverabilityCampaignsCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./pagination/ListDomainDeliverabilityCampaignsPaginator"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/ListEmailIdentitiesCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./pagination/ListEmailIdentitiesPaginator"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/ListEmailTemplatesCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./pagination/ListEmailTemplatesPaginator"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/ListImportJobsCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./pagination/ListImportJobsPaginator"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./commands/ListSuppressedDestinationsCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./pagination/ListSuppressedDestinationsPaginator"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./commands/PutAccountDedicatedIpWarmupAttributesCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./commands/PutAccountDetailsCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./commands/PutAccountSendingAttributesCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./commands/PutAccountSuppressionAttributesCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./commands/PutConfigurationSetDeliveryOptionsCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./commands/PutConfigurationSetReputationOptionsCommand"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./commands/PutConfigurationSetSendingOptionsCommand"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./commands/PutConfigurationSetSuppressionOptionsCommand"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./commands/PutConfigurationSetTrackingOptionsCommand"), exports);
|
|
78
|
-
tslib_1.__exportStar(require("./commands/PutDedicatedIpInPoolCommand"), exports);
|
|
79
|
-
tslib_1.__exportStar(require("./commands/PutDedicatedIpWarmupAttributesCommand"), exports);
|
|
80
|
-
tslib_1.__exportStar(require("./commands/PutDeliverabilityDashboardOptionCommand"), exports);
|
|
81
|
-
tslib_1.__exportStar(require("./commands/PutEmailIdentityConfigurationSetAttributesCommand"), exports);
|
|
82
|
-
tslib_1.__exportStar(require("./commands/PutEmailIdentityDkimAttributesCommand"), exports);
|
|
83
|
-
tslib_1.__exportStar(require("./commands/PutEmailIdentityDkimSigningAttributesCommand"), exports);
|
|
84
|
-
tslib_1.__exportStar(require("./commands/PutEmailIdentityFeedbackAttributesCommand"), exports);
|
|
85
|
-
tslib_1.__exportStar(require("./commands/PutEmailIdentityMailFromAttributesCommand"), exports);
|
|
86
|
-
tslib_1.__exportStar(require("./commands/PutSuppressedDestinationCommand"), exports);
|
|
87
|
-
tslib_1.__exportStar(require("./commands/SendBulkEmailCommand"), exports);
|
|
88
|
-
tslib_1.__exportStar(require("./commands/SendCustomVerificationEmailCommand"), exports);
|
|
89
|
-
tslib_1.__exportStar(require("./commands/SendEmailCommand"), exports);
|
|
90
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
91
|
-
tslib_1.__exportStar(require("./commands/TestRenderEmailTemplateCommand"), exports);
|
|
92
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
93
|
-
tslib_1.__exportStar(require("./commands/UpdateConfigurationSetEventDestinationCommand"), exports);
|
|
94
|
-
tslib_1.__exportStar(require("./commands/UpdateContactCommand"), exports);
|
|
95
|
-
tslib_1.__exportStar(require("./commands/UpdateContactListCommand"), exports);
|
|
96
|
-
tslib_1.__exportStar(require("./commands/UpdateCustomVerificationEmailTemplateCommand"), exports);
|
|
97
|
-
tslib_1.__exportStar(require("./commands/UpdateEmailIdentityPolicyCommand"), exports);
|
|
98
|
-
tslib_1.__exportStar(require("./commands/UpdateEmailTemplateCommand"), exports);
|
|
99
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
100
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./SESv2Client"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./GetDedicatedIpsPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListConfigurationSetsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListContactListsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListContactsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListCustomVerificationEmailTemplatesPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListDedicatedIpPoolsPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListDeliverabilityTestReportsPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListDomainDeliverabilityCampaignsPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListEmailIdentitiesPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListEmailTemplatesPaginator"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ListImportJobsPaginator"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./ListSuppressedDestinationsPaginator"), exports);
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
export * from "./CreateConfigurationSetCommand";
|
|
2
|
+
export * from "./CreateConfigurationSetEventDestinationCommand";
|
|
3
|
+
export * from "./CreateContactCommand";
|
|
4
|
+
export * from "./CreateContactListCommand";
|
|
5
|
+
export * from "./CreateCustomVerificationEmailTemplateCommand";
|
|
6
|
+
export * from "./CreateDedicatedIpPoolCommand";
|
|
7
|
+
export * from "./CreateDeliverabilityTestReportCommand";
|
|
8
|
+
export * from "./CreateEmailIdentityCommand";
|
|
9
|
+
export * from "./CreateEmailIdentityPolicyCommand";
|
|
10
|
+
export * from "./CreateEmailTemplateCommand";
|
|
11
|
+
export * from "./CreateImportJobCommand";
|
|
12
|
+
export * from "./DeleteConfigurationSetCommand";
|
|
13
|
+
export * from "./DeleteConfigurationSetEventDestinationCommand";
|
|
14
|
+
export * from "./DeleteContactCommand";
|
|
15
|
+
export * from "./DeleteContactListCommand";
|
|
16
|
+
export * from "./DeleteCustomVerificationEmailTemplateCommand";
|
|
17
|
+
export * from "./DeleteDedicatedIpPoolCommand";
|
|
18
|
+
export * from "./DeleteEmailIdentityCommand";
|
|
19
|
+
export * from "./DeleteEmailIdentityPolicyCommand";
|
|
20
|
+
export * from "./DeleteEmailTemplateCommand";
|
|
21
|
+
export * from "./DeleteSuppressedDestinationCommand";
|
|
22
|
+
export * from "./GetAccountCommand";
|
|
23
|
+
export * from "./GetBlacklistReportsCommand";
|
|
24
|
+
export * from "./GetConfigurationSetCommand";
|
|
25
|
+
export * from "./GetConfigurationSetEventDestinationsCommand";
|
|
26
|
+
export * from "./GetContactCommand";
|
|
27
|
+
export * from "./GetContactListCommand";
|
|
28
|
+
export * from "./GetCustomVerificationEmailTemplateCommand";
|
|
29
|
+
export * from "./GetDedicatedIpCommand";
|
|
30
|
+
export * from "./GetDedicatedIpsCommand";
|
|
31
|
+
export * from "./GetDeliverabilityDashboardOptionsCommand";
|
|
32
|
+
export * from "./GetDeliverabilityTestReportCommand";
|
|
33
|
+
export * from "./GetDomainDeliverabilityCampaignCommand";
|
|
34
|
+
export * from "./GetDomainStatisticsReportCommand";
|
|
35
|
+
export * from "./GetEmailIdentityCommand";
|
|
36
|
+
export * from "./GetEmailIdentityPoliciesCommand";
|
|
37
|
+
export * from "./GetEmailTemplateCommand";
|
|
38
|
+
export * from "./GetImportJobCommand";
|
|
39
|
+
export * from "./GetSuppressedDestinationCommand";
|
|
40
|
+
export * from "./ListConfigurationSetsCommand";
|
|
41
|
+
export * from "./ListContactListsCommand";
|
|
42
|
+
export * from "./ListContactsCommand";
|
|
43
|
+
export * from "./ListCustomVerificationEmailTemplatesCommand";
|
|
44
|
+
export * from "./ListDedicatedIpPoolsCommand";
|
|
45
|
+
export * from "./ListDeliverabilityTestReportsCommand";
|
|
46
|
+
export * from "./ListDomainDeliverabilityCampaignsCommand";
|
|
47
|
+
export * from "./ListEmailIdentitiesCommand";
|
|
48
|
+
export * from "./ListEmailTemplatesCommand";
|
|
49
|
+
export * from "./ListImportJobsCommand";
|
|
50
|
+
export * from "./ListSuppressedDestinationsCommand";
|
|
51
|
+
export * from "./ListTagsForResourceCommand";
|
|
52
|
+
export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
|
|
53
|
+
export * from "./PutAccountDetailsCommand";
|
|
54
|
+
export * from "./PutAccountSendingAttributesCommand";
|
|
55
|
+
export * from "./PutAccountSuppressionAttributesCommand";
|
|
56
|
+
export * from "./PutConfigurationSetDeliveryOptionsCommand";
|
|
57
|
+
export * from "./PutConfigurationSetReputationOptionsCommand";
|
|
58
|
+
export * from "./PutConfigurationSetSendingOptionsCommand";
|
|
59
|
+
export * from "./PutConfigurationSetSuppressionOptionsCommand";
|
|
60
|
+
export * from "./PutConfigurationSetTrackingOptionsCommand";
|
|
61
|
+
export * from "./PutDedicatedIpInPoolCommand";
|
|
62
|
+
export * from "./PutDedicatedIpWarmupAttributesCommand";
|
|
63
|
+
export * from "./PutDeliverabilityDashboardOptionCommand";
|
|
64
|
+
export * from "./PutEmailIdentityConfigurationSetAttributesCommand";
|
|
65
|
+
export * from "./PutEmailIdentityDkimAttributesCommand";
|
|
66
|
+
export * from "./PutEmailIdentityDkimSigningAttributesCommand";
|
|
67
|
+
export * from "./PutEmailIdentityFeedbackAttributesCommand";
|
|
68
|
+
export * from "./PutEmailIdentityMailFromAttributesCommand";
|
|
69
|
+
export * from "./PutSuppressedDestinationCommand";
|
|
70
|
+
export * from "./SendBulkEmailCommand";
|
|
71
|
+
export * from "./SendCustomVerificationEmailCommand";
|
|
72
|
+
export * from "./SendEmailCommand";
|
|
73
|
+
export * from "./TagResourceCommand";
|
|
74
|
+
export * from "./TestRenderEmailTemplateCommand";
|
|
75
|
+
export * from "./UntagResourceCommand";
|
|
76
|
+
export * from "./UpdateConfigurationSetEventDestinationCommand";
|
|
77
|
+
export * from "./UpdateContactCommand";
|
|
78
|
+
export * from "./UpdateContactListCommand";
|
|
79
|
+
export * from "./UpdateCustomVerificationEmailTemplateCommand";
|
|
80
|
+
export * from "./UpdateEmailIdentityPolicyCommand";
|
|
81
|
+
export * from "./UpdateEmailTemplateCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,97 +1,5 @@
|
|
|
1
|
-
export * from "./SESv2Client";
|
|
2
1
|
export * from "./SESv2";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateCustomVerificationEmailTemplateCommand";
|
|
8
|
-
export * from "./commands/CreateDedicatedIpPoolCommand";
|
|
9
|
-
export * from "./commands/CreateDeliverabilityTestReportCommand";
|
|
10
|
-
export * from "./commands/CreateEmailIdentityCommand";
|
|
11
|
-
export * from "./commands/CreateEmailIdentityPolicyCommand";
|
|
12
|
-
export * from "./commands/CreateEmailTemplateCommand";
|
|
13
|
-
export * from "./commands/CreateImportJobCommand";
|
|
14
|
-
export * from "./commands/DeleteConfigurationSetCommand";
|
|
15
|
-
export * from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
16
|
-
export * from "./commands/DeleteContactCommand";
|
|
17
|
-
export * from "./commands/DeleteContactListCommand";
|
|
18
|
-
export * from "./commands/DeleteCustomVerificationEmailTemplateCommand";
|
|
19
|
-
export * from "./commands/DeleteDedicatedIpPoolCommand";
|
|
20
|
-
export * from "./commands/DeleteEmailIdentityCommand";
|
|
21
|
-
export * from "./commands/DeleteEmailIdentityPolicyCommand";
|
|
22
|
-
export * from "./commands/DeleteEmailTemplateCommand";
|
|
23
|
-
export * from "./commands/DeleteSuppressedDestinationCommand";
|
|
24
|
-
export * from "./commands/GetAccountCommand";
|
|
25
|
-
export * from "./commands/GetBlacklistReportsCommand";
|
|
26
|
-
export * from "./commands/GetConfigurationSetCommand";
|
|
27
|
-
export * from "./commands/GetConfigurationSetEventDestinationsCommand";
|
|
28
|
-
export * from "./commands/GetContactCommand";
|
|
29
|
-
export * from "./commands/GetContactListCommand";
|
|
30
|
-
export * from "./commands/GetCustomVerificationEmailTemplateCommand";
|
|
31
|
-
export * from "./commands/GetDedicatedIpCommand";
|
|
32
|
-
export * from "./commands/GetDedicatedIpsCommand";
|
|
33
|
-
export * from "./pagination/GetDedicatedIpsPaginator";
|
|
34
|
-
export * from "./commands/GetDeliverabilityDashboardOptionsCommand";
|
|
35
|
-
export * from "./commands/GetDeliverabilityTestReportCommand";
|
|
36
|
-
export * from "./commands/GetDomainDeliverabilityCampaignCommand";
|
|
37
|
-
export * from "./commands/GetDomainStatisticsReportCommand";
|
|
38
|
-
export * from "./commands/GetEmailIdentityCommand";
|
|
39
|
-
export * from "./commands/GetEmailIdentityPoliciesCommand";
|
|
40
|
-
export * from "./commands/GetEmailTemplateCommand";
|
|
41
|
-
export * from "./commands/GetImportJobCommand";
|
|
42
|
-
export * from "./commands/GetSuppressedDestinationCommand";
|
|
43
|
-
export * from "./commands/ListConfigurationSetsCommand";
|
|
44
|
-
export * from "./pagination/ListConfigurationSetsPaginator";
|
|
45
|
-
export * from "./commands/ListContactListsCommand";
|
|
46
|
-
export * from "./pagination/ListContactListsPaginator";
|
|
47
|
-
export * from "./commands/ListContactsCommand";
|
|
48
|
-
export * from "./pagination/ListContactsPaginator";
|
|
49
|
-
export * from "./commands/ListCustomVerificationEmailTemplatesCommand";
|
|
50
|
-
export * from "./pagination/ListCustomVerificationEmailTemplatesPaginator";
|
|
51
|
-
export * from "./commands/ListDedicatedIpPoolsCommand";
|
|
52
|
-
export * from "./pagination/ListDedicatedIpPoolsPaginator";
|
|
53
|
-
export * from "./commands/ListDeliverabilityTestReportsCommand";
|
|
54
|
-
export * from "./pagination/ListDeliverabilityTestReportsPaginator";
|
|
55
|
-
export * from "./commands/ListDomainDeliverabilityCampaignsCommand";
|
|
56
|
-
export * from "./pagination/ListDomainDeliverabilityCampaignsPaginator";
|
|
57
|
-
export * from "./commands/ListEmailIdentitiesCommand";
|
|
58
|
-
export * from "./pagination/ListEmailIdentitiesPaginator";
|
|
59
|
-
export * from "./commands/ListEmailTemplatesCommand";
|
|
60
|
-
export * from "./pagination/ListEmailTemplatesPaginator";
|
|
61
|
-
export * from "./commands/ListImportJobsCommand";
|
|
62
|
-
export * from "./pagination/ListImportJobsPaginator";
|
|
63
|
-
export * from "./commands/ListSuppressedDestinationsCommand";
|
|
64
|
-
export * from "./pagination/ListSuppressedDestinationsPaginator";
|
|
65
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
66
|
-
export * from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
67
|
-
export * from "./commands/PutAccountDetailsCommand";
|
|
68
|
-
export * from "./commands/PutAccountSendingAttributesCommand";
|
|
69
|
-
export * from "./commands/PutAccountSuppressionAttributesCommand";
|
|
70
|
-
export * from "./commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
71
|
-
export * from "./commands/PutConfigurationSetReputationOptionsCommand";
|
|
72
|
-
export * from "./commands/PutConfigurationSetSendingOptionsCommand";
|
|
73
|
-
export * from "./commands/PutConfigurationSetSuppressionOptionsCommand";
|
|
74
|
-
export * from "./commands/PutConfigurationSetTrackingOptionsCommand";
|
|
75
|
-
export * from "./commands/PutDedicatedIpInPoolCommand";
|
|
76
|
-
export * from "./commands/PutDedicatedIpWarmupAttributesCommand";
|
|
77
|
-
export * from "./commands/PutDeliverabilityDashboardOptionCommand";
|
|
78
|
-
export * from "./commands/PutEmailIdentityConfigurationSetAttributesCommand";
|
|
79
|
-
export * from "./commands/PutEmailIdentityDkimAttributesCommand";
|
|
80
|
-
export * from "./commands/PutEmailIdentityDkimSigningAttributesCommand";
|
|
81
|
-
export * from "./commands/PutEmailIdentityFeedbackAttributesCommand";
|
|
82
|
-
export * from "./commands/PutEmailIdentityMailFromAttributesCommand";
|
|
83
|
-
export * from "./commands/PutSuppressedDestinationCommand";
|
|
84
|
-
export * from "./commands/SendBulkEmailCommand";
|
|
85
|
-
export * from "./commands/SendCustomVerificationEmailCommand";
|
|
86
|
-
export * from "./commands/SendEmailCommand";
|
|
87
|
-
export * from "./commands/TagResourceCommand";
|
|
88
|
-
export * from "./commands/TestRenderEmailTemplateCommand";
|
|
89
|
-
export * from "./commands/UntagResourceCommand";
|
|
90
|
-
export * from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
91
|
-
export * from "./commands/UpdateContactCommand";
|
|
92
|
-
export * from "./commands/UpdateContactListCommand";
|
|
93
|
-
export * from "./commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
94
|
-
export * from "./commands/UpdateEmailIdentityPolicyCommand";
|
|
95
|
-
export * from "./commands/UpdateEmailTemplateCommand";
|
|
96
|
-
export * from "./pagination/Interfaces";
|
|
97
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./SESv2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "./GetDedicatedIpsPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListConfigurationSetsPaginator";
|
|
4
|
+
export * from "./ListContactListsPaginator";
|
|
5
|
+
export * from "./ListContactsPaginator";
|
|
6
|
+
export * from "./ListCustomVerificationEmailTemplatesPaginator";
|
|
7
|
+
export * from "./ListDedicatedIpPoolsPaginator";
|
|
8
|
+
export * from "./ListDeliverabilityTestReportsPaginator";
|
|
9
|
+
export * from "./ListDomainDeliverabilityCampaignsPaginator";
|
|
10
|
+
export * from "./ListEmailIdentitiesPaginator";
|
|
11
|
+
export * from "./ListEmailTemplatesPaginator";
|
|
12
|
+
export * from "./ListImportJobsPaginator";
|
|
13
|
+
export * from "./ListSuppressedDestinationsPaginator";
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
export * from "./CreateConfigurationSetCommand";
|
|
2
|
+
export * from "./CreateConfigurationSetEventDestinationCommand";
|
|
3
|
+
export * from "./CreateContactCommand";
|
|
4
|
+
export * from "./CreateContactListCommand";
|
|
5
|
+
export * from "./CreateCustomVerificationEmailTemplateCommand";
|
|
6
|
+
export * from "./CreateDedicatedIpPoolCommand";
|
|
7
|
+
export * from "./CreateDeliverabilityTestReportCommand";
|
|
8
|
+
export * from "./CreateEmailIdentityCommand";
|
|
9
|
+
export * from "./CreateEmailIdentityPolicyCommand";
|
|
10
|
+
export * from "./CreateEmailTemplateCommand";
|
|
11
|
+
export * from "./CreateImportJobCommand";
|
|
12
|
+
export * from "./DeleteConfigurationSetCommand";
|
|
13
|
+
export * from "./DeleteConfigurationSetEventDestinationCommand";
|
|
14
|
+
export * from "./DeleteContactCommand";
|
|
15
|
+
export * from "./DeleteContactListCommand";
|
|
16
|
+
export * from "./DeleteCustomVerificationEmailTemplateCommand";
|
|
17
|
+
export * from "./DeleteDedicatedIpPoolCommand";
|
|
18
|
+
export * from "./DeleteEmailIdentityCommand";
|
|
19
|
+
export * from "./DeleteEmailIdentityPolicyCommand";
|
|
20
|
+
export * from "./DeleteEmailTemplateCommand";
|
|
21
|
+
export * from "./DeleteSuppressedDestinationCommand";
|
|
22
|
+
export * from "./GetAccountCommand";
|
|
23
|
+
export * from "./GetBlacklistReportsCommand";
|
|
24
|
+
export * from "./GetConfigurationSetCommand";
|
|
25
|
+
export * from "./GetConfigurationSetEventDestinationsCommand";
|
|
26
|
+
export * from "./GetContactCommand";
|
|
27
|
+
export * from "./GetContactListCommand";
|
|
28
|
+
export * from "./GetCustomVerificationEmailTemplateCommand";
|
|
29
|
+
export * from "./GetDedicatedIpCommand";
|
|
30
|
+
export * from "./GetDedicatedIpsCommand";
|
|
31
|
+
export * from "./GetDeliverabilityDashboardOptionsCommand";
|
|
32
|
+
export * from "./GetDeliverabilityTestReportCommand";
|
|
33
|
+
export * from "./GetDomainDeliverabilityCampaignCommand";
|
|
34
|
+
export * from "./GetDomainStatisticsReportCommand";
|
|
35
|
+
export * from "./GetEmailIdentityCommand";
|
|
36
|
+
export * from "./GetEmailIdentityPoliciesCommand";
|
|
37
|
+
export * from "./GetEmailTemplateCommand";
|
|
38
|
+
export * from "./GetImportJobCommand";
|
|
39
|
+
export * from "./GetSuppressedDestinationCommand";
|
|
40
|
+
export * from "./ListConfigurationSetsCommand";
|
|
41
|
+
export * from "./ListContactListsCommand";
|
|
42
|
+
export * from "./ListContactsCommand";
|
|
43
|
+
export * from "./ListCustomVerificationEmailTemplatesCommand";
|
|
44
|
+
export * from "./ListDedicatedIpPoolsCommand";
|
|
45
|
+
export * from "./ListDeliverabilityTestReportsCommand";
|
|
46
|
+
export * from "./ListDomainDeliverabilityCampaignsCommand";
|
|
47
|
+
export * from "./ListEmailIdentitiesCommand";
|
|
48
|
+
export * from "./ListEmailTemplatesCommand";
|
|
49
|
+
export * from "./ListImportJobsCommand";
|
|
50
|
+
export * from "./ListSuppressedDestinationsCommand";
|
|
51
|
+
export * from "./ListTagsForResourceCommand";
|
|
52
|
+
export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
|
|
53
|
+
export * from "./PutAccountDetailsCommand";
|
|
54
|
+
export * from "./PutAccountSendingAttributesCommand";
|
|
55
|
+
export * from "./PutAccountSuppressionAttributesCommand";
|
|
56
|
+
export * from "./PutConfigurationSetDeliveryOptionsCommand";
|
|
57
|
+
export * from "./PutConfigurationSetReputationOptionsCommand";
|
|
58
|
+
export * from "./PutConfigurationSetSendingOptionsCommand";
|
|
59
|
+
export * from "./PutConfigurationSetSuppressionOptionsCommand";
|
|
60
|
+
export * from "./PutConfigurationSetTrackingOptionsCommand";
|
|
61
|
+
export * from "./PutDedicatedIpInPoolCommand";
|
|
62
|
+
export * from "./PutDedicatedIpWarmupAttributesCommand";
|
|
63
|
+
export * from "./PutDeliverabilityDashboardOptionCommand";
|
|
64
|
+
export * from "./PutEmailIdentityConfigurationSetAttributesCommand";
|
|
65
|
+
export * from "./PutEmailIdentityDkimAttributesCommand";
|
|
66
|
+
export * from "./PutEmailIdentityDkimSigningAttributesCommand";
|
|
67
|
+
export * from "./PutEmailIdentityFeedbackAttributesCommand";
|
|
68
|
+
export * from "./PutEmailIdentityMailFromAttributesCommand";
|
|
69
|
+
export * from "./PutSuppressedDestinationCommand";
|
|
70
|
+
export * from "./SendBulkEmailCommand";
|
|
71
|
+
export * from "./SendCustomVerificationEmailCommand";
|
|
72
|
+
export * from "./SendEmailCommand";
|
|
73
|
+
export * from "./TagResourceCommand";
|
|
74
|
+
export * from "./TestRenderEmailTemplateCommand";
|
|
75
|
+
export * from "./UntagResourceCommand";
|
|
76
|
+
export * from "./UpdateConfigurationSetEventDestinationCommand";
|
|
77
|
+
export * from "./UpdateContactCommand";
|
|
78
|
+
export * from "./UpdateContactListCommand";
|
|
79
|
+
export * from "./UpdateCustomVerificationEmailTemplateCommand";
|
|
80
|
+
export * from "./UpdateEmailIdentityPolicyCommand";
|
|
81
|
+
export * from "./UpdateEmailTemplateCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,97 +1,5 @@
|
|
|
1
|
-
export * from "./SESv2Client";
|
|
2
1
|
export * from "./SESv2";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateCustomVerificationEmailTemplateCommand";
|
|
8
|
-
export * from "./commands/CreateDedicatedIpPoolCommand";
|
|
9
|
-
export * from "./commands/CreateDeliverabilityTestReportCommand";
|
|
10
|
-
export * from "./commands/CreateEmailIdentityCommand";
|
|
11
|
-
export * from "./commands/CreateEmailIdentityPolicyCommand";
|
|
12
|
-
export * from "./commands/CreateEmailTemplateCommand";
|
|
13
|
-
export * from "./commands/CreateImportJobCommand";
|
|
14
|
-
export * from "./commands/DeleteConfigurationSetCommand";
|
|
15
|
-
export * from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
16
|
-
export * from "./commands/DeleteContactCommand";
|
|
17
|
-
export * from "./commands/DeleteContactListCommand";
|
|
18
|
-
export * from "./commands/DeleteCustomVerificationEmailTemplateCommand";
|
|
19
|
-
export * from "./commands/DeleteDedicatedIpPoolCommand";
|
|
20
|
-
export * from "./commands/DeleteEmailIdentityCommand";
|
|
21
|
-
export * from "./commands/DeleteEmailIdentityPolicyCommand";
|
|
22
|
-
export * from "./commands/DeleteEmailTemplateCommand";
|
|
23
|
-
export * from "./commands/DeleteSuppressedDestinationCommand";
|
|
24
|
-
export * from "./commands/GetAccountCommand";
|
|
25
|
-
export * from "./commands/GetBlacklistReportsCommand";
|
|
26
|
-
export * from "./commands/GetConfigurationSetCommand";
|
|
27
|
-
export * from "./commands/GetConfigurationSetEventDestinationsCommand";
|
|
28
|
-
export * from "./commands/GetContactCommand";
|
|
29
|
-
export * from "./commands/GetContactListCommand";
|
|
30
|
-
export * from "./commands/GetCustomVerificationEmailTemplateCommand";
|
|
31
|
-
export * from "./commands/GetDedicatedIpCommand";
|
|
32
|
-
export * from "./commands/GetDedicatedIpsCommand";
|
|
33
|
-
export * from "./pagination/GetDedicatedIpsPaginator";
|
|
34
|
-
export * from "./commands/GetDeliverabilityDashboardOptionsCommand";
|
|
35
|
-
export * from "./commands/GetDeliverabilityTestReportCommand";
|
|
36
|
-
export * from "./commands/GetDomainDeliverabilityCampaignCommand";
|
|
37
|
-
export * from "./commands/GetDomainStatisticsReportCommand";
|
|
38
|
-
export * from "./commands/GetEmailIdentityCommand";
|
|
39
|
-
export * from "./commands/GetEmailIdentityPoliciesCommand";
|
|
40
|
-
export * from "./commands/GetEmailTemplateCommand";
|
|
41
|
-
export * from "./commands/GetImportJobCommand";
|
|
42
|
-
export * from "./commands/GetSuppressedDestinationCommand";
|
|
43
|
-
export * from "./commands/ListConfigurationSetsCommand";
|
|
44
|
-
export * from "./pagination/ListConfigurationSetsPaginator";
|
|
45
|
-
export * from "./commands/ListContactListsCommand";
|
|
46
|
-
export * from "./pagination/ListContactListsPaginator";
|
|
47
|
-
export * from "./commands/ListContactsCommand";
|
|
48
|
-
export * from "./pagination/ListContactsPaginator";
|
|
49
|
-
export * from "./commands/ListCustomVerificationEmailTemplatesCommand";
|
|
50
|
-
export * from "./pagination/ListCustomVerificationEmailTemplatesPaginator";
|
|
51
|
-
export * from "./commands/ListDedicatedIpPoolsCommand";
|
|
52
|
-
export * from "./pagination/ListDedicatedIpPoolsPaginator";
|
|
53
|
-
export * from "./commands/ListDeliverabilityTestReportsCommand";
|
|
54
|
-
export * from "./pagination/ListDeliverabilityTestReportsPaginator";
|
|
55
|
-
export * from "./commands/ListDomainDeliverabilityCampaignsCommand";
|
|
56
|
-
export * from "./pagination/ListDomainDeliverabilityCampaignsPaginator";
|
|
57
|
-
export * from "./commands/ListEmailIdentitiesCommand";
|
|
58
|
-
export * from "./pagination/ListEmailIdentitiesPaginator";
|
|
59
|
-
export * from "./commands/ListEmailTemplatesCommand";
|
|
60
|
-
export * from "./pagination/ListEmailTemplatesPaginator";
|
|
61
|
-
export * from "./commands/ListImportJobsCommand";
|
|
62
|
-
export * from "./pagination/ListImportJobsPaginator";
|
|
63
|
-
export * from "./commands/ListSuppressedDestinationsCommand";
|
|
64
|
-
export * from "./pagination/ListSuppressedDestinationsPaginator";
|
|
65
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
66
|
-
export * from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
67
|
-
export * from "./commands/PutAccountDetailsCommand";
|
|
68
|
-
export * from "./commands/PutAccountSendingAttributesCommand";
|
|
69
|
-
export * from "./commands/PutAccountSuppressionAttributesCommand";
|
|
70
|
-
export * from "./commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
71
|
-
export * from "./commands/PutConfigurationSetReputationOptionsCommand";
|
|
72
|
-
export * from "./commands/PutConfigurationSetSendingOptionsCommand";
|
|
73
|
-
export * from "./commands/PutConfigurationSetSuppressionOptionsCommand";
|
|
74
|
-
export * from "./commands/PutConfigurationSetTrackingOptionsCommand";
|
|
75
|
-
export * from "./commands/PutDedicatedIpInPoolCommand";
|
|
76
|
-
export * from "./commands/PutDedicatedIpWarmupAttributesCommand";
|
|
77
|
-
export * from "./commands/PutDeliverabilityDashboardOptionCommand";
|
|
78
|
-
export * from "./commands/PutEmailIdentityConfigurationSetAttributesCommand";
|
|
79
|
-
export * from "./commands/PutEmailIdentityDkimAttributesCommand";
|
|
80
|
-
export * from "./commands/PutEmailIdentityDkimSigningAttributesCommand";
|
|
81
|
-
export * from "./commands/PutEmailIdentityFeedbackAttributesCommand";
|
|
82
|
-
export * from "./commands/PutEmailIdentityMailFromAttributesCommand";
|
|
83
|
-
export * from "./commands/PutSuppressedDestinationCommand";
|
|
84
|
-
export * from "./commands/SendBulkEmailCommand";
|
|
85
|
-
export * from "./commands/SendCustomVerificationEmailCommand";
|
|
86
|
-
export * from "./commands/SendEmailCommand";
|
|
87
|
-
export * from "./commands/TagResourceCommand";
|
|
88
|
-
export * from "./commands/TestRenderEmailTemplateCommand";
|
|
89
|
-
export * from "./commands/UntagResourceCommand";
|
|
90
|
-
export * from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
91
|
-
export * from "./commands/UpdateContactCommand";
|
|
92
|
-
export * from "./commands/UpdateContactListCommand";
|
|
93
|
-
export * from "./commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
94
|
-
export * from "./commands/UpdateEmailIdentityPolicyCommand";
|
|
95
|
-
export * from "./commands/UpdateEmailTemplateCommand";
|
|
96
|
-
export * from "./pagination/Interfaces";
|
|
97
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./SESv2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "./GetDedicatedIpsPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListConfigurationSetsPaginator";
|
|
4
|
+
export * from "./ListContactListsPaginator";
|
|
5
|
+
export * from "./ListContactsPaginator";
|
|
6
|
+
export * from "./ListCustomVerificationEmailTemplatesPaginator";
|
|
7
|
+
export * from "./ListDedicatedIpPoolsPaginator";
|
|
8
|
+
export * from "./ListDeliverabilityTestReportsPaginator";
|
|
9
|
+
export * from "./ListDomainDeliverabilityCampaignsPaginator";
|
|
10
|
+
export * from "./ListEmailIdentitiesPaginator";
|
|
11
|
+
export * from "./ListEmailTemplatesPaginator";
|
|
12
|
+
export * from "./ListImportJobsPaginator";
|
|
13
|
+
export * from "./ListSuppressedDestinationsPaginator";
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
export * from "./CreateConfigurationSetCommand";
|
|
2
|
+
export * from "./CreateConfigurationSetEventDestinationCommand";
|
|
3
|
+
export * from "./CreateContactCommand";
|
|
4
|
+
export * from "./CreateContactListCommand";
|
|
5
|
+
export * from "./CreateCustomVerificationEmailTemplateCommand";
|
|
6
|
+
export * from "./CreateDedicatedIpPoolCommand";
|
|
7
|
+
export * from "./CreateDeliverabilityTestReportCommand";
|
|
8
|
+
export * from "./CreateEmailIdentityCommand";
|
|
9
|
+
export * from "./CreateEmailIdentityPolicyCommand";
|
|
10
|
+
export * from "./CreateEmailTemplateCommand";
|
|
11
|
+
export * from "./CreateImportJobCommand";
|
|
12
|
+
export * from "./DeleteConfigurationSetCommand";
|
|
13
|
+
export * from "./DeleteConfigurationSetEventDestinationCommand";
|
|
14
|
+
export * from "./DeleteContactCommand";
|
|
15
|
+
export * from "./DeleteContactListCommand";
|
|
16
|
+
export * from "./DeleteCustomVerificationEmailTemplateCommand";
|
|
17
|
+
export * from "./DeleteDedicatedIpPoolCommand";
|
|
18
|
+
export * from "./DeleteEmailIdentityCommand";
|
|
19
|
+
export * from "./DeleteEmailIdentityPolicyCommand";
|
|
20
|
+
export * from "./DeleteEmailTemplateCommand";
|
|
21
|
+
export * from "./DeleteSuppressedDestinationCommand";
|
|
22
|
+
export * from "./GetAccountCommand";
|
|
23
|
+
export * from "./GetBlacklistReportsCommand";
|
|
24
|
+
export * from "./GetConfigurationSetCommand";
|
|
25
|
+
export * from "./GetConfigurationSetEventDestinationsCommand";
|
|
26
|
+
export * from "./GetContactCommand";
|
|
27
|
+
export * from "./GetContactListCommand";
|
|
28
|
+
export * from "./GetCustomVerificationEmailTemplateCommand";
|
|
29
|
+
export * from "./GetDedicatedIpCommand";
|
|
30
|
+
export * from "./GetDedicatedIpsCommand";
|
|
31
|
+
export * from "./GetDeliverabilityDashboardOptionsCommand";
|
|
32
|
+
export * from "./GetDeliverabilityTestReportCommand";
|
|
33
|
+
export * from "./GetDomainDeliverabilityCampaignCommand";
|
|
34
|
+
export * from "./GetDomainStatisticsReportCommand";
|
|
35
|
+
export * from "./GetEmailIdentityCommand";
|
|
36
|
+
export * from "./GetEmailIdentityPoliciesCommand";
|
|
37
|
+
export * from "./GetEmailTemplateCommand";
|
|
38
|
+
export * from "./GetImportJobCommand";
|
|
39
|
+
export * from "./GetSuppressedDestinationCommand";
|
|
40
|
+
export * from "./ListConfigurationSetsCommand";
|
|
41
|
+
export * from "./ListContactListsCommand";
|
|
42
|
+
export * from "./ListContactsCommand";
|
|
43
|
+
export * from "./ListCustomVerificationEmailTemplatesCommand";
|
|
44
|
+
export * from "./ListDedicatedIpPoolsCommand";
|
|
45
|
+
export * from "./ListDeliverabilityTestReportsCommand";
|
|
46
|
+
export * from "./ListDomainDeliverabilityCampaignsCommand";
|
|
47
|
+
export * from "./ListEmailIdentitiesCommand";
|
|
48
|
+
export * from "./ListEmailTemplatesCommand";
|
|
49
|
+
export * from "./ListImportJobsCommand";
|
|
50
|
+
export * from "./ListSuppressedDestinationsCommand";
|
|
51
|
+
export * from "./ListTagsForResourceCommand";
|
|
52
|
+
export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
|
|
53
|
+
export * from "./PutAccountDetailsCommand";
|
|
54
|
+
export * from "./PutAccountSendingAttributesCommand";
|
|
55
|
+
export * from "./PutAccountSuppressionAttributesCommand";
|
|
56
|
+
export * from "./PutConfigurationSetDeliveryOptionsCommand";
|
|
57
|
+
export * from "./PutConfigurationSetReputationOptionsCommand";
|
|
58
|
+
export * from "./PutConfigurationSetSendingOptionsCommand";
|
|
59
|
+
export * from "./PutConfigurationSetSuppressionOptionsCommand";
|
|
60
|
+
export * from "./PutConfigurationSetTrackingOptionsCommand";
|
|
61
|
+
export * from "./PutDedicatedIpInPoolCommand";
|
|
62
|
+
export * from "./PutDedicatedIpWarmupAttributesCommand";
|
|
63
|
+
export * from "./PutDeliverabilityDashboardOptionCommand";
|
|
64
|
+
export * from "./PutEmailIdentityConfigurationSetAttributesCommand";
|
|
65
|
+
export * from "./PutEmailIdentityDkimAttributesCommand";
|
|
66
|
+
export * from "./PutEmailIdentityDkimSigningAttributesCommand";
|
|
67
|
+
export * from "./PutEmailIdentityFeedbackAttributesCommand";
|
|
68
|
+
export * from "./PutEmailIdentityMailFromAttributesCommand";
|
|
69
|
+
export * from "./PutSuppressedDestinationCommand";
|
|
70
|
+
export * from "./SendBulkEmailCommand";
|
|
71
|
+
export * from "./SendCustomVerificationEmailCommand";
|
|
72
|
+
export * from "./SendEmailCommand";
|
|
73
|
+
export * from "./TagResourceCommand";
|
|
74
|
+
export * from "./TestRenderEmailTemplateCommand";
|
|
75
|
+
export * from "./UntagResourceCommand";
|
|
76
|
+
export * from "./UpdateConfigurationSetEventDestinationCommand";
|
|
77
|
+
export * from "./UpdateContactCommand";
|
|
78
|
+
export * from "./UpdateContactListCommand";
|
|
79
|
+
export * from "./UpdateCustomVerificationEmailTemplateCommand";
|
|
80
|
+
export * from "./UpdateEmailIdentityPolicyCommand";
|
|
81
|
+
export * from "./UpdateEmailTemplateCommand";
|
|
@@ -1,97 +1,5 @@
|
|
|
1
|
-
export * from "./SESv2Client";
|
|
2
1
|
export * from "./SESv2";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateCustomVerificationEmailTemplateCommand";
|
|
8
|
-
export * from "./commands/CreateDedicatedIpPoolCommand";
|
|
9
|
-
export * from "./commands/CreateDeliverabilityTestReportCommand";
|
|
10
|
-
export * from "./commands/CreateEmailIdentityCommand";
|
|
11
|
-
export * from "./commands/CreateEmailIdentityPolicyCommand";
|
|
12
|
-
export * from "./commands/CreateEmailTemplateCommand";
|
|
13
|
-
export * from "./commands/CreateImportJobCommand";
|
|
14
|
-
export * from "./commands/DeleteConfigurationSetCommand";
|
|
15
|
-
export * from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
16
|
-
export * from "./commands/DeleteContactCommand";
|
|
17
|
-
export * from "./commands/DeleteContactListCommand";
|
|
18
|
-
export * from "./commands/DeleteCustomVerificationEmailTemplateCommand";
|
|
19
|
-
export * from "./commands/DeleteDedicatedIpPoolCommand";
|
|
20
|
-
export * from "./commands/DeleteEmailIdentityCommand";
|
|
21
|
-
export * from "./commands/DeleteEmailIdentityPolicyCommand";
|
|
22
|
-
export * from "./commands/DeleteEmailTemplateCommand";
|
|
23
|
-
export * from "./commands/DeleteSuppressedDestinationCommand";
|
|
24
|
-
export * from "./commands/GetAccountCommand";
|
|
25
|
-
export * from "./commands/GetBlacklistReportsCommand";
|
|
26
|
-
export * from "./commands/GetConfigurationSetCommand";
|
|
27
|
-
export * from "./commands/GetConfigurationSetEventDestinationsCommand";
|
|
28
|
-
export * from "./commands/GetContactCommand";
|
|
29
|
-
export * from "./commands/GetContactListCommand";
|
|
30
|
-
export * from "./commands/GetCustomVerificationEmailTemplateCommand";
|
|
31
|
-
export * from "./commands/GetDedicatedIpCommand";
|
|
32
|
-
export * from "./commands/GetDedicatedIpsCommand";
|
|
33
|
-
export * from "./pagination/GetDedicatedIpsPaginator";
|
|
34
|
-
export * from "./commands/GetDeliverabilityDashboardOptionsCommand";
|
|
35
|
-
export * from "./commands/GetDeliverabilityTestReportCommand";
|
|
36
|
-
export * from "./commands/GetDomainDeliverabilityCampaignCommand";
|
|
37
|
-
export * from "./commands/GetDomainStatisticsReportCommand";
|
|
38
|
-
export * from "./commands/GetEmailIdentityCommand";
|
|
39
|
-
export * from "./commands/GetEmailIdentityPoliciesCommand";
|
|
40
|
-
export * from "./commands/GetEmailTemplateCommand";
|
|
41
|
-
export * from "./commands/GetImportJobCommand";
|
|
42
|
-
export * from "./commands/GetSuppressedDestinationCommand";
|
|
43
|
-
export * from "./commands/ListConfigurationSetsCommand";
|
|
44
|
-
export * from "./pagination/ListConfigurationSetsPaginator";
|
|
45
|
-
export * from "./commands/ListContactListsCommand";
|
|
46
|
-
export * from "./pagination/ListContactListsPaginator";
|
|
47
|
-
export * from "./commands/ListContactsCommand";
|
|
48
|
-
export * from "./pagination/ListContactsPaginator";
|
|
49
|
-
export * from "./commands/ListCustomVerificationEmailTemplatesCommand";
|
|
50
|
-
export * from "./pagination/ListCustomVerificationEmailTemplatesPaginator";
|
|
51
|
-
export * from "./commands/ListDedicatedIpPoolsCommand";
|
|
52
|
-
export * from "./pagination/ListDedicatedIpPoolsPaginator";
|
|
53
|
-
export * from "./commands/ListDeliverabilityTestReportsCommand";
|
|
54
|
-
export * from "./pagination/ListDeliverabilityTestReportsPaginator";
|
|
55
|
-
export * from "./commands/ListDomainDeliverabilityCampaignsCommand";
|
|
56
|
-
export * from "./pagination/ListDomainDeliverabilityCampaignsPaginator";
|
|
57
|
-
export * from "./commands/ListEmailIdentitiesCommand";
|
|
58
|
-
export * from "./pagination/ListEmailIdentitiesPaginator";
|
|
59
|
-
export * from "./commands/ListEmailTemplatesCommand";
|
|
60
|
-
export * from "./pagination/ListEmailTemplatesPaginator";
|
|
61
|
-
export * from "./commands/ListImportJobsCommand";
|
|
62
|
-
export * from "./pagination/ListImportJobsPaginator";
|
|
63
|
-
export * from "./commands/ListSuppressedDestinationsCommand";
|
|
64
|
-
export * from "./pagination/ListSuppressedDestinationsPaginator";
|
|
65
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
66
|
-
export * from "./commands/PutAccountDedicatedIpWarmupAttributesCommand";
|
|
67
|
-
export * from "./commands/PutAccountDetailsCommand";
|
|
68
|
-
export * from "./commands/PutAccountSendingAttributesCommand";
|
|
69
|
-
export * from "./commands/PutAccountSuppressionAttributesCommand";
|
|
70
|
-
export * from "./commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
71
|
-
export * from "./commands/PutConfigurationSetReputationOptionsCommand";
|
|
72
|
-
export * from "./commands/PutConfigurationSetSendingOptionsCommand";
|
|
73
|
-
export * from "./commands/PutConfigurationSetSuppressionOptionsCommand";
|
|
74
|
-
export * from "./commands/PutConfigurationSetTrackingOptionsCommand";
|
|
75
|
-
export * from "./commands/PutDedicatedIpInPoolCommand";
|
|
76
|
-
export * from "./commands/PutDedicatedIpWarmupAttributesCommand";
|
|
77
|
-
export * from "./commands/PutDeliverabilityDashboardOptionCommand";
|
|
78
|
-
export * from "./commands/PutEmailIdentityConfigurationSetAttributesCommand";
|
|
79
|
-
export * from "./commands/PutEmailIdentityDkimAttributesCommand";
|
|
80
|
-
export * from "./commands/PutEmailIdentityDkimSigningAttributesCommand";
|
|
81
|
-
export * from "./commands/PutEmailIdentityFeedbackAttributesCommand";
|
|
82
|
-
export * from "./commands/PutEmailIdentityMailFromAttributesCommand";
|
|
83
|
-
export * from "./commands/PutSuppressedDestinationCommand";
|
|
84
|
-
export * from "./commands/SendBulkEmailCommand";
|
|
85
|
-
export * from "./commands/SendCustomVerificationEmailCommand";
|
|
86
|
-
export * from "./commands/SendEmailCommand";
|
|
87
|
-
export * from "./commands/TagResourceCommand";
|
|
88
|
-
export * from "./commands/TestRenderEmailTemplateCommand";
|
|
89
|
-
export * from "./commands/UntagResourceCommand";
|
|
90
|
-
export * from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
91
|
-
export * from "./commands/UpdateContactCommand";
|
|
92
|
-
export * from "./commands/UpdateContactListCommand";
|
|
93
|
-
export * from "./commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
94
|
-
export * from "./commands/UpdateEmailIdentityPolicyCommand";
|
|
95
|
-
export * from "./commands/UpdateEmailTemplateCommand";
|
|
96
|
-
export * from "./pagination/Interfaces";
|
|
97
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./SESv2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "./GetDedicatedIpsPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListConfigurationSetsPaginator";
|
|
4
|
+
export * from "./ListContactListsPaginator";
|
|
5
|
+
export * from "./ListContactsPaginator";
|
|
6
|
+
export * from "./ListCustomVerificationEmailTemplatesPaginator";
|
|
7
|
+
export * from "./ListDedicatedIpPoolsPaginator";
|
|
8
|
+
export * from "./ListDeliverabilityTestReportsPaginator";
|
|
9
|
+
export * from "./ListDomainDeliverabilityCampaignsPaginator";
|
|
10
|
+
export * from "./ListEmailIdentitiesPaginator";
|
|
11
|
+
export * from "./ListEmailTemplatesPaginator";
|
|
12
|
+
export * from "./ListImportJobsPaginator";
|
|
13
|
+
export * from "./ListSuppressedDestinationsPaginator";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sesv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"downlevel-dts": "0.7.0",
|
|
58
58
|
"jest": "^26.1.0",
|