@aws-sdk/client-sesv2 3.774.0 → 3.777.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/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/SESv2Client.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/BatchGetMetricDataCommand.d.ts +1 -0
- package/dist-types/commands/CancelExportJobCommand.d.ts +7 -4
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -0
- package/dist-types/commands/CreateContactCommand.d.ts +1 -0
- package/dist-types/commands/CreateContactListCommand.d.ts +1 -0
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +1 -0
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +1 -0
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +1 -0
- package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +1 -0
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateExportJobCommand.d.ts +1 -78
- package/dist-types/commands/CreateImportJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateMultiRegionEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteContactCommand.d.ts +1 -0
- package/dist-types/commands/DeleteContactListCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteMultiRegionEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +1 -0
- package/dist-types/commands/GetAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +1 -0
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +1 -0
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +1 -0
- package/dist-types/commands/GetContactCommand.d.ts +1 -0
- package/dist-types/commands/GetContactListCommand.d.ts +1 -0
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +1 -0
- package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +1 -0
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +1 -0
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +1 -0
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +1 -0
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +1 -0
- package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +1 -0
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetExportJobCommand.d.ts +1 -52
- package/dist-types/commands/GetImportJobCommand.d.ts +1 -0
- package/dist-types/commands/GetMessageInsightsCommand.d.ts +1 -60
- package/dist-types/commands/GetMultiRegionEndpointCommand.d.ts +1 -0
- package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +1 -0
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListContactListsCommand.d.ts +1 -0
- package/dist-types/commands/ListContactsCommand.d.ts +1 -0
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +1 -0
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +1 -0
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +1 -0
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +1 -0
- package/dist-types/commands/ListEmailTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListExportJobsCommand.d.ts +1 -25
- package/dist-types/commands/ListImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListMultiRegionEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +1 -0
- package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountDetailsCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetArchivingOptionsCommand.d.ts +8 -5
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +1 -0
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +1 -0
- package/dist-types/commands/PutDedicatedIpPoolScalingAttributesCommand.d.ts +8 -5
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -0
- package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +1 -0
- package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -0
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -0
- package/dist-types/commands/SendEmailCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +1 -0
- package/dist-types/commands/UpdateContactListCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +1 -0
- package/package.json +34 -34
|
@@ -120,8 +120,6 @@ exports.defaultSESv2HttpAuthSchemeProvider = createEndpointRuleSetHttpAuthScheme
|
|
|
120
120
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
121
121
|
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
|
122
122
|
const config_1 = (0, core_1.resolveAwsSdkSigV4AConfig)(config_0);
|
|
123
|
-
return {
|
|
124
|
-
...config_1,
|
|
125
|
-
};
|
|
123
|
+
return Object.assign(config_1, {});
|
|
126
124
|
};
|
|
127
125
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
package/dist-cjs/index.js
CHANGED
|
@@ -223,12 +223,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
|
223
223
|
|
|
224
224
|
// src/endpoint/EndpointParameters.ts
|
|
225
225
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
226
|
-
return {
|
|
227
|
-
...options,
|
|
226
|
+
return Object.assign(options, {
|
|
228
227
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
229
228
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
230
229
|
defaultSigningName: "ses"
|
|
231
|
-
};
|
|
230
|
+
});
|
|
232
231
|
}, "resolveClientEndpointParameters");
|
|
233
232
|
var commonParams = {
|
|
234
233
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -285,22 +284,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
|
285
284
|
}, "resolveHttpAuthRuntimeConfig");
|
|
286
285
|
|
|
287
286
|
// src/runtimeExtensions.ts
|
|
288
|
-
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
289
287
|
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
290
|
-
const extensionConfiguration =
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
288
|
+
const extensionConfiguration = Object.assign(
|
|
289
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
290
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
291
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
292
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
293
|
+
);
|
|
296
294
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
297
|
-
return
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
295
|
+
return Object.assign(
|
|
296
|
+
runtimeConfig,
|
|
297
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
298
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
299
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
300
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
301
|
+
);
|
|
304
302
|
}, "resolveRuntimeExtensions");
|
|
305
303
|
|
|
306
304
|
// src/SESv2Client.ts
|
|
@@ -314,6 +312,8 @@ var SESv2Client = class extends import_smithy_client.Client {
|
|
|
314
312
|
config;
|
|
315
313
|
constructor(...[configuration]) {
|
|
316
314
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
315
|
+
super(_config_0);
|
|
316
|
+
this.initConfig = _config_0;
|
|
317
317
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
318
318
|
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
319
319
|
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
@@ -322,7 +322,6 @@ var SESv2Client = class extends import_smithy_client.Client {
|
|
|
322
322
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
323
323
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
324
324
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
325
|
-
super(_config_8);
|
|
326
325
|
this.config = _config_8;
|
|
327
326
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
328
327
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
package/dist-es/SESv2Client.js
CHANGED
|
@@ -17,6 +17,8 @@ export class SESv2Client extends __Client {
|
|
|
17
17
|
config;
|
|
18
18
|
constructor(...[configuration]) {
|
|
19
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
20
|
+
super(_config_0);
|
|
21
|
+
this.initConfig = _config_0;
|
|
20
22
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
21
23
|
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
22
24
|
const _config_3 = resolveRetryConfig(_config_2);
|
|
@@ -25,7 +27,6 @@ export class SESv2Client extends __Client {
|
|
|
25
27
|
const _config_6 = resolveEndpointConfig(_config_5);
|
|
26
28
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
27
29
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
28
|
-
super(_config_8);
|
|
29
30
|
this.config = _config_8;
|
|
30
31
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
31
32
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -117,7 +117,5 @@ export const defaultSESv2HttpAuthSchemeProvider = createEndpointRuleSetHttpAuthS
|
|
|
117
117
|
export const resolveHttpAuthSchemeConfig = (config) => {
|
|
118
118
|
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
119
119
|
const config_1 = resolveAwsSdkSigV4AConfig(config_0);
|
|
120
|
-
return {
|
|
121
|
-
...config_1,
|
|
122
|
-
};
|
|
120
|
+
return Object.assign(config_1, {});
|
|
123
121
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
export const resolveClientEndpointParameters = (options) => {
|
|
2
|
-
return {
|
|
3
|
-
...options,
|
|
2
|
+
return Object.assign(options, {
|
|
4
3
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
5
4
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
6
5
|
defaultSigningName: "ses",
|
|
7
|
-
};
|
|
6
|
+
});
|
|
8
7
|
};
|
|
9
8
|
export const commonParams = {
|
|
10
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
|
|
|
2
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
3
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
|
-
const asPartial = (t) => t;
|
|
6
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
7
|
-
const extensionConfiguration =
|
|
8
|
-
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
9
|
-
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
10
|
-
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
11
|
-
...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
|
|
12
|
-
};
|
|
6
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
13
7
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
14
|
-
return
|
|
15
|
-
...runtimeConfig,
|
|
16
|
-
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
17
|
-
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
18
|
-
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
19
|
-
...resolveHttpAuthRuntimeConfig(extensionConfiguration),
|
|
20
|
-
};
|
|
8
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
21
9
|
};
|
|
@@ -96,6 +96,7 @@ declare const BatchGetMetricDataCommand_base: {
|
|
|
96
96
|
* @throws {@link SESv2ServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class BatchGetMetricDataCommand extends BatchGetMetricDataCommand_base {
|
|
@@ -61,18 +61,21 @@ declare const CancelExportJobCommand_base: {
|
|
|
61
61
|
* @throws {@link SESv2ServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
63
63
|
*
|
|
64
|
-
*
|
|
64
|
+
*
|
|
65
65
|
* @example Cancel export job
|
|
66
66
|
* ```javascript
|
|
67
67
|
* // Cancels the export job with ID ef28cf62-9d8e-4b60-9283-b09816c99a99
|
|
68
68
|
* const input = {
|
|
69
|
-
*
|
|
69
|
+
* JobId: "ef28cf62-9d8e-4b60-9283-b09816c99a99"
|
|
70
70
|
* };
|
|
71
71
|
* const command = new CancelExportJobCommand(input);
|
|
72
|
-
* await client.send(command);
|
|
73
|
-
*
|
|
72
|
+
* const response = await client.send(command);
|
|
73
|
+
* /* response is
|
|
74
|
+
* { /* metadata only *\/ }
|
|
75
|
+
* *\/
|
|
74
76
|
* ```
|
|
75
77
|
*
|
|
78
|
+
* @public
|
|
76
79
|
*/
|
|
77
80
|
export declare class CancelExportJobCommand extends CancelExportJobCommand_base {
|
|
78
81
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -112,6 +112,7 @@ declare const CreateConfigurationSetCommand_base: {
|
|
|
112
112
|
* @throws {@link SESv2ServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class CreateConfigurationSetCommand extends CreateConfigurationSetCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const CreateConfigurationSetEventDestinationCommand_base: {
|
|
|
101
101
|
* @throws {@link SESv2ServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class CreateConfigurationSetEventDestinationCommand extends CreateConfigurationSetEventDestinationCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const CreateContactCommand_base: {
|
|
|
74
74
|
* @throws {@link SESv2ServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class CreateContactCommand extends CreateContactCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const CreateContactListCommand_base: {
|
|
|
79
79
|
* @throws {@link SESv2ServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateContactListCommand extends CreateContactListCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const CreateCustomVerificationEmailTemplateCommand_base: {
|
|
|
76
76
|
* @throws {@link SESv2ServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class CreateCustomVerificationEmailTemplateCommand extends CreateCustomVerificationEmailTemplateCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const CreateDedicatedIpPoolCommand_base: {
|
|
|
77
77
|
* @throws {@link SESv2ServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class CreateDedicatedIpPoolCommand extends CreateDedicatedIpPoolCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const CreateDeliverabilityTestReportCommand_base: {
|
|
|
140
140
|
* @throws {@link SESv2ServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class CreateDeliverabilityTestReportCommand extends CreateDeliverabilityTestReportCommand_base {
|
|
@@ -122,6 +122,7 @@ declare const CreateEmailIdentityCommand_base: {
|
|
|
122
122
|
* @throws {@link SESv2ServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class CreateEmailIdentityCommand extends CreateEmailIdentityCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const CreateEmailIdentityPolicyCommand_base: {
|
|
|
79
79
|
* @throws {@link SESv2ServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateEmailIdentityPolicyCommand extends CreateEmailIdentityPolicyCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const CreateEmailTemplateCommand_base: {
|
|
|
72
72
|
* @throws {@link SESv2ServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class CreateEmailTemplateCommand extends CreateEmailTemplateCommand_base {
|
|
@@ -133,85 +133,8 @@ declare const CreateExportJobCommand_base: {
|
|
|
133
133
|
* @throws {@link SESv2ServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
135
135
|
*
|
|
136
|
-
* @public
|
|
137
|
-
* @example Create Metrics export job
|
|
138
|
-
* ```javascript
|
|
139
|
-
* // Creates a new export job for Metrics data
|
|
140
|
-
* const input = {
|
|
141
|
-
* "ExportDataSource": {
|
|
142
|
-
* "MetricsDataSource": {
|
|
143
|
-
* "Dimensions": {
|
|
144
|
-
* "ISP": [
|
|
145
|
-
* "*"
|
|
146
|
-
* ]
|
|
147
|
-
* },
|
|
148
|
-
* "EndDate": "2023-07-02T00:00:00",
|
|
149
|
-
* "Metrics": [
|
|
150
|
-
* {
|
|
151
|
-
* "Aggregation": "VOLUME",
|
|
152
|
-
* "Name": "SEND"
|
|
153
|
-
* },
|
|
154
|
-
* {
|
|
155
|
-
* "Aggregation": "VOLUME",
|
|
156
|
-
* "Name": "COMPLAINT"
|
|
157
|
-
* },
|
|
158
|
-
* {
|
|
159
|
-
* "Aggregation": "RATE",
|
|
160
|
-
* "Name": "COMPLAINT"
|
|
161
|
-
* }
|
|
162
|
-
* ],
|
|
163
|
-
* "Namespace": "VDM",
|
|
164
|
-
* "StartDate": "2023-07-01T00:00:00"
|
|
165
|
-
* }
|
|
166
|
-
* },
|
|
167
|
-
* "ExportDestination": {
|
|
168
|
-
* "DataFormat": "CSV"
|
|
169
|
-
* }
|
|
170
|
-
* };
|
|
171
|
-
* const command = new CreateExportJobCommand(input);
|
|
172
|
-
* const response = await client.send(command);
|
|
173
|
-
* /* response ==
|
|
174
|
-
* {
|
|
175
|
-
* "JobId": "ef28cf62-9d8e-4b60-9283-b09816c99a99"
|
|
176
|
-
* }
|
|
177
|
-
* *\/
|
|
178
|
-
* // example id: create-export-job-1685701853690
|
|
179
|
-
* ```
|
|
180
|
-
*
|
|
181
|
-
* @example Create Message Insights export job
|
|
182
|
-
* ```javascript
|
|
183
|
-
* // Creates a new export job for Message Insights data
|
|
184
|
-
* const input = {
|
|
185
|
-
* "ExportDataSource": {
|
|
186
|
-
* "MessageInsightsDataSource": {
|
|
187
|
-
* "EndDate": "2023-07-02T00:00:00",
|
|
188
|
-
* "Exclude": {
|
|
189
|
-
* "FromEmailAddress": [
|
|
190
|
-
* "hello@example.com"
|
|
191
|
-
* ]
|
|
192
|
-
* },
|
|
193
|
-
* "Include": {
|
|
194
|
-
* "Subject": [
|
|
195
|
-
* "Hello"
|
|
196
|
-
* ]
|
|
197
|
-
* },
|
|
198
|
-
* "StartDate": "2023-07-01T00:00:00"
|
|
199
|
-
* }
|
|
200
|
-
* },
|
|
201
|
-
* "ExportDestination": {
|
|
202
|
-
* "DataFormat": "CSV"
|
|
203
|
-
* }
|
|
204
|
-
* };
|
|
205
|
-
* const command = new CreateExportJobCommand(input);
|
|
206
|
-
* const response = await client.send(command);
|
|
207
|
-
* /* response ==
|
|
208
|
-
* {
|
|
209
|
-
* "JobId": "ef28cf62-9d8e-4b60-9283-b09816c99a99"
|
|
210
|
-
* }
|
|
211
|
-
* *\/
|
|
212
|
-
* // example id: create-export-job-1689957853323
|
|
213
|
-
* ```
|
|
214
136
|
*
|
|
137
|
+
* @public
|
|
215
138
|
*/
|
|
216
139
|
export declare class CreateExportJobCommand extends CreateExportJobCommand_base {
|
|
217
140
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -75,6 +75,7 @@ declare const CreateImportJobCommand_base: {
|
|
|
75
75
|
* @throws {@link SESv2ServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class CreateImportJobCommand extends CreateImportJobCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const CreateMultiRegionEndpointCommand_base: {
|
|
|
86
86
|
* @throws {@link SESv2ServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class CreateMultiRegionEndpointCommand extends CreateMultiRegionEndpointCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DeleteConfigurationSetCommand_base: {
|
|
|
69
69
|
* @throws {@link SESv2ServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteConfigurationSetCommand extends DeleteConfigurationSetCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DeleteConfigurationSetEventDestinationCommand_base: {
|
|
|
67
67
|
* @throws {@link SESv2ServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeleteConfigurationSetEventDestinationCommand extends DeleteConfigurationSetEventDestinationCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const DeleteContactCommand_base: {
|
|
|
62
62
|
* @throws {@link SESv2ServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteContactCommand extends DeleteContactCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteContactListCommand_base: {
|
|
|
64
64
|
* @throws {@link SESv2ServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteContactListCommand extends DeleteContactListCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteCustomVerificationEmailTemplateCommand_base: {
|
|
|
65
65
|
* @throws {@link SESv2ServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteCustomVerificationEmailTemplateCommand extends DeleteCustomVerificationEmailTemplateCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteDedicatedIpPoolCommand_base: {
|
|
|
64
64
|
* @throws {@link SESv2ServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteDedicatedIpPoolCommand extends DeleteDedicatedIpPoolCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteEmailIdentityCommand_base: {
|
|
|
65
65
|
* @throws {@link SESv2ServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteEmailIdentityCommand extends DeleteEmailIdentityCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DeleteEmailIdentityPolicyCommand_base: {
|
|
|
73
73
|
* @throws {@link SESv2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteEmailIdentityPolicyCommand extends DeleteEmailIdentityPolicyCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const DeleteEmailTemplateCommand_base: {
|
|
|
62
62
|
* @throws {@link SESv2ServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteEmailTemplateCommand extends DeleteEmailTemplateCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteMultiRegionEndpointCommand_base: {
|
|
|
68
68
|
* @throws {@link SESv2ServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteMultiRegionEndpointCommand extends DeleteMultiRegionEndpointCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const DeleteSuppressedDestinationCommand_base: {
|
|
|
61
61
|
* @throws {@link SESv2ServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteSuppressedDestinationCommand extends DeleteSuppressedDestinationCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const GetAccountCommand_base: {
|
|
|
94
94
|
* @throws {@link SESv2ServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class GetAccountCommand extends GetAccountCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const GetBlacklistReportsCommand_base: {
|
|
|
73
73
|
* @throws {@link SESv2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetBlacklistReportsCommand extends GetBlacklistReportsCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const GetConfigurationSetCommand_base: {
|
|
|
108
108
|
* @throws {@link SESv2ServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class GetConfigurationSetCommand extends GetConfigurationSetCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const GetConfigurationSetEventDestinationsCommand_base: {
|
|
|
99
99
|
* @throws {@link SESv2ServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class GetConfigurationSetEventDestinationsCommand extends GetConfigurationSetEventDestinationsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetContactCommand_base: {
|
|
|
81
81
|
* @throws {@link SESv2ServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetContactCommand extends GetContactCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetContactListCommand_base: {
|
|
|
81
81
|
* @throws {@link SESv2ServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetContactListCommand extends GetContactListCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const GetCustomVerificationEmailTemplateCommand_base: {
|
|
|
73
73
|
* @throws {@link SESv2ServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetCustomVerificationEmailTemplateCommand extends GetCustomVerificationEmailTemplateCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetDedicatedIpCommand_base: {
|
|
|
70
70
|
* @throws {@link SESv2ServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetDedicatedIpCommand extends GetDedicatedIpCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const GetDedicatedIpPoolCommand_base: {
|
|
|
66
66
|
* @throws {@link SESv2ServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class GetDedicatedIpPoolCommand extends GetDedicatedIpPoolCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetDedicatedIpsCommand_base: {
|
|
|
74
74
|
* @throws {@link SESv2ServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetDedicatedIpsCommand extends GetDedicatedIpsCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const GetDeliverabilityDashboardOptionsCommand_base: {
|
|
|
93
93
|
* @throws {@link SESv2ServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class GetDeliverabilityDashboardOptionsCommand extends GetDeliverabilityDashboardOptionsCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const GetDeliverabilityTestReportCommand_base: {
|
|
|
96
96
|
* @throws {@link SESv2ServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class GetDeliverabilityTestReportCommand extends GetDeliverabilityTestReportCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const GetDomainDeliverabilityCampaignCommand_base: {
|
|
|
84
84
|
* @throws {@link SESv2ServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetDomainDeliverabilityCampaignCommand extends GetDomainDeliverabilityCampaignCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const GetDomainStatisticsReportCommand_base: {
|
|
|
103
103
|
* @throws {@link SESv2ServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class GetDomainStatisticsReportCommand extends GetDomainStatisticsReportCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const GetEmailIdentityCommand_base: {
|
|
|
104
104
|
* @throws {@link SESv2ServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class GetEmailIdentityCommand extends GetEmailIdentityCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const GetEmailIdentityPoliciesCommand_base: {
|
|
|
76
76
|
* @throws {@link SESv2ServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetEmailIdentityPoliciesCommand extends GetEmailIdentityPoliciesCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetEmailTemplateCommand_base: {
|
|
|
70
70
|
* @throws {@link SESv2ServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from SESv2 service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetEmailTemplateCommand extends GetEmailTemplateCommand_base {
|