@aws-sdk/client-ses 3.649.0 → 3.651.1
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 +71 -213
- package/dist-es/commands/CloneReceiptRuleSetCommand.js +1 -3
- package/dist-es/commands/CreateConfigurationSetCommand.js +1 -3
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +1 -3
- package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +1 -3
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +1 -3
- package/dist-es/commands/CreateReceiptFilterCommand.js +1 -3
- package/dist-es/commands/CreateReceiptRuleCommand.js +1 -3
- package/dist-es/commands/CreateReceiptRuleSetCommand.js +1 -3
- package/dist-es/commands/CreateTemplateCommand.js +1 -3
- package/dist-es/commands/DeleteConfigurationSetCommand.js +1 -3
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +1 -3
- package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +1 -3
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +1 -3
- package/dist-es/commands/DeleteIdentityCommand.js +1 -3
- package/dist-es/commands/DeleteIdentityPolicyCommand.js +1 -3
- package/dist-es/commands/DeleteReceiptFilterCommand.js +1 -3
- package/dist-es/commands/DeleteReceiptRuleCommand.js +1 -3
- package/dist-es/commands/DeleteReceiptRuleSetCommand.js +1 -3
- package/dist-es/commands/DeleteTemplateCommand.js +1 -3
- package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +1 -3
- package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +1 -3
- package/dist-es/commands/DescribeConfigurationSetCommand.js +1 -3
- package/dist-es/commands/DescribeReceiptRuleCommand.js +1 -3
- package/dist-es/commands/DescribeReceiptRuleSetCommand.js +1 -3
- package/dist-es/commands/GetAccountSendingEnabledCommand.js +1 -3
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +1 -3
- package/dist-es/commands/GetIdentityDkimAttributesCommand.js +1 -3
- package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +1 -3
- package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +1 -3
- package/dist-es/commands/GetIdentityPoliciesCommand.js +1 -3
- package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +1 -3
- package/dist-es/commands/GetSendQuotaCommand.js +1 -3
- package/dist-es/commands/GetSendStatisticsCommand.js +1 -3
- package/dist-es/commands/GetTemplateCommand.js +1 -3
- package/dist-es/commands/ListConfigurationSetsCommand.js +1 -3
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +1 -3
- package/dist-es/commands/ListIdentitiesCommand.js +1 -3
- package/dist-es/commands/ListIdentityPoliciesCommand.js +1 -3
- package/dist-es/commands/ListReceiptFiltersCommand.js +1 -3
- package/dist-es/commands/ListReceiptRuleSetsCommand.js +1 -3
- package/dist-es/commands/ListTemplatesCommand.js +1 -3
- package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +1 -3
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +1 -3
- package/dist-es/commands/PutIdentityPolicyCommand.js +1 -3
- package/dist-es/commands/ReorderReceiptRuleSetCommand.js +1 -3
- package/dist-es/commands/SendBounceCommand.js +1 -3
- package/dist-es/commands/SendBulkTemplatedEmailCommand.js +1 -3
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +1 -3
- package/dist-es/commands/SendEmailCommand.js +1 -3
- package/dist-es/commands/SendRawEmailCommand.js +1 -3
- package/dist-es/commands/SendTemplatedEmailCommand.js +1 -3
- package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +1 -3
- package/dist-es/commands/SetIdentityDkimEnabledCommand.js +1 -3
- package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +1 -3
- package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +1 -3
- package/dist-es/commands/SetIdentityMailFromDomainCommand.js +1 -3
- package/dist-es/commands/SetIdentityNotificationTopicCommand.js +1 -3
- package/dist-es/commands/SetReceiptRulePositionCommand.js +1 -3
- package/dist-es/commands/TestRenderTemplateCommand.js +1 -3
- package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +1 -3
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +1 -3
- package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +1 -3
- package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +1 -3
- package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +1 -3
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +1 -3
- package/dist-es/commands/UpdateReceiptRuleCommand.js +1 -3
- package/dist-es/commands/UpdateTemplateCommand.js +1 -3
- package/dist-es/commands/VerifyDomainDkimCommand.js +1 -3
- package/dist-es/commands/VerifyDomainIdentityCommand.js +1 -3
- package/dist-es/commands/VerifyEmailAddressCommand.js +1 -3
- package/dist-es/commands/VerifyEmailIdentityCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
|
@@ -6,9 +6,7 @@ import { de_SetIdentityFeedbackForwardingEnabledCommand, se_SetIdentityFeedbackF
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetIdentityFeedbackForwardingEnabledCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetIdentityHeadersInNotificationsEnabledCommand, se_SetIdentityHeade
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetIdentityHeadersInNotificationsEnabledCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetIdentityMailFromDomainCommand, se_SetIdentityMailFromDomainComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetIdentityMailFromDomainCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetIdentityNotificationTopicCommand, se_SetIdentityNotificationTopic
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetIdentityNotificationTopicCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetReceiptRulePositionCommand, se_SetReceiptRulePositionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetReceiptRulePositionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TestRenderTemplateCommand, se_TestRenderTemplateCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TestRenderTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateAccountSendingEnabledCommand, se_UpdateAccountSendingEnabledCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateAccountSendingEnabledCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateConfigurationSetEventDestinationCommand, se_UpdateConfiguratio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateConfigurationSetEventDestinationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateConfigurationSetReputationMetricsEnabledCommand, se_UpdateConf
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateConfigurationSetSendingEnabledCommand, se_UpdateConfigurationS
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateConfigurationSetSendingEnabledCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateConfigurationSetTrackingOptionsCommand, se_UpdateConfiguration
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateConfigurationSetTrackingOptionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateCustomVerificationEmailTemplateCommand, se_UpdateCustomVerific
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateCustomVerificationEmailTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateReceiptRuleCommand, se_UpdateReceiptRuleCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateReceiptRuleCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateTemplateCommand, se_UpdateTemplateCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_VerifyDomainDkimCommand, se_VerifyDomainDkimCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class VerifyDomainDkimCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_VerifyDomainIdentityCommand, se_VerifyDomainIdentityCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class VerifyDomainIdentityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_VerifyEmailAddressCommand, se_VerifyEmailAddressCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class VerifyEmailAddressCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_VerifyEmailIdentityCommand, se_VerifyEmailIdentityCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class VerifyEmailIdentityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ses",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ses",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|