@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,542 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
UserAgentInputConfig,
|
|
7
|
+
UserAgentResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
+
import {
|
|
10
|
+
RegionInputConfig,
|
|
11
|
+
RegionResolvedConfig,
|
|
12
|
+
} from "@smithy/config-resolver";
|
|
13
|
+
import {
|
|
14
|
+
EndpointInputConfig,
|
|
15
|
+
EndpointResolvedConfig,
|
|
16
|
+
} from "@smithy/middleware-endpoint";
|
|
17
|
+
import {
|
|
18
|
+
RetryInputConfig,
|
|
19
|
+
RetryResolvedConfig,
|
|
20
|
+
} from "@smithy/middleware-retry";
|
|
21
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
|
+
import {
|
|
23
|
+
DefaultsMode as __DefaultsMode,
|
|
24
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
25
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
|
+
Client as __Client,
|
|
27
|
+
} from "@smithy/smithy-client";
|
|
28
|
+
import {
|
|
29
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
+
Decoder as __Decoder,
|
|
33
|
+
Encoder as __Encoder,
|
|
34
|
+
HashConstructor as __HashConstructor,
|
|
35
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
36
|
+
Logger as __Logger,
|
|
37
|
+
Provider as __Provider,
|
|
38
|
+
StreamCollector as __StreamCollector,
|
|
39
|
+
UrlParser as __UrlParser,
|
|
40
|
+
AwsCredentialIdentityProvider,
|
|
41
|
+
Provider,
|
|
42
|
+
UserAgent as __UserAgent,
|
|
43
|
+
} from "@smithy/types";
|
|
44
|
+
import {
|
|
45
|
+
HttpAuthSchemeInputConfig,
|
|
46
|
+
HttpAuthSchemeResolvedConfig,
|
|
47
|
+
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
CloneReceiptRuleSetCommandInput,
|
|
50
|
+
CloneReceiptRuleSetCommandOutput,
|
|
51
|
+
} from "./commands/CloneReceiptRuleSetCommand";
|
|
52
|
+
import {
|
|
53
|
+
CreateConfigurationSetCommandInput,
|
|
54
|
+
CreateConfigurationSetCommandOutput,
|
|
55
|
+
} from "./commands/CreateConfigurationSetCommand";
|
|
56
|
+
import {
|
|
57
|
+
CreateConfigurationSetEventDestinationCommandInput,
|
|
58
|
+
CreateConfigurationSetEventDestinationCommandOutput,
|
|
59
|
+
} from "./commands/CreateConfigurationSetEventDestinationCommand";
|
|
60
|
+
import {
|
|
61
|
+
CreateConfigurationSetTrackingOptionsCommandInput,
|
|
62
|
+
CreateConfigurationSetTrackingOptionsCommandOutput,
|
|
63
|
+
} from "./commands/CreateConfigurationSetTrackingOptionsCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateCustomVerificationEmailTemplateCommandInput,
|
|
66
|
+
CreateCustomVerificationEmailTemplateCommandOutput,
|
|
67
|
+
} from "./commands/CreateCustomVerificationEmailTemplateCommand";
|
|
68
|
+
import {
|
|
69
|
+
CreateReceiptFilterCommandInput,
|
|
70
|
+
CreateReceiptFilterCommandOutput,
|
|
71
|
+
} from "./commands/CreateReceiptFilterCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateReceiptRuleCommandInput,
|
|
74
|
+
CreateReceiptRuleCommandOutput,
|
|
75
|
+
} from "./commands/CreateReceiptRuleCommand";
|
|
76
|
+
import {
|
|
77
|
+
CreateReceiptRuleSetCommandInput,
|
|
78
|
+
CreateReceiptRuleSetCommandOutput,
|
|
79
|
+
} from "./commands/CreateReceiptRuleSetCommand";
|
|
80
|
+
import {
|
|
81
|
+
CreateTemplateCommandInput,
|
|
82
|
+
CreateTemplateCommandOutput,
|
|
83
|
+
} from "./commands/CreateTemplateCommand";
|
|
84
|
+
import {
|
|
85
|
+
DeleteConfigurationSetCommandInput,
|
|
86
|
+
DeleteConfigurationSetCommandOutput,
|
|
87
|
+
} from "./commands/DeleteConfigurationSetCommand";
|
|
88
|
+
import {
|
|
89
|
+
DeleteConfigurationSetEventDestinationCommandInput,
|
|
90
|
+
DeleteConfigurationSetEventDestinationCommandOutput,
|
|
91
|
+
} from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
92
|
+
import {
|
|
93
|
+
DeleteConfigurationSetTrackingOptionsCommandInput,
|
|
94
|
+
DeleteConfigurationSetTrackingOptionsCommandOutput,
|
|
95
|
+
} from "./commands/DeleteConfigurationSetTrackingOptionsCommand";
|
|
96
|
+
import {
|
|
97
|
+
DeleteCustomVerificationEmailTemplateCommandInput,
|
|
98
|
+
DeleteCustomVerificationEmailTemplateCommandOutput,
|
|
99
|
+
} from "./commands/DeleteCustomVerificationEmailTemplateCommand";
|
|
100
|
+
import {
|
|
101
|
+
DeleteIdentityCommandInput,
|
|
102
|
+
DeleteIdentityCommandOutput,
|
|
103
|
+
} from "./commands/DeleteIdentityCommand";
|
|
104
|
+
import {
|
|
105
|
+
DeleteIdentityPolicyCommandInput,
|
|
106
|
+
DeleteIdentityPolicyCommandOutput,
|
|
107
|
+
} from "./commands/DeleteIdentityPolicyCommand";
|
|
108
|
+
import {
|
|
109
|
+
DeleteReceiptFilterCommandInput,
|
|
110
|
+
DeleteReceiptFilterCommandOutput,
|
|
111
|
+
} from "./commands/DeleteReceiptFilterCommand";
|
|
112
|
+
import {
|
|
113
|
+
DeleteReceiptRuleCommandInput,
|
|
114
|
+
DeleteReceiptRuleCommandOutput,
|
|
115
|
+
} from "./commands/DeleteReceiptRuleCommand";
|
|
116
|
+
import {
|
|
117
|
+
DeleteReceiptRuleSetCommandInput,
|
|
118
|
+
DeleteReceiptRuleSetCommandOutput,
|
|
119
|
+
} from "./commands/DeleteReceiptRuleSetCommand";
|
|
120
|
+
import {
|
|
121
|
+
DeleteTemplateCommandInput,
|
|
122
|
+
DeleteTemplateCommandOutput,
|
|
123
|
+
} from "./commands/DeleteTemplateCommand";
|
|
124
|
+
import {
|
|
125
|
+
DeleteVerifiedEmailAddressCommandInput,
|
|
126
|
+
DeleteVerifiedEmailAddressCommandOutput,
|
|
127
|
+
} from "./commands/DeleteVerifiedEmailAddressCommand";
|
|
128
|
+
import {
|
|
129
|
+
DescribeActiveReceiptRuleSetCommandInput,
|
|
130
|
+
DescribeActiveReceiptRuleSetCommandOutput,
|
|
131
|
+
} from "./commands/DescribeActiveReceiptRuleSetCommand";
|
|
132
|
+
import {
|
|
133
|
+
DescribeConfigurationSetCommandInput,
|
|
134
|
+
DescribeConfigurationSetCommandOutput,
|
|
135
|
+
} from "./commands/DescribeConfigurationSetCommand";
|
|
136
|
+
import {
|
|
137
|
+
DescribeReceiptRuleCommandInput,
|
|
138
|
+
DescribeReceiptRuleCommandOutput,
|
|
139
|
+
} from "./commands/DescribeReceiptRuleCommand";
|
|
140
|
+
import {
|
|
141
|
+
DescribeReceiptRuleSetCommandInput,
|
|
142
|
+
DescribeReceiptRuleSetCommandOutput,
|
|
143
|
+
} from "./commands/DescribeReceiptRuleSetCommand";
|
|
144
|
+
import {
|
|
145
|
+
GetAccountSendingEnabledCommandInput,
|
|
146
|
+
GetAccountSendingEnabledCommandOutput,
|
|
147
|
+
} from "./commands/GetAccountSendingEnabledCommand";
|
|
148
|
+
import {
|
|
149
|
+
GetCustomVerificationEmailTemplateCommandInput,
|
|
150
|
+
GetCustomVerificationEmailTemplateCommandOutput,
|
|
151
|
+
} from "./commands/GetCustomVerificationEmailTemplateCommand";
|
|
152
|
+
import {
|
|
153
|
+
GetIdentityDkimAttributesCommandInput,
|
|
154
|
+
GetIdentityDkimAttributesCommandOutput,
|
|
155
|
+
} from "./commands/GetIdentityDkimAttributesCommand";
|
|
156
|
+
import {
|
|
157
|
+
GetIdentityMailFromDomainAttributesCommandInput,
|
|
158
|
+
GetIdentityMailFromDomainAttributesCommandOutput,
|
|
159
|
+
} from "./commands/GetIdentityMailFromDomainAttributesCommand";
|
|
160
|
+
import {
|
|
161
|
+
GetIdentityNotificationAttributesCommandInput,
|
|
162
|
+
GetIdentityNotificationAttributesCommandOutput,
|
|
163
|
+
} from "./commands/GetIdentityNotificationAttributesCommand";
|
|
164
|
+
import {
|
|
165
|
+
GetIdentityPoliciesCommandInput,
|
|
166
|
+
GetIdentityPoliciesCommandOutput,
|
|
167
|
+
} from "./commands/GetIdentityPoliciesCommand";
|
|
168
|
+
import {
|
|
169
|
+
GetIdentityVerificationAttributesCommandInput,
|
|
170
|
+
GetIdentityVerificationAttributesCommandOutput,
|
|
171
|
+
} from "./commands/GetIdentityVerificationAttributesCommand";
|
|
172
|
+
import {
|
|
173
|
+
GetSendQuotaCommandInput,
|
|
174
|
+
GetSendQuotaCommandOutput,
|
|
175
|
+
} from "./commands/GetSendQuotaCommand";
|
|
176
|
+
import {
|
|
177
|
+
GetSendStatisticsCommandInput,
|
|
178
|
+
GetSendStatisticsCommandOutput,
|
|
179
|
+
} from "./commands/GetSendStatisticsCommand";
|
|
180
|
+
import {
|
|
181
|
+
GetTemplateCommandInput,
|
|
182
|
+
GetTemplateCommandOutput,
|
|
183
|
+
} from "./commands/GetTemplateCommand";
|
|
184
|
+
import {
|
|
185
|
+
ListConfigurationSetsCommandInput,
|
|
186
|
+
ListConfigurationSetsCommandOutput,
|
|
187
|
+
} from "./commands/ListConfigurationSetsCommand";
|
|
188
|
+
import {
|
|
189
|
+
ListCustomVerificationEmailTemplatesCommandInput,
|
|
190
|
+
ListCustomVerificationEmailTemplatesCommandOutput,
|
|
191
|
+
} from "./commands/ListCustomVerificationEmailTemplatesCommand";
|
|
192
|
+
import {
|
|
193
|
+
ListIdentitiesCommandInput,
|
|
194
|
+
ListIdentitiesCommandOutput,
|
|
195
|
+
} from "./commands/ListIdentitiesCommand";
|
|
196
|
+
import {
|
|
197
|
+
ListIdentityPoliciesCommandInput,
|
|
198
|
+
ListIdentityPoliciesCommandOutput,
|
|
199
|
+
} from "./commands/ListIdentityPoliciesCommand";
|
|
200
|
+
import {
|
|
201
|
+
ListReceiptFiltersCommandInput,
|
|
202
|
+
ListReceiptFiltersCommandOutput,
|
|
203
|
+
} from "./commands/ListReceiptFiltersCommand";
|
|
204
|
+
import {
|
|
205
|
+
ListReceiptRuleSetsCommandInput,
|
|
206
|
+
ListReceiptRuleSetsCommandOutput,
|
|
207
|
+
} from "./commands/ListReceiptRuleSetsCommand";
|
|
208
|
+
import {
|
|
209
|
+
ListTemplatesCommandInput,
|
|
210
|
+
ListTemplatesCommandOutput,
|
|
211
|
+
} from "./commands/ListTemplatesCommand";
|
|
212
|
+
import {
|
|
213
|
+
ListVerifiedEmailAddressesCommandInput,
|
|
214
|
+
ListVerifiedEmailAddressesCommandOutput,
|
|
215
|
+
} from "./commands/ListVerifiedEmailAddressesCommand";
|
|
216
|
+
import {
|
|
217
|
+
PutConfigurationSetDeliveryOptionsCommandInput,
|
|
218
|
+
PutConfigurationSetDeliveryOptionsCommandOutput,
|
|
219
|
+
} from "./commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
220
|
+
import {
|
|
221
|
+
PutIdentityPolicyCommandInput,
|
|
222
|
+
PutIdentityPolicyCommandOutput,
|
|
223
|
+
} from "./commands/PutIdentityPolicyCommand";
|
|
224
|
+
import {
|
|
225
|
+
ReorderReceiptRuleSetCommandInput,
|
|
226
|
+
ReorderReceiptRuleSetCommandOutput,
|
|
227
|
+
} from "./commands/ReorderReceiptRuleSetCommand";
|
|
228
|
+
import {
|
|
229
|
+
SendBounceCommandInput,
|
|
230
|
+
SendBounceCommandOutput,
|
|
231
|
+
} from "./commands/SendBounceCommand";
|
|
232
|
+
import {
|
|
233
|
+
SendBulkTemplatedEmailCommandInput,
|
|
234
|
+
SendBulkTemplatedEmailCommandOutput,
|
|
235
|
+
} from "./commands/SendBulkTemplatedEmailCommand";
|
|
236
|
+
import {
|
|
237
|
+
SendCustomVerificationEmailCommandInput,
|
|
238
|
+
SendCustomVerificationEmailCommandOutput,
|
|
239
|
+
} from "./commands/SendCustomVerificationEmailCommand";
|
|
240
|
+
import {
|
|
241
|
+
SendEmailCommandInput,
|
|
242
|
+
SendEmailCommandOutput,
|
|
243
|
+
} from "./commands/SendEmailCommand";
|
|
244
|
+
import {
|
|
245
|
+
SendRawEmailCommandInput,
|
|
246
|
+
SendRawEmailCommandOutput,
|
|
247
|
+
} from "./commands/SendRawEmailCommand";
|
|
248
|
+
import {
|
|
249
|
+
SendTemplatedEmailCommandInput,
|
|
250
|
+
SendTemplatedEmailCommandOutput,
|
|
251
|
+
} from "./commands/SendTemplatedEmailCommand";
|
|
252
|
+
import {
|
|
253
|
+
SetActiveReceiptRuleSetCommandInput,
|
|
254
|
+
SetActiveReceiptRuleSetCommandOutput,
|
|
255
|
+
} from "./commands/SetActiveReceiptRuleSetCommand";
|
|
256
|
+
import {
|
|
257
|
+
SetIdentityDkimEnabledCommandInput,
|
|
258
|
+
SetIdentityDkimEnabledCommandOutput,
|
|
259
|
+
} from "./commands/SetIdentityDkimEnabledCommand";
|
|
260
|
+
import {
|
|
261
|
+
SetIdentityFeedbackForwardingEnabledCommandInput,
|
|
262
|
+
SetIdentityFeedbackForwardingEnabledCommandOutput,
|
|
263
|
+
} from "./commands/SetIdentityFeedbackForwardingEnabledCommand";
|
|
264
|
+
import {
|
|
265
|
+
SetIdentityHeadersInNotificationsEnabledCommandInput,
|
|
266
|
+
SetIdentityHeadersInNotificationsEnabledCommandOutput,
|
|
267
|
+
} from "./commands/SetIdentityHeadersInNotificationsEnabledCommand";
|
|
268
|
+
import {
|
|
269
|
+
SetIdentityMailFromDomainCommandInput,
|
|
270
|
+
SetIdentityMailFromDomainCommandOutput,
|
|
271
|
+
} from "./commands/SetIdentityMailFromDomainCommand";
|
|
272
|
+
import {
|
|
273
|
+
SetIdentityNotificationTopicCommandInput,
|
|
274
|
+
SetIdentityNotificationTopicCommandOutput,
|
|
275
|
+
} from "./commands/SetIdentityNotificationTopicCommand";
|
|
276
|
+
import {
|
|
277
|
+
SetReceiptRulePositionCommandInput,
|
|
278
|
+
SetReceiptRulePositionCommandOutput,
|
|
279
|
+
} from "./commands/SetReceiptRulePositionCommand";
|
|
280
|
+
import {
|
|
281
|
+
TestRenderTemplateCommandInput,
|
|
282
|
+
TestRenderTemplateCommandOutput,
|
|
283
|
+
} from "./commands/TestRenderTemplateCommand";
|
|
284
|
+
import {
|
|
285
|
+
UpdateAccountSendingEnabledCommandInput,
|
|
286
|
+
UpdateAccountSendingEnabledCommandOutput,
|
|
287
|
+
} from "./commands/UpdateAccountSendingEnabledCommand";
|
|
288
|
+
import {
|
|
289
|
+
UpdateConfigurationSetEventDestinationCommandInput,
|
|
290
|
+
UpdateConfigurationSetEventDestinationCommandOutput,
|
|
291
|
+
} from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
292
|
+
import {
|
|
293
|
+
UpdateConfigurationSetReputationMetricsEnabledCommandInput,
|
|
294
|
+
UpdateConfigurationSetReputationMetricsEnabledCommandOutput,
|
|
295
|
+
} from "./commands/UpdateConfigurationSetReputationMetricsEnabledCommand";
|
|
296
|
+
import {
|
|
297
|
+
UpdateConfigurationSetSendingEnabledCommandInput,
|
|
298
|
+
UpdateConfigurationSetSendingEnabledCommandOutput,
|
|
299
|
+
} from "./commands/UpdateConfigurationSetSendingEnabledCommand";
|
|
300
|
+
import {
|
|
301
|
+
UpdateConfigurationSetTrackingOptionsCommandInput,
|
|
302
|
+
UpdateConfigurationSetTrackingOptionsCommandOutput,
|
|
303
|
+
} from "./commands/UpdateConfigurationSetTrackingOptionsCommand";
|
|
304
|
+
import {
|
|
305
|
+
UpdateCustomVerificationEmailTemplateCommandInput,
|
|
306
|
+
UpdateCustomVerificationEmailTemplateCommandOutput,
|
|
307
|
+
} from "./commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
308
|
+
import {
|
|
309
|
+
UpdateReceiptRuleCommandInput,
|
|
310
|
+
UpdateReceiptRuleCommandOutput,
|
|
311
|
+
} from "./commands/UpdateReceiptRuleCommand";
|
|
312
|
+
import {
|
|
313
|
+
UpdateTemplateCommandInput,
|
|
314
|
+
UpdateTemplateCommandOutput,
|
|
315
|
+
} from "./commands/UpdateTemplateCommand";
|
|
316
|
+
import {
|
|
317
|
+
VerifyDomainDkimCommandInput,
|
|
318
|
+
VerifyDomainDkimCommandOutput,
|
|
319
|
+
} from "./commands/VerifyDomainDkimCommand";
|
|
320
|
+
import {
|
|
321
|
+
VerifyDomainIdentityCommandInput,
|
|
322
|
+
VerifyDomainIdentityCommandOutput,
|
|
323
|
+
} from "./commands/VerifyDomainIdentityCommand";
|
|
324
|
+
import {
|
|
325
|
+
VerifyEmailAddressCommandInput,
|
|
326
|
+
VerifyEmailAddressCommandOutput,
|
|
327
|
+
} from "./commands/VerifyEmailAddressCommand";
|
|
328
|
+
import {
|
|
329
|
+
VerifyEmailIdentityCommandInput,
|
|
330
|
+
VerifyEmailIdentityCommandOutput,
|
|
331
|
+
} from "./commands/VerifyEmailIdentityCommand";
|
|
332
|
+
import {
|
|
333
|
+
ClientInputEndpointParameters,
|
|
334
|
+
ClientResolvedEndpointParameters,
|
|
335
|
+
EndpointParameters,
|
|
336
|
+
} from "./endpoint/EndpointParameters";
|
|
337
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
338
|
+
export { __Client };
|
|
339
|
+
export type ServiceInputTypes =
|
|
340
|
+
| CloneReceiptRuleSetCommandInput
|
|
341
|
+
| CreateConfigurationSetCommandInput
|
|
342
|
+
| CreateConfigurationSetEventDestinationCommandInput
|
|
343
|
+
| CreateConfigurationSetTrackingOptionsCommandInput
|
|
344
|
+
| CreateCustomVerificationEmailTemplateCommandInput
|
|
345
|
+
| CreateReceiptFilterCommandInput
|
|
346
|
+
| CreateReceiptRuleCommandInput
|
|
347
|
+
| CreateReceiptRuleSetCommandInput
|
|
348
|
+
| CreateTemplateCommandInput
|
|
349
|
+
| DeleteConfigurationSetCommandInput
|
|
350
|
+
| DeleteConfigurationSetEventDestinationCommandInput
|
|
351
|
+
| DeleteConfigurationSetTrackingOptionsCommandInput
|
|
352
|
+
| DeleteCustomVerificationEmailTemplateCommandInput
|
|
353
|
+
| DeleteIdentityCommandInput
|
|
354
|
+
| DeleteIdentityPolicyCommandInput
|
|
355
|
+
| DeleteReceiptFilterCommandInput
|
|
356
|
+
| DeleteReceiptRuleCommandInput
|
|
357
|
+
| DeleteReceiptRuleSetCommandInput
|
|
358
|
+
| DeleteTemplateCommandInput
|
|
359
|
+
| DeleteVerifiedEmailAddressCommandInput
|
|
360
|
+
| DescribeActiveReceiptRuleSetCommandInput
|
|
361
|
+
| DescribeConfigurationSetCommandInput
|
|
362
|
+
| DescribeReceiptRuleCommandInput
|
|
363
|
+
| DescribeReceiptRuleSetCommandInput
|
|
364
|
+
| GetAccountSendingEnabledCommandInput
|
|
365
|
+
| GetCustomVerificationEmailTemplateCommandInput
|
|
366
|
+
| GetIdentityDkimAttributesCommandInput
|
|
367
|
+
| GetIdentityMailFromDomainAttributesCommandInput
|
|
368
|
+
| GetIdentityNotificationAttributesCommandInput
|
|
369
|
+
| GetIdentityPoliciesCommandInput
|
|
370
|
+
| GetIdentityVerificationAttributesCommandInput
|
|
371
|
+
| GetSendQuotaCommandInput
|
|
372
|
+
| GetSendStatisticsCommandInput
|
|
373
|
+
| GetTemplateCommandInput
|
|
374
|
+
| ListConfigurationSetsCommandInput
|
|
375
|
+
| ListCustomVerificationEmailTemplatesCommandInput
|
|
376
|
+
| ListIdentitiesCommandInput
|
|
377
|
+
| ListIdentityPoliciesCommandInput
|
|
378
|
+
| ListReceiptFiltersCommandInput
|
|
379
|
+
| ListReceiptRuleSetsCommandInput
|
|
380
|
+
| ListTemplatesCommandInput
|
|
381
|
+
| ListVerifiedEmailAddressesCommandInput
|
|
382
|
+
| PutConfigurationSetDeliveryOptionsCommandInput
|
|
383
|
+
| PutIdentityPolicyCommandInput
|
|
384
|
+
| ReorderReceiptRuleSetCommandInput
|
|
385
|
+
| SendBounceCommandInput
|
|
386
|
+
| SendBulkTemplatedEmailCommandInput
|
|
387
|
+
| SendCustomVerificationEmailCommandInput
|
|
388
|
+
| SendEmailCommandInput
|
|
389
|
+
| SendRawEmailCommandInput
|
|
390
|
+
| SendTemplatedEmailCommandInput
|
|
391
|
+
| SetActiveReceiptRuleSetCommandInput
|
|
392
|
+
| SetIdentityDkimEnabledCommandInput
|
|
393
|
+
| SetIdentityFeedbackForwardingEnabledCommandInput
|
|
394
|
+
| SetIdentityHeadersInNotificationsEnabledCommandInput
|
|
395
|
+
| SetIdentityMailFromDomainCommandInput
|
|
396
|
+
| SetIdentityNotificationTopicCommandInput
|
|
397
|
+
| SetReceiptRulePositionCommandInput
|
|
398
|
+
| TestRenderTemplateCommandInput
|
|
399
|
+
| UpdateAccountSendingEnabledCommandInput
|
|
400
|
+
| UpdateConfigurationSetEventDestinationCommandInput
|
|
401
|
+
| UpdateConfigurationSetReputationMetricsEnabledCommandInput
|
|
402
|
+
| UpdateConfigurationSetSendingEnabledCommandInput
|
|
403
|
+
| UpdateConfigurationSetTrackingOptionsCommandInput
|
|
404
|
+
| UpdateCustomVerificationEmailTemplateCommandInput
|
|
405
|
+
| UpdateReceiptRuleCommandInput
|
|
406
|
+
| UpdateTemplateCommandInput
|
|
407
|
+
| VerifyDomainDkimCommandInput
|
|
408
|
+
| VerifyDomainIdentityCommandInput
|
|
409
|
+
| VerifyEmailAddressCommandInput
|
|
410
|
+
| VerifyEmailIdentityCommandInput;
|
|
411
|
+
export type ServiceOutputTypes =
|
|
412
|
+
| CloneReceiptRuleSetCommandOutput
|
|
413
|
+
| CreateConfigurationSetCommandOutput
|
|
414
|
+
| CreateConfigurationSetEventDestinationCommandOutput
|
|
415
|
+
| CreateConfigurationSetTrackingOptionsCommandOutput
|
|
416
|
+
| CreateCustomVerificationEmailTemplateCommandOutput
|
|
417
|
+
| CreateReceiptFilterCommandOutput
|
|
418
|
+
| CreateReceiptRuleCommandOutput
|
|
419
|
+
| CreateReceiptRuleSetCommandOutput
|
|
420
|
+
| CreateTemplateCommandOutput
|
|
421
|
+
| DeleteConfigurationSetCommandOutput
|
|
422
|
+
| DeleteConfigurationSetEventDestinationCommandOutput
|
|
423
|
+
| DeleteConfigurationSetTrackingOptionsCommandOutput
|
|
424
|
+
| DeleteCustomVerificationEmailTemplateCommandOutput
|
|
425
|
+
| DeleteIdentityCommandOutput
|
|
426
|
+
| DeleteIdentityPolicyCommandOutput
|
|
427
|
+
| DeleteReceiptFilterCommandOutput
|
|
428
|
+
| DeleteReceiptRuleCommandOutput
|
|
429
|
+
| DeleteReceiptRuleSetCommandOutput
|
|
430
|
+
| DeleteTemplateCommandOutput
|
|
431
|
+
| DeleteVerifiedEmailAddressCommandOutput
|
|
432
|
+
| DescribeActiveReceiptRuleSetCommandOutput
|
|
433
|
+
| DescribeConfigurationSetCommandOutput
|
|
434
|
+
| DescribeReceiptRuleCommandOutput
|
|
435
|
+
| DescribeReceiptRuleSetCommandOutput
|
|
436
|
+
| GetAccountSendingEnabledCommandOutput
|
|
437
|
+
| GetCustomVerificationEmailTemplateCommandOutput
|
|
438
|
+
| GetIdentityDkimAttributesCommandOutput
|
|
439
|
+
| GetIdentityMailFromDomainAttributesCommandOutput
|
|
440
|
+
| GetIdentityNotificationAttributesCommandOutput
|
|
441
|
+
| GetIdentityPoliciesCommandOutput
|
|
442
|
+
| GetIdentityVerificationAttributesCommandOutput
|
|
443
|
+
| GetSendQuotaCommandOutput
|
|
444
|
+
| GetSendStatisticsCommandOutput
|
|
445
|
+
| GetTemplateCommandOutput
|
|
446
|
+
| ListConfigurationSetsCommandOutput
|
|
447
|
+
| ListCustomVerificationEmailTemplatesCommandOutput
|
|
448
|
+
| ListIdentitiesCommandOutput
|
|
449
|
+
| ListIdentityPoliciesCommandOutput
|
|
450
|
+
| ListReceiptFiltersCommandOutput
|
|
451
|
+
| ListReceiptRuleSetsCommandOutput
|
|
452
|
+
| ListTemplatesCommandOutput
|
|
453
|
+
| ListVerifiedEmailAddressesCommandOutput
|
|
454
|
+
| PutConfigurationSetDeliveryOptionsCommandOutput
|
|
455
|
+
| PutIdentityPolicyCommandOutput
|
|
456
|
+
| ReorderReceiptRuleSetCommandOutput
|
|
457
|
+
| SendBounceCommandOutput
|
|
458
|
+
| SendBulkTemplatedEmailCommandOutput
|
|
459
|
+
| SendCustomVerificationEmailCommandOutput
|
|
460
|
+
| SendEmailCommandOutput
|
|
461
|
+
| SendRawEmailCommandOutput
|
|
462
|
+
| SendTemplatedEmailCommandOutput
|
|
463
|
+
| SetActiveReceiptRuleSetCommandOutput
|
|
464
|
+
| SetIdentityDkimEnabledCommandOutput
|
|
465
|
+
| SetIdentityFeedbackForwardingEnabledCommandOutput
|
|
466
|
+
| SetIdentityHeadersInNotificationsEnabledCommandOutput
|
|
467
|
+
| SetIdentityMailFromDomainCommandOutput
|
|
468
|
+
| SetIdentityNotificationTopicCommandOutput
|
|
469
|
+
| SetReceiptRulePositionCommandOutput
|
|
470
|
+
| TestRenderTemplateCommandOutput
|
|
471
|
+
| UpdateAccountSendingEnabledCommandOutput
|
|
472
|
+
| UpdateConfigurationSetEventDestinationCommandOutput
|
|
473
|
+
| UpdateConfigurationSetReputationMetricsEnabledCommandOutput
|
|
474
|
+
| UpdateConfigurationSetSendingEnabledCommandOutput
|
|
475
|
+
| UpdateConfigurationSetTrackingOptionsCommandOutput
|
|
476
|
+
| UpdateCustomVerificationEmailTemplateCommandOutput
|
|
477
|
+
| UpdateReceiptRuleCommandOutput
|
|
478
|
+
| UpdateTemplateCommandOutput
|
|
479
|
+
| VerifyDomainDkimCommandOutput
|
|
480
|
+
| VerifyDomainIdentityCommandOutput
|
|
481
|
+
| VerifyEmailAddressCommandOutput
|
|
482
|
+
| VerifyEmailIdentityCommandOutput;
|
|
483
|
+
export interface ClientDefaults
|
|
484
|
+
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
485
|
+
requestHandler?: __HttpHandlerUserInput;
|
|
486
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
487
|
+
urlParser?: __UrlParser;
|
|
488
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
489
|
+
streamCollector?: __StreamCollector;
|
|
490
|
+
base64Decoder?: __Decoder;
|
|
491
|
+
base64Encoder?: __Encoder;
|
|
492
|
+
utf8Decoder?: __Decoder;
|
|
493
|
+
utf8Encoder?: __Encoder;
|
|
494
|
+
runtime?: string;
|
|
495
|
+
disableHostPrefix?: boolean;
|
|
496
|
+
serviceId?: string;
|
|
497
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
498
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
499
|
+
region?: string | __Provider<string>;
|
|
500
|
+
profile?: string;
|
|
501
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
502
|
+
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
503
|
+
maxAttempts?: number | __Provider<number>;
|
|
504
|
+
retryMode?: string | __Provider<string>;
|
|
505
|
+
logger?: __Logger;
|
|
506
|
+
extensions?: RuntimeExtension[];
|
|
507
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
508
|
+
}
|
|
509
|
+
export type SESClientConfigType = Partial<
|
|
510
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
511
|
+
> &
|
|
512
|
+
ClientDefaults &
|
|
513
|
+
UserAgentInputConfig &
|
|
514
|
+
RetryInputConfig &
|
|
515
|
+
RegionInputConfig &
|
|
516
|
+
HostHeaderInputConfig &
|
|
517
|
+
EndpointInputConfig<EndpointParameters> &
|
|
518
|
+
HttpAuthSchemeInputConfig &
|
|
519
|
+
ClientInputEndpointParameters;
|
|
520
|
+
export interface SESClientConfig extends SESClientConfigType {}
|
|
521
|
+
export type SESClientResolvedConfigType =
|
|
522
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
523
|
+
Required<ClientDefaults> &
|
|
524
|
+
RuntimeExtensionsConfig &
|
|
525
|
+
UserAgentResolvedConfig &
|
|
526
|
+
RetryResolvedConfig &
|
|
527
|
+
RegionResolvedConfig &
|
|
528
|
+
HostHeaderResolvedConfig &
|
|
529
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
530
|
+
HttpAuthSchemeResolvedConfig &
|
|
531
|
+
ClientResolvedEndpointParameters;
|
|
532
|
+
export interface SESClientResolvedConfig extends SESClientResolvedConfigType {}
|
|
533
|
+
export declare class SESClient extends __Client<
|
|
534
|
+
__HttpHandlerOptions,
|
|
535
|
+
ServiceInputTypes,
|
|
536
|
+
ServiceOutputTypes,
|
|
537
|
+
SESClientResolvedConfig
|
|
538
|
+
> {
|
|
539
|
+
readonly config: SESClientResolvedConfig;
|
|
540
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<SESClientConfig>);
|
|
541
|
+
destroy(): void;
|
|
542
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpAuthScheme,
|
|
3
|
+
AwsCredentialIdentity,
|
|
4
|
+
AwsCredentialIdentityProvider,
|
|
5
|
+
} from "@smithy/types";
|
|
6
|
+
import { SESHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
|
+
export interface HttpAuthExtensionConfiguration {
|
|
8
|
+
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
|
+
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
+
setHttpAuthSchemeProvider(
|
|
11
|
+
httpAuthSchemeProvider: SESHttpAuthSchemeProvider
|
|
12
|
+
): void;
|
|
13
|
+
httpAuthSchemeProvider(): SESHttpAuthSchemeProvider;
|
|
14
|
+
setCredentials(
|
|
15
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
|
|
16
|
+
): void;
|
|
17
|
+
credentials():
|
|
18
|
+
| AwsCredentialIdentity
|
|
19
|
+
| AwsCredentialIdentityProvider
|
|
20
|
+
| undefined;
|
|
21
|
+
}
|
|
22
|
+
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
|
+
httpAuthSchemes: HttpAuthScheme[];
|
|
24
|
+
httpAuthSchemeProvider: SESHttpAuthSchemeProvider;
|
|
25
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
|
+
}>;
|
|
27
|
+
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
+
runtimeConfig: HttpAuthRuntimeConfig
|
|
29
|
+
) => HttpAuthExtensionConfiguration;
|
|
30
|
+
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
+
config: HttpAuthExtensionConfiguration
|
|
32
|
+
) => HttpAuthRuntimeConfig;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsSdkSigV4AuthInputConfig,
|
|
3
|
+
AwsSdkSigV4AuthResolvedConfig,
|
|
4
|
+
AwsSdkSigV4PreviouslyResolved,
|
|
5
|
+
} from "@aws-sdk/core";
|
|
6
|
+
import {
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpAuthScheme,
|
|
9
|
+
HttpAuthSchemeParameters,
|
|
10
|
+
HttpAuthSchemeParametersProvider,
|
|
11
|
+
HttpAuthSchemeProvider,
|
|
12
|
+
Provider,
|
|
13
|
+
} from "@smithy/types";
|
|
14
|
+
import { SESClientResolvedConfig } from "../SESClient";
|
|
15
|
+
export interface SESHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
16
|
+
region?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface SESHttpAuthSchemeParametersProvider
|
|
19
|
+
extends HttpAuthSchemeParametersProvider<
|
|
20
|
+
SESClientResolvedConfig,
|
|
21
|
+
HandlerExecutionContext,
|
|
22
|
+
SESHttpAuthSchemeParameters,
|
|
23
|
+
object
|
|
24
|
+
> {}
|
|
25
|
+
export declare const defaultSESHttpAuthSchemeParametersProvider: (
|
|
26
|
+
config: SESClientResolvedConfig,
|
|
27
|
+
context: HandlerExecutionContext,
|
|
28
|
+
input: object
|
|
29
|
+
) => Promise<SESHttpAuthSchemeParameters>;
|
|
30
|
+
export interface SESHttpAuthSchemeProvider
|
|
31
|
+
extends HttpAuthSchemeProvider<SESHttpAuthSchemeParameters> {}
|
|
32
|
+
export declare const defaultSESHttpAuthSchemeProvider: SESHttpAuthSchemeProvider;
|
|
33
|
+
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
|
+
authSchemePreference?: string[] | Provider<string[]>;
|
|
35
|
+
httpAuthSchemes?: HttpAuthScheme[];
|
|
36
|
+
httpAuthSchemeProvider?: SESHttpAuthSchemeProvider;
|
|
37
|
+
}
|
|
38
|
+
export interface HttpAuthSchemeResolvedConfig
|
|
39
|
+
extends AwsSdkSigV4AuthResolvedConfig {
|
|
40
|
+
readonly authSchemePreference: Provider<string[]>;
|
|
41
|
+
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
42
|
+
readonly httpAuthSchemeProvider: SESHttpAuthSchemeProvider;
|
|
43
|
+
}
|
|
44
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
45
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
46
|
+
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CloneReceiptRuleSetRequest,
|
|
5
|
+
CloneReceiptRuleSetResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
SESClientResolvedConfig,
|
|
11
|
+
} from "../SESClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CloneReceiptRuleSetCommandInput
|
|
15
|
+
extends CloneReceiptRuleSetRequest {}
|
|
16
|
+
export interface CloneReceiptRuleSetCommandOutput
|
|
17
|
+
extends CloneReceiptRuleSetResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CloneReceiptRuleSetCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CloneReceiptRuleSetCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CloneReceiptRuleSetCommandInput,
|
|
24
|
+
CloneReceiptRuleSetCommandOutput,
|
|
25
|
+
SESClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CloneReceiptRuleSetCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CloneReceiptRuleSetCommandInput,
|
|
33
|
+
CloneReceiptRuleSetCommandOutput,
|
|
34
|
+
SESClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CloneReceiptRuleSetCommand extends CloneReceiptRuleSetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CloneReceiptRuleSetRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CloneReceiptRuleSetCommandInput;
|
|
48
|
+
output: CloneReceiptRuleSetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|