@depup/aws-sdk__client-ses 3.1005.0-depup.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/LICENSE +201 -0
- package/README.md +31 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/index.js +1307 -0
- package/dist-cjs/models/SESServiceException.js +12 -0
- package/dist-cjs/models/errors.js +504 -0
- package/dist-cjs/runtimeConfig.browser.js +38 -0
- package/dist-cjs/runtimeConfig.js +53 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +44 -0
- package/dist-cjs/schemas/schemas_0.js +1812 -0
- package/dist-es/SES.js +159 -0
- package/dist-es/SESClient.js +50 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +40 -0
- package/dist-es/commands/CloneReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/CreateConfigurationSetCommand.js +16 -0
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +16 -0
- package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +16 -0
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +16 -0
- package/dist-es/commands/CreateReceiptFilterCommand.js +16 -0
- package/dist-es/commands/CreateReceiptRuleCommand.js +16 -0
- package/dist-es/commands/CreateReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/CreateTemplateCommand.js +16 -0
- package/dist-es/commands/DeleteConfigurationSetCommand.js +16 -0
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +16 -0
- package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +16 -0
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +16 -0
- package/dist-es/commands/DeleteIdentityCommand.js +16 -0
- package/dist-es/commands/DeleteIdentityPolicyCommand.js +16 -0
- package/dist-es/commands/DeleteReceiptFilterCommand.js +16 -0
- package/dist-es/commands/DeleteReceiptRuleCommand.js +16 -0
- package/dist-es/commands/DeleteReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/DeleteTemplateCommand.js +16 -0
- package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +16 -0
- package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/DescribeConfigurationSetCommand.js +16 -0
- package/dist-es/commands/DescribeReceiptRuleCommand.js +16 -0
- package/dist-es/commands/DescribeReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/GetAccountSendingEnabledCommand.js +16 -0
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +16 -0
- package/dist-es/commands/GetIdentityDkimAttributesCommand.js +16 -0
- package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +16 -0
- package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +16 -0
- package/dist-es/commands/GetIdentityPoliciesCommand.js +16 -0
- package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +16 -0
- package/dist-es/commands/GetSendQuotaCommand.js +16 -0
- package/dist-es/commands/GetSendStatisticsCommand.js +16 -0
- package/dist-es/commands/GetTemplateCommand.js +16 -0
- package/dist-es/commands/ListConfigurationSetsCommand.js +16 -0
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +16 -0
- package/dist-es/commands/ListIdentitiesCommand.js +16 -0
- package/dist-es/commands/ListIdentityPoliciesCommand.js +16 -0
- package/dist-es/commands/ListReceiptFiltersCommand.js +16 -0
- package/dist-es/commands/ListReceiptRuleSetsCommand.js +16 -0
- package/dist-es/commands/ListTemplatesCommand.js +16 -0
- package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +16 -0
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +16 -0
- package/dist-es/commands/PutIdentityPolicyCommand.js +16 -0
- package/dist-es/commands/ReorderReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/SendBounceCommand.js +16 -0
- package/dist-es/commands/SendBulkTemplatedEmailCommand.js +16 -0
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +16 -0
- package/dist-es/commands/SendEmailCommand.js +16 -0
- package/dist-es/commands/SendRawEmailCommand.js +16 -0
- package/dist-es/commands/SendTemplatedEmailCommand.js +16 -0
- package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +16 -0
- package/dist-es/commands/SetIdentityDkimEnabledCommand.js +16 -0
- package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +16 -0
- package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +16 -0
- package/dist-es/commands/SetIdentityMailFromDomainCommand.js +16 -0
- package/dist-es/commands/SetIdentityNotificationTopicCommand.js +16 -0
- package/dist-es/commands/SetReceiptRulePositionCommand.js +16 -0
- package/dist-es/commands/TestRenderTemplateCommand.js +16 -0
- package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +16 -0
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +16 -0
- package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +16 -0
- package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +16 -0
- package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +16 -0
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +16 -0
- package/dist-es/commands/UpdateReceiptRuleCommand.js +16 -0
- package/dist-es/commands/UpdateTemplateCommand.js +16 -0
- package/dist-es/commands/VerifyDomainDkimCommand.js +16 -0
- package/dist-es/commands/VerifyDomainIdentityCommand.js +16 -0
- package/dist-es/commands/VerifyEmailAddressCommand.js +16 -0
- package/dist-es/commands/VerifyEmailIdentityCommand.js +16 -0
- package/dist-es/commands/index.js +71 -0
- package/dist-es/endpoint/EndpointParameters.js +13 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +10 -0
- package/dist-es/models/SESServiceException.js +8 -0
- package/dist-es/models/enums.js +97 -0
- package/dist-es/models/errors.js +467 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +4 -0
- package/dist-es/pagination/ListIdentitiesPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/runtimeConfig.browser.js +33 -0
- package/dist-es/runtimeConfig.js +48 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +40 -0
- package/dist-es/runtimeExtensions.js +9 -0
- package/dist-es/schemas/schemas_0.js +1804 -0
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForIdentityExists.js +38 -0
- package/dist-types/SES.d.ts +574 -0
- package/dist-types/SESClient.d.ts +291 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +102 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +91 -0
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +128 -0
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +99 -0
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +97 -0
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +108 -0
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +188 -0
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +95 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +92 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +78 -0
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +83 -0
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +87 -0
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +76 -0
- package/dist-types/commands/DeleteIdentityCommand.d.ts +87 -0
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +98 -0
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +88 -0
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +93 -0
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +95 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +73 -0
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +86 -0
- package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +164 -0
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +121 -0
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +164 -0
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +171 -0
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +86 -0
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +88 -0
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +139 -0
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +108 -0
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +118 -0
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +110 -0
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +118 -0
- package/dist-types/commands/GetSendQuotaCommand.d.ts +90 -0
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +118 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +85 -0
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +90 -0
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +89 -0
- package/dist-types/commands/ListIdentitiesCommand.d.ts +111 -0
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +104 -0
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +105 -0
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +107 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +83 -0
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +91 -0
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +81 -0
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +103 -0
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +105 -0
- package/dist-types/commands/SendBounceCommand.d.ts +121 -0
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +185 -0
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +102 -0
- package/dist-types/commands/SendEmailCommand.d.ts +222 -0
- package/dist-types/commands/SendRawEmailCommand.d.ts +233 -0
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +174 -0
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +95 -0
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +100 -0
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +97 -0
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +94 -0
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +97 -0
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +97 -0
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +98 -0
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +90 -0
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +90 -0
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +124 -0
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +94 -0
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +95 -0
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +98 -0
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +92 -0
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +183 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +88 -0
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +133 -0
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +94 -0
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +86 -0
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +88 -0
- package/dist-types/commands/index.d.ts +71 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +50 -0
- package/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +51 -0
- package/dist-types/models/SESServiceException.d.ts +14 -0
- package/dist-types/models/enums.d.ts +225 -0
- package/dist-types/models/errors.d.ts +588 -0
- package/dist-types/models/models_0.d.ts +3848 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdentitiesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +55 -0
- package/dist-types/runtimeConfig.d.ts +55 -0
- package/dist-types/runtimeConfig.native.d.ts +54 -0
- package/dist-types/runtimeConfig.shared.d.ts +27 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/schemas/schemas_0.d.ts +286 -0
- package/dist-types/ts3.4/SES.d.ts +1368 -0
- package/dist-types/ts3.4/SESClient.d.ts +542 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +46 -0
- package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +71 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +13 -0
- package/dist-types/ts3.4/models/SESServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/enums.d.ts +123 -0
- package/dist-types/ts3.4/models/errors.d.ts +330 -0
- package/dist-types/ts3.4/models/models_0.d.ts +665 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +100 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +95 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +30 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +285 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForIdentityExists.d.ts +14 -0
- package/package.json +122 -0
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { SESServiceException as __BaseException } from "./SESServiceException";
|
|
3
|
+
export declare class AccountSendingPausedException extends __BaseException {
|
|
4
|
+
readonly name: "AccountSendingPausedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccountSendingPausedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare class AlreadyExistsException extends __BaseException {
|
|
11
|
+
readonly name: "AlreadyExistsException";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
Name?: string | undefined;
|
|
14
|
+
constructor(
|
|
15
|
+
opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
export declare class CannotDeleteException extends __BaseException {
|
|
19
|
+
readonly name: "CannotDeleteException";
|
|
20
|
+
readonly $fault: "client";
|
|
21
|
+
Name?: string | undefined;
|
|
22
|
+
constructor(
|
|
23
|
+
opts: __ExceptionOptionType<CannotDeleteException, __BaseException>
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
export declare class LimitExceededException extends __BaseException {
|
|
27
|
+
readonly name: "LimitExceededException";
|
|
28
|
+
readonly $fault: "client";
|
|
29
|
+
constructor(
|
|
30
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
export declare class RuleSetDoesNotExistException extends __BaseException {
|
|
34
|
+
readonly name: "RuleSetDoesNotExistException";
|
|
35
|
+
readonly $fault: "client";
|
|
36
|
+
Name?: string | undefined;
|
|
37
|
+
constructor(
|
|
38
|
+
opts: __ExceptionOptionType<RuleSetDoesNotExistException, __BaseException>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
export declare class ConfigurationSetAlreadyExistsException extends __BaseException {
|
|
42
|
+
readonly name: "ConfigurationSetAlreadyExistsException";
|
|
43
|
+
readonly $fault: "client";
|
|
44
|
+
ConfigurationSetName?: string | undefined;
|
|
45
|
+
constructor(
|
|
46
|
+
opts: __ExceptionOptionType<
|
|
47
|
+
ConfigurationSetAlreadyExistsException,
|
|
48
|
+
__BaseException
|
|
49
|
+
>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
export declare class ConfigurationSetDoesNotExistException extends __BaseException {
|
|
53
|
+
readonly name: "ConfigurationSetDoesNotExistException";
|
|
54
|
+
readonly $fault: "client";
|
|
55
|
+
ConfigurationSetName?: string | undefined;
|
|
56
|
+
constructor(
|
|
57
|
+
opts: __ExceptionOptionType<
|
|
58
|
+
ConfigurationSetDoesNotExistException,
|
|
59
|
+
__BaseException
|
|
60
|
+
>
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
export declare class ConfigurationSetSendingPausedException extends __BaseException {
|
|
64
|
+
readonly name: "ConfigurationSetSendingPausedException";
|
|
65
|
+
readonly $fault: "client";
|
|
66
|
+
ConfigurationSetName?: string | undefined;
|
|
67
|
+
constructor(
|
|
68
|
+
opts: __ExceptionOptionType<
|
|
69
|
+
ConfigurationSetSendingPausedException,
|
|
70
|
+
__BaseException
|
|
71
|
+
>
|
|
72
|
+
);
|
|
73
|
+
}
|
|
74
|
+
export declare class InvalidConfigurationSetException extends __BaseException {
|
|
75
|
+
readonly name: "InvalidConfigurationSetException";
|
|
76
|
+
readonly $fault: "client";
|
|
77
|
+
constructor(
|
|
78
|
+
opts: __ExceptionOptionType<
|
|
79
|
+
InvalidConfigurationSetException,
|
|
80
|
+
__BaseException
|
|
81
|
+
>
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
export declare class EventDestinationAlreadyExistsException extends __BaseException {
|
|
85
|
+
readonly name: "EventDestinationAlreadyExistsException";
|
|
86
|
+
readonly $fault: "client";
|
|
87
|
+
ConfigurationSetName?: string | undefined;
|
|
88
|
+
EventDestinationName?: string | undefined;
|
|
89
|
+
constructor(
|
|
90
|
+
opts: __ExceptionOptionType<
|
|
91
|
+
EventDestinationAlreadyExistsException,
|
|
92
|
+
__BaseException
|
|
93
|
+
>
|
|
94
|
+
);
|
|
95
|
+
}
|
|
96
|
+
export declare class InvalidCloudWatchDestinationException extends __BaseException {
|
|
97
|
+
readonly name: "InvalidCloudWatchDestinationException";
|
|
98
|
+
readonly $fault: "client";
|
|
99
|
+
ConfigurationSetName?: string | undefined;
|
|
100
|
+
EventDestinationName?: string | undefined;
|
|
101
|
+
constructor(
|
|
102
|
+
opts: __ExceptionOptionType<
|
|
103
|
+
InvalidCloudWatchDestinationException,
|
|
104
|
+
__BaseException
|
|
105
|
+
>
|
|
106
|
+
);
|
|
107
|
+
}
|
|
108
|
+
export declare class InvalidFirehoseDestinationException extends __BaseException {
|
|
109
|
+
readonly name: "InvalidFirehoseDestinationException";
|
|
110
|
+
readonly $fault: "client";
|
|
111
|
+
ConfigurationSetName?: string | undefined;
|
|
112
|
+
EventDestinationName?: string | undefined;
|
|
113
|
+
constructor(
|
|
114
|
+
opts: __ExceptionOptionType<
|
|
115
|
+
InvalidFirehoseDestinationException,
|
|
116
|
+
__BaseException
|
|
117
|
+
>
|
|
118
|
+
);
|
|
119
|
+
}
|
|
120
|
+
export declare class InvalidSNSDestinationException extends __BaseException {
|
|
121
|
+
readonly name: "InvalidSNSDestinationException";
|
|
122
|
+
readonly $fault: "client";
|
|
123
|
+
ConfigurationSetName?: string | undefined;
|
|
124
|
+
EventDestinationName?: string | undefined;
|
|
125
|
+
constructor(
|
|
126
|
+
opts: __ExceptionOptionType<InvalidSNSDestinationException, __BaseException>
|
|
127
|
+
);
|
|
128
|
+
}
|
|
129
|
+
export declare class InvalidTrackingOptionsException extends __BaseException {
|
|
130
|
+
readonly name: "InvalidTrackingOptionsException";
|
|
131
|
+
readonly $fault: "client";
|
|
132
|
+
constructor(
|
|
133
|
+
opts: __ExceptionOptionType<
|
|
134
|
+
InvalidTrackingOptionsException,
|
|
135
|
+
__BaseException
|
|
136
|
+
>
|
|
137
|
+
);
|
|
138
|
+
}
|
|
139
|
+
export declare class TrackingOptionsAlreadyExistsException extends __BaseException {
|
|
140
|
+
readonly name: "TrackingOptionsAlreadyExistsException";
|
|
141
|
+
readonly $fault: "client";
|
|
142
|
+
ConfigurationSetName?: string | undefined;
|
|
143
|
+
constructor(
|
|
144
|
+
opts: __ExceptionOptionType<
|
|
145
|
+
TrackingOptionsAlreadyExistsException,
|
|
146
|
+
__BaseException
|
|
147
|
+
>
|
|
148
|
+
);
|
|
149
|
+
}
|
|
150
|
+
export declare class CustomVerificationEmailInvalidContentException extends __BaseException {
|
|
151
|
+
readonly name: "CustomVerificationEmailInvalidContentException";
|
|
152
|
+
readonly $fault: "client";
|
|
153
|
+
constructor(
|
|
154
|
+
opts: __ExceptionOptionType<
|
|
155
|
+
CustomVerificationEmailInvalidContentException,
|
|
156
|
+
__BaseException
|
|
157
|
+
>
|
|
158
|
+
);
|
|
159
|
+
}
|
|
160
|
+
export declare class CustomVerificationEmailTemplateAlreadyExistsException extends __BaseException {
|
|
161
|
+
readonly name: "CustomVerificationEmailTemplateAlreadyExistsException";
|
|
162
|
+
readonly $fault: "client";
|
|
163
|
+
CustomVerificationEmailTemplateName?: string | undefined;
|
|
164
|
+
constructor(
|
|
165
|
+
opts: __ExceptionOptionType<
|
|
166
|
+
CustomVerificationEmailTemplateAlreadyExistsException,
|
|
167
|
+
__BaseException
|
|
168
|
+
>
|
|
169
|
+
);
|
|
170
|
+
}
|
|
171
|
+
export declare class FromEmailAddressNotVerifiedException extends __BaseException {
|
|
172
|
+
readonly name: "FromEmailAddressNotVerifiedException";
|
|
173
|
+
readonly $fault: "client";
|
|
174
|
+
FromEmailAddress?: string | undefined;
|
|
175
|
+
constructor(
|
|
176
|
+
opts: __ExceptionOptionType<
|
|
177
|
+
FromEmailAddressNotVerifiedException,
|
|
178
|
+
__BaseException
|
|
179
|
+
>
|
|
180
|
+
);
|
|
181
|
+
}
|
|
182
|
+
export declare class InvalidLambdaFunctionException extends __BaseException {
|
|
183
|
+
readonly name: "InvalidLambdaFunctionException";
|
|
184
|
+
readonly $fault: "client";
|
|
185
|
+
FunctionArn?: string | undefined;
|
|
186
|
+
constructor(
|
|
187
|
+
opts: __ExceptionOptionType<InvalidLambdaFunctionException, __BaseException>
|
|
188
|
+
);
|
|
189
|
+
}
|
|
190
|
+
export declare class InvalidS3ConfigurationException extends __BaseException {
|
|
191
|
+
readonly name: "InvalidS3ConfigurationException";
|
|
192
|
+
readonly $fault: "client";
|
|
193
|
+
Bucket?: string | undefined;
|
|
194
|
+
constructor(
|
|
195
|
+
opts: __ExceptionOptionType<
|
|
196
|
+
InvalidS3ConfigurationException,
|
|
197
|
+
__BaseException
|
|
198
|
+
>
|
|
199
|
+
);
|
|
200
|
+
}
|
|
201
|
+
export declare class InvalidSnsTopicException extends __BaseException {
|
|
202
|
+
readonly name: "InvalidSnsTopicException";
|
|
203
|
+
readonly $fault: "client";
|
|
204
|
+
Topic?: string | undefined;
|
|
205
|
+
constructor(
|
|
206
|
+
opts: __ExceptionOptionType<InvalidSnsTopicException, __BaseException>
|
|
207
|
+
);
|
|
208
|
+
}
|
|
209
|
+
export declare class RuleDoesNotExistException extends __BaseException {
|
|
210
|
+
readonly name: "RuleDoesNotExistException";
|
|
211
|
+
readonly $fault: "client";
|
|
212
|
+
Name?: string | undefined;
|
|
213
|
+
constructor(
|
|
214
|
+
opts: __ExceptionOptionType<RuleDoesNotExistException, __BaseException>
|
|
215
|
+
);
|
|
216
|
+
}
|
|
217
|
+
export declare class InvalidTemplateException extends __BaseException {
|
|
218
|
+
readonly name: "InvalidTemplateException";
|
|
219
|
+
readonly $fault: "client";
|
|
220
|
+
TemplateName?: string | undefined;
|
|
221
|
+
constructor(
|
|
222
|
+
opts: __ExceptionOptionType<InvalidTemplateException, __BaseException>
|
|
223
|
+
);
|
|
224
|
+
}
|
|
225
|
+
export declare class CustomVerificationEmailTemplateDoesNotExistException extends __BaseException {
|
|
226
|
+
readonly name: "CustomVerificationEmailTemplateDoesNotExistException";
|
|
227
|
+
readonly $fault: "client";
|
|
228
|
+
CustomVerificationEmailTemplateName?: string | undefined;
|
|
229
|
+
constructor(
|
|
230
|
+
opts: __ExceptionOptionType<
|
|
231
|
+
CustomVerificationEmailTemplateDoesNotExistException,
|
|
232
|
+
__BaseException
|
|
233
|
+
>
|
|
234
|
+
);
|
|
235
|
+
}
|
|
236
|
+
export declare class EventDestinationDoesNotExistException extends __BaseException {
|
|
237
|
+
readonly name: "EventDestinationDoesNotExistException";
|
|
238
|
+
readonly $fault: "client";
|
|
239
|
+
ConfigurationSetName?: string | undefined;
|
|
240
|
+
EventDestinationName?: string | undefined;
|
|
241
|
+
constructor(
|
|
242
|
+
opts: __ExceptionOptionType<
|
|
243
|
+
EventDestinationDoesNotExistException,
|
|
244
|
+
__BaseException
|
|
245
|
+
>
|
|
246
|
+
);
|
|
247
|
+
}
|
|
248
|
+
export declare class TrackingOptionsDoesNotExistException extends __BaseException {
|
|
249
|
+
readonly name: "TrackingOptionsDoesNotExistException";
|
|
250
|
+
readonly $fault: "client";
|
|
251
|
+
ConfigurationSetName?: string | undefined;
|
|
252
|
+
constructor(
|
|
253
|
+
opts: __ExceptionOptionType<
|
|
254
|
+
TrackingOptionsDoesNotExistException,
|
|
255
|
+
__BaseException
|
|
256
|
+
>
|
|
257
|
+
);
|
|
258
|
+
}
|
|
259
|
+
export declare class TemplateDoesNotExistException extends __BaseException {
|
|
260
|
+
readonly name: "TemplateDoesNotExistException";
|
|
261
|
+
readonly $fault: "client";
|
|
262
|
+
TemplateName?: string | undefined;
|
|
263
|
+
constructor(
|
|
264
|
+
opts: __ExceptionOptionType<TemplateDoesNotExistException, __BaseException>
|
|
265
|
+
);
|
|
266
|
+
}
|
|
267
|
+
export declare class InvalidDeliveryOptionsException extends __BaseException {
|
|
268
|
+
readonly name: "InvalidDeliveryOptionsException";
|
|
269
|
+
readonly $fault: "client";
|
|
270
|
+
constructor(
|
|
271
|
+
opts: __ExceptionOptionType<
|
|
272
|
+
InvalidDeliveryOptionsException,
|
|
273
|
+
__BaseException
|
|
274
|
+
>
|
|
275
|
+
);
|
|
276
|
+
}
|
|
277
|
+
export declare class InvalidPolicyException extends __BaseException {
|
|
278
|
+
readonly name: "InvalidPolicyException";
|
|
279
|
+
readonly $fault: "client";
|
|
280
|
+
constructor(
|
|
281
|
+
opts: __ExceptionOptionType<InvalidPolicyException, __BaseException>
|
|
282
|
+
);
|
|
283
|
+
}
|
|
284
|
+
export declare class InvalidRenderingParameterException extends __BaseException {
|
|
285
|
+
readonly name: "InvalidRenderingParameterException";
|
|
286
|
+
readonly $fault: "client";
|
|
287
|
+
TemplateName?: string | undefined;
|
|
288
|
+
constructor(
|
|
289
|
+
opts: __ExceptionOptionType<
|
|
290
|
+
InvalidRenderingParameterException,
|
|
291
|
+
__BaseException
|
|
292
|
+
>
|
|
293
|
+
);
|
|
294
|
+
}
|
|
295
|
+
export declare class MailFromDomainNotVerifiedException extends __BaseException {
|
|
296
|
+
readonly name: "MailFromDomainNotVerifiedException";
|
|
297
|
+
readonly $fault: "client";
|
|
298
|
+
constructor(
|
|
299
|
+
opts: __ExceptionOptionType<
|
|
300
|
+
MailFromDomainNotVerifiedException,
|
|
301
|
+
__BaseException
|
|
302
|
+
>
|
|
303
|
+
);
|
|
304
|
+
}
|
|
305
|
+
export declare class MessageRejected extends __BaseException {
|
|
306
|
+
readonly name: "MessageRejected";
|
|
307
|
+
readonly $fault: "client";
|
|
308
|
+
constructor(opts: __ExceptionOptionType<MessageRejected, __BaseException>);
|
|
309
|
+
}
|
|
310
|
+
export declare class MissingRenderingAttributeException extends __BaseException {
|
|
311
|
+
readonly name: "MissingRenderingAttributeException";
|
|
312
|
+
readonly $fault: "client";
|
|
313
|
+
TemplateName?: string | undefined;
|
|
314
|
+
constructor(
|
|
315
|
+
opts: __ExceptionOptionType<
|
|
316
|
+
MissingRenderingAttributeException,
|
|
317
|
+
__BaseException
|
|
318
|
+
>
|
|
319
|
+
);
|
|
320
|
+
}
|
|
321
|
+
export declare class ProductionAccessNotGrantedException extends __BaseException {
|
|
322
|
+
readonly name: "ProductionAccessNotGrantedException";
|
|
323
|
+
readonly $fault: "client";
|
|
324
|
+
constructor(
|
|
325
|
+
opts: __ExceptionOptionType<
|
|
326
|
+
ProductionAccessNotGrantedException,
|
|
327
|
+
__BaseException
|
|
328
|
+
>
|
|
329
|
+
);
|
|
330
|
+
}
|