@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 { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateTemplateCommandInput extends CreateTemplateRequest {
|
|
|
22
22
|
export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateTemplateCommand_base: {
|
|
25
|
-
new (input: CreateTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an email template. Email templates enable you to send personalized email to
|
|
@@ -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 { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteConfigurationSetCommandInput extends DeleteConfigurationS
|
|
|
22
22
|
export interface DeleteConfigurationSetCommandOutput extends DeleteConfigurationSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteConfigurationSetCommand_base: {
|
|
25
|
-
new (input: DeleteConfigurationSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteConfigurationSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a configuration set. Configuration sets enable you to publish email sending
|
|
@@ -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 { DeleteConfigurationSetEventDestinationRequest, DeleteConfigurationSetEventDestinationResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteConfigurationSetEventDestinationCommandInput extends Dele
|
|
|
22
22
|
export interface DeleteConfigurationSetEventDestinationCommandOutput extends DeleteConfigurationSetEventDestinationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteConfigurationSetEventDestinationCommand_base: {
|
|
25
|
-
new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a configuration set event destination. Configuration set event destinations
|
|
@@ -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 { DeleteConfigurationSetTrackingOptionsRequest, DeleteConfigurationSetTrackingOptionsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteConfigurationSetTrackingOptionsCommandInput extends Delet
|
|
|
22
22
|
export interface DeleteConfigurationSetTrackingOptionsCommandOutput extends DeleteConfigurationSetTrackingOptionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteConfigurationSetTrackingOptionsCommand_base: {
|
|
25
|
-
new (input: DeleteConfigurationSetTrackingOptionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteConfigurationSetTrackingOptionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteConfigurationSetTrackingOptionsCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetTrackingOptionsCommandInput, DeleteConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteConfigurationSetTrackingOptionsCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetTrackingOptionsCommandInput, DeleteConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an association between a configuration set and a custom domain for open and
|
|
@@ -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 { DeleteCustomVerificationEmailTemplateRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCustomVerificationEmailTemplateCommandInput extends Delet
|
|
|
22
22
|
export interface DeleteCustomVerificationEmailTemplateCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCustomVerificationEmailTemplateCommand_base: {
|
|
25
|
-
new (input: DeleteCustomVerificationEmailTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCustomVerificationEmailTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCustomVerificationEmailTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCustomVerificationEmailTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an existing custom verification email template. </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 { DeleteIdentityRequest, DeleteIdentityResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteIdentityCommandInput extends DeleteIdentityRequest {
|
|
|
22
22
|
export interface DeleteIdentityCommandOutput extends DeleteIdentityResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteIdentityCommand_base: {
|
|
25
|
-
new (input: DeleteIdentityCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteIdentityCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteIdentityCommandInput, DeleteIdentityCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteIdentityCommandInput, DeleteIdentityCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified identity (an email address or a domain) from the list of
|
|
@@ -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 { DeleteIdentityPolicyRequest, DeleteIdentityPolicyResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteIdentityPolicyCommandInput extends DeleteIdentityPolicyRe
|
|
|
22
22
|
export interface DeleteIdentityPolicyCommandOutput extends DeleteIdentityPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteIdentityPolicyCommand_base: {
|
|
25
|
-
new (input: DeleteIdentityPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteIdentityPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteIdentityPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteIdentityPolicyCommandInput, DeleteIdentityPolicyCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteIdentityPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteIdentityPolicyCommandInput, DeleteIdentityPolicyCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified sending authorization policy for the given 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 { DeleteReceiptFilterRequest, DeleteReceiptFilterResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteReceiptFilterCommandInput extends DeleteReceiptFilterRequ
|
|
|
22
22
|
export interface DeleteReceiptFilterCommandOutput extends DeleteReceiptFilterResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteReceiptFilterCommand_base: {
|
|
25
|
-
new (input: DeleteReceiptFilterCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteReceiptFilterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteReceiptFilterCommandInput): import("@smithy/core/client").CommandImpl<DeleteReceiptFilterCommandInput, DeleteReceiptFilterCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteReceiptFilterCommandInput): import("@smithy/core/client").CommandImpl<DeleteReceiptFilterCommandInput, DeleteReceiptFilterCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified IP address filter.</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 { DeleteReceiptRuleRequest, DeleteReceiptRuleResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteReceiptRuleCommandInput extends DeleteReceiptRuleRequest
|
|
|
22
22
|
export interface DeleteReceiptRuleCommandOutput extends DeleteReceiptRuleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteReceiptRuleCommand_base: {
|
|
25
|
-
new (input: DeleteReceiptRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteReceiptRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteReceiptRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteReceiptRuleCommandInput, DeleteReceiptRuleCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteReceiptRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteReceiptRuleCommandInput, DeleteReceiptRuleCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified receipt rule.</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 { DeleteReceiptRuleSetRequest, DeleteReceiptRuleSetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteReceiptRuleSetCommandInput extends DeleteReceiptRuleSetRe
|
|
|
22
22
|
export interface DeleteReceiptRuleSetCommandOutput extends DeleteReceiptRuleSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteReceiptRuleSetCommand_base: {
|
|
25
|
-
new (input: DeleteReceiptRuleSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteReceiptRuleSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteReceiptRuleSetCommandInput, DeleteReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteReceiptRuleSetCommandInput, DeleteReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified receipt rule set and all of the receipt rules it
|
|
@@ -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 { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {
|
|
|
22
22
|
export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTemplateCommand_base: {
|
|
25
|
-
new (input: DeleteTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an email template.</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 { DeleteVerifiedEmailAddressRequest } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteVerifiedEmailAddressCommandInput extends DeleteVerifiedEm
|
|
|
22
22
|
export interface DeleteVerifiedEmailAddressCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteVerifiedEmailAddressCommand_base: {
|
|
25
|
-
new (input: DeleteVerifiedEmailAddressCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteVerifiedEmailAddressCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteVerifiedEmailAddressCommandInput): import("@smithy/core/client").CommandImpl<DeleteVerifiedEmailAddressCommandInput, DeleteVerifiedEmailAddressCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteVerifiedEmailAddressCommandInput): import("@smithy/core/client").CommandImpl<DeleteVerifiedEmailAddressCommandInput, DeleteVerifiedEmailAddressCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deprecated. Use the <code>DeleteIdentity</code> operation to delete 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 { DescribeActiveReceiptRuleSetRequest, DescribeActiveReceiptRuleSetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeActiveReceiptRuleSetCommandInput extends DescribeActive
|
|
|
22
22
|
export interface DescribeActiveReceiptRuleSetCommandOutput extends DescribeActiveReceiptRuleSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeActiveReceiptRuleSetCommand_base: {
|
|
25
|
-
new (input: DescribeActiveReceiptRuleSetCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeActiveReceiptRuleSetCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeActiveReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<DescribeActiveReceiptRuleSetCommandInput, DescribeActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeActiveReceiptRuleSetCommandInput]): import("@smithy/core/client").CommandImpl<DescribeActiveReceiptRuleSetCommandInput, DescribeActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the metadata and receipt rules for the receipt rule set that is currently
|
|
@@ -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 { DescribeConfigurationSetRequest, DescribeConfigurationSetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeConfigurationSetCommandInput extends DescribeConfigurat
|
|
|
22
22
|
export interface DescribeConfigurationSetCommandOutput extends DescribeConfigurationSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeConfigurationSetCommand_base: {
|
|
25
|
-
new (input: DescribeConfigurationSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeConfigurationSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the details of the specified configuration set. For information about 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 { DescribeReceiptRuleRequest, DescribeReceiptRuleResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeReceiptRuleCommandInput extends DescribeReceiptRuleRequ
|
|
|
22
22
|
export interface DescribeReceiptRuleCommandOutput extends DescribeReceiptRuleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeReceiptRuleCommand_base: {
|
|
25
|
-
new (input: DescribeReceiptRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeReceiptRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeReceiptRuleCommandInput): import("@smithy/core/client").CommandImpl<DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeReceiptRuleCommandInput): import("@smithy/core/client").CommandImpl<DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the details of the specified receipt rule.</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 { DescribeReceiptRuleSetRequest, DescribeReceiptRuleSetResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeReceiptRuleSetCommandInput extends DescribeReceiptRuleS
|
|
|
22
22
|
export interface DescribeReceiptRuleSetCommandOutput extends DescribeReceiptRuleSetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeReceiptRuleSetCommand_base: {
|
|
25
|
-
new (input: DescribeReceiptRuleSetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeReceiptRuleSetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<DescribeReceiptRuleSetCommandInput, DescribeReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<DescribeReceiptRuleSetCommandInput, DescribeReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the details of the specified 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 { GetAccountSendingEnabledResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface GetAccountSendingEnabledCommandInput {
|
|
|
22
22
|
export interface GetAccountSendingEnabledCommandOutput extends GetAccountSendingEnabledResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAccountSendingEnabledCommand_base: {
|
|
25
|
-
new (input: GetAccountSendingEnabledCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetAccountSendingEnabledCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAccountSendingEnabledCommandInput): import("@smithy/core/client").CommandImpl<GetAccountSendingEnabledCommandInput, GetAccountSendingEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetAccountSendingEnabledCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountSendingEnabledCommandInput, GetAccountSendingEnabledCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the email sending status of the Amazon SES account for the current Region.</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 { GetCustomVerificationEmailTemplateRequest, GetCustomVerificationEmailTemplateResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface GetCustomVerificationEmailTemplateCommandInput extends GetCusto
|
|
|
22
22
|
export interface GetCustomVerificationEmailTemplateCommandOutput extends GetCustomVerificationEmailTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCustomVerificationEmailTemplateCommand_base: {
|
|
25
|
-
new (input: GetCustomVerificationEmailTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCustomVerificationEmailTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCustomVerificationEmailTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCustomVerificationEmailTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the custom email verification template for the template name you
|
|
@@ -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 { GetIdentityDkimAttributesRequest, GetIdentityDkimAttributesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface GetIdentityDkimAttributesCommandInput extends GetIdentityDkimAt
|
|
|
22
22
|
export interface GetIdentityDkimAttributesCommandOutput extends GetIdentityDkimAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIdentityDkimAttributesCommand_base: {
|
|
25
|
-
new (input: GetIdentityDkimAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIdentityDkimAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetIdentityDkimAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetIdentityDkimAttributesCommandInput, GetIdentityDkimAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetIdentityDkimAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetIdentityDkimAttributesCommandInput, GetIdentityDkimAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the current status of Easy DKIM signing for an entity. For domain name
|
|
@@ -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 { GetIdentityMailFromDomainAttributesRequest, GetIdentityMailFromDomainAttributesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface GetIdentityMailFromDomainAttributesCommandInput extends GetIden
|
|
|
22
22
|
export interface GetIdentityMailFromDomainAttributesCommandOutput extends GetIdentityMailFromDomainAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIdentityMailFromDomainAttributesCommand_base: {
|
|
25
|
-
new (input: GetIdentityMailFromDomainAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIdentityMailFromDomainAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetIdentityMailFromDomainAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetIdentityMailFromDomainAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the custom MAIL FROM attributes for a list of identities (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 { GetIdentityNotificationAttributesRequest, GetIdentityNotificationAttributesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface GetIdentityNotificationAttributesCommandInput extends GetIdenti
|
|
|
22
22
|
export interface GetIdentityNotificationAttributesCommandOutput extends GetIdentityNotificationAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIdentityNotificationAttributesCommand_base: {
|
|
25
|
-
new (input: GetIdentityNotificationAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIdentityNotificationAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetIdentityNotificationAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetIdentityNotificationAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Given a list of verified identities (email addresses and/or domains), returns 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 { GetIdentityPoliciesRequest, GetIdentityPoliciesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface GetIdentityPoliciesCommandInput extends GetIdentityPoliciesRequ
|
|
|
22
22
|
export interface GetIdentityPoliciesCommandOutput extends GetIdentityPoliciesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIdentityPoliciesCommand_base: {
|
|
25
|
-
new (input: GetIdentityPoliciesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIdentityPoliciesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetIdentityPoliciesCommandInput): import("@smithy/core/client").CommandImpl<GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetIdentityPoliciesCommandInput): import("@smithy/core/client").CommandImpl<GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the requested sending authorization policies for the given 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 { GetIdentityVerificationAttributesRequest, GetIdentityVerificationAttributesResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface GetIdentityVerificationAttributesCommandInput extends GetIdenti
|
|
|
22
22
|
export interface GetIdentityVerificationAttributesCommandOutput extends GetIdentityVerificationAttributesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIdentityVerificationAttributesCommand_base: {
|
|
25
|
-
new (input: GetIdentityVerificationAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIdentityVerificationAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetIdentityVerificationAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetIdentityVerificationAttributesCommandInput, GetIdentityVerificationAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetIdentityVerificationAttributesCommandInput): import("@smithy/core/client").CommandImpl<GetIdentityVerificationAttributesCommandInput, GetIdentityVerificationAttributesCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Given a list of identities (email addresses and/or domains), returns the verification
|
|
@@ -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 { GetSendQuotaResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface GetSendQuotaCommandInput {
|
|
|
22
22
|
export interface GetSendQuotaCommandOutput extends GetSendQuotaResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSendQuotaCommand_base: {
|
|
25
|
-
new (input: GetSendQuotaCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetSendQuotaCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSendQuotaCommandInput): import("@smithy/core/client").CommandImpl<GetSendQuotaCommandInput, GetSendQuotaCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetSendQuotaCommandInput]): import("@smithy/core/client").CommandImpl<GetSendQuotaCommandInput, GetSendQuotaCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides the sending limits for the Amazon SES account. </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 { GetSendStatisticsResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface GetSendStatisticsCommandInput {
|
|
|
22
22
|
export interface GetSendStatisticsCommandOutput extends GetSendStatisticsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSendStatisticsCommand_base: {
|
|
25
|
-
new (input: GetSendStatisticsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetSendStatisticsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSendStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetSendStatisticsCommandInput, GetSendStatisticsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetSendStatisticsCommandInput]): import("@smithy/core/client").CommandImpl<GetSendStatisticsCommandInput, GetSendStatisticsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Provides sending statistics for the current Amazon Web Services Region. The result is a list of data
|
|
@@ -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 { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
@@ -22,9 +22,11 @@ export interface GetTemplateCommandInput extends GetTemplateRequest {
|
|
|
22
22
|
export interface GetTemplateCommandOutput extends GetTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTemplateCommand_base: {
|
|
25
|
-
new (input: GetTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Displays the template object (which includes the Subject line, HTML part and text
|