@aws-sdk/client-sesv2 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/SESv2ServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +163 -5
- package/dist-cjs/protocols/Aws_restJson1.js +736 -2592
- package/dist-es/index.js +1 -0
- package/dist-es/models/SESv2ServiceException.js +12 -0
- package/dist-es/models/models_0.js +146 -1
- package/dist-es/protocols/Aws_restJson1.js +1639 -2929
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/SESv2ServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +86 -49
- package/dist-types/ts3.4/SESv2.d.ts +410 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +154 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +81 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/SESv2ServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2770 -0
- package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactListsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImportJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +245 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.