@aws-sdk/client-ses 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/CloneReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.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/DeleteConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetSendQuotaCommand.d.ts +1 -1
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/SendBounceCommand.d.ts +1 -1
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendRawEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +1 -1
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +1 -1
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +1 -1
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +1 -1
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +1 -1
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/VerifyEmailIdentityCommand.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-ses
|
|
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-ses
|
|
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": {
|
|
@@ -25,7 +25,7 @@ export interface CloneReceiptRuleSetCommandOutput extends CloneReceiptRuleSetRes
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CloneReceiptRuleSetCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CloneReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class CloneReceiptRuleSetCommand extends $Command<CloneReceiptRuleSetCommandInput, CloneReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -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 SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class CreateConfigurationSetCommand extends $Command<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link CreateConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link CreateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class CreateConfigurationSetEventDestinationCommand extends $Command<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface CreateConfigurationSetTrackingOptionsCommandOutput extends Crea
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link CreateConfigurationSetTrackingOptionsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link CreateConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class CreateConfigurationSetTrackingOptionsCommand extends $Command<CreateConfigurationSetTrackingOptionsCommandInput, CreateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateCustomVerificationEmailTemplateCommandOutput extends __Me
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateCustomVerificationEmailTemplateCommand extends $Command<CreateCustomVerificationEmailTemplateCommandInput, CreateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface CreateReceiptFilterCommandOutput extends CreateReceiptFilterRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link CreateReceiptFilterCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link CreateReceiptFilterCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class CreateReceiptFilterCommand extends $Command<CreateReceiptFilterCommandInput, CreateReceiptFilterCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateReceiptRuleCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateReceiptRuleCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateReceiptRuleCommand extends $Command<CreateReceiptRuleCommandInput, CreateReceiptRuleCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateReceiptRuleSetCommandOutput extends CreateReceiptRuleSetR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateReceiptRuleSetCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateReceiptRuleSetCommand extends $Command<CreateReceiptRuleSetCommandInput, CreateReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateTemplateCommand extends $Command<CreateTemplateCommandInput, CreateTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteConfigurationSetCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteConfigurationSetCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteConfigurationSetCommand extends $Command<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteConfigurationSetEventDestinationCommand extends $Command<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface DeleteConfigurationSetTrackingOptionsCommandOutput extends Dele
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DeleteConfigurationSetTrackingOptionsCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DeleteConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DeleteConfigurationSetTrackingOptionsCommand extends $Command<DeleteConfigurationSetTrackingOptionsCommandInput, DeleteConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteCustomVerificationEmailTemplateCommandOutput extends __Me
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteCustomVerificationEmailTemplateCommand extends $Command<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteIdentityCommandOutput extends DeleteIdentityResponse, __M
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteIdentityCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteIdentityCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteIdentityCommand extends $Command<DeleteIdentityCommandInput, DeleteIdentityCommandOutput, SESClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface DeleteIdentityPolicyCommandOutput extends DeleteIdentityPolicyR
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link DeleteIdentityPolicyCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link DeleteIdentityPolicyCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class DeleteIdentityPolicyCommand extends $Command<DeleteIdentityPolicyCommandInput, DeleteIdentityPolicyCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteReceiptFilterCommandOutput extends DeleteReceiptFilterRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteReceiptFilterCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteReceiptFilterCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteReceiptFilterCommand extends $Command<DeleteReceiptFilterCommandInput, DeleteReceiptFilterCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteReceiptRuleCommandOutput extends DeleteReceiptRuleRespons
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteReceiptRuleCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteReceiptRuleCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteReceiptRuleCommand extends $Command<DeleteReceiptRuleCommandInput, DeleteReceiptRuleCommandOutput, SESClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteReceiptRuleSetCommandOutput extends DeleteReceiptRuleSetR
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteReceiptRuleSetCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DeleteReceiptRuleSetCommand extends $Command<DeleteReceiptRuleSetCommandInput, DeleteReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteTemplateCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteTemplateCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteTemplateCommand extends $Command<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteVerifiedEmailAddressCommandOutput extends __MetadataBeare
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteVerifiedEmailAddressCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteVerifiedEmailAddressCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteVerifiedEmailAddressCommand extends $Command<DeleteVerifiedEmailAddressCommandInput, DeleteVerifiedEmailAddressCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeActiveReceiptRuleSetCommandOutput extends DescribeActiv
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeActiveReceiptRuleSetCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeActiveReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeActiveReceiptRuleSetCommand extends $Command<DescribeActiveReceiptRuleSetCommandInput, DescribeActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeConfigurationSetCommandOutput extends DescribeConfigura
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeConfigurationSetCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeConfigurationSetCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeConfigurationSetCommand extends $Command<DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeReceiptRuleCommandOutput extends DescribeReceiptRuleRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeReceiptRuleCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeReceiptRuleCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeReceiptRuleCommand extends $Command<DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeReceiptRuleSetCommandOutput extends DescribeReceiptRule
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeReceiptRuleSetCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeReceiptRuleSetCommand extends $Command<DescribeReceiptRuleSetCommandInput, DescribeReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetAccountSendingEnabledCommandOutput extends GetAccountSending
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetAccountSendingEnabledCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetAccountSendingEnabledCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetAccountSendingEnabledCommand extends $Command<GetAccountSendingEnabledCommandInput, GetAccountSendingEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface GetCustomVerificationEmailTemplateCommandOutput extends GetCust
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetCustomVerificationEmailTemplateCommand extends $Command<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface GetIdentityDkimAttributesCommandOutput extends GetIdentityDkimA
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link GetIdentityDkimAttributesCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link GetIdentityDkimAttributesCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class GetIdentityDkimAttributesCommand extends $Command<GetIdentityDkimAttributesCommandInput, GetIdentityDkimAttributesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetIdentityMailFromDomainAttributesCommandOutput extends GetIde
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetIdentityMailFromDomainAttributesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetIdentityMailFromDomainAttributesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetIdentityMailFromDomainAttributesCommand extends $Command<GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetIdentityNotificationAttributesCommandOutput extends GetIdent
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetIdentityNotificationAttributesCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetIdentityNotificationAttributesCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class GetIdentityNotificationAttributesCommand extends $Command<GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface GetIdentityPoliciesCommandOutput extends GetIdentityPoliciesRes
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link GetIdentityPoliciesCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link GetIdentityPoliciesCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class GetIdentityPoliciesCommand extends $Command<GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface GetIdentityVerificationAttributesCommandOutput extends GetIdent
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link GetIdentityVerificationAttributesCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link GetIdentityVerificationAttributesCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class GetIdentityVerificationAttributesCommand extends $Command<GetIdentityVerificationAttributesCommandInput, GetIdentityVerificationAttributesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetSendQuotaCommandOutput extends GetSendQuotaResponse, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetSendQuotaCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetSendQuotaCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetSendQuotaCommand extends $Command<GetSendQuotaCommandInput, GetSendQuotaCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetSendStatisticsCommandOutput extends GetSendStatisticsRespons
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetSendStatisticsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetSendStatisticsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetSendStatisticsCommand extends $Command<GetSendStatisticsCommandInput, GetSendStatisticsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetTemplateCommandOutput extends GetTemplateResponse, __Metadat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetTemplateCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetTemplateCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class GetTemplateCommand extends $Command<GetTemplateCommandInput, GetTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link ListConfigurationSetsCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link ListConfigurationSetsCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class ListConfigurationSetsCommand extends $Command<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListCustomVerificationEmailTemplatesCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListCustomVerificationEmailTemplatesCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __M
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListIdentitiesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListIdentitiesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListIdentitiesCommand extends $Command<ListIdentitiesCommandInput, ListIdentitiesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesR
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link ListIdentityPoliciesCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link ListIdentityPoliciesCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class ListIdentityPoliciesCommand extends $Command<ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersRespo
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListReceiptFiltersCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListReceiptFiltersCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListReceiptFiltersCommand extends $Command<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput, SESClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsRes
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListReceiptRuleSetsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListReceiptRuleSetsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListReceiptRuleSetsCommand extends $Command<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListTemplatesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListTemplatesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEma
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListVerifiedEmailAddressesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListVerifiedEmailAddressesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListVerifiedEmailAddressesCommand extends $Command<ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutConfigurationSetDeliveryOptionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutConfigurationSetDeliveryOptionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyRespons
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link PutIdentityPolicyCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link PutIdentityPolicyCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class PutIdentityPolicyCommand extends $Command<PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput, SESClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSe
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ReorderReceiptRuleSetCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ReorderReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ReorderReceiptRuleSetCommand extends $Command<ReorderReceiptRuleSetCommandInput, ReorderReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataB
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link SendBounceCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link SendBounceCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class SendBounceCommand extends $Command<SendBounceCommandInput, SendBounceCommandOutput, SESClientResolvedConfig> {
|
|
@@ -62,7 +62,7 @@ export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEm
|
|
|
62
62
|
*
|
|
63
63
|
* @see {@link SendBulkTemplatedEmailCommandInput} for command's `input` shape.
|
|
64
64
|
* @see {@link SendBulkTemplatedEmailCommandOutput} for command's `response` shape.
|
|
65
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
65
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
export declare class SendBulkTemplatedEmailCommand extends $Command<SendBulkTemplatedEmailCommandInput, SendBulkTemplatedEmailCommandOutput, SESClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link SendCustomVerificationEmailCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link SendCustomVerificationEmailCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class SendCustomVerificationEmailCommand extends $Command<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESClientResolvedConfig> {
|
|
@@ -64,7 +64,7 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
|
|
|
64
64
|
*
|
|
65
65
|
* @see {@link SendEmailCommandInput} for command's `input` shape.
|
|
66
66
|
* @see {@link SendEmailCommandOutput} for command's `response` shape.
|
|
67
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
67
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
export declare class SendEmailCommand extends $Command<SendEmailCommandInput, SendEmailCommandOutput, SESClientResolvedConfig> {
|
|
@@ -128,7 +128,7 @@ export interface SendRawEmailCommandOutput extends SendRawEmailResponse, __Metad
|
|
|
128
128
|
*
|
|
129
129
|
* @see {@link SendRawEmailCommandInput} for command's `input` shape.
|
|
130
130
|
* @see {@link SendRawEmailCommandOutput} for command's `response` shape.
|
|
131
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
131
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
132
132
|
*
|
|
133
133
|
*/
|
|
134
134
|
export declare class SendRawEmailCommand extends $Command<SendRawEmailCommandInput, SendRawEmailCommandOutput, SESClientResolvedConfig> {
|
|
@@ -69,7 +69,7 @@ export interface SendTemplatedEmailCommandOutput extends SendTemplatedEmailRespo
|
|
|
69
69
|
*
|
|
70
70
|
* @see {@link SendTemplatedEmailCommandInput} for command's `input` shape.
|
|
71
71
|
* @see {@link SendTemplatedEmailCommandOutput} for command's `response` shape.
|
|
72
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
72
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
73
73
|
*
|
|
74
74
|
*/
|
|
75
75
|
export declare class SendTemplatedEmailCommand extends $Command<SendTemplatedEmailCommandInput, SendTemplatedEmailCommandOutput, SESClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface SetActiveReceiptRuleSetCommandOutput extends SetActiveReceiptRu
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link SetActiveReceiptRuleSetCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link SetActiveReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class SetActiveReceiptRuleSetCommand extends $Command<SetActiveReceiptRuleSetCommandInput, SetActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface SetIdentityDkimEnabledCommandOutput extends SetIdentityDkimEnab
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link SetIdentityDkimEnabledCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link SetIdentityDkimEnabledCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class SetIdentityDkimEnabledCommand extends $Command<SetIdentityDkimEnabledCommandInput, SetIdentityDkimEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface SetIdentityFeedbackForwardingEnabledCommandOutput extends SetId
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link SetIdentityFeedbackForwardingEnabledCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link SetIdentityFeedbackForwardingEnabledCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class SetIdentityFeedbackForwardingEnabledCommand extends $Command<SetIdentityFeedbackForwardingEnabledCommandInput, SetIdentityFeedbackForwardingEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface SetIdentityHeadersInNotificationsEnabledCommandOutput extends S
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link SetIdentityHeadersInNotificationsEnabledCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link SetIdentityHeadersInNotificationsEnabledCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class SetIdentityHeadersInNotificationsEnabledCommand extends $Command<SetIdentityHeadersInNotificationsEnabledCommandInput, SetIdentityHeadersInNotificationsEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface SetIdentityMailFromDomainCommandOutput extends SetIdentityMailF
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link SetIdentityMailFromDomainCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link SetIdentityMailFromDomainCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class SetIdentityMailFromDomainCommand extends $Command<SetIdentityMailFromDomainCommandInput, SetIdentityMailFromDomainCommandOutput, SESClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface SetIdentityNotificationTopicCommandOutput extends SetIdentityNo
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link SetIdentityNotificationTopicCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link SetIdentityNotificationTopicCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class SetIdentityNotificationTopicCommand extends $Command<SetIdentityNotificationTopicCommandInput, SetIdentityNotificationTopicCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface SetReceiptRulePositionCommandOutput extends SetReceiptRulePosit
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link SetReceiptRulePositionCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link SetReceiptRulePositionCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class SetReceiptRulePositionCommand extends $Command<SetReceiptRulePositionCommandInput, SetReceiptRulePositionCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface TestRenderTemplateCommandOutput extends TestRenderTemplateRespo
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link TestRenderTemplateCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link TestRenderTemplateCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class TestRenderTemplateCommand extends $Command<TestRenderTemplateCommandInput, TestRenderTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface UpdateAccountSendingEnabledCommandOutput extends __MetadataBear
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link UpdateAccountSendingEnabledCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link UpdateAccountSendingEnabledCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class UpdateAccountSendingEnabledCommand extends $Command<UpdateAccountSendingEnabledCommandInput, UpdateAccountSendingEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link UpdateConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link UpdateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface UpdateConfigurationSetReputationMetricsEnabledCommandOutput ext
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link UpdateConfigurationSetReputationMetricsEnabledCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link UpdateConfigurationSetReputationMetricsEnabledCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Command<UpdateConfigurationSetReputationMetricsEnabledCommandInput, UpdateConfigurationSetReputationMetricsEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface UpdateConfigurationSetSendingEnabledCommandOutput extends __Met
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link UpdateConfigurationSetSendingEnabledCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link UpdateConfigurationSetSendingEnabledCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class UpdateConfigurationSetSendingEnabledCommand extends $Command<UpdateConfigurationSetSendingEnabledCommandInput, UpdateConfigurationSetSendingEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface UpdateConfigurationSetTrackingOptionsCommandOutput extends Upda
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link UpdateConfigurationSetTrackingOptionsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link UpdateConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class UpdateConfigurationSetTrackingOptionsCommand extends $Command<UpdateConfigurationSetTrackingOptionsCommandInput, UpdateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateCustomVerificationEmailTemplateCommandOutput extends __Me
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateCustomVerificationEmailTemplateCommand extends $Command<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateReceiptRuleCommandOutput extends UpdateReceiptRuleRespons
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateReceiptRuleCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateReceiptRuleCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateReceiptRuleCommand extends $Command<UpdateReceiptRuleCommandInput, UpdateReceiptRuleCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateTemplateCommand extends $Command<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -58,7 +58,7 @@ export interface VerifyDomainDkimCommandOutput extends VerifyDomainDkimResponse,
|
|
|
58
58
|
*
|
|
59
59
|
* @see {@link VerifyDomainDkimCommandInput} for command's `input` shape.
|
|
60
60
|
* @see {@link VerifyDomainDkimCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
61
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
export declare class VerifyDomainDkimCommand extends $Command<VerifyDomainDkimCommandInput, VerifyDomainDkimCommandOutput, SESClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface VerifyDomainIdentityCommandOutput extends VerifyDomainIdentityR
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link VerifyDomainIdentityCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link VerifyDomainIdentityCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class VerifyDomainIdentityCommand extends $Command<VerifyDomainIdentityCommandInput, VerifyDomainIdentityCommandOutput, SESClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface VerifyEmailAddressCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link VerifyEmailAddressCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link VerifyEmailAddressCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class VerifyEmailAddressCommand extends $Command<VerifyEmailAddressCommandInput, VerifyEmailAddressCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface VerifyEmailIdentityCommandOutput extends VerifyEmailIdentityRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link VerifyEmailIdentityCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link VerifyEmailIdentityCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class VerifyEmailIdentityCommand extends $Command<VerifyEmailIdentityCommandInput, VerifyEmailIdentityCommandOutput, SESClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ses",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.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",
|