@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,111 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListIdentitiesRequest, ListIdentitiesResponse } 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 ListIdentitiesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListIdentitiesCommandInput extends ListIdentitiesRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListIdentitiesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListIdentitiesCommand_base: {
|
|
25
|
+
new (input: ListIdentitiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdentitiesCommandInput, ListIdentitiesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListIdentitiesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListIdentitiesCommandInput, ListIdentitiesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns a list containing all of the identities (email addresses and domains) for your
|
|
31
|
+
* Amazon Web Services account in the current Amazon Web Services Region, regardless of verification status.</p>
|
|
32
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
33
|
+
* <note>
|
|
34
|
+
* <p>It's recommended that for successive pagination calls of this API, you continue to
|
|
35
|
+
* the use the same parameter/value pairs as used in the original call, e.g., if you
|
|
36
|
+
* used <code>IdentityType=Domain</code> in the the original call and received a
|
|
37
|
+
* <code>NextToken</code> in the response, you should continue providing the
|
|
38
|
+
* <code>IdentityType=Domain</code> parameter for further <code>NextToken</code>
|
|
39
|
+
* calls; however, if you didn't provide the <code>IdentityType</code> parameter in the
|
|
40
|
+
* original call, then continue to not provide it for successive pagination calls.
|
|
41
|
+
* Using this protocol will ensure consistent results.</p>
|
|
42
|
+
* </note>
|
|
43
|
+
* @example
|
|
44
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
45
|
+
* ```javascript
|
|
46
|
+
* import { SESClient, ListIdentitiesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
47
|
+
* // const { SESClient, ListIdentitiesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
48
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
49
|
+
* const config = {}; // type is SESClientConfig
|
|
50
|
+
* const client = new SESClient(config);
|
|
51
|
+
* const input = { // ListIdentitiesRequest
|
|
52
|
+
* IdentityType: "EmailAddress" || "Domain",
|
|
53
|
+
* NextToken: "STRING_VALUE",
|
|
54
|
+
* MaxItems: Number("int"),
|
|
55
|
+
* };
|
|
56
|
+
* const command = new ListIdentitiesCommand(input);
|
|
57
|
+
* const response = await client.send(command);
|
|
58
|
+
* // { // ListIdentitiesResponse
|
|
59
|
+
* // Identities: [ // IdentityList // required
|
|
60
|
+
* // "STRING_VALUE",
|
|
61
|
+
* // ],
|
|
62
|
+
* // NextToken: "STRING_VALUE",
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
65
|
+
* ```
|
|
66
|
+
*
|
|
67
|
+
* @param ListIdentitiesCommandInput - {@link ListIdentitiesCommandInput}
|
|
68
|
+
* @returns {@link ListIdentitiesCommandOutput}
|
|
69
|
+
* @see {@link ListIdentitiesCommandInput} for command's `input` shape.
|
|
70
|
+
* @see {@link ListIdentitiesCommandOutput} for command's `response` shape.
|
|
71
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link SESServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
75
|
+
*
|
|
76
|
+
*
|
|
77
|
+
* @example ListIdentities
|
|
78
|
+
* ```javascript
|
|
79
|
+
* // The following example lists the email address identities that have been submitted for verification with Amazon SES:
|
|
80
|
+
* const input = {
|
|
81
|
+
* IdentityType: "EmailAddress",
|
|
82
|
+
* MaxItems: 123,
|
|
83
|
+
* NextToken: ""
|
|
84
|
+
* };
|
|
85
|
+
* const command = new ListIdentitiesCommand(input);
|
|
86
|
+
* const response = await client.send(command);
|
|
87
|
+
* /* response is
|
|
88
|
+
* {
|
|
89
|
+
* Identities: [
|
|
90
|
+
* "user@example.com"
|
|
91
|
+
* ],
|
|
92
|
+
* NextToken: ""
|
|
93
|
+
* }
|
|
94
|
+
* *\/
|
|
95
|
+
* ```
|
|
96
|
+
*
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
export declare class ListIdentitiesCommand extends ListIdentitiesCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListIdentitiesRequest;
|
|
104
|
+
output: ListIdentitiesResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListIdentitiesCommandInput;
|
|
108
|
+
output: ListIdentitiesCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListIdentityPoliciesRequest, ListIdentityPoliciesResponse } 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 ListIdentityPoliciesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListIdentityPoliciesCommandInput extends ListIdentityPoliciesRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListIdentityPoliciesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListIdentityPoliciesCommand_base: {
|
|
25
|
+
new (input: ListIdentityPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListIdentityPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns a list of sending authorization policies that are attached to the given
|
|
31
|
+
* identity (an email address or a domain). This operation returns only a list. To get the
|
|
32
|
+
* actual policy content, use <code>GetIdentityPolicies</code>.</p>
|
|
33
|
+
* <note>
|
|
34
|
+
* <p>This operation is for the identity owner only. If you have not verified the
|
|
35
|
+
* identity, it returns an error.</p>
|
|
36
|
+
* </note>
|
|
37
|
+
* <p>Sending authorization is a feature that enables an identity owner to authorize other
|
|
38
|
+
* senders to use its identities. For information about using sending authorization, see
|
|
39
|
+
* the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES
|
|
40
|
+
* Developer Guide</a>.</p>
|
|
41
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
42
|
+
* @example
|
|
43
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
44
|
+
* ```javascript
|
|
45
|
+
* import { SESClient, ListIdentityPoliciesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
46
|
+
* // const { SESClient, ListIdentityPoliciesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
47
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
48
|
+
* const config = {}; // type is SESClientConfig
|
|
49
|
+
* const client = new SESClient(config);
|
|
50
|
+
* const input = { // ListIdentityPoliciesRequest
|
|
51
|
+
* Identity: "STRING_VALUE", // required
|
|
52
|
+
* };
|
|
53
|
+
* const command = new ListIdentityPoliciesCommand(input);
|
|
54
|
+
* const response = await client.send(command);
|
|
55
|
+
* // { // ListIdentityPoliciesResponse
|
|
56
|
+
* // PolicyNames: [ // PolicyNameList // required
|
|
57
|
+
* // "STRING_VALUE",
|
|
58
|
+
* // ],
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* @param ListIdentityPoliciesCommandInput - {@link ListIdentityPoliciesCommandInput}
|
|
64
|
+
* @returns {@link ListIdentityPoliciesCommandOutput}
|
|
65
|
+
* @see {@link ListIdentityPoliciesCommandInput} for command's `input` shape.
|
|
66
|
+
* @see {@link ListIdentityPoliciesCommandOutput} for command's `response` shape.
|
|
67
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link SESServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
73
|
+
* @example ListIdentityPolicies
|
|
74
|
+
* ```javascript
|
|
75
|
+
* // The following example returns a list of sending authorization policies that are attached to an identity:
|
|
76
|
+
* const input = {
|
|
77
|
+
* Identity: "example.com"
|
|
78
|
+
* };
|
|
79
|
+
* const command = new ListIdentityPoliciesCommand(input);
|
|
80
|
+
* const response = await client.send(command);
|
|
81
|
+
* /* response is
|
|
82
|
+
* {
|
|
83
|
+
* PolicyNames: [
|
|
84
|
+
* "MyPolicy"
|
|
85
|
+
* ]
|
|
86
|
+
* }
|
|
87
|
+
* *\/
|
|
88
|
+
* ```
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class ListIdentityPoliciesCommand extends ListIdentityPoliciesCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListIdentityPoliciesRequest;
|
|
97
|
+
output: ListIdentityPoliciesResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListIdentityPoliciesCommandInput;
|
|
101
|
+
output: ListIdentityPoliciesCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListReceiptFiltersRequest, ListReceiptFiltersResponse } 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 ListReceiptFiltersCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListReceiptFiltersCommandInput extends ListReceiptFiltersRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListReceiptFiltersCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListReceiptFiltersCommand_base: {
|
|
25
|
+
new (input: ListReceiptFiltersCommandInput): import("@smithy/smithy-client").CommandImpl<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListReceiptFiltersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists the IP address filters associated with your Amazon Web Services account in the current
|
|
31
|
+
* Amazon Web Services Region.</p>
|
|
32
|
+
* <p>For information about managing IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-ip-filtering-console-walkthrough.html">Amazon SES
|
|
33
|
+
* Developer Guide</a>.</p>
|
|
34
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
35
|
+
* @example
|
|
36
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
37
|
+
* ```javascript
|
|
38
|
+
* import { SESClient, ListReceiptFiltersCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
39
|
+
* // const { SESClient, ListReceiptFiltersCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
40
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
41
|
+
* const config = {}; // type is SESClientConfig
|
|
42
|
+
* const client = new SESClient(config);
|
|
43
|
+
* const input = {};
|
|
44
|
+
* const command = new ListReceiptFiltersCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // ListReceiptFiltersResponse
|
|
47
|
+
* // Filters: [ // ReceiptFilterList
|
|
48
|
+
* // { // ReceiptFilter
|
|
49
|
+
* // Name: "STRING_VALUE", // required
|
|
50
|
+
* // IpFilter: { // ReceiptIpFilter
|
|
51
|
+
* // Policy: "Block" || "Allow", // required
|
|
52
|
+
* // Cidr: "STRING_VALUE", // required
|
|
53
|
+
* // },
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
60
|
+
* @param ListReceiptFiltersCommandInput - {@link ListReceiptFiltersCommandInput}
|
|
61
|
+
* @returns {@link ListReceiptFiltersCommandOutput}
|
|
62
|
+
* @see {@link ListReceiptFiltersCommandInput} for command's `input` shape.
|
|
63
|
+
* @see {@link ListReceiptFiltersCommandOutput} for command's `response` shape.
|
|
64
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link SESServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
70
|
+
* @example ListReceiptFilters
|
|
71
|
+
* ```javascript
|
|
72
|
+
* // The following example lists the IP address filters that are associated with an AWS account:
|
|
73
|
+
* const input = { /* empty *\/ };
|
|
74
|
+
* const command = new ListReceiptFiltersCommand(input);
|
|
75
|
+
* const response = await client.send(command);
|
|
76
|
+
* /* response is
|
|
77
|
+
* {
|
|
78
|
+
* Filters: [
|
|
79
|
+
* {
|
|
80
|
+
* IpFilter: {
|
|
81
|
+
* Cidr: "1.2.3.4/24",
|
|
82
|
+
* Policy: "Block"
|
|
83
|
+
* },
|
|
84
|
+
* Name: "MyFilter"
|
|
85
|
+
* }
|
|
86
|
+
* ]
|
|
87
|
+
* }
|
|
88
|
+
* *\/
|
|
89
|
+
* ```
|
|
90
|
+
*
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
export declare class ListReceiptFiltersCommand extends ListReceiptFiltersCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: {};
|
|
98
|
+
output: ListReceiptFiltersResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListReceiptFiltersCommandInput;
|
|
102
|
+
output: ListReceiptFiltersCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListReceiptRuleSetsRequest, ListReceiptRuleSetsResponse } 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 ListReceiptRuleSetsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListReceiptRuleSetsCommandInput extends ListReceiptRuleSetsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListReceiptRuleSetsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListReceiptRuleSetsCommand_base: {
|
|
25
|
+
new (input: ListReceiptRuleSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListReceiptRuleSetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists the receipt rule sets that exist under your Amazon Web Services account in the current
|
|
31
|
+
* Amazon Web Services Region. If there are additional receipt rule sets to be retrieved, you receive a
|
|
32
|
+
* <code>NextToken</code> that you can provide to the next call to
|
|
33
|
+
* <code>ListReceiptRuleSets</code> to retrieve the additional entries.</p>
|
|
34
|
+
* <p>For information about managing receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html">Amazon SES
|
|
35
|
+
* Developer Guide</a>.</p>
|
|
36
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
37
|
+
* @example
|
|
38
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
39
|
+
* ```javascript
|
|
40
|
+
* import { SESClient, ListReceiptRuleSetsCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
41
|
+
* // const { SESClient, ListReceiptRuleSetsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
42
|
+
* // import type { SESClientConfig } from "@aws-sdk/client-ses";
|
|
43
|
+
* const config = {}; // type is SESClientConfig
|
|
44
|
+
* const client = new SESClient(config);
|
|
45
|
+
* const input = { // ListReceiptRuleSetsRequest
|
|
46
|
+
* NextToken: "STRING_VALUE",
|
|
47
|
+
* };
|
|
48
|
+
* const command = new ListReceiptRuleSetsCommand(input);
|
|
49
|
+
* const response = await client.send(command);
|
|
50
|
+
* // { // ListReceiptRuleSetsResponse
|
|
51
|
+
* // RuleSets: [ // ReceiptRuleSetsLists
|
|
52
|
+
* // { // ReceiptRuleSetMetadata
|
|
53
|
+
* // Name: "STRING_VALUE",
|
|
54
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // NextToken: "STRING_VALUE",
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* @param ListReceiptRuleSetsCommandInput - {@link ListReceiptRuleSetsCommandInput}
|
|
63
|
+
* @returns {@link ListReceiptRuleSetsCommandOutput}
|
|
64
|
+
* @see {@link ListReceiptRuleSetsCommandInput} for command's `input` shape.
|
|
65
|
+
* @see {@link ListReceiptRuleSetsCommandOutput} for command's `response` shape.
|
|
66
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link SESServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
72
|
+
* @example ListReceiptRuleSets
|
|
73
|
+
* ```javascript
|
|
74
|
+
* // The following example lists the receipt rule sets that exist under an AWS account:
|
|
75
|
+
* const input = {
|
|
76
|
+
* NextToken: ""
|
|
77
|
+
* };
|
|
78
|
+
* const command = new ListReceiptRuleSetsCommand(input);
|
|
79
|
+
* const response = await client.send(command);
|
|
80
|
+
* /* response is
|
|
81
|
+
* {
|
|
82
|
+
* NextToken: "",
|
|
83
|
+
* RuleSets: [
|
|
84
|
+
* {
|
|
85
|
+
* CreatedTimestamp: "2016-07-15T16:25:59.607Z",
|
|
86
|
+
* Name: "MyRuleSet"
|
|
87
|
+
* }
|
|
88
|
+
* ]
|
|
89
|
+
* }
|
|
90
|
+
* *\/
|
|
91
|
+
* ```
|
|
92
|
+
*
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
export declare class ListReceiptRuleSetsCommand extends ListReceiptRuleSetsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: ListReceiptRuleSetsRequest;
|
|
100
|
+
output: ListReceiptRuleSetsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: ListReceiptRuleSetsCommandInput;
|
|
104
|
+
output: ListReceiptRuleSetsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListTemplatesRequest, ListTemplatesResponse } 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 ListTemplatesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListTemplatesCommandInput extends ListTemplatesRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListTemplatesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListTemplatesCommand_base: {
|
|
25
|
+
new (input: ListTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists the email templates present in your Amazon SES account in the current
|
|
31
|
+
* Amazon Web Services Region.</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, ListTemplatesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
37
|
+
* // const { SESClient, ListTemplatesCommand } = 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 = { // ListTemplatesRequest
|
|
42
|
+
* NextToken: "STRING_VALUE",
|
|
43
|
+
* MaxItems: Number("int"),
|
|
44
|
+
* };
|
|
45
|
+
* const command = new ListTemplatesCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // ListTemplatesResponse
|
|
48
|
+
* // TemplatesMetadata: [ // TemplateMetadataList
|
|
49
|
+
* // { // TemplateMetadata
|
|
50
|
+
* // Name: "STRING_VALUE",
|
|
51
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // NextToken: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* @param ListTemplatesCommandInput - {@link ListTemplatesCommandInput}
|
|
60
|
+
* @returns {@link ListTemplatesCommandOutput}
|
|
61
|
+
* @see {@link ListTemplatesCommandInput} for command's `input` shape.
|
|
62
|
+
* @see {@link ListTemplatesCommandOutput} 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
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: ListTemplatesRequest;
|
|
76
|
+
output: ListTemplatesResponse;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: ListTemplatesCommandInput;
|
|
80
|
+
output: ListTemplatesCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListVerifiedEmailAddressesResponse } 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 ListVerifiedEmailAddressesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListVerifiedEmailAddressesCommandInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListVerifiedEmailAddressesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEmailAddressesResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListVerifiedEmailAddressesCommand_base: {
|
|
25
|
+
new (input: ListVerifiedEmailAddressesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListVerifiedEmailAddressesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deprecated. Use the <code>ListIdentities</code> operation to list the email addresses
|
|
31
|
+
* and domains associated with your account.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { SESClient, ListVerifiedEmailAddressesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
36
|
+
* // const { SESClient, ListVerifiedEmailAddressesCommand } = 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 ListVerifiedEmailAddressesCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // ListVerifiedEmailAddressesResponse
|
|
44
|
+
* // VerifiedEmailAddresses: [ // AddressList
|
|
45
|
+
* // "STRING_VALUE",
|
|
46
|
+
* // ],
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* @param ListVerifiedEmailAddressesCommandInput - {@link ListVerifiedEmailAddressesCommandInput}
|
|
52
|
+
* @returns {@link ListVerifiedEmailAddressesCommandOutput}
|
|
53
|
+
* @see {@link ListVerifiedEmailAddressesCommandInput} for command's `input` shape.
|
|
54
|
+
* @see {@link ListVerifiedEmailAddressesCommandOutput} 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 ListVerifiedEmailAddresses
|
|
62
|
+
* ```javascript
|
|
63
|
+
* // The following example lists all email addresses that have been submitted for verification with Amazon SES:
|
|
64
|
+
* const input = { /* empty *\/ };
|
|
65
|
+
* const command = new ListVerifiedEmailAddressesCommand(input);
|
|
66
|
+
* const response = await client.send(command);
|
|
67
|
+
* /* response is
|
|
68
|
+
* {
|
|
69
|
+
* VerifiedEmailAddresses: [
|
|
70
|
+
* "user1@example.com",
|
|
71
|
+
* "user2@example.com"
|
|
72
|
+
* ]
|
|
73
|
+
* }
|
|
74
|
+
* *\/
|
|
75
|
+
* ```
|
|
76
|
+
*
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export declare class ListVerifiedEmailAddressesCommand extends ListVerifiedEmailAddressesCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: {};
|
|
84
|
+
output: ListVerifiedEmailAddressesResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListVerifiedEmailAddressesCommandInput;
|
|
88
|
+
output: ListVerifiedEmailAddressesCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
}
|