@aws-sdk/client-sesv2 3.54.1 → 3.58.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/CHANGELOG.md +24 -0
- package/dist-cjs/SESv2Client.js +13 -13
- package/dist-cjs/commands/CreateConfigurationSetCommand.js +3 -3
- package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +3 -3
- package/dist-cjs/commands/CreateContactCommand.js +3 -3
- package/dist-cjs/commands/CreateContactListCommand.js +3 -3
- package/dist-cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +3 -3
- package/dist-cjs/commands/CreateDedicatedIpPoolCommand.js +3 -3
- package/dist-cjs/commands/CreateDeliverabilityTestReportCommand.js +3 -3
- package/dist-cjs/commands/CreateEmailIdentityCommand.js +3 -3
- package/dist-cjs/commands/CreateEmailIdentityPolicyCommand.js +3 -3
- package/dist-cjs/commands/CreateEmailTemplateCommand.js +3 -3
- package/dist-cjs/commands/CreateImportJobCommand.js +3 -3
- package/dist-cjs/commands/DeleteConfigurationSetCommand.js +3 -3
- package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +3 -3
- package/dist-cjs/commands/DeleteContactCommand.js +3 -3
- package/dist-cjs/commands/DeleteContactListCommand.js +3 -3
- package/dist-cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +3 -3
- package/dist-cjs/commands/DeleteDedicatedIpPoolCommand.js +3 -3
- package/dist-cjs/commands/DeleteEmailIdentityCommand.js +3 -3
- package/dist-cjs/commands/DeleteEmailIdentityPolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteEmailTemplateCommand.js +3 -3
- package/dist-cjs/commands/DeleteSuppressedDestinationCommand.js +3 -3
- package/dist-cjs/commands/GetAccountCommand.js +3 -3
- package/dist-cjs/commands/GetBlacklistReportsCommand.js +3 -3
- package/dist-cjs/commands/GetConfigurationSetCommand.js +3 -3
- package/dist-cjs/commands/GetConfigurationSetEventDestinationsCommand.js +3 -3
- package/dist-cjs/commands/GetContactCommand.js +3 -3
- package/dist-cjs/commands/GetContactListCommand.js +3 -3
- package/dist-cjs/commands/GetCustomVerificationEmailTemplateCommand.js +3 -3
- package/dist-cjs/commands/GetDedicatedIpCommand.js +3 -3
- package/dist-cjs/commands/GetDedicatedIpsCommand.js +3 -3
- package/dist-cjs/commands/GetDeliverabilityDashboardOptionsCommand.js +3 -3
- package/dist-cjs/commands/GetDeliverabilityTestReportCommand.js +3 -3
- package/dist-cjs/commands/GetDomainDeliverabilityCampaignCommand.js +3 -3
- package/dist-cjs/commands/GetDomainStatisticsReportCommand.js +3 -3
- package/dist-cjs/commands/GetEmailIdentityCommand.js +3 -3
- package/dist-cjs/commands/GetEmailIdentityPoliciesCommand.js +3 -3
- package/dist-cjs/commands/GetEmailTemplateCommand.js +3 -3
- package/dist-cjs/commands/GetImportJobCommand.js +3 -3
- package/dist-cjs/commands/GetSuppressedDestinationCommand.js +3 -3
- package/dist-cjs/commands/ListConfigurationSetsCommand.js +3 -3
- package/dist-cjs/commands/ListContactListsCommand.js +3 -3
- package/dist-cjs/commands/ListContactsCommand.js +3 -3
- package/dist-cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +3 -3
- package/dist-cjs/commands/ListDedicatedIpPoolsCommand.js +3 -3
- package/dist-cjs/commands/ListDeliverabilityTestReportsCommand.js +3 -3
- package/dist-cjs/commands/ListDomainDeliverabilityCampaignsCommand.js +3 -3
- package/dist-cjs/commands/ListEmailIdentitiesCommand.js +3 -3
- package/dist-cjs/commands/ListEmailTemplatesCommand.js +3 -3
- package/dist-cjs/commands/ListImportJobsCommand.js +3 -3
- package/dist-cjs/commands/ListSuppressedDestinationsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +3 -3
- package/dist-cjs/commands/PutAccountDetailsCommand.js +3 -3
- package/dist-cjs/commands/PutAccountSendingAttributesCommand.js +3 -3
- package/dist-cjs/commands/PutAccountSuppressionAttributesCommand.js +3 -3
- package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +3 -3
- package/dist-cjs/commands/PutConfigurationSetReputationOptionsCommand.js +3 -3
- package/dist-cjs/commands/PutConfigurationSetSendingOptionsCommand.js +3 -3
- package/dist-cjs/commands/PutConfigurationSetSuppressionOptionsCommand.js +3 -3
- package/dist-cjs/commands/PutConfigurationSetTrackingOptionsCommand.js +3 -3
- package/dist-cjs/commands/PutDedicatedIpInPoolCommand.js +3 -3
- package/dist-cjs/commands/PutDedicatedIpWarmupAttributesCommand.js +3 -3
- package/dist-cjs/commands/PutDeliverabilityDashboardOptionCommand.js +3 -3
- package/dist-cjs/commands/PutEmailIdentityConfigurationSetAttributesCommand.js +3 -3
- package/dist-cjs/commands/PutEmailIdentityDkimAttributesCommand.js +3 -3
- package/dist-cjs/commands/PutEmailIdentityDkimSigningAttributesCommand.js +3 -3
- package/dist-cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js +3 -3
- package/dist-cjs/commands/PutEmailIdentityMailFromAttributesCommand.js +3 -3
- package/dist-cjs/commands/PutSuppressedDestinationCommand.js +3 -3
- package/dist-cjs/commands/SendBulkEmailCommand.js +3 -3
- package/dist-cjs/commands/SendCustomVerificationEmailCommand.js +3 -3
- package/dist-cjs/commands/SendEmailCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/TestRenderEmailTemplateCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +3 -3
- package/dist-cjs/commands/UpdateContactCommand.js +3 -3
- package/dist-cjs/commands/UpdateContactListCommand.js +3 -3
- package/dist-cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +3 -3
- package/dist-cjs/commands/UpdateEmailIdentityPolicyCommand.js +3 -3
- package/dist-cjs/commands/UpdateEmailTemplateCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +391 -391
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/SESv2.js +81 -81
- package/dist-es/pagination/GetDedicatedIpsPaginator.js +4 -4
- package/dist-es/pagination/ListConfigurationSetsPaginator.js +4 -4
- package/dist-es/pagination/ListContactListsPaginator.js +4 -4
- package/dist-es/pagination/ListContactsPaginator.js +4 -4
- package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +4 -4
- package/dist-es/pagination/ListDedicatedIpPoolsPaginator.js +4 -4
- package/dist-es/pagination/ListDeliverabilityTestReportsPaginator.js +4 -4
- package/dist-es/pagination/ListDomainDeliverabilityCampaignsPaginator.js +4 -4
- package/dist-es/pagination/ListEmailIdentitiesPaginator.js +4 -4
- package/dist-es/pagination/ListEmailTemplatesPaginator.js +4 -4
- package/dist-es/pagination/ListImportJobsPaginator.js +4 -4
- package/dist-es/pagination/ListSuppressedDestinationsPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +81 -81
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +34 -34
|
@@ -11,7 +11,7 @@ class UpdateCustomVerificationEmailTemplateCommand extends smithy_client_1.Comma
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "SESv2Client";
|
|
@@ -27,10 +27,10 @@ class UpdateCustomVerificationEmailTemplateCommand extends smithy_client_1.Comma
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateCustomVerificationEmailTemplateCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateCustomVerificationEmailTemplateCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateCustomVerificationEmailTemplateCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateCustomVerificationEmailTemplateCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateCustomVerificationEmailTemplateCommand = UpdateCustomVerificationEmailTemplateCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateEmailIdentityPolicyCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "SESv2Client";
|
|
@@ -27,10 +27,10 @@ class UpdateEmailIdentityPolicyCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateEmailIdentityPolicyCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateEmailIdentityPolicyCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateEmailIdentityPolicyCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateEmailIdentityPolicyCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateEmailIdentityPolicyCommand = UpdateEmailIdentityPolicyCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateEmailTemplateCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "SESv2Client";
|
|
@@ -27,10 +27,10 @@ class UpdateEmailTemplateCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_restJson1_1.serializeAws_restJson1UpdateEmailTemplateCommand(input, context);
|
|
30
|
+
return (0, Aws_restJson1_1.serializeAws_restJson1UpdateEmailTemplateCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_restJson1_1.deserializeAws_restJson1UpdateEmailTemplateCommand(output, context);
|
|
33
|
+
return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateEmailTemplateCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateEmailTemplateCommand = UpdateEmailTemplateCommand;
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -131,7 +131,7 @@ const partitionHash = {
|
|
|
131
131
|
],
|
|
132
132
|
},
|
|
133
133
|
};
|
|
134
|
-
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
134
|
+
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
135
135
|
...options,
|
|
136
136
|
signingService: "ses",
|
|
137
137
|
regionHash,
|