@aws-sdk/client-ses 3.1044.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +165 -167
- package/dist-cjs/models/SESServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/SES.js +1 -1
- package/dist-es/SESClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CloneReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/CreateReceiptFilterCommand.js +2 -2
- package/dist-es/commands/CreateReceiptRuleCommand.js +2 -2
- package/dist-es/commands/CreateReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/CreateTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteIdentityCommand.js +2 -2
- package/dist-es/commands/DeleteIdentityPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteReceiptFilterCommand.js +2 -2
- package/dist-es/commands/DeleteReceiptRuleCommand.js +2 -2
- package/dist-es/commands/DeleteReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/DeleteTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +2 -2
- package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationSetCommand.js +2 -2
- package/dist-es/commands/DescribeReceiptRuleCommand.js +2 -2
- package/dist-es/commands/DescribeReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/GetAccountSendingEnabledCommand.js +2 -2
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/GetIdentityDkimAttributesCommand.js +2 -2
- package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +2 -2
- package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +2 -2
- package/dist-es/commands/GetIdentityPoliciesCommand.js +2 -2
- package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +2 -2
- package/dist-es/commands/GetSendQuotaCommand.js +2 -2
- package/dist-es/commands/GetSendStatisticsCommand.js +2 -2
- package/dist-es/commands/GetTemplateCommand.js +2 -2
- package/dist-es/commands/ListConfigurationSetsCommand.js +2 -2
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +2 -2
- package/dist-es/commands/ListIdentitiesCommand.js +2 -2
- package/dist-es/commands/ListIdentityPoliciesCommand.js +2 -2
- package/dist-es/commands/ListReceiptFiltersCommand.js +2 -2
- package/dist-es/commands/ListReceiptRuleSetsCommand.js +2 -2
- package/dist-es/commands/ListTemplatesCommand.js +2 -2
- package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -2
- package/dist-es/commands/PutIdentityPolicyCommand.js +2 -2
- package/dist-es/commands/ReorderReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/SendBounceCommand.js +2 -2
- package/dist-es/commands/SendBulkTemplatedEmailCommand.js +2 -2
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +2 -2
- package/dist-es/commands/SendEmailCommand.js +2 -2
- package/dist-es/commands/SendRawEmailCommand.js +2 -2
- package/dist-es/commands/SendTemplatedEmailCommand.js +2 -2
- package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/SetIdentityDkimEnabledCommand.js +2 -2
- package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +2 -2
- package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +2 -2
- package/dist-es/commands/SetIdentityMailFromDomainCommand.js +2 -2
- package/dist-es/commands/SetIdentityNotificationTopicCommand.js +2 -2
- package/dist-es/commands/SetReceiptRulePositionCommand.js +2 -2
- package/dist-es/commands/TestRenderTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateReceiptRuleCommand.js +2 -2
- package/dist-es/commands/UpdateTemplateCommand.js +2 -2
- package/dist-es/commands/VerifyDomainDkimCommand.js +2 -2
- package/dist-es/commands/VerifyDomainIdentityCommand.js +2 -2
- package/dist-es/commands/VerifyEmailAddressCommand.js +2 -2
- package/dist-es/commands/VerifyEmailIdentityCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SESServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForIdentityExists.js +1 -1
- package/dist-types/SES.d.ts +1 -1
- package/dist-types/SESClient.d.ts +5 -5
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +6 -4
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/CreateTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIdentityCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +6 -4
- package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +6 -4
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetSendQuotaCommand.d.ts +6 -4
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/GetTemplateCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListIdentitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +6 -4
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +6 -4
- package/dist-types/commands/ListTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -4
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/SendBounceCommand.d.ts +6 -4
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +6 -4
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +6 -4
- package/dist-types/commands/SendEmailCommand.d.ts +6 -4
- package/dist-types/commands/SendRawEmailCommand.d.ts +6 -4
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +6 -4
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +6 -4
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +6 -4
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +6 -4
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +6 -4
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +6 -4
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +6 -4
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTemplateCommand.d.ts +6 -4
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +6 -4
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +6 -4
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +6 -4
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/SESServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/SES.d.ts +1 -1
- package/dist-types/ts3.4/SESClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SESServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +1 -1
- package/dist-types/waiters/waitForIdentityExists.d.ts +1 -1
- package/package.json +14 -36
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface ListConfigurationSetsCommandInput extends ListConfigurationSets
|
|
|
22
22
|
export interface ListConfigurationSetsCommandOutput extends ListConfigurationSetsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConfigurationSetsCommand_base: {
|
|
25
|
-
new (input: ListConfigurationSetsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListConfigurationSetsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListConfigurationSetsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListConfigurationSetsCommandInput]): import("@smithy/core/client").CommandImpl<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides a list of the configuration sets associated with your Amazon SES account in the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListCustomVerificationEmailTemplatesRequest, ListCustomVerificationEmailTemplatesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface ListCustomVerificationEmailTemplatesCommandInput extends ListCu
|
|
|
22
22
|
export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListCustomVerificationEmailTemplatesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCustomVerificationEmailTemplatesCommand_base: {
|
|
25
|
-
new (input: ListCustomVerificationEmailTemplatesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListCustomVerificationEmailTemplatesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCustomVerificationEmailTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListCustomVerificationEmailTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the existing custom verification email templates for your account in the current
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListIdentitiesRequest, ListIdentitiesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface ListIdentitiesCommandInput extends ListIdentitiesRequest {
|
|
|
22
22
|
export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListIdentitiesCommand_base: {
|
|
25
|
-
new (input: ListIdentitiesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListIdentitiesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListIdentitiesCommandInput): import("@smithy/core/client").CommandImpl<ListIdentitiesCommandInput, ListIdentitiesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListIdentitiesCommandInput]): import("@smithy/core/client").CommandImpl<ListIdentitiesCommandInput, ListIdentitiesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list containing all of the identities (email addresses and domains) for your
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListIdentityPoliciesRequest, ListIdentityPoliciesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface ListIdentityPoliciesCommandInput extends ListIdentityPoliciesRe
|
|
|
22
22
|
export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListIdentityPoliciesCommand_base: {
|
|
25
|
-
new (input: ListIdentityPoliciesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListIdentityPoliciesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListIdentityPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListIdentityPoliciesCommandInput): import("@smithy/core/client").CommandImpl<ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of sending authorization policies that are attached to the given
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListReceiptFiltersRequest, ListReceiptFiltersResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface ListReceiptFiltersCommandInput extends ListReceiptFiltersReques
|
|
|
22
22
|
export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListReceiptFiltersCommand_base: {
|
|
25
|
-
new (input: ListReceiptFiltersCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListReceiptFiltersCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListReceiptFiltersCommandInput): import("@smithy/core/client").CommandImpl<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListReceiptFiltersCommandInput]): import("@smithy/core/client").CommandImpl<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the IP address filters associated with your Amazon Web Services account in the current
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListReceiptRuleSetsRequest, ListReceiptRuleSetsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface ListReceiptRuleSetsCommandInput extends ListReceiptRuleSetsRequ
|
|
|
22
22
|
export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListReceiptRuleSetsCommand_base: {
|
|
25
|
-
new (input: ListReceiptRuleSetsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListReceiptRuleSetsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListReceiptRuleSetsCommandInput): import("@smithy/core/client").CommandImpl<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListReceiptRuleSetsCommandInput]): import("@smithy/core/client").CommandImpl<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the receipt rule sets that exist under your Amazon Web Services account in the current
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface ListTemplatesCommandInput extends ListTemplatesRequest {
|
|
|
22
22
|
export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTemplatesCommand_base: {
|
|
25
|
-
new (input: ListTemplatesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListTemplatesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the email templates present in your Amazon SES account in the current
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListVerifiedEmailAddressesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface ListVerifiedEmailAddressesCommandInput {
|
|
|
22
22
|
export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEmailAddressesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListVerifiedEmailAddressesCommand_base: {
|
|
25
|
-
new (input: ListVerifiedEmailAddressesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListVerifiedEmailAddressesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListVerifiedEmailAddressesCommandInput): import("@smithy/core/client").CommandImpl<ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListVerifiedEmailAddressesCommandInput]): import("@smithy/core/client").CommandImpl<ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deprecated. Use the <code>ListIdentities</code> operation to list the email addresses
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutConfigurationSetDeliveryOptionsRequest, PutConfigurationSetDeliveryOptionsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface PutConfigurationSetDeliveryOptionsCommandInput extends PutConfi
|
|
|
22
22
|
export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConfigurationSetDeliveryOptionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutConfigurationSetDeliveryOptionsCommand_base: {
|
|
25
|
-
new (input: PutConfigurationSetDeliveryOptionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutConfigurationSetDeliveryOptionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutConfigurationSetDeliveryOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutConfigurationSetDeliveryOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds or updates the delivery options for a configuration set.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { PutIdentityPolicyRequest, PutIdentityPolicyResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface PutIdentityPolicyCommandInput extends PutIdentityPolicyRequest
|
|
|
22
22
|
export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutIdentityPolicyCommand_base: {
|
|
25
|
-
new (input: PutIdentityPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutIdentityPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutIdentityPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutIdentityPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds or updates a sending authorization policy for the specified identity (an email
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ReorderReceiptRuleSetRequest, ReorderReceiptRuleSetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface ReorderReceiptRuleSetCommandInput extends ReorderReceiptRuleSet
|
|
|
22
22
|
export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ReorderReceiptRuleSetCommand_base: {
|
|
25
|
-
new (input: ReorderReceiptRuleSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: ReorderReceiptRuleSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ReorderReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<ReorderReceiptRuleSetCommandInput, ReorderReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ReorderReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<ReorderReceiptRuleSetCommandInput, ReorderReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Reorders the receipt rules within a receipt rule set.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SendBounceRequest, SendBounceResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface SendBounceCommandInput extends SendBounceRequest {
|
|
|
22
22
|
export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SendBounceCommand_base: {
|
|
25
|
-
new (input: SendBounceCommandInput): import("@smithy/
|
|
26
|
-
new (input: SendBounceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SendBounceCommandInput): import("@smithy/core/client").CommandImpl<SendBounceCommandInput, SendBounceCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendBounceCommandInput): import("@smithy/core/client").CommandImpl<SendBounceCommandInput, SendBounceCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Generates and sends a bounce message to the sender of an email you received through
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SendBulkTemplatedEmailRequest, SendBulkTemplatedEmailResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface SendBulkTemplatedEmailCommandInput extends SendBulkTemplatedEma
|
|
|
22
22
|
export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEmailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SendBulkTemplatedEmailCommand_base: {
|
|
25
|
-
new (input: SendBulkTemplatedEmailCommandInput): import("@smithy/
|
|
26
|
-
new (input: SendBulkTemplatedEmailCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SendBulkTemplatedEmailCommandInput): import("@smithy/core/client").CommandImpl<SendBulkTemplatedEmailCommandInput, SendBulkTemplatedEmailCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendBulkTemplatedEmailCommandInput): import("@smithy/core/client").CommandImpl<SendBulkTemplatedEmailCommandInput, SendBulkTemplatedEmailCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Composes an email message to multiple destinations. The message body is created using
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SendCustomVerificationEmailRequest, SendCustomVerificationEmailResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface SendCustomVerificationEmailCommandInput extends SendCustomVerif
|
|
|
22
22
|
export interface SendCustomVerificationEmailCommandOutput extends SendCustomVerificationEmailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SendCustomVerificationEmailCommand_base: {
|
|
25
|
-
new (input: SendCustomVerificationEmailCommandInput): import("@smithy/
|
|
26
|
-
new (input: SendCustomVerificationEmailCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SendCustomVerificationEmailCommandInput): import("@smithy/core/client").CommandImpl<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendCustomVerificationEmailCommandInput): import("@smithy/core/client").CommandImpl<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds an email address to the list of identities for your Amazon SES account in the current
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SendEmailRequest, SendEmailResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface SendEmailCommandInput extends SendEmailRequest {
|
|
|
22
22
|
export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SendEmailCommand_base: {
|
|
25
|
-
new (input: SendEmailCommandInput): import("@smithy/
|
|
26
|
-
new (input: SendEmailCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SendEmailCommandInput): import("@smithy/core/client").CommandImpl<SendEmailCommandInput, SendEmailCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendEmailCommandInput): import("@smithy/core/client").CommandImpl<SendEmailCommandInput, SendEmailCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Composes an email message and immediately queues it for sending. To send email using
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SendRawEmailRequest, SendRawEmailResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface SendRawEmailCommandInput extends SendRawEmailRequest {
|
|
|
22
22
|
export interface SendRawEmailCommandOutput extends SendRawEmailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SendRawEmailCommand_base: {
|
|
25
|
-
new (input: SendRawEmailCommandInput): import("@smithy/
|
|
26
|
-
new (input: SendRawEmailCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SendRawEmailCommandInput): import("@smithy/core/client").CommandImpl<SendRawEmailCommandInput, SendRawEmailCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendRawEmailCommandInput): import("@smithy/core/client").CommandImpl<SendRawEmailCommandInput, SendRawEmailCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Composes an email message and immediately queues it for sending.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SendTemplatedEmailRequest, SendTemplatedEmailResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface SendTemplatedEmailCommandInput extends SendTemplatedEmailReques
|
|
|
22
22
|
export interface SendTemplatedEmailCommandOutput extends SendTemplatedEmailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SendTemplatedEmailCommand_base: {
|
|
25
|
-
new (input: SendTemplatedEmailCommandInput): import("@smithy/
|
|
26
|
-
new (input: SendTemplatedEmailCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SendTemplatedEmailCommandInput): import("@smithy/core/client").CommandImpl<SendTemplatedEmailCommandInput, SendTemplatedEmailCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendTemplatedEmailCommandInput): import("@smithy/core/client").CommandImpl<SendTemplatedEmailCommandInput, SendTemplatedEmailCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Composes an email message using an email template and immediately queues it for
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SetActiveReceiptRuleSetRequest, SetActiveReceiptRuleSetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface SetActiveReceiptRuleSetCommandInput extends SetActiveReceiptRul
|
|
|
22
22
|
export interface SetActiveReceiptRuleSetCommandOutput extends SetActiveReceiptRuleSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetActiveReceiptRuleSetCommand_base: {
|
|
25
|
-
new (input: SetActiveReceiptRuleSetCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [SetActiveReceiptRuleSetCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetActiveReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<SetActiveReceiptRuleSetCommandInput, SetActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [SetActiveReceiptRuleSetCommandInput]): import("@smithy/core/client").CommandImpl<SetActiveReceiptRuleSetCommandInput, SetActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets the specified receipt rule set as the active receipt rule set.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SetIdentityDkimEnabledRequest, SetIdentityDkimEnabledResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface SetIdentityDkimEnabledCommandInput extends SetIdentityDkimEnabl
|
|
|
22
22
|
export interface SetIdentityDkimEnabledCommandOutput extends SetIdentityDkimEnabledResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetIdentityDkimEnabledCommand_base: {
|
|
25
|
-
new (input: SetIdentityDkimEnabledCommandInput): import("@smithy/
|
|
26
|
-
new (input: SetIdentityDkimEnabledCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetIdentityDkimEnabledCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityDkimEnabledCommandInput, SetIdentityDkimEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetIdentityDkimEnabledCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityDkimEnabledCommandInput, SetIdentityDkimEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables or disables Easy DKIM signing of email sent from an identity. If Easy DKIM
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SetIdentityFeedbackForwardingEnabledRequest, SetIdentityFeedbackForwardingEnabledResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface SetIdentityFeedbackForwardingEnabledCommandInput extends SetIde
|
|
|
22
22
|
export interface SetIdentityFeedbackForwardingEnabledCommandOutput extends SetIdentityFeedbackForwardingEnabledResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetIdentityFeedbackForwardingEnabledCommand_base: {
|
|
25
|
-
new (input: SetIdentityFeedbackForwardingEnabledCommandInput): import("@smithy/
|
|
26
|
-
new (input: SetIdentityFeedbackForwardingEnabledCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetIdentityFeedbackForwardingEnabledCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityFeedbackForwardingEnabledCommandInput, SetIdentityFeedbackForwardingEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetIdentityFeedbackForwardingEnabledCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityFeedbackForwardingEnabledCommandInput, SetIdentityFeedbackForwardingEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Given an identity (an email address or a domain), enables or disables whether Amazon SES
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SetIdentityHeadersInNotificationsEnabledRequest, SetIdentityHeadersInNotificationsEnabledResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface SetIdentityHeadersInNotificationsEnabledCommandInput extends Se
|
|
|
22
22
|
export interface SetIdentityHeadersInNotificationsEnabledCommandOutput extends SetIdentityHeadersInNotificationsEnabledResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetIdentityHeadersInNotificationsEnabledCommand_base: {
|
|
25
|
-
new (input: SetIdentityHeadersInNotificationsEnabledCommandInput): import("@smithy/
|
|
26
|
-
new (input: SetIdentityHeadersInNotificationsEnabledCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetIdentityHeadersInNotificationsEnabledCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityHeadersInNotificationsEnabledCommandInput, SetIdentityHeadersInNotificationsEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetIdentityHeadersInNotificationsEnabledCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityHeadersInNotificationsEnabledCommandInput, SetIdentityHeadersInNotificationsEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Given an identity (an email address or a domain), sets whether Amazon SES includes the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SetIdentityMailFromDomainRequest, SetIdentityMailFromDomainResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface SetIdentityMailFromDomainCommandInput extends SetIdentityMailFr
|
|
|
22
22
|
export interface SetIdentityMailFromDomainCommandOutput extends SetIdentityMailFromDomainResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetIdentityMailFromDomainCommand_base: {
|
|
25
|
-
new (input: SetIdentityMailFromDomainCommandInput): import("@smithy/
|
|
26
|
-
new (input: SetIdentityMailFromDomainCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetIdentityMailFromDomainCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityMailFromDomainCommandInput, SetIdentityMailFromDomainCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetIdentityMailFromDomainCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityMailFromDomainCommandInput, SetIdentityMailFromDomainCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables or disables the custom MAIL FROM domain setup for a verified identity (an
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SetIdentityNotificationTopicRequest, SetIdentityNotificationTopicResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface SetIdentityNotificationTopicCommandInput extends SetIdentityNot
|
|
|
22
22
|
export interface SetIdentityNotificationTopicCommandOutput extends SetIdentityNotificationTopicResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetIdentityNotificationTopicCommand_base: {
|
|
25
|
-
new (input: SetIdentityNotificationTopicCommandInput): import("@smithy/
|
|
26
|
-
new (input: SetIdentityNotificationTopicCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetIdentityNotificationTopicCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityNotificationTopicCommandInput, SetIdentityNotificationTopicCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetIdentityNotificationTopicCommandInput): import("@smithy/core/client").CommandImpl<SetIdentityNotificationTopicCommandInput, SetIdentityNotificationTopicCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets an Amazon Simple Notification Service (Amazon SNS) topic to use when delivering notifications. When you use
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SetReceiptRulePositionRequest, SetReceiptRulePositionResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface SetReceiptRulePositionCommandInput extends SetReceiptRulePositi
|
|
|
22
22
|
export interface SetReceiptRulePositionCommandOutput extends SetReceiptRulePositionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetReceiptRulePositionCommand_base: {
|
|
25
|
-
new (input: SetReceiptRulePositionCommandInput): import("@smithy/
|
|
26
|
-
new (input: SetReceiptRulePositionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetReceiptRulePositionCommandInput): import("@smithy/core/client").CommandImpl<SetReceiptRulePositionCommandInput, SetReceiptRulePositionCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetReceiptRulePositionCommandInput): import("@smithy/core/client").CommandImpl<SetReceiptRulePositionCommandInput, SetReceiptRulePositionCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Sets the position of the specified receipt rule in the receipt rule set.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TestRenderTemplateRequest, TestRenderTemplateResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface TestRenderTemplateCommandInput extends TestRenderTemplateReques
|
|
|
22
22
|
export interface TestRenderTemplateCommandOutput extends TestRenderTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TestRenderTemplateCommand_base: {
|
|
25
|
-
new (input: TestRenderTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: TestRenderTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TestRenderTemplateCommandInput): import("@smithy/core/client").CommandImpl<TestRenderTemplateCommandInput, TestRenderTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TestRenderTemplateCommandInput): import("@smithy/core/client").CommandImpl<TestRenderTemplateCommandInput, TestRenderTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a preview of the MIME content of an email when provided with a template and a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateAccountSendingEnabledRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAccountSendingEnabledCommandInput extends UpdateAccountSe
|
|
|
22
22
|
export interface UpdateAccountSendingEnabledCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAccountSendingEnabledCommand_base: {
|
|
25
|
-
new (input: UpdateAccountSendingEnabledCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [UpdateAccountSendingEnabledCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateAccountSendingEnabledCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountSendingEnabledCommandInput, UpdateAccountSendingEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [UpdateAccountSendingEnabledCommandInput]): import("@smithy/core/client").CommandImpl<UpdateAccountSendingEnabledCommandInput, UpdateAccountSendingEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables or disables email sending across your entire Amazon SES account in the current
|