@aws-sdk/client-ses 3.952.0 → 3.954.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 +957 -670
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/CloneReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/CreateReceiptFilterCommand.js +2 -2
- package/dist-es/commands/CreateReceiptRuleCommand.js +2 -2
- package/dist-es/commands/CreateReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/CreateTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteIdentityCommand.js +2 -2
- package/dist-es/commands/DeleteIdentityPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteReceiptFilterCommand.js +2 -2
- package/dist-es/commands/DeleteReceiptRuleCommand.js +2 -2
- package/dist-es/commands/DeleteReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/DeleteTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +2 -2
- package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationSetCommand.js +2 -2
- package/dist-es/commands/DescribeReceiptRuleCommand.js +2 -2
- package/dist-es/commands/DescribeReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/GetAccountSendingEnabledCommand.js +2 -2
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/GetIdentityDkimAttributesCommand.js +2 -2
- package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +2 -2
- package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +2 -2
- package/dist-es/commands/GetIdentityPoliciesCommand.js +2 -2
- package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +2 -2
- package/dist-es/commands/GetSendQuotaCommand.js +2 -2
- package/dist-es/commands/GetSendStatisticsCommand.js +2 -2
- package/dist-es/commands/GetTemplateCommand.js +2 -2
- package/dist-es/commands/ListConfigurationSetsCommand.js +2 -2
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +2 -2
- package/dist-es/commands/ListIdentitiesCommand.js +2 -2
- package/dist-es/commands/ListIdentityPoliciesCommand.js +2 -2
- package/dist-es/commands/ListReceiptFiltersCommand.js +2 -2
- package/dist-es/commands/ListReceiptRuleSetsCommand.js +2 -2
- package/dist-es/commands/ListTemplatesCommand.js +2 -2
- package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -2
- package/dist-es/commands/PutIdentityPolicyCommand.js +2 -2
- package/dist-es/commands/ReorderReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/SendBounceCommand.js +2 -2
- package/dist-es/commands/SendBulkTemplatedEmailCommand.js +2 -2
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +2 -2
- package/dist-es/commands/SendEmailCommand.js +2 -2
- package/dist-es/commands/SendRawEmailCommand.js +2 -2
- package/dist-es/commands/SendTemplatedEmailCommand.js +2 -2
- package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/SetIdentityDkimEnabledCommand.js +2 -2
- package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +2 -2
- package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +2 -2
- package/dist-es/commands/SetIdentityMailFromDomainCommand.js +2 -2
- package/dist-es/commands/SetIdentityNotificationTopicCommand.js +2 -2
- package/dist-es/commands/SetReceiptRulePositionCommand.js +2 -2
- package/dist-es/commands/TestRenderTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateReceiptRuleCommand.js +2 -2
- package/dist-es/commands/UpdateTemplateCommand.js +2 -2
- package/dist-es/commands/VerifyDomainDkimCommand.js +2 -2
- package/dist-es/commands/VerifyDomainIdentityCommand.js +2 -2
- package/dist-es/commands/VerifyEmailAddressCommand.js +2 -2
- package/dist-es/commands/VerifyEmailIdentityCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +515 -506
- package/dist-types/SESClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +279 -308
- package/dist-types/ts3.4/SESClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +278 -309
- package/package.json +35 -35
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListConfigurationSets } from "../schemas/schemas_0";
|
|
4
|
+
import { ListConfigurationSets$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListConfigurationSetsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListConfigurationSetsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "ListConfigurationSets", {})
|
|
13
13
|
.n("SESClient", "ListConfigurationSetsCommand")
|
|
14
|
-
.sc(ListConfigurationSets)
|
|
14
|
+
.sc(ListConfigurationSets$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCustomVerificationEmailTemplates } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCustomVerificationEmailTemplates$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCustomVerificationEmailTemplatesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCustomVerificationEmailTemplatesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "ListCustomVerificationEmailTemplates", {})
|
|
13
13
|
.n("SESClient", "ListCustomVerificationEmailTemplatesCommand")
|
|
14
|
-
.sc(ListCustomVerificationEmailTemplates)
|
|
14
|
+
.sc(ListCustomVerificationEmailTemplates$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListIdentities } from "../schemas/schemas_0";
|
|
4
|
+
import { ListIdentities$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListIdentitiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListIdentitiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "ListIdentities", {})
|
|
13
13
|
.n("SESClient", "ListIdentitiesCommand")
|
|
14
|
-
.sc(ListIdentities)
|
|
14
|
+
.sc(ListIdentities$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListIdentityPolicies } from "../schemas/schemas_0";
|
|
4
|
+
import { ListIdentityPolicies$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListIdentityPoliciesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListIdentityPoliciesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "ListIdentityPolicies", {})
|
|
13
13
|
.n("SESClient", "ListIdentityPoliciesCommand")
|
|
14
|
-
.sc(ListIdentityPolicies)
|
|
14
|
+
.sc(ListIdentityPolicies$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListReceiptFilters } from "../schemas/schemas_0";
|
|
4
|
+
import { ListReceiptFilters$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListReceiptFiltersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListReceiptFiltersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "ListReceiptFilters", {})
|
|
13
13
|
.n("SESClient", "ListReceiptFiltersCommand")
|
|
14
|
-
.sc(ListReceiptFilters)
|
|
14
|
+
.sc(ListReceiptFilters$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListReceiptRuleSets } from "../schemas/schemas_0";
|
|
4
|
+
import { ListReceiptRuleSets$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListReceiptRuleSetsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListReceiptRuleSetsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "ListReceiptRuleSets", {})
|
|
13
13
|
.n("SESClient", "ListReceiptRuleSetsCommand")
|
|
14
|
-
.sc(ListReceiptRuleSets)
|
|
14
|
+
.sc(ListReceiptRuleSets$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTemplates } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTemplates$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTemplatesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTemplatesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "ListTemplates", {})
|
|
13
13
|
.n("SESClient", "ListTemplatesCommand")
|
|
14
|
-
.sc(ListTemplates)
|
|
14
|
+
.sc(ListTemplates$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListVerifiedEmailAddresses } from "../schemas/schemas_0";
|
|
4
|
+
import { ListVerifiedEmailAddresses$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListVerifiedEmailAddressesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListVerifiedEmailAddressesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "ListVerifiedEmailAddresses", {})
|
|
13
13
|
.n("SESClient", "ListVerifiedEmailAddressesCommand")
|
|
14
|
-
.sc(ListVerifiedEmailAddresses)
|
|
14
|
+
.sc(ListVerifiedEmailAddresses$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutConfigurationSetDeliveryOptions } from "../schemas/schemas_0";
|
|
4
|
+
import { PutConfigurationSetDeliveryOptions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutConfigurationSetDeliveryOptionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutConfigurationSetDeliveryOptionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "PutConfigurationSetDeliveryOptions", {})
|
|
13
13
|
.n("SESClient", "PutConfigurationSetDeliveryOptionsCommand")
|
|
14
|
-
.sc(PutConfigurationSetDeliveryOptions)
|
|
14
|
+
.sc(PutConfigurationSetDeliveryOptions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutIdentityPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { PutIdentityPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutIdentityPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutIdentityPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "PutIdentityPolicy", {})
|
|
13
13
|
.n("SESClient", "PutIdentityPolicyCommand")
|
|
14
|
-
.sc(PutIdentityPolicy)
|
|
14
|
+
.sc(PutIdentityPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ReorderReceiptRuleSet } from "../schemas/schemas_0";
|
|
4
|
+
import { ReorderReceiptRuleSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ReorderReceiptRuleSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ReorderReceiptRuleSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "ReorderReceiptRuleSet", {})
|
|
13
13
|
.n("SESClient", "ReorderReceiptRuleSetCommand")
|
|
14
|
-
.sc(ReorderReceiptRuleSet)
|
|
14
|
+
.sc(ReorderReceiptRuleSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SendBounce } from "../schemas/schemas_0";
|
|
4
|
+
import { SendBounce$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SendBounceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SendBounceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "SendBounce", {})
|
|
13
13
|
.n("SESClient", "SendBounceCommand")
|
|
14
|
-
.sc(SendBounce)
|
|
14
|
+
.sc(SendBounce$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SendBulkTemplatedEmail } from "../schemas/schemas_0";
|
|
4
|
+
import { SendBulkTemplatedEmail$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SendBulkTemplatedEmailCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SendBulkTemplatedEmailCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "SendBulkTemplatedEmail", {})
|
|
13
13
|
.n("SESClient", "SendBulkTemplatedEmailCommand")
|
|
14
|
-
.sc(SendBulkTemplatedEmail)
|
|
14
|
+
.sc(SendBulkTemplatedEmail$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SendCustomVerificationEmail } from "../schemas/schemas_0";
|
|
4
|
+
import { SendCustomVerificationEmail$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SendCustomVerificationEmailCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SendCustomVerificationEmailCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "SendCustomVerificationEmail", {})
|
|
13
13
|
.n("SESClient", "SendCustomVerificationEmailCommand")
|
|
14
|
-
.sc(SendCustomVerificationEmail)
|
|
14
|
+
.sc(SendCustomVerificationEmail$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SendEmail } from "../schemas/schemas_0";
|
|
4
|
+
import { SendEmail$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SendEmailCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SendEmailCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "SendEmail", {})
|
|
13
13
|
.n("SESClient", "SendEmailCommand")
|
|
14
|
-
.sc(SendEmail)
|
|
14
|
+
.sc(SendEmail$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SendRawEmail } from "../schemas/schemas_0";
|
|
4
|
+
import { SendRawEmail$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SendRawEmailCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SendRawEmailCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "SendRawEmail", {})
|
|
13
13
|
.n("SESClient", "SendRawEmailCommand")
|
|
14
|
-
.sc(SendRawEmail)
|
|
14
|
+
.sc(SendRawEmail$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SendTemplatedEmail } from "../schemas/schemas_0";
|
|
4
|
+
import { SendTemplatedEmail$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SendTemplatedEmailCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SendTemplatedEmailCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "SendTemplatedEmail", {})
|
|
13
13
|
.n("SESClient", "SendTemplatedEmailCommand")
|
|
14
|
-
.sc(SendTemplatedEmail)
|
|
14
|
+
.sc(SendTemplatedEmail$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetActiveReceiptRuleSet } from "../schemas/schemas_0";
|
|
4
|
+
import { SetActiveReceiptRuleSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetActiveReceiptRuleSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetActiveReceiptRuleSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "SetActiveReceiptRuleSet", {})
|
|
13
13
|
.n("SESClient", "SetActiveReceiptRuleSetCommand")
|
|
14
|
-
.sc(SetActiveReceiptRuleSet)
|
|
14
|
+
.sc(SetActiveReceiptRuleSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetIdentityDkimEnabled } from "../schemas/schemas_0";
|
|
4
|
+
import { SetIdentityDkimEnabled$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetIdentityDkimEnabledCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetIdentityDkimEnabledCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "SetIdentityDkimEnabled", {})
|
|
13
13
|
.n("SESClient", "SetIdentityDkimEnabledCommand")
|
|
14
|
-
.sc(SetIdentityDkimEnabled)
|
|
14
|
+
.sc(SetIdentityDkimEnabled$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetIdentityFeedbackForwardingEnabled } from "../schemas/schemas_0";
|
|
4
|
+
import { SetIdentityFeedbackForwardingEnabled$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetIdentityFeedbackForwardingEnabledCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetIdentityFeedbackForwardingEnabledCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "SetIdentityFeedbackForwardingEnabled", {})
|
|
13
13
|
.n("SESClient", "SetIdentityFeedbackForwardingEnabledCommand")
|
|
14
|
-
.sc(SetIdentityFeedbackForwardingEnabled)
|
|
14
|
+
.sc(SetIdentityFeedbackForwardingEnabled$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetIdentityHeadersInNotificationsEnabled } from "../schemas/schemas_0";
|
|
4
|
+
import { SetIdentityHeadersInNotificationsEnabled$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetIdentityHeadersInNotificationsEnabledCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetIdentityHeadersInNotificationsEnabledCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "SetIdentityHeadersInNotificationsEnabled", {})
|
|
13
13
|
.n("SESClient", "SetIdentityHeadersInNotificationsEnabledCommand")
|
|
14
|
-
.sc(SetIdentityHeadersInNotificationsEnabled)
|
|
14
|
+
.sc(SetIdentityHeadersInNotificationsEnabled$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetIdentityMailFromDomain } from "../schemas/schemas_0";
|
|
4
|
+
import { SetIdentityMailFromDomain$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetIdentityMailFromDomainCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetIdentityMailFromDomainCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "SetIdentityMailFromDomain", {})
|
|
13
13
|
.n("SESClient", "SetIdentityMailFromDomainCommand")
|
|
14
|
-
.sc(SetIdentityMailFromDomain)
|
|
14
|
+
.sc(SetIdentityMailFromDomain$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetIdentityNotificationTopic } from "../schemas/schemas_0";
|
|
4
|
+
import { SetIdentityNotificationTopic$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetIdentityNotificationTopicCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetIdentityNotificationTopicCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "SetIdentityNotificationTopic", {})
|
|
13
13
|
.n("SESClient", "SetIdentityNotificationTopicCommand")
|
|
14
|
-
.sc(SetIdentityNotificationTopic)
|
|
14
|
+
.sc(SetIdentityNotificationTopic$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetReceiptRulePosition } from "../schemas/schemas_0";
|
|
4
|
+
import { SetReceiptRulePosition$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetReceiptRulePositionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetReceiptRulePositionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "SetReceiptRulePosition", {})
|
|
13
13
|
.n("SESClient", "SetReceiptRulePositionCommand")
|
|
14
|
-
.sc(SetReceiptRulePosition)
|
|
14
|
+
.sc(SetReceiptRulePosition$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TestRenderTemplate } from "../schemas/schemas_0";
|
|
4
|
+
import { TestRenderTemplate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TestRenderTemplateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TestRenderTemplateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "TestRenderTemplate", {})
|
|
13
13
|
.n("SESClient", "TestRenderTemplateCommand")
|
|
14
|
-
.sc(TestRenderTemplate)
|
|
14
|
+
.sc(TestRenderTemplate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateAccountSendingEnabled } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAccountSendingEnabled$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAccountSendingEnabledCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAccountSendingEnabledCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "UpdateAccountSendingEnabled", {})
|
|
13
13
|
.n("SESClient", "UpdateAccountSendingEnabledCommand")
|
|
14
|
-
.sc(UpdateAccountSendingEnabled)
|
|
14
|
+
.sc(UpdateAccountSendingEnabled$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateConfigurationSetEventDestination } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateConfigurationSetEventDestination$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateConfigurationSetEventDestinationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "UpdateConfigurationSetEventDestination", {})
|
|
13
13
|
.n("SESClient", "UpdateConfigurationSetEventDestinationCommand")
|
|
14
|
-
.sc(UpdateConfigurationSetEventDestination)
|
|
14
|
+
.sc(UpdateConfigurationSetEventDestination$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateConfigurationSetReputationMetricsEnabled } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateConfigurationSetReputationMetricsEnabled$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Comm
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "UpdateConfigurationSetReputationMetricsEnabled", {})
|
|
13
13
|
.n("SESClient", "UpdateConfigurationSetReputationMetricsEnabledCommand")
|
|
14
|
-
.sc(UpdateConfigurationSetReputationMetricsEnabled)
|
|
14
|
+
.sc(UpdateConfigurationSetReputationMetricsEnabled$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateConfigurationSetSendingEnabled } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateConfigurationSetSendingEnabled$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateConfigurationSetSendingEnabledCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateConfigurationSetSendingEnabledCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "UpdateConfigurationSetSendingEnabled", {})
|
|
13
13
|
.n("SESClient", "UpdateConfigurationSetSendingEnabledCommand")
|
|
14
|
-
.sc(UpdateConfigurationSetSendingEnabled)
|
|
14
|
+
.sc(UpdateConfigurationSetSendingEnabled$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateConfigurationSetTrackingOptions } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateConfigurationSetTrackingOptions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateConfigurationSetTrackingOptionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateConfigurationSetTrackingOptionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "UpdateConfigurationSetTrackingOptions", {})
|
|
13
13
|
.n("SESClient", "UpdateConfigurationSetTrackingOptionsCommand")
|
|
14
|
-
.sc(UpdateConfigurationSetTrackingOptions)
|
|
14
|
+
.sc(UpdateConfigurationSetTrackingOptions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCustomVerificationEmailTemplate } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCustomVerificationEmailTemplate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCustomVerificationEmailTemplateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCustomVerificationEmailTemplateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "UpdateCustomVerificationEmailTemplate", {})
|
|
13
13
|
.n("SESClient", "UpdateCustomVerificationEmailTemplateCommand")
|
|
14
|
-
.sc(UpdateCustomVerificationEmailTemplate)
|
|
14
|
+
.sc(UpdateCustomVerificationEmailTemplate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateReceiptRule } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateReceiptRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateReceiptRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateReceiptRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "UpdateReceiptRule", {})
|
|
13
13
|
.n("SESClient", "UpdateReceiptRuleCommand")
|
|
14
|
-
.sc(UpdateReceiptRule)
|
|
14
|
+
.sc(UpdateReceiptRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateTemplate } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateTemplate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateTemplateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateTemplateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "UpdateTemplate", {})
|
|
13
13
|
.n("SESClient", "UpdateTemplateCommand")
|
|
14
|
-
.sc(UpdateTemplate)
|
|
14
|
+
.sc(UpdateTemplate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { VerifyDomainDkim } from "../schemas/schemas_0";
|
|
4
|
+
import { VerifyDomainDkim$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class VerifyDomainDkimCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class VerifyDomainDkimCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "VerifyDomainDkim", {})
|
|
13
13
|
.n("SESClient", "VerifyDomainDkimCommand")
|
|
14
|
-
.sc(VerifyDomainDkim)
|
|
14
|
+
.sc(VerifyDomainDkim$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { VerifyDomainIdentity } from "../schemas/schemas_0";
|
|
4
|
+
import { VerifyDomainIdentity$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class VerifyDomainIdentityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class VerifyDomainIdentityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "VerifyDomainIdentity", {})
|
|
13
13
|
.n("SESClient", "VerifyDomainIdentityCommand")
|
|
14
|
-
.sc(VerifyDomainIdentity)
|
|
14
|
+
.sc(VerifyDomainIdentity$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { VerifyEmailAddress } from "../schemas/schemas_0";
|
|
4
|
+
import { VerifyEmailAddress$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class VerifyEmailAddressCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class VerifyEmailAddressCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("SimpleEmailService", "VerifyEmailAddress", {})
|
|
13
13
|
.n("SESClient", "VerifyEmailAddressCommand")
|
|
14
|
-
.sc(VerifyEmailAddress)
|
|
14
|
+
.sc(VerifyEmailAddress$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|