@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
|
@@ -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 { GetSendQuota$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSendQuotaCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "GetSendQuota", {})
|
|
13
|
-
.n("SESClient", "GetSendQuotaCommand")
|
|
14
|
-
.sc(GetSendQuota$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSendQuotaCommand extends command(_ep0, _mw0, "GetSendQuota", GetSendQuota$) {
|
|
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 { GetSendStatistics$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSendStatisticsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "GetSendStatistics", {})
|
|
13
|
-
.n("SESClient", "GetSendStatisticsCommand")
|
|
14
|
-
.sc(GetSendStatistics$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSendStatisticsCommand extends command(_ep0, _mw0, "GetSendStatistics", GetSendStatistics$) {
|
|
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 { GetTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "GetTemplate", {})
|
|
13
|
-
.n("SESClient", "GetTemplateCommand")
|
|
14
|
-
.sc(GetTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTemplateCommand extends command(_ep0, _mw0, "GetTemplate", GetTemplate$) {
|
|
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 { ListConfigurationSets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListConfigurationSetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "ListConfigurationSets", {})
|
|
13
|
-
.n("SESClient", "ListConfigurationSetsCommand")
|
|
14
|
-
.sc(ListConfigurationSets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListConfigurationSetsCommand extends command(_ep0, _mw0, "ListConfigurationSets", ListConfigurationSets$) {
|
|
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 { ListCustomVerificationEmailTemplates$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCustomVerificationEmailTemplatesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "ListCustomVerificationEmailTemplates", {})
|
|
13
|
-
.n("SESClient", "ListCustomVerificationEmailTemplatesCommand")
|
|
14
|
-
.sc(ListCustomVerificationEmailTemplates$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCustomVerificationEmailTemplatesCommand extends command(_ep0, _mw0, "ListCustomVerificationEmailTemplates", ListCustomVerificationEmailTemplates$) {
|
|
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 { ListIdentities$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListIdentitiesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "ListIdentities", {})
|
|
13
|
-
.n("SESClient", "ListIdentitiesCommand")
|
|
14
|
-
.sc(ListIdentities$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListIdentitiesCommand extends command(_ep0, _mw0, "ListIdentities", ListIdentities$) {
|
|
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 { ListIdentityPolicies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListIdentityPoliciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "ListIdentityPolicies", {})
|
|
13
|
-
.n("SESClient", "ListIdentityPoliciesCommand")
|
|
14
|
-
.sc(ListIdentityPolicies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListIdentityPoliciesCommand extends command(_ep0, _mw0, "ListIdentityPolicies", ListIdentityPolicies$) {
|
|
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 { ListReceiptFilters$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListReceiptFiltersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "ListReceiptFilters", {})
|
|
13
|
-
.n("SESClient", "ListReceiptFiltersCommand")
|
|
14
|
-
.sc(ListReceiptFilters$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListReceiptFiltersCommand extends command(_ep0, _mw0, "ListReceiptFilters", ListReceiptFilters$) {
|
|
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 { ListReceiptRuleSets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListReceiptRuleSetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "ListReceiptRuleSets", {})
|
|
13
|
-
.n("SESClient", "ListReceiptRuleSetsCommand")
|
|
14
|
-
.sc(ListReceiptRuleSets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListReceiptRuleSetsCommand extends command(_ep0, _mw0, "ListReceiptRuleSets", ListReceiptRuleSets$) {
|
|
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 { ListTemplates$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTemplatesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "ListTemplates", {})
|
|
13
|
-
.n("SESClient", "ListTemplatesCommand")
|
|
14
|
-
.sc(ListTemplates$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTemplatesCommand extends command(_ep0, _mw0, "ListTemplates", ListTemplates$) {
|
|
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 { ListVerifiedEmailAddresses$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListVerifiedEmailAddressesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "ListVerifiedEmailAddresses", {})
|
|
13
|
-
.n("SESClient", "ListVerifiedEmailAddressesCommand")
|
|
14
|
-
.sc(ListVerifiedEmailAddresses$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListVerifiedEmailAddressesCommand extends command(_ep0, _mw0, "ListVerifiedEmailAddresses", ListVerifiedEmailAddresses$) {
|
|
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 { PutConfigurationSetDeliveryOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutConfigurationSetDeliveryOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "PutConfigurationSetDeliveryOptions", {})
|
|
13
|
-
.n("SESClient", "PutConfigurationSetDeliveryOptionsCommand")
|
|
14
|
-
.sc(PutConfigurationSetDeliveryOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutConfigurationSetDeliveryOptionsCommand extends command(_ep0, _mw0, "PutConfigurationSetDeliveryOptions", PutConfigurationSetDeliveryOptions$) {
|
|
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 { PutIdentityPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutIdentityPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "PutIdentityPolicy", {})
|
|
13
|
-
.n("SESClient", "PutIdentityPolicyCommand")
|
|
14
|
-
.sc(PutIdentityPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutIdentityPolicyCommand extends command(_ep0, _mw0, "PutIdentityPolicy", PutIdentityPolicy$) {
|
|
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 { ReorderReceiptRuleSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ReorderReceiptRuleSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "ReorderReceiptRuleSet", {})
|
|
13
|
-
.n("SESClient", "ReorderReceiptRuleSetCommand")
|
|
14
|
-
.sc(ReorderReceiptRuleSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ReorderReceiptRuleSetCommand extends command(_ep0, _mw0, "ReorderReceiptRuleSet", ReorderReceiptRuleSet$) {
|
|
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 { SendBounce$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SendBounceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "SendBounce", {})
|
|
13
|
-
.n("SESClient", "SendBounceCommand")
|
|
14
|
-
.sc(SendBounce$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SendBounceCommand extends command(_ep0, _mw0, "SendBounce", SendBounce$) {
|
|
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 { SendBulkTemplatedEmail$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SendBulkTemplatedEmailCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "SendBulkTemplatedEmail", {})
|
|
13
|
-
.n("SESClient", "SendBulkTemplatedEmailCommand")
|
|
14
|
-
.sc(SendBulkTemplatedEmail$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SendBulkTemplatedEmailCommand extends command(_ep0, _mw0, "SendBulkTemplatedEmail", SendBulkTemplatedEmail$) {
|
|
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 { SendCustomVerificationEmail$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SendCustomVerificationEmailCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "SendCustomVerificationEmail", {})
|
|
13
|
-
.n("SESClient", "SendCustomVerificationEmailCommand")
|
|
14
|
-
.sc(SendCustomVerificationEmail$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SendCustomVerificationEmailCommand extends command(_ep0, _mw0, "SendCustomVerificationEmail", SendCustomVerificationEmail$) {
|
|
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 { SendEmail$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SendEmailCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "SendEmail", {})
|
|
13
|
-
.n("SESClient", "SendEmailCommand")
|
|
14
|
-
.sc(SendEmail$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SendEmailCommand extends command(_ep0, _mw0, "SendEmail", SendEmail$) {
|
|
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 { SendRawEmail$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SendRawEmailCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "SendRawEmail", {})
|
|
13
|
-
.n("SESClient", "SendRawEmailCommand")
|
|
14
|
-
.sc(SendRawEmail$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SendRawEmailCommand extends command(_ep0, _mw0, "SendRawEmail", SendRawEmail$) {
|
|
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 { SendTemplatedEmail$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SendTemplatedEmailCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "SendTemplatedEmail", {})
|
|
13
|
-
.n("SESClient", "SendTemplatedEmailCommand")
|
|
14
|
-
.sc(SendTemplatedEmail$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SendTemplatedEmailCommand extends command(_ep0, _mw0, "SendTemplatedEmail", SendTemplatedEmail$) {
|
|
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 { SetActiveReceiptRuleSet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetActiveReceiptRuleSetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "SetActiveReceiptRuleSet", {})
|
|
13
|
-
.n("SESClient", "SetActiveReceiptRuleSetCommand")
|
|
14
|
-
.sc(SetActiveReceiptRuleSet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetActiveReceiptRuleSetCommand extends command(_ep0, _mw0, "SetActiveReceiptRuleSet", SetActiveReceiptRuleSet$) {
|
|
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 { SetIdentityDkimEnabled$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetIdentityDkimEnabledCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "SetIdentityDkimEnabled", {})
|
|
13
|
-
.n("SESClient", "SetIdentityDkimEnabledCommand")
|
|
14
|
-
.sc(SetIdentityDkimEnabled$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetIdentityDkimEnabledCommand extends command(_ep0, _mw0, "SetIdentityDkimEnabled", SetIdentityDkimEnabled$) {
|
|
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 { SetIdentityFeedbackForwardingEnabled$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetIdentityFeedbackForwardingEnabledCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "SetIdentityFeedbackForwardingEnabled", {})
|
|
13
|
-
.n("SESClient", "SetIdentityFeedbackForwardingEnabledCommand")
|
|
14
|
-
.sc(SetIdentityFeedbackForwardingEnabled$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetIdentityFeedbackForwardingEnabledCommand extends command(_ep0, _mw0, "SetIdentityFeedbackForwardingEnabled", SetIdentityFeedbackForwardingEnabled$) {
|
|
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 { SetIdentityHeadersInNotificationsEnabled$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetIdentityHeadersInNotificationsEnabledCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "SetIdentityHeadersInNotificationsEnabled", {})
|
|
13
|
-
.n("SESClient", "SetIdentityHeadersInNotificationsEnabledCommand")
|
|
14
|
-
.sc(SetIdentityHeadersInNotificationsEnabled$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetIdentityHeadersInNotificationsEnabledCommand extends command(_ep0, _mw0, "SetIdentityHeadersInNotificationsEnabled", SetIdentityHeadersInNotificationsEnabled$) {
|
|
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 { SetIdentityMailFromDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetIdentityMailFromDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "SetIdentityMailFromDomain", {})
|
|
13
|
-
.n("SESClient", "SetIdentityMailFromDomainCommand")
|
|
14
|
-
.sc(SetIdentityMailFromDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetIdentityMailFromDomainCommand extends command(_ep0, _mw0, "SetIdentityMailFromDomain", SetIdentityMailFromDomain$) {
|
|
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 { SetIdentityNotificationTopic$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetIdentityNotificationTopicCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "SetIdentityNotificationTopic", {})
|
|
13
|
-
.n("SESClient", "SetIdentityNotificationTopicCommand")
|
|
14
|
-
.sc(SetIdentityNotificationTopic$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetIdentityNotificationTopicCommand extends command(_ep0, _mw0, "SetIdentityNotificationTopic", SetIdentityNotificationTopic$) {
|
|
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 { SetReceiptRulePosition$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetReceiptRulePositionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "SetReceiptRulePosition", {})
|
|
13
|
-
.n("SESClient", "SetReceiptRulePositionCommand")
|
|
14
|
-
.sc(SetReceiptRulePosition$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetReceiptRulePositionCommand extends command(_ep0, _mw0, "SetReceiptRulePosition", SetReceiptRulePosition$) {
|
|
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 { TestRenderTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TestRenderTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "TestRenderTemplate", {})
|
|
13
|
-
.n("SESClient", "TestRenderTemplateCommand")
|
|
14
|
-
.sc(TestRenderTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TestRenderTemplateCommand extends command(_ep0, _mw0, "TestRenderTemplate", TestRenderTemplate$) {
|
|
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 { UpdateAccountSendingEnabled$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAccountSendingEnabledCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "UpdateAccountSendingEnabled", {})
|
|
13
|
-
.n("SESClient", "UpdateAccountSendingEnabledCommand")
|
|
14
|
-
.sc(UpdateAccountSendingEnabled$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAccountSendingEnabledCommand extends command(_ep0, _mw0, "UpdateAccountSendingEnabled", UpdateAccountSendingEnabled$) {
|
|
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 { UpdateConfigurationSetEventDestination$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateConfigurationSetEventDestinationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "UpdateConfigurationSetEventDestination", {})
|
|
13
|
-
.n("SESClient", "UpdateConfigurationSetEventDestinationCommand")
|
|
14
|
-
.sc(UpdateConfigurationSetEventDestination$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "UpdateConfigurationSetEventDestination", UpdateConfigurationSetEventDestination$) {
|
|
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 { UpdateConfigurationSetReputationMetricsEnabled$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "UpdateConfigurationSetReputationMetricsEnabled", {})
|
|
13
|
-
.n("SESClient", "UpdateConfigurationSetReputationMetricsEnabledCommand")
|
|
14
|
-
.sc(UpdateConfigurationSetReputationMetricsEnabled$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateConfigurationSetReputationMetricsEnabledCommand extends command(_ep0, _mw0, "UpdateConfigurationSetReputationMetricsEnabled", UpdateConfigurationSetReputationMetricsEnabled$) {
|
|
16
4
|
}
|