@aws-sdk/client-ses 3.1077.0 → 3.1078.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/index.js +219 -853
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CloneReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/CreateConfigurationSetCommand.js +2 -14
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -14
- package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +2 -14
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +2 -14
- package/dist-es/commands/CreateReceiptFilterCommand.js +2 -14
- package/dist-es/commands/CreateReceiptRuleCommand.js +2 -14
- package/dist-es/commands/CreateReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/CreateTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +2 -14
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteIdentityCommand.js +2 -14
- package/dist-es/commands/DeleteIdentityPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteReceiptFilterCommand.js +2 -14
- package/dist-es/commands/DeleteReceiptRuleCommand.js +2 -14
- package/dist-es/commands/DeleteReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/DeleteTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +2 -14
- package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/DescribeConfigurationSetCommand.js +2 -14
- package/dist-es/commands/DescribeReceiptRuleCommand.js +2 -14
- package/dist-es/commands/DescribeReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/GetAccountSendingEnabledCommand.js +2 -14
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +2 -14
- package/dist-es/commands/GetIdentityDkimAttributesCommand.js +2 -14
- package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +2 -14
- package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +2 -14
- package/dist-es/commands/GetIdentityPoliciesCommand.js +2 -14
- package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +2 -14
- package/dist-es/commands/GetSendQuotaCommand.js +2 -14
- package/dist-es/commands/GetSendStatisticsCommand.js +2 -14
- package/dist-es/commands/GetTemplateCommand.js +2 -14
- package/dist-es/commands/ListConfigurationSetsCommand.js +2 -14
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +2 -14
- package/dist-es/commands/ListIdentitiesCommand.js +2 -14
- package/dist-es/commands/ListIdentityPoliciesCommand.js +2 -14
- package/dist-es/commands/ListReceiptFiltersCommand.js +2 -14
- package/dist-es/commands/ListReceiptRuleSetsCommand.js +2 -14
- package/dist-es/commands/ListTemplatesCommand.js +2 -14
- package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +2 -14
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -14
- package/dist-es/commands/PutIdentityPolicyCommand.js +2 -14
- package/dist-es/commands/ReorderReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/SendBounceCommand.js +2 -14
- package/dist-es/commands/SendBulkTemplatedEmailCommand.js +2 -14
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +2 -14
- package/dist-es/commands/SendEmailCommand.js +2 -14
- package/dist-es/commands/SendRawEmailCommand.js +2 -14
- package/dist-es/commands/SendTemplatedEmailCommand.js +2 -14
- package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +2 -14
- package/dist-es/commands/SetIdentityDkimEnabledCommand.js +2 -14
- package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +2 -14
- package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +2 -14
- package/dist-es/commands/SetIdentityMailFromDomainCommand.js +2 -14
- package/dist-es/commands/SetIdentityNotificationTopicCommand.js +2 -14
- package/dist-es/commands/SetReceiptRulePositionCommand.js +2 -14
- package/dist-es/commands/TestRenderTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +2 -14
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateReceiptRuleCommand.js +2 -14
- package/dist-es/commands/UpdateTemplateCommand.js +2 -14
- package/dist-es/commands/VerifyDomainDkimCommand.js +2 -14
- package/dist-es/commands/VerifyDomainIdentityCommand.js +2 -14
- package/dist-es/commands/VerifyEmailAddressCommand.js +2 -14
- package/dist-es/commands/VerifyEmailIdentityCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +3 -8
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdentityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +3 -8
- package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +3 -8
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetSendQuotaCommand.d.ts +3 -8
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListIdentitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +3 -8
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +3 -8
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -8
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +3 -8
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/SendBounceCommand.d.ts +3 -8
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +3 -8
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +3 -8
- package/dist-types/commands/SendEmailCommand.d.ts +3 -8
- package/dist-types/commands/SendRawEmailCommand.d.ts +3 -8
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +3 -8
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -8
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +3 -8
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +3 -8
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +3 -8
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +3 -8
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +3 -8
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +3 -8
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +3 -8
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +3 -8
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +3 -8
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +9 -9
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "SimpleEmailService", "SESClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CloneReceiptRuleSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CloneReceiptRuleSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "CloneReceiptRuleSet", {})
|
|
13
|
-
.n("SESClient", "CloneReceiptRuleSetCommand")
|
|
14
|
-
.sc(CloneReceiptRuleSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CloneReceiptRuleSetCommand extends command(_ep0, _mw0, "CloneReceiptRuleSet", CloneReceiptRuleSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateConfigurationSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConfigurationSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "CreateConfigurationSet", {})
|
|
13
|
-
.n("SESClient", "CreateConfigurationSetCommand")
|
|
14
|
-
.sc(CreateConfigurationSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConfigurationSetCommand extends command(_ep0, _mw0, "CreateConfigurationSet", CreateConfigurationSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateConfigurationSetEventDestination$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConfigurationSetEventDestinationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "CreateConfigurationSetEventDestination", {})
|
|
13
|
-
.n("SESClient", "CreateConfigurationSetEventDestinationCommand")
|
|
14
|
-
.sc(CreateConfigurationSetEventDestination$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "CreateConfigurationSetEventDestination", CreateConfigurationSetEventDestination$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateConfigurationSetTrackingOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConfigurationSetTrackingOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "CreateConfigurationSetTrackingOptions", {})
|
|
13
|
-
.n("SESClient", "CreateConfigurationSetTrackingOptionsCommand")
|
|
14
|
-
.sc(CreateConfigurationSetTrackingOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConfigurationSetTrackingOptionsCommand extends command(_ep0, _mw0, "CreateConfigurationSetTrackingOptions", CreateConfigurationSetTrackingOptions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCustomVerificationEmailTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCustomVerificationEmailTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "CreateCustomVerificationEmailTemplate", {})
|
|
13
|
-
.n("SESClient", "CreateCustomVerificationEmailTemplateCommand")
|
|
14
|
-
.sc(CreateCustomVerificationEmailTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCustomVerificationEmailTemplateCommand extends command(_ep0, _mw0, "CreateCustomVerificationEmailTemplate", CreateCustomVerificationEmailTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateReceiptFilter$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateReceiptFilterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "CreateReceiptFilter", {})
|
|
13
|
-
.n("SESClient", "CreateReceiptFilterCommand")
|
|
14
|
-
.sc(CreateReceiptFilter$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateReceiptFilterCommand extends command(_ep0, _mw0, "CreateReceiptFilter", CreateReceiptFilter$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateReceiptRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateReceiptRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "CreateReceiptRule", {})
|
|
13
|
-
.n("SESClient", "CreateReceiptRuleCommand")
|
|
14
|
-
.sc(CreateReceiptRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateReceiptRuleCommand extends command(_ep0, _mw0, "CreateReceiptRule", CreateReceiptRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateReceiptRuleSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateReceiptRuleSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "CreateReceiptRuleSet", {})
|
|
13
|
-
.n("SESClient", "CreateReceiptRuleSetCommand")
|
|
14
|
-
.sc(CreateReceiptRuleSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateReceiptRuleSetCommand extends command(_ep0, _mw0, "CreateReceiptRuleSet", CreateReceiptRuleSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "CreateTemplate", {})
|
|
13
|
-
.n("SESClient", "CreateTemplateCommand")
|
|
14
|
-
.sc(CreateTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateTemplateCommand extends command(_ep0, _mw0, "CreateTemplate", CreateTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteConfigurationSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConfigurationSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DeleteConfigurationSet", {})
|
|
13
|
-
.n("SESClient", "DeleteConfigurationSetCommand")
|
|
14
|
-
.sc(DeleteConfigurationSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConfigurationSetCommand extends command(_ep0, _mw0, "DeleteConfigurationSet", DeleteConfigurationSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteConfigurationSetEventDestination$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConfigurationSetEventDestinationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DeleteConfigurationSetEventDestination", {})
|
|
13
|
-
.n("SESClient", "DeleteConfigurationSetEventDestinationCommand")
|
|
14
|
-
.sc(DeleteConfigurationSetEventDestination$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "DeleteConfigurationSetEventDestination", DeleteConfigurationSetEventDestination$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteConfigurationSetTrackingOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConfigurationSetTrackingOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DeleteConfigurationSetTrackingOptions", {})
|
|
13
|
-
.n("SESClient", "DeleteConfigurationSetTrackingOptionsCommand")
|
|
14
|
-
.sc(DeleteConfigurationSetTrackingOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConfigurationSetTrackingOptionsCommand extends command(_ep0, _mw0, "DeleteConfigurationSetTrackingOptions", DeleteConfigurationSetTrackingOptions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCustomVerificationEmailTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCustomVerificationEmailTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DeleteCustomVerificationEmailTemplate", {})
|
|
13
|
-
.n("SESClient", "DeleteCustomVerificationEmailTemplateCommand")
|
|
14
|
-
.sc(DeleteCustomVerificationEmailTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCustomVerificationEmailTemplateCommand extends command(_ep0, _mw0, "DeleteCustomVerificationEmailTemplate", DeleteCustomVerificationEmailTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteIdentity$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIdentityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DeleteIdentity", {})
|
|
13
|
-
.n("SESClient", "DeleteIdentityCommand")
|
|
14
|
-
.sc(DeleteIdentity$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIdentityCommand extends command(_ep0, _mw0, "DeleteIdentity", DeleteIdentity$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteIdentityPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIdentityPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DeleteIdentityPolicy", {})
|
|
13
|
-
.n("SESClient", "DeleteIdentityPolicyCommand")
|
|
14
|
-
.sc(DeleteIdentityPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIdentityPolicyCommand extends command(_ep0, _mw0, "DeleteIdentityPolicy", DeleteIdentityPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteReceiptFilter$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteReceiptFilterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DeleteReceiptFilter", {})
|
|
13
|
-
.n("SESClient", "DeleteReceiptFilterCommand")
|
|
14
|
-
.sc(DeleteReceiptFilter$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteReceiptFilterCommand extends command(_ep0, _mw0, "DeleteReceiptFilter", DeleteReceiptFilter$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteReceiptRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteReceiptRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DeleteReceiptRule", {})
|
|
13
|
-
.n("SESClient", "DeleteReceiptRuleCommand")
|
|
14
|
-
.sc(DeleteReceiptRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteReceiptRuleCommand extends command(_ep0, _mw0, "DeleteReceiptRule", DeleteReceiptRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteReceiptRuleSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteReceiptRuleSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DeleteReceiptRuleSet", {})
|
|
13
|
-
.n("SESClient", "DeleteReceiptRuleSetCommand")
|
|
14
|
-
.sc(DeleteReceiptRuleSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteReceiptRuleSetCommand extends command(_ep0, _mw0, "DeleteReceiptRuleSet", DeleteReceiptRuleSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DeleteTemplate", {})
|
|
13
|
-
.n("SESClient", "DeleteTemplateCommand")
|
|
14
|
-
.sc(DeleteTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteTemplateCommand extends command(_ep0, _mw0, "DeleteTemplate", DeleteTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteVerifiedEmailAddress$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteVerifiedEmailAddressCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DeleteVerifiedEmailAddress", {})
|
|
13
|
-
.n("SESClient", "DeleteVerifiedEmailAddressCommand")
|
|
14
|
-
.sc(DeleteVerifiedEmailAddress$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteVerifiedEmailAddressCommand extends command(_ep0, _mw0, "DeleteVerifiedEmailAddress", DeleteVerifiedEmailAddress$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeActiveReceiptRuleSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeActiveReceiptRuleSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DescribeActiveReceiptRuleSet", {})
|
|
13
|
-
.n("SESClient", "DescribeActiveReceiptRuleSetCommand")
|
|
14
|
-
.sc(DescribeActiveReceiptRuleSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeActiveReceiptRuleSetCommand extends command(_ep0, _mw0, "DescribeActiveReceiptRuleSet", DescribeActiveReceiptRuleSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeConfigurationSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeConfigurationSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DescribeConfigurationSet", {})
|
|
13
|
-
.n("SESClient", "DescribeConfigurationSetCommand")
|
|
14
|
-
.sc(DescribeConfigurationSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeConfigurationSetCommand extends command(_ep0, _mw0, "DescribeConfigurationSet", DescribeConfigurationSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeReceiptRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeReceiptRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DescribeReceiptRule", {})
|
|
13
|
-
.n("SESClient", "DescribeReceiptRuleCommand")
|
|
14
|
-
.sc(DescribeReceiptRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeReceiptRuleCommand extends command(_ep0, _mw0, "DescribeReceiptRule", DescribeReceiptRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeReceiptRuleSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeReceiptRuleSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "DescribeReceiptRuleSet", {})
|
|
13
|
-
.n("SESClient", "DescribeReceiptRuleSetCommand")
|
|
14
|
-
.sc(DescribeReceiptRuleSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeReceiptRuleSetCommand extends command(_ep0, _mw0, "DescribeReceiptRuleSet", DescribeReceiptRuleSet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAccountSendingEnabled$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAccountSendingEnabledCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "GetAccountSendingEnabled", {})
|
|
13
|
-
.n("SESClient", "GetAccountSendingEnabledCommand")
|
|
14
|
-
.sc(GetAccountSendingEnabled$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAccountSendingEnabledCommand extends command(_ep0, _mw0, "GetAccountSendingEnabled", GetAccountSendingEnabled$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetCustomVerificationEmailTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCustomVerificationEmailTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "GetCustomVerificationEmailTemplate", {})
|
|
13
|
-
.n("SESClient", "GetCustomVerificationEmailTemplateCommand")
|
|
14
|
-
.sc(GetCustomVerificationEmailTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCustomVerificationEmailTemplateCommand extends command(_ep0, _mw0, "GetCustomVerificationEmailTemplate", GetCustomVerificationEmailTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIdentityDkimAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIdentityDkimAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "GetIdentityDkimAttributes", {})
|
|
13
|
-
.n("SESClient", "GetIdentityDkimAttributesCommand")
|
|
14
|
-
.sc(GetIdentityDkimAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIdentityDkimAttributesCommand extends command(_ep0, _mw0, "GetIdentityDkimAttributes", GetIdentityDkimAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIdentityMailFromDomainAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIdentityMailFromDomainAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "GetIdentityMailFromDomainAttributes", {})
|
|
13
|
-
.n("SESClient", "GetIdentityMailFromDomainAttributesCommand")
|
|
14
|
-
.sc(GetIdentityMailFromDomainAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIdentityMailFromDomainAttributesCommand extends command(_ep0, _mw0, "GetIdentityMailFromDomainAttributes", GetIdentityMailFromDomainAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIdentityNotificationAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIdentityNotificationAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "GetIdentityNotificationAttributes", {})
|
|
13
|
-
.n("SESClient", "GetIdentityNotificationAttributesCommand")
|
|
14
|
-
.sc(GetIdentityNotificationAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIdentityNotificationAttributesCommand extends command(_ep0, _mw0, "GetIdentityNotificationAttributes", GetIdentityNotificationAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIdentityPolicies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIdentityPoliciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "GetIdentityPolicies", {})
|
|
13
|
-
.n("SESClient", "GetIdentityPoliciesCommand")
|
|
14
|
-
.sc(GetIdentityPolicies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIdentityPoliciesCommand extends command(_ep0, _mw0, "GetIdentityPolicies", GetIdentityPolicies$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIdentityVerificationAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIdentityVerificationAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "GetIdentityVerificationAttributes", {})
|
|
13
|
-
.n("SESClient", "GetIdentityVerificationAttributesCommand")
|
|
14
|
-
.sc(GetIdentityVerificationAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIdentityVerificationAttributesCommand extends command(_ep0, _mw0, "GetIdentityVerificationAttributes", GetIdentityVerificationAttributes$) {
|
|
16
4
|
}
|