@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,118 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetIdentityVerificationAttributesRequest, GetIdentityVerificationAttributesResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetIdentityVerificationAttributesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetIdentityVerificationAttributesCommandInput extends GetIdentityVerificationAttributesRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetIdentityVerificationAttributesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetIdentityVerificationAttributesCommandOutput extends GetIdentityVerificationAttributesResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetIdentityVerificationAttributesCommand_base: {
|
|
25
|
+
new (input: GetIdentityVerificationAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityVerificationAttributesCommandInput, GetIdentityVerificationAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetIdentityVerificationAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIdentityVerificationAttributesCommandInput, GetIdentityVerificationAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Given a list of identities (email addresses and/or domains), returns the verification
|
|
31
|
+
* status and (for domain identities) the verification token for each identity.</p>
|
|
32
|
+
* <p>The verification status of an email address is "Pending" until the email address owner
|
|
33
|
+
* clicks the link within the verification email that Amazon SES sent to that address. If the
|
|
34
|
+
* email address owner clicks the link within 24 hours, the verification status of the
|
|
35
|
+
* email address changes to "Success". If the link is not clicked within 24 hours, the
|
|
36
|
+
* verification status changes to "Failed." In that case, to verify the email address, you
|
|
37
|
+
* must restart the verification process from the beginning.</p>
|
|
38
|
+
* <p>For domain identities, the domain's verification status is "Pending" as Amazon SES searches
|
|
39
|
+
* for the required TXT record in the DNS settings of the domain. When Amazon SES detects the
|
|
40
|
+
* record, the domain's verification status changes to "Success". If Amazon SES is unable to
|
|
41
|
+
* detect the record within 72 hours, the domain's verification status changes to "Failed."
|
|
42
|
+
* In that case, to verify the domain, you must restart the verification process from the
|
|
43
|
+
* beginning.</p>
|
|
44
|
+
* <p>This operation is throttled at one request per second and can only get verification
|
|
45
|
+
* attributes for up to 100 identities at a time.</p>
|
|
46
|
+
* @example
|
|
47
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
48
|
+
* ```javascript
|
|
49
|
+
* import { SESClient, GetIdentityVerificationAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
50
|
+
* // const { SESClient, GetIdentityVerificationAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
51
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
52
|
+
* const config = {}; // type is SESClientConfig
|
|
53
|
+
* const client = new SESClient(config);
|
|
54
|
+
* const input = { // GetIdentityVerificationAttributesRequest
|
|
55
|
+
* Identities: [ // IdentityList // required
|
|
56
|
+
* "STRING_VALUE",
|
|
57
|
+
* ],
|
|
58
|
+
* };
|
|
59
|
+
* const command = new GetIdentityVerificationAttributesCommand(input);
|
|
60
|
+
* const response = await client.send(command);
|
|
61
|
+
* // { // GetIdentityVerificationAttributesResponse
|
|
62
|
+
* // VerificationAttributes: { // VerificationAttributes // required
|
|
63
|
+
* // "<keys>": { // IdentityVerificationAttributes
|
|
64
|
+
* // VerificationStatus: "Pending" || "Success" || "Failed" || "TemporaryFailure" || "NotStarted", // required
|
|
65
|
+
* // VerificationToken: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
70
|
+
* ```
|
|
71
|
+
*
|
|
72
|
+
* @param GetIdentityVerificationAttributesCommandInput - {@link GetIdentityVerificationAttributesCommandInput}
|
|
73
|
+
* @returns {@link GetIdentityVerificationAttributesCommandOutput}
|
|
74
|
+
* @see {@link GetIdentityVerificationAttributesCommandInput} for command's `input` shape.
|
|
75
|
+
* @see {@link GetIdentityVerificationAttributesCommandOutput} for command's `response` shape.
|
|
76
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link SESServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
80
|
+
*
|
|
81
|
+
*
|
|
82
|
+
* @example GetIdentityVerificationAttributes
|
|
83
|
+
* ```javascript
|
|
84
|
+
* // The following example returns the verification status and the verification token for a domain identity:
|
|
85
|
+
* const input = {
|
|
86
|
+
* Identities: [
|
|
87
|
+
* "example.com"
|
|
88
|
+
* ]
|
|
89
|
+
* };
|
|
90
|
+
* const command = new GetIdentityVerificationAttributesCommand(input);
|
|
91
|
+
* const response = await client.send(command);
|
|
92
|
+
* /* response is
|
|
93
|
+
* {
|
|
94
|
+
* VerificationAttributes: {
|
|
95
|
+
* example.com: {
|
|
96
|
+
* VerificationStatus: "Success",
|
|
97
|
+
* VerificationToken: "EXAMPLE3VYb9EDI2nTOQRi/Tf6MI/6bD6THIGiP1MVY="
|
|
98
|
+
* }
|
|
99
|
+
* }
|
|
100
|
+
* }
|
|
101
|
+
* *\/
|
|
102
|
+
* ```
|
|
103
|
+
*
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export declare class GetIdentityVerificationAttributesCommand extends GetIdentityVerificationAttributesCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: GetIdentityVerificationAttributesRequest;
|
|
111
|
+
output: GetIdentityVerificationAttributesResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: GetIdentityVerificationAttributesCommandInput;
|
|
115
|
+
output: GetIdentityVerificationAttributesCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetSendQuotaResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetSendQuotaCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetSendQuotaCommandInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetSendQuotaCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetSendQuotaCommandOutput extends GetSendQuotaResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetSendQuotaCommand_base: {
|
|
25
|
+
new (input: GetSendQuotaCommandInput): import("@smithy/smithy-client").CommandImpl<GetSendQuotaCommandInput, GetSendQuotaCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetSendQuotaCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSendQuotaCommandInput, GetSendQuotaCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Provides the sending limits for the Amazon SES account. </p>
|
|
31
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { SESClient, GetSendQuotaCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
36
|
+
* // const { SESClient, GetSendQuotaCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
37
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
38
|
+
* const config = {}; // type is SESClientConfig
|
|
39
|
+
* const client = new SESClient(config);
|
|
40
|
+
* const input = {};
|
|
41
|
+
* const command = new GetSendQuotaCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetSendQuotaResponse
|
|
44
|
+
* // Max24HourSend: Number("double"),
|
|
45
|
+
* // MaxSendRate: Number("double"),
|
|
46
|
+
* // SentLast24Hours: Number("double"),
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param GetSendQuotaCommandInput - {@link GetSendQuotaCommandInput}
|
|
52
|
+
* @returns {@link GetSendQuotaCommandOutput}
|
|
53
|
+
* @see {@link GetSendQuotaCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link GetSendQuotaCommandOutput} for command's `response` shape.
|
|
55
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link SESServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
61
|
+
* @example GetSendQuota
|
|
62
|
+
* ```javascript
|
|
63
|
+
* // The following example returns the Amazon SES sending limits for an AWS account:
|
|
64
|
+
* const input = { /* empty *\/ };
|
|
65
|
+
* const command = new GetSendQuotaCommand(input);
|
|
66
|
+
* const response = await client.send(command);
|
|
67
|
+
* /* response is
|
|
68
|
+
* {
|
|
69
|
+
* Max24HourSend: 200,
|
|
70
|
+
* MaxSendRate: 1,
|
|
71
|
+
* SentLast24Hours: 1
|
|
72
|
+
* }
|
|
73
|
+
* *\/
|
|
74
|
+
* ```
|
|
75
|
+
*
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export declare class GetSendQuotaCommand extends GetSendQuotaCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: {};
|
|
83
|
+
output: GetSendQuotaResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: GetSendQuotaCommandInput;
|
|
87
|
+
output: GetSendQuotaCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetSendStatisticsResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetSendStatisticsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetSendStatisticsCommandInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetSendStatisticsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetSendStatisticsCommandOutput extends GetSendStatisticsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetSendStatisticsCommand_base: {
|
|
25
|
+
new (input: GetSendStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSendStatisticsCommandInput, GetSendStatisticsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetSendStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSendStatisticsCommandInput, GetSendStatisticsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Provides sending statistics for the current Amazon Web Services Region. The result is a list of data
|
|
31
|
+
* points, representing the last two weeks of sending activity. Each data point in the list
|
|
32
|
+
* contains statistics for a 15-minute period of time.</p>
|
|
33
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { SESClient, GetSendStatisticsCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
38
|
+
* // const { SESClient, GetSendStatisticsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
39
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
40
|
+
* const config = {}; // type is SESClientConfig
|
|
41
|
+
* const client = new SESClient(config);
|
|
42
|
+
* const input = {};
|
|
43
|
+
* const command = new GetSendStatisticsCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // GetSendStatisticsResponse
|
|
46
|
+
* // SendDataPoints: [ // SendDataPointList
|
|
47
|
+
* // { // SendDataPoint
|
|
48
|
+
* // Timestamp: new Date("TIMESTAMP"),
|
|
49
|
+
* // DeliveryAttempts: Number("long"),
|
|
50
|
+
* // Bounces: Number("long"),
|
|
51
|
+
* // Complaints: Number("long"),
|
|
52
|
+
* // Rejects: Number("long"),
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* @param GetSendStatisticsCommandInput - {@link GetSendStatisticsCommandInput}
|
|
60
|
+
* @returns {@link GetSendStatisticsCommandOutput}
|
|
61
|
+
* @see {@link GetSendStatisticsCommandInput} for command's `input` shape.
|
|
62
|
+
* @see {@link GetSendStatisticsCommandOutput} for command's `response` shape.
|
|
63
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link SESServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
67
|
+
*
|
|
68
|
+
*
|
|
69
|
+
* @example GetSendStatistics
|
|
70
|
+
* ```javascript
|
|
71
|
+
* // The following example returns Amazon SES sending statistics:
|
|
72
|
+
* const input = { /* empty *\/ };
|
|
73
|
+
* const command = new GetSendStatisticsCommand(input);
|
|
74
|
+
* const response = await client.send(command);
|
|
75
|
+
* /* response is
|
|
76
|
+
* {
|
|
77
|
+
* SendDataPoints: [
|
|
78
|
+
* {
|
|
79
|
+
* Bounces: 0,
|
|
80
|
+
* Complaints: 0,
|
|
81
|
+
* DeliveryAttempts: 5,
|
|
82
|
+
* Rejects: 0,
|
|
83
|
+
* Timestamp: "2016-07-13T22:43:00Z"
|
|
84
|
+
* },
|
|
85
|
+
* {
|
|
86
|
+
* Bounces: 0,
|
|
87
|
+
* Complaints: 0,
|
|
88
|
+
* DeliveryAttempts: 3,
|
|
89
|
+
* Rejects: 0,
|
|
90
|
+
* Timestamp: "2016-07-13T23:13:00Z"
|
|
91
|
+
* },
|
|
92
|
+
* {
|
|
93
|
+
* Bounces: 0,
|
|
94
|
+
* Complaints: 0,
|
|
95
|
+
* DeliveryAttempts: 1,
|
|
96
|
+
* Rejects: 0,
|
|
97
|
+
* Timestamp: "2016-07-13T21:13:00Z"
|
|
98
|
+
* }
|
|
99
|
+
* ]
|
|
100
|
+
* }
|
|
101
|
+
* *\/
|
|
102
|
+
* ```
|
|
103
|
+
*
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export declare class GetSendStatisticsCommand extends GetSendStatisticsCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: {};
|
|
111
|
+
output: GetSendStatisticsResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: GetSendStatisticsCommandInput;
|
|
115
|
+
output: GetSendStatisticsCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetTemplateCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetTemplateCommandInput extends GetTemplateRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetTemplateCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetTemplateCommandOutput extends GetTemplateResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetTemplateCommand_base: {
|
|
25
|
+
new (input: GetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Displays the template object (which includes the Subject line, HTML part and text
|
|
31
|
+
* part) for the template you specify.</p>
|
|
32
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { SESClient, GetTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
37
|
+
* // const { SESClient, GetTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
38
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
39
|
+
* const config = {}; // type is SESClientConfig
|
|
40
|
+
* const client = new SESClient(config);
|
|
41
|
+
* const input = { // GetTemplateRequest
|
|
42
|
+
* TemplateName: "STRING_VALUE", // required
|
|
43
|
+
* };
|
|
44
|
+
* const command = new GetTemplateCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // GetTemplateResponse
|
|
47
|
+
* // Template: { // Template
|
|
48
|
+
* // TemplateName: "STRING_VALUE", // required
|
|
49
|
+
* // SubjectPart: "STRING_VALUE",
|
|
50
|
+
* // TextPart: "STRING_VALUE",
|
|
51
|
+
* // HtmlPart: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
55
|
+
* ```
|
|
56
|
+
*
|
|
57
|
+
* @param GetTemplateCommandInput - {@link GetTemplateCommandInput}
|
|
58
|
+
* @returns {@link GetTemplateCommandOutput}
|
|
59
|
+
* @see {@link GetTemplateCommandInput} for command's `input` shape.
|
|
60
|
+
* @see {@link GetTemplateCommandOutput} for command's `response` shape.
|
|
61
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link TemplateDoesNotExistException} (client fault)
|
|
64
|
+
* <p>Indicates that the Template object you specified does not exist in your Amazon SES
|
|
65
|
+
* account.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link SESServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
69
|
+
*
|
|
70
|
+
*
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
export declare class GetTemplateCommand extends GetTemplateCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: GetTemplateRequest;
|
|
78
|
+
output: GetTemplateResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: GetTemplateCommandInput;
|
|
82
|
+
output: GetTemplateCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListConfigurationSetsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListConfigurationSetsCommandInput extends ListConfigurationSetsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListConfigurationSetsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListConfigurationSetsCommandOutput extends ListConfigurationSetsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListConfigurationSetsCommand_base: {
|
|
25
|
+
new (input: ListConfigurationSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListConfigurationSetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Provides a list of the configuration sets associated with your Amazon SES account in the
|
|
31
|
+
* current Amazon Web Services Region. For information about using configuration sets, see <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Monitoring
|
|
32
|
+
* Your Amazon SES Sending Activity</a> in the <i>Amazon SES Developer
|
|
33
|
+
* Guide.</i>
|
|
34
|
+
* </p>
|
|
35
|
+
* <p>You can execute this operation no more than once per second. This operation returns up
|
|
36
|
+
* to 1,000 configuration sets each time it is run. If your Amazon SES account has more than
|
|
37
|
+
* 1,000 configuration sets, this operation also returns <code>NextToken</code>. You can
|
|
38
|
+
* then execute the <code>ListConfigurationSets</code> operation again, passing the
|
|
39
|
+
* <code>NextToken</code> parameter and the value of the NextToken element to retrieve
|
|
40
|
+
* additional results.</p>
|
|
41
|
+
* @example
|
|
42
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
43
|
+
* ```javascript
|
|
44
|
+
* import { SESClient, ListConfigurationSetsCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
45
|
+
* // const { SESClient, ListConfigurationSetsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
46
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
47
|
+
* const config = {}; // type is SESClientConfig
|
|
48
|
+
* const client = new SESClient(config);
|
|
49
|
+
* const input = { // ListConfigurationSetsRequest
|
|
50
|
+
* NextToken: "STRING_VALUE",
|
|
51
|
+
* MaxItems: Number("int"),
|
|
52
|
+
* };
|
|
53
|
+
* const command = new ListConfigurationSetsCommand(input);
|
|
54
|
+
* const response = await client.send(command);
|
|
55
|
+
* // { // ListConfigurationSetsResponse
|
|
56
|
+
* // ConfigurationSets: [ // ConfigurationSets
|
|
57
|
+
* // { // ConfigurationSet
|
|
58
|
+
* // Name: "STRING_VALUE", // required
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // NextToken: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* @param ListConfigurationSetsCommandInput - {@link ListConfigurationSetsCommandInput}
|
|
67
|
+
* @returns {@link ListConfigurationSetsCommandOutput}
|
|
68
|
+
* @see {@link ListConfigurationSetsCommandInput} for command's `input` shape.
|
|
69
|
+
* @see {@link ListConfigurationSetsCommandOutput} for command's `response` shape.
|
|
70
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link SESServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export declare class ListConfigurationSetsCommand extends ListConfigurationSetsCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListConfigurationSetsRequest;
|
|
83
|
+
output: ListConfigurationSetsResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListConfigurationSetsCommandInput;
|
|
87
|
+
output: ListConfigurationSetsCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListCustomVerificationEmailTemplatesRequest, ListCustomVerificationEmailTemplatesResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListCustomVerificationEmailTemplatesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListCustomVerificationEmailTemplatesCommandInput extends ListCustomVerificationEmailTemplatesRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListCustomVerificationEmailTemplatesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListCustomVerificationEmailTemplatesResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListCustomVerificationEmailTemplatesCommand_base: {
|
|
25
|
+
new (input: ListCustomVerificationEmailTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListCustomVerificationEmailTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists the existing custom verification email templates for your account in the current
|
|
31
|
+
* Amazon Web Services Region.</p>
|
|
32
|
+
* <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
|
|
33
|
+
* Custom Verification Email Templates</a> in the <i>Amazon SES Developer
|
|
34
|
+
* Guide</i>.</p>
|
|
35
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
36
|
+
* @example
|
|
37
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
+
* ```javascript
|
|
39
|
+
* import { SESClient, ListCustomVerificationEmailTemplatesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
40
|
+
* // const { SESClient, ListCustomVerificationEmailTemplatesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
41
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
42
|
+
* const config = {}; // type is SESClientConfig
|
|
43
|
+
* const client = new SESClient(config);
|
|
44
|
+
* const input = { // ListCustomVerificationEmailTemplatesRequest
|
|
45
|
+
* NextToken: "STRING_VALUE",
|
|
46
|
+
* MaxResults: Number("int"),
|
|
47
|
+
* };
|
|
48
|
+
* const command = new ListCustomVerificationEmailTemplatesCommand(input);
|
|
49
|
+
* const response = await client.send(command);
|
|
50
|
+
* // { // ListCustomVerificationEmailTemplatesResponse
|
|
51
|
+
* // CustomVerificationEmailTemplates: [ // CustomVerificationEmailTemplates
|
|
52
|
+
* // { // CustomVerificationEmailTemplate
|
|
53
|
+
* // TemplateName: "STRING_VALUE",
|
|
54
|
+
* // FromEmailAddress: "STRING_VALUE",
|
|
55
|
+
* // TemplateSubject: "STRING_VALUE",
|
|
56
|
+
* // SuccessRedirectionURL: "STRING_VALUE",
|
|
57
|
+
* // FailureRedirectionURL: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // NextToken: "STRING_VALUE",
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
63
|
+
* ```
|
|
64
|
+
*
|
|
65
|
+
* @param ListCustomVerificationEmailTemplatesCommandInput - {@link ListCustomVerificationEmailTemplatesCommandInput}
|
|
66
|
+
* @returns {@link ListCustomVerificationEmailTemplatesCommandOutput}
|
|
67
|
+
* @see {@link ListCustomVerificationEmailTemplatesCommandInput} for command's `input` shape.
|
|
68
|
+
* @see {@link ListCustomVerificationEmailTemplatesCommandOutput} for command's `response` shape.
|
|
69
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link SESServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export declare class ListCustomVerificationEmailTemplatesCommand extends ListCustomVerificationEmailTemplatesCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListCustomVerificationEmailTemplatesRequest;
|
|
82
|
+
output: ListCustomVerificationEmailTemplatesResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListCustomVerificationEmailTemplatesCommandInput;
|
|
86
|
+
output: ListCustomVerificationEmailTemplatesCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
}
|