@aws-sdk/client-sesv2 3.325.0 → 3.327.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/dist-types/commands/BatchGetMetricDataCommand.d.ts +23 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +4 -0
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -0
- package/dist-types/commands/CreateContactCommand.d.ts +4 -0
- package/dist-types/commands/CreateContactListCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -0
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +4 -0
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +7 -0
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +18 -0
- package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +4 -0
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +4 -0
- package/dist-types/commands/CreateImportJobCommand.d.ts +6 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContactCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContactListCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +4 -0
- package/dist-types/commands/GetAccountCommand.d.ts +41 -0
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +14 -0
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +39 -0
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +33 -0
- package/dist-types/commands/GetContactCommand.d.ts +23 -0
- package/dist-types/commands/GetContactListCommand.d.ts +23 -0
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +11 -0
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +11 -0
- package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +9 -0
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +14 -0
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +32 -0
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +39 -0
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +25 -0
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +43 -0
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +35 -0
- package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +8 -0
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +11 -0
- package/dist-types/commands/GetImportJobCommand.d.ts +28 -0
- package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +14 -0
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +9 -0
- package/dist-types/commands/ListContactListsCommand.d.ts +12 -0
- package/dist-types/commands/ListContactsCommand.d.ts +25 -0
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +15 -0
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +9 -0
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +28 -0
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +14 -0
- package/dist-types/commands/ListEmailTemplatesCommand.d.ts +12 -0
- package/dist-types/commands/ListImportJobsCommand.d.ts +24 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +17 -0
- package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +4 -0
- package/dist-types/commands/PutAccountDetailsCommand.d.ts +4 -0
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +4 -0
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +4 -0
- package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +4 -0
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -0
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +4 -0
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +4 -0
- package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +4 -0
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +4 -0
- package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +4 -0
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +4 -0
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +4 -0
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +4 -0
- package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +4 -0
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +4 -0
- package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +9 -0
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +4 -0
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +4 -0
- package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +4 -0
- package/dist-types/commands/SendBulkEmailCommand.d.ts +12 -0
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +6 -0
- package/dist-types/commands/SendEmailCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +4 -0
- package/dist-types/commands/UpdateContactListCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +4 -0
- package/package.json +7 -7
|
@@ -34,6 +34,8 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmai
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new PutEmailIdentityMailFromAttributesCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param PutEmailIdentityMailFromAttributesCommandInput - {@link PutEmailIdentityMailFromAttributesCommandInput}
|
|
@@ -51,6 +53,8 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmai
|
|
|
51
53
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
52
54
|
* <p>Too many requests have been made to the operation.</p>
|
|
53
55
|
*
|
|
56
|
+
* @throws {@link SESv2ServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
54
58
|
*
|
|
55
59
|
*/
|
|
56
60
|
export declare class PutEmailIdentityMailFromAttributesCommand extends $Command<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface PutSuppressedDestinationCommandOutput extends PutSuppressedDest
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new PutSuppressedDestinationCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param PutSuppressedDestinationCommandInput - {@link PutSuppressedDestinationCommandInput}
|
|
@@ -46,6 +48,8 @@ export interface PutSuppressedDestinationCommandOutput extends PutSuppressedDest
|
|
|
46
48
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
47
49
|
* <p>Too many requests have been made to the operation.</p>
|
|
48
50
|
*
|
|
51
|
+
* @throws {@link SESv2ServiceException}
|
|
52
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
49
53
|
*
|
|
50
54
|
*/
|
|
51
55
|
export declare class PutSuppressedDestinationCommand extends $Command<PutSuppressedDestinationCommandInput, PutSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -77,6 +77,16 @@ export interface SendBulkEmailCommandOutput extends SendBulkEmailResponse, __Met
|
|
|
77
77
|
* };
|
|
78
78
|
* const command = new SendBulkEmailCommand(input);
|
|
79
79
|
* const response = await client.send(command);
|
|
80
|
+
* // { // SendBulkEmailResponse
|
|
81
|
+
* // BulkEmailEntryResults: [ // BulkEmailEntryResultList // required
|
|
82
|
+
* // { // BulkEmailEntryResult
|
|
83
|
+
* // Status: "SUCCESS" || "MESSAGE_REJECTED" || "MAIL_FROM_DOMAIN_NOT_VERIFIED" || "CONFIGURATION_SET_NOT_FOUND" || "TEMPLATE_NOT_FOUND" || "ACCOUNT_SUSPENDED" || "ACCOUNT_THROTTLED" || "ACCOUNT_DAILY_QUOTA_EXCEEDED" || "INVALID_SENDING_POOL_NAME" || "ACCOUNT_SENDING_PAUSED" || "CONFIGURATION_SET_SENDING_PAUSED" || "INVALID_PARAMETER" || "TRANSIENT_FAILURE" || "FAILED",
|
|
84
|
+
* // Error: "STRING_VALUE",
|
|
85
|
+
* // MessageId: "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // ],
|
|
88
|
+
* // };
|
|
89
|
+
*
|
|
80
90
|
* ```
|
|
81
91
|
*
|
|
82
92
|
* @param SendBulkEmailCommandInput - {@link SendBulkEmailCommandInput}
|
|
@@ -111,6 +121,8 @@ export interface SendBulkEmailCommandOutput extends SendBulkEmailResponse, __Met
|
|
|
111
121
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
112
122
|
* <p>Too many requests have been made to the operation.</p>
|
|
113
123
|
*
|
|
124
|
+
* @throws {@link SESv2ServiceException}
|
|
125
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
114
126
|
*
|
|
115
127
|
*/
|
|
116
128
|
export declare class SendBulkEmailCommand extends $Command<SendBulkEmailCommandInput, SendBulkEmailCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -41,6 +41,10 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new SendCustomVerificationEmailCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // SendCustomVerificationEmailResponse
|
|
45
|
+
* // MessageId: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
44
48
|
* ```
|
|
45
49
|
*
|
|
46
50
|
* @param SendCustomVerificationEmailCommandInput - {@link SendCustomVerificationEmailCommandInput}
|
|
@@ -71,6 +75,8 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
|
|
|
71
75
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
72
76
|
* <p>Too many requests have been made to the operation.</p>
|
|
73
77
|
*
|
|
78
|
+
* @throws {@link SESv2ServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
74
80
|
*
|
|
75
81
|
*/
|
|
76
82
|
export declare class SendCustomVerificationEmailCommand extends $Command<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -108,6 +108,10 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
|
|
|
108
108
|
* };
|
|
109
109
|
* const command = new SendEmailCommand(input);
|
|
110
110
|
* const response = await client.send(command);
|
|
111
|
+
* // { // SendEmailResponse
|
|
112
|
+
* // MessageId: "STRING_VALUE",
|
|
113
|
+
* // };
|
|
114
|
+
*
|
|
111
115
|
* ```
|
|
112
116
|
*
|
|
113
117
|
* @param SendEmailCommandInput - {@link SendEmailCommandInput}
|
|
@@ -142,6 +146,8 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
|
|
|
142
146
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
143
147
|
* <p>Too many requests have been made to the operation.</p>
|
|
144
148
|
*
|
|
149
|
+
* @throws {@link SESv2ServiceException}
|
|
150
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
145
151
|
*
|
|
146
152
|
*/
|
|
147
153
|
export declare class SendEmailCommand extends $Command<SendEmailCommandInput, SendEmailCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -45,6 +45,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new TagResourceCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // {};
|
|
49
|
+
*
|
|
48
50
|
* ```
|
|
49
51
|
*
|
|
50
52
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -65,6 +67,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
65
67
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
66
68
|
* <p>Too many requests have been made to the operation.</p>
|
|
67
69
|
*
|
|
70
|
+
* @throws {@link SESv2ServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
68
72
|
*
|
|
69
73
|
*/
|
|
70
74
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -34,6 +34,10 @@ export interface TestRenderEmailTemplateCommandOutput extends TestRenderEmailTem
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new TestRenderEmailTemplateCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // TestRenderEmailTemplateResponse
|
|
38
|
+
* // RenderedTemplate: "STRING_VALUE", // required
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
37
41
|
* ```
|
|
38
42
|
*
|
|
39
43
|
* @param TestRenderEmailTemplateCommandInput - {@link TestRenderEmailTemplateCommandInput}
|
|
@@ -51,6 +55,8 @@ export interface TestRenderEmailTemplateCommandOutput extends TestRenderEmailTem
|
|
|
51
55
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
52
56
|
* <p>Too many requests have been made to the operation.</p>
|
|
53
57
|
*
|
|
58
|
+
* @throws {@link SESv2ServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
54
60
|
*
|
|
55
61
|
*/
|
|
56
62
|
export declare class TestRenderEmailTemplateCommand extends $Command<TestRenderEmailTemplateCommandInput, TestRenderEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -54,6 +56,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
54
56
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
55
57
|
* <p>Too many requests have been made to the operation.</p>
|
|
56
58
|
*
|
|
59
|
+
* @throws {@link SESv2ServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
57
61
|
*
|
|
58
62
|
*/
|
|
59
63
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -63,6 +63,8 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
|
|
|
63
63
|
* };
|
|
64
64
|
* const command = new UpdateConfigurationSetEventDestinationCommand(input);
|
|
65
65
|
* const response = await client.send(command);
|
|
66
|
+
* // {};
|
|
67
|
+
*
|
|
66
68
|
* ```
|
|
67
69
|
*
|
|
68
70
|
* @param UpdateConfigurationSetEventDestinationCommandInput - {@link UpdateConfigurationSetEventDestinationCommandInput}
|
|
@@ -80,6 +82,8 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
|
|
|
80
82
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
81
83
|
* <p>Too many requests have been made to the operation.</p>
|
|
82
84
|
*
|
|
85
|
+
* @throws {@link SESv2ServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
83
87
|
*
|
|
84
88
|
*/
|
|
85
89
|
export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -42,6 +42,8 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new UpdateContactCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
45
47
|
* ```
|
|
46
48
|
*
|
|
47
49
|
* @param UpdateContactCommandInput - {@link UpdateContactCommandInput}
|
|
@@ -62,6 +64,8 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met
|
|
|
62
64
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
63
65
|
* <p>Too many requests have been made to the operation.</p>
|
|
64
66
|
*
|
|
67
|
+
* @throws {@link SESv2ServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
65
69
|
*
|
|
66
70
|
*/
|
|
67
71
|
export declare class UpdateContactCommand extends $Command<UpdateContactCommandInput, UpdateContactCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -40,6 +40,8 @@ export interface UpdateContactListCommandOutput extends UpdateContactListRespons
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new UpdateContactListCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // {};
|
|
44
|
+
*
|
|
43
45
|
* ```
|
|
44
46
|
*
|
|
45
47
|
* @param UpdateContactListCommandInput - {@link UpdateContactListCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface UpdateContactListCommandOutput extends UpdateContactListRespons
|
|
|
60
62
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
61
63
|
* <p>Too many requests have been made to the operation.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link SESv2ServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class UpdateContactListCommand extends $Command<UpdateContactListCommandInput, UpdateContactListCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -40,6 +40,8 @@ export interface UpdateCustomVerificationEmailTemplateCommandOutput extends Upda
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new UpdateCustomVerificationEmailTemplateCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // {};
|
|
44
|
+
*
|
|
43
45
|
* ```
|
|
44
46
|
*
|
|
45
47
|
* @param UpdateCustomVerificationEmailTemplateCommandInput - {@link UpdateCustomVerificationEmailTemplateCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface UpdateCustomVerificationEmailTemplateCommandOutput extends Upda
|
|
|
57
59
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
58
60
|
* <p>Too many requests have been made to the operation.</p>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link SESv2ServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class UpdateCustomVerificationEmailTemplateCommand extends $Command<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -44,6 +44,8 @@ export interface UpdateEmailIdentityPolicyCommandOutput extends UpdateEmailIdent
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new UpdateEmailIdentityPolicyCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
47
49
|
* ```
|
|
48
50
|
*
|
|
49
51
|
* @param UpdateEmailIdentityPolicyCommandInput - {@link UpdateEmailIdentityPolicyCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface UpdateEmailIdentityPolicyCommandOutput extends UpdateEmailIdent
|
|
|
61
63
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
62
64
|
* <p>Too many requests have been made to the operation.</p>
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link SESv2ServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class UpdateEmailIdentityPolicyCommand extends $Command<UpdateEmailIdentityPolicyCommandInput, UpdateEmailIdentityPolicyCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -39,6 +39,8 @@ export interface UpdateEmailTemplateCommandOutput extends UpdateEmailTemplateRes
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new UpdateEmailTemplateCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
42
44
|
* ```
|
|
43
45
|
*
|
|
44
46
|
* @param UpdateEmailTemplateCommandInput - {@link UpdateEmailTemplateCommandInput}
|
|
@@ -56,6 +58,8 @@ export interface UpdateEmailTemplateCommandOutput extends UpdateEmailTemplateRes
|
|
|
56
58
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
57
59
|
* <p>Too many requests have been made to the operation.</p>
|
|
58
60
|
*
|
|
61
|
+
* @throws {@link SESv2ServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
59
63
|
*
|
|
60
64
|
*/
|
|
61
65
|
export declare class UpdateEmailTemplateCommand extends $Command<UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sesv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.327.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.327.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.327.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|