@aws-sdk/client-sesv2 3.183.0 → 3.186.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 +19 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/SESv2.js +333 -326
- package/dist-es/SESv2Client.js +28 -22
- package/dist-es/commands/CreateConfigurationSetCommand.js +28 -21
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +28 -21
- package/dist-es/commands/CreateContactCommand.js +28 -21
- package/dist-es/commands/CreateContactListCommand.js +28 -21
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +28 -21
- package/dist-es/commands/CreateDedicatedIpPoolCommand.js +28 -21
- package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +28 -21
- package/dist-es/commands/CreateEmailIdentityCommand.js +28 -21
- package/dist-es/commands/CreateEmailIdentityPolicyCommand.js +28 -21
- package/dist-es/commands/CreateEmailTemplateCommand.js +28 -21
- package/dist-es/commands/CreateImportJobCommand.js +28 -21
- package/dist-es/commands/DeleteConfigurationSetCommand.js +28 -21
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +28 -21
- package/dist-es/commands/DeleteContactCommand.js +28 -21
- package/dist-es/commands/DeleteContactListCommand.js +28 -21
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +28 -21
- package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +28 -21
- package/dist-es/commands/DeleteEmailIdentityCommand.js +28 -21
- package/dist-es/commands/DeleteEmailIdentityPolicyCommand.js +28 -21
- package/dist-es/commands/DeleteEmailTemplateCommand.js +28 -21
- package/dist-es/commands/DeleteSuppressedDestinationCommand.js +28 -21
- package/dist-es/commands/GetAccountCommand.js +28 -21
- package/dist-es/commands/GetBlacklistReportsCommand.js +28 -21
- package/dist-es/commands/GetConfigurationSetCommand.js +28 -21
- package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +28 -21
- package/dist-es/commands/GetContactCommand.js +28 -21
- package/dist-es/commands/GetContactListCommand.js +28 -21
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +28 -21
- package/dist-es/commands/GetDedicatedIpCommand.js +28 -21
- package/dist-es/commands/GetDedicatedIpsCommand.js +28 -21
- package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +28 -21
- package/dist-es/commands/GetDeliverabilityTestReportCommand.js +28 -21
- package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +28 -21
- package/dist-es/commands/GetDomainStatisticsReportCommand.js +28 -21
- package/dist-es/commands/GetEmailIdentityCommand.js +28 -21
- package/dist-es/commands/GetEmailIdentityPoliciesCommand.js +28 -21
- package/dist-es/commands/GetEmailTemplateCommand.js +28 -21
- package/dist-es/commands/GetImportJobCommand.js +28 -21
- package/dist-es/commands/GetSuppressedDestinationCommand.js +28 -21
- package/dist-es/commands/ListConfigurationSetsCommand.js +28 -21
- package/dist-es/commands/ListContactListsCommand.js +28 -21
- package/dist-es/commands/ListContactsCommand.js +28 -21
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +28 -21
- package/dist-es/commands/ListDedicatedIpPoolsCommand.js +28 -21
- package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +28 -21
- package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +28 -21
- package/dist-es/commands/ListEmailIdentitiesCommand.js +28 -21
- package/dist-es/commands/ListEmailTemplatesCommand.js +28 -21
- package/dist-es/commands/ListImportJobsCommand.js +28 -21
- package/dist-es/commands/ListSuppressedDestinationsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +28 -21
- package/dist-es/commands/PutAccountDetailsCommand.js +28 -21
- package/dist-es/commands/PutAccountSendingAttributesCommand.js +28 -21
- package/dist-es/commands/PutAccountSuppressionAttributesCommand.js +28 -21
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +28 -21
- package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +28 -21
- package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +28 -21
- package/dist-es/commands/PutConfigurationSetSuppressionOptionsCommand.js +28 -21
- package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +28 -21
- package/dist-es/commands/PutDedicatedIpInPoolCommand.js +28 -21
- package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +28 -21
- package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +28 -21
- package/dist-es/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +28 -21
- package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +28 -21
- package/dist-es/commands/PutEmailIdentityDkimSigningAttributesCommand.js +28 -21
- package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +28 -21
- package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +28 -21
- package/dist-es/commands/PutSuppressedDestinationCommand.js +28 -21
- package/dist-es/commands/SendBulkEmailCommand.js +28 -21
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +28 -21
- package/dist-es/commands/SendEmailCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/TestRenderEmailTemplateCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +28 -21
- package/dist-es/commands/UpdateContactCommand.js +28 -21
- package/dist-es/commands/UpdateContactListCommand.js +28 -21
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +28 -21
- package/dist-es/commands/UpdateEmailIdentityPolicyCommand.js +28 -21
- package/dist-es/commands/UpdateEmailTemplateCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/SESv2ServiceException.js +10 -5
- package/dist-es/models/models_0.js +362 -825
- package/dist-es/pagination/GetDedicatedIpsPaginator.js +68 -25
- package/dist-es/pagination/ListConfigurationSetsPaginator.js +68 -25
- package/dist-es/pagination/ListContactListsPaginator.js +68 -25
- package/dist-es/pagination/ListContactsPaginator.js +68 -25
- package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +68 -25
- package/dist-es/pagination/ListDedicatedIpPoolsPaginator.js +68 -25
- package/dist-es/pagination/ListDeliverabilityTestReportsPaginator.js +68 -25
- package/dist-es/pagination/ListDomainDeliverabilityCampaignsPaginator.js +68 -25
- package/dist-es/pagination/ListEmailIdentitiesPaginator.js +68 -25
- package/dist-es/pagination/ListEmailTemplatesPaginator.js +68 -25
- package/dist-es/pagination/ListImportJobsPaginator.js +68 -25
- package/dist-es/pagination/ListSuppressedDestinationsPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +7830 -5615
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-sesv2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @aws-sdk/client-sesv2
|
|
@@ -6516,10 +6516,10 @@ const deserializeAws_restJson1VolumeStatistics = (output, context) => {
|
|
|
6516
6516
|
};
|
|
6517
6517
|
};
|
|
6518
6518
|
const deserializeMetadata = (output) => {
|
|
6519
|
-
var _a;
|
|
6519
|
+
var _a, _b;
|
|
6520
6520
|
return ({
|
|
6521
6521
|
httpStatusCode: output.statusCode,
|
|
6522
|
-
requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
|
|
6522
|
+
requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
|
|
6523
6523
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
6524
6524
|
cfId: output.headers["x-amz-cf-id"],
|
|
6525
6525
|
});
|