@aws-sdk/client-sesv2 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/SESv2.d.ts +1507 -410
- package/dist-types/ts3.4/SESv2Client.d.ts +590 -154
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +81 -81
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SESv2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1758 -2310
- package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +977 -245
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-sesv2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-sesv2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-sesv2
|