@aws-sdk/client-sesv2 3.774.0 → 3.777.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-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/SESv2Client.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/BatchGetMetricDataCommand.d.ts +1 -0
- package/dist-types/commands/CancelExportJobCommand.d.ts +7 -4
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -0
- package/dist-types/commands/CreateContactCommand.d.ts +1 -0
- package/dist-types/commands/CreateContactListCommand.d.ts +1 -0
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +1 -0
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +1 -0
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +1 -0
- package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +1 -0
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateExportJobCommand.d.ts +1 -78
- package/dist-types/commands/CreateImportJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateMultiRegionEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteContactCommand.d.ts +1 -0
- package/dist-types/commands/DeleteContactListCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteMultiRegionEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +1 -0
- package/dist-types/commands/GetAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +1 -0
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +1 -0
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +1 -0
- package/dist-types/commands/GetContactCommand.d.ts +1 -0
- package/dist-types/commands/GetContactListCommand.d.ts +1 -0
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +1 -0
- package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +1 -0
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +1 -0
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +1 -0
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +1 -0
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +1 -0
- package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +1 -0
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetExportJobCommand.d.ts +1 -52
- package/dist-types/commands/GetImportJobCommand.d.ts +1 -0
- package/dist-types/commands/GetMessageInsightsCommand.d.ts +1 -60
- package/dist-types/commands/GetMultiRegionEndpointCommand.d.ts +1 -0
- package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +1 -0
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListContactListsCommand.d.ts +1 -0
- package/dist-types/commands/ListContactsCommand.d.ts +1 -0
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +1 -0
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +1 -0
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +1 -0
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +1 -0
- package/dist-types/commands/ListEmailTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListExportJobsCommand.d.ts +1 -25
- package/dist-types/commands/ListImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListMultiRegionEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +1 -0
- package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountDetailsCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetArchivingOptionsCommand.d.ts +8 -5
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +1 -0
- package/dist-types/commands/PutDedicatedIpPoolScalingAttributesCommand.d.ts +8 -5
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -0
- package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +1 -0
- package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -0
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -0
- package/dist-types/commands/SendEmailCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +1 -0
- package/dist-types/commands/UpdateContactListCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +1 -0
- package/package.json +34 -34
|
@@ -73,6 +73,7 @@ declare const UpdateContactListCommand_base: {
|
|
|
73
73
|
* @throws {@link SESv2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UpdateContactListCommand extends UpdateContactListCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const UpdateCustomVerificationEmailTemplateCommand_base: {
|
|
|
70
70
|
* @throws {@link SESv2ServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UpdateCustomVerificationEmailTemplateCommand extends UpdateCustomVerificationEmailTemplateCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const UpdateEmailIdentityPolicyCommand_base: {
|
|
|
74
74
|
* @throws {@link SESv2ServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class UpdateEmailIdentityPolicyCommand extends UpdateEmailIdentityPolicyCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const UpdateEmailTemplateCommand_base: {
|
|
|
69
69
|
* @throws {@link SESv2ServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class UpdateEmailTemplateCommand extends UpdateEmailTemplateCommand_base {
|
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.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sesv2",
|
|
@@ -20,42 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.0
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
38
|
-
"@smithy/hash-node": "^4.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
42
|
-
"@smithy/middleware-retry": "^4.0
|
|
43
|
-
"@smithy/middleware-serde": "^4.0.
|
|
44
|
-
"@smithy/middleware-stack": "^4.0.
|
|
45
|
-
"@smithy/node-config-provider": "^4.0.
|
|
46
|
-
"@smithy/node-http-handler": "^4.0.
|
|
47
|
-
"@smithy/protocol-http": "^5.0
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.775.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
|
+
"@aws-sdk/signature-v4-multi-region": "3.775.0",
|
|
31
|
+
"@aws-sdk/types": "3.775.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
36
|
+
"@smithy/core": "^3.2.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
38
|
+
"@smithy/hash-node": "^4.0.2",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
42
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
43
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
44
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
45
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
46
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
47
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
48
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
49
|
+
"@smithy/types": "^4.2.0",
|
|
50
|
+
"@smithy/url-parser": "^4.0.2",
|
|
51
51
|
"@smithy/util-base64": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
56
|
-
"@smithy/util-endpoints": "^3.0.
|
|
57
|
-
"@smithy/util-middleware": "^4.0.
|
|
58
|
-
"@smithy/util-retry": "^4.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
56
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
57
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
58
|
+
"@smithy/util-retry": "^4.0.2",
|
|
59
59
|
"@smithy/util-utf8": "^4.0.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|