@aws-sdk/client-pinpoint-email 3.40.0 → 3.45.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 +38 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +1 -1
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +1 -1
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +1 -1
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +1 -1
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +1 -1
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +1 -1
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +1 -1
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +1 -1
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -1
- package/dist-types/commands/SendEmailCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-pinpoint-email
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-pinpoint-email
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
45
|
|
|
8
46
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -27,6 +27,7 @@ const partitionHash = {
|
|
|
27
27
|
"ap-south-1",
|
|
28
28
|
"ap-southeast-1",
|
|
29
29
|
"ap-southeast-2",
|
|
30
|
+
"ap-southeast-3",
|
|
30
31
|
"ca-central-1",
|
|
31
32
|
"eu-central-1",
|
|
32
33
|
"eu-north-1",
|
|
@@ -91,6 +92,10 @@ const partitionHash = {
|
|
|
91
92
|
hostname: "email.{region}.c2s.ic.gov",
|
|
92
93
|
tags: [],
|
|
93
94
|
},
|
|
95
|
+
{
|
|
96
|
+
hostname: "email-fips.{region}.c2s.ic.gov",
|
|
97
|
+
tags: ["fips"],
|
|
98
|
+
},
|
|
94
99
|
],
|
|
95
100
|
},
|
|
96
101
|
"aws-iso-b": {
|
|
@@ -101,6 +106,10 @@ const partitionHash = {
|
|
|
101
106
|
hostname: "email.{region}.sc2s.sgov.gov",
|
|
102
107
|
tags: [],
|
|
103
108
|
},
|
|
109
|
+
{
|
|
110
|
+
hostname: "email-fips.{region}.sc2s.sgov.gov",
|
|
111
|
+
tags: ["fips"],
|
|
112
|
+
},
|
|
104
113
|
],
|
|
105
114
|
},
|
|
106
115
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -25,6 +25,7 @@ var partitionHash = {
|
|
|
25
25
|
"ap-south-1",
|
|
26
26
|
"ap-southeast-1",
|
|
27
27
|
"ap-southeast-2",
|
|
28
|
+
"ap-southeast-3",
|
|
28
29
|
"ca-central-1",
|
|
29
30
|
"eu-central-1",
|
|
30
31
|
"eu-north-1",
|
|
@@ -89,6 +90,10 @@ var partitionHash = {
|
|
|
89
90
|
hostname: "email.{region}.c2s.ic.gov",
|
|
90
91
|
tags: [],
|
|
91
92
|
},
|
|
93
|
+
{
|
|
94
|
+
hostname: "email-fips.{region}.c2s.ic.gov",
|
|
95
|
+
tags: ["fips"],
|
|
96
|
+
},
|
|
92
97
|
],
|
|
93
98
|
},
|
|
94
99
|
"aws-iso-b": {
|
|
@@ -99,6 +104,10 @@ var partitionHash = {
|
|
|
99
104
|
hostname: "email.{region}.sc2s.sgov.gov",
|
|
100
105
|
tags: [],
|
|
101
106
|
},
|
|
107
|
+
{
|
|
108
|
+
hostname: "email-fips.{region}.sc2s.sgov.gov",
|
|
109
|
+
tags: ["fips"],
|
|
110
|
+
},
|
|
102
111
|
],
|
|
103
112
|
},
|
|
104
113
|
"aws-us-gov": {
|
|
@@ -24,7 +24,7 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link CreateConfigurationSetCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link CreateConfigurationSetCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class CreateConfigurationSetCommand extends $Command<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link CreateConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link CreateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class CreateConfigurationSetEventDestinationCommand extends $Command<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoo
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateDedicatedIpPoolCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateDedicatedIpPoolCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateDedicatedIpPoolCommand extends $Command<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliv
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link CreateDeliverabilityTestReportCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link CreateDeliverabilityTestReportCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class CreateDeliverabilityTestReportCommand extends $Command<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityRes
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link CreateEmailIdentityCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link CreateEmailIdentityCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class CreateEmailIdentityCommand extends $Command<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DeleteConfigurationSetCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DeleteConfigurationSetCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DeleteConfigurationSetCommand extends $Command<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DeleteConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DeleteConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DeleteConfigurationSetEventDestinationCommand extends $Command<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDedicatedIpPoolCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDedicatedIpPoolCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDedicatedIpPoolCommand extends $Command<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteEmailIdentityCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteEmailIdentityCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteEmailIdentityCommand extends $Command<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetAccountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetAccountCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetAccountCommand extends $Command<GetAccountCommandInput, GetAccountCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBlacklistReportsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBlacklistReportsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetBlacklistReportsCommand extends $Command<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface GetConfigurationSetCommandOutput extends GetConfigurationSetRes
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link GetConfigurationSetCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link GetConfigurationSetCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class GetConfigurationSetCommand extends $Command<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetConfigurationSetEventDestinationsCommandOutput extends GetCo
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetConfigurationSetEventDestinationsCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetConfigurationSetEventDestinationsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetConfigurationSetEventDestinationsCommand extends $Command<GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetDedicatedIpCommandOutput extends GetDedicatedIpResponse, __M
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetDedicatedIpCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetDedicatedIpCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetDedicatedIpCommand extends $Command<GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetDedicatedIpsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetDedicatedIpsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetDedicatedIpsCommand extends $Command<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetDeliverabilityDashboardOptionsCommandOutput extends GetDeliv
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetDeliverabilityDashboardOptionsCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetDeliverabilityDashboardOptionsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class GetDeliverabilityDashboardOptionsCommand extends $Command<GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeliverabilityTestReportCommandOutput extends GetDeliverabil
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeliverabilityTestReportCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeliverabilityTestReportCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeliverabilityTestReportCommand extends $Command<GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetDomainDeliverabilityCampaignCommandOutput extends GetDomainD
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetDomainDeliverabilityCampaignCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetDomainDeliverabilityCampaignCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetDomainDeliverabilityCampaignCommand extends $Command<GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatist
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetDomainStatisticsReportCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetDomainStatisticsReportCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetDomainStatisticsReportCommand extends $Command<GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse,
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetEmailIdentityCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetEmailIdentityCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetEmailIdentityCommand extends $Command<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link ListConfigurationSetsCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link ListConfigurationSetsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class ListConfigurationSetsCommand extends $Command<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListDedicatedIpPoolsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListDedicatedIpPoolsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListDedicatedIpPoolsCommand extends $Command<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListDeliverabilityTestReportsCommandOutput extends ListDelivera
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListDeliverabilityTestReportsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListDeliverabilityTestReportsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListDeliverabilityTestReportsCommand extends $Command<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDoma
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListDomainDeliverabilityCampaignsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListDomainDeliverabilityCampaignsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListDomainDeliverabilityCampaignsCommand extends $Command<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListEmailIdentitiesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListEmailIdentitiesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListEmailIdentitiesCommand extends $Command<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutA
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutAccountDedicatedIpWarmupAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutAccountDedicatedIpWarmupAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutAccountDedicatedIpWarmupAttributesCommand extends $Command<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutAccountSendingAttributesCommandOutput extends PutAccountSend
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutAccountSendingAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutAccountSendingAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutAccountSendingAttributesCommand extends $Command<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutConfigurationSetDeliveryOptionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutConfigurationSetDeliveryOptionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutConfigurationSetReputationOptionsCommandOutput extends PutCo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutConfigurationSetReputationOptionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutConfigurationSetReputationOptionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutConfigurationSetReputationOptionsCommand extends $Command<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfi
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutConfigurationSetSendingOptionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutConfigurationSetSendingOptionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutConfigurationSetSendingOptionsCommand extends $Command<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConf
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutConfigurationSetTrackingOptionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutConfigurationSetTrackingOptionsCommand extends $Command<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolR
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link PutDedicatedIpInPoolCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link PutDedicatedIpInPoolCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class PutDedicatedIpInPoolCommand extends $Command<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicate
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutDedicatedIpWarmupAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutDedicatedIpWarmupAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutDedicatedIpWarmupAttributesCommand extends $Command<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface PutDeliverabilityDashboardOptionCommandOutput extends PutDelive
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link PutDeliverabilityDashboardOptionCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link PutDeliverabilityDashboardOptionCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class PutDeliverabilityDashboardOptionCommand extends $Command<PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutEmailIdentityDkimAttributesCommandOutput extends PutEmailIde
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutEmailIdentityDkimAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutEmailIdentityDkimAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutEmailIdentityDkimAttributesCommand extends $Command<PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmai
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link PutEmailIdentityFeedbackAttributesCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link PutEmailIdentityFeedbackAttributesCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class PutEmailIdentityFeedbackAttributesCommand extends $Command<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmai
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutEmailIdentityMailFromAttributesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutEmailIdentityMailFromAttributesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutEmailIdentityMailFromAttributesCommand extends $Command<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -37,7 +37,7 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link SendEmailCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link SendEmailCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
40
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
export declare class SendEmailCommand extends $Command<SendEmailCommandInput, SendEmailCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, PinpointEmailClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link UpdateConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link UpdateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link PinpointEmailClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pinpoint-email",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pinpoint Email Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.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,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|