@aws-sdk/client-ses 3.1076.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 +222 -855
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +9 -11
|
@@ -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 { UpdateConfigurationSetSendingEnabled$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateConfigurationSetSendingEnabledCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "UpdateConfigurationSetSendingEnabled", {})
|
|
13
|
-
.n("SESClient", "UpdateConfigurationSetSendingEnabledCommand")
|
|
14
|
-
.sc(UpdateConfigurationSetSendingEnabled$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateConfigurationSetSendingEnabledCommand extends command(_ep0, _mw0, "UpdateConfigurationSetSendingEnabled", UpdateConfigurationSetSendingEnabled$) {
|
|
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 { UpdateConfigurationSetTrackingOptions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateConfigurationSetTrackingOptionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "UpdateConfigurationSetTrackingOptions", {})
|
|
13
|
-
.n("SESClient", "UpdateConfigurationSetTrackingOptionsCommand")
|
|
14
|
-
.sc(UpdateConfigurationSetTrackingOptions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateConfigurationSetTrackingOptionsCommand extends command(_ep0, _mw0, "UpdateConfigurationSetTrackingOptions", UpdateConfigurationSetTrackingOptions$) {
|
|
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 { UpdateCustomVerificationEmailTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateCustomVerificationEmailTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "UpdateCustomVerificationEmailTemplate", {})
|
|
13
|
-
.n("SESClient", "UpdateCustomVerificationEmailTemplateCommand")
|
|
14
|
-
.sc(UpdateCustomVerificationEmailTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateCustomVerificationEmailTemplateCommand extends command(_ep0, _mw0, "UpdateCustomVerificationEmailTemplate", UpdateCustomVerificationEmailTemplate$) {
|
|
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 { UpdateReceiptRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateReceiptRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "UpdateReceiptRule", {})
|
|
13
|
-
.n("SESClient", "UpdateReceiptRuleCommand")
|
|
14
|
-
.sc(UpdateReceiptRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateReceiptRuleCommand extends command(_ep0, _mw0, "UpdateReceiptRule", UpdateReceiptRule$) {
|
|
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 { UpdateTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "UpdateTemplate", {})
|
|
13
|
-
.n("SESClient", "UpdateTemplateCommand")
|
|
14
|
-
.sc(UpdateTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateTemplateCommand extends command(_ep0, _mw0, "UpdateTemplate", UpdateTemplate$) {
|
|
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 { VerifyDomainDkim$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class VerifyDomainDkimCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "VerifyDomainDkim", {})
|
|
13
|
-
.n("SESClient", "VerifyDomainDkimCommand")
|
|
14
|
-
.sc(VerifyDomainDkim$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class VerifyDomainDkimCommand extends command(_ep0, _mw0, "VerifyDomainDkim", VerifyDomainDkim$) {
|
|
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 { VerifyDomainIdentity$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class VerifyDomainIdentityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "VerifyDomainIdentity", {})
|
|
13
|
-
.n("SESClient", "VerifyDomainIdentityCommand")
|
|
14
|
-
.sc(VerifyDomainIdentity$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class VerifyDomainIdentityCommand extends command(_ep0, _mw0, "VerifyDomainIdentity", VerifyDomainIdentity$) {
|
|
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 { VerifyEmailAddress$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class VerifyEmailAddressCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "VerifyEmailAddress", {})
|
|
13
|
-
.n("SESClient", "VerifyEmailAddressCommand")
|
|
14
|
-
.sc(VerifyEmailAddress$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class VerifyEmailAddressCommand extends command(_ep0, _mw0, "VerifyEmailAddress", VerifyEmailAddress$) {
|
|
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 { VerifyEmailIdentity$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class VerifyEmailIdentityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleEmailService", "VerifyEmailIdentity", {})
|
|
13
|
-
.n("SESClient", "VerifyEmailIdentityCommand")
|
|
14
|
-
.sc(VerifyEmailIdentity$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class VerifyEmailIdentityCommand extends command(_ep0, _mw0, "VerifyEmailIdentity", VerifyEmailIdentity$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
32
33
|
serviceTarget: "SimpleEmailService",
|
|
33
34
|
},
|
|
34
35
|
serviceId: config?.serviceId ?? "SES",
|
|
36
|
+
sha256: config?.sha256 ?? Sha256,
|
|
35
37
|
urlParser: config?.urlParser ?? parseUrl,
|
|
36
38
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
37
39
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "./SESClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CloneReceiptRuleSetRequest, CloneReceiptRuleSetResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CloneReceiptRuleSetCommandInput extends CloneReceiptRuleSetRequ
|
|
|
22
19
|
export interface CloneReceiptRuleSetCommandOutput extends CloneReceiptRuleSetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CloneReceiptRuleSetCommand_base: {
|
|
25
|
-
new (input: CloneReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<CloneReceiptRuleSetCommandInput, CloneReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CloneReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<CloneReceiptRuleSetCommandInput, CloneReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CloneReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<CloneReceiptRuleSetCommandInput, CloneReceiptRuleSetCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CloneReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<CloneReceiptRuleSetCommandInput, CloneReceiptRuleSetCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a receipt rule set by cloning an existing one. All receipt rules and
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateConfigurationSetCommandInput extends CreateConfigurationS
|
|
|
22
19
|
export interface CreateConfigurationSetCommandOutput extends CreateConfigurationSetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateConfigurationSetCommand_base: {
|
|
25
|
-
new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a configuration set.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateConfigurationSetEventDestinationCommandInput extends Crea
|
|
|
22
19
|
export interface CreateConfigurationSetEventDestinationCommandOutput extends CreateConfigurationSetEventDestinationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateConfigurationSetEventDestinationCommand_base: {
|
|
25
|
-
new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a configuration set event destination.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateConfigurationSetTrackingOptionsRequest, CreateConfigurationSetTrackingOptionsResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateConfigurationSetTrackingOptionsCommandInput extends Creat
|
|
|
22
19
|
export interface CreateConfigurationSetTrackingOptionsCommandOutput extends CreateConfigurationSetTrackingOptionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateConfigurationSetTrackingOptionsCommand_base: {
|
|
25
|
-
new (input: CreateConfigurationSetTrackingOptionsCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetTrackingOptionsCommandInput, CreateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateConfigurationSetTrackingOptionsCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetTrackingOptionsCommandInput, CreateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateConfigurationSetTrackingOptionsCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetTrackingOptionsCommandInput, CreateConfigurationSetTrackingOptionsCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateConfigurationSetTrackingOptionsCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetTrackingOptionsCommandInput, CreateConfigurationSetTrackingOptionsCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an association between a configuration set and a custom domain for open and
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateCustomVerificationEmailTemplateRequest } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateCustomVerificationEmailTemplateCommandInput extends Creat
|
|
|
22
19
|
export interface CreateCustomVerificationEmailTemplateCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCustomVerificationEmailTemplateCommand_base: {
|
|
25
|
-
new (input: CreateCustomVerificationEmailTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomVerificationEmailTemplateCommandInput, CreateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCustomVerificationEmailTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomVerificationEmailTemplateCommandInput, CreateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCustomVerificationEmailTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomVerificationEmailTemplateCommandInput, CreateCustomVerificationEmailTemplateCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCustomVerificationEmailTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomVerificationEmailTemplateCommandInput, CreateCustomVerificationEmailTemplateCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new custom verification email template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateReceiptFilterRequest, CreateReceiptFilterResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateReceiptFilterCommandInput extends CreateReceiptFilterRequ
|
|
|
22
19
|
export interface CreateReceiptFilterCommandOutput extends CreateReceiptFilterResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateReceiptFilterCommand_base: {
|
|
25
|
-
new (input: CreateReceiptFilterCommandInput): import("@smithy/core/client").CommandImpl<CreateReceiptFilterCommandInput, CreateReceiptFilterCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateReceiptFilterCommandInput): import("@smithy/core/client").CommandImpl<CreateReceiptFilterCommandInput, CreateReceiptFilterCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateReceiptFilterCommandInput): import("@smithy/core/client").CommandImpl<CreateReceiptFilterCommandInput, CreateReceiptFilterCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateReceiptFilterCommandInput): import("@smithy/core/client").CommandImpl<CreateReceiptFilterCommandInput, CreateReceiptFilterCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new IP address filter.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateReceiptRuleRequest, CreateReceiptRuleResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateReceiptRuleCommandInput extends CreateReceiptRuleRequest
|
|
|
22
19
|
export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateReceiptRuleCommand_base: {
|
|
25
|
-
new (input: CreateReceiptRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateReceiptRuleCommandInput, CreateReceiptRuleCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateReceiptRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateReceiptRuleCommandInput, CreateReceiptRuleCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateReceiptRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateReceiptRuleCommandInput, CreateReceiptRuleCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateReceiptRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateReceiptRuleCommandInput, CreateReceiptRuleCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a receipt rule.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateReceiptRuleSetRequest, CreateReceiptRuleSetResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateReceiptRuleSetCommandInput extends CreateReceiptRuleSetRe
|
|
|
22
19
|
export interface CreateReceiptRuleSetCommandOutput extends CreateReceiptRuleSetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateReceiptRuleSetCommand_base: {
|
|
25
|
-
new (input: CreateReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<CreateReceiptRuleSetCommandInput, CreateReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<CreateReceiptRuleSetCommandInput, CreateReceiptRuleSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<CreateReceiptRuleSetCommandInput, CreateReceiptRuleSetCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateReceiptRuleSetCommandInput): import("@smithy/core/client").CommandImpl<CreateReceiptRuleSetCommandInput, CreateReceiptRuleSetCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an empty receipt rule set.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateTemplateCommandInput extends CreateTemplateRequest {
|
|
|
22
19
|
export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateTemplateCommand_base: {
|
|
25
|
-
new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an email template. Email templates enable you to send personalized email to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteConfigurationSetCommandInput extends DeleteConfigurationS
|
|
|
22
19
|
export interface DeleteConfigurationSetCommandOutput extends DeleteConfigurationSetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteConfigurationSetCommand_base: {
|
|
25
|
-
new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a configuration set. Configuration sets enable you to publish email sending
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DeleteConfigurationSetEventDestinationRequest, DeleteConfigurationSetEventDestinationResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteConfigurationSetEventDestinationCommandInput extends Dele
|
|
|
22
19
|
export interface DeleteConfigurationSetEventDestinationCommandOutput extends DeleteConfigurationSetEventDestinationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteConfigurationSetEventDestinationCommand_base: {
|
|
25
|
-
new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a configuration set event destination. Configuration set event destinations
|