@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,164 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DescribeActiveReceiptRuleSetRequest, DescribeActiveReceiptRuleSetResponse } 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 DescribeActiveReceiptRuleSetCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeActiveReceiptRuleSetCommandInput extends DescribeActiveReceiptRuleSetRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeActiveReceiptRuleSetCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeActiveReceiptRuleSetCommandOutput extends DescribeActiveReceiptRuleSetResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeActiveReceiptRuleSetCommand_base: {
|
|
25
|
+
new (input: DescribeActiveReceiptRuleSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActiveReceiptRuleSetCommandInput, DescribeActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeActiveReceiptRuleSetCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeActiveReceiptRuleSetCommandInput, DescribeActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns the metadata and receipt rules for the receipt rule set that is currently
|
|
31
|
+
* active.</p>
|
|
32
|
+
* <p>For information about setting up receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html#receiving-email-concepts-rules">Amazon SES Developer Guide</a>.</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, DescribeActiveReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
38
|
+
* // const { SESClient, DescribeActiveReceiptRuleSetCommand } = 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 DescribeActiveReceiptRuleSetCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // DescribeActiveReceiptRuleSetResponse
|
|
46
|
+
* // Metadata: { // ReceiptRuleSetMetadata
|
|
47
|
+
* // Name: "STRING_VALUE",
|
|
48
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
49
|
+
* // },
|
|
50
|
+
* // Rules: [ // ReceiptRulesList
|
|
51
|
+
* // { // ReceiptRule
|
|
52
|
+
* // Name: "STRING_VALUE", // required
|
|
53
|
+
* // Enabled: true || false,
|
|
54
|
+
* // TlsPolicy: "Require" || "Optional",
|
|
55
|
+
* // Recipients: [ // RecipientsList
|
|
56
|
+
* // "STRING_VALUE",
|
|
57
|
+
* // ],
|
|
58
|
+
* // Actions: [ // ReceiptActionsList
|
|
59
|
+
* // { // ReceiptAction
|
|
60
|
+
* // S3Action: { // S3Action
|
|
61
|
+
* // TopicArn: "STRING_VALUE",
|
|
62
|
+
* // BucketName: "STRING_VALUE", // required
|
|
63
|
+
* // ObjectKeyPrefix: "STRING_VALUE",
|
|
64
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
65
|
+
* // IamRoleArn: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // BounceAction: { // BounceAction
|
|
68
|
+
* // TopicArn: "STRING_VALUE",
|
|
69
|
+
* // SmtpReplyCode: "STRING_VALUE", // required
|
|
70
|
+
* // StatusCode: "STRING_VALUE",
|
|
71
|
+
* // Message: "STRING_VALUE", // required
|
|
72
|
+
* // Sender: "STRING_VALUE", // required
|
|
73
|
+
* // },
|
|
74
|
+
* // WorkmailAction: { // WorkmailAction
|
|
75
|
+
* // TopicArn: "STRING_VALUE",
|
|
76
|
+
* // OrganizationArn: "STRING_VALUE", // required
|
|
77
|
+
* // },
|
|
78
|
+
* // LambdaAction: { // LambdaAction
|
|
79
|
+
* // TopicArn: "STRING_VALUE",
|
|
80
|
+
* // FunctionArn: "STRING_VALUE", // required
|
|
81
|
+
* // InvocationType: "Event" || "RequestResponse",
|
|
82
|
+
* // },
|
|
83
|
+
* // StopAction: { // StopAction
|
|
84
|
+
* // Scope: "RuleSet", // required
|
|
85
|
+
* // TopicArn: "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // AddHeaderAction: { // AddHeaderAction
|
|
88
|
+
* // HeaderName: "STRING_VALUE", // required
|
|
89
|
+
* // HeaderValue: "STRING_VALUE", // required
|
|
90
|
+
* // },
|
|
91
|
+
* // SNSAction: { // SNSAction
|
|
92
|
+
* // TopicArn: "STRING_VALUE", // required
|
|
93
|
+
* // Encoding: "UTF-8" || "Base64",
|
|
94
|
+
* // },
|
|
95
|
+
* // ConnectAction: { // ConnectAction
|
|
96
|
+
* // InstanceARN: "STRING_VALUE", // required
|
|
97
|
+
* // IAMRoleARN: "STRING_VALUE", // required
|
|
98
|
+
* // },
|
|
99
|
+
* // },
|
|
100
|
+
* // ],
|
|
101
|
+
* // ScanEnabled: true || false,
|
|
102
|
+
* // },
|
|
103
|
+
* // ],
|
|
104
|
+
* // };
|
|
105
|
+
*
|
|
106
|
+
* ```
|
|
107
|
+
*
|
|
108
|
+
* @param DescribeActiveReceiptRuleSetCommandInput - {@link DescribeActiveReceiptRuleSetCommandInput}
|
|
109
|
+
* @returns {@link DescribeActiveReceiptRuleSetCommandOutput}
|
|
110
|
+
* @see {@link DescribeActiveReceiptRuleSetCommandInput} for command's `input` shape.
|
|
111
|
+
* @see {@link DescribeActiveReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
112
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
113
|
+
*
|
|
114
|
+
* @throws {@link SESServiceException}
|
|
115
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
116
|
+
*
|
|
117
|
+
*
|
|
118
|
+
* @example DescribeActiveReceiptRuleSet
|
|
119
|
+
* ```javascript
|
|
120
|
+
* // The following example returns the metadata and receipt rules for the receipt rule set that is currently active:
|
|
121
|
+
* const input = { /* empty *\/ };
|
|
122
|
+
* const command = new DescribeActiveReceiptRuleSetCommand(input);
|
|
123
|
+
* const response = await client.send(command);
|
|
124
|
+
* /* response is
|
|
125
|
+
* {
|
|
126
|
+
* Metadata: {
|
|
127
|
+
* CreatedTimestamp: "2016-07-15T16:25:59.607Z",
|
|
128
|
+
* Name: "default-rule-set"
|
|
129
|
+
* },
|
|
130
|
+
* Rules: [
|
|
131
|
+
* {
|
|
132
|
+
* Actions: [
|
|
133
|
+
* {
|
|
134
|
+
* S3Action: {
|
|
135
|
+
* BucketName: "MyBucket",
|
|
136
|
+
* ObjectKeyPrefix: "email"
|
|
137
|
+
* }
|
|
138
|
+
* }
|
|
139
|
+
* ],
|
|
140
|
+
* Enabled: true,
|
|
141
|
+
* Name: "MyRule",
|
|
142
|
+
* ScanEnabled: true,
|
|
143
|
+
* TlsPolicy: "Optional"
|
|
144
|
+
* }
|
|
145
|
+
* ]
|
|
146
|
+
* }
|
|
147
|
+
* *\/
|
|
148
|
+
* ```
|
|
149
|
+
*
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
export declare class DescribeActiveReceiptRuleSetCommand extends DescribeActiveReceiptRuleSetCommand_base {
|
|
153
|
+
/** @internal type navigation helper, not in runtime. */
|
|
154
|
+
protected static __types: {
|
|
155
|
+
api: {
|
|
156
|
+
input: {};
|
|
157
|
+
output: DescribeActiveReceiptRuleSetResponse;
|
|
158
|
+
};
|
|
159
|
+
sdk: {
|
|
160
|
+
input: DescribeActiveReceiptRuleSetCommandInput;
|
|
161
|
+
output: DescribeActiveReceiptRuleSetCommandOutput;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DescribeConfigurationSetRequest, DescribeConfigurationSetResponse } 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 DescribeConfigurationSetCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeConfigurationSetCommandInput extends DescribeConfigurationSetRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeConfigurationSetCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeConfigurationSetCommandOutput extends DescribeConfigurationSetResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeConfigurationSetCommand_base: {
|
|
25
|
+
new (input: DescribeConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns the details of the specified configuration set. For information about using
|
|
31
|
+
* configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
|
|
32
|
+
* Guide</a>.</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, DescribeConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
38
|
+
* // const { SESClient, DescribeConfigurationSetCommand } = 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 = { // DescribeConfigurationSetRequest
|
|
43
|
+
* ConfigurationSetName: "STRING_VALUE", // required
|
|
44
|
+
* ConfigurationSetAttributeNames: [ // ConfigurationSetAttributeList
|
|
45
|
+
* "eventDestinations" || "trackingOptions" || "deliveryOptions" || "reputationOptions",
|
|
46
|
+
* ],
|
|
47
|
+
* };
|
|
48
|
+
* const command = new DescribeConfigurationSetCommand(input);
|
|
49
|
+
* const response = await client.send(command);
|
|
50
|
+
* // { // DescribeConfigurationSetResponse
|
|
51
|
+
* // ConfigurationSet: { // ConfigurationSet
|
|
52
|
+
* // Name: "STRING_VALUE", // required
|
|
53
|
+
* // },
|
|
54
|
+
* // EventDestinations: [ // EventDestinations
|
|
55
|
+
* // { // EventDestination
|
|
56
|
+
* // Name: "STRING_VALUE", // required
|
|
57
|
+
* // Enabled: true || false,
|
|
58
|
+
* // MatchingEventTypes: [ // EventTypes // required
|
|
59
|
+
* // "send" || "reject" || "bounce" || "complaint" || "delivery" || "open" || "click" || "renderingFailure",
|
|
60
|
+
* // ],
|
|
61
|
+
* // KinesisFirehoseDestination: { // KinesisFirehoseDestination
|
|
62
|
+
* // IAMRoleARN: "STRING_VALUE", // required
|
|
63
|
+
* // DeliveryStreamARN: "STRING_VALUE", // required
|
|
64
|
+
* // },
|
|
65
|
+
* // CloudWatchDestination: { // CloudWatchDestination
|
|
66
|
+
* // DimensionConfigurations: [ // CloudWatchDimensionConfigurations // required
|
|
67
|
+
* // { // CloudWatchDimensionConfiguration
|
|
68
|
+
* // DimensionName: "STRING_VALUE", // required
|
|
69
|
+
* // DimensionValueSource: "messageTag" || "emailHeader" || "linkTag", // required
|
|
70
|
+
* // DefaultDimensionValue: "STRING_VALUE", // required
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // },
|
|
74
|
+
* // SNSDestination: { // SNSDestination
|
|
75
|
+
* // TopicARN: "STRING_VALUE", // required
|
|
76
|
+
* // },
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // TrackingOptions: { // TrackingOptions
|
|
80
|
+
* // CustomRedirectDomain: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // DeliveryOptions: { // DeliveryOptions
|
|
83
|
+
* // TlsPolicy: "Require" || "Optional",
|
|
84
|
+
* // },
|
|
85
|
+
* // ReputationOptions: { // ReputationOptions
|
|
86
|
+
* // SendingEnabled: true || false,
|
|
87
|
+
* // ReputationMetricsEnabled: true || false,
|
|
88
|
+
* // LastFreshStart: new Date("TIMESTAMP"),
|
|
89
|
+
* // },
|
|
90
|
+
* // };
|
|
91
|
+
*
|
|
92
|
+
* ```
|
|
93
|
+
*
|
|
94
|
+
* @param DescribeConfigurationSetCommandInput - {@link DescribeConfigurationSetCommandInput}
|
|
95
|
+
* @returns {@link DescribeConfigurationSetCommandOutput}
|
|
96
|
+
* @see {@link DescribeConfigurationSetCommandInput} for command's `input` shape.
|
|
97
|
+
* @see {@link DescribeConfigurationSetCommandOutput} for command's `response` shape.
|
|
98
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link ConfigurationSetDoesNotExistException} (client fault)
|
|
101
|
+
* <p>Indicates that the configuration set does not exist.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link SESServiceException}
|
|
104
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
105
|
+
*
|
|
106
|
+
*
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
export declare class DescribeConfigurationSetCommand extends DescribeConfigurationSetCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: DescribeConfigurationSetRequest;
|
|
114
|
+
output: DescribeConfigurationSetResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: DescribeConfigurationSetCommandInput;
|
|
118
|
+
output: DescribeConfigurationSetCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
}
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DescribeReceiptRuleRequest, DescribeReceiptRuleResponse } 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 DescribeReceiptRuleCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeReceiptRuleCommandInput extends DescribeReceiptRuleRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeReceiptRuleCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeReceiptRuleCommandOutput extends DescribeReceiptRuleResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeReceiptRuleCommand_base: {
|
|
25
|
+
new (input: DescribeReceiptRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeReceiptRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns the details of the specified receipt rule.</p>
|
|
31
|
+
* <p>For information about setting up receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html">Amazon SES
|
|
32
|
+
* Developer Guide</a>.</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, DescribeReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
38
|
+
* // const { SESClient, DescribeReceiptRuleCommand } = 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 = { // DescribeReceiptRuleRequest
|
|
43
|
+
* RuleSetName: "STRING_VALUE", // required
|
|
44
|
+
* RuleName: "STRING_VALUE", // required
|
|
45
|
+
* };
|
|
46
|
+
* const command = new DescribeReceiptRuleCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* // { // DescribeReceiptRuleResponse
|
|
49
|
+
* // Rule: { // ReceiptRule
|
|
50
|
+
* // Name: "STRING_VALUE", // required
|
|
51
|
+
* // Enabled: true || false,
|
|
52
|
+
* // TlsPolicy: "Require" || "Optional",
|
|
53
|
+
* // Recipients: [ // RecipientsList
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
56
|
+
* // Actions: [ // ReceiptActionsList
|
|
57
|
+
* // { // ReceiptAction
|
|
58
|
+
* // S3Action: { // S3Action
|
|
59
|
+
* // TopicArn: "STRING_VALUE",
|
|
60
|
+
* // BucketName: "STRING_VALUE", // required
|
|
61
|
+
* // ObjectKeyPrefix: "STRING_VALUE",
|
|
62
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
63
|
+
* // IamRoleArn: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // BounceAction: { // BounceAction
|
|
66
|
+
* // TopicArn: "STRING_VALUE",
|
|
67
|
+
* // SmtpReplyCode: "STRING_VALUE", // required
|
|
68
|
+
* // StatusCode: "STRING_VALUE",
|
|
69
|
+
* // Message: "STRING_VALUE", // required
|
|
70
|
+
* // Sender: "STRING_VALUE", // required
|
|
71
|
+
* // },
|
|
72
|
+
* // WorkmailAction: { // WorkmailAction
|
|
73
|
+
* // TopicArn: "STRING_VALUE",
|
|
74
|
+
* // OrganizationArn: "STRING_VALUE", // required
|
|
75
|
+
* // },
|
|
76
|
+
* // LambdaAction: { // LambdaAction
|
|
77
|
+
* // TopicArn: "STRING_VALUE",
|
|
78
|
+
* // FunctionArn: "STRING_VALUE", // required
|
|
79
|
+
* // InvocationType: "Event" || "RequestResponse",
|
|
80
|
+
* // },
|
|
81
|
+
* // StopAction: { // StopAction
|
|
82
|
+
* // Scope: "RuleSet", // required
|
|
83
|
+
* // TopicArn: "STRING_VALUE",
|
|
84
|
+
* // },
|
|
85
|
+
* // AddHeaderAction: { // AddHeaderAction
|
|
86
|
+
* // HeaderName: "STRING_VALUE", // required
|
|
87
|
+
* // HeaderValue: "STRING_VALUE", // required
|
|
88
|
+
* // },
|
|
89
|
+
* // SNSAction: { // SNSAction
|
|
90
|
+
* // TopicArn: "STRING_VALUE", // required
|
|
91
|
+
* // Encoding: "UTF-8" || "Base64",
|
|
92
|
+
* // },
|
|
93
|
+
* // ConnectAction: { // ConnectAction
|
|
94
|
+
* // InstanceARN: "STRING_VALUE", // required
|
|
95
|
+
* // IAMRoleARN: "STRING_VALUE", // required
|
|
96
|
+
* // },
|
|
97
|
+
* // },
|
|
98
|
+
* // ],
|
|
99
|
+
* // ScanEnabled: true || false,
|
|
100
|
+
* // },
|
|
101
|
+
* // };
|
|
102
|
+
*
|
|
103
|
+
* ```
|
|
104
|
+
*
|
|
105
|
+
* @param DescribeReceiptRuleCommandInput - {@link DescribeReceiptRuleCommandInput}
|
|
106
|
+
* @returns {@link DescribeReceiptRuleCommandOutput}
|
|
107
|
+
* @see {@link DescribeReceiptRuleCommandInput} for command's `input` shape.
|
|
108
|
+
* @see {@link DescribeReceiptRuleCommandOutput} for command's `response` shape.
|
|
109
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link RuleDoesNotExistException} (client fault)
|
|
112
|
+
* <p>Indicates that the provided receipt rule does not exist.</p>
|
|
113
|
+
*
|
|
114
|
+
* @throws {@link RuleSetDoesNotExistException} (client fault)
|
|
115
|
+
* <p>Indicates that the provided receipt rule set does not exist.</p>
|
|
116
|
+
*
|
|
117
|
+
* @throws {@link SESServiceException}
|
|
118
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
119
|
+
*
|
|
120
|
+
*
|
|
121
|
+
* @example DescribeReceiptRule
|
|
122
|
+
* ```javascript
|
|
123
|
+
* // The following example returns the details of a receipt rule:
|
|
124
|
+
* const input = {
|
|
125
|
+
* RuleName: "MyRule",
|
|
126
|
+
* RuleSetName: "MyRuleSet"
|
|
127
|
+
* };
|
|
128
|
+
* const command = new DescribeReceiptRuleCommand(input);
|
|
129
|
+
* const response = await client.send(command);
|
|
130
|
+
* /* response is
|
|
131
|
+
* {
|
|
132
|
+
* Rule: {
|
|
133
|
+
* Actions: [
|
|
134
|
+
* {
|
|
135
|
+
* S3Action: {
|
|
136
|
+
* BucketName: "MyBucket",
|
|
137
|
+
* ObjectKeyPrefix: "email"
|
|
138
|
+
* }
|
|
139
|
+
* }
|
|
140
|
+
* ],
|
|
141
|
+
* Enabled: true,
|
|
142
|
+
* Name: "MyRule",
|
|
143
|
+
* ScanEnabled: true,
|
|
144
|
+
* TlsPolicy: "Optional"
|
|
145
|
+
* }
|
|
146
|
+
* }
|
|
147
|
+
* *\/
|
|
148
|
+
* ```
|
|
149
|
+
*
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
export declare class DescribeReceiptRuleCommand extends DescribeReceiptRuleCommand_base {
|
|
153
|
+
/** @internal type navigation helper, not in runtime. */
|
|
154
|
+
protected static __types: {
|
|
155
|
+
api: {
|
|
156
|
+
input: DescribeReceiptRuleRequest;
|
|
157
|
+
output: DescribeReceiptRuleResponse;
|
|
158
|
+
};
|
|
159
|
+
sdk: {
|
|
160
|
+
input: DescribeReceiptRuleCommandInput;
|
|
161
|
+
output: DescribeReceiptRuleCommandOutput;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
}
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DescribeReceiptRuleSetRequest, DescribeReceiptRuleSetResponse } 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 DescribeReceiptRuleSetCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeReceiptRuleSetCommandInput extends DescribeReceiptRuleSetRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeReceiptRuleSetCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeReceiptRuleSetCommandOutput extends DescribeReceiptRuleSetResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeReceiptRuleSetCommand_base: {
|
|
25
|
+
new (input: DescribeReceiptRuleSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReceiptRuleSetCommandInput, DescribeReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeReceiptRuleSetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReceiptRuleSetCommandInput, DescribeReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns the details of the specified receipt rule set.</p>
|
|
31
|
+
* <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
|
|
32
|
+
* Developer Guide</a>.</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, DescribeReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
38
|
+
* // const { SESClient, DescribeReceiptRuleSetCommand } = 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 = { // DescribeReceiptRuleSetRequest
|
|
43
|
+
* RuleSetName: "STRING_VALUE", // required
|
|
44
|
+
* };
|
|
45
|
+
* const command = new DescribeReceiptRuleSetCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // DescribeReceiptRuleSetResponse
|
|
48
|
+
* // Metadata: { // ReceiptRuleSetMetadata
|
|
49
|
+
* // Name: "STRING_VALUE",
|
|
50
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
51
|
+
* // },
|
|
52
|
+
* // Rules: [ // ReceiptRulesList
|
|
53
|
+
* // { // ReceiptRule
|
|
54
|
+
* // Name: "STRING_VALUE", // required
|
|
55
|
+
* // Enabled: true || false,
|
|
56
|
+
* // TlsPolicy: "Require" || "Optional",
|
|
57
|
+
* // Recipients: [ // RecipientsList
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // Actions: [ // ReceiptActionsList
|
|
61
|
+
* // { // ReceiptAction
|
|
62
|
+
* // S3Action: { // S3Action
|
|
63
|
+
* // TopicArn: "STRING_VALUE",
|
|
64
|
+
* // BucketName: "STRING_VALUE", // required
|
|
65
|
+
* // ObjectKeyPrefix: "STRING_VALUE",
|
|
66
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
67
|
+
* // IamRoleArn: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // BounceAction: { // BounceAction
|
|
70
|
+
* // TopicArn: "STRING_VALUE",
|
|
71
|
+
* // SmtpReplyCode: "STRING_VALUE", // required
|
|
72
|
+
* // StatusCode: "STRING_VALUE",
|
|
73
|
+
* // Message: "STRING_VALUE", // required
|
|
74
|
+
* // Sender: "STRING_VALUE", // required
|
|
75
|
+
* // },
|
|
76
|
+
* // WorkmailAction: { // WorkmailAction
|
|
77
|
+
* // TopicArn: "STRING_VALUE",
|
|
78
|
+
* // OrganizationArn: "STRING_VALUE", // required
|
|
79
|
+
* // },
|
|
80
|
+
* // LambdaAction: { // LambdaAction
|
|
81
|
+
* // TopicArn: "STRING_VALUE",
|
|
82
|
+
* // FunctionArn: "STRING_VALUE", // required
|
|
83
|
+
* // InvocationType: "Event" || "RequestResponse",
|
|
84
|
+
* // },
|
|
85
|
+
* // StopAction: { // StopAction
|
|
86
|
+
* // Scope: "RuleSet", // required
|
|
87
|
+
* // TopicArn: "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // AddHeaderAction: { // AddHeaderAction
|
|
90
|
+
* // HeaderName: "STRING_VALUE", // required
|
|
91
|
+
* // HeaderValue: "STRING_VALUE", // required
|
|
92
|
+
* // },
|
|
93
|
+
* // SNSAction: { // SNSAction
|
|
94
|
+
* // TopicArn: "STRING_VALUE", // required
|
|
95
|
+
* // Encoding: "UTF-8" || "Base64",
|
|
96
|
+
* // },
|
|
97
|
+
* // ConnectAction: { // ConnectAction
|
|
98
|
+
* // InstanceARN: "STRING_VALUE", // required
|
|
99
|
+
* // IAMRoleARN: "STRING_VALUE", // required
|
|
100
|
+
* // },
|
|
101
|
+
* // },
|
|
102
|
+
* // ],
|
|
103
|
+
* // ScanEnabled: true || false,
|
|
104
|
+
* // },
|
|
105
|
+
* // ],
|
|
106
|
+
* // };
|
|
107
|
+
*
|
|
108
|
+
* ```
|
|
109
|
+
*
|
|
110
|
+
* @param DescribeReceiptRuleSetCommandInput - {@link DescribeReceiptRuleSetCommandInput}
|
|
111
|
+
* @returns {@link DescribeReceiptRuleSetCommandOutput}
|
|
112
|
+
* @see {@link DescribeReceiptRuleSetCommandInput} for command's `input` shape.
|
|
113
|
+
* @see {@link DescribeReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
114
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
115
|
+
*
|
|
116
|
+
* @throws {@link RuleSetDoesNotExistException} (client fault)
|
|
117
|
+
* <p>Indicates that the provided receipt rule set does not exist.</p>
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link SESServiceException}
|
|
120
|
+
* <p>Base exception class for all service exceptions from SES service.</p>
|
|
121
|
+
*
|
|
122
|
+
*
|
|
123
|
+
* @example DescribeReceiptRuleSet
|
|
124
|
+
* ```javascript
|
|
125
|
+
* // The following example returns the metadata and receipt rules of a receipt rule set:
|
|
126
|
+
* const input = {
|
|
127
|
+
* RuleSetName: "MyRuleSet"
|
|
128
|
+
* };
|
|
129
|
+
* const command = new DescribeReceiptRuleSetCommand(input);
|
|
130
|
+
* const response = await client.send(command);
|
|
131
|
+
* /* response is
|
|
132
|
+
* {
|
|
133
|
+
* Metadata: {
|
|
134
|
+
* CreatedTimestamp: "2016-07-15T16:25:59.607Z",
|
|
135
|
+
* Name: "MyRuleSet"
|
|
136
|
+
* },
|
|
137
|
+
* Rules: [
|
|
138
|
+
* {
|
|
139
|
+
* Actions: [
|
|
140
|
+
* {
|
|
141
|
+
* S3Action: {
|
|
142
|
+
* BucketName: "MyBucket",
|
|
143
|
+
* ObjectKeyPrefix: "email"
|
|
144
|
+
* }
|
|
145
|
+
* }
|
|
146
|
+
* ],
|
|
147
|
+
* Enabled: true,
|
|
148
|
+
* Name: "MyRule",
|
|
149
|
+
* ScanEnabled: true,
|
|
150
|
+
* TlsPolicy: "Optional"
|
|
151
|
+
* }
|
|
152
|
+
* ]
|
|
153
|
+
* }
|
|
154
|
+
* *\/
|
|
155
|
+
* ```
|
|
156
|
+
*
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
export declare class DescribeReceiptRuleSetCommand extends DescribeReceiptRuleSetCommand_base {
|
|
160
|
+
/** @internal type navigation helper, not in runtime. */
|
|
161
|
+
protected static __types: {
|
|
162
|
+
api: {
|
|
163
|
+
input: DescribeReceiptRuleSetRequest;
|
|
164
|
+
output: DescribeReceiptRuleSetResponse;
|
|
165
|
+
};
|
|
166
|
+
sdk: {
|
|
167
|
+
input: DescribeReceiptRuleSetCommandInput;
|
|
168
|
+
output: DescribeReceiptRuleSetCommandOutput;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
}
|