@aws-sdk/client-ses 3.36.0 → 3.39.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 +42 -0
- package/dist-cjs/SES.js +0 -11
- package/dist-cjs/SESClient.js +0 -16
- package/dist-cjs/commands/CloneReceiptRuleSetCommand.js +0 -29
- package/dist-cjs/commands/CreateConfigurationSetCommand.js +0 -28
- package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +0 -33
- package/dist-cjs/commands/CreateConfigurationSetTrackingOptionsCommand.js +0 -28
- package/dist-cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +0 -27
- package/dist-cjs/commands/CreateReceiptFilterCommand.js +0 -26
- package/dist-cjs/commands/CreateReceiptRuleCommand.js +0 -27
- package/dist-cjs/commands/CreateReceiptRuleSetCommand.js +0 -27
- package/dist-cjs/commands/CreateTemplateCommand.js +0 -27
- package/dist-cjs/commands/DeleteConfigurationSetCommand.js +0 -26
- package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +0 -27
- package/dist-cjs/commands/DeleteConfigurationSetTrackingOptionsCommand.js +0 -33
- package/dist-cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +0 -27
- package/dist-cjs/commands/DeleteIdentityCommand.js +0 -26
- package/dist-cjs/commands/DeleteIdentityPolicyCommand.js +0 -35
- package/dist-cjs/commands/DeleteReceiptFilterCommand.js +0 -27
- package/dist-cjs/commands/DeleteReceiptRuleCommand.js +0 -27
- package/dist-cjs/commands/DeleteReceiptRuleSetCommand.js +0 -30
- package/dist-cjs/commands/DeleteTemplateCommand.js +0 -25
- package/dist-cjs/commands/DeleteVerifiedEmailAddressCommand.js +0 -25
- package/dist-cjs/commands/DescribeActiveReceiptRuleSetCommand.js +0 -28
- package/dist-cjs/commands/DescribeConfigurationSetCommand.js +0 -27
- package/dist-cjs/commands/DescribeReceiptRuleCommand.js +0 -27
- package/dist-cjs/commands/DescribeReceiptRuleSetCommand.js +0 -26
- package/dist-cjs/commands/GetAccountSendingEnabledCommand.js +0 -25
- package/dist-cjs/commands/GetCustomVerificationEmailTemplateCommand.js +0 -28
- package/dist-cjs/commands/GetIdentityDkimAttributesCommand.js +0 -46
- package/dist-cjs/commands/GetIdentityMailFromDomainAttributesCommand.js +0 -27
- package/dist-cjs/commands/GetIdentityNotificationAttributesCommand.js +0 -29
- package/dist-cjs/commands/GetIdentityPoliciesCommand.js +0 -35
- package/dist-cjs/commands/GetIdentityVerificationAttributesCommand.js +0 -39
- package/dist-cjs/commands/GetSendQuotaCommand.js +0 -25
- package/dist-cjs/commands/GetSendStatisticsCommand.js +0 -27
- package/dist-cjs/commands/GetTemplateCommand.js +0 -26
- package/dist-cjs/commands/ListConfigurationSetsCommand.js +0 -33
- package/dist-cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +0 -28
- package/dist-cjs/commands/ListIdentitiesCommand.js +0 -26
- package/dist-cjs/commands/ListIdentityPoliciesCommand.js +0 -35
- package/dist-cjs/commands/ListReceiptFiltersCommand.js +0 -28
- package/dist-cjs/commands/ListReceiptRuleSetsCommand.js +0 -29
- package/dist-cjs/commands/ListTemplatesCommand.js +0 -26
- package/dist-cjs/commands/ListVerifiedEmailAddressesCommand.js +0 -25
- package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +0 -24
- package/dist-cjs/commands/PutIdentityPolicyCommand.js +0 -34
- package/dist-cjs/commands/ReorderReceiptRuleSetCommand.js +0 -31
- package/dist-cjs/commands/SendBounceCommand.js +0 -32
- package/dist-cjs/commands/SendBulkTemplatedEmailCommand.js +0 -66
- package/dist-cjs/commands/SendCustomVerificationEmailCommand.js +0 -32
- package/dist-cjs/commands/SendEmailCommand.js +0 -68
- package/dist-cjs/commands/SendRawEmailCommand.js +0 -132
- package/dist-cjs/commands/SendTemplatedEmailCommand.js +0 -73
- package/dist-cjs/commands/SetActiveReceiptRuleSetCommand.js +0 -30
- package/dist-cjs/commands/SetIdentityDkimEnabledCommand.js +0 -36
- package/dist-cjs/commands/SetIdentityFeedbackForwardingEnabledCommand.js +0 -34
- package/dist-cjs/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +0 -29
- package/dist-cjs/commands/SetIdentityMailFromDomainCommand.js +0 -33
- package/dist-cjs/commands/SetIdentityNotificationTopicCommand.js +0 -32
- package/dist-cjs/commands/SetReceiptRulePositionCommand.js +0 -27
- package/dist-cjs/commands/TestRenderTemplateCommand.js +0 -26
- package/dist-cjs/commands/UpdateAccountSendingEnabledCommand.js +0 -29
- package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +0 -35
- package/dist-cjs/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +0 -28
- package/dist-cjs/commands/UpdateConfigurationSetSendingEnabledCommand.js +0 -29
- package/dist-cjs/commands/UpdateConfigurationSetTrackingOptionsCommand.js +0 -28
- package/dist-cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +0 -27
- package/dist-cjs/commands/UpdateReceiptRuleCommand.js +0 -27
- package/dist-cjs/commands/UpdateTemplateCommand.js +0 -27
- package/dist-cjs/commands/VerifyDomainDkimCommand.js +0 -62
- package/dist-cjs/commands/VerifyDomainIdentityCommand.js +0 -30
- package/dist-cjs/commands/VerifyEmailAddressCommand.js +0 -25
- package/dist-cjs/commands/VerifyEmailIdentityCommand.js +0 -27
- package/dist-cjs/commands/index.js +74 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -77
- package/dist-cjs/models/models_0.js +0 -615
- package/dist-cjs/pagination/ListCustomVerificationEmailTemplatesPaginator.js +0 -10
- package/dist-cjs/pagination/ListIdentitiesPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/protocols/Aws_query.js +0 -2
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-cjs/waiters/waitForIdentityExists.js +0 -9
- package/dist-es/commands/index.js +71 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -77
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/waiters/index.js +1 -0
- package/dist-types/commands/index.d.ts +71 -0
- package/dist-types/index.d.ts +5 -77
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/SES.d.ts +72 -838
- package/dist-types/ts3.4/SESClient.d.ts +24 -97
- package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +2 -42
- package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +2 -62
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +2 -64
- package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +2 -128
- package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +2 -69
- package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +2 -58
- package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/index.d.ts +71 -0
- package/dist-types/ts3.4/index.d.ts +5 -77
- package/dist-types/ts3.4/models/models_0.d.ts +748 -3405
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +1 -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.